﻿2025-08-20T21:37:53.2418917Z Current runner version: '2.328.0'
2025-08-20T21:37:53.2452690Z ##[group]Runner Image Provisioner
2025-08-20T21:37:53.2454005Z Hosted Compute Agent
2025-08-20T21:37:53.2454625Z Version: 20250818.377
2025-08-20T21:37:53.2455591Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:37:53.2456378Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:37:53.2457021Z ##[endgroup]
2025-08-20T21:37:53.2457598Z ##[group]VM Image
2025-08-20T21:37:53.2458557Z - OS: Linux (arm64)
2025-08-20T21:37:53.2459139Z - Source: Partner
2025-08-20T21:37:53.2459780Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:37:53.2460410Z - Version: 20250728.24.1
2025-08-20T21:37:53.2461450Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:37:53.2462542Z ##[endgroup]
2025-08-20T21:37:53.2463877Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:37:53.2467401Z Attestations: write
2025-08-20T21:37:53.2468397Z Contents: write
2025-08-20T21:37:53.2469313Z Metadata: read
2025-08-20T21:37:53.2469979Z Packages: write
2025-08-20T21:37:53.2470574Z ##[endgroup]
2025-08-20T21:37:53.2473857Z Secret source: Actions
2025-08-20T21:37:53.2474718Z Prepare workflow directory
2025-08-20T21:37:53.2854616Z Prepare all required actions
2025-08-20T21:37:53.2894976Z Getting action download info
2025-08-20T21:37:53.6348581Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:37:54.2343229Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:37:54.5426034Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:37:54.7135727Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:37:55.0412336Z Getting action download info
2025-08-20T21:37:55.1725242Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:37:55.3820853Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:37:55.6741652Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/netbird/official/source)
2025-08-20T21:37:55.7442312Z ##[group]Run ##Presets
2025-08-20T21:37:55.7443022Z [36;1m##Presets[0m
2025-08-20T21:37:55.7443333Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:55.7444181Z [36;1m#-------------#[0m
2025-08-20T21:37:55.7444656Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:37:55.7445129Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:37:55.7445677Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7446091Z [36;1m  fi[0m
2025-08-20T21:37:55.7446558Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:37:55.7447127Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:37:55.7447588Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7448349Z [36;1m  fi[0m
2025-08-20T21:37:55.7448743Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:37:55.7449427Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:37:55.7449900Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7450282Z [36;1m  fi[0m
2025-08-20T21:37:55.7450730Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:37:55.7451233Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:37:55.7451724Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:37:55.7452143Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:37:55.7452573Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7453429Z [36;1m     else[0m
2025-08-20T21:37:55.7453862Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7454233Z [36;1m     fi[0m
2025-08-20T21:37:55.7454592Z [36;1m  fi[0m
2025-08-20T21:37:55.7454863Z [36;1mfi[0m
2025-08-20T21:37:55.7499325Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:55.7500233Z env:
2025-08-20T21:37:55.7501203Z   GH_TOKEN: ***
2025-08-20T21:37:55.7501580Z ##[endgroup]
2025-08-20T21:37:55.7766215Z ##[group]Run ##Presets
2025-08-20T21:37:55.7766934Z [36;1m##Presets[0m
2025-08-20T21:37:55.7767498Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:55.7768566Z [36;1m#-------------#[0m
2025-08-20T21:37:55.7769111Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:37:55.7769769Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:37:55.7770413Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:37:55.7770988Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:37:55.7771507Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:37:55.7772098Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:37:55.7772581Z [36;1m  exit 1[0m
2025-08-20T21:37:55.7772864Z [36;1mfi[0m
2025-08-20T21:37:55.7816556Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:55.7817216Z env:
2025-08-20T21:37:55.7818127Z   RO_GHTOKEN: ***
2025-08-20T21:37:55.7818616Z   RO_GLTOKEN: ***
2025-08-20T21:37:55.7819909Z   MINISIGN_KEY: ***
2025-08-20T21:37:55.7820266Z ##[endgroup]
2025-08-20T21:37:55.7985338Z ##[group]Run ##Presets
2025-08-20T21:37:55.7986003Z [36;1m##Presets[0m
2025-08-20T21:37:55.7986407Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:55.7986743Z [36;1m#-------------#[0m
2025-08-20T21:37:55.7987102Z [36;1m##Host Triplet[0m
2025-08-20T21:37:55.7987622Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:37:55.7988443Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:37:55.7988865Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:37:55.7989369Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:37:55.7989821Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:37:55.7990312Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:37:55.7990765Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:37:55.7991196Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:37:55.7991652Z [36;1m   fi[0m
2025-08-20T21:37:55.7992170Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:37:55.7992708Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:37:55.7993211Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:37:55.7993643Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:37:55.7994136Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:37:55.7994509Z [36;1m fi[0m
2025-08-20T21:37:55.7994882Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7995446Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7995925Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7996437Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7996857Z [36;1m##Debug[0m
2025-08-20T21:37:55.7997178Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:37:55.7997625Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:37:55.7998299Z [36;1m else[0m
2025-08-20T21:37:55.7998616Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:37:55.7999083Z [36;1m fi[0m
2025-08-20T21:37:55.7999397Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.7999777Z [36;1m##Docker Platform[0m
2025-08-20T21:37:55.8000634Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:37:55.8001060Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:37:55.8001606Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:37:55.8002072Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:37:55.8002504Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:37:55.8003008Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:37:55.8003448Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:37:55.8003876Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:37:55.8004339Z [36;1m fi[0m
2025-08-20T21:37:55.8004751Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8005348Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8005802Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:37:55.8006404Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/netbird/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:37:55.8007237Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:37:55.8007655Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8008229Z [36;1m##Logs[0m
2025-08-20T21:37:55.8008642Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:37:55.8009216Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:37:55.8009645Z [36;1m else[0m
2025-08-20T21:37:55.8009969Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:37:55.8010344Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:37:55.8010777Z [36;1m fi[0m
2025-08-20T21:37:55.8011449Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8012034Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8012591Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:37:55.8013069Z [36;1m PKG_FAMILY_LOCAL="$(echo "netbird" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:37:55.8013630Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:37:55.8014070Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8014524Z [36;1m##Rebuild[0m
2025-08-20T21:37:55.8014865Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:37:55.8015262Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:37:55.8015622Z [36;1m else[0m
2025-08-20T21:37:55.8016021Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:37:55.8016416Z [36;1m fi[0m
2025-08-20T21:37:55.8016770Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8017281Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:37:55.8018083Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:37:55.8018846Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:37:55.8019838Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:37:55.8020678Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:37:55.8021220Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:37:55.8021781Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:37:55.8022302Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:37:55.8022870Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8023316Z [36;1m    exit 1[0m
2025-08-20T21:37:55.8023707Z [36;1m   else[0m
2025-08-20T21:37:55.8024049Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:37:55.8024490Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8025002Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:37:55.8025862Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:37:55.8026308Z [36;1m      #check if supported[0m
2025-08-20T21:37:55.8026879Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:37:55.8027522Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:37:55.8028299Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:37:55.8028788Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8029184Z [36;1m         exit 1[0m
2025-08-20T21:37:55.8029570Z [36;1m       fi[0m
2025-08-20T21:37:55.8029900Z [36;1m      #get build system[0m
2025-08-20T21:37:55.8030377Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:37:55.8030983Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:37:55.8031376Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8031829Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:37:55.8032350Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8032782Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8033314Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:37:55.8033786Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8034210Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:55.8034663Z [36;1m       fi[0m
2025-08-20T21:37:55.8035232Z [36;1m     fi[0m
2025-08-20T21:37:55.8035688Z [36;1m   fi[0m
2025-08-20T21:37:55.8036076Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:37:55.8076460Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:55.8076925Z ##[endgroup]
2025-08-20T21:37:56.1215891Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:37:56.1216992Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:37:56.1217322Z 
2025-08-20T21:37:56.2186600Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:37:56.2187162Z 100  4841  100  4841    0     0  48901      0 --:--:-- --:--:-- --:--:-- 49397
2025-08-20T21:37:56.2199926Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:37:56.2407305Z ##[group]Run ##Presets
2025-08-20T21:37:56.2408057Z [36;1m##Presets[0m
2025-08-20T21:37:56.2408414Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:56.2409110Z [36;1m#-------------#[0m
2025-08-20T21:37:56.2409438Z [36;1m##Debug?[0m
2025-08-20T21:37:56.2409863Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:37:56.2410283Z [36;1m  set -x[0m
2025-08-20T21:37:56.2410625Z [36;1mfi[0m
2025-08-20T21:37:56.2411022Z [36;1m#-------------#[0m
2025-08-20T21:37:56.2411356Z [36;1m##CoreUtils[0m
2025-08-20T21:37:56.2411686Z [36;1msudo apt update -y[0m
2025-08-20T21:37:56.2412236Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:37:56.2413365Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:37:56.2414526Z [36;1m##tmp[0m
2025-08-20T21:37:56.2414939Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:37:56.2415478Z [36;1m#GH ENV[0m
2025-08-20T21:37:56.2415847Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:56.2416285Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:56.2416714Z [36;1m#-------------#[0m
2025-08-20T21:37:56.2417059Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:37:56.2417695Z [36;1msudo apt update -y[0m
2025-08-20T21:37:56.2418975Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:37:56.2419400Z [36;1m##Setup Minisign[0m
2025-08-20T21:37:56.2419741Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:37:56.2420465Z [36;1mecho "***[0m
2025-08-20T21:37:56.2421895Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:37:56.2422551Z [36;1m##User-Agent[0m
2025-08-20T21:37:56.2423451Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:37:56.2424365Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:56.2468453Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:56.2469036Z env:
2025-08-20T21:37:56.2469404Z   CROSS_COMPILING: NO
2025-08-20T21:37:56.2469911Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:37:56.2470317Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:37:56.2470747Z   ON_QEMU: NO
2025-08-20T21:37:56.2471091Z   DEBUG: 0
2025-08-20T21:37:56.2471479Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:37:56.2471903Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:37:56.2472437Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:37:56.2472891Z   KEEP_LOGS: YES
2025-08-20T21:37:56.2473255Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:56.2473635Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:37:56.2473965Z   SBUILD_REBUILD: false
2025-08-20T21:37:56.2474724Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:37:56.2475419Z   BUILD_SYS: docker://go
2025-08-20T21:37:56.2475742Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:56.2476140Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:56.2476493Z ##[endgroup]
2025-08-20T21:37:56.2803762Z 
2025-08-20T21:37:56.2804949Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:37:56.2805654Z 
2025-08-20T21:37:56.4357593Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:37:56.4570270Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:37:56.5447159Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:37:56.5954772Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:37:56.6069645Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:37:56.6233285Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:37:56.6375700Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:37:56.6453090Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:37:56.6492620Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:37:56.6937394Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:37:56.7212691Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:37:56.7506709Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:37:56.8196726Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:37:56.8376528Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:37:56.8552837Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:37:56.8797906Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:37:56.8978821Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:37:56.9165692Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:37:56.9503555Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:37:56.9682330Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:37:56.9846538Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:37:57.0578100Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:37:57.0739633Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:37:57.0903277Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:37:57.1068299Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:37:57.1236019Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:37:57.1407165Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:37:57.1572259Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:37:57.1737580Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:37:57.1900999Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:37:57.2063931Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:37:57.2251735Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:37:57.2437287Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:37:57.2607332Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:37:57.2770017Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:37:57.2966912Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:37:57.3709806Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:37:57.3901370Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:37:57.4143120Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:37:57.4305562Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:37:57.4465967Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:37:57.4630955Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:37:57.4805542Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:38:06.3643414Z Fetched 11.9 MB in 1s (8900 kB/s)
2025-08-20T21:38:07.1486257Z Reading package lists...
2025-08-20T21:38:07.3983984Z Building dependency tree...
2025-08-20T21:38:07.3990823Z Reading state information...
2025-08-20T21:38:07.4300733Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:38:07.4404760Z 
2025-08-20T21:38:07.4405810Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:38:07.4407394Z 
2025-08-20T21:38:07.4529028Z Reading package lists...
2025-08-20T21:38:07.6908317Z Building dependency tree...
2025-08-20T21:38:07.6916434Z Reading state information...
2025-08-20T21:38:07.9456944Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:38:07.9458013Z bc set to manually installed.
2025-08-20T21:38:07.9458419Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:38:07.9459047Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:38:07.9459527Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:38:08.0076937Z The following NEW packages will be installed:
2025-08-20T21:38:08.0084164Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:38:08.0086075Z   moreutils
2025-08-20T21:38:08.0092520Z The following packages will be upgraded:
2025-08-20T21:38:08.0100393Z   jq libjq1
2025-08-20T21:38:08.0284713Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:38:08.2390771Z Need to get 936 kB of archives.
2025-08-20T21:38:08.2391378Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:38:08.2392337Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:38:08.4905044Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T21:38:08.6626472Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T21:38:08.8375511Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:38:08.9286725Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:38:09.0344151Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:38:09.1208214Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:38:09.2174352Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:38:09.7280018Z Fetched 936 kB in 1s (686 kB/s)
2025-08-20T21:38:09.7955475Z Selecting previously unselected package fdupes.
2025-08-20T21:38:09.9148377Z (Reading database ... 
2025-08-20T21:38:09.9149133Z (Reading database ... 5%
2025-08-20T21:38:09.9149420Z (Reading database ... 10%
2025-08-20T21:38:09.9149690Z (Reading database ... 15%
2025-08-20T21:38:09.9150114Z (Reading database ... 20%
2025-08-20T21:38:09.9150447Z (Reading database ... 25%
2025-08-20T21:38:09.9150746Z (Reading database ... 30%
2025-08-20T21:38:09.9151058Z (Reading database ... 35%
2025-08-20T21:38:09.9151315Z (Reading database ... 40%
2025-08-20T21:38:09.9151557Z (Reading database ... 45%
2025-08-20T21:38:09.9151892Z (Reading database ... 50%
2025-08-20T21:38:10.2062781Z (Reading database ... 55%
2025-08-20T21:38:10.7308875Z (Reading database ... 60%
2025-08-20T21:38:11.2455266Z (Reading database ... 65%
2025-08-20T21:38:11.7093943Z (Reading database ... 70%
2025-08-20T21:38:12.2087666Z (Reading database ... 75%
2025-08-20T21:38:12.7821799Z (Reading database ... 80%
2025-08-20T21:38:13.3686072Z (Reading database ... 85%
2025-08-20T21:38:13.9449709Z (Reading database ... 90%
2025-08-20T21:38:14.5309069Z (Reading database ... 95%
2025-08-20T21:38:14.5309507Z (Reading database ... 100%
2025-08-20T21:38:14.5309868Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:38:14.5350949Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:38:14.5457853Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:38:14.6536561Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:38:14.6899953Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:38:14.8069143Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:38:14.8525019Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:38:14.9136177Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:38:14.9317051Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:38:14.9412641Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:38:15.0298982Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:38:15.0475418Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:38:15.0687505Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:38:15.1500913Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:38:15.1672160Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:38:15.1785385Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:38:15.2457798Z Selecting previously unselected package moreutils.
2025-08-20T21:38:15.2621430Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:38:15.2724996Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:38:15.3884331Z Selecting previously unselected package dos2unix.
2025-08-20T21:38:15.4066793Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:38:15.4132296Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:38:15.7219881Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:38:15.7436771Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:38:15.7640753Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:38:15.7844363Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:38:15.8147113Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:38:15.8347310Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:38:15.8666941Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:38:15.8883650Z Setting up moreutils (0.69-1) ...
2025-08-20T21:38:15.9103359Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:38:29.9858388Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:38:31.3370742Z Reading package lists...
2025-08-20T21:38:31.5795339Z Building dependency tree...
2025-08-20T21:38:31.5804262Z Reading state information...
2025-08-20T21:38:31.8479168Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:38:31.8479632Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:38:31.8480199Z apt-utils set to manually installed.
2025-08-20T21:38:31.8480600Z ca-certificates is already the newest version (20240203).
2025-08-20T21:38:31.8480990Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:38:31.8481456Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:38:31.8481812Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:38:31.8482239Z moreutils is already the newest version (0.69-1).
2025-08-20T21:38:31.8482699Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:38:31.8483087Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:38:31.8483493Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:38:31.8484443Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:38:31.8484842Z tmux set to manually installed.
2025-08-20T21:38:31.8485292Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:38:31.8485665Z The following additional packages will be installed:
2025-08-20T21:38:31.8486184Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:38:31.8486698Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:38:31.8487519Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:38:31.8488207Z   uuid-runtime
2025-08-20T21:38:31.8496128Z Suggested packages:
2025-08-20T21:38:31.8496589Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:38:31.8497178Z   util-linux-extra util-linux-locales
2025-08-20T21:38:31.8497478Z Recommended packages:
2025-08-20T21:38:31.8497818Z   unattended-upgrades
2025-08-20T21:38:32.6546316Z The following NEW packages will be installed:
2025-08-20T21:38:32.6547085Z   rename
2025-08-20T21:38:32.6549924Z The following packages will be upgraded:
2025-08-20T21:38:32.6550413Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:38:32.6551661Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:38:32.6558766Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:38:32.6559919Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:38:32.6747629Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:38:32.7303725Z Need to get 4390 kB of archives.
2025-08-20T21:38:32.7304525Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:38:32.7305169Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T21:38:32.7997971Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:38:32.8877893Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:38:32.9045120Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:38:32.9210245Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:38:32.9373438Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T21:38:32.9538246Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:38:32.9709159Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:38:32.9881103Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T21:38:33.0047081Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:38:33.0238648Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:38:33.0408799Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:38:33.0588667Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:38:33.0768960Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:38:33.0983673Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:38:33.1153160Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:38:33.1348864Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:38:33.1513596Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:38:33.1685521Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:38:33.2415464Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:38:33.2589404Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:38:33.2754792Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:38:33.2924172Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T21:38:33.3090542Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:38:33.3253110Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:38:33.3418754Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:38:33.3585117Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:38:33.6260842Z Fetched 4390 kB in 1s (6547 kB/s)
2025-08-20T21:38:33.6566711Z (Reading database ... 
2025-08-20T21:38:33.6567332Z (Reading database ... 5%
2025-08-20T21:38:33.6567644Z (Reading database ... 10%
2025-08-20T21:38:33.6568080Z (Reading database ... 15%
2025-08-20T21:38:33.6568415Z (Reading database ... 20%
2025-08-20T21:38:33.6568702Z (Reading database ... 25%
2025-08-20T21:38:33.6568946Z (Reading database ... 30%
2025-08-20T21:38:33.6569274Z (Reading database ... 35%
2025-08-20T21:38:33.6569532Z (Reading database ... 40%
2025-08-20T21:38:33.6569870Z (Reading database ... 45%
2025-08-20T21:38:33.6570171Z (Reading database ... 50%
2025-08-20T21:38:33.6591089Z (Reading database ... 55%
2025-08-20T21:38:33.6679998Z (Reading database ... 60%
2025-08-20T21:38:33.6719440Z (Reading database ... 65%
2025-08-20T21:38:33.6733771Z (Reading database ... 70%
2025-08-20T21:38:33.6753016Z (Reading database ... 75%
2025-08-20T21:38:33.6785362Z (Reading database ... 80%
2025-08-20T21:38:33.6957553Z (Reading database ... 85%
2025-08-20T21:38:33.6976506Z (Reading database ... 90%
2025-08-20T21:38:33.7074423Z (Reading database ... 95%
2025-08-20T21:38:33.7074867Z (Reading database ... 100%
2025-08-20T21:38:33.7075298Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:33.7114832Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:33.7416125Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:33.8719046Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:33.9807797Z (Reading database ... 
2025-08-20T21:38:33.9808217Z (Reading database ... 5%
2025-08-20T21:38:33.9808743Z (Reading database ... 10%
2025-08-20T21:38:33.9809016Z (Reading database ... 15%
2025-08-20T21:38:33.9809265Z (Reading database ... 20%
2025-08-20T21:38:33.9809624Z (Reading database ... 25%
2025-08-20T21:38:33.9809873Z (Reading database ... 30%
2025-08-20T21:38:33.9810163Z (Reading database ... 35%
2025-08-20T21:38:33.9810435Z (Reading database ... 40%
2025-08-20T21:38:33.9810715Z (Reading database ... 45%
2025-08-20T21:38:33.9811063Z (Reading database ... 50%
2025-08-20T21:38:33.9830506Z (Reading database ... 55%
2025-08-20T21:38:33.9922769Z (Reading database ... 60%
2025-08-20T21:38:33.9965887Z (Reading database ... 65%
2025-08-20T21:38:33.9981163Z (Reading database ... 70%
2025-08-20T21:38:34.0001752Z (Reading database ... 75%
2025-08-20T21:38:34.0036731Z (Reading database ... 80%
2025-08-20T21:38:34.0223872Z (Reading database ... 85%
2025-08-20T21:38:34.0245009Z (Reading database ... 90%
2025-08-20T21:38:34.0350786Z (Reading database ... 95%
2025-08-20T21:38:34.0351314Z (Reading database ... 100%
2025-08-20T21:38:34.0351714Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:34.0392175Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:34.0778487Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:34.2774272Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:34.9041163Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:38:34.9625952Z (Reading database ... 
2025-08-20T21:38:34.9626599Z (Reading database ... 5%
2025-08-20T21:38:34.9626914Z (Reading database ... 10%
2025-08-20T21:38:34.9627227Z (Reading database ... 15%
2025-08-20T21:38:34.9627498Z (Reading database ... 20%
2025-08-20T21:38:34.9628012Z (Reading database ... 25%
2025-08-20T21:38:34.9629043Z (Reading database ... 30%
2025-08-20T21:38:34.9629411Z (Reading database ... 35%
2025-08-20T21:38:34.9629834Z (Reading database ... 40%
2025-08-20T21:38:34.9630117Z (Reading database ... 45%
2025-08-20T21:38:34.9630426Z (Reading database ... 50%
2025-08-20T21:38:34.9649691Z (Reading database ... 55%
2025-08-20T21:38:34.9740822Z (Reading database ... 60%
2025-08-20T21:38:34.9781007Z (Reading database ... 65%
2025-08-20T21:38:34.9795712Z (Reading database ... 70%
2025-08-20T21:38:34.9815288Z (Reading database ... 75%
2025-08-20T21:38:34.9848046Z (Reading database ... 80%
2025-08-20T21:38:35.0021263Z (Reading database ... 85%
2025-08-20T21:38:35.0039831Z (Reading database ... 90%
2025-08-20T21:38:35.0136523Z (Reading database ... 95%
2025-08-20T21:38:35.0136816Z (Reading database ... 100%
2025-08-20T21:38:35.0137307Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:35.0172218Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:35.0410247Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:35.1524569Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:35.1845577Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:35.2824046Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:35.3780425Z (Reading database ... 
2025-08-20T21:38:35.3781050Z (Reading database ... 5%
2025-08-20T21:38:35.3781359Z (Reading database ... 10%
2025-08-20T21:38:35.3781719Z (Reading database ... 15%
2025-08-20T21:38:35.3782007Z (Reading database ... 20%
2025-08-20T21:38:35.3782301Z (Reading database ... 25%
2025-08-20T21:38:35.3782597Z (Reading database ... 30%
2025-08-20T21:38:35.3782850Z (Reading database ... 35%
2025-08-20T21:38:35.3783097Z (Reading database ... 40%
2025-08-20T21:38:35.3783413Z (Reading database ... 45%
2025-08-20T21:38:35.3783651Z (Reading database ... 50%
2025-08-20T21:38:35.3804502Z (Reading database ... 55%
2025-08-20T21:38:35.3898123Z (Reading database ... 60%
2025-08-20T21:38:35.3939367Z (Reading database ... 65%
2025-08-20T21:38:35.3953552Z (Reading database ... 70%
2025-08-20T21:38:35.3974224Z (Reading database ... 75%
2025-08-20T21:38:35.4008980Z (Reading database ... 80%
2025-08-20T21:38:35.4182290Z (Reading database ... 85%
2025-08-20T21:38:35.4201286Z (Reading database ... 90%
2025-08-20T21:38:35.4300425Z (Reading database ... 95%
2025-08-20T21:38:35.4300900Z (Reading database ... 100%
2025-08-20T21:38:35.4301311Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:35.4336430Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:35.4588637Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:35.5475479Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:35.6437090Z (Reading database ... 
2025-08-20T21:38:35.6437508Z (Reading database ... 5%
2025-08-20T21:38:35.6438233Z (Reading database ... 10%
2025-08-20T21:38:35.6438554Z (Reading database ... 15%
2025-08-20T21:38:35.6439280Z (Reading database ... 20%
2025-08-20T21:38:35.6439603Z (Reading database ... 25%
2025-08-20T21:38:35.6439860Z (Reading database ... 30%
2025-08-20T21:38:35.6440207Z (Reading database ... 35%
2025-08-20T21:38:35.6441316Z (Reading database ... 40%
2025-08-20T21:38:35.6441696Z (Reading database ... 45%
2025-08-20T21:38:35.6441986Z (Reading database ... 50%
2025-08-20T21:38:35.6460322Z (Reading database ... 55%
2025-08-20T21:38:35.6550298Z (Reading database ... 60%
2025-08-20T21:38:35.6589264Z (Reading database ... 65%
2025-08-20T21:38:35.6602793Z (Reading database ... 70%
2025-08-20T21:38:35.6622724Z (Reading database ... 75%
2025-08-20T21:38:35.6655186Z (Reading database ... 80%
2025-08-20T21:38:35.6819215Z (Reading database ... 85%
2025-08-20T21:38:35.6842766Z (Reading database ... 90%
2025-08-20T21:38:35.6931083Z (Reading database ... 95%
2025-08-20T21:38:35.6931684Z (Reading database ... 100%
2025-08-20T21:38:35.6932070Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:35.6965055Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:35.7350052Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:35.8502869Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:35.8749667Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:35.9807340Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:36.0722102Z (Reading database ... 
2025-08-20T21:38:36.0722492Z (Reading database ... 5%
2025-08-20T21:38:36.0722759Z (Reading database ... 10%
2025-08-20T21:38:36.0723117Z (Reading database ... 15%
2025-08-20T21:38:36.0723384Z (Reading database ... 20%
2025-08-20T21:38:36.0723681Z (Reading database ... 25%
2025-08-20T21:38:36.0723998Z (Reading database ... 30%
2025-08-20T21:38:36.0724257Z (Reading database ... 35%
2025-08-20T21:38:36.0724563Z (Reading database ... 40%
2025-08-20T21:38:36.0724833Z (Reading database ... 45%
2025-08-20T21:38:36.0725140Z (Reading database ... 50%
2025-08-20T21:38:36.0745235Z (Reading database ... 55%
2025-08-20T21:38:36.0833947Z (Reading database ... 60%
2025-08-20T21:38:36.0872518Z (Reading database ... 65%
2025-08-20T21:38:36.0886104Z (Reading database ... 70%
2025-08-20T21:38:36.0906092Z (Reading database ... 75%
2025-08-20T21:38:36.0939568Z (Reading database ... 80%
2025-08-20T21:38:36.1109897Z (Reading database ... 85%
2025-08-20T21:38:36.1134270Z (Reading database ... 90%
2025-08-20T21:38:36.1226732Z (Reading database ... 95%
2025-08-20T21:38:36.1227030Z (Reading database ... 100%
2025-08-20T21:38:36.1227420Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:36.1264301Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:36.1571238Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:36.2406696Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:36.3129985Z (Reading database ... 
2025-08-20T21:38:36.3130621Z (Reading database ... 5%
2025-08-20T21:38:36.3130905Z (Reading database ... 10%
2025-08-20T21:38:36.3131153Z (Reading database ... 15%
2025-08-20T21:38:36.3131519Z (Reading database ... 20%
2025-08-20T21:38:36.3131775Z (Reading database ... 25%
2025-08-20T21:38:36.3132089Z (Reading database ... 30%
2025-08-20T21:38:36.3132369Z (Reading database ... 35%
2025-08-20T21:38:36.3132617Z (Reading database ... 40%
2025-08-20T21:38:36.3133907Z (Reading database ... 45%
2025-08-20T21:38:36.3134307Z (Reading database ... 50%
2025-08-20T21:38:36.3151935Z (Reading database ... 55%
2025-08-20T21:38:36.3240189Z (Reading database ... 60%
2025-08-20T21:38:36.3279322Z (Reading database ... 65%
2025-08-20T21:38:36.3293381Z (Reading database ... 70%
2025-08-20T21:38:36.3314164Z (Reading database ... 75%
2025-08-20T21:38:36.3348249Z (Reading database ... 80%
2025-08-20T21:38:36.3517377Z (Reading database ... 85%
2025-08-20T21:38:36.3541339Z (Reading database ... 90%
2025-08-20T21:38:36.3632446Z (Reading database ... 95%
2025-08-20T21:38:36.3633007Z (Reading database ... 100%
2025-08-20T21:38:36.3633370Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:36.3667224Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:36.3853901Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:36.4974343Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:36.5460436Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:36.6468886Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:36.6678993Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:36.7602947Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:36.7814757Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:36.8719596Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:36.8983828Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:36.9955451Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:37.0203247Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:37.1129558Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:37.1328033Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:37.2192133Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:38:37.2379020Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:37.3481345Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:37.3763490Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:37.7160239Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:38:37.7383527Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:37.8277013Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:37.9025690Z (Reading database ... 
2025-08-20T21:38:37.9026293Z (Reading database ... 5%
2025-08-20T21:38:37.9026605Z (Reading database ... 10%
2025-08-20T21:38:37.9026874Z (Reading database ... 15%
2025-08-20T21:38:37.9027248Z (Reading database ... 20%
2025-08-20T21:38:37.9027522Z (Reading database ... 25%
2025-08-20T21:38:37.9027999Z (Reading database ... 30%
2025-08-20T21:38:37.9028327Z (Reading database ... 35%
2025-08-20T21:38:37.9028591Z (Reading database ... 40%
2025-08-20T21:38:37.9028838Z (Reading database ... 45%
2025-08-20T21:38:37.9029206Z (Reading database ... 50%
2025-08-20T21:38:37.9048138Z (Reading database ... 55%
2025-08-20T21:38:37.9136260Z (Reading database ... 60%
2025-08-20T21:38:37.9176490Z (Reading database ... 65%
2025-08-20T21:38:37.9191260Z (Reading database ... 70%
2025-08-20T21:38:37.9211973Z (Reading database ... 75%
2025-08-20T21:38:37.9246473Z (Reading database ... 80%
2025-08-20T21:38:37.9428120Z (Reading database ... 85%
2025-08-20T21:38:37.9454509Z (Reading database ... 90%
2025-08-20T21:38:37.9553465Z (Reading database ... 95%
2025-08-20T21:38:37.9553931Z (Reading database ... 100%
2025-08-20T21:38:37.9554320Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:38:37.9594411Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:37.9909606Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:38.0905803Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:38.1139377Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:38.2178857Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:38.2459779Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:38.3495810Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:38:38.3706848Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:38:38.4583845Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:38:38.4839723Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:38.5930011Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:38:38.7150903Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:38:38.8291186Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:38:38.9133687Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:38:38.9891623Z Selecting previously unselected package rename.
2025-08-20T21:38:39.0060872Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:38:39.0165840Z Unpacking rename (2.02-1) ...
2025-08-20T21:38:39.1032355Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:38:39.1236970Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:38:39.2128240Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:39.2324932Z Setting up rename (2.02-1) ...
2025-08-20T21:38:39.2552498Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:38:39.2695527Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:39.2953670Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:39.3204781Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:39.3391895Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:39.4154293Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:40.0527875Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:38:40.0744269Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.0965977Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.1216558Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.1420611Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.4992373Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.5202312Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:38:40.5384961Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.6521586Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:38:40.7892201Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.8930612Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.9168943Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.9426117Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:38:40.9683843Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:38:41.0936534Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:38:41.3615430Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:38:41.3928901Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:38:47.3980205Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:38:48.8195377Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:38:48.8202889Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:38:48.8443851Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:38:48.8607650Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:38:48.8769953Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:38:48.8933101Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:38:49.9662309Z Reading package lists...
2025-08-20T21:38:50.2099025Z Building dependency tree...
2025-08-20T21:38:50.2107183Z Reading state information...
2025-08-20T21:38:50.2371312Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:38:50.2496555Z 
2025-08-20T21:38:50.2498480Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:38:50.2498948Z 
2025-08-20T21:38:50.3314611Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:38:50.3315732Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:38:50.4670650Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:38:50.5507514Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:38:50.6344870Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:38:50.7182210Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:38:51.6452748Z Reading package lists...
2025-08-20T21:38:51.8875878Z Building dependency tree...
2025-08-20T21:38:51.8883061Z Reading state information...
2025-08-20T21:38:51.9156971Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:38:51.9249916Z 
2025-08-20T21:38:51.9250699Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:38:51.9251055Z 
2025-08-20T21:38:51.9364783Z Reading package lists...
2025-08-20T21:38:52.1786425Z Building dependency tree...
2025-08-20T21:38:52.1794301Z Reading state information...
2025-08-20T21:38:52.4527187Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:38:52.4932591Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:38:52.5209408Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:38:52.5835131Z ##[group]Run ##Presets
2025-08-20T21:38:52.5835567Z [36;1m##Presets[0m
2025-08-20T21:38:52.5835941Z [36;1mset +x ; set +e[0m
2025-08-20T21:38:52.5836194Z [36;1m#-------------#[0m
2025-08-20T21:38:52.5836509Z [36;1m##Debug?[0m
2025-08-20T21:38:52.5836828Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:38:52.5837214Z [36;1m  set -x[0m
2025-08-20T21:38:52.5837512Z [36;1mfi[0m
2025-08-20T21:38:52.5837953Z [36;1m#-------------#[0m
2025-08-20T21:38:52.5838432Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:38:52.5839149Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:38:52.5839580Z [36;1msudo service procps restart[0m
2025-08-20T21:38:52.5839982Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:38:52.5867069Z shell: /usr/bin/bash -e {0}
2025-08-20T21:38:52.5867541Z env:
2025-08-20T21:38:52.5868208Z   CROSS_COMPILING: NO
2025-08-20T21:38:52.5868599Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:38:52.5868887Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:38:52.5869148Z   ON_QEMU: NO
2025-08-20T21:38:52.5869440Z   DEBUG: 0
2025-08-20T21:38:52.5869697Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:38:52.5870030Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:38:52.5870381Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:38:52.5870740Z   KEEP_LOGS: YES
2025-08-20T21:38:52.5871014Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:38:52.5871279Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:38:52.5871584Z   SBUILD_REBUILD: false
2025-08-20T21:38:52.5872208Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:38:52.5872801Z   BUILD_SYS: docker://go
2025-08-20T21:38:52.5873042Z   BUILD_ON_HOST: FALSE
2025-08-20T21:38:52.5873331Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:38:52.5873613Z   SYSTMP: /tmp
2025-08-20T21:38:52.5873890Z   GHA_MODE: MATRIX
2025-08-20T21:38:52.5874358Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:38:52.5874853Z ##[endgroup]
2025-08-20T21:38:52.5970705Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:38:52.6027246Z 0
2025-08-20T21:38:52.6352990Z vm.max_map_count = 262144
2025-08-20T21:38:52.6354191Z fs.inotify.max_user_watches = 655360
2025-08-20T21:38:52.6354587Z fs.inotify.max_user_instances = 1280
2025-08-20T21:38:52.6354866Z vm.mmap_rnd_bits = 28
2025-08-20T21:38:52.6452348Z ##[group]Run ##Presets
2025-08-20T21:38:52.6452848Z [36;1m##Presets[0m
2025-08-20T21:38:52.6453253Z [36;1mset +x ; set +e[0m
2025-08-20T21:38:52.6453547Z [36;1m#-------------#[0m
2025-08-20T21:38:52.6453846Z [36;1m##Debug?[0m
2025-08-20T21:38:52.6454142Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:38:52.6454462Z [36;1m  set -x[0m
2025-08-20T21:38:52.6454755Z [36;1mfi[0m
2025-08-20T21:38:52.6455005Z [36;1m#-------------#[0m
2025-08-20T21:38:52.6455243Z [36;1m##Main[0m
2025-08-20T21:38:52.6455565Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:38:52.6456234Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:38:52.6457026Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:38:52.6457479Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:38:52.6458093Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:38:52.6458421Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:38:52.6458741Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:38:52.6459150Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:38:52.6459535Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:38:52.6459887Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:38:52.6460636Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:38:52.6461025Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:38:52.6461432Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:38:52.6461861Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:38:52.6462163Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:38:52.6462530Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:38:52.6462869Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:38:52.6463202Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:38:52.6463603Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:38:52.6463938Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:38:52.6464272Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:38:52.6464667Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:38:52.6465018Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:38:52.6465403Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:38:52.6465774Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:38:52.6466123Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:38:52.6466476Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:38:52.6466889Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:38:52.6467375Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:38:52.6468164Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:38:52.6468657Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:38:52.6469093Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:38:52.6469489Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:38:52.6470149Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:38:52.6471053Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:38:52.6471613Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:38:52.6471908Z [36;1m else[0m
2025-08-20T21:38:52.6472603Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:38:52.6473056Z [36;1m fi[0m
2025-08-20T21:38:52.6473449Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:38:52.6473870Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:38:52.6474324Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:38:52.6474794Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:38:52.6475223Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:38:52.6475674Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:38:52.6476159Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:38:52.6476602Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:38:52.6477051Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:38:52.6477570Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:38:52.6478126Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:38:52.6505556Z shell: /usr/bin/bash -e {0}
2025-08-20T21:38:52.6505853Z env:
2025-08-20T21:38:52.6506299Z   CROSS_COMPILING: NO
2025-08-20T21:38:52.6506558Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:38:52.6507110Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:38:52.6507384Z   ON_QEMU: NO
2025-08-20T21:38:52.6507607Z   DEBUG: 0
2025-08-20T21:38:52.6508221Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:38:52.6508516Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:38:52.6508870Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:38:52.6509290Z   KEEP_LOGS: YES
2025-08-20T21:38:52.6509518Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:38:52.6509781Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:38:52.6510098Z   SBUILD_REBUILD: false
2025-08-20T21:38:52.6510681Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:38:52.6511318Z   BUILD_SYS: docker://go
2025-08-20T21:38:52.6511578Z   BUILD_ON_HOST: FALSE
2025-08-20T21:38:52.6511844Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:38:52.6512150Z   SYSTMP: /tmp
2025-08-20T21:38:52.6512371Z   GHA_MODE: MATRIX
2025-08-20T21:38:52.6512816Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:38:52.6513899Z   GHCR_TOKEN: ***
2025-08-20T21:38:52.6514326Z   GITHUB_TOKEN: ***
2025-08-20T21:38:52.6514768Z   GITLAB_TOKEN: ***
2025-08-20T21:38:52.6515993Z   MINISIGN_KEY: ***
2025-08-20T21:38:52.6516250Z ##[endgroup]
2025-08-20T21:38:52.7167391Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:38:52.7860704Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:38:52.7861947Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:38:52.7862256Z 
2025-08-20T21:38:52.8261014Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:38:52.8261719Z 100  4841  100  4841    0     0   117k      0 --:--:-- --:--:-- --:--:--  118k
2025-08-20T21:38:52.8273297Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:38:52.8354220Z 
2025-08-20T21:38:52.8355104Z [+] Building [/tmp/tmp.YF8qXBsIuO/SBUILD_INPUT] Locally
2025-08-20T21:38:52.8355984Z 
2025-08-20T21:38:52.8365923Z '/tmp/tmp.YF8qXBsIuO/SBUILD_INPUT' -> '/tmp/pkgforge/Ls978Hphy_build.yaml'
2025-08-20T21:38:52.9085756Z 
2025-08-20T21:38:52.9086426Z [+] Passwordless sudo is Configured
2025-08-20T21:38:52.9704082Z 
2025-08-20T21:38:52.9717373Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:38:52.9717675Z 
2025-08-20T21:38:53.0092420Z 
2025-08-20T21:38:53.0094112Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:38:53.0094500Z 
2025-08-20T21:38:53.0094523Z 
2025-08-20T21:38:53.0094783Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:38:53.0095217Z 
2025-08-20T21:38:53.0134130Z [+] Installing: 7z -> 7z
2025-08-20T21:38:53.1604051Z [+] Installing: actionlint -> actionlint
2025-08-20T21:38:53.5094524Z [+] Installing: anew -> anew
2025-08-20T21:38:53.8528727Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:38:54.1940393Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:38:54.5102959Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:38:54.8533658Z [+] Installing: archey -> archey
2025-08-20T21:38:55.2268591Z [+] Installing: aria2 -> aria2c
2025-08-20T21:38:55.6224063Z [+] Installing: askalono -> askalono
2025-08-20T21:38:55.7900838Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:38:57.5732735Z [+] Installing: b3sum -> b3sum
2025-08-20T21:38:57.6980503Z [+] Installing: bita -> bita
2025-08-20T21:38:58.0770811Z [+] Installing: btop -> btop
2025-08-20T21:38:58.4174431Z [+] Installing: chafa -> chafa
2025-08-20T21:38:58.8246675Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:38:59.2390534Z [+] Installing: croc -> croc
2025-08-20T21:38:59.4025382Z [+] Installing: csvtk -> csvtk
2025-08-20T21:38:59.5881224Z [+] Installing: cutlines -> cutlines
2025-08-20T21:38:59.6773310Z curl: (22) The requested URL returned error: 404
2025-08-20T21:38:59.6808698Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:38:59.6809179Z [+] Installing: dbin -> dbin
2025-08-20T21:39:00.0658743Z [+] Installing: dasel -> dasel
2025-08-20T21:39:00.4515075Z [+] Installing: delta -> delta
2025-08-20T21:39:00.8074510Z [+] Installing: ds -> ds
2025-08-20T21:39:01.0971738Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:01.1006542Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:39:01.1007001Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:39:01.2191227Z [+] Installing: duf -> duf
2025-08-20T21:39:01.5701693Z [+] Installing: duplicut -> duplicut
2025-08-20T21:39:01.8963636Z [+] Installing: dust -> dust
2025-08-20T21:39:02.2437558Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:39:02.4144302Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:39:02.9480186Z [+] Installing: dysk -> dysk
2025-08-20T21:39:03.3001447Z [+] Installing: eget -> eget
2025-08-20T21:39:03.4712929Z [+] Installing: epoch -> epoch
2025-08-20T21:39:03.8231094Z [+] Installing: faketty -> faketty
2025-08-20T21:39:03.9571512Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:39:04.2904075Z [+] Installing: freeze -> freeze
2025-08-20T21:39:04.6733159Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:39:04.9891735Z [+] Installing: gdu -> gdu
2025-08-20T21:39:05.1803360Z [+] Installing: gh -> gh
2025-08-20T21:39:05.6227659Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:39:05.8121883Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:39:06.1544583Z [+] Installing: glab -> glab
2025-08-20T21:39:06.5575006Z [+] Installing: glow -> glow
2025-08-20T21:39:06.9510638Z [+] Installing: httpx -> httpx
2025-08-20T21:39:07.3909913Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:39:07.7868901Z [+] Installing: husarnet -> husarnet
2025-08-20T21:39:08.0933538Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:08.0967992Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:39:08.0968780Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:39:08.1970880Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:08.2005082Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:39:08.2005690Z [+] Installing: imgcat -> imgcat
2025-08-20T21:39:08.3527938Z [+] Installing: jc -> jc
2025-08-20T21:39:08.5963372Z [+] Installing: jq -> jq
2025-08-20T21:39:08.9443376Z [+] Installing: logdy -> logdy
2025-08-20T21:39:10.7080093Z [+] Installing: micro -> micro
2025-08-20T21:39:10.8937339Z [+] Installing: miniserve -> miniserve
2025-08-20T21:39:11.2452793Z [+] Installing: minisign -> minisign
2025-08-20T21:39:11.3693278Z [+] Installing: ncdu -> ncdu
2025-08-20T21:39:11.6928156Z [+] Installing: notify -> notify
2025-08-20T21:39:11.9048862Z [+] Installing: ouch -> ouch
2025-08-20T21:39:12.2801001Z [+] Installing: oras -> oras
2025-08-20T21:39:12.6476085Z [+] Installing: pipetty -> pipetty
2025-08-20T21:39:12.7536830Z [+] Installing: pixterm -> pixterm
2025-08-20T21:39:12.9171378Z [+] Installing: qsv -> qsv
2025-08-20T21:39:14.7019453Z [+] Installing: rclone -> rclone
2025-08-20T21:39:15.1808323Z [+] Installing: ripgrep -> rg
2025-08-20T21:39:15.5394346Z [+] Installing: rga -> rga
2025-08-20T21:39:15.8886986Z [+] Installing: rsync -> rsync
2025-08-20T21:39:16.2414338Z [+] Installing: script -> script
2025-08-20T21:39:16.5753130Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:39:17.3378328Z [+] Installing: soar -> soar
2025-08-20T21:39:17.7791233Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:39:17.9483645Z [+] Installing: sstrip -> sstrip
2025-08-20T21:39:18.0550633Z [+] Installing: strace -> strace
2025-08-20T21:39:18.4053541Z [+] Installing: sttr -> sttr
2025-08-20T21:39:18.5672699Z [+] Installing: tailscale -> tailscale
2025-08-20T21:39:18.9688360Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:39:19.3722869Z [+] Installing: taplo -> taplo
2025-08-20T21:39:19.7508881Z [+] Installing: tldr -> tldr
2025-08-20T21:39:20.1292733Z [+] Installing: tldr -> tealdeer
2025-08-20T21:39:20.4941779Z [+] Installing: tmux -> tmux
2025-08-20T21:39:20.8257300Z [+] Installing: tok -> tok
2025-08-20T21:39:20.9582077Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:39:21.3760697Z [+] Installing: trurl -> trurl
2025-08-20T21:39:21.5471667Z [+] Installing: tss -> tss
2025-08-20T21:39:21.8704775Z [+] Installing: ulexec -> ulexec
2025-08-20T21:39:22.0279169Z [+] Installing: unfurl -> unfurl
2025-08-20T21:39:22.1782103Z [+] Installing: upx -> upx
2025-08-20T21:39:22.2977022Z [+] Installing: validtoml -> validtoml
2025-08-20T21:39:22.6516463Z [+] Installing: wget -> wget
2025-08-20T21:39:22.8024453Z [+] Installing: wget2 -> wget2
2025-08-20T21:39:22.9550946Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:39:23.3157254Z [+] Installing: xq -> xq
2025-08-20T21:39:23.6882829Z [+] Installing: xz -> xz
2025-08-20T21:39:24.0625814Z [+] Installing: unxz -> unxz
2025-08-20T21:39:24.4150176Z [+] Installing: yq -> yq
2025-08-20T21:39:24.8422826Z [+] Installing: yj -> yj
2025-08-20T21:39:24.9851664Z [+] Installing: zapper -> zapper
2025-08-20T21:39:25.1099756Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:39:25.2229954Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:39:25.3229099Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:25.3264352Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:39:25.3265149Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:39:25.6434182Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:25.6470043Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:39:25.6471321Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:39:25.7713854Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:25.7749185Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:39:25.7749854Z [+] Installing: zstd -> zstd
2025-08-20T21:39:25.9594699Z [+] Creating symlinks...
2025-08-20T21:39:25.9673365Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:39:25.9762161Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:39:25.9848318Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:39:25.9936038Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:39:26.0023508Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:39:26.0109733Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:39:26.0194809Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:39:26.0285495Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:39:26.0381556Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:39:26.0473529Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:39:26.0564617Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:39:26.0656669Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:39:26.0746721Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:39:26.0832755Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:39:26.0920531Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:39:26.1006292Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:39:26.1093457Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:39:26.1130965Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:39:26.1208601Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:39:26.1296845Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:39:26.1387300Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:39:26.1426569Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:39:26.1505206Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:39:26.1595407Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:39:26.1681939Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:39:26.1770011Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:39:26.1856116Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:39:26.1943413Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:39:26.2030931Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:39:26.2118640Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:39:26.2212854Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:39:26.2309116Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:39:26.2395143Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:39:26.2482760Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:39:26.2572710Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:39:26.2658457Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:39:26.2745837Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:39:26.2831474Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:39:26.2918535Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:39:26.3004539Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:39:26.3090554Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:39:26.3181985Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:39:26.3270434Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:39:26.3361157Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:39:26.3398187Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:39:26.3423433Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:39:26.3499895Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:39:26.3587418Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:39:26.3679141Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:39:26.3768097Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:39:26.3856210Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:39:26.3941457Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:39:26.4026592Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:39:26.4113171Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:39:26.4201886Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:39:26.4286957Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:39:26.4373339Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:39:26.4464537Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:39:26.4555173Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:39:26.4643419Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:39:26.4731274Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:39:26.4821300Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:39:26.4910808Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:39:26.5001148Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:39:26.5089868Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:39:26.5178732Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:39:26.5265732Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:39:26.5356210Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:39:26.5445520Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:39:26.5532614Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:39:26.5620443Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:39:26.5706407Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:39:26.5794392Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:39:26.5884653Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:39:26.5972287Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:39:26.6059960Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:39:26.6149902Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:39:26.6237068Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:39:26.6322935Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:39:26.6409490Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:39:26.6493591Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:39:26.6579708Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:39:26.6668816Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:39:26.6755524Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:39:26.6844836Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:39:26.6935130Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:39:26.7023285Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:39:26.7111573Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:39:26.7199840Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:39:26.7301111Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:39:26.7392741Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:39:26.7480423Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:39:26.7568606Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:39:26.7653737Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:39:26.7742613Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:39:26.7777305Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:39:26.7802299Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:39:26.7828506Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:39:26.7910464Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:39:26.7934463Z 
2025-08-20T21:39:26.7934822Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:39:26.7935188Z 
2025-08-20T21:39:26.8046209Z 
2025-08-20T21:39:26.8130780Z 
2025-08-20T21:39:26.8131349Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:39:26.8131570Z 
2025-08-20T21:39:26.8131654Z [+] Installation completed!
2025-08-20T21:39:26.8211690Z 
2025-08-20T21:39:26.8212200Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:39:27.0210490Z github.com
2025-08-20T21:39:27.0211136Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:39:27.0211482Z   - Active account: true
2025-08-20T21:39:27.0211700Z   - Git operations protocol: https
2025-08-20T21:39:27.0211947Z   - Token: ghp_************************************
2025-08-20T21:39:27.0212571Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:39:27.0213210Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:39:27.0213540Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:39:27.1102875Z Limit: 5000, Remaining: 4977, Reset: 2025-08-20 22:27:57 +0000 UTC (48m30s)
2025-08-20T21:39:27.1111370Z 
2025-08-20T21:39:27.1111488Z [+] GHCR_TOKEN is Exported
2025-08-20T21:39:27.1140388Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:39:27.2124436Z Login Succeeded
2025-08-20T21:39:27.2133183Z 
2025-08-20T21:39:27.2133313Z [+] GITLAB is Exported
2025-08-20T21:39:27.3326862Z [git remote -v]
2025-08-20T21:39:27.5508954Z gitlab.com
2025-08-20T21:39:27.5509863Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:39:27.5511674Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:39:27.5512134Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:39:27.5512505Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:39:27.5512851Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:39:27.5513165Z   ✓ Token found: **************************
2025-08-20T21:39:27.5513319Z 
2025-08-20T21:39:27.5513669Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:39:27.5514130Z [git remote -v]
2025-08-20T21:39:27.5532017Z 2025/08/20 21:39:27 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:39:27.5532539Z git: exit status 128]
2025-08-20T21:39:27.7749905Z 
2025-08-20T21:39:27.7749917Z 
2025-08-20T21:39:27.7750780Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:39:27 PM)
2025-08-20T21:39:27.7751183Z 
2025-08-20T21:39:27.7751187Z 
2025-08-20T21:39:27.7751274Z [+] USER = runner
2025-08-20T21:39:27.7751448Z [+] HOME = /home/runner
2025-08-20T21:39:27.7753599Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:39:27.7755710Z 
2025-08-20T21:39:27.8669238Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:39:27.8669721Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:39:27.9036292Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:39:27.9197900Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:39:27.9354497Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:39:27.9516128Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:39:29.0279855Z Reading package lists...
2025-08-20T21:39:29.0600921Z Reading package lists...
2025-08-20T21:39:29.3081147Z Building dependency tree...
2025-08-20T21:39:29.3088034Z Reading state information...
2025-08-20T21:39:29.6242201Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:39:29.6242570Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:39:29.6242922Z ca-certificates is already the newest version (20240203).
2025-08-20T21:39:29.6243254Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:39:29.6243572Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:39:29.6243877Z moreutils is already the newest version (0.69-1).
2025-08-20T21:39:29.6244237Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:39:29.6244631Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:39:29.6244984Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:39:29.7144113Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:39:29.7144983Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:39:29.8037450Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:39:29.8198241Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:39:29.8360492Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:39:29.8523046Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:39:30.9012084Z Reading package lists...
2025-08-20T21:39:30.9326571Z Reading package lists...
2025-08-20T21:39:31.1865333Z Building dependency tree...
2025-08-20T21:39:31.1874453Z Reading state information...
2025-08-20T21:39:31.4774674Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:39:31.4775087Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:39:31.4775456Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:39:31.4775764Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:39:31.4776101Z ca-certificates is already the newest version (20240203).
2025-08-20T21:39:31.4776429Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:39:31.4776731Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:39:31.4777019Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:39:31.4777848Z gawk set to manually installed.
2025-08-20T21:39:31.4778102Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:39:31.4778398Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:39:31.4778707Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:39:31.4778994Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:39:31.4779324Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:39:31.4779663Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:39:31.4779973Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:39:31.4780274Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:39:31.4780581Z The following additional packages will be installed:
2025-08-20T21:39:31.4780952Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:39:31.4781375Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:39:31.4781813Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:39:31.4782217Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:39:31.4782654Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:39:31.4783039Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:39:31.4790610Z Suggested packages:
2025-08-20T21:39:31.4790921Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:39:31.4791368Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:39:31.4791823Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:39:31.4792260Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:39:31.4792642Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:39:31.4793014Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:39:31.4793379Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:39:31.5022745Z The following NEW packages will be installed:
2025-08-20T21:39:31.5023139Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:39:31.5023884Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:39:31.5024912Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:39:31.5025388Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:39:31.5026247Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:39:31.5030429Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:39:31.5031685Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:39:31.7755118Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:39:31.7755824Z Need to get 27.2 MB of archives.
2025-08-20T21:39:31.7756171Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:39:31.7756722Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:39:32.4785317Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:39:32.8996878Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:39:33.0704739Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:39:33.1544334Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:39:33.2390674Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:39:33.4166795Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:39:33.5904511Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:39:33.8416377Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:39:33.9277576Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:39:34.8652936Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:39:35.0364263Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:39:35.5822504Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:39:35.6722371Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:39:35.7573777Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:39:35.8485814Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:39:35.9337228Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:39:36.4480263Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T21:39:36.5325690Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:39:36.6208031Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:39:36.7050846Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:39:36.7895045Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T21:39:37.0458065Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T21:39:37.3356312Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:39:37.5798706Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T21:39:37.6683877Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T21:39:38.0236279Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:39:38.1114231Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T21:39:38.1989914Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:39:38.2898067Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:39:38.3737863Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:39:38.4624720Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:39:38.5520106Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:39:39.0293851Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:39:39.5578644Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:39:39.8340083Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:39:40.0879392Z Preconfiguring packages ...
2025-08-20T21:39:40.1941306Z Fetched 27.2 MB in 8s (3267 kB/s)
2025-08-20T21:39:40.2480007Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:39:40.2512380Z (Reading database ... 
2025-08-20T21:39:40.2512602Z (Reading database ... 5%
2025-08-20T21:39:40.2512816Z (Reading database ... 10%
2025-08-20T21:39:40.2513020Z (Reading database ... 15%
2025-08-20T21:39:40.2513222Z (Reading database ... 20%
2025-08-20T21:39:40.2513419Z (Reading database ... 25%
2025-08-20T21:39:40.2513611Z (Reading database ... 30%
2025-08-20T21:39:40.2513840Z (Reading database ... 35%
2025-08-20T21:39:40.2514036Z (Reading database ... 40%
2025-08-20T21:39:40.2514226Z (Reading database ... 45%
2025-08-20T21:39:40.2514420Z (Reading database ... 50%
2025-08-20T21:39:40.2537130Z (Reading database ... 55%
2025-08-20T21:39:40.2627172Z (Reading database ... 60%
2025-08-20T21:39:40.2668576Z (Reading database ... 65%
2025-08-20T21:39:40.2683657Z (Reading database ... 70%
2025-08-20T21:39:40.2704880Z (Reading database ... 75%
2025-08-20T21:39:40.2841228Z (Reading database ... 80%
2025-08-20T21:39:40.2920764Z (Reading database ... 85%
2025-08-20T21:39:40.2946425Z (Reading database ... 90%
2025-08-20T21:39:40.3041468Z (Reading database ... 95%
2025-08-20T21:39:40.3041787Z (Reading database ... 100%
2025-08-20T21:39:40.3042088Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:39:40.3081328Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:39:40.3345236Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:39:40.5955985Z Selecting previously unselected package poppler-data.
2025-08-20T21:39:40.6137669Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:39:40.6215622Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:39:40.7603036Z Selecting previously unselected package b3sum.
2025-08-20T21:39:40.7780083Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:39:40.7875419Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:39:40.8492788Z Selecting previously unselected package build-essential.
2025-08-20T21:39:40.8663851Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:39:40.8779590Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:39:40.9506344Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:39:40.9671485Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:39:40.9808735Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:39:41.0562228Z Selecting previously unselected package ccache.
2025-08-20T21:39:41.0750243Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:39:41.0855234Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:39:41.1704863Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:39:41.1878567Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:39:41.1940829Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:39:41.2561844Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:39:41.2733103Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:39:41.2813604Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:39:41.3557884Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:39:41.3723805Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:39:41.3783127Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:39:41.4599315Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:39:41.4770315Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:39:41.5398699Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:39:41.6562192Z Selecting previously unselected package libgs-common.
2025-08-20T21:39:41.6759077Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:39:41.6875978Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:41.7741265Z Selecting previously unselected package libgs10-common.
2025-08-20T21:39:41.7928259Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:39:41.7995726Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:41.9058289Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:39:41.9234760Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:39:41.9300170Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:39:41.9998954Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:39:42.0154977Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:39:42.0219556Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:39:42.1090947Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:39:42.1255976Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:39:42.1320191Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:39:42.2075080Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:39:42.2262041Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:39:42.2331161Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:39:42.3038646Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:39:42.3212835Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:39:42.3308638Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:42.5640075Z Selecting previously unselected package ghostscript.
2025-08-20T21:39:42.5791276Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:39:42.5850067Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:42.6494946Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:39:42.6654258Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:39:42.6715586Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:42.8096777Z Selecting previously unselected package imagemagick.
2025-08-20T21:39:42.8273928Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:39:42.8340483Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:42.8895978Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:39:42.9078296Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:39:42.9184176Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:42.9966734Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:39:43.0133865Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:39:43.0196517Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:43.0962721Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:39:43.1121498Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:39:43.1192444Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:39:43.1961852Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:39:43.2125534Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:39:43.2248227Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:43.2843095Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:39:43.3020685Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:39:43.3096468Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:43.3709967Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:39:43.3888127Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:39:43.3950440Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:39:43.4729440Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:39:43.4900013Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:39:43.5391380Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:39:43.6381820Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:39:43.6548481Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:39:43.6651734Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:43.7389136Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:39:43.7549295Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:39:43.7611295Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:39:43.8401834Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:39:43.8575375Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:39:43.8648012Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:39:43.9321144Z Selecting previously unselected package libtool-bin.
2025-08-20T21:39:43.9495971Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:39:43.9571832Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:39:44.0260448Z Selecting previously unselected package lzip.
2025-08-20T21:39:44.0432884Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:39:44.0516780Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:39:44.1273618Z Selecting previously unselected package netpbm.
2025-08-20T21:39:44.1439714Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:39:44.1508779Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:39:44.5016707Z Selecting previously unselected package musl:arm64.
2025-08-20T21:39:44.5187471Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:39:44.5508330Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:39:44.6334200Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:39:44.6511352Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:39:44.6576430Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:39:44.7438377Z Selecting previously unselected package musl-tools.
2025-08-20T21:39:44.7606514Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:39:44.7672301Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:39:44.8505649Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:39:45.0001400Z 
2025-08-20T21:39:45.0002067Z Creating config file /etc/papersize with new version
2025-08-20T21:39:45.0948681Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:39:45.1230155Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:39:45.1513750Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:39:45.1779919Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:39:45.2002225Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:45.2192334Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:39:45.2443573Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:39:45.2655641Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:39:45.3341786Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:45.3536492Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:39:45.3728054Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:39:45.3898224Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:39:45.3957657Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:39:45.4020091Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:39:45.4126185Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:39:45.4315820Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:39:45.4503095Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:39:45.4679188Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:39:45.4863427Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:45.5057569Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:39:45.5144726Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:39:45.5222155Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:39:45.5285440Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:39:45.5354215Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:39:45.5418640Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:39:46.2873947Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:39:47.6860387Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:39:48.0344644Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:39:48.0409727Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:39:48.0483068Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:39:48.0546986Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:39:48.0625700Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:39:48.0689409Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:39:48.0759393Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:39:48.0832526Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:39:48.0905371Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:39:48.0974646Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:39:48.1076439Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:39:48.1166023Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:39:48.1278435Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:39:48.1343200Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:39:48.1450844Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:39:48.1721898Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:39:48.2083930Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:39:48.2283823Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:39:48.2775633Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:48.3045056Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:39:48.3259238Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:48.3489269Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:39:48.3674136Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:39:48.3822867Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:48.3998571Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:39:48.4217253Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:39:48.4434879Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:39:48.4617219Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:48.4802476Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:48.5038324Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:39:48.7140651Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:39:48.7397938Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:48.7649783Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:48.7879219Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:48.8201788Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:39:48.9187088Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:39:49.2761789Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:39:50.4235956Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:39:50.4691295Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:39:53.1838154Z Reading package lists...
2025-08-20T21:39:53.4328865Z Building dependency tree...
2025-08-20T21:39:53.4338484Z Reading state information...
2025-08-20T21:39:53.7030405Z autoconf is already the newest version (2.71-3).
2025-08-20T21:39:53.7030809Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:39:53.7031154Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:39:53.7031480Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:39:53.7031829Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:39:53.7032227Z ca-certificates is already the newest version (20240203).
2025-08-20T21:39:53.7032541Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:39:53.7032833Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:39:53.7033138Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:39:53.7033444Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:39:53.7033756Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:39:53.7034071Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:39:53.7034804Z patch set to manually installed.
2025-08-20T21:39:53.7035104Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:39:53.7035429Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:39:53.7035733Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:39:53.7036030Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:39:53.7036299Z Suggested packages:
2025-08-20T21:39:53.7036467Z   scons-doc
2025-08-20T21:39:53.7184757Z The following NEW packages will be installed:
2025-08-20T21:39:53.7193028Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:39:53.8548413Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:39:53.8548923Z Need to get 17.8 MB of archives.
2025-08-20T21:39:53.8549229Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:39:53.8549722Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:39:53.9558531Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:39:53.9720162Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T21:39:54.1188528Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:39:54.1385657Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:39:54.4048035Z Fetched 17.8 MB in 0s (43.5 MB/s)
2025-08-20T21:39:54.4574547Z Selecting previously unselected package autopoint.
2025-08-20T21:39:54.4608919Z (Reading database ... 
2025-08-20T21:39:54.4609142Z (Reading database ... 5%
2025-08-20T21:39:54.4609344Z (Reading database ... 10%
2025-08-20T21:39:54.4609540Z (Reading database ... 15%
2025-08-20T21:39:54.4609734Z (Reading database ... 20%
2025-08-20T21:39:54.4609924Z (Reading database ... 25%
2025-08-20T21:39:54.4610155Z (Reading database ... 30%
2025-08-20T21:39:54.4610351Z (Reading database ... 35%
2025-08-20T21:39:54.4610563Z (Reading database ... 40%
2025-08-20T21:39:54.4610756Z (Reading database ... 45%
2025-08-20T21:39:54.4610950Z (Reading database ... 50%
2025-08-20T21:39:54.4633159Z (Reading database ... 55%
2025-08-20T21:39:54.4727062Z (Reading database ... 60%
2025-08-20T21:39:54.4771263Z (Reading database ... 65%
2025-08-20T21:39:54.4786223Z (Reading database ... 70%
2025-08-20T21:39:54.4816507Z (Reading database ... 75%
2025-08-20T21:39:54.4953784Z (Reading database ... 80%
2025-08-20T21:39:54.5039849Z (Reading database ... 85%
2025-08-20T21:39:54.5069262Z (Reading database ... 90%
2025-08-20T21:39:54.5171518Z (Reading database ... 95%
2025-08-20T21:39:54.5171768Z (Reading database ... 100%
2025-08-20T21:39:54.5172094Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:39:54.5212251Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:39:54.5350582Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:39:54.6297282Z Selecting previously unselected package clang.
2025-08-20T21:39:54.6479556Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:39:54.6551522Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:39:54.7134823Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:39:54.7316763Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:39:54.7390873Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:39:55.7740022Z Selecting previously unselected package scons.
2025-08-20T21:39:55.7913727Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:39:55.8021371Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:39:55.9043917Z Selecting previously unselected package byacc.
2025-08-20T21:39:55.9210253Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:39:55.9292076Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:39:56.0137849Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:39:56.0385425Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:39:56.0874827Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:39:56.1353975Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:39:56.5104277Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:39:56.5363954Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:39:57.7898212Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:39:59.1330631Z Reading package lists...
2025-08-20T21:39:59.3693509Z Building dependency tree...
2025-08-20T21:39:59.3701516Z Reading state information...
2025-08-20T21:39:59.6114410Z The following additional packages will be installed:
2025-08-20T21:39:59.6114838Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:39:59.6115186Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:39:59.6115611Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:39:59.6116079Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:39:59.6116525Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:39:59.6116953Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:39:59.6117429Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:39:59.6118565Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:39:59.6119342Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:39:59.6128722Z Suggested packages:
2025-08-20T21:39:59.6128996Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:39:59.6129381Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:39:59.6129786Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:39:59.6130349Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:39:59.6130736Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:39:59.6131145Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:39:59.6131603Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:39:59.6132083Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:39:59.6132449Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:39:59.6132661Z Recommended packages:
2025-08-20T21:39:59.6132940Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:39:59.6133366Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:39:59.6133761Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:39:59.6134119Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:39:59.6134440Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:39:59.6312830Z The following NEW packages will be installed:
2025-08-20T21:39:59.6314077Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:39:59.6314494Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:39:59.6314909Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:39:59.6315379Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:39:59.6315850Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:39:59.6316285Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:39:59.6316735Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:39:59.6318079Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:39:59.6321316Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:39:59.7689683Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:39:59.7690367Z Need to get 2409 kB of archives.
2025-08-20T21:39:59.7690678Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:39:59.7691184Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:39:59.7851945Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:39:59.8047236Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:39:59.8373355Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:39:59.8540920Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:39:59.8723027Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:39:59.8926209Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:39:59.9096341Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:39:59.9271245Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:39:59.9448126Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:39:59.9631979Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:39:59.9814746Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:39:59.9987498Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:40:00.0169124Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:40:00.0357688Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:40:00.0590688Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:40:00.0765426Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:40:00.1793788Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:40:00.1958771Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:40:00.2123645Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:40:00.2286455Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:40:00.2608149Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:40:00.2800540Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:40:00.2963717Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:40:00.3125954Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:40:00.3290607Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:40:00.3455262Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:40:00.3635351Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:40:00.3805890Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:40:00.3972155Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:40:00.6874182Z Fetched 2409 kB in 1s (3114 kB/s)
2025-08-20T21:40:00.7155021Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:40:00.7186504Z (Reading database ... 
2025-08-20T21:40:00.7186745Z (Reading database ... 5%
2025-08-20T21:40:00.7186945Z (Reading database ... 10%
2025-08-20T21:40:00.7187145Z (Reading database ... 15%
2025-08-20T21:40:00.7187378Z (Reading database ... 20%
2025-08-20T21:40:00.7187575Z (Reading database ... 25%
2025-08-20T21:40:00.7187912Z (Reading database ... 30%
2025-08-20T21:40:00.7188118Z (Reading database ... 35%
2025-08-20T21:40:00.7188311Z (Reading database ... 40%
2025-08-20T21:40:00.7188507Z (Reading database ... 45%
2025-08-20T21:40:00.7188698Z (Reading database ... 50%
2025-08-20T21:40:00.7207932Z (Reading database ... 55%
2025-08-20T21:40:00.7294918Z (Reading database ... 60%
2025-08-20T21:40:00.7335409Z (Reading database ... 65%
2025-08-20T21:40:00.7349569Z (Reading database ... 70%
2025-08-20T21:40:00.7377399Z (Reading database ... 75%
2025-08-20T21:40:00.7501149Z (Reading database ... 80%
2025-08-20T21:40:00.7576649Z (Reading database ... 85%
2025-08-20T21:40:00.7603740Z (Reading database ... 90%
2025-08-20T21:40:00.7699240Z (Reading database ... 95%
2025-08-20T21:40:00.7699459Z (Reading database ... 100%
2025-08-20T21:40:00.7699750Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:40:00.7739858Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:40:00.7826727Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:40:00.8509707Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:40:00.8668114Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:40:00.8772679Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:40:00.9331039Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:40:00.9507138Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:40:00.9572161Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:40:01.0260401Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:40:01.0439483Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:40:01.0514862Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:40:01.1094383Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:40:01.1269985Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:40:01.1340597Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:40:01.2006736Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:40:01.2171974Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:40:01.2240741Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:40:01.2994889Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:40:01.3171584Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:40:01.3353034Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:40:01.4082270Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:40:01.4244601Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:40:01.4311469Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:40:01.4966972Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:40:01.5142331Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:40:01.5228754Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:40:01.6017483Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:40:01.6195254Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:40:01.6298916Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:40:01.6846036Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:40:01.7024203Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:40:01.7131224Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:40:01.7788593Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:40:01.7945927Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:40:01.8031586Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:40:01.8699040Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:40:01.8858419Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:40:01.8927047Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:40:01.9451744Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:40:01.9616507Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:40:01.9689616Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:40:02.0263405Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:40:02.0447526Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:40:02.0590930Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:40:02.1196020Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:40:02.1369662Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:40:02.1483728Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:40:02.2182982Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:40:02.2369989Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:40:02.2443676Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:40:02.3054377Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:40:02.3225701Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:40:02.3329523Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:40:02.4040190Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:40:02.4212897Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:40:02.4303323Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:40:02.4877875Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:40:02.5053776Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:40:02.5134346Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:40:02.5954927Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:40:02.6136287Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:40:02.6208197Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:40:02.7025999Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:40:02.7200897Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:40:02.7275295Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:40:02.8009945Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:40:02.8172109Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:40:02.8258304Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:40:02.9044158Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:40:02.9204873Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:40:02.9283099Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:40:02.9792360Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:40:02.9950872Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:40:03.0058053Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:40:03.0625766Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:40:03.0808745Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:40:03.0883481Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:40:03.1553080Z Selecting previously unselected package libwww-perl.
2025-08-20T21:40:03.1731417Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:40:03.1812098Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:40:03.2520608Z Selecting previously unselected package patchutils.
2025-08-20T21:40:03.2690963Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:40:03.2759585Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:40:03.3371796Z Selecting previously unselected package wdiff.
2025-08-20T21:40:03.3549917Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:40:03.3654964Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:40:03.4557043Z Selecting previously unselected package devscripts.
2025-08-20T21:40:03.4747570Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:40:03.7550710Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:40:03.9076275Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:40:03.9313511Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:40:03.9510913Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:40:03.9725950Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:40:03.9993005Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:40:04.0217469Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:40:04.0431240Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:40:04.0651304Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:40:04.0954760Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:40:04.1164729Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:40:04.1370166Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:40:04.1554440Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:40:04.1743106Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:40:04.1955066Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:40:04.2135121Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:40:04.2332324Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:40:04.2517588Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:40:04.2729933Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:40:04.2942233Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:40:04.3146508Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:40:04.3438312Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:40:04.3633127Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:40:04.4211343Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:40:04.4524540Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:40:04.4701796Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:40:04.4916785Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:40:04.5122557Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:40:04.5324540Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:40:04.5520087Z Setting up devscripts (2.23.7) ...
2025-08-20T21:40:04.6904701Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:40:04.7115321Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:06.5455995Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:40:07.9085278Z Reading package lists...
2025-08-20T21:40:08.1590511Z Building dependency tree...
2025-08-20T21:40:08.1597243Z Reading state information...
2025-08-20T21:40:08.4481872Z The following additional packages will be installed:
2025-08-20T21:40:08.4490155Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:40:08.4499117Z Suggested packages:
2025-08-20T21:40:08.4499336Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:40:08.4664349Z The following NEW packages will be installed:
2025-08-20T21:40:08.4673236Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:40:08.5465797Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:08.5466126Z Need to get 12.7 MB of archives.
2025-08-20T21:40:08.5466417Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:40:08.5466925Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:40:08.6058110Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:40:08.6416783Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:40:08.7221708Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:40:09.0531917Z Fetched 12.7 MB in 0s (41.3 MB/s)
2025-08-20T21:40:09.0896441Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:40:09.0929805Z (Reading database ... 
2025-08-20T21:40:09.0930041Z (Reading database ... 5%
2025-08-20T21:40:09.0930240Z (Reading database ... 10%
2025-08-20T21:40:09.0930444Z (Reading database ... 15%
2025-08-20T21:40:09.0930635Z (Reading database ... 20%
2025-08-20T21:40:09.0930831Z (Reading database ... 25%
2025-08-20T21:40:09.0931023Z (Reading database ... 30%
2025-08-20T21:40:09.0931217Z (Reading database ... 35%
2025-08-20T21:40:09.0931831Z (Reading database ... 40%
2025-08-20T21:40:09.0932024Z (Reading database ... 45%
2025-08-20T21:40:09.0932216Z (Reading database ... 50%
2025-08-20T21:40:09.0953960Z (Reading database ... 55%
2025-08-20T21:40:09.1043669Z (Reading database ... 60%
2025-08-20T21:40:09.1086043Z (Reading database ... 65%
2025-08-20T21:40:09.1100935Z (Reading database ... 70%
2025-08-20T21:40:09.1129707Z (Reading database ... 75%
2025-08-20T21:40:09.1259332Z (Reading database ... 80%
2025-08-20T21:40:09.1334117Z (Reading database ... 85%
2025-08-20T21:40:09.1362864Z (Reading database ... 90%
2025-08-20T21:40:09.1458528Z (Reading database ... 95%
2025-08-20T21:40:09.1458747Z (Reading database ... 100%
2025-08-20T21:40:09.1459047Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:40:09.1496356Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:40:09.1692113Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:40:09.2491888Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:40:09.2667230Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:40:09.2736853Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:40:09.4184486Z Selecting previously unselected package cmake-data.
2025-08-20T21:40:09.4352601Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:40:09.4537894Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:40:10.5507702Z Selecting previously unselected package cmake.
2025-08-20T21:40:10.5689643Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:40:10.5765914Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:40:10.8290527Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:40:10.8498640Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:40:10.8706519Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:40:10.8940425Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:40:10.9142239Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:12.3536264Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:40:13.6775476Z Reading package lists...
2025-08-20T21:40:13.9179114Z Building dependency tree...
2025-08-20T21:40:13.9187450Z Reading state information...
2025-08-20T21:40:14.1976901Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:40:14.1977927Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:40:14.1978288Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:40:14.1979019Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:40:14.1979354Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:40:14.1979664Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:40:14.1980010Z ca-certificates is already the newest version (20240203).
2025-08-20T21:40:14.1980314Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:40:14.1980613Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:40:14.1980938Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:40:14.1981230Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:40:14.1981511Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:40:14.1981845Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:40:14.1982198Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:40:14.1982506Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:40:14.1982817Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:40:14.1983134Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:40:14.1983440Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:40:14.1983715Z musl is already the newest version (1.2.4-2).
2025-08-20T21:40:14.1983992Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:40:14.1984281Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:40:14.1984838Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:40:14.1985180Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:40:14.1985482Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:40:14.1985782Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:40:14.1986112Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:14.2179551Z Reading package lists...
2025-08-20T21:40:14.4582555Z Building dependency tree...
2025-08-20T21:40:14.4589710Z Reading state information...
2025-08-20T21:40:14.7439589Z autoconf is already the newest version (2.71-3).
2025-08-20T21:40:14.7439967Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:40:14.7440345Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:40:14.7440672Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:40:14.7441002Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:40:14.7441365Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:40:14.7441696Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:40:14.7442013Z ca-certificates is already the newest version (20240203).
2025-08-20T21:40:14.7442331Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:40:14.7442627Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:40:14.7442919Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:40:14.7443221Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:40:14.7443535Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:40:14.7443851Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:40:14.7444160Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:40:14.7444471Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:40:14.7444796Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:40:14.7445166Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:40:14.7445516Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:40:14.7445808Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:40:14.7446107Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:40:14.7446440Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:14.7639859Z Reading package lists...
2025-08-20T21:40:15.0089021Z Building dependency tree...
2025-08-20T21:40:15.0096202Z Reading state information...
2025-08-20T21:40:15.3048592Z devscripts is already the newest version (2.23.7).
2025-08-20T21:40:15.3049491Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:15.3249547Z Reading package lists...
2025-08-20T21:40:15.5633206Z Building dependency tree...
2025-08-20T21:40:15.5640921Z Reading state information...
2025-08-20T21:40:15.8641591Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:40:15.8642045Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:15.8841883Z Reading package lists...
2025-08-20T21:40:16.1237579Z Building dependency tree...
2025-08-20T21:40:16.1244249Z Reading state information...
2025-08-20T21:40:16.3942741Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:40:16.3943185Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:40:16.4408670Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:16.4881883Z Reading package lists...
2025-08-20T21:40:16.7193780Z Building dependency tree...
2025-08-20T21:40:16.7202272Z Reading state information...
2025-08-20T21:40:16.9792448Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:40:16.9792888Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:40:16.9793242Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:40:16.9794048Z The following additional packages will be installed:
2025-08-20T21:40:16.9794381Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:40:16.9794780Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:40:16.9795232Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:40:16.9795623Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:40:16.9796016Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:40:16.9796464Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:40:16.9796866Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:40:16.9797281Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:40:16.9798937Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:40:16.9799397Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:40:16.9799833Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:40:16.9800201Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:40:16.9800575Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:40:16.9801020Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:40:16.9801358Z   linux-libc-dev-armhf-cross
2025-08-20T21:40:16.9809906Z Suggested packages:
2025-08-20T21:40:16.9810251Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:40:16.9810626Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:40:17.0149720Z The following NEW packages will be installed:
2025-08-20T21:40:17.0150124Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:40:17.0150529Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:40:17.0150985Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:40:17.0151450Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:40:17.0151828Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:40:17.0152220Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:40:17.0152636Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:40:17.0153033Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:40:17.0153923Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:40:17.0154328Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:40:17.0154736Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:40:17.0155362Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:40:17.0155838Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:40:17.0156361Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:40:17.0159136Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:40:17.0848959Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:17.0849326Z Need to get 112 MB of archives.
2025-08-20T21:40:17.0849625Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:40:17.0850303Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:40:17.1353053Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T21:40:17.2950789Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:40:17.3115416Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T21:40:17.3821460Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T21:40:17.3984989Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T21:40:17.4149129Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T21:40:17.4495054Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:40:17.4659898Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:40:17.4825914Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:40:17.5042435Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:40:17.5206930Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:40:17.5376312Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:40:17.5539927Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:40:17.5854761Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:40:17.6054539Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:40:17.6851116Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:40:17.7063442Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T21:40:17.8263107Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:40:17.8500378Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:40:17.8744386Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:40:17.9042769Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T21:40:17.9806712Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T21:40:18.0155039Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:40:18.0326308Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:40:18.0492510Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:40:18.0725155Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:40:18.0890715Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:40:18.1059434Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:40:18.1222082Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:40:18.1541390Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:40:18.1739137Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:40:18.1964397Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:40:18.2777894Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T21:40:18.3954142Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:40:18.4191227Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:40:18.4429035Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:40:18.4722880Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T21:40:18.5482261Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:40:18.5644207Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T21:40:18.5806068Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T21:40:18.5968436Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:40:18.9059714Z Fetched 112 MB in 2s (71.4 MB/s)
2025-08-20T21:40:18.9327609Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:40:18.9361878Z (Reading database ... 
2025-08-20T21:40:18.9362401Z (Reading database ... 5%
2025-08-20T21:40:18.9362643Z (Reading database ... 10%
2025-08-20T21:40:18.9362846Z (Reading database ... 15%
2025-08-20T21:40:18.9363047Z (Reading database ... 20%
2025-08-20T21:40:18.9363240Z (Reading database ... 25%
2025-08-20T21:40:18.9363439Z (Reading database ... 30%
2025-08-20T21:40:18.9364023Z (Reading database ... 35%
2025-08-20T21:40:18.9364240Z (Reading database ... 40%
2025-08-20T21:40:18.9364434Z (Reading database ... 45%
2025-08-20T21:40:18.9364628Z (Reading database ... 50%
2025-08-20T21:40:18.9385155Z (Reading database ... 55%
2025-08-20T21:40:18.9476495Z (Reading database ... 60%
2025-08-20T21:40:18.9519515Z (Reading database ... 65%
2025-08-20T21:40:18.9533890Z (Reading database ... 70%
2025-08-20T21:40:18.9563336Z (Reading database ... 75%
2025-08-20T21:40:18.9697131Z (Reading database ... 80%
2025-08-20T21:40:18.9773538Z (Reading database ... 85%
2025-08-20T21:40:18.9802880Z (Reading database ... 90%
2025-08-20T21:40:18.9911653Z (Reading database ... 95%
2025-08-20T21:40:18.9911882Z (Reading database ... 100%
2025-08-20T21:40:18.9912180Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:40:18.9952467Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:19.0068631Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:19.0740080Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:40:19.0902394Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:19.1023387Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:19.4515466Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:40:19.4680991Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:19.4747551Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:19.5429830Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:40:19.5603249Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:19.5712121Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:19.8614754Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:40:19.8805967Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:40:19.8891764Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:19.9554173Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:40:19.9735968Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:40:19.9842644Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:20.0435302Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:40:20.0611389Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:40:20.0782077Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:40:20.2450518Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:40:20.2634946Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:20.2714508Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:20.3327287Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:40:20.3513813Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:20.3595662Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:20.4232717Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:40:20.4408942Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:20.4524485Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:20.5217870Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:40:20.5400043Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:20.5469962Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:20.6059872Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:40:20.6226659Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:20.6308647Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:20.6958487Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:40:20.7124710Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:20.7208321Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:20.7883378Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:40:20.8047331Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:20.8155056Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:20.9375056Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:40:20.9558858Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:20.9625822Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:21.0339012Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:40:21.0519486Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:21.0594066Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:21.1337043Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:40:21.1504479Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:21.1573130Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:21.2500358Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:40:21.2663382Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:21.2760763Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:21.7509562Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:40:21.7683703Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:40:21.7755098Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:22.0822966Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:40:22.1013302Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:22.1112801Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:22.2778802Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:40:22.2955579Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:22.3028281Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:22.6022196Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:40:22.6210323Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:22.6303657Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:22.9532768Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:40:22.9717035Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:40:22.9793441Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:40:23.1170329Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:40:23.1361914Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.1463904Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:23.2048407Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:40:23.2235319Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.2298604Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:23.2844076Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:40:23.3012256Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:23.3079222Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:23.3941266Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:40:23.4117970Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.4189581Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:23.4794705Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:40:23.4974502Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.5036752Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:23.5867559Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:40:23.6060525Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.6136767Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:23.6758962Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:40:23.6939639Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.7000383Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:23.8522687Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:40:23.8697123Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.8764186Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:23.9465420Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:40:23.9629712Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:23.9691546Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:24.0557376Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:40:24.0746907Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:24.0848716Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:24.1789278Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:40:24.1976941Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:24.2067214Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:24.6419484Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:40:24.6609318Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:40:24.6676339Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:24.9739044Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:40:24.9927001Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:24.9987656Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:25.1767170Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:40:25.1961967Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:25.2025559Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:25.5181498Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:40:25.5352056Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:40:25.5449441Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:25.8476051Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:40:25.8663216Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:40:25.8733950Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:25.9240910Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:40:25.9410126Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:40:25.9530053Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:26.0364399Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:40:26.0538301Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:40:26.0696765Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:26.1139178Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:40:26.1317575Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:40:26.1384457Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:26.2176433Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:40:26.2420311Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:26.2616414Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.2907658Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.3172589Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.3408341Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:26.3630148Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.3967190Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:26.4371869Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:26.4568182Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.4760876Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.4949004Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:26.5159809Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:40:26.5450024Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.5674294Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.5882130Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.6100119Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.6283923Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.6602568Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.6986469Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.7178439Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:26.7358838Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.7580184Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.7768631Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:26.8002642Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.8185963Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.8405220Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.8685477Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:26.8938911Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.9213732Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.9460353Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.9653628Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:26.9890304Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:27.0111659Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:27.0352041Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:27.0595758Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:27.0818250Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:27.1060151Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:27.1316102Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:27.1524773Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:27.1779030Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:27.2098163Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:27.2366615Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:40:27.2453230Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:40:27.2625319Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:28.6582589Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:40:30.0036168Z Reading package lists...
2025-08-20T21:40:30.2490268Z Building dependency tree...
2025-08-20T21:40:30.2500228Z Reading state information...
2025-08-20T21:40:30.5221469Z The following additional packages will be installed:
2025-08-20T21:40:30.5222285Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:40:30.5225960Z   libpcap0.8-dev
2025-08-20T21:40:30.5539440Z The following NEW packages will be installed:
2025-08-20T21:40:30.5541007Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:40:30.5545655Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:40:30.5751661Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:30.6650603Z Need to get 1640 kB of archives.
2025-08-20T21:40:30.6651022Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:40:30.6651586Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T21:40:30.7484758Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:40:30.7699630Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T21:40:30.7915962Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T21:40:30.8206779Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:40:30.8667613Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:40:30.8863882Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:40:30.9027140Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:40:31.1863177Z Fetched 1640 kB in 0s (5209 kB/s)
2025-08-20T21:40:31.2250997Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:40:31.2286368Z (Reading database ... 
2025-08-20T21:40:31.2286604Z (Reading database ... 5%
2025-08-20T21:40:31.2286827Z (Reading database ... 10%
2025-08-20T21:40:31.2287032Z (Reading database ... 15%
2025-08-20T21:40:31.2287226Z (Reading database ... 20%
2025-08-20T21:40:31.2287421Z (Reading database ... 25%
2025-08-20T21:40:31.2287614Z (Reading database ... 30%
2025-08-20T21:40:31.2288934Z (Reading database ... 35%
2025-08-20T21:40:31.2289194Z (Reading database ... 40%
2025-08-20T21:40:31.2289391Z (Reading database ... 45%
2025-08-20T21:40:31.2289583Z (Reading database ... 50%
2025-08-20T21:40:31.2311348Z (Reading database ... 55%
2025-08-20T21:40:31.2408851Z (Reading database ... 60%
2025-08-20T21:40:31.2448105Z (Reading database ... 65%
2025-08-20T21:40:31.2466343Z (Reading database ... 70%
2025-08-20T21:40:31.2492431Z (Reading database ... 75%
2025-08-20T21:40:31.2626201Z (Reading database ... 80%
2025-08-20T21:40:31.2705213Z (Reading database ... 85%
2025-08-20T21:40:31.2742575Z (Reading database ... 90%
2025-08-20T21:40:31.2851234Z (Reading database ... 95%
2025-08-20T21:40:31.2851451Z (Reading database ... 100%
2025-08-20T21:40:31.2851741Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:40:31.2894017Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:40:31.2991818Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:40:31.3854965Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:40:31.4021245Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:40:31.4187985Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:40:31.4801330Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:40:31.4973008Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:40:31.5059284Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:40:31.5814867Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:40:31.6000225Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:40:31.6064470Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:40:31.6701084Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:40:31.6889413Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:40:31.6951435Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:40:31.8079894Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:40:31.8252862Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:40:31.8342036Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:40:31.9084758Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:40:31.9254063Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:40:31.9331007Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:40:32.0100404Z Selecting previously unselected package pcaputils.
2025-08-20T21:40:32.0295024Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:40:32.0421321Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:40:32.1315155Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:40:32.1536740Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:40:32.3023687Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:40:32.3321396Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:40:32.3826879Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:40:32.6168524Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:40:32.6472899Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:40:32.6752031Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:40:32.7071178Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:34.3842076Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:40:34.4572539Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:40:34.4758759Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:40:35.8508947Z Reading package lists...
2025-08-20T21:40:36.0925470Z Building dependency tree...
2025-08-20T21:40:36.0932204Z Reading state information...
2025-08-20T21:40:36.1386687Z Reading package lists...
2025-08-20T21:40:36.3832795Z Building dependency tree...
2025-08-20T21:40:36.3841905Z Reading state information...
2025-08-20T21:40:36.6439070Z The following additional packages will be installed:
2025-08-20T21:40:36.6442628Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:40:36.6450014Z Suggested packages:
2025-08-20T21:40:36.6450351Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:40:36.6450721Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:40:36.6625620Z The following NEW packages will be installed:
2025-08-20T21:40:36.6626674Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:40:36.6631231Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:40:36.9630548Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:40:36.9630927Z Need to get 801 kB of archives.
2025-08-20T21:40:36.9631255Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:40:36.9631738Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:40:37.1764882Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:40:37.3512940Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:40:37.6447076Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:40:37.7373224Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T21:40:37.8233565Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T21:40:37.9945521Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T21:40:38.0793846Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:40:38.1687495Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:40:38.4541816Z Fetched 801 kB in 2s (534 kB/s)
2025-08-20T21:40:38.4934011Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:40:38.4970182Z (Reading database ... 
2025-08-20T21:40:38.4970563Z (Reading database ... 5%
2025-08-20T21:40:38.4970875Z (Reading database ... 10%
2025-08-20T21:40:38.4971148Z (Reading database ... 15%
2025-08-20T21:40:38.4971426Z (Reading database ... 20%
2025-08-20T21:40:38.4971707Z (Reading database ... 25%
2025-08-20T21:40:38.4971971Z (Reading database ... 30%
2025-08-20T21:40:38.4972252Z (Reading database ... 35%
2025-08-20T21:40:38.4972519Z (Reading database ... 40%
2025-08-20T21:40:38.4972815Z (Reading database ... 45%
2025-08-20T21:40:38.4973104Z (Reading database ... 50%
2025-08-20T21:40:38.4995147Z (Reading database ... 55%
2025-08-20T21:40:38.5091775Z (Reading database ... 60%
2025-08-20T21:40:38.5130707Z (Reading database ... 65%
2025-08-20T21:40:38.5149052Z (Reading database ... 70%
2025-08-20T21:40:38.5174713Z (Reading database ... 75%
2025-08-20T21:40:38.5309578Z (Reading database ... 80%
2025-08-20T21:40:38.5389858Z (Reading database ... 85%
2025-08-20T21:40:38.5428638Z (Reading database ... 90%
2025-08-20T21:40:38.5541875Z (Reading database ... 95%
2025-08-20T21:40:38.5542089Z (Reading database ... 100%
2025-08-20T21:40:38.5542387Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:40:38.5584293Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:40:38.5707027Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:40:38.6218061Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:40:38.6468138Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:40:38.6532699Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:40:38.7231022Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:40:38.7417988Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:40:38.7513192Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:40:38.8523207Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:40:38.8700507Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:40:38.8762208Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:40:38.9291106Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:40:38.9480704Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:40:38.9558687Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:40:39.0126617Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:40:39.0323322Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:40:39.0469818Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:40:39.1141638Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:40:39.1323279Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:40:39.1390070Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:40:39.2074799Z Selecting previously unselected package lzma.
2025-08-20T21:40:39.2254063Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:40:39.2325700Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:40:39.3016239Z Selecting previously unselected package lzma-dev.
2025-08-20T21:40:39.3197932Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:40:39.3268643Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:40:39.4613332Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:40:39.4823526Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:40:39.5125653Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:40:39.5369535Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:40:39.5604348Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:40:39.5805924Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:40:39.5918133Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:40:39.6134454Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:40:39.6368126Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:40:39.6615425Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:40:39.6848489Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:40:39.7152095Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:41.0831134Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:40:42.4653963Z Reading package lists...
2025-08-20T21:40:42.7024718Z Building dependency tree...
2025-08-20T21:40:42.7031881Z Reading state information...
2025-08-20T21:40:43.0148543Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:40:43.0148997Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:40:43.0149320Z inetutils-telnet set to manually installed.
2025-08-20T21:40:43.0149626Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:40:43.0149955Z The following additional packages will be installed:
2025-08-20T21:40:43.0150218Z   tcpd update-inetd
2025-08-20T21:40:43.0324057Z The following packages will be REMOVED:
2025-08-20T21:40:43.0331413Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:40:43.0332577Z The following NEW packages will be installed:
2025-08-20T21:40:43.0332905Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:40:43.0333322Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:40:43.0340457Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:40:43.2376917Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:40:43.2377643Z Need to get 691 kB of archives.
2025-08-20T21:40:43.2378129Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:40:43.2378653Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:40:43.5173022Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:40:43.6233211Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:40:43.7299432Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:40:43.8543317Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:40:44.0140729Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:40:44.1435340Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:40:44.2647351Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:40:44.3757441Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:40:44.4793052Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:40:44.5992106Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:40:44.8136122Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:40:45.0939016Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:40:45.3659451Z Preconfiguring packages ...
2025-08-20T21:40:45.4837379Z Fetched 691 kB in 2s (331 kB/s)
2025-08-20T21:40:45.5075898Z (Reading database ... 
2025-08-20T21:40:45.5076555Z (Reading database ... 5%
2025-08-20T21:40:45.5076799Z (Reading database ... 10%
2025-08-20T21:40:45.5077005Z (Reading database ... 15%
2025-08-20T21:40:45.5077200Z (Reading database ... 20%
2025-08-20T21:40:45.5077397Z (Reading database ... 25%
2025-08-20T21:40:45.5077592Z (Reading database ... 30%
2025-08-20T21:40:45.5077956Z (Reading database ... 35%
2025-08-20T21:40:45.5078194Z (Reading database ... 40%
2025-08-20T21:40:45.5078384Z (Reading database ... 45%
2025-08-20T21:40:45.5078576Z (Reading database ... 50%
2025-08-20T21:40:45.5098667Z (Reading database ... 55%
2025-08-20T21:40:45.5188178Z (Reading database ... 60%
2025-08-20T21:40:45.5228576Z (Reading database ... 65%
2025-08-20T21:40:45.5246987Z (Reading database ... 70%
2025-08-20T21:40:45.5272151Z (Reading database ... 75%
2025-08-20T21:40:45.5405970Z (Reading database ... 80%
2025-08-20T21:40:45.5488407Z (Reading database ... 85%
2025-08-20T21:40:45.5527792Z (Reading database ... 90%
2025-08-20T21:40:45.5638869Z (Reading database ... 95%
2025-08-20T21:40:45.5639084Z (Reading database ... 100%
2025-08-20T21:40:45.5639378Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:40:45.5679467Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:40:45.6492340Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:40:45.7326759Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:40:46.1002768Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:40:46.1038945Z (Reading database ... 
2025-08-20T21:40:46.1039221Z (Reading database ... 5%
2025-08-20T21:40:46.1039420Z (Reading database ... 10%
2025-08-20T21:40:46.1039613Z (Reading database ... 15%
2025-08-20T21:40:46.1039807Z (Reading database ... 20%
2025-08-20T21:40:46.1040001Z (Reading database ... 25%
2025-08-20T21:40:46.1040192Z (Reading database ... 30%
2025-08-20T21:40:46.1040384Z (Reading database ... 35%
2025-08-20T21:40:46.1040576Z (Reading database ... 40%
2025-08-20T21:40:46.1041177Z (Reading database ... 45%
2025-08-20T21:40:46.1041419Z (Reading database ... 50%
2025-08-20T21:40:46.1063177Z (Reading database ... 55%
2025-08-20T21:40:46.1155868Z (Reading database ... 60%
2025-08-20T21:40:46.1197430Z (Reading database ... 65%
2025-08-20T21:40:46.1215604Z (Reading database ... 70%
2025-08-20T21:40:46.1240522Z (Reading database ... 75%
2025-08-20T21:40:46.1371361Z (Reading database ... 80%
2025-08-20T21:40:46.1449057Z (Reading database ... 85%
2025-08-20T21:40:46.1486780Z (Reading database ... 90%
2025-08-20T21:40:46.1595715Z (Reading database ... 95%
2025-08-20T21:40:46.1595947Z (Reading database ... 100%
2025-08-20T21:40:46.1596235Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:40:46.1637857Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:46.1735759Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:46.2374029Z Selecting previously unselected package tcpd.
2025-08-20T21:40:46.2549554Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:40:46.2655706Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:40:46.3452506Z Selecting previously unselected package update-inetd.
2025-08-20T21:40:46.3654207Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:40:46.3715238Z Unpacking update-inetd (4.53) ...
2025-08-20T21:40:46.4465375Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:40:46.4661502Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:46.4825508Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:46.5600237Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:40:46.5784538Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:46.5848186Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:40:46.6614118Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:40:46.6788078Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:46.6904351Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:46.7560282Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:40:46.7736076Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:46.7846511Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:40:46.8557260Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:40:46.8741927Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:46.8804466Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:40:46.9498009Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:40:46.9688987Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:46.9786751Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:47.0563289Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:40:47.0753882Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:47.0847502Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:47.1371810Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:40:47.1555444Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:47.1622032Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:40:47.2238506Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:40:47.2418335Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:40:47.2497073Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:40:47.3243162Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:40:47.3421897Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:40:47.3517992Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:40:47.4323609Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:40:47.4728484Z Setting up update-inetd (4.53) ...
2025-08-20T21:40:47.5738883Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:40:47.5900957Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:40:47.6085538Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:47.9690412Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:40:47.9690905Z 
2025-08-20T21:40:47.9691025Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:40:47.9691208Z 
2025-08-20T21:40:47.9691585Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:40:47.9691940Z 
2025-08-20T21:40:47.9692440Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:40:47.9692927Z 
2025-08-20T21:40:48.2026065Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:40:48.2356024Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:40:48.2533885Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:40:48.2657298Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:40:48.2932730Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:40:48.3178116Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:40:48.3392641Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:48.6598998Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:40:48.6599432Z 
2025-08-20T21:40:48.6599930Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:40:48.6600412Z 
2025-08-20T21:40:48.9007594Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:49.0156899Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:49.1320031Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:40:49.2155769Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:52.2789097Z Reading package lists...
2025-08-20T21:40:52.5265397Z Building dependency tree...
2025-08-20T21:40:52.5272201Z Reading state information...
2025-08-20T21:40:52.8676751Z The following packages will be REMOVED:
2025-08-20T21:40:52.8685455Z   inetutils-ping
2025-08-20T21:40:52.8686837Z The following NEW packages will be installed:
2025-08-20T21:40:52.8695026Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:40:52.8699805Z The following packages will be upgraded:
2025-08-20T21:40:52.8706904Z   iputils-tracepath
2025-08-20T21:40:52.9208894Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:40:52.9211256Z Need to get 84.5 kB of archives.
2025-08-20T21:40:52.9211593Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:40:52.9212182Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:40:52.9688500Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:40:52.9869412Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:40:53.0053348Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:40:53.3202488Z Fetched 84.5 kB in 0s (665 kB/s)
2025-08-20T21:40:53.3479581Z (Reading database ... 
2025-08-20T21:40:53.3479833Z (Reading database ... 5%
2025-08-20T21:40:53.3480035Z (Reading database ... 10%
2025-08-20T21:40:53.3480234Z (Reading database ... 15%
2025-08-20T21:40:53.3480426Z (Reading database ... 20%
2025-08-20T21:40:53.3480833Z (Reading database ... 25%
2025-08-20T21:40:53.3481029Z (Reading database ... 30%
2025-08-20T21:40:53.3482157Z (Reading database ... 35%
2025-08-20T21:40:53.3482409Z (Reading database ... 40%
2025-08-20T21:40:53.3482605Z (Reading database ... 45%
2025-08-20T21:40:53.3482798Z (Reading database ... 50%
2025-08-20T21:40:53.3502501Z (Reading database ... 55%
2025-08-20T21:40:53.3601269Z (Reading database ... 60%
2025-08-20T21:40:53.3647193Z (Reading database ... 65%
2025-08-20T21:40:53.3666494Z (Reading database ... 70%
2025-08-20T21:40:53.3705063Z (Reading database ... 75%
2025-08-20T21:40:53.3844262Z (Reading database ... 80%
2025-08-20T21:40:53.3927364Z (Reading database ... 85%
2025-08-20T21:40:53.4002172Z (Reading database ... 90%
2025-08-20T21:40:53.4084215Z (Reading database ... 95%
2025-08-20T21:40:53.4084466Z (Reading database ... 100%
2025-08-20T21:40:53.4084759Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:40:53.4126792Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:40:53.5222401Z Selecting previously unselected package iputils-ping.
2025-08-20T21:40:53.5258295Z (Reading database ... 
2025-08-20T21:40:53.5258507Z (Reading database ... 5%
2025-08-20T21:40:53.5258704Z (Reading database ... 10%
2025-08-20T21:40:53.5258906Z (Reading database ... 15%
2025-08-20T21:40:53.5259677Z (Reading database ... 20%
2025-08-20T21:40:53.5259919Z (Reading database ... 25%
2025-08-20T21:40:53.5260119Z (Reading database ... 30%
2025-08-20T21:40:53.5260688Z (Reading database ... 35%
2025-08-20T21:40:53.5260886Z (Reading database ... 40%
2025-08-20T21:40:53.5261081Z (Reading database ... 45%
2025-08-20T21:40:53.5261273Z (Reading database ... 50%
2025-08-20T21:40:53.5283646Z (Reading database ... 55%
2025-08-20T21:40:53.5378394Z (Reading database ... 60%
2025-08-20T21:40:53.5421684Z (Reading database ... 65%
2025-08-20T21:40:53.5440239Z (Reading database ... 70%
2025-08-20T21:40:53.5476526Z (Reading database ... 75%
2025-08-20T21:40:53.5605796Z (Reading database ... 80%
2025-08-20T21:40:53.5684905Z (Reading database ... 85%
2025-08-20T21:40:53.5756538Z (Reading database ... 90%
2025-08-20T21:40:53.5837115Z (Reading database ... 95%
2025-08-20T21:40:53.5837352Z (Reading database ... 100%
2025-08-20T21:40:53.5837644Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:40:53.5881057Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:40:53.5970086Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:40:53.6778427Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:40:53.7059554Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:40:53.7972816Z Selecting previously unselected package iputils-arping.
2025-08-20T21:40:53.8155752Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:40:53.8223265Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:40:53.8925866Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:40:53.9123976Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:40:53.9191400Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:40:54.0045212Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:40:54.0431265Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:40:54.0783497Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:40:54.1121188Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:40:54.1343259Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:57.1139859Z Reading package lists...
2025-08-20T21:40:57.3588179Z Building dependency tree...
2025-08-20T21:40:57.3595463Z Reading state information...
2025-08-20T21:40:57.6310031Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:40:57.6630771Z The following packages will be upgraded:
2025-08-20T21:40:57.6631108Z   python3-pip python3-pip-whl
2025-08-20T21:40:57.6829546Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:40:57.9616186Z Need to get 3020 kB of archives.
2025-08-20T21:40:57.9616592Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:40:57.9617170Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:40:58.6322542Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T21:40:59.1912744Z Fetched 3020 kB in 1s (2498 kB/s)
2025-08-20T21:40:59.2380465Z (Reading database ... 
2025-08-20T21:40:59.2380742Z (Reading database ... 5%
2025-08-20T21:40:59.2380944Z (Reading database ... 10%
2025-08-20T21:40:59.2381146Z (Reading database ... 15%
2025-08-20T21:40:59.2381995Z (Reading database ... 20%
2025-08-20T21:40:59.2382232Z (Reading database ... 25%
2025-08-20T21:40:59.2382445Z (Reading database ... 30%
2025-08-20T21:40:59.2382639Z (Reading database ... 35%
2025-08-20T21:40:59.2382870Z (Reading database ... 40%
2025-08-20T21:40:59.2383063Z (Reading database ... 45%
2025-08-20T21:40:59.2383258Z (Reading database ... 50%
2025-08-20T21:40:59.2404085Z (Reading database ... 55%
2025-08-20T21:40:59.2499980Z (Reading database ... 60%
2025-08-20T21:40:59.2543013Z (Reading database ... 65%
2025-08-20T21:40:59.2561958Z (Reading database ... 70%
2025-08-20T21:40:59.2599395Z (Reading database ... 75%
2025-08-20T21:40:59.2742003Z (Reading database ... 80%
2025-08-20T21:40:59.2825715Z (Reading database ... 85%
2025-08-20T21:40:59.2902332Z (Reading database ... 90%
2025-08-20T21:40:59.2990758Z (Reading database ... 95%
2025-08-20T21:40:59.2990980Z (Reading database ... 100%
2025-08-20T21:40:59.2991275Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:40:59.3036680Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:40:59.5156871Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:40:59.7653320Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:40:59.7969456Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:40:59.9008119Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:40:59.9206426Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:41:00.8707150Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:03.8867216Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:41:04.1710038Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:05.1267675Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:41:05.2610777Z Collecting pip
2025-08-20T21:41:05.3330782Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:41:05.3526367Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:41:05.4710798Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.2 MB/s eta 0:00:00
2025-08-20T21:41:05.7390667Z Installing collected packages: pip
2025-08-20T21:41:06.4023561Z Successfully installed pip-25.2
2025-08-20T21:41:06.6083529Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:41:06.6569698Z Reading package lists...
2025-08-20T21:41:06.9029639Z Building dependency tree...
2025-08-20T21:41:06.9037878Z Reading state information...
2025-08-20T21:41:07.1627665Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:41:07.1628811Z pciutils set to manually installed.
2025-08-20T21:41:07.1629453Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:41:07.1629817Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:41:07.1632977Z python3-distro set to manually installed.
2025-08-20T21:41:07.1633555Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:41:07.1633898Z python3-netifaces set to manually installed.
2025-08-20T21:41:07.1634685Z The following additional packages will be installed:
2025-08-20T21:41:07.1634974Z   libsysfs2
2025-08-20T21:41:07.1635733Z Suggested packages:
2025-08-20T21:41:07.1641564Z   fancontrol read-edid i2c-tools
2025-08-20T21:41:07.1954269Z The following NEW packages will be installed:
2025-08-20T21:41:07.1956893Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:41:07.2160340Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:41:07.2702388Z Need to get 133 kB of archives.
2025-08-20T21:41:07.2702756Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:41:07.2703271Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:41:07.3041289Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:41:07.3246509Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:41:07.3676801Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:41:07.6459083Z Fetched 133 kB in 0s (951 kB/s)
2025-08-20T21:41:07.6853186Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:41:07.6889396Z (Reading database ... 
2025-08-20T21:41:07.6889716Z (Reading database ... 5%
2025-08-20T21:41:07.6889931Z (Reading database ... 10%
2025-08-20T21:41:07.6890497Z (Reading database ... 15%
2025-08-20T21:41:07.6890694Z (Reading database ... 20%
2025-08-20T21:41:07.6890887Z (Reading database ... 25%
2025-08-20T21:41:07.6891090Z (Reading database ... 30%
2025-08-20T21:41:07.6891314Z (Reading database ... 35%
2025-08-20T21:41:07.6891504Z (Reading database ... 40%
2025-08-20T21:41:07.6891694Z (Reading database ... 45%
2025-08-20T21:41:07.6891886Z (Reading database ... 50%
2025-08-20T21:41:07.6913517Z (Reading database ... 55%
2025-08-20T21:41:07.7006795Z (Reading database ... 60%
2025-08-20T21:41:07.7048602Z (Reading database ... 65%
2025-08-20T21:41:07.7066789Z (Reading database ... 70%
2025-08-20T21:41:07.7102437Z (Reading database ... 75%
2025-08-20T21:41:07.7229471Z (Reading database ... 80%
2025-08-20T21:41:07.7303600Z (Reading database ... 85%
2025-08-20T21:41:07.7371676Z (Reading database ... 90%
2025-08-20T21:41:07.7445751Z (Reading database ... 95%
2025-08-20T21:41:07.7445969Z (Reading database ... 100%
2025-08-20T21:41:07.7446264Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:41:07.7484711Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:41:07.7656852Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:41:07.8561588Z Selecting previously unselected package sysfsutils.
2025-08-20T21:41:07.8747571Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:41:07.8855038Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:41:07.9695035Z Selecting previously unselected package lm-sensors.
2025-08-20T21:41:07.9860927Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:41:08.0129542Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:41:08.0775225Z Selecting previously unselected package virt-what.
2025-08-20T21:41:08.0946395Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:41:08.1028790Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:41:08.2072645Z Setting up virt-what (1.25-2) ...
2025-08-20T21:41:08.2296495Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:41:08.2531853Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:41:08.5688455Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:41:08.5688846Z 
2025-08-20T21:41:08.5689336Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:41:08.5689776Z 
2025-08-20T21:41:08.8232378Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:41:09.1459879Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:41:09.1460392Z 
2025-08-20T21:41:09.1564674Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:10.7865629Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:41:12.1096292Z Reading package lists...
2025-08-20T21:41:12.3515041Z Building dependency tree...
2025-08-20T21:41:12.3522087Z Reading state information...
2025-08-20T21:41:12.6137590Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:41:12.6138110Z The following additional packages will be installed:
2025-08-20T21:41:12.6142179Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:41:12.6142548Z   xorg-sgml-doctools
2025-08-20T21:41:12.6149410Z Suggested packages:
2025-08-20T21:41:12.6149590Z   libxcb-doc
2025-08-20T21:41:12.6327821Z The following NEW packages will be installed:
2025-08-20T21:41:12.6330067Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:41:12.6333198Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:41:12.6333556Z   xcb xorg-sgml-doctools
2025-08-20T21:41:12.6852658Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:41:12.6852975Z Need to get 816 kB of archives.
2025-08-20T21:41:12.6853265Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:41:12.6854216Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:41:12.7017004Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:41:12.7190782Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:41:12.8135397Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:41:12.8299712Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:41:12.8465463Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:41:12.8635338Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:41:12.8802018Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:41:12.8966007Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:41:12.9130992Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:41:12.9330675Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:41:13.2243647Z Fetched 816 kB in 0s (2819 kB/s)
2025-08-20T21:41:13.2505464Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:41:13.2541830Z (Reading database ... 
2025-08-20T21:41:13.2542077Z (Reading database ... 5%
2025-08-20T21:41:13.2542276Z (Reading database ... 10%
2025-08-20T21:41:13.2542480Z (Reading database ... 15%
2025-08-20T21:41:13.2542678Z (Reading database ... 20%
2025-08-20T21:41:13.2542870Z (Reading database ... 25%
2025-08-20T21:41:13.2543068Z (Reading database ... 30%
2025-08-20T21:41:13.2543289Z (Reading database ... 35%
2025-08-20T21:41:13.2543481Z (Reading database ... 40%
2025-08-20T21:41:13.2543675Z (Reading database ... 45%
2025-08-20T21:41:13.2543867Z (Reading database ... 50%
2025-08-20T21:41:13.2566598Z (Reading database ... 55%
2025-08-20T21:41:13.2662843Z (Reading database ... 60%
2025-08-20T21:41:13.2705023Z (Reading database ... 65%
2025-08-20T21:41:13.2723666Z (Reading database ... 70%
2025-08-20T21:41:13.2760699Z (Reading database ... 75%
2025-08-20T21:41:13.2931904Z (Reading database ... 80%
2025-08-20T21:41:13.2976992Z (Reading database ... 85%
2025-08-20T21:41:13.3060662Z (Reading database ... 90%
2025-08-20T21:41:13.3132275Z (Reading database ... 95%
2025-08-20T21:41:13.3132500Z (Reading database ... 100%
2025-08-20T21:41:13.3132797Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:41:13.3174802Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:41:13.3252380Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:41:13.3795456Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:41:13.3990887Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:41:13.4052243Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:41:13.4747266Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:41:13.4937936Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:41:13.5002982Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:41:13.5877140Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:41:13.6064596Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:41:13.6128959Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:41:13.6833689Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:41:13.7006124Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:41:13.7079388Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:41:13.7710560Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:41:13.7889088Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:41:13.7976621Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:13.8563760Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:41:13.8742690Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:41:13.8815051Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:13.9656524Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:41:13.9846299Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:41:13.9963903Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:14.0553802Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:41:14.0744559Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:41:14.0809705Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:14.1469061Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:41:14.1646204Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:41:14.1707009Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:14.2347483Z Selecting previously unselected package xcb.
2025-08-20T21:41:14.2513506Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:41:14.2588058Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:41:14.3452508Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:14.3990848Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:41:14.4183796Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:41:14.4490689Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:41:14.4723256Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:41:14.5035504Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:16.0128421Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:41:16.0406382Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:41:16.0659171Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:41:16.0925062Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:41:16.1195423Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:16.1455976Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:16.1729624Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:16.2032430Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:41:17.7593537Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:18.3909275Z Collecting build
2025-08-20T21:41:18.4389488Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:41:18.5433215Z Collecting cffi
2025-08-20T21:41:18.5503945Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:41:18.5830331Z Collecting scons
2025-08-20T21:41:18.5915994Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:41:18.6418300Z Collecting scuba
2025-08-20T21:41:18.6504090Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:41:18.7205691Z Collecting pytest
2025-08-20T21:41:18.7277633Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:41:18.7654917Z Collecting packaging>=19.1 (from build)
2025-08-20T21:41:18.7728270Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:41:18.8031802Z Collecting pyproject_hooks (from build)
2025-08-20T21:41:18.8102551Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:41:18.8497460Z Collecting pycparser (from cffi)
2025-08-20T21:41:18.8681546Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:41:18.9152109Z Collecting PyYAML (from scuba)
2025-08-20T21:41:18.9227313Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:41:18.9591148Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:41:18.9661535Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:41:19.0064466Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:41:19.0137387Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:41:19.0502917Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:41:19.0576624Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:41:19.0843568Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:41:19.1034398Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:41:19.1421291Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:41:19.1881129Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 90.2 MB/s  0:00:00
2025-08-20T21:41:19.1966102Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:41:19.2159710Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:41:19.2347298Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:41:19.2573240Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:41:19.2828848Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:41:19.3040861Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:19.3241797Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 54.0 MB/s  0:00:00
2025-08-20T21:41:19.3314555Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:41:19.3488438Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:41:19.4357044Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:41:19.4547301Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 29.3 MB/s  0:00:00
2025-08-20T21:41:19.5522312Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:41:21.3897222Z 
2025-08-20T21:41:21.3912282Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:41:21.6772487Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:22.3094949Z Collecting ansi2txt
2025-08-20T21:41:22.3564754Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:41:22.3959887Z Collecting pipx
2025-08-20T21:41:22.4030776Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:41:22.4329967Z Collecting scons
2025-08-20T21:41:22.4340822Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:41:22.4537700Z Collecting py2static
2025-08-20T21:41:22.4631585Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:41:22.4978782Z Collecting typer
2025-08-20T21:41:22.5046809Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:41:22.5516998Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:41:22.5596696Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:41:22.5920100Z Collecting packaging>=20 (from pipx)
2025-08-20T21:41:22.5931359Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:41:22.6180822Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:41:22.6251235Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:41:22.6600854Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:41:22.6671283Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:41:22.7260061Z Collecting pyinstaller (from py2static)
2025-08-20T21:41:22.7337982Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:41:22.7829541Z Collecting staticx (from py2static)
2025-08-20T21:41:22.7921682Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:41:22.8352300Z   Preparing metadata (setup.py): started
2025-08-20T21:41:23.3561832Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:41:23.3822002Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:41:23.3891036Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:41:23.4405860Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:41:23.4476120Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:41:23.4871398Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:41:23.4963166Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:41:23.5520418Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:41:23.5590121Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:41:23.6035284Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:41:23.6105229Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:41:23.6565544Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:41:23.6575959Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:41:23.6799247Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:41:23.6864935Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:41:23.8032188Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:41:23.8103736Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:41:23.8480436Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:41:23.8547512Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:41:23.8937873Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:41:23.9005260Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:41:23.9389377Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:41:23.9455416Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:41:23.9689605Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:41:23.9843721Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:41:24.0013500Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:41:24.0120023Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:41:24.0315955Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:41:24.0473550Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:41:24.0725059Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:41:24.0839859Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:41:24.0908915Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:41:24.1125062Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:41:24.1322179Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:24.1399285Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:41:24.1608377Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:41:24.1796310Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:41:24.1982854Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:41:24.2175172Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:41:24.2359868Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:41:24.2584872Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 23.5 MB/s  0:00:00
2025-08-20T21:41:24.2652689Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:41:24.2856294Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:24.3099501Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 43.4 MB/s  0:00:00
2025-08-20T21:41:24.3176311Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:41:24.3430815Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:41:24.4511367Z Building wheels for collected packages: staticx
2025-08-20T21:41:24.4515329Z   Building wheel for staticx (setup.py): started
2025-08-20T21:41:34.5876734Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:41:34.5886904Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790703 sha256=5616870806b4bf4b406c0825f48a5ca3e449a02d7a7be6c062f641d3dbcc5991
2025-08-20T21:41:34.5887890Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:41:34.5905885Z Successfully built staticx
2025-08-20T21:41:34.6884846Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:41:35.5181173Z   Attempting uninstall: scons
2025-08-20T21:41:35.5255169Z     Found existing installation: SCons 4.9.1
2025-08-20T21:41:35.5550685Z     Uninstalling SCons-4.9.1:
2025-08-20T21:41:35.5614179Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:41:36.0645464Z   Attempting uninstall: pygments
2025-08-20T21:41:36.0725983Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:41:36.0884601Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:41:36.0909161Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:41:36.7069799Z   Attempting uninstall: packaging
2025-08-20T21:41:36.7141042Z     Found existing installation: packaging 25.0
2025-08-20T21:41:36.7161360Z     Uninstalling packaging-25.0:
2025-08-20T21:41:36.7167418Z       Successfully uninstalled packaging-25.0
2025-08-20T21:41:37.6930541Z 
2025-08-20T21:41:37.6955849Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:41:38.0022321Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:38.1674725Z Collecting build
2025-08-20T21:41:38.1686457Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:41:38.2560067Z Collecting cffi
2025-08-20T21:41:38.2571670Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:41:38.2743334Z Collecting scons
2025-08-20T21:41:38.2753541Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:41:38.2940469Z Collecting scuba
2025-08-20T21:41:38.2950799Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:41:38.3410936Z Collecting pytest
2025-08-20T21:41:38.3422739Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:41:38.3657695Z Collecting packaging>=19.1 (from build)
2025-08-20T21:41:38.3669025Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:41:38.3832726Z Collecting pyproject_hooks (from build)
2025-08-20T21:41:38.3843001Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:41:38.4009021Z Collecting pycparser (from cffi)
2025-08-20T21:41:38.4020683Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:41:38.4343784Z Collecting PyYAML (from scuba)
2025-08-20T21:41:38.4360897Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:41:38.4510815Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:41:38.4520951Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:41:38.4759021Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:41:38.4770096Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:41:38.4983851Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:41:38.4994910Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:41:38.5046811Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:41:38.5056743Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:41:38.5069441Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:41:38.5104706Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:41:38.5115999Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:41:38.5127416Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:41:38.5136507Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:41:38.5145340Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:41:38.5154704Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:38.5171629Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:41:38.5181430Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:41:38.5190659Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:41:38.6250707Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:41:38.6252735Z   Attempting uninstall: scons
2025-08-20T21:41:38.6327152Z     Found existing installation: SCons 4.9.1
2025-08-20T21:41:38.6614580Z     Uninstalling SCons-4.9.1:
2025-08-20T21:41:38.6677376Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:41:39.1736129Z   Attempting uninstall: PyYAML
2025-08-20T21:41:39.1819010Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:41:39.1842654Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:41:39.1849802Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:41:39.2413497Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:41:39.2483694Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:41:39.2497637Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:41:39.2503358Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:41:39.2719488Z   Attempting uninstall: pygments
2025-08-20T21:41:39.2788320Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:41:39.2945450Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:41:39.2972425Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:41:39.8792564Z   Attempting uninstall: pycparser
2025-08-20T21:41:39.8862680Z     Found existing installation: pycparser 2.22
2025-08-20T21:41:39.8881928Z     Uninstalling pycparser-2.22:
2025-08-20T21:41:39.8887860Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:41:40.0152126Z   Attempting uninstall: pluggy
2025-08-20T21:41:40.0222309Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:41:40.0238178Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:41:40.0243839Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:41:40.0462663Z   Attempting uninstall: packaging
2025-08-20T21:41:40.0536019Z     Found existing installation: packaging 25.0
2025-08-20T21:41:40.0555543Z     Uninstalling packaging-25.0:
2025-08-20T21:41:40.0561967Z       Successfully uninstalled packaging-25.0
2025-08-20T21:41:40.0989978Z   Attempting uninstall: iniconfig
2025-08-20T21:41:40.1063341Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:41:40.1077239Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:41:40.1082693Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:41:40.1243003Z   Attempting uninstall: scuba
2025-08-20T21:41:40.1310929Z     Found existing installation: scuba 2.14.1
2025-08-20T21:41:40.1328800Z     Uninstalling scuba-2.14.1:
2025-08-20T21:41:40.1335964Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:41:40.1581942Z   Attempting uninstall: pytest
2025-08-20T21:41:40.1660888Z     Found existing installation: pytest 8.4.1
2025-08-20T21:41:40.1708766Z     Uninstalling pytest-8.4.1:
2025-08-20T21:41:40.1913518Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:41:40.3977903Z   Attempting uninstall: cffi
2025-08-20T21:41:40.4046808Z     Found existing installation: cffi 1.17.1
2025-08-20T21:41:40.4067686Z     Uninstalling cffi-1.17.1:
2025-08-20T21:41:40.4262747Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:41:40.4945319Z   Attempting uninstall: build
2025-08-20T21:41:40.5020062Z     Found existing installation: build 1.3.0
2025-08-20T21:41:40.5039842Z     Uninstalling build-1.3.0:
2025-08-20T21:41:40.5047262Z       Successfully uninstalled build-1.3.0
2025-08-20T21:41:40.5296441Z 
2025-08-20T21:41:40.5320693Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:41:40.8286346Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:40.9928328Z Collecting ansi2txt
2025-08-20T21:41:40.9939310Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:41:41.0149431Z Collecting pipx
2025-08-20T21:41:41.0160617Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:41:41.0337924Z Collecting scons
2025-08-20T21:41:41.0348960Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:41:41.0517233Z Collecting py2static
2025-08-20T21:41:41.0527185Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:41:41.0837472Z Collecting typer
2025-08-20T21:41:41.0847875Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:41:41.1125905Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:41:41.1136195Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:41:41.1335634Z Collecting packaging>=20 (from pipx)
2025-08-20T21:41:41.1345918Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:41:41.1549759Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:41:41.1559922Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:41:41.1774888Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:41:41.1785136Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:41:41.2130177Z Collecting pyinstaller (from py2static)
2025-08-20T21:41:41.2141897Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:41:41.2417051Z Collecting staticx (from py2static)
2025-08-20T21:41:41.2426748Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:41:41.2564040Z   Preparing metadata (setup.py): started
2025-08-20T21:41:41.4563668Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:41:41.4789179Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:41:41.4799775Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:41:41.5053105Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:41:41.5064183Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:41:41.5340830Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:41:41.5351228Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:41:41.5697018Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:41:41.5708971Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:41:41.5924189Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:41:41.5935424Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:41:41.6229612Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:41:41.6240127Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:41:41.6397431Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:41:41.6407283Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:41:41.7318577Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:41:41.7330947Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:41:41.7532717Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:41:41.7542378Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:41:41.7751623Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:41:41.7762924Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:41:41.7962182Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:41:41.7972858Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:41:41.8005302Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:41:41.8014402Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:41:41.8023583Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:41:41.8058947Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:41:41.8067425Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:41:41.8076193Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:41:41.8085170Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:41:41.8094409Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:41:41.8103447Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:41:41.8112179Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:41:41.8122370Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:41.8138974Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:41:41.8148111Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:41:41.8156994Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:41:41.8165851Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:41:41.8174849Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:41:41.8183762Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:41:41.8195650Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:41:41.8206274Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:41.8220502Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:41:41.8229247Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:41:41.8545659Z Building wheels for collected packages: staticx
2025-08-20T21:41:41.8551882Z   Building wheel for staticx (setup.py): started
2025-08-20T21:41:44.3200764Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:41:44.3210640Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=f138727fa0c21da6487e11f50b25c88fb82ad0df32d9304b18dec65e0798559f
2025-08-20T21:41:44.3211867Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:41:44.3229103Z Successfully built staticx
2025-08-20T21:41:44.4197285Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:41:44.4199932Z   Attempting uninstall: pyelftools
2025-08-20T21:41:44.4266411Z     Found existing installation: pyelftools 0.32
2025-08-20T21:41:44.4303730Z     Uninstalling pyelftools-0.32:
2025-08-20T21:41:44.4315665Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:41:44.5455379Z   Attempting uninstall: altgraph
2025-08-20T21:41:44.5526856Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:41:44.5543369Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:41:44.5548348Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:41:44.5755588Z   Attempting uninstall: typing-extensions
2025-08-20T21:41:44.5825536Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:41:44.5837482Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:41:44.6027374Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:41:44.6316918Z   Attempting uninstall: staticx
2025-08-20T21:41:44.6389058Z     Found existing installation: staticx 0.14.1
2025-08-20T21:41:44.6410150Z     Uninstalling staticx-0.14.1:
2025-08-20T21:41:44.6418800Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:41:44.6757588Z   Attempting uninstall: shellingham
2025-08-20T21:41:44.6833976Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:41:44.6849641Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:41:44.6869495Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:41:44.7015059Z   Attempting uninstall: setuptools
2025-08-20T21:41:44.7084212Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:41:44.7287451Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:41:44.7511099Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:41:45.3386354Z   Attempting uninstall: scons
2025-08-20T21:41:45.3472564Z     Found existing installation: SCons 4.9.1
2025-08-20T21:41:45.3763733Z     Uninstalling SCons-4.9.1:
2025-08-20T21:41:45.3826509Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:41:45.8776750Z   Attempting uninstall: pygments
2025-08-20T21:41:45.8846828Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:41:45.9013406Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:41:45.9036427Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:41:46.4712121Z   Attempting uninstall: platformdirs
2025-08-20T21:41:46.4789573Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:41:46.4820221Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:41:46.4824679Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:41:46.5059042Z   Attempting uninstall: packaging
2025-08-20T21:41:46.5132439Z     Found existing installation: packaging 25.0
2025-08-20T21:41:46.5151881Z     Uninstalling packaging-25.0:
2025-08-20T21:41:46.5157878Z       Successfully uninstalled packaging-25.0
2025-08-20T21:41:46.5589385Z   Attempting uninstall: mdurl
2025-08-20T21:41:46.5657997Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:41:46.5672502Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:41:46.5677489Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:41:46.5837052Z   Attempting uninstall: click
2025-08-20T21:41:46.5910784Z     Found existing installation: click 8.2.1
2025-08-20T21:41:46.5930197Z     Uninstalling click-8.2.1:
2025-08-20T21:41:46.5935943Z       Successfully uninstalled click-8.2.1
2025-08-20T21:41:46.6606254Z   Attempting uninstall: argcomplete
2025-08-20T21:41:46.6680567Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:41:46.6704658Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:41:46.6713794Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:41:46.7000496Z   Attempting uninstall: ansi2txt
2025-08-20T21:41:46.7073089Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:41:46.7086501Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:41:46.7280890Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:41:46.7420503Z   Attempting uninstall: userpath
2025-08-20T21:41:46.7493282Z     Found existing installation: userpath 1.9.2
2025-08-20T21:41:46.7509684Z     Uninstalling userpath-1.9.2:
2025-08-20T21:41:46.7517454Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:41:46.7707281Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:41:46.7783730Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:41:46.8086073Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:41:46.8126446Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:41:47.0144652Z   Attempting uninstall: markdown-it-py
2025-08-20T21:41:47.0216962Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:41:47.0265929Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:41:47.0277826Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:41:47.0913569Z   Attempting uninstall: rich
2025-08-20T21:41:47.0989710Z     Found existing installation: rich 14.1.0
2025-08-20T21:41:47.1036071Z     Uninstalling rich-14.1.0:
2025-08-20T21:41:47.1049266Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:41:47.2637667Z   Attempting uninstall: pyinstaller
2025-08-20T21:41:47.2712319Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:41:47.2966235Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:41:47.3004245Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:41:47.5641191Z   Attempting uninstall: pipx
2025-08-20T21:41:47.5721534Z     Found existing installation: pipx 1.7.1
2025-08-20T21:41:47.5758915Z     Uninstalling pipx-1.7.1:
2025-08-20T21:41:47.5767256Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:41:47.6336927Z   Attempting uninstall: typer
2025-08-20T21:41:47.6410671Z     Found existing installation: typer 0.16.1
2025-08-20T21:41:47.6433929Z     Uninstalling typer-0.16.1:
2025-08-20T21:41:47.6441541Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:41:47.6842417Z   Attempting uninstall: py2static
2025-08-20T21:41:47.6909827Z     Found existing installation: py2static 0.0.1
2025-08-20T21:41:47.6926243Z     Uninstalling py2static-0.0.1:
2025-08-20T21:41:47.6934377Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:41:47.7080403Z 
2025-08-20T21:41:47.7106446Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:41:48.0165538Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:48.1219542Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:41:48.1223557Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-47raxbdo
2025-08-20T21:41:48.1243424Z 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-47raxbdo
2025-08-20T21:41:49.5906890Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:41:49.5950497Z   Installing build dependencies: started
2025-08-20T21:41:50.2403279Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:41:50.2412176Z   Getting requirements to build wheel: started
2025-08-20T21:41:50.4964155Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:41:50.4974995Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:41:50.6656734Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:41:50.8160281Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:41:50.8170281Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:41:50.8399851Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:41:50.8410501Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:41:50.8618053Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:41:50.8628017Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:41:50.8822644Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:41:50.8832968Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:41:50.8874204Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:41:50.8883243Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:41:50.8895133Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:50.8910748Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:41:50.9022080Z Building wheels for collected packages: pyinstaller
2025-08-20T21:41:50.9029874Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:41:53.6322217Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:41:53.6345200Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=11ef9233ca8976e199a9c69a89332bf7a9c3b29dce4e046fc2b81f794c3e73ab
2025-08-20T21:41:53.6346467Z   Stored in directory: /tmp/pip-ephem-wheel-cache-nv46k86c/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:41:53.6385618Z Successfully built pyinstaller
2025-08-20T21:41:53.7187133Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:41:53.7192886Z   Attempting uninstall: altgraph
2025-08-20T21:41:53.7261576Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:41:53.7279241Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:41:53.7285023Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:41:53.7510098Z   Attempting uninstall: setuptools
2025-08-20T21:41:53.7577962Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:41:53.7781754Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:41:53.8009917Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:41:54.4666330Z   Attempting uninstall: packaging
2025-08-20T21:41:54.4741629Z     Found existing installation: packaging 25.0
2025-08-20T21:41:54.4772536Z     Uninstalling packaging-25.0:
2025-08-20T21:41:54.4778520Z       Successfully uninstalled packaging-25.0
2025-08-20T21:41:54.5275619Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:41:54.5350607Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:41:54.5654907Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:41:54.5694604Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:41:54.7767118Z   Attempting uninstall: pyinstaller
2025-08-20T21:41:54.7839899Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:41:54.8099815Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:41:54.8138482Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:41:55.0909689Z 
2025-08-20T21:41:55.0934671Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:41:55.3202177Z 6.15.0
2025-08-20T21:41:56.5501030Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:41:56.5510146Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:41:56.5510531Z 
2025-08-20T21:41:56.5510745Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:41:56.5511254Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:41:56.5511696Z installation.
2025-08-20T21:41:56.5511820Z 
2025-08-20T21:41:56.5512078Z If you installed the current Docker package using this script and are using it
2025-08-20T21:41:56.5512558Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:41:56.5513104Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:41:56.5513518Z files to match the parameters passed to the script.
2025-08-20T21:41:56.5513734Z 
2025-08-20T21:41:56.5513912Z You may press Ctrl+C now to abort this script.
2025-08-20T21:41:56.5665530Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:41:57.8064502Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:41:58.3809921Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:41:58.3935589Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:41:58.5105443Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:41:58.5121049Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:41:58.5128260Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:41:59.7910700Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T21:42:10.9943493Z + sh -c 'docker version'
2025-08-20T21:42:11.0084487Z Client: Docker Engine - Community
2025-08-20T21:42:11.0084860Z  Version:           28.3.3
2025-08-20T21:42:11.0085297Z  API version:       1.51
2025-08-20T21:42:11.0085612Z  Go version:        go1.24.5
2025-08-20T21:42:11.0085852Z  Git commit:        980b856
2025-08-20T21:42:11.0086171Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T21:42:11.0086458Z  OS/Arch:           linux/arm64
2025-08-20T21:42:11.0086767Z  Context:           default
2025-08-20T21:42:11.0086937Z 
2025-08-20T21:42:11.0087040Z Server: Docker Engine - Community
2025-08-20T21:42:11.0087313Z  Engine:
2025-08-20T21:42:11.0087580Z   Version:          28.3.3
2025-08-20T21:42:11.0088143Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:42:11.0088530Z   Go version:       go1.24.5
2025-08-20T21:42:11.0088791Z   Git commit:       bea959c
2025-08-20T21:42:11.0089100Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T21:42:11.0089453Z   OS/Arch:          linux/arm64
2025-08-20T21:42:11.0089712Z   Experimental:     false
2025-08-20T21:42:11.0089942Z  containerd:
2025-08-20T21:42:11.0090217Z   Version:          1.7.27
2025-08-20T21:42:11.0090530Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:42:11.0090830Z  runc:
2025-08-20T21:42:11.0091089Z   Version:          1.2.5
2025-08-20T21:42:11.0091344Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:42:11.0091651Z  docker-init:
2025-08-20T21:42:11.0091911Z   Version:          0.19.0
2025-08-20T21:42:11.0092153Z   GitCommit:        de40ad0
2025-08-20T21:42:11.0103137Z 
2025-08-20T21:42:11.0103732Z ================================================================================
2025-08-20T21:42:11.0103977Z 
2025-08-20T21:42:11.0104485Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:42:11.0105097Z Docker daemon in rootless mode for your user:
2025-08-20T21:42:11.0105383Z 
2025-08-20T21:42:11.0105537Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:42:11.0105745Z 
2025-08-20T21:42:11.0105954Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:42:11.0106237Z 
2025-08-20T21:42:11.0106242Z 
2025-08-20T21:42:11.0106495Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:42:11.0106962Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:42:11.0107231Z 
2025-08-20T21:42:11.0107434Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:42:11.0108149Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:42:11.0108639Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:42:11.0108937Z 
2025-08-20T21:42:11.0109054Z ================================================================================
2025-08-20T21:42:11.0109330Z 
2025-08-20T21:42:22.0179158Z ● docker.service - Docker Application Container Engine
2025-08-20T21:42:22.0184163Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:42:22.0184723Z      Active: active (running) since Wed 2025-08-20 21:42:12 UTC; 10s ago
2025-08-20T21:42:22.0185723Z TriggeredBy: ● docker.socket
2025-08-20T21:42:22.0186076Z        Docs: https://docs.docker.com
2025-08-20T21:42:22.0186399Z    Main PID: 20493 (dockerd)
2025-08-20T21:42:22.0186687Z       Tasks: 10
2025-08-20T21:42:22.0186923Z      Memory: 21.1M (peak: 24.8M)
2025-08-20T21:42:22.0187175Z         CPU: 261ms
2025-08-20T21:42:22.0187469Z      CGroup: /system.slice/docker.service
2025-08-20T21:42:22.0190153Z              └─20493 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:42:22.0190574Z 
2025-08-20T21:42:22.0190919Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.404755170Z" level=info msg="Loading containers: start."
2025-08-20T21:42:22.0192209Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.917357437Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 823a45fa0c9adf787a4640c90626011370ba6220f87a05d2446a8d94f096a261], retrying...."
2025-08-20T21:42:22.0193568Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.957211078Z" level=info msg="Loading containers: done."
2025-08-20T21:42:22.0194776Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980219571Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:42:22.0196098Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980369248Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:42:22.0197014Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980401753Z" level=info msg="Initializing buildkit"
2025-08-20T21:42:22.0198018Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.996860802Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:42:22.0198809Z Aug 20 21:42:12 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:12.000907288Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:42:22.0199607Z Aug 20 21:42:12 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:12.000970754Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:42:22.0200308Z Aug 20 21:42:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:42:22.0275594Z ● docker.service - Docker Application Container Engine
2025-08-20T21:42:22.0276667Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:42:22.0277199Z      Active: active (running) since Wed 2025-08-20 21:42:12 UTC; 10s ago
2025-08-20T21:42:22.0278172Z TriggeredBy: ● docker.socket
2025-08-20T21:42:22.0278554Z        Docs: https://docs.docker.com
2025-08-20T21:42:22.0278937Z    Main PID: 20493 (dockerd)
2025-08-20T21:42:22.0279332Z       Tasks: 10
2025-08-20T21:42:22.0279605Z      Memory: 21.1M (peak: 24.8M)
2025-08-20T21:42:22.0279884Z         CPU: 261ms
2025-08-20T21:42:22.0280176Z      CGroup: /system.slice/docker.service
2025-08-20T21:42:22.0280807Z              └─20493 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:42:22.0281178Z 
2025-08-20T21:42:22.0281506Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.404755170Z" level=info msg="Loading containers: start."
2025-08-20T21:42:22.0282738Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.917357437Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 823a45fa0c9adf787a4640c90626011370ba6220f87a05d2446a8d94f096a261], retrying...."
2025-08-20T21:42:22.0283888Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.957211078Z" level=info msg="Loading containers: done."
2025-08-20T21:42:22.0285050Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980219571Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:42:22.0286616Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980369248Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:42:22.0287692Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980401753Z" level=info msg="Initializing buildkit"
2025-08-20T21:42:22.0288733Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.996860802Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:42:22.0289458Z Aug 20 21:42:12 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:12.000907288Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:42:22.0290259Z Aug 20 21:42:12 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:12.000970754Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:42:22.0290979Z Aug 20 21:42:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:42:22.0455065Z ● docker.service - Docker Application Container Engine
2025-08-20T21:42:22.0455755Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:42:22.0456238Z      Active: active (running) since Wed 2025-08-20 21:42:12 UTC; 10s ago
2025-08-20T21:42:22.0456726Z TriggeredBy: ● docker.socket
2025-08-20T21:42:22.0457097Z        Docs: https://docs.docker.com
2025-08-20T21:42:22.0457431Z    Main PID: 20493 (dockerd)
2025-08-20T21:42:22.0457921Z       Tasks: 10
2025-08-20T21:42:22.0458171Z      Memory: 21.1M (peak: 24.8M)
2025-08-20T21:42:22.0458430Z         CPU: 261ms
2025-08-20T21:42:22.0458775Z      CGroup: /system.slice/docker.service
2025-08-20T21:42:22.0459888Z              └─20493 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:42:22.0460323Z 
2025-08-20T21:42:22.0460667Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.404755170Z" level=info msg="Loading containers: start."
2025-08-20T21:42:22.0461856Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.917357437Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 823a45fa0c9adf787a4640c90626011370ba6220f87a05d2446a8d94f096a261], retrying...."
2025-08-20T21:42:22.0463023Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.957211078Z" level=info msg="Loading containers: done."
2025-08-20T21:42:22.0464490Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980219571Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:42:22.0466196Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980369248Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:42:22.0467173Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.980401753Z" level=info msg="Initializing buildkit"
2025-08-20T21:42:22.0468053Z Aug 20 21:42:11 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:11.996860802Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:42:22.0468814Z Aug 20 21:42:12 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:12.000907288Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:42:22.0469628Z Aug 20 21:42:12 runnervmdbl46 dockerd[20493]: time="2025-08-20T21:42:12.000970754Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:42:22.0470334Z Aug 20 21:42:12 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:42:22.0555802Z Docker version 28.3.3, build 980b856
2025-08-20T21:42:22.0722584Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:42:22.6453912Z latest: Pulling from library/hello-world
2025-08-20T21:42:22.7329100Z 198f93fd5094: Pulling fs layer
2025-08-20T21:42:22.9791976Z 198f93fd5094: Download complete
2025-08-20T21:42:23.0112153Z 198f93fd5094: Pull complete
2025-08-20T21:42:23.0350419Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:42:23.0433290Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:42:23.7160295Z 
2025-08-20T21:42:23.7160843Z Hello from Docker!
2025-08-20T21:42:23.7161262Z This message shows that your installation appears to be working correctly.
2025-08-20T21:42:23.7161582Z 
2025-08-20T21:42:23.7161931Z To generate this message, Docker took the following steps:
2025-08-20T21:42:23.7163891Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:42:23.7164472Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:42:23.7164970Z     (arm64v8)
2025-08-20T21:42:23.7165311Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:42:23.7165840Z     executable that produces the output you are currently reading.
2025-08-20T21:42:23.7166318Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:42:23.7166729Z     to your terminal.
2025-08-20T21:42:23.7166853Z 
2025-08-20T21:42:23.7167089Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:42:23.7167481Z  $ docker run -it ubuntu bash
2025-08-20T21:42:23.7167660Z 
2025-08-20T21:42:23.7168157Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:42:23.7168649Z  https://hub.docker.com/
2025-08-20T21:42:23.7168821Z 
2025-08-20T21:42:23.7168929Z For more examples and ideas, visit:
2025-08-20T21:42:23.7169250Z  https://docs.docker.com/get-started/
2025-08-20T21:42:23.7169510Z 
2025-08-20T21:42:23.8517041Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:42:23.8517628Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:42:23.8518438Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:42:23.8518912Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:42:23.8519405Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:42:23.8519989Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:42:23.8520441Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:42:23.8520843Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:42:23.8521691Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:42:23.8522200Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:42:23.8522719Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:42:23.8523198Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:42:23.8523702Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:42:23.8524204Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:42:23.8524662Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:42:23.8525207Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:42:23.8525669Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:42:23.8526080Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:42:23.8526603Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:42:23.8527161Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:42:23.8527975Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:42:23.8528473Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:42:23.8528968Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:42:23.8529726Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:42:23.8530158Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:42:23.8530640Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:42:23.8531204Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:42:23.8531683Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:42:23.8532204Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:42:23.8532701Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:42:23.8533214Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:42:23.8533767Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:42:23.8534258Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:42:23.8534739Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:42:23.8535307Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:42:23.8535827Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:42:23.8536332Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:42:23.8536788Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:42:23.8537245Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:42:23.8537963Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:42:23.8538518Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:42:23.8538999Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:42:23.8539557Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:42:23.8540032Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:42:23.8540555Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:42:23.8541158Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:42:23.8541720Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:42:23.8542507Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:42:23.8543060Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:42:23.8543561Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:42:23.8544164Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:42:23.8544645Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:42:23.8545145Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:42:23.8545710Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:42:23.8546142Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:42:23.8546629Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:42:23.8547083Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:42:23.8547543Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:42:23.8611284Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:42:23.8611865Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:42:23.8612291Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:42:23.8612732Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:42:23.8613568Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:42:23.8613982Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:42:23.8614406Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:42:23.8614836Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:42:23.8615239Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:42:23.8615644Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:42:23.8616078Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:42:23.8616581Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:42:23.8617078Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:42:23.8617541Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:42:23.8618358Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:42:23.8618752Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:42:23.8619146Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:42:23.8619549Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:42:23.8619955Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:42:23.8620415Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:42:23.8620913Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:42:23.8621420Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:42:23.8621917Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:42:23.8622358Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:42:23.8622760Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:42:23.8623152Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:42:23.8623558Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:42:23.8623955Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:42:23.8624594Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:42:23.8625039Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:42:23.8625460Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:42:23.8625841Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:42:23.8626218Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:42:23.8626620Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:42:23.8627160Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:42:23.8627535Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:42:23.8628088Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:42:23.8628484Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:42:23.8628876Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:42:23.8629228Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:42:23.8629605Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:42:23.8630014Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:42:23.8630609Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:42:23.8630973Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:42:23.8631337Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:42:23.8631714Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:42:23.8632100Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:42:23.8632497Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:42:23.8632897Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:42:23.8633279Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:42:23.8633661Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:42:23.8634059Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:42:23.8634466Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:42:23.8634838Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:42:23.8635195Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:42:23.8635544Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:42:23.8635898Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:42:23.8636264Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:42:23.8636622Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:42:23.8637000Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:42:23.8637398Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:42:23.8637999Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:42:23.8638449Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:42:23.8638856Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:42:23.8639249Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:42:23.8639637Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:42:23.8640022Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:42:23.8640424Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:42:23.8641042Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:42:23.8641442Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:42:23.8641834Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:42:23.8642246Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:42:23.8642684Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:42:23.8643116Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:42:23.8643507Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:42:23.8643900Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:42:23.8644311Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:42:23.8644719Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:42:23.8645125Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:42:23.8645520Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:42:23.8645926Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:42:23.8646328Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:42:23.8646708Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:42:23.8647229Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:42:23.8647593Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:42:23.8648152Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:42:23.8648554Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:42:23.8648960Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:42:23.8649357Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:42:23.8649729Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:42:23.8650106Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:42:23.8650484Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:42:23.8650871Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:42:23.8651300Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:42:23.8651742Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:42:23.8652144Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:42:23.8652517Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:42:23.8652908Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:42:23.8653332Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:42:23.8653750Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:42:23.8654108Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:42:23.8654456Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:42:23.8654877Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:42:23.8655318Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:42:23.8655728Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:42:23.8656113Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:42:23.8656494Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:42:23.8656878Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:42:23.8657519Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:42:23.8658843Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:42:23.8659263Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:42:23.8659628Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:42:23.8659993Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:42:23.8660439Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:42:23.8660942Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:42:23.8661384Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:42:23.8661759Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:42:23.8662247Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:42:23.8662792Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:42:23.8663299Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:42:23.8663737Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:42:23.8664099Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:42:23.8664669Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:42:23.8665081Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:42:23.8665500Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:42:23.8665906Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:42:23.8666281Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:42:23.8666662Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:42:23.8667063Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:42:23.8667464Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:42:23.8668025Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:42:23.8668431Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:42:23.8668829Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:42:23.8669222Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:42:23.8669641Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:42:23.8670083Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:42:23.8670508Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:42:23.8670901Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:42:23.8671275Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:42:23.8671646Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:42:23.8672023Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:42:23.8672413Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:42:23.8672834Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:42:23.8673300Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:42:23.8673750Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:42:23.8674156Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:42:23.8674545Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:42:23.8675138Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:42:23.8675537Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:42:23.8675906Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:42:23.8676292Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:42:23.8676675Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:42:23.8677128Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:42:23.8677597Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:42:23.8678211Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:42:23.8678732Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:42:23.8679248Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:42:23.8679754Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:42:23.8680199Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:42:23.8680567Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:42:23.8680931Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:42:23.8681507Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:42:23.8681889Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:42:23.8682258Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:42:23.8682640Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:42:23.8683023Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:42:23.8683417Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:42:23.8683794Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:42:23.8684182Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:42:23.8684585Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:42:23.8684981Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:42:23.8685404Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:42:23.8685843Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:42:23.8686263Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:42:23.8686676Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:42:23.8687080Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:42:23.8687492Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:42:23.8688133Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:42:23.8688527Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:42:23.8688889Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:42:23.8689398Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:23.8689921Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:42:23.8690295Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:42:23.8690767Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:42:23.8691146Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:42:23.8691543Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:42:23.8692232Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:42:23.8692679Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:42:23.8693109Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:42:23.8693512Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:42:23.8693921Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:42:23.8694345Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:42:23.8694756Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:42:23.8695150Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:42:23.8695578Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:42:23.8696075Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:42:23.8696575Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:42:23.8697073Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:42:23.8697486Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:42:23.8698069Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:42:23.8698730Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:42:23.8699218Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:42:23.8699632Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:42:23.8700068Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:42:23.8700524Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:42:23.8700935Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:42:23.8701299Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:42:23.8701651Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:42:23.8702022Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:42:23.8702408Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:42:23.8702781Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:42:23.8703137Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:42:23.8703508Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:42:23.8703872Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:42:23.8704234Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:42:23.8704611Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:42:23.8704970Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:42:23.8705345Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:42:23.8705732Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:42:23.8706093Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:42:23.8706462Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:42:23.8706823Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:42:23.8707257Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:42:23.8707640Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:42:23.8708218Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:42:23.8708604Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:42:23.8709214Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:42:23.8709651Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:42:23.8710085Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:42:23.8710493Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:42:23.8710862Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:42:23.8711244Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:42:23.8711670Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:42:23.8712069Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:42:23.8712429Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:42:23.8712794Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:42:23.8713157Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:42:23.8713504Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:42:23.8713846Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:42:23.8714200Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:42:23.8714570Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:42:23.8715084Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:42:23.8715431Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:42:23.8715767Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:42:23.8716145Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:42:23.8716552Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:42:23.8716957Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:42:23.8717356Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:42:23.8717947Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:42:23.8718402Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:42:23.8718908Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:42:23.8719528Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:42:23.8720155Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:42:23.8720696Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:42:23.8721168Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:42:23.8721631Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:42:23.8722152Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:42:23.8722774Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:42:23.8723334Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:42:23.8723834Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:42:23.8724281Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:42:23.8724654Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:42:23.8725031Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:42:23.8725409Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:42:23.8726004Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:42:23.8726421Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:42:23.8726808Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:42:23.8727204Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:42:23.8727591Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:42:23.8728154Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:42:23.8728538Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:42:23.8728916Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:42:23.8729290Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:42:23.8729687Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:42:23.8730090Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:42:23.8730507Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:42:23.8730922Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:42:23.8731290Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:42:23.8731682Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:42:23.8732284Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:42:23.8732695Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:42:23.8733127Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:42:23.8733550Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:42:23.8733914Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:42:23.8734288Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:42:23.8734674Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:42:23.8735043Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:42:23.8735435Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:42:23.8735827Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:42:23.8736221Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:42:23.8736600Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:42:23.8736961Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:42:23.8737333Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:42:23.8738140Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:23.8738873Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:23.8739556Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:23.8740222Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:23.8740754Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:42:23.8741138Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:42:23.8741545Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:42:23.8741947Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:42:23.8742322Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:42:23.8742967Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:42:23.8743356Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:42:23.8743730Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:42:23.8744116Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:42:23.8744491Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:42:23.8744875Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:42:23.8745262Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:42:23.8745664Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:42:23.8746066Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:42:23.8746466Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:42:23.8746865Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:42:23.8747243Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:42:23.8747632Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:42:23.8748205Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:42:23.8748606Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:42:23.8749173Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:42:23.8749565Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:42:23.8749996Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:42:23.8750427Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:42:23.8750830Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:42:23.8751271Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:42:23.8751727Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:42:23.8752132Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:42:23.8752502Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:42:23.8752881Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:42:23.8753284Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:42:23.8753697Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:42:23.8754104Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:42:23.8754486Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:42:23.8754881Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:42:23.8755354Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:42:23.8755825Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:42:23.8756223Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:42:23.8756630Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:42:23.8757091Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:42:23.8757542Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:42:23.8758194Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:42:23.8758688Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:42:23.8759142Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:42:23.8759786Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:42:23.8760198Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:42:23.8760594Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:42:23.8761038Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:42:23.8761422Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:42:23.8761803Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:42:23.8762211Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:42:23.8762609Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:42:23.8763017Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:42:23.8763441Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:42:23.8763838Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:42:23.8764215Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:42:23.8764587Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:42:23.8764943Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:42:23.8765332Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:42:23.8765917Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:42:23.8766314Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:42:23.8766760Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:42:23.8767213Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:42:23.8767617Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:42:23.8768244Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:42:23.8768674Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:42:23.8769085Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:42:23.8769490Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:42:23.8769853Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:42:23.8770215Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:42:23.8770609Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:42:23.8771002Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:42:23.8771384Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:42:23.8771746Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:42:23.8772101Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:42:23.8772454Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:42:23.8772943Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:42:23.8773455Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:42:23.8773847Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:42:23.8774227Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:42:23.8774624Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:42:23.8775036Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:42:23.8775445Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:42:23.8775847Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:42:23.8776538Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:42:23.8776970Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:42:23.8777344Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:42:23.8777881Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:42:23.8778256Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:42:23.8778637Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:42:23.8779062Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:42:23.8779490Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:42:23.8779886Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:42:23.8780307Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:42:23.8780752Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:42:23.8781150Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:42:23.8781522Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:42:23.8781872Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:42:23.8782381Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:42:23.8782748Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:42:23.8783129Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:42:23.8783504Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:42:23.8783905Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:42:23.8784322Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:42:23.8784789Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:42:23.8785229Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:42:23.8785607Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:42:23.8785995Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:42:23.8786387Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:42:23.8786777Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:42:23.8787164Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:42:23.8787542Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:42:23.8788139Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:42:23.8788636Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:42:23.8789063Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:42:23.8789439Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:42:23.8789812Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:42:23.8790219Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:42:23.8790615Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:42:23.8790990Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:42:23.8791385Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:42:23.8791766Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:42:23.8792119Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:42:23.8792476Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:42:23.8793085Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:42:23.8793524Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:42:23.8793902Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:42:23.8794290Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:42:23.8794737Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:42:23.8795180Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:42:23.8795606Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:42:23.8796001Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:42:23.8796515Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:23.8797027Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:42:23.8797420Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:42:23.8797966Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:42:23.8798402Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:42:23.8799085Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:42:23.8799671Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:42:23.8800282Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:42:23.8800929Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:42:23.8801579Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:42:23.8802212Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:42:23.8802837Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:42:23.8803417Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:42:23.8803903Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:42:23.8804350Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:42:23.8804783Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:42:23.8805215Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:42:23.8805692Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:42:23.8806128Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:42:23.8806514Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:42:23.8806883Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:42:23.8807322Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:42:23.8807915Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:42:23.8808383Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:42:23.8808803Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:42:23.8809165Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:42:23.8809554Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:42:23.8810014Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:42:23.8810729Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:42:23.8811233Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:42:23.8811722Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:42:23.8812175Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:42:23.8812598Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:42:23.8813009Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:42:23.8813424Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:42:23.8813859Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:42:23.8814285Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:42:23.8814680Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:42:23.8815066Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:42:23.8815447Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:42:23.8815826Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:42:23.8816265Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:42:23.8816854Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:42:23.8817258Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:42:23.8817671Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:42:23.8818261Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:42:23.8818715Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:42:23.8819169Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:42:23.8819602Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:42:23.8820007Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:42:23.8820384Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:42:23.8820776Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:42:23.8821149Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:42:23.8821527Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:42:23.8821932Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:42:23.8822329Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:42:23.8822761Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:42:23.8823237Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:42:23.8823693Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:42:23.8824088Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:42:23.8824446Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:42:23.8824828Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:42:23.8825226Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:42:23.8825615Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:42:23.8826008Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:42:23.8826438Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:42:23.8827112Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:42:23.8827546Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:42:23.8828080Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:42:23.8828484Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:42:23.8829027Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:23.8829610Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:42:23.8830063Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:42:23.8830510Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:42:23.8830933Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:42:23.8831335Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:42:23.8831726Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:42:23.8832118Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:42:23.8832517Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:42:23.8832923Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:42:23.8833471Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:42:23.8833869Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:42:23.8834274Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:42:23.8834649Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:42:23.8835058Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:42:23.8835527Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:42:23.8835953Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:42:23.8836330Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:42:23.8836731Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:42:23.8837120Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:42:23.8837497Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:42:23.8838083Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:42:23.8838515Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:42:23.8838962Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:42:23.8839367Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:42:23.8839767Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:42:23.8840169Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:42:23.8840549Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:42:23.8840925Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:42:23.8841310Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:42:23.8841716Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:42:23.8842162Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:42:23.8842614Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:42:23.8843039Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:42:23.8843441Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:42:23.8844043Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:42:23.8844536Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:42:23.8844930Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:42:23.8845284Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:42:23.8845633Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:42:23.8846003Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:42:23.8846373Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:42:23.8846726Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:42:23.8847099Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:42:23.8847494Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:42:23.8848085Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:42:23.8848446Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:42:23.8848799Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:42:23.8849178Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:42:23.8849584Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:42:23.8850156Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:42:23.8850525Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:42:23.8850890Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:42:23.8851278Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:42:23.8851663Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:42:23.8852020Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:42:23.8852408Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:42:23.8852803Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:42:23.8853188Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:42:23.8853572Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:42:23.8853953Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:42:23.8854349Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:42:23.8854754Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:42:23.8855183Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:42:23.8855597Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:42:23.8855955Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:42:23.8856313Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:42:23.8856664Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:42:23.8857092Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:42:23.8857602Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:42:23.8858303Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:42:23.8858789Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:42:23.8859303Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:42:23.8859752Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:42:23.8860141Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:42:23.8860785Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:42:23.8861200Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:42:23.8861588Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:42:23.8861975Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:42:23.8862363Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:42:23.8862747Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:42:23.8863137Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:42:23.8863580Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:42:23.8864013Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:42:23.8864391Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:42:23.8864803Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:42:23.8865226Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:42:23.8865609Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:42:23.8865960Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:42:23.8866349Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:42:23.8867033Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:42:23.8867495Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:42:23.8868097Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:42:23.8868518Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:42:23.8868947Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:42:23.8869387Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:42:23.8997449Z [+] Installing Go for linux-arm64...
2025-08-20T21:42:24.2612750Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:42:24.2613082Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T21:42:24.2613313Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T21:42:24.2622951Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T21:42:24.2623354Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T21:42:24.2623702Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T21:42:24.2694666Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T21:42:24.2695137Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T21:42:24.2695591Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T21:42:24.2696070Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T21:42:24.2696510Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T21:42:24.2696951Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T21:42:24.2697430Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T21:42:24.2698045Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T21:42:24.2698483Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T21:42:24.2698915Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T21:42:24.2699347Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T21:42:24.2699777Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T21:42:24.2700595Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T21:42:24.2701073Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T21:42:24.2701519Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T21:42:24.2701966Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T21:42:24.2702435Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T21:42:24.2702888Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T21:42:24.2703335Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T21:42:24.2703748Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T21:42:24.2704093Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T21:42:24.2704418Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T21:42:24.2704750Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T21:42:24.2705081Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T21:42:24.2705416Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T21:42:24.2736659Z go version go1.22.2 linux/arm64
2025-08-20T21:42:24.3014709Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:42:24.3015542Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:42:24.3015911Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:42:24.3016276Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:42:24.3016661Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:42:24.3017023Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:42:24.3017384Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:42:24.3017899Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:42:24.3018282Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:42:24.3018612Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:42:24.3018970Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:42:24.3019355Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:42:24.3019741Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:42:24.3020147Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:42:24.3020544Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:42:24.3020944Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:42:24.3021345Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:42:24.3021712Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:42:24.3022095Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:42:24.3022553Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:42:24.3022997Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:42:24.3023385Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:42:24.3023817Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:42:24.3024221Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:42:24.3024572Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:42:24.3024962Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:42:24.3025394Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:42:24.3026108Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:42:24.3026576Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:42:24.3026993Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:42:24.3027414Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:42:24.3028093Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:42:24.3028553Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:42:24.3029005Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:42:24.3029446Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:42:24.3029876Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:42:24.3030281Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:42:24.3030696Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:42:24.3031092Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:42:24.3031532Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:42:24.3031959Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:42:24.3032558Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:42:24.3033246Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:42:24.3033646Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:42:24.3034103Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:42:24.3034583Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:42:24.3035061Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:42:24.3035551Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:42:24.3035998Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:42:24.3036420Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:42:24.3036839Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:42:24.3037259Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:42:24.3037678Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:42:24.3038254Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:42:24.3038634Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:42:24.3038995Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:42:24.3039370Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:42:24.3039768Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:42:24.3040175Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:42:24.3040555Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:42:24.3040967Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:42:24.3041412Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:42:24.3041840Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:42:24.3042252Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:42:24.3042677Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:42:24.3043112Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:42:24.3043784Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:42:24.3044206Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:42:24.3044647Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:42:24.3045146Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:42:24.3045652Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:42:24.3046117Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:42:24.3046535Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:42:24.3046927Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:42:24.3047322Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:42:24.3047864Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:42:24.3048276Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:42:24.3048734Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:42:24.3049235Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:42:24.3049739Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:42:24.3050425Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:42:24.3050867Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:42:24.3051270Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:42:24.3051667Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:42:24.3052074Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:42:24.3052479Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:42:24.3052872Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:42:24.3053297Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:42:24.3053724Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:42:24.3054115Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:42:24.3054492Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:42:24.3054899Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:42:24.3055308Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:42:24.3055690Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:42:24.3056059Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:42:24.3056462Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:42:24.3056852Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:42:24.3057202Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:42:24.3057588Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:42:24.3058134Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:42:24.3058525Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:42:24.3058889Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:42:24.3059256Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:42:24.3059632Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:42:24.3060023Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:42:24.3060650Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:42:24.3061069Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:42:24.3061455Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:42:24.3061838Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:42:24.3062240Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:42:24.3062646Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:42:24.3063017Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:42:24.3063371Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:42:24.3063720Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:42:24.3064078Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:42:24.3064446Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:42:24.3064804Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:42:24.3065178Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:42:24.3065574Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:42:24.3066009Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:42:24.3066633Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:42:24.3067038Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:42:24.3067433Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:42:24.3069341Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:42:24.3069770Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:42:24.3070185Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:42:24.3070598Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:42:24.3070986Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:42:24.3071379Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:42:24.3071797Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:42:24.3072245Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:42:24.3072677Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:42:24.3073066Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:42:24.3073460Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:42:24.3073872Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:42:24.3074289Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:42:24.3074697Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:42:24.3075099Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:42:24.3075497Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:42:24.3075905Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:42:24.3076297Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:42:24.3076663Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:42:24.3077033Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:42:24.3077436Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:42:24.3077997Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:42:24.3078677Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:42:24.3079093Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:42:24.3079468Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:42:24.3079844Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:42:24.3080224Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:42:24.3080620Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:42:24.3081046Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:42:24.3081493Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:42:24.3081893Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:42:24.3082269Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:42:24.3082667Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:42:24.3083091Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:42:24.3083513Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:42:24.3083865Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:42:24.3084213Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:42:24.3084844Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:42:24.3085279Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:42:24.3085690Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:42:24.3086075Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:42:24.3086461Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:42:24.3086849Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:42:24.3087277Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:42:24.3087895Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:42:24.3088324Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:42:24.3088699Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:42:24.3089069Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:42:24.3089520Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:42:24.3090026Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:42:24.3090466Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:42:24.3090842Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:42:24.3091311Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:42:24.3091848Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:42:24.3092356Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:42:24.3092795Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:42:24.3093167Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:42:24.3093545Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:42:24.3093957Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:42:24.3094379Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:42:24.3094789Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:42:24.3095406Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:42:24.3095808Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:42:24.3096211Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:42:24.3096612Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:42:24.3097013Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:42:24.3097422Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:42:24.3097963Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:42:24.3098374Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:42:24.3098796Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:42:24.3099245Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:42:24.3099681Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:42:24.3100077Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:42:24.3100455Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:42:24.3100831Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:42:24.3101211Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:42:24.3101799Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:42:24.3102219Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:42:24.3102687Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:42:24.3103139Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:42:24.3103547Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:42:24.3103942Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:42:24.3104333Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:42:24.3104714Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:42:24.3105089Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:42:24.3105475Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:42:24.3105866Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:42:24.3106315Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:42:24.3106821Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:42:24.3107282Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:42:24.3107927Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:42:24.3108458Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:42:24.3108967Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:42:24.3109407Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:42:24.3109773Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:42:24.3110142Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:42:24.3110525Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:42:24.3110908Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:42:24.3111274Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:42:24.3111656Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:42:24.3112261Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:42:24.3112670Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:42:24.3113050Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:42:24.3113483Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:42:24.3113884Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:42:24.3114281Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:42:24.3114699Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:42:24.3115136Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:42:24.3115556Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:42:24.3115968Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:42:24.3116376Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:42:24.3116787Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:42:24.3117208Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:42:24.3117599Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:42:24.3118144Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:42:24.3118969Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:24.3119489Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:42:24.3119859Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:42:24.3120234Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:42:24.3120596Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:42:24.3120998Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:42:24.3121433Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:42:24.3121856Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:42:24.3122288Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:42:24.3122697Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:42:24.3123103Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:42:24.3123525Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:42:24.3123937Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:42:24.3124328Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:42:24.3124764Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:42:24.3125255Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:42:24.3125758Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:42:24.3126206Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:42:24.3126619Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:42:24.3127028Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:42:24.3127508Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:42:24.3128155Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:42:24.3128573Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:42:24.3129007Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:42:24.3129687Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:42:24.3130150Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:42:24.3130510Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:42:24.3130862Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:42:24.3131233Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:42:24.3131619Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:42:24.3131986Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:42:24.3132338Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:42:24.3132708Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:42:24.3133074Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:42:24.3133435Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:42:24.3133806Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:42:24.3134162Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:42:24.3134544Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:42:24.3134927Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:42:24.3135452Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:42:24.3135811Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:42:24.3136170Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:42:24.3136533Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:42:24.3136908Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:42:24.3137276Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:42:24.3137636Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:42:24.3138243Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:42:24.3138671Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:42:24.3139111Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:42:24.3139528Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:42:24.3139895Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:42:24.3140277Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:42:24.3140702Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:42:24.3141099Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:42:24.3141461Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:42:24.3141831Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:42:24.3142193Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:42:24.3142539Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:42:24.3142889Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:42:24.3143245Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:42:24.3143620Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:42:24.3143981Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:42:24.3144329Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:42:24.3144666Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:42:24.3145040Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:42:24.3145698Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:42:24.3146125Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:42:24.3146527Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:42:24.3146924Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:42:24.3147343Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:42:24.3148004Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:42:24.3148636Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:42:24.3149263Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:42:24.3149809Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:42:24.3150733Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:42:24.3151212Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:42:24.3151738Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:42:24.3152358Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:42:24.3153142Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:42:24.3153641Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:42:24.3154090Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:42:24.3154464Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:42:24.3154840Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:42:24.3155221Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:42:24.3155603Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:42:24.3155994Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:42:24.3156386Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:42:24.3156776Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:42:24.3157168Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:42:24.3157561Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:42:24.3158098Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:42:24.3158485Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:42:24.3158862Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:42:24.3159263Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:42:24.3159664Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:42:24.3160097Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:42:24.3160516Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:42:24.3160888Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:42:24.3161289Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:42:24.3161704Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:42:24.3162117Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:42:24.3162562Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:42:24.3162997Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:42:24.3163601Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:42:24.3163990Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:42:24.3164376Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:42:24.3164746Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:42:24.3165138Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:42:24.3165532Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:42:24.3165920Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:42:24.3166301Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:42:24.3166664Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:42:24.3167034Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:42:24.3167590Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:24.3168491Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:24.3169189Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:24.3170024Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:24.3170554Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:42:24.3170940Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:42:24.3171350Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:42:24.3171757Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:42:24.3172141Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:42:24.3172521Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:42:24.3172889Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:42:24.3173269Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:42:24.3173653Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:42:24.3174039Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:42:24.3174419Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:42:24.3174809Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:42:24.3175223Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:42:24.3175625Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:42:24.3176028Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:42:24.3176422Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:42:24.3176805Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:42:24.3177195Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:42:24.3177601Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:42:24.3178163Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:42:24.3178570Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:42:24.3178964Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:42:24.3179391Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:42:24.3179827Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:42:24.3180445Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:42:24.3180903Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:42:24.3181362Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:42:24.3181770Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:42:24.3182165Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:42:24.3182553Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:42:24.3182950Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:42:24.3183360Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:42:24.3183764Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:42:24.3184149Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:42:24.3184546Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:42:24.3185016Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:42:24.3185489Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:42:24.3185890Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:42:24.3186301Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:42:24.3186937Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:42:24.3187391Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:42:24.3188005Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:42:24.3188505Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:42:24.3188958Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:42:24.3189400Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:42:24.3189800Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:42:24.3190196Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:42:24.3190617Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:42:24.3191007Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:42:24.3191385Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:42:24.3191795Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:42:24.3192200Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:42:24.3192608Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:42:24.3193036Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:42:24.3193434Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:42:24.3193812Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:42:24.3194176Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:42:24.3194537Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:42:24.3194936Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:42:24.3195357Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:42:24.3195758Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:42:24.3196207Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:42:24.3196660Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:42:24.3197305Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:42:24.3197893Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:42:24.3198328Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:42:24.3198738Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:42:24.3199155Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:42:24.3199514Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:42:24.3199882Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:42:24.3200276Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:42:24.3200674Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:42:24.3201055Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:42:24.3201420Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:42:24.3201773Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:42:24.3202126Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:42:24.3202614Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:42:24.3203285Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:42:24.3203669Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:42:24.3204049Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:42:24.3204452Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:42:24.3204867Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:42:24.3205278Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:42:24.3205688Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:42:24.3206109Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:42:24.3206530Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:42:24.3206909Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:42:24.3207289Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:42:24.3207650Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:42:24.3208215Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:42:24.3208647Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:42:24.3209077Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:42:24.3209480Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:42:24.3209910Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:42:24.3210353Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:42:24.3210753Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:42:24.3211125Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:42:24.3211479Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:42:24.3211830Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:42:24.3212199Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:42:24.3212577Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:42:24.3212955Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:42:24.3213421Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:42:24.3214064Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:42:24.3214541Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:42:24.3214977Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:42:24.3215351Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:42:24.3215746Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:42:24.3216135Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:42:24.3216523Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:42:24.3216907Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:42:24.3217289Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:42:24.3217877Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:42:24.3218398Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:42:24.3218824Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:42:24.3219201Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:42:24.3219579Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:42:24.3220152Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:42:24.3220546Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:42:24.3220922Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:42:24.3221322Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:42:24.3221705Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:42:24.3222052Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:42:24.3222415Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:42:24.3222815Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:42:24.3223235Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:42:24.3223618Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:42:24.3224014Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:42:24.3224457Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:42:24.3224901Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:42:24.3225335Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:42:24.3225732Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:42:24.3226254Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:24.3226764Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:42:24.3227157Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:42:24.3227570Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:42:24.3228292Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:42:24.3228833Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:42:24.3229422Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:42:24.3230035Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:42:24.3230682Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:42:24.3231550Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:42:24.3232197Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:42:24.3232829Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:42:24.3233421Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:42:24.3233908Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:42:24.3234353Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:42:24.3234790Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:42:24.3235222Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:42:24.3235702Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:42:24.3236143Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:42:24.3236523Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:42:24.3236897Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:42:24.3237276Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:42:24.3237935Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:42:24.3238351Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:42:24.3238764Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:42:24.3239135Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:42:24.3239525Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:42:24.3239994Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:42:24.3240489Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:42:24.3240977Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:42:24.3241468Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:42:24.3241927Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:42:24.3242344Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:42:24.3242760Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:42:24.3243180Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:42:24.3243614Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:42:24.3244047Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:42:24.3244442Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:42:24.3244828Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:42:24.3245207Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:42:24.3245591Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:42:24.3246038Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:42:24.3246481Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:42:24.3246891Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:42:24.3247312Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:42:24.3247881Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:42:24.3248577Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:42:24.3249040Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:42:24.3249474Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:42:24.3249869Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:42:24.3250250Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:42:24.3250646Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:42:24.3251018Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:42:24.3251387Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:42:24.3251793Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:42:24.3252199Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:42:24.3252636Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:42:24.3253113Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:42:24.3253575Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:42:24.3253968Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:42:24.3254591Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:42:24.3254969Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:42:24.3255367Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:42:24.3255756Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:42:24.3256147Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:42:24.3256583Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:42:24.3257037Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:42:24.3257452Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:42:24.3258138Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:42:24.3258574Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:42:24.3259129Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:24.3259710Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:42:24.3260165Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:42:24.3260616Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:42:24.3261051Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:42:24.3261454Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:42:24.3261844Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:42:24.3262233Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:42:24.3262635Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:42:24.3263044Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:42:24.3263429Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:42:24.3263822Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:42:24.3264230Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:42:24.3264606Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:42:24.3265229Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:42:24.3265715Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:42:24.3266144Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:42:24.3266521Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:42:24.3266897Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:42:24.3267295Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:42:24.3267671Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:42:24.3268212Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:42:24.3268649Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:42:24.3269095Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:42:24.3269511Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:42:24.3269915Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:42:24.3270309Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:42:24.3270694Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:42:24.3271073Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:42:24.3271624Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:42:24.3272027Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:42:24.3272475Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:42:24.3272922Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:42:24.3273348Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:42:24.3273755Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:42:24.3274163Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:42:24.3274596Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:42:24.3274986Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:42:24.3275344Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:42:24.3275705Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:42:24.3276070Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:42:24.3276450Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:42:24.3276808Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:42:24.3277185Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:42:24.3277585Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:42:24.3278115Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:42:24.3278473Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:42:24.3278824Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:42:24.3279206Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:42:24.3279615Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:42:24.3279995Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:42:24.3280360Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:42:24.3280726Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:42:24.3281113Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:42:24.3281494Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:42:24.3282053Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:42:24.3282440Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:42:24.3282835Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:42:24.3283218Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:42:24.3283601Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:42:24.3283982Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:42:24.3284367Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:42:24.3284777Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:42:24.3285201Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:42:24.3285606Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:42:24.3285967Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:42:24.3286315Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:42:24.3286657Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:42:24.3287080Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:42:24.3287897Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:42:24.3288402Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:42:24.3288882Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:42:24.3289389Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:42:24.3289829Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:42:24.3290218Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:42:24.3290612Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:42:24.3291002Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:42:24.3291391Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:42:24.3291779Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:42:24.3292175Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:42:24.3292558Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:42:24.3292955Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:42:24.3293403Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:42:24.3293838Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:42:24.3294218Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:42:24.3294625Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:42:24.3295053Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:42:24.3295434Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:42:24.3295787Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:42:24.3296188Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:42:24.3296643Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:42:24.3297108Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:42:24.3297526Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:42:24.3298117Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:42:24.3298761Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:42:24.3299212Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:42:24.5276292Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:24.7042141Z Collecting meson
2025-08-20T21:42:24.7514339Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:42:24.8036271Z Collecting ninja
2025-08-20T21:42:24.8127057Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T21:42:24.8319778Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:42:24.9116505Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 13.9 MB/s  0:00:00
2025-08-20T21:42:24.9230421Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T21:42:25.0189124Z Installing collected packages: ninja, meson
2025-08-20T21:42:25.6842104Z 
2025-08-20T21:42:25.6866760Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:42:25.9563096Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:26.0482095Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:42:26.1154749Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:42:26.4919664Z 1.8.4
2025-08-20T21:42:26.5227555Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:42:26.5624114Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:42:26.5624507Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:42:26.5624879Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:42:26.5625244Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:42:26.5625821Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:42:26.5626218Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:42:26.5626579Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:42:26.5626941Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:42:26.5627287Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:42:26.5627619Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:42:26.5628194Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:42:26.5628586Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:42:26.5628971Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:42:26.5629377Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:42:26.5629770Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:42:26.5630180Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:42:26.5630584Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:42:26.5630947Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:42:26.5631323Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:42:26.5631785Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:42:26.5632238Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:42:26.5632624Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:42:26.5633074Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:42:26.5633470Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:42:26.5633826Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:42:26.5634631Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:42:26.5635096Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:42:26.5635511Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:42:26.5635921Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:42:26.5636336Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:42:26.5636767Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:42:26.5637189Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:42:26.5637619Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:42:26.5638299Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:42:26.5638748Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:42:26.5639185Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:42:26.5639591Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:42:26.5640001Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:42:26.5640395Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:42:26.5640805Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:42:26.5641475Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:42:26.5641902Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:42:26.5642310Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:42:26.5642702Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:42:26.5643156Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:42:26.5643634Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:42:26.5644106Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:42:26.5644595Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:42:26.5645037Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:42:26.5645461Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:42:26.5645882Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:42:26.5646293Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:42:26.5646710Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:42:26.5647108Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:42:26.5647544Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:42:26.5648243Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:42:26.5648626Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:42:26.5649026Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:42:26.5649431Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:42:26.5649821Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:42:26.5650232Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:42:26.5650674Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:42:26.5651095Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:42:26.5651508Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:42:26.5652195Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:42:26.5652671Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:42:26.5653076Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:42:26.5653473Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:42:26.5653916Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:42:26.5654411Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:42:26.5654914Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:42:26.5655378Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:42:26.5655798Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:42:26.5656189Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:42:26.5656584Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:42:26.5656983Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:42:26.5657382Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:42:26.5658081Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:42:26.5658916Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:42:26.5659423Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:42:26.5659914Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:42:26.5660353Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:42:26.5660760Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:42:26.5661159Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:42:26.5661563Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:42:26.5661959Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:42:26.5662345Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:42:26.5662775Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:42:26.5663201Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:42:26.5663584Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:42:26.5663957Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:42:26.5664363Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:42:26.5664777Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:42:26.5665152Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:42:26.5665525Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:42:26.5665920Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:42:26.5666313Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:42:26.5666673Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:42:26.5667051Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:42:26.5667465Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:42:26.5668022Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:42:26.5668396Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:42:26.5668762Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:42:26.5669385Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:42:26.5669786Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:42:26.5670186Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:42:26.5670580Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:42:26.5670966Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:42:26.5671354Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:42:26.5671754Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:42:26.5672154Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:42:26.5672524Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:42:26.5672879Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:42:26.5673235Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:42:26.5673596Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:42:26.5673958Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:42:26.5674309Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:42:26.5674683Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:42:26.5675263Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:42:26.5675696Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:42:26.5676135Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:42:26.5676537Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:42:26.5676929Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:42:26.5677320Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:42:26.5677880Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:42:26.5678299Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:42:26.5678711Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:42:26.5679094Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:42:26.5679493Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:42:26.5679904Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:42:26.5680346Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:42:26.5680779Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:42:26.5681170Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:42:26.5681580Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:42:26.5681992Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:42:26.5682405Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:42:26.5682807Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:42:26.5683203Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:42:26.5683616Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:42:26.5684023Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:42:26.5684406Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:42:26.5684763Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:42:26.5685129Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:42:26.5685739Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:42:26.5686164Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:42:26.5686575Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:42:26.5686965Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:42:26.5687338Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:42:26.5687862Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:42:26.5688249Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:42:26.5688637Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:42:26.5689060Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:42:26.5689505Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:42:26.5689910Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:42:26.5690287Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:42:26.5690683Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:42:26.5691102Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:42:26.5691523Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:42:26.5692064Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:42:26.5692409Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:42:26.5692832Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:42:26.5693264Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:42:26.5693676Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:42:26.5694068Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:42:26.5694446Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:42:26.5694830Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:42:26.5695253Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:42:26.5695720Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:42:26.5696143Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:42:26.5696512Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:42:26.5696874Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:42:26.5697321Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:42:26.5698017Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:42:26.5698503Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:42:26.5698883Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:42:26.5699344Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:42:26.5699881Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:42:26.5700389Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:42:26.5700825Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:42:26.5701187Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:42:26.5701568Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:42:26.5701978Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:42:26.5702641Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:42:26.5703075Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:42:26.5703450Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:42:26.5703822Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:42:26.5704221Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:42:26.5704628Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:42:26.5705029Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:42:26.5705427Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:42:26.5705819Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:42:26.5706210Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:42:26.5706637Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:42:26.5707085Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:42:26.5707537Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:42:26.5708076Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:42:26.5708454Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:42:26.5709018Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:42:26.5709393Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:42:26.5709789Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:42:26.5710210Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:42:26.5710716Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:42:26.5711173Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:42:26.5711583Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:42:26.5711971Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:42:26.5712354Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:42:26.5712728Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:42:26.5713102Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:42:26.5713493Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:42:26.5713878Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:42:26.5714327Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:42:26.5714800Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:42:26.5715264Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:42:26.5715788Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:42:26.5716301Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:42:26.5716802Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:42:26.5717247Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:42:26.5717609Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:42:26.5718192Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:42:26.5718580Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:42:26.5718965Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:42:26.5719572Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:42:26.5719975Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:42:26.5720358Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:42:26.5720743Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:42:26.5721119Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:42:26.5721504Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:42:26.5721896Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:42:26.5722286Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:42:26.5722702Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:42:26.5723138Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:42:26.5723563Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:42:26.5723975Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:42:26.5724383Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:42:26.5724795Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:42:26.5725218Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:42:26.5725776Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:42:26.5726137Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:42:26.5726647Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:26.5727165Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:42:26.5727540Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:42:26.5728113Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:42:26.5728485Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:42:26.5728883Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:42:26.5729321Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:42:26.5729755Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:42:26.5730184Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:42:26.5730589Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:42:26.5730988Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:42:26.5731413Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:42:26.5731828Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:42:26.5732223Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:42:26.5732657Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:42:26.5733148Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:42:26.5733647Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:42:26.5734102Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:42:26.5734516Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:42:26.5734920Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:42:26.5735401Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:42:26.5735886Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:42:26.5736519Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:42:26.5736975Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:42:26.5737430Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:42:26.5737971Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:42:26.5738347Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:42:26.5738703Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:42:26.5739074Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:42:26.5739462Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:42:26.5739829Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:42:26.5740178Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:42:26.5740550Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:42:26.5740914Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:42:26.5741274Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:42:26.5741645Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:42:26.5742002Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:42:26.5742546Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:42:26.5742931Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:42:26.5743292Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:42:26.5743652Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:42:26.5744013Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:42:26.5744378Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:42:26.5744760Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:42:26.5745126Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:42:26.5745486Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:42:26.5745864Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:42:26.5746289Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:42:26.5746728Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:42:26.5747135Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:42:26.5747554Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:42:26.5748076Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:42:26.5748506Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:42:26.5748913Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:42:26.5749281Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:42:26.5749645Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:42:26.5750003Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:42:26.5750351Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:42:26.5750705Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:42:26.5751057Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:42:26.5751430Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:42:26.5751790Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:42:26.5752138Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:42:26.5752697Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:42:26.5753103Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:42:26.5753512Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:42:26.5753910Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:42:26.5754308Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:42:26.5754707Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:42:26.5755122Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:42:26.5755625Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:42:26.5756240Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:42:26.5756865Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:42:26.5757410Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:42:26.5758052Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:42:26.5758518Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:42:26.5759041Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:42:26.5759844Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:42:26.5760405Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:42:26.5760900Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:42:26.5761346Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:42:26.5761721Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:42:26.5762096Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:42:26.5762469Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:42:26.5762848Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:42:26.5763239Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:42:26.5763634Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:42:26.5764024Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:42:26.5764412Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:42:26.5764803Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:42:26.5765181Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:42:26.5765565Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:42:26.5765940Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:42:26.5766336Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:42:26.5766731Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:42:26.5767144Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:42:26.5767565Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:42:26.5768108Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:42:26.5768509Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:42:26.5768922Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:42:26.5769333Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:42:26.5769980Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:42:26.5770425Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:42:26.5770792Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:42:26.5771163Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:42:26.5771548Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:42:26.5771925Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:42:26.5772316Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:42:26.5772709Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:42:26.5773095Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:42:26.5773480Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:42:26.5773845Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:42:26.5774210Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:42:26.5774762Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:26.5775481Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:26.5776335Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:26.5777007Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:26.5777536Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:42:26.5778160Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:42:26.5778581Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:42:26.5778988Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:42:26.5779367Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:42:26.5779741Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:42:26.5780108Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:42:26.5780498Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:42:26.5780877Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:42:26.5781254Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:42:26.5781633Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:42:26.5782021Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:42:26.5782459Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:42:26.5782861Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:42:26.5783261Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:42:26.5783652Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:42:26.5784031Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:42:26.5784425Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:42:26.5784827Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:42:26.5785225Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:42:26.5785627Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:42:26.5786022Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:42:26.5786733Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:42:26.5787194Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:42:26.5787596Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:42:26.5788224Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:42:26.5788686Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:42:26.5789101Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:42:26.5789471Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:42:26.5789851Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:42:26.5790249Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:42:26.5790662Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:42:26.5791069Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:42:26.5791454Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:42:26.5791847Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:42:26.5792317Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:42:26.5792785Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:42:26.5793341Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:42:26.5793747Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:42:26.5794202Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:42:26.5794645Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:42:26.5795130Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:42:26.5795621Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:42:26.5796066Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:42:26.5796504Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:42:26.5796901Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:42:26.5797301Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:42:26.5797953Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:42:26.5798387Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:42:26.5798762Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:42:26.5799173Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:42:26.5799580Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:42:26.5799986Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:42:26.5800406Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:42:26.5800802Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:42:26.5801180Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:42:26.5801553Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:42:26.5801910Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:42:26.5802300Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:42:26.5802720Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:42:26.5803114Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:42:26.5803761Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:42:26.5804273Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:42:26.5804682Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:42:26.5805118Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:42:26.5805547Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:42:26.5805954Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:42:26.5806362Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:42:26.5806720Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:42:26.5807079Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:42:26.5807473Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:42:26.5808054Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:42:26.5808442Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:42:26.5808801Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:42:26.5809150Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:42:26.5809500Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:42:26.5810168Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:42:26.5810680Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:42:26.5811063Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:42:26.5811458Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:42:26.5811863Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:42:26.5812276Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:42:26.5812689Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:42:26.5813094Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:42:26.5813513Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:42:26.5813929Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:42:26.5814301Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:42:26.5814670Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:42:26.5815028Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:42:26.5815402Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:42:26.5815827Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:42:26.5816261Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:42:26.5816664Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:42:26.5817088Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:42:26.5817534Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:42:26.5818106Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:42:26.5818481Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:42:26.5818835Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:42:26.5819186Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:42:26.5819551Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:42:26.5819929Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:42:26.5820521Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:42:26.5820932Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:42:26.5821349Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:42:26.5821811Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:42:26.5822254Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:42:26.5822631Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:42:26.5823019Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:42:26.5823406Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:42:26.5823792Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:42:26.5824174Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:42:26.5824558Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:42:26.5825003Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:42:26.5825494Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:42:26.5825916Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:42:26.5826446Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:42:26.5826829Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:42:26.5827233Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:42:26.5827624Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:42:26.5828220Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:42:26.5828631Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:42:26.5829011Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:42:26.5829356Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:42:26.5829716Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:42:26.5830116Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:42:26.5830543Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:42:26.5830926Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:42:26.5831313Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:42:26.5831760Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:42:26.5832202Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:42:26.5832636Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:42:26.5833028Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:42:26.5833543Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:26.5834050Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:42:26.5834441Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:42:26.5834858Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:42:26.5835285Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:42:26.5835812Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:42:26.5836398Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:42:26.5837207Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:42:26.5838130Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:42:26.5838813Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:42:26.5839451Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:42:26.5840086Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:42:26.5840669Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:42:26.5841149Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:42:26.5841594Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:42:26.5842029Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:42:26.5842460Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:42:26.5842936Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:42:26.5843369Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:42:26.5843751Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:42:26.5844281Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:42:26.5844661Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:42:26.5845043Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:42:26.5845453Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:42:26.5845866Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:42:26.5846237Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:42:26.5846629Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:42:26.5847091Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:42:26.5847645Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:42:26.5848284Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:42:26.5848776Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:42:26.5849233Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:42:26.5849651Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:42:26.5850068Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:42:26.5850488Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:42:26.5850921Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:42:26.5851354Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:42:26.5851743Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:42:26.5852126Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:42:26.5852508Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:42:26.5852888Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:42:26.5853327Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:42:26.5853768Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:42:26.5854172Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:42:26.5854814Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:42:26.5855259Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:42:26.5855707Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:42:26.5856152Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:42:26.5856593Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:42:26.5856989Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:42:26.5857365Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:42:26.5857931Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:42:26.5858343Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:42:26.5858737Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:42:26.5859147Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:42:26.5859551Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:42:26.5859980Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:42:26.5860457Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:42:26.5861086Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:42:26.5861484Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:42:26.5861837Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:42:26.5862211Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:42:26.5862607Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:42:26.5862994Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:42:26.5863390Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:42:26.5863819Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:42:26.5864271Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:42:26.5864691Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:42:26.5865085Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:42:26.5865486Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:42:26.5866031Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:26.5866615Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:42:26.5867070Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:42:26.5867525Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:42:26.5868164Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:42:26.5868570Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:42:26.5868965Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:42:26.5869363Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:42:26.5869764Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:42:26.5870170Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:42:26.5870548Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:42:26.5870943Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:42:26.5871563Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:42:26.5871952Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:42:26.5872365Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:42:26.5872829Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:42:26.5873253Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:42:26.5873636Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:42:26.5874013Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:42:26.5874405Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:42:26.5874781Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:42:26.5875155Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:42:26.5875590Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:42:26.5876041Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:42:26.5876449Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:42:26.5876850Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:42:26.5877250Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:42:26.5877939Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:42:26.5878324Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:42:26.5878712Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:42:26.5879117Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:42:26.5879561Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:42:26.5880014Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:42:26.5880440Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:42:26.5880848Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:42:26.5881255Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:42:26.5881691Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:42:26.5882080Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:42:26.5882437Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:42:26.5882787Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:42:26.5883155Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:42:26.5883531Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:42:26.5883891Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:42:26.5884266Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:42:26.5884666Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:42:26.5885051Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:42:26.5885408Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:42:26.5885767Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:42:26.5886149Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:42:26.5886553Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:42:26.5886930Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:42:26.5887292Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:42:26.5888003Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:42:26.5888427Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:42:26.5888811Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:42:26.5889166Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:42:26.5889542Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:42:26.5889942Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:42:26.5890320Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:42:26.5890696Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:42:26.5891073Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:42:26.5891460Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:42:26.5891863Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:42:26.5892292Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:42:26.5892698Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:42:26.5893056Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:42:26.5893409Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:42:26.5893927Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:42:26.5894353Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:42:26.5894861Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:42:26.5895332Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:42:26.5895811Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:42:26.5896323Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:42:26.5896764Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:42:26.5897145Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:42:26.5897538Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:42:26.5898113Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:42:26.5898516Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:42:26.5898908Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:42:26.5899296Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:42:26.5899675Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:42:26.5900071Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:42:26.5900519Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:42:26.5900950Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:42:26.5901328Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:42:26.5901730Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:42:26.5902160Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:42:26.5902543Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:42:26.5902896Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:42:26.5903286Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:42:26.5903740Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:42:26.5904205Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:42:26.5904833Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:42:26.5905273Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:42:26.5905703Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:42:26.5906135Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:42:26.7777064Z info: downloading installer
2025-08-20T21:42:27.0581992Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:42:27.0582355Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:42:27.0582722Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:42:27.0583133Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:42:27.0792657Z info: profile set to 'default'
2025-08-20T21:42:27.0792956Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T21:42:27.0793349Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:42:27.1342693Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:42:27.2443506Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:42:27.2763179Z info: downloading component 'clippy'
2025-08-20T21:42:27.3485962Z info: downloading component 'rustfmt'
2025-08-20T21:42:27.4062254Z info: downloading component 'cargo'
2025-08-20T21:42:27.5060694Z info: downloading component 'rust-std'
2025-08-20T21:42:27.7988787Z info: downloading component 'rustc'
2025-08-20T21:42:28.4434910Z info: removing previous version of component 'clippy'
2025-08-20T21:42:28.4605160Z info: removing previous version of component 'rustfmt'
2025-08-20T21:42:28.4665344Z info: removing previous version of component 'cargo'
2025-08-20T21:42:28.4875892Z info: removing previous version of component 'rust-std'
2025-08-20T21:42:28.4979097Z info: removing previous version of component 'rustc'
2025-08-20T21:42:28.5192961Z info: installing component 'clippy'
2025-08-20T21:42:28.7851635Z info: installing component 'rustfmt'
2025-08-20T21:42:28.9880286Z info: installing component 'cargo'
2025-08-20T21:42:29.4906108Z info: installing component 'rust-std'
2025-08-20T21:42:30.8055771Z info: installing component 'rustc'
2025-08-20T21:42:33.6314725Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:42:33.6315070Z 
2025-08-20T21:42:33.6384908Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T21:42:33.6385346Z 
2025-08-20T21:42:33.6385350Z 
2025-08-20T21:42:33.6385430Z Rust is installed now. Great!
2025-08-20T21:42:33.6385575Z 
2025-08-20T21:42:33.6385748Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:42:33.6386143Z environment variable. This has not been done automatically.
2025-08-20T21:42:33.6386369Z 
2025-08-20T21:42:33.6386503Z To configure your current shell, you need to source
2025-08-20T21:42:33.6386789Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:42:33.6386971Z 
2025-08-20T21:42:33.6387137Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:42:33.6387518Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:42:33.6387957Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:42:33.6388252Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:42:33.6551378Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:42:33.6878870Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:42:33.6879159Z 
2025-08-20T21:42:33.6956146Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:42:33.6956473Z 
2025-08-20T21:42:33.7388029Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:42:33.7778561Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:42:33.8107532Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:42:33.8108647Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:42:33.8109104Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:42:33.8109464Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:42:33.8109846Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:42:33.8110256Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:42:33.8110637Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:42:33.8111014Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:42:33.8111367Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:42:33.8111692Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:42:33.8112046Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:42:33.8112438Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:42:33.8112824Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:42:33.8113233Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:42:33.8113629Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:42:33.8114032Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:42:33.8114861Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:42:33.8115226Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:42:33.8115604Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:42:33.8116063Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:42:33.8116504Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:42:33.8116901Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:42:33.8117318Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:42:33.8117953Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:42:33.8118332Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:42:33.8118727Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:42:33.8119169Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:42:33.8119583Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:42:33.8119986Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:42:33.8120396Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:42:33.8120816Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:42:33.8121248Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:42:33.8121676Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:42:33.8122097Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:42:33.8122537Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:42:33.8122973Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:42:33.8123377Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:42:33.8123786Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:42:33.8124179Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:42:33.8124589Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:42:33.8125335Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:42:33.8125785Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:42:33.8126189Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:42:33.8126588Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:42:33.8127202Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:42:33.8127681Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:42:33.8128355Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:42:33.8128858Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:42:33.8129304Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:42:33.8129725Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:42:33.8130158Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:42:33.8130572Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:42:33.8130990Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:42:33.8131390Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:42:33.8131986Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:42:33.8132348Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:42:33.8132721Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:42:33.8133116Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:42:33.8133521Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:42:33.8133903Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:42:33.8134315Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:42:33.8134760Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:42:33.8135186Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:42:33.8135598Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:42:33.8136030Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:42:33.8136462Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:42:33.8136869Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:42:33.8137266Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:42:33.8137837Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:42:33.8138372Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:42:33.8138877Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:42:33.8139343Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:42:33.8139764Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:42:33.8140151Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:42:33.8140560Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:42:33.8140971Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:42:33.8141372Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:42:33.8141837Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:42:33.8142341Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:42:33.8143090Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:42:33.8143605Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:42:33.8144047Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:42:33.8144453Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:42:33.8144853Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:42:33.8145265Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:42:33.8145665Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:42:33.8146052Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:42:33.8146479Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:42:33.8146914Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:42:33.8147302Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:42:33.8147684Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:42:33.8148236Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:42:33.8148650Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:42:33.8149245Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:42:33.8149611Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:42:33.8150007Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:42:33.8150396Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:42:33.8150749Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:42:33.8151136Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:42:33.8151546Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:42:33.8151940Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:42:33.8152310Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:42:33.8152681Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:42:33.8153067Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:42:33.8153462Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:42:33.8153863Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:42:33.8154261Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:42:33.8154650Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:42:33.8155034Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:42:33.8155447Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:42:33.8155853Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:42:33.8156229Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:42:33.8156593Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:42:33.8156961Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:42:33.8157316Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:42:33.8157686Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:42:33.8158294Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:42:33.8158683Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:42:33.8159087Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:42:33.8159775Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:42:33.8160235Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:42:33.8160640Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:42:33.8161038Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:42:33.8161427Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:42:33.8161822Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:42:33.8162227Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:42:33.8162637Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:42:33.8163025Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:42:33.8163425Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:42:33.8163846Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:42:33.8164291Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:42:33.8164721Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:42:33.8165116Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:42:33.8165512Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:42:33.8166126Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:42:33.8166539Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:42:33.8166943Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:42:33.8167346Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:42:33.8167891Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:42:33.8168316Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:42:33.8168702Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:42:33.8169061Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:42:33.8169426Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:42:33.8169821Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:42:33.8170228Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:42:33.8170631Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:42:33.8171027Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:42:33.8171403Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:42:33.8171777Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:42:33.8172161Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:42:33.8172548Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:42:33.8172970Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:42:33.8173416Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:42:33.8173818Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:42:33.8174195Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:42:33.8174589Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:42:33.8175011Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:42:33.8175432Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:42:33.8175830Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:42:33.8176701Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:42:33.8177285Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:42:33.8177928Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:42:33.8178369Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:42:33.8178773Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:42:33.8179160Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:42:33.8179547Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:42:33.8179977Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:42:33.8180450Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:42:33.8180868Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:42:33.8181248Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:42:33.8181617Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:42:33.8182063Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:42:33.8182569Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:42:33.8183307Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:42:33.8183691Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:42:33.8184154Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:42:33.8184694Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:42:33.8185200Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:42:33.8185644Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:42:33.8186010Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:42:33.8186391Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:42:33.8186805Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:42:33.8187226Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:42:33.8187640Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:42:33.8188168Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:42:33.8188553Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:42:33.8188958Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:42:33.8189360Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:42:33.8189767Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:42:33.8190171Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:42:33.8190569Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:42:33.8190962Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:42:33.8191387Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:42:33.8191842Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:42:33.8192272Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:42:33.8192669Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:42:33.8193045Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:42:33.8193420Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:42:33.8193988Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:42:33.8194416Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:42:33.8194837Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:42:33.8195306Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:42:33.8195763Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:42:33.8196166Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:42:33.8196552Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:42:33.8196937Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:42:33.8197315Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:42:33.8197686Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:42:33.8198212Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:42:33.8198601Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:42:33.8199047Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:42:33.8199522Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:42:33.8200134Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:42:33.8200655Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:42:33.8201167Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:42:33.8201674Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:42:33.8202117Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:42:33.8202484Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:42:33.8202847Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:42:33.8203227Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:42:33.8203610Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:42:33.8203978Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:42:33.8204366Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:42:33.8204750Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:42:33.8205142Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:42:33.8205524Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:42:33.8205904Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:42:33.8206307Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:42:33.8206703Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:42:33.8207124Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:42:33.8207561Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:42:33.8208123Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:42:33.8208555Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:42:33.8208960Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:42:33.8209376Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:42:33.8209796Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:42:33.8210184Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:42:33.8210727Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:42:33.8211257Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:33.8211780Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:42:33.8212155Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:42:33.8212541Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:42:33.8212912Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:42:33.8213310Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:42:33.8213751Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:42:33.8214182Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:42:33.8214618Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:42:33.8215021Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:42:33.8215422Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:42:33.8215846Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:42:33.8216256Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:42:33.8216793Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:42:33.8217226Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:42:33.8217907Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:42:33.8218426Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:42:33.8218873Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:42:33.8219289Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:42:33.8219694Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:42:33.8220169Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:42:33.8220655Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:42:33.8221069Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:42:33.8221509Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:42:33.8221968Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:42:33.8222375Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:42:33.8222737Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:42:33.8223090Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:42:33.8223469Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:42:33.8223855Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:42:33.8224221Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:42:33.8224577Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:42:33.8224955Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:42:33.8225321Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:42:33.8225683Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:42:33.8226055Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:42:33.8226412Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:42:33.8226788Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:42:33.8227392Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:42:33.8227925Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:42:33.8228305Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:42:33.8228670Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:42:33.8229038Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:42:33.8229423Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:42:33.8229787Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:42:33.8230154Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:42:33.8230533Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:42:33.8230956Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:42:33.8231397Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:42:33.8231810Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:42:33.8232174Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:42:33.8232557Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:42:33.8232985Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:42:33.8233572Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:42:33.8233934Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:42:33.8234300Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:42:33.8234656Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:42:33.8235001Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:42:33.8235351Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:42:33.8235709Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:42:33.8236077Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:42:33.8236440Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:42:33.8236788Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:42:33.8237124Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:42:33.8237510Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:42:33.8238081Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:42:33.8238482Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:42:33.8238880Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:42:33.8239277Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:42:33.8239700Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:42:33.8240206Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:42:33.8240821Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:42:33.8241453Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:42:33.8242006Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:42:33.8242478Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:42:33.8242934Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:42:33.8243456Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:42:33.8244331Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:42:33.8244927Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:42:33.8245421Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:42:33.8245866Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:42:33.8246239Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:42:33.8246614Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:42:33.8246983Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:42:33.8247367Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:42:33.8247857Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:42:33.8248256Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:42:33.8248655Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:42:33.8249042Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:42:33.8249430Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:42:33.8249807Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:42:33.8250186Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:42:33.8250818Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:42:33.8251215Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:42:33.8251612Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:42:33.8252029Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:42:33.8252445Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:42:33.8252817Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:42:33.8253210Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:42:33.8253623Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:42:33.8254034Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:42:33.8254473Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:42:33.8254906Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:42:33.8255272Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:42:33.8255642Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:42:33.8256025Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:42:33.8256396Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:42:33.8256795Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:42:33.8257191Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:42:33.8257579Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:42:33.8258126Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:42:33.8258499Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:42:33.8258876Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:42:33.8259423Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:33.8260142Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:33.8261029Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:33.8261720Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:33.8262251Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:42:33.8262634Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:42:33.8263041Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:42:33.8263450Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:42:33.8263826Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:42:33.8264204Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:42:33.8264569Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:42:33.8264945Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:42:33.8265330Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:42:33.8265704Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:42:33.8266086Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:42:33.8266478Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:42:33.8266887Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:42:33.8267455Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:42:33.8267990Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:42:33.8268387Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:42:33.8268767Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:42:33.8269154Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:42:33.8269563Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:42:33.8269959Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:42:33.8270355Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:42:33.8270748Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:42:33.8271175Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:42:33.8271612Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:42:33.8272016Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:42:33.8272452Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:42:33.8272907Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:42:33.8273316Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:42:33.8273696Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:42:33.8274072Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:42:33.8274469Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:42:33.8274880Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:42:33.8275291Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:42:33.8275684Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:42:33.8276081Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:42:33.8276610Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:42:33.8277082Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:42:33.8277484Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:42:33.8278246Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:42:33.8278719Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:42:33.8279166Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:42:33.8279642Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:42:33.8280136Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:42:33.8280581Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:42:33.8281020Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:42:33.8281424Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:42:33.8281816Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:42:33.8282241Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:42:33.8282629Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:42:33.8283008Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:42:33.8283418Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:42:33.8283970Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:42:33.8284372Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:42:33.8284793Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:42:33.8285186Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:42:33.8285563Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:42:33.8285931Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:42:33.8286293Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:42:33.8286685Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:42:33.8287104Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:42:33.8287503Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:42:33.8288093Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:42:33.8288549Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:42:33.8288953Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:42:33.8289393Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:42:33.8289821Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:42:33.8290237Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:42:33.8290641Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:42:33.8291000Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:42:33.8291362Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:42:33.8291752Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:42:33.8292156Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:42:33.8292537Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:42:33.8292898Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:42:33.8293251Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:42:33.8293603Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:42:33.8294326Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T21:42:33.8294852Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:42:33.8295236Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:42:33.8295615Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:42:33.8296014Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:42:33.8296433Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:42:33.8296843Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:42:33.8297249Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:42:33.8297669Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:42:33.8298216Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:42:33.8298604Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:42:33.8298975Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:42:33.8299343Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:42:33.8299724Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:42:33.8300146Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:42:33.8300777Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:42:33.8301175Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:42:33.8301600Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:42:33.8302043Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:42:33.8302439Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:42:33.8302813Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:42:33.8303164Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:42:33.8303512Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:42:33.8303882Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:42:33.8304257Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:42:33.8304642Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:42:33.8305048Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:42:33.8305470Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:42:33.8305934Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:42:33.8306372Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:42:33.8306757Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:42:33.8307153Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:42:33.8307544Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:42:33.8308081Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:42:33.8308472Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:42:33.8308856Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:42:33.8309292Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:42:33.8309786Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:42:33.8310209Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:42:33.8310586Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:42:33.8311254Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:42:33.8311690Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:42:33.8312083Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:42:33.8312459Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:42:33.8312857Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:42:33.8313247Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:42:33.8313599Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:42:33.8313954Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:42:33.8314354Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:42:33.8314778Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:42:33.8315167Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:42:33.8315562Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:42:33.8316010Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:42:33.8317317Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:42:33.8317913Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:42:33.8318624Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:42:33.8319151Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:33.8319657Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:42:33.8320050Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:42:33.8320459Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:42:33.8320898Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:42:33.8321419Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:42:33.8322003Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:42:33.8322612Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:42:33.8323267Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:42:33.8323914Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:42:33.8324547Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:42:33.8325178Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:42:33.8325762Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:42:33.8326242Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:42:33.8326690Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:42:33.8327128Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:42:33.8327592Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:42:33.8328270Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:42:33.8328713Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:42:33.8329094Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:42:33.8329468Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:42:33.8330061Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:42:33.8330492Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:42:33.8330903Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:42:33.8331317Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:42:33.8331690Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:42:33.8332078Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:42:33.8332541Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:42:33.8333028Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:42:33.8333518Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:42:33.8334013Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:42:33.8334471Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:42:33.8334888Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:42:33.8335304Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:42:33.8335718Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:42:33.8336283Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:42:33.8336713Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:42:33.8337103Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:42:33.8337485Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:42:33.8338010Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:42:33.8338403Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:42:33.8338844Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:42:33.8339285Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:42:33.8339691Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:42:33.8340112Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:42:33.8340541Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:42:33.8340991Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:42:33.8341439Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:42:33.8341876Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:42:33.8342277Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:42:33.8342657Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:42:33.8343045Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:42:33.8343420Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:42:33.8343795Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:42:33.8344209Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:42:33.8344615Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:42:33.8345051Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:42:33.8345523Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:42:33.8345981Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:42:33.8346587Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:42:33.8346963Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:42:33.8347345Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:42:33.8347859Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:42:33.8348256Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:42:33.8348652Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:42:33.8349079Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:42:33.8349530Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:42:33.8349947Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:42:33.8350339Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:42:33.8350743Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:42:33.8351291Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:42:33.8351875Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:42:33.8352329Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:42:33.8352956Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:42:33.8353382Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:42:33.8353784Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:42:33.8354176Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:42:33.8354568Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:42:33.8354976Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:42:33.8355381Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:42:33.8355764Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:42:33.8356160Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:42:33.8356564Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:42:33.8356946Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:42:33.8357356Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:42:33.8358015Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:42:33.8358458Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:42:33.8358835Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:42:33.8359226Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:42:33.8359616Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:42:33.8359994Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:42:33.8360362Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:42:33.8360795Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:42:33.8361247Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:42:33.8361653Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:42:33.8362051Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:42:33.8362455Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:42:33.8362837Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:42:33.8363429Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:42:33.8363835Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:42:33.8364240Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:42:33.8364685Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:42:33.8365141Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:42:33.8365568Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:42:33.8365972Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:42:33.8366378Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:42:33.8366805Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:42:33.8367193Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:42:33.8367555Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:42:33.8368101Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:42:33.8368479Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:42:33.8368853Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:42:33.8369395Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:42:33.8369773Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:42:33.8370169Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:42:33.8370555Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:42:33.8370915Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:42:33.8371264Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:42:33.8371648Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:42:33.8372051Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:42:33.8372427Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:42:33.8372793Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:42:33.8373156Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:42:33.8373545Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:42:33.8373930Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:42:33.8374285Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:42:33.8374663Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:42:33.8375054Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:42:33.8375445Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:42:33.8375826Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:42:33.8376204Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:42:33.8376651Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:42:33.8377053Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:42:33.8377485Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:42:33.8378045Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:42:33.8378407Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:42:33.8378755Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:42:33.8379097Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:42:33.8379720Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:42:33.8380245Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:42:33.8380719Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:42:33.8381199Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:42:33.8381706Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:42:33.8382618Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:42:33.8383027Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:42:33.8383424Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:42:33.8383821Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:42:33.8384209Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:42:33.8384605Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:42:33.8384992Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:42:33.8385368Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:42:33.8385758Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:42:33.8386400Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:42:33.8386831Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:42:33.8387205Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:42:33.8387604Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:42:33.8388208Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:42:33.8388596Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:42:33.8388951Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:42:33.8389344Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:42:33.8389796Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:42:33.8390258Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:42:33.8390678Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:42:33.8391099Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:42:33.8391530Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:42:33.8391963Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:42:33.8392307Z 
2025-08-20T21:42:33.8392311Z 
2025-08-20T21:42:33.8392682Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:42:33 PM)
2025-08-20T21:42:33.8393041Z 
2025-08-20T21:42:33.8393045Z 
2025-08-20T21:42:33.8393048Z 
2025-08-20T21:42:33.8393116Z [+] Continue : YES
2025-08-20T21:42:33.8393223Z 
2025-08-20T21:42:33.8393447Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:42:33.8816632Z 
2025-08-20T21:42:33.8817225Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:42:33 PM) UTC
2025-08-20T21:42:33.8817528Z 
2025-08-20T21:42:33.8833618Z 
2025-08-20T21:42:33.8833779Z [+] Total RECIPES :: 1
2025-08-20T21:42:33.8833917Z 
2025-08-20T21:42:33.8916254Z 
2025-08-20T21:42:33.8916746Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml (1/1)
2025-08-20T21:42:33.8917233Z 
2025-08-20T21:42:33.9392387Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:42:33.9404893Z mode of '/tmp/pkgforge/Ls978Hphy_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:42:33.9453880Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/netbird/official/source [Provided]
2025-08-20T21:42:33.9454297Z [+] Setting '.pkg_family' --> netbird [Provided]
2025-08-20T21:42:33.9467895Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:42:33.9472423Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T21:42:33.9500058Z [00:00:00.003]➜  
2025-08-20T21:42:33.9500594Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:42:33.9501008Z [00:00:00.003]➜  
2025-08-20T21:42:33.9537689Z [00:00:00.007]➜  
2025-08-20T21:42:33.9538339Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:42:33.9538735Z [00:00:00.007]➜  
2025-08-20T21:42:33.9618307Z [00:00:00.015]➜  
2025-08-20T21:42:33.9619370Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/netbird/static.official.source.yaml) --> /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:42:33 PM) UTC]
2025-08-20T21:42:33.9620391Z [00:00:00.015]➜  
2025-08-20T21:42:33.9620584Z [00:00:00.015]➜  
2025-08-20T21:42:33.9620805Z [00:00:00.015]➜  
2025-08-20T21:42:33.9638894Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:42:33.9639313Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:42:33.9639960Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:42:33.9640523Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:42:33.9640748Z [00:00:00.016]➜  
2025-08-20T21:42:33.9640953Z [00:00:00.016]➜  pkg: "netbird"
2025-08-20T21:42:33.9641288Z [00:00:00.016]➜  pkg_id: "github.com.netbirdio.netbird.source"
2025-08-20T21:42:33.9641607Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T21:42:33.9641850Z [00:00:00.016]➜  category:
2025-08-20T21:42:33.9644050Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T21:42:33.9644433Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:42:33.9644677Z [00:00:00.016]➜  description: 
2025-08-20T21:42:33.9644976Z [00:00:00.016]➜    _default: "WireGuard-based mesh network"
2025-08-20T21:42:33.9645417Z [00:00:00.016]➜    netbird: "Client for Netbird; A WireGuard-based mesh network"
2025-08-20T21:42:33.9645835Z [00:00:00.016]➜    netbird-mgmt: "Management service for Netbird"
2025-08-20T21:42:33.9646205Z [00:00:00.016]➜    netbird-relay: "Relay service for Netbird"
2025-08-20T21:42:33.9646570Z [00:00:00.016]➜    netbird-signal: "Signal service for Netbird"
2025-08-20T21:42:33.9646876Z [00:00:00.016]➜  distro_pkg:
2025-08-20T21:42:33.9647104Z [00:00:00.016]➜    archlinux:
2025-08-20T21:42:33.9647328Z [00:00:00.016]➜      aur:
2025-08-20T21:42:33.9647567Z [00:00:00.016]➜        - "netbird"
2025-08-20T21:42:33.9648047Z [00:00:00.016]➜        - "netbird-bin"
2025-08-20T21:42:33.9648304Z [00:00:00.016]➜    nixpkgs:
2025-08-20T21:42:33.9648537Z [00:00:00.016]➜      - "netbird"
2025-08-20T21:42:33.9648775Z [00:00:00.016]➜  homepage:
2025-08-20T21:42:33.9649064Z [00:00:00.016]➜    - "https://github.com/netbirdio/netbird"
2025-08-20T21:42:33.9649358Z [00:00:00.016]➜  license:
2025-08-20T21:42:33.9649609Z [00:00:00.016]➜    - id: "BSD-3-Clause"
2025-08-20T21:42:33.9650149Z [00:00:00.016]➜      url: "https://github.com/netbirdio/netbird/raw/9f4db0a953bd956d2042804a62e09e8e1dd4a190/LICENSE"  
2025-08-20T21:42:33.9650614Z [00:00:00.016]➜  maintainer:
2025-08-20T21:42:33.9650950Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:42:33.9651250Z [00:00:00.016]➜  note:
2025-08-20T21:42:33.9651529Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:42:33.9652382Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/netbirdio/netbird"
2025-08-20T21:42:33.9652862Z [00:00:00.016]➜  provides:
2025-08-20T21:42:33.9653088Z [00:00:00.016]➜    - "netbird"
2025-08-20T21:42:33.9653355Z [00:00:00.016]➜    - "netbird-mgmt"
2025-08-20T21:42:33.9653613Z [00:00:00.016]➜    - "netbird-relay"
2025-08-20T21:42:33.9653876Z [00:00:00.016]➜    - "netbird-signal"
2025-08-20T21:42:33.9654133Z [00:00:00.016]➜  repology:
2025-08-20T21:42:33.9654374Z [00:00:00.016]➜    - "netbird"
2025-08-20T21:42:33.9654605Z [00:00:00.016]➜  src_url:
2025-08-20T21:42:33.9654888Z [00:00:00.016]➜    - "https://github.com/netbirdio/netbird"
2025-08-20T21:42:33.9655174Z [00:00:00.016]➜  tag:
2025-08-20T21:42:33.9655377Z [00:00:00.016]➜    - "mesh"
2025-08-20T21:42:33.9655615Z [00:00:00.016]➜    - "wireguard"
2025-08-20T21:42:33.9655844Z [00:00:00.016]➜  x_exec:
2025-08-20T21:42:33.9656075Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T21:42:33.9656322Z [00:00:00.016]➜    host:
2025-08-20T21:42:33.9656553Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T21:42:33.9656830Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T21:42:33.9657082Z [00:00:00.016]➜    shell: "bash"
2025-08-20T21:42:33.9657319Z [00:00:00.016]➜    pkgver: |
2025-08-20T21:42:33.9657598Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:42:33.9658507Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/netbirdio/netbird" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:42:33.9659638Z [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-20T21:42:33.9660278Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:42:33.9660652Z [00:00:00.016]➜    run: |
2025-08-20T21:42:33.9660864Z [00:00:00.016]➜      #Build
2025-08-20T21:42:33.9661461Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:42:33.9662176Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:42:33.9662737Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:42:33.9663198Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:42:33.9663615Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T21:42:33.9663957Z [00:00:00.016]➜        bash -l -c '
2025-08-20T21:42:33.9664204Z [00:00:00.016]➜        #Setup ENV
2025-08-20T21:42:33.9664583Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:42:33.9664940Z [00:00:00.016]➜         CGO_ENABLED="1" 
2025-08-20T21:42:33.9665304Z [00:00:00.016]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:42:33.9665825Z [00:00:00.016]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:42:33.9666214Z [00:00:00.016]➜         GOOS="linux"
2025-08-20T21:42:33.9666525Z [00:00:00.016]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:42:33.9666820Z [00:00:00.016]➜        #Build
2025-08-20T21:42:33.9667329Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/netbirdio/netbird" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:42:33.9668112Z [00:00:00.016]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:42:33.9668584Z [00:00:00.016]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:42:33.9669011Z [00:00:00.016]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:42:33.9669812Z [00:00:00.016]➜         go build -C "client" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird"
2025-08-20T21:42:33.9671192Z [00:00:00.016]➜         go build -C "management" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird-mgmt"
2025-08-20T21:42:33.9672448Z [00:00:00.016]➜         go build -C "relay" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird-relay"
2025-08-20T21:42:33.9673611Z [00:00:00.016]➜         go build -C "signal" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird-signal"
2025-08-20T21:42:33.9674266Z [00:00:00.016]➜        #Copy
2025-08-20T21:42:33.9674906Z [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-20T21:42:33.9675477Z [00:00:00.016]➜        #Strip 
2025-08-20T21:42:33.9675969Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:42:33.9676705Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:42:33.9677392Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:42:33.9678441Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:42:33.9679005Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:42:33.9679424Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T21:42:33.9679673Z [00:00:00.016]➜        '
2025-08-20T21:42:33.9679892Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T21:42:33.9680259Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:42:33.9680804Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:42:33.9681870Z [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-20T21:42:33.9682654Z [00:00:00.016]➜  
2025-08-20T21:42:33.9682840Z [00:00:00.016]➜  
2025-08-20T21:42:33.9683112Z [00:00:00.016]➜  ###################################################################
2025-08-20T21:42:33.9683420Z [00:00:00.016]➜  
2025-08-20T21:42:33.9683605Z [00:00:00.016]➜  
2025-08-20T21:42:33.9683784Z [00:00:00.016]➜  
2025-08-20T21:42:33.9684259Z [00:00:00.017]➜  '/tmp/pkgforge/Ls978Hphy_build.yaml' -> '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:42:35.2804683Z [00:00:01.333]➜  '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.version' -> '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.version'
2025-08-20T21:42:35.2857435Z [00:00:01.338]➜  [+] Version: HEAD-0d2845e-250820T190419 ('.x_exec.pkgver') [/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.version]
2025-08-20T21:42:35.3052987Z [00:00:01.358]➜  [+] Progs: netbird netbird-mgmt netbird-relay netbird-signal
2025-08-20T21:42:35.9044906Z [00:00:01.957]➜  
2025-08-20T21:42:35.9045262Z [00:00:01.957]➜  [-] Missing packages. Found: 
2025-08-20T21:42:35.9045689Z [00:00:01.957]➜  [+] Expected: netbird netbird-mgmt netbird-relay netbird-signal
2025-08-20T21:42:35.9046069Z [00:00:01.957]➜  [+] Continuing with build...
2025-08-20T21:42:35.9046326Z [00:00:01.957]➜  
2025-08-20T21:42:36.2491729Z [00:00:02.302]➜  
2025-08-20T21:42:36.2492027Z [00:00:02.302]➜  
2025-08-20T21:42:36.2572857Z [00:00:02.310]➜  + mkdir -pv /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:42:36.2600152Z [00:00:02.313]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=netbird -e PKG_ID=github.com.netbirdio.netbird.source -e PKG_TYPE=static -e PKG_VER=HEAD-0d2845e-250820T190419 -e PKGVER=HEAD-0d2845e-250820T190419 -e SBUILD_PKG=netbird.static -e SBUILD_PKGVER=HEAD-0d2845e-250820T190419 --volume /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T21:42:36.2601825Z [00:00:02.313]➜    #Setup ENV
2025-08-20T21:42:36.2602188Z [00:00:02.313]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:42:36.2602545Z [00:00:02.313]➜     CGO_ENABLED="1" 
2025-08-20T21:42:36.2602902Z [00:00:02.313]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:42:36.2603426Z [00:00:02.313]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:42:36.2603814Z [00:00:02.313]➜     GOOS="linux"
2025-08-20T21:42:36.2604117Z [00:00:02.313]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:42:36.2604415Z [00:00:02.313]➜    #Build
2025-08-20T21:42:36.2604929Z [00:00:02.313]➜     git clone --filter "blob:none" --quiet "https://github.com/netbirdio/netbird" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:42:36.2605863Z [00:00:02.313]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:42:36.2606328Z [00:00:02.313]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:42:36.2606750Z [00:00:02.313]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:42:36.2607530Z [00:00:02.313]➜     go build -C "client" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird"
2025-08-20T21:42:36.2608917Z [00:00:02.313]➜     go build -C "management" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird-mgmt"
2025-08-20T21:42:36.2610084Z [00:00:02.313]➜     go build -C "relay" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird-relay"
2025-08-20T21:42:36.2611243Z [00:00:02.313]➜     go build -C "signal" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/netbird-signal"
2025-08-20T21:42:36.2611889Z [00:00:02.313]➜    #Copy
2025-08-20T21:42:36.2612511Z [00:00:02.313]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:42:36.2613062Z [00:00:02.313]➜    #Strip 
2025-08-20T21:42:36.2613547Z [00:00:02.313]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:42:36.2614224Z [00:00:02.313]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:42:36.2614907Z [00:00:02.313]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:42:36.2615506Z [00:00:02.313]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:42:36.2616050Z [00:00:02.313]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:42:36.2616458Z [00:00:02.313]➜     popd &>/dev/null
2025-08-20T21:42:36.2616702Z [00:00:02.313]➜    '
2025-08-20T21:42:36.5429515Z [00:00:02.596]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:42:36.6212257Z [00:00:02.674]➜  b2e6f696af52: Pulling fs layer
2025-08-20T21:42:36.6213057Z [00:00:02.674]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T21:42:36.6213442Z [00:00:02.674]➜  99fd740fb142: Pulling fs layer
2025-08-20T21:42:36.6213746Z [00:00:02.674]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T21:42:36.6214046Z [00:00:02.674]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T21:42:36.6214356Z [00:00:02.674]➜  323e89f8c367: Pulling fs layer
2025-08-20T21:42:36.6214635Z [00:00:02.674]➜  2b92eb3035e7: Waiting
2025-08-20T21:42:36.6214920Z [00:00:02.674]➜  4239b2f25ebc: Waiting
2025-08-20T21:42:36.6215178Z [00:00:02.674]➜  323e89f8c367: Waiting
2025-08-20T21:42:36.7298235Z [00:00:02.782]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T21:42:36.7298688Z [00:00:02.783]➜  996f2cb07f7c: Download complete
2025-08-20T21:42:36.7356354Z [00:00:02.788]➜  99fd740fb142: Verifying Checksum
2025-08-20T21:42:36.7356786Z [00:00:02.788]➜  99fd740fb142: Download complete
2025-08-20T21:42:36.7601343Z [00:00:02.813]➜  b2e6f696af52: Download complete
2025-08-20T21:42:36.8335568Z [00:00:02.886]➜  323e89f8c367: Verifying Checksum
2025-08-20T21:42:36.8710053Z [00:00:02.886]➜  323e89f8c367: Download complete
2025-08-20T21:42:36.8710842Z [00:00:02.924]➜  b2e6f696af52: Pull complete
2025-08-20T21:42:37.0889632Z [00:00:03.142]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T21:42:37.0890011Z [00:00:03.142]➜  4239b2f25ebc: Download complete
2025-08-20T21:42:41.9333106Z [00:00:07.986]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T21:42:41.9333514Z [00:00:07.986]➜  2b92eb3035e7: Download complete
2025-08-20T21:42:47.5000797Z [00:00:13.553]➜  996f2cb07f7c: Pull complete
2025-08-20T21:42:54.0303222Z [00:00:20.083]➜  99fd740fb142: Pull complete
2025-08-20T21:44:27.4403798Z [00:01:53.493]➜  2b92eb3035e7: Pull complete
2025-08-20T21:44:35.4246431Z [00:02:01.477]➜  4239b2f25ebc: Pull complete
2025-08-20T21:44:35.4968425Z [00:02:01.549]➜  323e89f8c367: Pull complete
2025-08-20T21:44:35.5261125Z [00:02:01.579]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T21:44:35.5360145Z [00:02:01.589]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T21:44:35.8248872Z [00:02:01.878]➜  + mkdir -p /build-bins
2025-08-20T21:44:35.8266266Z [00:02:01.879]➜  ++ mktemp -d
2025-08-20T21:44:35.8279681Z [00:02:01.881]➜  + pushd /tmp/tmp.7vRGrdtR1R
2025-08-20T21:44:35.8280521Z [00:02:01.881]➜  + CGO_ENABLED=1
2025-08-20T21:44:35.8280969Z [00:02:01.881]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:44:35.8285835Z [00:02:01.881]➜  ++ uname -m
2025-08-20T21:44:35.8286536Z [00:02:01.881]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:44:35.8300437Z [00:02:01.883]➜  + GOARCH=arm64
2025-08-20T21:44:35.8300775Z [00:02:01.883]➜  + GOOS=linux
2025-08-20T21:44:35.8301082Z [00:02:01.883]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:44:35.8301597Z [00:02:01.883]➜  + git clone --filter blob:none --quiet https://github.com/netbirdio/netbird ./TEMPREPO
2025-08-20T21:44:36.8692682Z [00:02:02.922]➜  
2025-08-20T21:44:36.8693134Z [00:02:02.922]➜  [+] Target: "arm64/linux"
2025-08-20T21:44:36.8693421Z [00:02:02.922]➜  + cd ./TEMPREPO
2025-08-20T21:44:36.8693722Z [00:02:02.922]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T21:44:36.8694232Z [00:02:02.922]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:44:36.8694652Z [00:02:02.922]➜  + go mod tidy -v
2025-08-20T21:44:36.8695062Z [00:02:02.922]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:44:36.8695456Z [00:02:02.922]➜  
2025-08-20T21:44:36.9158090Z [00:02:02.968]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:44:36.9158657Z [00:02:02.968]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:44:36.9275478Z [00:02:02.980]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T21:44:37.0229358Z [00:02:03.076]➜  go: downloading github.com/netbirdio/wireguard-go v0.0.0-20241230120307-6a676aebaaf6
2025-08-20T21:44:37.0366076Z [00:02:03.089]➜  go: downloading golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
2025-08-20T21:44:37.0370406Z [00:02:03.090]➜  go: downloading google.golang.org/grpc v1.64.1
2025-08-20T21:44:37.0699080Z [00:02:03.123]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T21:44:37.0895740Z [00:02:03.142]➜  go: downloading github.com/coreos/go-iptables v0.7.0
2025-08-20T21:44:37.1067192Z [00:02:03.159]➜  go: downloading github.com/google/nftables v0.3.0
2025-08-20T21:44:37.1332084Z [00:02:03.186]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:44:37.1407513Z [00:02:03.193]➜  go: downloading github.com/nadoo/ipset v0.5.0
2025-08-20T21:44:37.1530228Z [00:02:03.206]➜  go: downloading github.com/netbirdio/service v0.0.0-20240911161631-f62744f42502
2025-08-20T21:44:37.1571449Z [00:02:03.210]➜  go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2025-08-20T21:44:37.1731672Z [00:02:03.226]➜  go: downloading github.com/spf13/cobra v1.7.0
2025-08-20T21:44:37.1734786Z [00:02:03.226]➜  go: downloading github.com/spf13/pflag v1.0.5
2025-08-20T21:44:37.2030984Z [00:02:03.256]➜  go: downloading golang.org/x/sys v0.32.0
2025-08-20T21:44:37.2524010Z [00:02:03.305]➜  go: downloading google.golang.org/protobuf v1.36.6
2025-08-20T21:44:37.2677389Z [00:02:03.320]➜  go: downloading github.com/golang/mock v1.6.0
2025-08-20T21:44:37.3052777Z [00:02:03.358]➜  go: downloading github.com/netbirdio/management-integrations/integrations v0.0.0-20250820151658-9ee1b34f4190
2025-08-20T21:44:37.3259057Z [00:02:03.379]➜  go: downloading github.com/google/gopacket v1.1.19
2025-08-20T21:44:37.3521916Z [00:02:03.405]➜  go: downloading go.opentelemetry.io/otel v1.26.0
2025-08-20T21:44:37.4165665Z [00:02:03.469]➜  go: downloading gvisor.dev/gvisor v0.0.0-20231020174304-b8a429915ff1
2025-08-20T21:44:37.9795743Z [00:02:04.032]➜  go: downloading golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
2025-08-20T21:44:37.9796486Z [00:02:04.032]➜  go: downloading github.com/netbirdio/ice/v3 v3.0.0-20240315174635-e72a50fcb64e
2025-08-20T21:44:37.9796962Z [00:02:04.032]➜  go: downloading github.com/pion/logging v0.2.2
2025-08-20T21:44:37.9997207Z [00:02:04.052]➜  go: downloading github.com/pion/stun/v2 v2.0.0
2025-08-20T21:44:38.0049259Z [00:02:04.058]➜  go: downloading github.com/pion/transport/v3 v3.0.1
2025-08-20T21:44:38.0274559Z [00:02:04.080]➜  go: downloading golang.org/x/net v0.39.0
2025-08-20T21:44:38.0325468Z [00:02:04.085]➜  go: downloading github.com/things-go/go-socks5 v0.0.4
2025-08-20T21:44:38.0328648Z [00:02:04.086]➜  go: downloading github.com/vishvananda/netlink v1.3.0
2025-08-20T21:44:38.0602887Z [00:02:04.113]➜  go: downloading golang.zx2c4.com/wireguard/windows v0.5.3
2025-08-20T21:44:38.0774544Z [00:02:04.130]➜  go: downloading golang.org/x/oauth2 v0.27.0
2025-08-20T21:44:38.1118711Z [00:02:04.165]➜  go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
2025-08-20T21:44:38.1369537Z [00:02:04.190]➜  go: downloading github.com/miekg/dns v1.1.59
2025-08-20T21:44:38.1771700Z [00:02:04.230]➜  go: downloading golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
2025-08-20T21:44:38.1958438Z [00:02:04.248]➜  go: downloading github.com/cilium/ebpf v0.15.0
2025-08-20T21:44:38.2837349Z [00:02:04.336]➜  go: downloading github.com/hashicorp/go-version v1.6.0
2025-08-20T21:44:38.2838539Z [00:02:04.336]➜  go: downloading github.com/ti-mo/netfilter v0.5.2
2025-08-20T21:44:38.2838949Z [00:02:04.337]➜  go: downloading github.com/ti-mo/conntrack v0.5.1
2025-08-20T21:44:38.3071323Z [00:02:04.360]➜  go: downloading github.com/pion/randutil v0.1.0
2025-08-20T21:44:38.3086854Z [00:02:04.361]➜  go: downloading github.com/pion/turn/v3 v3.0.1
2025-08-20T21:44:38.3088415Z [00:02:04.362]➜  go: downloading cunicu.li/go-rosenpass v0.4.0
2025-08-20T21:44:38.3254072Z [00:02:04.378]➜  go: downloading github.com/fsnotify/fsnotify v1.7.0
2025-08-20T21:44:38.3368953Z [00:02:04.389]➜  go: downloading github.com/godbus/dbus/v5 v5.1.0
2025-08-20T21:44:38.3494003Z [00:02:04.402]➜  go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
2025-08-20T21:44:38.3495774Z [00:02:04.402]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:44:38.3523235Z [00:02:04.405]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T21:44:38.3614439Z [00:02:04.414]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T21:44:38.3647037Z [00:02:04.417]➜  go: downloading golang.org/x/crypto v0.37.0
2025-08-20T21:44:38.3733047Z [00:02:04.426]➜  go: downloading golang.org/x/term v0.31.0
2025-08-20T21:44:38.3821553Z [00:02:04.435]➜  go: downloading github.com/netbirdio/go-netroute v0.0.0-20240611143515-f59b0e1d3944
2025-08-20T21:44:38.3914064Z [00:02:04.444]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.4
2025-08-20T21:44:38.3999043Z [00:02:04.452]➜  go: downloading github.com/gopacket/gopacket v1.1.1
2025-08-20T21:44:38.4569884Z [00:02:04.510]➜  go: downloading fyne.io/fyne/v2 v2.5.3
2025-08-20T21:44:38.4986694Z [00:02:04.551]➜  go: downloading github.com/shirou/gopsutil/v3 v3.24.4
2025-08-20T21:44:38.4987265Z [00:02:04.551]➜  go: downloading github.com/zcalusic/sysinfo v1.1.3
2025-08-20T21:44:39.1277417Z [00:02:05.180]➜  go: downloading fyne.io/systray v1.11.0
2025-08-20T21:44:39.1278128Z [00:02:05.180]➜  go: downloading github.com/libdns/route53 v1.5.0
2025-08-20T21:44:39.1279659Z [00:02:05.181]➜  go: downloading github.com/caddyserver/certmagic v0.21.3
2025-08-20T21:44:39.1280146Z [00:02:05.181]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T21:44:39.1482629Z [00:02:05.201]➜  go: downloading go.uber.org/zap v1.27.0
2025-08-20T21:44:39.1553899Z [00:02:05.208]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T21:44:39.1579421Z [00:02:05.211]➜  go: downloading github.com/onsi/gomega v1.27.6
2025-08-20T21:44:39.1884711Z [00:02:05.241]➜  go: downloading github.com/petermattis/goid v0.0.0-20250303134427-723919f7f203
2025-08-20T21:44:39.2084020Z [00:02:05.261]➜  go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.2-0.20240212192251-757544f21357
2025-08-20T21:44:39.2199657Z [00:02:05.273]➜  go: downloading github.com/eko/gocache/lib/v4 v4.2.0
2025-08-20T21:44:39.2200399Z [00:02:05.273]➜  go: downloading github.com/eko/gocache/store/redis/v4 v4.2.2
2025-08-20T21:44:39.2355822Z [00:02:05.288]➜  go: downloading github.com/rs/xid v1.3.0
2025-08-20T21:44:39.2358142Z [00:02:05.289]➜  go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
2025-08-20T21:44:39.2439425Z [00:02:05.297]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:44:39.2699437Z [00:02:05.323]➜  go: downloading gorm.io/driver/postgres v1.5.7
2025-08-20T21:44:39.2700274Z [00:02:05.323]➜  go: downloading gorm.io/driver/sqlite v1.5.7
2025-08-20T21:44:39.2718199Z [00:02:05.325]➜  go: downloading gorm.io/gorm v1.25.12
2025-08-20T21:44:39.3465979Z [00:02:05.399]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T21:44:39.3467671Z [00:02:05.400]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T21:44:39.3473726Z [00:02:05.400]➜  go: downloading github.com/eko/gocache/store/go_cache/v4 v4.2.2
2025-08-20T21:44:39.3606360Z [00:02:05.413]➜  go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
2025-08-20T21:44:39.3633884Z [00:02:05.416]➜  go: downloading github.com/redis/go-redis/v9 v9.7.3
2025-08-20T21:44:39.3635439Z [00:02:05.416]➜  go: downloading github.com/testcontainers/testcontainers-go v0.31.0
2025-08-20T21:44:39.3662405Z [00:02:05.419]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/redis v0.31.0
2025-08-20T21:44:39.4037986Z [00:02:05.456]➜  go: downloading github.com/oschwald/maxminddb-golang v1.12.0
2025-08-20T21:44:39.4157574Z [00:02:05.468]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T21:44:39.4217594Z [00:02:05.475]➜  go: downloading github.com/gorilla/mux v1.8.0
2025-08-20T21:44:39.4306871Z [00:02:05.483]➜  go: downloading github.com/rs/cors v1.8.0
2025-08-20T21:44:39.4453275Z [00:02:05.498]➜  go: downloading github.com/prometheus/client_golang v1.22.0
2025-08-20T21:44:39.4885250Z [00:02:05.541]➜  go: downloading github.com/TheJumpCloud/jcapi-go v3.0.0+incompatible
2025-08-20T21:44:39.4885864Z [00:02:05.541]➜  go: downloading github.com/okta/okta-sdk-golang/v2 v2.18.0
2025-08-20T21:44:39.5136476Z [00:02:05.566]➜  go: downloading goauthentik.io/api/v3 v3.2023051.3
2025-08-20T21:44:39.5833733Z [00:02:05.636]➜  go: downloading google.golang.org/api v0.177.0
2025-08-20T21:44:39.6401311Z [00:02:05.693]➜  go: downloading gorm.io/driver/mysql v1.5.7
2025-08-20T21:44:39.6624130Z [00:02:05.715]➜  go: downloading github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42
2025-08-20T21:44:39.6846911Z [00:02:05.737]➜  go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
2025-08-20T21:44:39.6856724Z [00:02:05.738]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T21:44:39.7011970Z [00:02:05.754]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
2025-08-20T21:44:39.7200057Z [00:02:05.773]➜  go: downloading go.opentelemetry.io/otel/metric v1.26.0
2025-08-20T21:44:39.7216216Z [00:02:05.774]➜  go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.48.0
2025-08-20T21:44:39.7435001Z [00:02:05.796]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.26.0
2025-08-20T21:44:39.7435664Z [00:02:05.796]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/mysql v0.31.0
2025-08-20T21:44:39.7597138Z [00:02:05.812]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/postgres v0.31.0
2025-08-20T21:44:39.7629052Z [00:02:05.816]➜  go: downloading go.opentelemetry.io/otel/sdk v1.26.0
2025-08-20T21:44:39.7760391Z [00:02:05.829]➜  go: downloading github.com/c-robinson/iplib v1.0.3
2025-08-20T21:44:39.7911070Z [00:02:05.844]➜  go: downloading github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
2025-08-20T21:44:39.7945766Z [00:02:05.847]➜  go: downloading github.com/coder/websocket v1.8.12
2025-08-20T21:44:39.8066637Z [00:02:05.859]➜  go: downloading github.com/quic-go/quic-go v0.48.2
2025-08-20T21:44:39.8158983Z [00:02:05.869]➜  go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
2025-08-20T21:44:39.8344293Z [00:02:05.887]➜  go: downloading github.com/mdlayher/socket v0.5.1
2025-08-20T21:44:39.8514558Z [00:02:05.904]➜  go: downloading golang.org/x/sync v0.13.0
2025-08-20T21:44:39.8696943Z [00:02:05.922]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
2025-08-20T21:44:39.8891169Z [00:02:05.942]➜  go: downloading github.com/netbirdio/signal-dispatcher/dispatcher v0.0.0-20250805121659-6b4ac470ca45
2025-08-20T21:44:39.9051406Z [00:02:05.957]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.3
2025-08-20T21:44:39.9541458Z [00:02:06.006]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.14
2025-08-20T21:44:39.9604829Z [00:02:06.013]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.79.2
2025-08-20T21:44:39.9774560Z [00:02:06.030]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T21:44:40.0050815Z [00:02:06.058]➜  go: downloading go.opentelemetry.io/otel/trace v1.26.0
2025-08-20T21:44:40.0241564Z [00:02:06.077]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T21:44:40.0293228Z [00:02:06.082]➜  go: downloading golang.org/x/time v0.5.0
2025-08-20T21:44:40.0409761Z [00:02:06.094]➜  go: downloading github.com/google/btree v1.1.2
2025-08-20T21:44:40.0575370Z [00:02:06.110]➜  go: downloading github.com/pion/dtls/v2 v2.2.10
2025-08-20T21:44:40.1052198Z [00:02:06.158]➜  go: downloading github.com/pion/mdns v0.0.12
2025-08-20T21:44:40.1255240Z [00:02:06.178]➜  go: downloading golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
2025-08-20T21:44:40.1399339Z [00:02:06.193]➜  go: downloading github.com/vishvananda/netns v0.0.4
2025-08-20T21:44:40.1685005Z [00:02:06.221]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T21:44:41.5563685Z [00:02:07.609]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:44:41.5571416Z [00:02:07.610]➜  go: downloading github.com/cunicu/circl v0.0.0-20230801113412-fec58fc7b5f6
2025-08-20T21:44:41.6940507Z [00:02:07.747]➜  go: downloading github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721
2025-08-20T21:44:41.6941099Z [00:02:07.747]➜  go: downloading github.com/go-quicktest/qt v1.101.0
2025-08-20T21:44:41.7174187Z [00:02:07.770]➜  go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
2025-08-20T21:44:41.7291524Z [00:02:07.782]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:44:41.7292618Z [00:02:07.782]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T21:44:41.7294948Z [00:02:07.782]➜  go: downloading github.com/go-ole/go-ole v1.3.0
2025-08-20T21:44:41.7498576Z [00:02:07.803]➜  go: downloading golang.org/x/text v0.24.0
2025-08-20T21:44:41.9419129Z [00:02:07.995]➜  go: downloading github.com/tklauser/go-sysconf v0.3.14
2025-08-20T21:44:41.9574553Z [00:02:08.010]➜  go: downloading github.com/rymdport/portal v0.3.0
2025-08-20T21:44:41.9714410Z [00:02:08.024]➜  go: downloading github.com/go-text/typesetting v0.2.0
2025-08-20T21:44:42.0530453Z [00:02:08.106]➜  go: downloading github.com/yuin/goldmark v1.7.1
2025-08-20T21:44:42.0782211Z [00:02:08.131]➜  go: downloading golang.org/x/image v0.18.0
2025-08-20T21:44:42.1573125Z [00:02:08.210]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.67
2025-08-20T21:44:42.1573749Z [00:02:08.210]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/route53 v1.42.3
2025-08-20T21:44:42.1722824Z [00:02:08.225]➜  go: downloading github.com/libdns/libdns v0.2.2
2025-08-20T21:44:42.1806500Z [00:02:08.233]➜  go: downloading github.com/caddyserver/zerossl v0.1.3
2025-08-20T21:44:42.1887294Z [00:02:08.241]➜  go: downloading github.com/klauspost/cpuid/v2 v2.2.7
2025-08-20T21:44:42.1887939Z [00:02:08.241]➜  go: downloading github.com/mholt/acmez/v2 v2.0.1
2025-08-20T21:44:42.2017622Z [00:02:08.254]➜  go: downloading github.com/zeebo/blake3 v0.2.3
2025-08-20T21:44:42.2035948Z [00:02:08.256]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T21:44:42.2037543Z [00:02:08.257]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:44:42.2195614Z [00:02:08.272]➜  go: downloading go.uber.org/mock v0.4.0
2025-08-20T21:44:42.2202785Z [00:02:08.273]➜  go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
2025-08-20T21:44:42.2280535Z [00:02:08.281]➜  go: downloading github.com/jackc/pgx/v5 v5.5.5
2025-08-20T21:44:42.2569757Z [00:02:08.310]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.22
2025-08-20T21:44:42.2781096Z [00:02:08.331]➜  go: downloading github.com/jinzhu/now v1.1.5
2025-08-20T21:44:42.2788999Z [00:02:08.332]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:44:42.2816988Z [00:02:08.333]➜  go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-20T21:44:42.2865367Z [00:02:08.339]➜  go: downloading github.com/bsm/ginkgo/v2 v2.12.0
2025-08-20T21:44:42.2891891Z [00:02:08.342]➜  go: downloading github.com/bsm/gomega v1.27.10
2025-08-20T21:44:42.2911900Z [00:02:08.344]➜  go: downloading github.com/prometheus/common v0.62.0
2025-08-20T21:44:42.3382275Z [00:02:08.391]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T21:44:42.3383442Z [00:02:08.391]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T21:44:42.3519032Z [00:02:08.405]➜  go: downloading github.com/prometheus/procfs v0.15.1
2025-08-20T21:44:42.3519553Z [00:02:08.405]➜  go: downloading github.com/go-redis/redis/v8 v8.11.5
2025-08-20T21:44:42.3519986Z [00:02:08.405]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T21:44:42.3688632Z [00:02:08.422]➜  go: downloading github.com/containerd/containerd v1.7.27
2025-08-20T21:44:42.3831269Z [00:02:08.436]➜  go: downloading github.com/cpuguy83/dockercfg v0.3.2
2025-08-20T21:44:42.3936012Z [00:02:08.446]➜  go: downloading github.com/docker/docker v26.1.5+incompatible
2025-08-20T21:44:42.7737041Z [00:02:08.826]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T21:44:42.7737555Z [00:02:08.826]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T21:44:42.7739275Z [00:02:08.827]➜  go: downloading github.com/opencontainers/image-spec v1.1.0
2025-08-20T21:44:42.7739813Z [00:02:08.827]➜  go: downloading github.com/moby/patternmatcher v0.6.0
2025-08-20T21:44:42.7863503Z [00:02:08.839]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T21:44:42.7874110Z [00:02:08.840]➜  go: downloading github.com/BurntSushi/toml v1.4.0
2025-08-20T21:44:42.7902742Z [00:02:08.843]➜  go: downloading github.com/kelseyhightower/envconfig v1.4.0
2025-08-20T21:44:42.7938015Z [00:02:08.847]➜  go: downloading gopkg.in/square/go-jose.v2 v2.6.0
2025-08-20T21:44:42.8019620Z [00:02:08.854]➜  go: downloading cloud.google.com/go/compute/metadata v0.3.0
2025-08-20T21:44:42.8111404Z [00:02:08.864]➜  go: downloading github.com/go-sql-driver/mysql v1.8.1
2025-08-20T21:44:42.8185626Z [00:02:08.871]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T21:44:42.8190581Z [00:02:08.872]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:44:42.8373551Z [00:02:08.890]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T21:44:42.8439817Z [00:02:08.897]➜  go: downloading github.com/hashicorp/go-uuid v1.0.3
2025-08-20T21:44:42.8496185Z [00:02:08.902]➜  go: downloading github.com/onsi/ginkgo/v2 v2.9.5
2025-08-20T21:44:42.8609597Z [00:02:08.914]➜  go: downloading github.com/aws/smithy-go v1.22.2
2025-08-20T21:44:42.8959965Z [00:02:08.949]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
2025-08-20T21:44:42.9074990Z [00:02:08.960]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T21:44:42.9159282Z [00:02:08.969]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.3
2025-08-20T21:44:42.9159914Z [00:02:08.969]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1
2025-08-20T21:44:42.9197496Z [00:02:08.972]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
2025-08-20T21:44:42.9278284Z [00:02:08.980]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10
2025-08-20T21:44:42.9353668Z [00:02:08.988]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34
2025-08-20T21:44:42.9397344Z [00:02:08.992]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34
2025-08-20T21:44:42.9398195Z [00:02:08.992]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3
2025-08-20T21:44:42.9446731Z [00:02:08.997]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.0
2025-08-20T21:44:42.9486195Z [00:02:09.001]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15
2025-08-20T21:44:42.9505737Z [00:02:09.003]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15
2025-08-20T21:44:42.9578344Z [00:02:09.010]➜  go: downloading github.com/mdlayher/genetlink v1.3.2
2025-08-20T21:44:42.9606788Z [00:02:09.013]➜  go: downloading github.com/pion/transport/v2 v2.2.4
2025-08-20T21:44:43.0415972Z [00:02:09.034]➜  go: downloading cloud.google.com/go/auth v0.3.0
2025-08-20T21:44:43.0418175Z [00:02:09.094]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:44:43.0435948Z [00:02:09.096]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae
2025-08-20T21:44:43.0561551Z [00:02:09.109]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
2025-08-20T21:44:43.0582145Z [00:02:09.111]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T21:44:43.0673552Z [00:02:09.120]➜  go: downloading github.com/tklauser/numcpus v0.8.0
2025-08-20T21:44:43.0678802Z [00:02:09.121]➜  go: downloading github.com/jeandeaual/go-locale v0.0.0-20240223122105-ce5225dcaa49
2025-08-20T21:44:43.0737201Z [00:02:09.126]➜  go: downloading github.com/nicksnyder/go-i18n/v2 v2.4.0
2025-08-20T21:44:43.0764496Z [00:02:09.129]➜  go: downloading github.com/fredbi/uri v1.1.0
2025-08-20T21:44:43.0794132Z [00:02:09.132]➜  go: downloading github.com/fyne-io/gl-js v0.0.0-20220119005834-d2da28d9ccfe
2025-08-20T21:44:43.0912672Z [00:02:09.142]➜  go: downloading github.com/fyne-io/glfw-js v0.0.0-20241126112943-313d8a0fe1d0
2025-08-20T21:44:43.0914175Z [00:02:09.144]➜  go: downloading github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2
2025-08-20T21:44:43.0930654Z [00:02:09.146]➜  go: downloading github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
2025-08-20T21:44:43.0979048Z [00:02:09.151]➜  go: downloading github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
2025-08-20T21:44:43.0994946Z [00:02:09.152]➜  go: downloading github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
2025-08-20T21:44:43.1121190Z [00:02:09.165]➜  go: downloading github.com/go-text/render v0.2.0
2025-08-20T21:44:43.1368233Z [00:02:09.189]➜  go: downloading github.com/go-text/typesetting-utils v0.0.0-20240317173224-1986cbe96c66
2025-08-20T21:44:43.2275408Z [00:02:09.280]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T21:44:43.2699034Z [00:02:09.323]➜  go: downloading github.com/nxadm/tail v1.4.8
2025-08-20T21:44:43.2837199Z [00:02:09.336]➜  go: downloading github.com/zeebo/assert v1.1.0
2025-08-20T21:44:43.2933600Z [00:02:09.346]➜  go: downloading github.com/jinzhu/inflection v1.0.0
2025-08-20T21:44:43.3014085Z [00:02:09.354]➜  go: downloading github.com/jackc/pgpassfile v1.0.0
2025-08-20T21:44:43.3098255Z [00:02:09.363]➜  go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
2025-08-20T21:44:43.3189767Z [00:02:09.372]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T21:44:43.3278779Z [00:02:09.381]➜  go: downloading github.com/Microsoft/hcsshim v0.12.3
2025-08-20T21:44:43.4547377Z [00:02:09.507]➜  go: downloading github.com/containerd/platforms v0.2.1
2025-08-20T21:44:43.4670437Z [00:02:09.520]➜  go: downloading gotest.tools/v3 v3.5.0
2025-08-20T21:44:43.4933734Z [00:02:09.546]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T21:44:43.5008592Z [00:02:09.553]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T21:44:43.5105038Z [00:02:09.563]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T21:44:43.5210158Z [00:02:09.574]➜  go: downloading github.com/moby/sys/sequential v0.5.0
2025-08-20T21:44:43.5283712Z [00:02:09.581]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
2025-08-20T21:44:43.5437662Z [00:02:09.596]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T21:44:43.5454038Z [00:02:09.598]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T21:44:43.5541152Z [00:02:09.607]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0
2025-08-20T21:44:43.5566311Z [00:02:09.609]➜  go: downloading github.com/magiconair/properties v1.8.7
2025-08-20T21:44:43.5692884Z [00:02:09.622]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T21:44:43.5694756Z [00:02:09.622]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:44:43.5796577Z [00:02:09.632]➜  go: downloading golang.org/x/mod v0.17.0
2025-08-20T21:44:43.5880931Z [00:02:09.641]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34
2025-08-20T21:44:43.5973179Z [00:02:09.650]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.2
2025-08-20T21:44:43.5994553Z [00:02:09.652]➜  go: downloading github.com/google/s2a-go v0.1.7
2025-08-20T21:44:43.6903976Z [00:02:09.743]➜  go: downloading github.com/googleapis/gax-go/v2 v2.12.3
2025-08-20T21:44:43.7023585Z [00:02:09.755]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T21:44:43.7024057Z [00:02:09.755]➜  go: downloading github.com/pelletier/go-toml/v2 v2.0.9
2025-08-20T21:44:43.7289437Z [00:02:09.782]➜  go: downloading github.com/pelletier/go-toml v1.9.5
2025-08-20T21:44:43.7383723Z [00:02:09.791]➜  go: downloading gopkg.in/ini.v1 v1.67.0
2025-08-20T21:44:43.7524999Z [00:02:09.805]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:44:43.7575814Z [00:02:09.810]➜  go: downloading github.com/rogpeppe/go-internal v1.11.0
2025-08-20T21:44:43.7684137Z [00:02:09.821]➜  go: downloading github.com/shoenig/test v0.6.4
2025-08-20T21:44:43.7841653Z [00:02:09.837]➜  go: downloading github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
2025-08-20T21:44:44.1226939Z [00:02:10.175]➜  go: downloading github.com/pkg/profile v1.7.0
2025-08-20T21:44:44.1227470Z [00:02:10.175]➜  go: downloading github.com/gopherjs/gopherjs v1.17.2
2025-08-20T21:44:44.1408344Z [00:02:10.193]➜  go: downloading github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e
2025-08-20T21:44:44.1528021Z [00:02:10.205]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T21:44:44.1621834Z [00:02:10.215]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T21:44:44.1669097Z [00:02:10.220]➜  go: downloading github.com/jackc/puddle/v2 v2.2.1
2025-08-20T21:44:44.1709261Z [00:02:10.224]➜  go: downloading github.com/moby/sys/userns v0.1.0
2025-08-20T21:44:44.1765252Z [00:02:10.229]➜  go: downloading github.com/moby/sys/user v0.3.0
2025-08-20T21:44:44.1791720Z [00:02:10.232]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:44:44.1849644Z [00:02:10.238]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
2025-08-20T21:44:44.1968743Z [00:02:10.250]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
2025-08-20T21:44:44.2012569Z [00:02:10.254]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
2025-08-20T21:44:44.2117136Z [00:02:10.264]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T21:44:44.2142439Z [00:02:10.267]➜  go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
2025-08-20T21:44:44.2216261Z [00:02:10.274]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
2025-08-20T21:44:44.2267998Z [00:02:10.279]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240509183442-62759503f434
2025-08-20T21:44:44.2475381Z [00:02:10.300]➜  go: downloading github.com/felixge/fgprof v0.9.3
2025-08-20T21:44:44.2478517Z [00:02:10.301]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:44:44.2815322Z [00:02:10.334]➜  go: downloading go.opentelemetry.io/proto/otlp v1.0.0
2025-08-20T21:44:44.3029811Z [00:02:10.356]➜  go: downloading github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
2025-08-20T21:44:44.3832379Z [00:02:10.436]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T21:44:44.3960459Z [00:02:10.449]➜  go: downloading github.com/zeebo/pcg v1.0.1
2025-08-20T21:44:44.4039432Z [00:02:10.457]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
2025-08-20T21:44:44.4801452Z [00:02:10.533]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
2025-08-20T21:44:45.4789583Z [00:02:11.532]➜  + go generate ./...
2025-08-20T21:44:51.5944862Z [00:02:17.647]➜  Error: exec: "llvm-strip-14": executable file not found in $PATH
2025-08-20T21:44:51.5946416Z [00:02:17.647]➜  exit status 1
2025-08-20T21:44:52.0371299Z [00:02:17.715]➜  client/internal/ebpf/ebpf/manager_linux.go:33: running "go": exit status 1
2025-08-20T21:44:55.3987270Z [00:02:21.451]➜  + go build -C client -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/netbird
2025-08-20T21:44:55.4011406Z [00:02:21.454]➜  WORK=/tmp/go-build3243449595
2025-08-20T21:44:55.4332061Z [00:02:21.486]➜  # get https://proxy.golang.org/github.com/netbirdio/service/@v/v0.0.0-20240911161631-f62744f42502.info
2025-08-20T21:44:55.4372623Z [00:02:21.490]➜  # get https://proxy.golang.org/github.com/pion/transport/v3/@v/v3.0.1.info
2025-08-20T21:44:55.4373831Z [00:02:21.490]➜  # get https://proxy.golang.org/github.com/things-go/go-socks5/@v/v0.0.4.info
2025-08-20T21:44:55.4374576Z [00:02:21.490]➜  # get https://proxy.golang.org/github.com/netbirdio/ice/v3/@v/v3.0.0-20240315174635-e72a50fcb64e.info
2025-08-20T21:44:55.4670153Z [00:02:21.520]➜  # get https://proxy.golang.org/github.com/netbirdio/service/@v/v0.0.0-20240911161631-f62744f42502.info: 200 OK (0.034s)
2025-08-20T21:44:55.4677428Z [00:02:21.520]➜  # get https://proxy.golang.org/github.com/netbirdio/wireguard-go/@v/v0.0.0-20241230120307-6a676aebaaf6.info
2025-08-20T21:44:55.4680797Z [00:02:21.521]➜  # get https://proxy.golang.org/github.com/netbirdio/ice/v3/@v/v3.0.0-20240315174635-e72a50fcb64e.info: 200 OK (0.031s)
2025-08-20T21:44:55.4682034Z [00:02:21.521]➜  # get https://proxy.golang.org/github.com/pion/transport/v3/@v/v3.0.1.info: 200 OK (0.031s)
2025-08-20T21:44:55.4684262Z [00:02:21.521]➜  # get https://proxy.golang.org/github.com/pion/logging/@v/v0.2.2.info
2025-08-20T21:44:55.4696639Z [00:02:21.522]➜  # get https://proxy.golang.org/github.com/things-go/go-socks5/@v/v0.0.4.info: 200 OK (0.032s)
2025-08-20T21:44:55.4697267Z [00:02:21.522]➜  # get https://proxy.golang.org/github.com/google/nftables/@v/v0.3.0.info
2025-08-20T21:44:55.4697985Z [00:02:21.522]➜  # get https://proxy.golang.org/github.com/vishvananda/netlink/@v/v1.3.0.info
2025-08-20T21:44:55.4742081Z [00:02:21.527]➜  # get https://proxy.golang.org/github.com/netbirdio/wireguard-go/@v/v0.0.0-20241230120307-6a676aebaaf6.info: 200 OK (0.006s)
2025-08-20T21:44:55.4746253Z [00:02:21.527]➜  # get https://proxy.golang.org/github.com/pion/stun/v2/@v/v2.0.0.info
2025-08-20T21:44:55.4747359Z [00:02:21.528]➜  # get https://proxy.golang.org/github.com/pion/logging/@v/v0.2.2.info: 200 OK (0.007s)
2025-08-20T21:44:55.4773809Z [00:02:21.530]➜  # get https://proxy.golang.org/gvisor.dev/gvisor/@v/v0.0.0-20231020174304-b8a429915ff1.info
2025-08-20T21:44:55.4774540Z [00:02:21.530]➜  # get https://proxy.golang.org/github.com/google/nftables/@v/v0.3.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.4775197Z [00:02:21.530]➜  # get https://proxy.golang.org/github.com/vishvananda/netlink/@v/v1.3.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.4775798Z [00:02:21.530]➜  # get https://proxy.golang.org/github.com/coreos/go-iptables/@v/v0.7.0.info
2025-08-20T21:44:55.4784891Z [00:02:21.531]➜  # get https://proxy.golang.org/golang.zx2c4.com/wireguard/wgctrl/@v/v0.0.0-20230429144221-925a1e7659e6.info
2025-08-20T21:44:55.4810761Z [00:02:21.534]➜  # get https://proxy.golang.org/github.com/pion/stun/v2/@v/v2.0.0.info: 200 OK (0.006s)
2025-08-20T21:44:55.4819019Z [00:02:21.535]➜  # get https://proxy.golang.org/github.com/skratchdot/open-golang/@v/v0.0.0-20200116055534-eef842397966.info
2025-08-20T21:44:55.4828525Z [00:02:21.536]➜  # get https://proxy.golang.org/gvisor.dev/gvisor/@v/v0.0.0-20231020174304-b8a429915ff1.info: 200 OK (0.007s)
2025-08-20T21:44:55.4834960Z [00:02:21.536]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.5.0.info
2025-08-20T21:44:55.4836928Z [00:02:21.537]➜  # get https://proxy.golang.org/github.com/coreos/go-iptables/@v/v0.7.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.4850461Z [00:02:21.538]➜  # get https://proxy.golang.org/golang.zx2c4.com/wireguard/wgctrl/@v/v0.0.0-20230429144221-925a1e7659e6.info: 200 OK (0.007s)
2025-08-20T21:44:55.4858582Z [00:02:21.539]➜  # get https://proxy.golang.org/github.com/google/gopacket/@v/v1.1.19.info
2025-08-20T21:44:55.4862363Z [00:02:21.539]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.7.0.info
2025-08-20T21:44:55.4863812Z [00:02:21.539]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.18.info
2025-08-20T21:44:55.4884216Z [00:02:21.541]➜  # get https://proxy.golang.org/github.com/skratchdot/open-golang/@v/v0.0.0-20200116055534-eef842397966.info: 200 OK (0.006s)
2025-08-20T21:44:55.4898639Z [00:02:21.543]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.5.0.info: 200 OK (0.006s)
2025-08-20T21:44:55.4910156Z [00:02:21.544]➜  # get https://proxy.golang.org/github.com/google/btree/@v/v1.1.2.info
2025-08-20T21:44:55.4925415Z [00:02:21.545]➜  # get https://proxy.golang.org/github.com/google/gopacket/@v/v1.1.19.info: 200 OK (0.007s)
2025-08-20T21:44:55.4931155Z [00:02:21.546]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.7.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.4936243Z [00:02:21.546]➜  # get https://proxy.golang.org/github.com/creack/pty/@v/v1.1.18.info: 200 OK (0.007s)
2025-08-20T21:44:55.4939941Z [00:02:21.547]➜  # get https://proxy.golang.org/github.com/gliderlabs/ssh/@v/v0.3.8.info
2025-08-20T21:44:55.4940542Z [00:02:21.547]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.5.info
2025-08-20T21:44:55.4943090Z [00:02:21.547]➜  # get https://proxy.golang.org/github.com/pion/dtls/v2/@v/v2.2.10.info
2025-08-20T21:44:55.4944161Z [00:02:21.547]➜  # get https://proxy.golang.org/github.com/zcalusic/sysinfo/@v/v1.1.3.info
2025-08-20T21:44:55.4974528Z [00:02:21.550]➜  # get https://proxy.golang.org/github.com/google/btree/@v/v1.1.2.info: 200 OK (0.006s)
2025-08-20T21:44:55.4990432Z [00:02:21.552]➜  # get https://proxy.golang.org/github.com/vishvananda/netns/@v/v0.0.4.info
2025-08-20T21:44:55.5011856Z [00:02:21.554]➜  # get https://proxy.golang.org/github.com/gliderlabs/ssh/@v/v0.3.8.info: 200 OK (0.008s)
2025-08-20T21:44:55.5021363Z [00:02:21.555]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.5.info: 200 OK (0.009s)
2025-08-20T21:44:55.5026264Z [00:02:21.555]➜  # get https://proxy.golang.org/github.com/mdlayher/netlink/@v/v1.7.3-0.20250113171957-fbb4dce95f42.info
2025-08-20T21:44:55.5036282Z [00:02:21.556]➜  # get https://proxy.golang.org/github.com/pion/dtls/v2/@v/v2.2.10.info: 200 OK (0.009s)
2025-08-20T21:44:55.5037035Z [00:02:21.556]➜  # get https://proxy.golang.org/github.com/zcalusic/sysinfo/@v/v1.1.3.info: 200 OK (0.009s)
2025-08-20T21:44:55.5055831Z [00:02:21.558]➜  # get https://proxy.golang.org/github.com/vishvananda/netns/@v/v0.0.4.info: 200 OK (0.007s)
2025-08-20T21:44:55.5059355Z [00:02:21.559]➜  # get https://proxy.golang.org/github.com/netbirdio/go-netroute/@v/v0.0.0-20240611143515-f59b0e1d3944.info
2025-08-20T21:44:55.5090359Z [00:02:21.562]➜  # get https://proxy.golang.org/github.com/pion/transport/v2/@v/v2.2.4.info
2025-08-20T21:44:55.5102261Z [00:02:21.563]➜  # get https://proxy.golang.org/github.com/mdlayher/netlink/@v/v1.7.3-0.20250113171957-fbb4dce95f42.info: 200 OK (0.008s)
2025-08-20T21:44:55.5109926Z [00:02:21.564]➜  # get https://proxy.golang.org/github.com/nadoo/ipset/@v/v0.5.0.info
2025-08-20T21:44:55.5110498Z [00:02:21.564]➜  # get https://proxy.golang.org/github.com/mdlayher/socket/@v/v0.5.1.info
2025-08-20T21:44:55.5116226Z [00:02:21.564]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.31.0.info
2025-08-20T21:44:55.5128944Z [00:02:21.566]➜  # get https://proxy.golang.org/github.com/netbirdio/go-netroute/@v/v0.0.0-20240611143515-f59b0e1d3944.info: 200 OK (0.007s)
2025-08-20T21:44:55.5133435Z [00:02:21.566]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.21.3.info
2025-08-20T21:44:55.5154766Z [00:02:21.568]➜  # get https://proxy.golang.org/github.com/pion/transport/v2/@v/v2.2.4.info: 200 OK (0.007s)
2025-08-20T21:44:55.5163844Z [00:02:21.569]➜  # get https://proxy.golang.org/github.com/pion/mdns/@v/v0.0.12.info
2025-08-20T21:44:55.5180508Z [00:02:21.571]➜  # get https://proxy.golang.org/github.com/nadoo/ipset/@v/v0.5.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.5186428Z [00:02:21.571]➜  # get https://proxy.golang.org/github.com/mdlayher/genetlink/@v/v1.3.2.info
2025-08-20T21:44:55.5187074Z [00:02:21.571]➜  # get https://proxy.golang.org/github.com/mdlayher/socket/@v/v0.5.1.info: 200 OK (0.008s)
2025-08-20T21:44:55.5193450Z [00:02:21.572]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.31.0.info: 200 OK (0.008s)
2025-08-20T21:44:55.5206677Z [00:02:21.573]➜  # get https://proxy.golang.org/github.com/pion/randutil/@v/v0.1.0.info
2025-08-20T21:44:55.5232798Z [00:02:21.576]➜  # get https://proxy.golang.org/github.com/pion/mdns/@v/v0.0.12.info: 200 OK (0.007s)
2025-08-20T21:44:55.5261383Z [00:02:21.579]➜  # get https://proxy.golang.org/github.com/mdlayher/genetlink/@v/v1.3.2.info: 200 OK (0.008s)
2025-08-20T21:44:55.5268455Z [00:02:21.580]➜  # get https://proxy.golang.org/github.com/libdns/route53/@v/v1.5.0.info
2025-08-20T21:44:55.5274561Z [00:02:21.580]➜  # get https://proxy.golang.org/github.com/pion/randutil/@v/v0.1.0.info: 200 OK (0.006s)
2025-08-20T21:44:55.5276481Z [00:02:21.580]➜  # get https://proxy.golang.org/github.com/pion/turn/v3/@v/v3.0.1.info
2025-08-20T21:44:55.5284132Z [00:02:21.581]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info
2025-08-20T21:44:55.5340852Z [00:02:21.587]➜  # get https://proxy.golang.org/github.com/libdns/route53/@v/v1.5.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.5353705Z [00:02:21.588]➜  # get https://proxy.golang.org/github.com/pion/turn/v3/@v/v3.0.1.info: 200 OK (0.008s)
2025-08-20T21:44:55.5354363Z [00:02:21.588]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.5355006Z [00:02:21.588]➜  # get https://proxy.golang.org/github.com/anmitsu/go-shlex/@v/v0.0.0-20200514113438-38f4b401e2be.info
2025-08-20T21:44:55.5362356Z [00:02:21.589]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.info
2025-08-20T21:44:55.5362976Z [00:02:21.589]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.10.0.info
2025-08-20T21:44:55.5368535Z [00:02:21.590]➜  # get https://proxy.golang.org/github.com/godbus/dbus/v5/@v/v5.1.0.info
2025-08-20T21:44:55.5418631Z [00:02:21.595]➜  # get https://proxy.golang.org/github.com/anmitsu/go-shlex/@v/v0.0.0-20200514113438-38f4b401e2be.info: 200 OK (0.006s)
2025-08-20T21:44:55.5430284Z [00:02:21.596]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.5434973Z [00:02:21.596]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.10.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.5436571Z [00:02:21.596]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.3.info
2025-08-20T21:44:55.5441702Z [00:02:21.597]➜  # get https://proxy.golang.org/github.com/godbus/dbus/v5/@v/v5.1.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.5443058Z [00:02:21.597]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info
2025-08-20T21:44:55.5454666Z [00:02:21.598]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.14.info
2025-08-20T21:44:55.5503068Z [00:02:21.603]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.3.info: 200 OK (0.007s)
2025-08-20T21:44:55.5508643Z [00:02:21.604]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info: 200 OK (0.007s)
2025-08-20T21:44:55.5511084Z [00:02:21.604]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T21:44:55.5511759Z [00:02:21.604]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.67.info
2025-08-20T21:44:55.5515631Z [00:02:21.604]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info
2025-08-20T21:44:55.5524345Z [00:02:21.605]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.14.info: 200 OK (0.006s)
2025-08-20T21:44:55.5581519Z [00:02:21.611]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.007s)
2025-08-20T21:44:55.5586575Z [00:02:21.611]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/route53/@v/v1.42.3.info
2025-08-20T21:44:55.5595978Z [00:02:21.612]➜  # get https://proxy.golang.org/github.com/mitchellh/hashstructure/v2/@v/v2.0.2.info
2025-08-20T21:44:55.5596739Z [00:02:21.612]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.67.info: 200 OK (0.008s)
2025-08-20T21:44:55.5603251Z [00:02:21.612]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info: 200 OK (0.008s)
2025-08-20T21:44:55.5660667Z [00:02:21.619]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/route53/@v/v1.42.3.info: 200 OK (0.007s)
2025-08-20T21:44:55.5662655Z [00:02:21.619]➜  # get https://proxy.golang.org/github.com/mitchellh/hashstructure/v2/@v/v2.0.2.info: 200 OK (0.007s)
2025-08-20T21:44:55.5672196Z [00:02:21.620]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v0.2.2.info
2025-08-20T21:44:55.5694901Z [00:02:21.620]➜  # get https://proxy.golang.org/cunicu.li/go-rosenpass/@v/v0.4.0.info
2025-08-20T21:44:55.5695537Z [00:02:21.620]➜  # get https://proxy.golang.org/github.com/ti-mo/conntrack/@v/v0.5.1.info
2025-08-20T21:44:55.5705643Z [00:02:21.623]➜  # get https://proxy.golang.org/github.com/quic-go/quic-go/@v/v0.48.2.info
2025-08-20T21:44:55.5744358Z [00:02:21.627]➜  # get https://proxy.golang.org/github.com/libdns/libdns/@v/v0.2.2.info: 200 OK (0.007s)
2025-08-20T21:44:55.5753134Z [00:02:21.628]➜  # get https://proxy.golang.org/cunicu.li/go-rosenpass/@v/v0.4.0.info: 200 OK (0.008s)
2025-08-20T21:44:55.5755563Z [00:02:21.628]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.2.info
2025-08-20T21:44:55.5757029Z [00:02:21.628]➜  # get https://proxy.golang.org/github.com/ti-mo/conntrack/@v/v0.5.1.info: 200 OK (0.008s)
2025-08-20T21:44:55.5757649Z [00:02:21.628]➜  # get https://proxy.golang.org/github.com/ti-mo/netfilter/@v/v0.5.2.info
2025-08-20T21:44:55.5821960Z [00:02:21.635]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.2.info: 200 OK (0.007s)
2025-08-20T21:44:55.5828600Z [00:02:21.636]➜  # get https://proxy.golang.org/github.com/ti-mo/netfilter/@v/v0.5.2.info: 200 OK (0.007s)
2025-08-20T21:44:55.5837585Z [00:02:21.637]➜  # get https://proxy.golang.org/github.com/coder/websocket/@v/v1.8.12.info
2025-08-20T21:44:55.5858808Z [00:02:21.639]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info
2025-08-20T21:44:55.5906172Z [00:02:21.643]➜  # get https://proxy.golang.org/github.com/coder/websocket/@v/v1.8.12.info: 200 OK (0.007s)
2025-08-20T21:44:55.5911147Z [00:02:21.644]➜  # get https://proxy.golang.org/github.com/cunicu/circl/@v/v0.0.0-20230801113412-fec58fc7b5f6.info
2025-08-20T21:44:55.5923612Z [00:02:21.645]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info: 200 OK (0.006s)
2025-08-20T21:44:55.5925733Z [00:02:21.645]➜  # get https://proxy.golang.org/github.com/gopacket/gopacket/@v/v1.1.1.info
2025-08-20T21:44:55.5976666Z [00:02:21.650]➜  # get https://proxy.golang.org/github.com/cunicu/circl/@v/v0.0.0-20230801113412-fec58fc7b5f6.info: 200 OK (0.006s)
2025-08-20T21:44:55.5980416Z [00:02:21.651]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T21:44:55.5993272Z [00:02:21.652]➜  # get https://proxy.golang.org/github.com/gopacket/gopacket/@v/v1.1.1.info: 200 OK (0.007s)
2025-08-20T21:44:55.6000313Z [00:02:21.653]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.34.info
2025-08-20T21:44:55.6048300Z [00:02:21.658]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.007s)
2025-08-20T21:44:55.6056992Z [00:02:21.658]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info
2025-08-20T21:44:55.6074272Z [00:02:21.660]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.34.info: 200 OK (0.007s)
2025-08-20T21:44:55.6080085Z [00:02:21.661]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info
2025-08-20T21:44:55.6122130Z [00:02:21.665]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info: 200 OK (0.006s)
2025-08-20T21:44:55.6127654Z [00:02:21.666]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.19.info
2025-08-20T21:44:55.6146175Z [00:02:21.667]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info: 200 OK (0.007s)
2025-08-20T21:44:55.6192788Z [00:02:21.672]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.19.info: 200 OK (0.006s)
2025-08-20T21:44:55.6202589Z [00:02:21.673]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.34.info
2025-08-20T21:44:55.6220375Z [00:02:21.675]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info
2025-08-20T21:44:55.6268371Z [00:02:21.680]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.34.info: 200 OK (0.007s)
2025-08-20T21:44:55.6274299Z [00:02:21.680]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info
2025-08-20T21:44:55.6284396Z [00:02:21.681]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info: 200 OK (0.006s)
2025-08-20T21:44:55.6287335Z [00:02:21.681]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info
2025-08-20T21:44:55.6338867Z [00:02:21.687]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info: 200 OK (0.006s)
2025-08-20T21:44:55.6359051Z [00:02:21.689]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info: 200 OK (0.007s)
2025-08-20T21:44:55.6871460Z [00:02:21.740]➜  # get https://proxy.golang.org/github.com/caddyserver/certmagic/@v/v0.21.3.info: 200 OK (0.174s)
2025-08-20T21:44:55.6875411Z [00:02:21.740]➜  # get https://proxy.golang.org/github.com/caddyserver/zerossl/@v/v0.1.3.info
2025-08-20T21:44:55.6876061Z [00:02:21.740]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.7.info
2025-08-20T21:44:55.6877477Z [00:02:21.741]➜  # get https://proxy.golang.org/github.com/mholt/acmez/v2/@v/v2.0.1.info
2025-08-20T21:44:55.6943730Z [00:02:21.747]➜  # get https://proxy.golang.org/github.com/caddyserver/zerossl/@v/v0.1.3.info: 200 OK (0.007s)
2025-08-20T21:44:55.6951112Z [00:02:21.748]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.7.info: 200 OK (0.007s)
2025-08-20T21:44:55.6956542Z [00:02:21.748]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.3.info
2025-08-20T21:44:55.6957155Z [00:02:21.748]➜  # get https://proxy.golang.org/github.com/mholt/acmez/v2/@v/v2.0.1.info: 200 OK (0.008s)
2025-08-20T21:44:55.7024274Z [00:02:21.755]➜  # get https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.3.info: 200 OK (0.007s)
2025-08-20T21:44:55.7420001Z [00:02:21.795]➜  # get https://proxy.golang.org/github.com/quic-go/quic-go/@v/v0.48.2.info: 200 OK (0.171s)
2025-08-20T21:44:55.7516325Z [00:02:21.804]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:44:55.7516703Z [00:02:21.804]➜  git status --porcelain
2025-08-20T21:44:55.8549374Z [00:02:21.908]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:44:55.8549874Z [00:02:21.908]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:44:55.8566750Z [00:02:21.909]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:44:55.8575653Z [00:02:21.910]➜  0.001s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:44:55.8576564Z [00:02:21.910]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:44:55.8674538Z [00:02:21.920]➜  0.010s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:44:55.8675617Z [00:02:21.920]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:44:55.8876368Z [00:02:21.940]➜  0.020s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:44:55.8877396Z [00:02:21.940]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:44:55.8901958Z [00:02:21.943]➜  0.003s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:44:55.8902824Z [00:02:21.943]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:44:55.8923852Z [00:02:21.945]➜  0.002s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:44:55.8982853Z [00:02:21.951]➜  internal/unsafeheader
2025-08-20T21:44:55.8983227Z [00:02:21.951]➜  mkdir -p $WORK/b009/
2025-08-20T21:44:55.8983499Z [00:02:21.951]➜  internal/byteorder
2025-08-20T21:44:55.8983762Z [00:02:21.951]➜  mkdir -p $WORK/b013/
2025-08-20T21:44:55.8984019Z [00:02:21.951]➜  internal/goarch
2025-08-20T21:44:55.8984754Z [00:02:21.951]➜  mkdir -p $WORK/b007/
2025-08-20T21:44:55.8985104Z [00:02:21.951]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:44:55.8985521Z [00:02:21.951]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:44:55.8988258Z [00:02:21.952]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:55.8990503Z [00:02:21.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T21:44:55.8994279Z [00:02:21.952]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:44:55.8996437Z [00:02:21.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:44:55.8999424Z [00:02:21.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:44:55.9025519Z [00:02:21.955]➜  internal/cpu
2025-08-20T21:44:55.9028606Z [00:02:21.956]➜  mkdir -p $WORK/b012/
2025-08-20T21:44:55.9031283Z [00:02:21.956]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:44:55.9034533Z [00:02:21.956]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:44:55.9035614Z [00:02:21.956]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T21:44:55.9059649Z [00:02:21.959]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:44:55.9065392Z [00:02:21.959]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T21:44:55.9072467Z [00:02:21.960]➜  internal/coverage/rtcov
2025-08-20T21:44:55.9072838Z [00:02:21.960]➜  mkdir -p $WORK/b015/
2025-08-20T21:44:55.9081020Z [00:02:21.961]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:44:55.9081530Z [00:02:21.961]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:44:55.9089452Z [00:02:21.961]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:44:55.9090030Z [00:02:21.962]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:55.9092385Z [00:02:21.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T21:44:55.9095882Z [00:02:21.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:44:55.9116331Z [00:02:21.964]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T21:44:55.9116955Z [00:02:21.964]➜  internal/abi
2025-08-20T21:44:55.9124092Z [00:02:21.965]➜  mkdir -p $WORK/b006/
2025-08-20T21:44:55.9132219Z [00:02:21.966]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:44:55.9135109Z [00:02:21.966]➜  cd /root/.go/src/internal/abi
2025-08-20T21:44:55.9141025Z [00:02:21.967]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:44:55.9144030Z [00:02:21.967]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:44:55.9146922Z [00:02:21.967]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T21:44:55.9151350Z [00:02:21.968]➜  internal/godebugs
2025-08-20T21:44:55.9151648Z [00:02:21.968]➜  mkdir -p $WORK/b016/
2025-08-20T21:44:55.9155326Z [00:02:21.968]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:44:55.9173180Z [00:02:21.970]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:55.9175043Z [00:02:21.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:44:55.9185958Z [00:02:21.971]➜  cat >/tmp/go-build3243449595/b006/importcfg << 'EOF' # internal
2025-08-20T21:44:55.9186448Z [00:02:21.971]➜  # import config
2025-08-20T21:44:55.9186831Z [00:02:21.971]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:55.9187180Z [00:02:21.971]➜  EOF
2025-08-20T21:44:55.9194450Z [00:02:21.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T21:44:55.9230072Z [00:02:21.976]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:44:55.9233645Z [00:02:21.976]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T21:44:55.9238039Z [00:02:21.977]➜  internal/goexperiment
2025-08-20T21:44:55.9239073Z [00:02:21.977]➜  mkdir -p $WORK/b017/
2025-08-20T21:44:55.9239492Z [00:02:21.977]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:44:55.9246555Z [00:02:21.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T21:44:55.9292425Z [00:02:21.982]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:44:55.9293803Z [00:02:21.982]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T21:44:55.9295333Z [00:02:21.982]➜  internal/goos
2025-08-20T21:44:55.9295637Z [00:02:21.982]➜  mkdir -p $WORK/b018/
2025-08-20T21:44:55.9295999Z [00:02:21.982]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:44:55.9298007Z [00:02:21.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T21:44:55.9330458Z [00:02:21.986]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:44:55.9362966Z [00:02:21.989]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T21:44:55.9365999Z [00:02:21.989]➜  internal/profilerecord
2025-08-20T21:44:55.9366447Z [00:02:21.989]➜  mkdir -p $WORK/b019/
2025-08-20T21:44:55.9366853Z [00:02:21.989]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:44:55.9368791Z [00:02:21.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:44:55.9380146Z [00:02:21.991]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:44:55.9380606Z [00:02:21.991]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:44:55.9381589Z [00:02:21.991]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:44:55.9390055Z [00:02:21.992]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T21:44:55.9399073Z [00:02:21.993]➜  internal/runtime/math
2025-08-20T21:44:55.9399753Z [00:02:21.993]➜  mkdir -p $WORK/b023/
2025-08-20T21:44:55.9401587Z [00:02:21.993]➜  cat >/tmp/go-build3243449595/b023/importcfg << 'EOF' # internal
2025-08-20T21:44:55.9401962Z [00:02:21.993]➜  # import config
2025-08-20T21:44:55.9402338Z [00:02:21.993]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:55.9402684Z [00:02:21.993]➜  EOF
2025-08-20T21:44:55.9402946Z [00:02:21.993]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:55.9404614Z [00:02:21.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:44:55.9413681Z [00:02:21.994]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:44:55.9415077Z [00:02:21.994]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/cpu_arm64.o ./cpu_arm64.s
2025-08-20T21:44:55.9449885Z [00:02:21.998]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T21:44:55.9452114Z [00:02:21.998]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:44:55.9455578Z [00:02:21.998]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T21:44:55.9456689Z [00:02:21.998]➜  internal/bytealg
2025-08-20T21:44:55.9457969Z [00:02:21.998]➜  mkdir -p $WORK/b011/
2025-08-20T21:44:55.9458314Z [00:02:21.998]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:44:55.9458641Z [00:02:21.998]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:44:55.9459969Z [00:02:21.998]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T21:44:55.9462683Z [00:02:21.999]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:44:55.9466091Z [00:02:21.999]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T21:44:55.9476688Z [00:02:22.000]➜  internal/chacha8rand
2025-08-20T21:44:55.9478435Z [00:02:22.000]➜  mkdir -p $WORK/b014/
2025-08-20T21:44:55.9479215Z [00:02:22.000]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:44:55.9480147Z [00:02:22.000]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:44:55.9481626Z [00:02:22.000]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b014/symabis ./chacha8_arm64.s
2025-08-20T21:44:55.9511905Z [00:02:22.004]➜  cat >/tmp/go-build3243449595/b014/importcfg << 'EOF' # internal
2025-08-20T21:44:55.9512321Z [00:02:22.004]➜  # import config
2025-08-20T21:44:55.9512712Z [00:02:22.004]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:55.9513207Z [00:02:22.004]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:44:55.9513852Z [00:02:22.004]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:55.9514300Z [00:02:22.004]➜  EOF
2025-08-20T21:44:55.9514702Z [00:02:22.004]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:55.9517177Z [00:02:22.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:44:55.9530297Z [00:02:22.004]➜  cat >/tmp/go-build3243449595/b011/importcfg << 'EOF' # internal
2025-08-20T21:44:55.9530654Z [00:02:22.004]➜  # import config
2025-08-20T21:44:55.9531018Z [00:02:22.004]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:44:55.9531354Z [00:02:22.004]➜  EOF
2025-08-20T21:44:55.9534472Z [00:02:22.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T21:44:55.9537223Z [00:02:22.005]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:44:55.9538328Z [00:02:22.006]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T21:44:55.9539052Z [00:02:22.007]➜  internal/runtime/atomic
2025-08-20T21:44:55.9539332Z [00:02:22.007]➜  mkdir -p $WORK/b020/
2025-08-20T21:44:55.9545591Z [00:02:22.007]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:44:55.9545991Z [00:02:22.007]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:44:55.9551470Z [00:02:22.008]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b020/symabis ./atomic_arm64.s
2025-08-20T21:44:55.9613143Z [00:02:22.014]➜  cat >/tmp/go-build3243449595/b020/importcfg << 'EOF' # internal
2025-08-20T21:44:55.9613976Z [00:02:22.014]➜  # import config
2025-08-20T21:44:55.9614443Z [00:02:22.014]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:44:55.9614962Z [00:02:22.014]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:55.9615313Z [00:02:22.014]➜  EOF
2025-08-20T21:44:55.9615604Z [00:02:22.014]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:55.9618771Z [00:02:22.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T21:44:55.9679526Z [00:02:22.021]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:44:55.9680678Z [00:02:22.021]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/compare_arm64.o ./compare_arm64.s
2025-08-20T21:44:55.9711492Z [00:02:22.024]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/count_arm64.o ./count_arm64.s
2025-08-20T21:44:55.9728967Z [00:02:22.025]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:44:55.9730210Z [00:02:22.026]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T21:44:55.9812889Z [00:02:22.034]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:44:55.9814047Z [00:02:22.034]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/equal_arm64.o ./equal_arm64.s
2025-08-20T21:44:55.9822016Z [00:02:22.035]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:44:55.9822494Z [00:02:22.035]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T21:44:55.9893658Z [00:02:22.042]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:44:55.9906616Z [00:02:22.043]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T21:44:55.9908871Z [00:02:22.043]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:44:55.9910435Z [00:02:22.043]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/index_arm64.o ./index_arm64.s
2025-08-20T21:44:55.9947412Z [00:02:22.047]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T21:44:55.9959085Z [00:02:22.049]➜  internal/runtime/strconv
2025-08-20T21:44:55.9961373Z [00:02:22.049]➜  mkdir -p $WORK/b022/
2025-08-20T21:44:55.9965200Z [00:02:22.049]➜  cat >/tmp/go-build3243449595/b022/importcfg << 'EOF' # internal
2025-08-20T21:44:55.9965615Z [00:02:22.049]➜  # import config
2025-08-20T21:44:55.9966023Z [00:02:22.049]➜  packagefile internal/runtime/math=/tmp/go-build3243449595/b023/_pkg_.a
2025-08-20T21:44:55.9966417Z [00:02:22.049]➜  EOF
2025-08-20T21:44:55.9968046Z [00:02:22.050]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:55.9970984Z [00:02:22.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:44:55.9990568Z [00:02:22.052]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:44:55.9992281Z [00:02:22.052]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_arm64.o $WORK/b011/count_arm64.o $WORK/b011/equal_arm64.o $WORK/b011/index_arm64.o $WORK/b011/indexbyte_arm64.o # internal
2025-08-20T21:44:55.9994426Z [00:02:22.052]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:44:56.0000494Z [00:02:22.053]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T21:44:56.0002438Z [00:02:22.053]➜  internal/runtime/syscall
2025-08-20T21:44:56.0003181Z [00:02:22.053]➜  mkdir -p $WORK/b024/
2025-08-20T21:44:56.0006365Z [00:02:22.053]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:44:56.0021156Z [00:02:22.055]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:44:56.0022777Z [00:02:22.055]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b024/symabis ./asm_linux_arm64.s
2025-08-20T21:44:56.0062450Z [00:02:22.059]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:44:56.0063782Z [00:02:22.059]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b020/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:44:56.0114309Z [00:02:22.064]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T21:44:56.0130871Z [00:02:22.066]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:44:56.0131680Z [00:02:22.066]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T21:44:56.0132285Z [00:02:22.066]➜  internal/runtime/exithook
2025-08-20T21:44:56.0132571Z [00:02:22.066]➜  mkdir -p $WORK/b025/
2025-08-20T21:44:56.0132946Z [00:02:22.066]➜  cat >/tmp/go-build3243449595/b025/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0133293Z [00:02:22.066]➜  # import config
2025-08-20T21:44:56.0133690Z [00:02:22.066]➜  packagefile internal/runtime/atomic=/tmp/go-build3243449595/b020/_pkg_.a
2025-08-20T21:44:56.0134068Z [00:02:22.066]➜  EOF
2025-08-20T21:44:56.0134694Z [00:02:22.066]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.0136699Z [00:02:22.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:44:56.0138570Z [00:02:22.066]➜  cat >/tmp/go-build3243449595/b024/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0139064Z [00:02:22.066]➜  # import config
2025-08-20T21:44:56.0139586Z [00:02:22.066]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:56.0140094Z [00:02:22.066]➜  EOF
2025-08-20T21:44:56.0142462Z [00:02:22.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:44:56.0155579Z [00:02:22.068]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:44:56.0160277Z [00:02:22.069]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T21:44:56.0163467Z [00:02:22.069]➜  internal/runtime/gc
2025-08-20T21:44:56.0178360Z [00:02:22.069]➜  mkdir -p $WORK/b026/
2025-08-20T21:44:56.0178872Z [00:02:22.069]➜  cat >/tmp/go-build3243449595/b026/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0179231Z [00:02:22.069]➜  # import config
2025-08-20T21:44:56.0179628Z [00:02:22.069]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:56.0179978Z [00:02:22.069]➜  EOF
2025-08-20T21:44:56.0183282Z [00:02:22.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T21:44:56.0292287Z [00:02:22.082]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:44:56.0297813Z [00:02:22.083]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T21:44:56.0300319Z [00:02:22.083]➜  internal/asan
2025-08-20T21:44:56.0301049Z [00:02:22.083]➜  mkdir -p $WORK/b028/
2025-08-20T21:44:56.0301457Z [00:02:22.083]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:44:56.0306263Z [00:02:22.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:44:56.0362203Z [00:02:22.089]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:44:56.0367700Z [00:02:22.089]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T21:44:56.0368449Z [00:02:22.090]➜  internal/msan
2025-08-20T21:44:56.0369939Z [00:02:22.090]➜  mkdir -p $WORK/b029/
2025-08-20T21:44:56.0370838Z [00:02:22.090]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:44:56.0373940Z [00:02:22.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:44:56.0403156Z [00:02:22.093]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:44:56.0411621Z [00:02:22.094]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T21:44:56.0417697Z [00:02:22.095]➜  internal/runtime/sys
2025-08-20T21:44:56.0418322Z [00:02:22.095]➜  mkdir -p $WORK/b031/
2025-08-20T21:44:56.0420304Z [00:02:22.095]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:44:56.0421838Z [00:02:22.095]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b024/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:44:56.0428477Z [00:02:22.096]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:44:56.0432713Z [00:02:22.096]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:44:56.0435500Z [00:02:22.096]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b031/symabis ./dit_arm64.s ./empty.s
2025-08-20T21:44:56.0456293Z [00:02:22.098]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:44:56.0457655Z [00:02:22.098]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T21:44:56.0466001Z [00:02:22.099]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:44:56.0467942Z [00:02:22.099]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T21:44:56.0468578Z [00:02:22.099]➜  internal/runtime/cgroup
2025-08-20T21:44:56.0468878Z [00:02:22.099]➜  mkdir -p $WORK/b021/
2025-08-20T21:44:56.0472299Z [00:02:22.100]➜  cat >/tmp/go-build3243449595/b021/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0472656Z [00:02:22.100]➜  # import config
2025-08-20T21:44:56.0473042Z [00:02:22.100]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:56.0473571Z [00:02:22.100]➜  packagefile internal/runtime/strconv=/tmp/go-build3243449595/b022/_pkg_.a
2025-08-20T21:44:56.0474128Z [00:02:22.100]➜  packagefile internal/runtime/syscall=/tmp/go-build3243449595/b024/_pkg_.a
2025-08-20T21:44:56.0474504Z [00:02:22.100]➜  EOF
2025-08-20T21:44:56.0474780Z [00:02:22.100]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.0481757Z [00:02:22.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T21:44:56.0483753Z [00:02:22.101]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:44:56.0484424Z [00:02:22.101]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T21:44:56.0486148Z [00:02:22.101]➜  internal/stringslite
2025-08-20T21:44:56.0486416Z [00:02:22.101]➜  mkdir -p $WORK/b032/
2025-08-20T21:44:56.0487636Z [00:02:22.102]➜  cat >/tmp/go-build3243449595/b032/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0488315Z [00:02:22.102]➜  # import config
2025-08-20T21:44:56.0488698Z [00:02:22.102]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:56.0489050Z [00:02:22.102]➜  EOF
2025-08-20T21:44:56.0490602Z [00:02:22.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:44:56.0498278Z [00:02:22.103]➜  cat >/tmp/go-build3243449595/b031/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0498853Z [00:02:22.103]➜  # import config
2025-08-20T21:44:56.0499816Z [00:02:22.103]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:44:56.0500445Z [00:02:22.103]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:56.0501551Z [00:02:22.103]➜  packagefile internal/goos=/tmp/go-build3243449595/b018/_pkg_.a
2025-08-20T21:44:56.0502120Z [00:02:22.103]➜  EOF
2025-08-20T21:44:56.0505633Z [00:02:22.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:44:56.0572593Z [00:02:22.110]➜  cd /root/.go/src/internal/abi
2025-08-20T21:44:56.0574590Z [00:02:22.110]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:44:56.0604791Z [00:02:22.113]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:44:56.0639644Z [00:02:22.117]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:44:56.0640182Z [00:02:22.117]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:44:56.0659546Z [00:02:22.119]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:44:56.0672063Z [00:02:22.119]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T21:44:56.0672973Z [00:02:22.119]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:44:56.0674090Z [00:02:22.119]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/dit_arm64.o ./dit_arm64.s
2025-08-20T21:44:56.0676978Z [00:02:22.120]➜  internal/trace/tracev2
2025-08-20T21:44:56.0677545Z [00:02:22.120]➜  mkdir -p $WORK/b033/
2025-08-20T21:44:56.0678114Z [00:02:22.120]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:44:56.0678509Z [00:02:22.120]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.0680876Z [00:02:22.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T21:44:56.0709393Z [00:02:22.124]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:44:56.0712584Z [00:02:22.124]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:44:56.0743452Z [00:02:22.127]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T21:44:56.0746509Z [00:02:22.127]➜  internal/race
2025-08-20T21:44:56.0746848Z [00:02:22.127]➜  mkdir -p $WORK/b030/
2025-08-20T21:44:56.0747235Z [00:02:22.127]➜  cat >/tmp/go-build3243449595/b030/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0747584Z [00:02:22.127]➜  # import config
2025-08-20T21:44:56.0748140Z [00:02:22.127]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:56.0748487Z [00:02:22.127]➜  EOF
2025-08-20T21:44:56.0748755Z [00:02:22.127]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.0751896Z [00:02:22.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:44:56.0759209Z [00:02:22.129]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:44:56.0765550Z [00:02:22.129]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T21:44:56.0767013Z [00:02:22.129]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:44:56.0767876Z [00:02:22.129]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T21:44:56.0768484Z [00:02:22.129]➜  sync/atomic
2025-08-20T21:44:56.0768758Z [00:02:22.129]➜  mkdir -p $WORK/b036/
2025-08-20T21:44:56.0769058Z [00:02:22.129]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T21:44:56.0769370Z [00:02:22.129]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:44:56.0770334Z [00:02:22.129]➜  /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-20T21:44:56.0787364Z [00:02:22.131]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:44:56.0793332Z [00:02:22.132]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T21:44:56.0797643Z [00:02:22.132]➜  internal/synctest
2025-08-20T21:44:56.0798112Z [00:02:22.133]➜  mkdir -p $WORK/b037/
2025-08-20T21:44:56.0803594Z [00:02:22.133]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T21:44:56.0806306Z [00:02:22.133]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.0809862Z [00:02:22.133]➜  /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-20T21:44:56.0811950Z [00:02:22.134]➜  cat >/tmp/go-build3243449595/b037/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0812315Z [00:02:22.134]➜  # import config
2025-08-20T21:44:56.0812676Z [00:02:22.134]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:56.0813012Z [00:02:22.134]➜  EOF
2025-08-20T21:44:56.0816669Z [00:02:22.134]➜  /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-20T21:44:56.0861965Z [00:02:22.139]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:44:56.0864628Z [00:02:22.139]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T21:44:56.0869407Z [00:02:22.139]➜  internal/runtime/maps
2025-08-20T21:44:56.0869761Z [00:02:22.139]➜  mkdir -p $WORK/b027/
2025-08-20T21:44:56.0870146Z [00:02:22.140]➜  cat >/tmp/go-build3243449595/b027/importcfg << 'EOF' # internal
2025-08-20T21:44:56.0870493Z [00:02:22.140]➜  # import config
2025-08-20T21:44:56.0870855Z [00:02:22.140]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:56.0871751Z [00:02:22.140]➜  packagefile internal/asan=/tmp/go-build3243449595/b028/_pkg_.a
2025-08-20T21:44:56.0872262Z [00:02:22.140]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:56.0872739Z [00:02:22.140]➜  packagefile internal/msan=/tmp/go-build3243449595/b029/_pkg_.a
2025-08-20T21:44:56.0873226Z [00:02:22.140]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:44:56.0873733Z [00:02:22.140]➜  packagefile internal/runtime/math=/tmp/go-build3243449595/b023/_pkg_.a
2025-08-20T21:44:56.0874277Z [00:02:22.140]➜  packagefile internal/runtime/sys=/tmp/go-build3243449595/b031/_pkg_.a
2025-08-20T21:44:56.0874640Z [00:02:22.140]➜  EOF
2025-08-20T21:44:56.0878001Z [00:02:22.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T21:44:56.0932980Z [00:02:22.146]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:44:56.0933729Z [00:02:22.146]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T21:44:56.0934268Z [00:02:22.146]➜  math/bits
2025-08-20T21:44:56.0934513Z [00:02:22.146]➜  mkdir -p $WORK/b041/
2025-08-20T21:44:56.0934867Z [00:02:22.146]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:44:56.0936651Z [00:02:22.146]➜  /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-20T21:44:56.0982496Z [00:02:22.151]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:44:56.0987543Z [00:02:22.151]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T21:44:56.0989375Z [00:02:22.152]➜  internal/itoa
2025-08-20T21:44:56.0990707Z [00:02:22.152]➜  mkdir -p $WORK/b043/
2025-08-20T21:44:56.0995246Z [00:02:22.152]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T21:44:56.0997514Z [00:02:22.152]➜  /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-20T21:44:56.1139076Z [00:02:22.167]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:44:56.1147095Z [00:02:22.167]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T21:44:56.1149193Z [00:02:22.168]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:44:56.1151203Z [00:02:22.168]➜  /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-20T21:44:56.1161030Z [00:02:22.169]➜  cmp
2025-08-20T21:44:56.1161645Z [00:02:22.169]➜  mkdir -p $WORK/b046/
2025-08-20T21:44:56.1165893Z [00:02:22.169]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T21:44:56.1168159Z [00:02:22.170]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.1170627Z [00:02:22.170]➜  /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-20T21:44:56.1213010Z [00:02:22.174]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:44:56.1214255Z [00:02:22.174]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm.o # internal
2025-08-20T21:44:56.1215042Z [00:02:22.174]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:44:56.1238741Z [00:02:22.177]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T21:44:56.1249312Z [00:02:22.178]➜  internal/sync
2025-08-20T21:44:56.1250040Z [00:02:22.178]➜  mkdir -p $WORK/b035/
2025-08-20T21:44:56.1254794Z [00:02:22.178]➜  cat >/tmp/go-build3243449595/b035/importcfg << 'EOF' # internal
2025-08-20T21:44:56.1255988Z [00:02:22.178]➜  # import config
2025-08-20T21:44:56.1257333Z [00:02:22.178]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:56.1261244Z [00:02:22.178]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:56.1262158Z [00:02:22.178]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:44:56.1263656Z [00:02:22.178]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:56.1264033Z [00:02:22.178]➜  EOF
2025-08-20T21:44:56.1264303Z [00:02:22.178]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.1266316Z [00:02:22.178]➜  /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-20T21:44:56.1283106Z [00:02:22.181]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:44:56.1294107Z [00:02:22.182]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T21:44:56.1301858Z [00:02:22.183]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:44:56.1312842Z [00:02:22.184]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T21:44:56.1321707Z [00:02:22.185]➜  math
2025-08-20T21:44:56.1322015Z [00:02:22.185]➜  mkdir -p $WORK/b051/
2025-08-20T21:44:56.1326490Z [00:02:22.185]➜  echo -n > $WORK/b051/go_asm.h # internal
2025-08-20T21:44:56.1327281Z [00:02:22.185]➜  cd /root/.go/src/math
2025-08-20T21:44:56.1329023Z [00:02:22.185]➜  /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-20T21:44:56.1336859Z [00:02:22.186]➜  unicode/utf8
2025-08-20T21:44:56.1340743Z [00:02:22.187]➜  mkdir -p $WORK/b053/
2025-08-20T21:44:56.1345951Z [00:02:22.187]➜  echo '# import config' > $WORK/b053/importcfg # internal
2025-08-20T21:44:56.1354170Z [00:02:22.188]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.1362580Z [00:02:22.189]➜  /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-20T21:44:56.1372512Z [00:02:22.190]➜  cat >/tmp/go-build3243449595/b051/importcfg << 'EOF' # internal
2025-08-20T21:44:56.1382815Z [00:02:22.190]➜  # import config
2025-08-20T21:44:56.1383224Z [00:02:22.190]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:56.1383558Z [00:02:22.190]➜  EOF
2025-08-20T21:44:56.1392092Z [00:02:22.191]➜  /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-20T21:44:56.1496509Z [00:02:22.202]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:44:56.1501507Z [00:02:22.203]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T21:44:56.1502622Z [00:02:22.203]➜  unicode
2025-08-20T21:44:56.1502970Z [00:02:22.203]➜  mkdir -p $WORK/b054/
2025-08-20T21:44:56.1503346Z [00:02:22.203]➜  echo '# import config' > $WORK/b054/importcfg # internal
2025-08-20T21:44:56.1505447Z [00:02:22.203]➜  /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-20T21:44:56.1715102Z [00:02:22.224]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:44:56.1717665Z [00:02:22.225]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T21:44:56.1736323Z [00:02:22.226]➜  log/internal
2025-08-20T21:44:56.1737906Z [00:02:22.227]➜  mkdir -p $WORK/b072/
2025-08-20T21:44:56.1741453Z [00:02:22.227]➜  echo '# import config' > $WORK/b072/importcfg # internal
2025-08-20T21:44:56.1743664Z [00:02:22.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b072=>" -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/b072/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:44:56.1909515Z [00:02:22.244]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:44:56.1912991Z [00:02:22.244]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T21:44:56.1932428Z [00:02:22.246]➜  internal/nettrace
2025-08-20T21:44:56.1933360Z [00:02:22.246]➜  mkdir -p $WORK/b076/
2025-08-20T21:44:56.1936568Z [00:02:22.246]➜  echo '# import config' > $WORK/b076/importcfg # internal
2025-08-20T21:44:56.1940215Z [00:02:22.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b076=>" -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/b076/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:44:56.2085223Z [00:02:22.261]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:44:56.2092161Z [00:02:22.262]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T21:44:56.2093239Z [00:02:22.262]➜  crypto/internal/fips140/alias
2025-08-20T21:44:56.2093672Z [00:02:22.262]➜  mkdir -p $WORK/b112/
2025-08-20T21:44:56.2094037Z [00:02:22.262]➜  echo '# import config' > $WORK/b112/importcfg # internal
2025-08-20T21:44:56.2095867Z [00:02:22.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b112=>" -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/b112/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T21:44:56.2220925Z [00:02:22.275]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:44:56.2242741Z [00:02:22.277]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:44:56.2248509Z [00:02:22.278]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T21:44:56.2250642Z [00:02:22.278]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:44:56.2251065Z [00:02:22.278]➜  mkdir -p $WORK/b116/
2025-08-20T21:44:56.2251446Z [00:02:22.278]➜  cat >/tmp/go-build3243449595/b116/importcfg << 'EOF' # internal
2025-08-20T21:44:56.2251792Z [00:02:22.278]➜  # import config
2025-08-20T21:44:56.2252177Z [00:02:22.278]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:56.2252536Z [00:02:22.278]➜  EOF
2025-08-20T21:44:56.2254437Z [00:02:22.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b116=>" -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/b116/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T21:44:56.2269300Z [00:02:22.280]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T21:44:56.2425461Z [00:02:22.295]➜  runtime
2025-08-20T21:44:56.2437581Z [00:02:22.296]➜  mkdir -p $WORK/b010/
2025-08-20T21:44:56.2441053Z [00:02:22.297]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:44:56.2441771Z [00:02:22.297]➜  cd /root/.go/src/runtime
2025-08-20T21:44:56.2443576Z [00:02:22.297]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T21:44:56.2466853Z [00:02:22.299]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:44:56.2472974Z [00:02:22.300]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T21:44:56.2474745Z [00:02:22.300]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:44:56.2475051Z [00:02:22.300]➜  mkdir -p $WORK/b117/
2025-08-20T21:44:56.2477948Z [00:02:22.301]➜  cat >/tmp/go-build3243449595/b117/importcfg << 'EOF' # internal
2025-08-20T21:44:56.2478813Z [00:02:22.301]➜  # import config
2025-08-20T21:44:56.2479447Z [00:02:22.301]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:44:56.2480201Z [00:02:22.301]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:56.2481087Z [00:02:22.301]➜  EOF
2025-08-20T21:44:56.2481687Z [00:02:22.301]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.2483813Z [00:02:22.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b117=>" -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/b117/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T21:44:56.2552143Z [00:02:22.308]➜  cd /root/.go/src/math
2025-08-20T21:44:56.2553734Z [00:02:22.308]➜  /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-20T21:44:56.2570413Z [00:02:22.310]➜  cat >/tmp/go-build3243449595/b010/importcfg << 'EOF' # internal
2025-08-20T21:44:56.2571126Z [00:02:22.310]➜  # import config
2025-08-20T21:44:56.2571803Z [00:02:22.310]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:56.2578127Z [00:02:22.310]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:56.2578705Z [00:02:22.310]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:56.2579566Z [00:02:22.310]➜  packagefile internal/chacha8rand=/tmp/go-build3243449595/b014/_pkg_.a
2025-08-20T21:44:56.2580184Z [00:02:22.310]➜  packagefile internal/coverage/rtcov=/tmp/go-build3243449595/b015/_pkg_.a
2025-08-20T21:44:56.2580691Z [00:02:22.310]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:44:56.2581166Z [00:02:22.310]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:56.2581676Z [00:02:22.310]➜  packagefile internal/godebugs=/tmp/go-build3243449595/b016/_pkg_.a
2025-08-20T21:44:56.2582192Z [00:02:22.310]➜  packagefile internal/goexperiment=/tmp/go-build3243449595/b017/_pkg_.a
2025-08-20T21:44:56.2582694Z [00:02:22.310]➜  packagefile internal/goos=/tmp/go-build3243449595/b018/_pkg_.a
2025-08-20T21:44:56.2583199Z [00:02:22.310]➜  packagefile internal/profilerecord=/tmp/go-build3243449595/b019/_pkg_.a
2025-08-20T21:44:56.2583746Z [00:02:22.310]➜  packagefile internal/runtime/atomic=/tmp/go-build3243449595/b020/_pkg_.a
2025-08-20T21:44:56.2584298Z [00:02:22.310]➜  packagefile internal/runtime/cgroup=/tmp/go-build3243449595/b021/_pkg_.a
2025-08-20T21:44:56.2584855Z [00:02:22.310]➜  packagefile internal/runtime/exithook=/tmp/go-build3243449595/b025/_pkg_.a
2025-08-20T21:44:56.2585393Z [00:02:22.310]➜  packagefile internal/runtime/gc=/tmp/go-build3243449595/b026/_pkg_.a
2025-08-20T21:44:56.2585912Z [00:02:22.310]➜  packagefile internal/runtime/maps=/tmp/go-build3243449595/b027/_pkg_.a
2025-08-20T21:44:56.2586732Z [00:02:22.310]➜  packagefile internal/runtime/math=/tmp/go-build3243449595/b023/_pkg_.a
2025-08-20T21:44:56.2587276Z [00:02:22.310]➜  packagefile internal/runtime/strconv=/tmp/go-build3243449595/b022/_pkg_.a
2025-08-20T21:44:56.2588001Z [00:02:22.310]➜  packagefile internal/runtime/sys=/tmp/go-build3243449595/b031/_pkg_.a
2025-08-20T21:44:56.2588581Z [00:02:22.310]➜  packagefile internal/runtime/syscall=/tmp/go-build3243449595/b024/_pkg_.a
2025-08-20T21:44:56.2589122Z [00:02:22.310]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:44:56.2589651Z [00:02:22.310]➜  packagefile internal/trace/tracev2=/tmp/go-build3243449595/b033/_pkg_.a
2025-08-20T21:44:56.2590018Z [00:02:22.310]➜  EOF
2025-08-20T21:44:56.2590282Z [00:02:22.310]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.2616379Z [00:02:22.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:44:56.2662732Z [00:02:22.311]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:44:56.2663074Z [00:02:22.311]➜  cd /root/.go/src/math
2025-08-20T21:44:56.2663958Z [00:02:22.311]➜  /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-20T21:44:56.2665066Z [00:02:22.312]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T21:44:56.2665633Z [00:02:22.312]➜  crypto/internal/fips140/subtle
2025-08-20T21:44:56.2665923Z [00:02:22.312]➜  mkdir -p $WORK/b120/
2025-08-20T21:44:56.2666229Z [00:02:22.312]➜  echo -n > $WORK/b120/go_asm.h # internal
2025-08-20T21:44:56.2667052Z [00:02:22.312]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:44:56.2668812Z [00:02:22.312]➜  /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/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b120/symabis ./xor_arm64.s
2025-08-20T21:44:56.2670048Z [00:02:22.315]➜  cat >/tmp/go-build3243449595/b120/importcfg << 'EOF' # internal
2025-08-20T21:44:56.2670410Z [00:02:22.315]➜  # import config
2025-08-20T21:44:56.2670835Z [00:02:22.315]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3243449595/b112/_pkg_.a
2025-08-20T21:44:56.2671458Z [00:02:22.315]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:44:56.2671996Z [00:02:22.315]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:56.2672320Z [00:02:22.315]➜  EOF
2025-08-20T21:44:56.2672599Z [00:02:22.315]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.2675028Z [00:02:22.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b120=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b120/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack -asmhdr $WORK/b120/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T21:44:56.2677044Z [00:02:22.317]➜  cd /root/.go/src/math
2025-08-20T21:44:56.2678108Z [00:02:22.317]➜  /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-20T21:44:56.2705731Z [00:02:22.323]➜  /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-20T21:44:56.2816005Z [00:02:22.334]➜  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-20T21:44:56.2818593Z [00:02:22.334]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:44:56.2834449Z [00:02:22.336]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T21:44:56.2843317Z [00:02:22.337]➜  crypto/internal/boring/sig
2025-08-20T21:44:56.2843841Z [00:02:22.337]➜  mkdir -p $WORK/b129/
2025-08-20T21:44:56.2846297Z [00:02:22.337]➜  echo -n > $WORK/b129/go_asm.h # internal
2025-08-20T21:44:56.2848375Z [00:02:22.338]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:44:56.2850815Z [00:02:22.338]➜  /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/b129=>" -I $WORK/b129/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b129/symabis ./sig_other.s
2025-08-20T21:44:56.2870553Z [00:02:22.340]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:44:56.2873992Z [00:02:22.340]➜  /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/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b120/xor_arm64.o ./xor_arm64.s
2025-08-20T21:44:56.2895929Z [00:02:22.342]➜  echo '# import config' > $WORK/b129/importcfg # internal
2025-08-20T21:44:56.2897795Z [00:02:22.342]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.2900228Z [00:02:22.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b129=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b129/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack -asmhdr $WORK/b129/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T21:44:56.2927156Z [00:02:22.345]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:44:56.2927851Z [00:02:22.345]➜  go tool pack r $WORK/b120/_pkg_.a $WORK/b120/xor_arm64.o # internal
2025-08-20T21:44:56.2928354Z [00:02:22.345]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:44:56.2940622Z [00:02:22.347]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T21:44:56.2941626Z [00:02:22.347]➜  encoding
2025-08-20T21:44:56.2942109Z [00:02:22.347]➜  mkdir -p $WORK/b135/
2025-08-20T21:44:56.2946187Z [00:02:22.347]➜  echo '# import config' > $WORK/b135/importcfg # internal
2025-08-20T21:44:56.2947529Z [00:02:22.347]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.2950801Z [00:02:22.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b135=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:44:56.3020237Z [00:02:22.355]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:44:56.3024054Z [00:02:22.355]➜  /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/b129=>" -I $WORK/b129/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b129/sig_other.o ./sig_other.s
2025-08-20T21:44:56.3033131Z [00:02:22.356]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:44:56.3051618Z [00:02:22.357]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T21:44:56.3052751Z [00:02:22.358]➜  unicode/utf16
2025-08-20T21:44:56.3054203Z [00:02:22.358]➜  mkdir -p $WORK/b137/
2025-08-20T21:44:56.3055985Z [00:02:22.358]➜  echo '# import config' > $WORK/b137/importcfg # internal
2025-08-20T21:44:56.3056796Z [00:02:22.358]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3058581Z [00:02:22.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b137=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:44:56.3067092Z [00:02:22.359]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:44:56.3068307Z [00:02:22.359]➜  go tool pack r $WORK/b129/_pkg_.a $WORK/b129/sig_other.o # internal
2025-08-20T21:44:56.3068879Z [00:02:22.360]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:44:56.3080839Z [00:02:22.361]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T21:44:56.3089127Z [00:02:22.361]➜  golang.org/x/net/internal/iana
2025-08-20T21:44:56.3089588Z [00:02:22.361]➜  mkdir -p $WORK/b148/
2025-08-20T21:44:56.3101188Z [00:02:22.363]➜  echo '# import config' > $WORK/b148/importcfg # internal
2025-08-20T21:44:56.3101862Z [00:02:22.363]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3104821Z [00:02:22.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/iana=>golang.org/x/net@v0.39.0/internal/iana;$WORK/b148=>" -p golang.org/x/net/internal/iana -lang=go1.23 -complete -installsuffix shared -buildid LqMXYELMJkbHPnv-bN5u/LqMXYELMJkbHPnv-bN5u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/iana/const.go
2025-08-20T21:44:56.3107147Z [00:02:22.363]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:44:56.3111522Z [00:02:22.364]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T21:44:56.3112735Z [00:02:22.364]➜  gvisor.dev/gvisor/pkg/gohacks
2025-08-20T21:44:56.3113510Z [00:02:22.364]➜  mkdir -p $WORK/b162/
2025-08-20T21:44:56.3117566Z [00:02:22.364]➜  echo '# import config' > $WORK/b162/importcfg # internal
2025-08-20T21:44:56.3122707Z [00:02:22.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/gohacks=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/gohacks;$WORK/b162=>" -p gvisor.dev/gvisor/pkg/gohacks -lang=go1.20 -complete -installsuffix shared -buildid LhgmiS9PGzcV3ytIVlK3/LhgmiS9PGzcV3ytIVlK3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/gohacks/linkname_go113_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/gohacks/noescape_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/gohacks/slice_go120_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/gohacks/string_go120_unsafe.go
2025-08-20T21:44:56.3232044Z [00:02:22.376]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:44:56.3241802Z [00:02:22.376]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/c3/c3eb44fa816671c2063ddfd47b61221109d44fafa3fd49088c31d4774db1ae12-d # internal
2025-08-20T21:44:56.3242529Z [00:02:22.376]➜  gvisor.dev/gvisor/pkg/bits
2025-08-20T21:44:56.3242866Z [00:02:22.376]➜  mkdir -p $WORK/b165/
2025-08-20T21:44:56.3243177Z [00:02:22.376]➜  echo -n > $WORK/b165/go_asm.h # internal
2025-08-20T21:44:56.3243653Z [00:02:22.376]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits
2025-08-20T21:44:56.3245630Z [00:02:22.376]➜  /root/.go/pkg/tool/linux_arm64/asm -p gvisor.dev/gvisor/pkg/bits -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b165/symabis ./uint64_arch_arm64_asm.s
2025-08-20T21:44:56.3247043Z [00:02:22.376]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:44:56.3247697Z [00:02:22.376]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T21:44:56.3250554Z [00:02:22.377]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:44:56.3250946Z [00:02:22.377]➜  gvisor.dev/gvisor/pkg/tcpip/seqnum
2025-08-20T21:44:56.3251246Z [00:02:22.377]➜  mkdir -p $WORK/b179/
2025-08-20T21:44:56.3251595Z [00:02:22.377]➜  echo '# import config' > $WORK/b179/importcfg # internal
2025-08-20T21:44:56.3251970Z [00:02:22.377]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3254648Z [00:02:22.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/seqnum=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/seqnum;$WORK/b179=>" -p gvisor.dev/gvisor/pkg/tcpip/seqnum -lang=go1.20 -complete -installsuffix shared -buildid ZnET7R1xRTUTSTw0ojz5/ZnET7R1xRTUTSTw0ojz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/seqnum/seqnum.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/seqnum/seqnum_state_autogen.go
2025-08-20T21:44:56.3257514Z [00:02:22.378]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/d8/d86266620a6e8d4d3e58bacc1de87b25c845ad72d698ffd5c6c7b2fe69a52be3-d # internal
2025-08-20T21:44:56.3262727Z [00:02:22.378]➜  echo '# import config' > $WORK/b165/importcfg # internal
2025-08-20T21:44:56.3267092Z [00:02:22.378]➜  container/list
2025-08-20T21:44:56.3267393Z [00:02:22.378]➜  mkdir -p $WORK/b185/
2025-08-20T21:44:56.3270835Z [00:02:22.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits;$WORK/b165=>" -p gvisor.dev/gvisor/pkg/bits -lang=go1.20 -installsuffix shared -buildid ImU2eXUN9Bh9ruyVkOAV/ImU2eXUN9Bh9ruyVkOAV -goversion go1.25.0 -symabis $WORK/b165/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack -asmhdr $WORK/b165/go_asm.h /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits/bits.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits/bits32.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits/bits64.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits/uint64_arch.go
2025-08-20T21:44:56.3273657Z [00:02:22.379]➜  echo '# import config' > $WORK/b185/importcfg # internal
2025-08-20T21:44:56.3275221Z [00:02:22.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b185=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:44:56.3377067Z [00:02:22.390]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits
2025-08-20T21:44:56.3387974Z [00:02:22.390]➜  /root/.go/pkg/tool/linux_arm64/asm -p gvisor.dev/gvisor/pkg/bits -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits;$WORK/b165=>" -I $WORK/b165/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b165/uint64_arch_arm64_asm.o ./uint64_arch_arm64_asm.s
2025-08-20T21:44:56.3389430Z [00:02:22.390]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:44:56.3390349Z [00:02:22.391]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/fc/fcf83a08f75de042435a0eebd4cf4551cda53ef188c54587dca0d5881a87adc9-d # internal
2025-08-20T21:44:56.3391040Z [00:02:22.391]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:44:56.3391362Z [00:02:22.392]➜  mkdir -p $WORK/b227/
2025-08-20T21:44:56.3391709Z [00:02:22.392]➜  echo '# import config' > $WORK/b227/importcfg # internal
2025-08-20T21:44:56.3392081Z [00:02:22.392]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3394078Z [00:02:22.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b227=>" -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/b227/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:44:56.3412173Z [00:02:22.393]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/bits
2025-08-20T21:44:56.3413502Z [00:02:22.393]➜  go tool pack r $WORK/b165/_pkg_.a $WORK/b165/uint64_arch_arm64_asm.o # internal
2025-08-20T21:44:56.3413983Z [00:02:22.393]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:44:56.3414637Z [00:02:22.394]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/3e/3e6f69f33a3425ca902c833f5d80f6b08126854557f1e2f6941aacf063573cfe-d # internal
2025-08-20T21:44:56.3415534Z [00:02:22.394]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:44:56.3415848Z [00:02:22.394]➜  mkdir -p $WORK/b240/
2025-08-20T21:44:56.3416198Z [00:02:22.394]➜  echo '# import config' > $WORK/b240/importcfg # internal
2025-08-20T21:44:56.3416572Z [00:02:22.394]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3418686Z [00:02:22.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b240=>" -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/b240/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:44:56.3510141Z [00:02:22.404]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:44:56.3511397Z [00:02:22.404]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T21:44:56.3512143Z [00:02:22.404]➜  github.com/pion/dtls/v2/internal/ciphersuite/types
2025-08-20T21:44:56.3512493Z [00:02:22.404]➜  mkdir -p $WORK/b255/
2025-08-20T21:44:56.3512847Z [00:02:22.404]➜  echo '# import config' > $WORK/b255/importcfg # internal
2025-08-20T21:44:56.3515546Z [00:02:22.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/types=>github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/types;$WORK/b255=>" -p github.com/pion/dtls/v2/internal/ciphersuite/types -lang=go1.13 -complete -installsuffix shared -buildid lFXV74qXn3E2_4qkQqDP/lFXV74qXn3E2_4qkQqDP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/types/authentication_type.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/types/key_exchange_algorithm.go
2025-08-20T21:44:56.3519952Z [00:02:22.405]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:44:56.3524131Z [00:02:22.405]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T21:44:56.3525853Z [00:02:22.405]➜  github.com/pion/dtls/v2/pkg/crypto/clientcertificate
2025-08-20T21:44:56.3526574Z [00:02:22.406]➜  mkdir -p $WORK/b266/
2025-08-20T21:44:56.3532209Z [00:02:22.406]➜  echo '# import config' > $WORK/b266/importcfg # internal
2025-08-20T21:44:56.3535738Z [00:02:22.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/clientcertificate=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/clientcertificate;$WORK/b266=>" -p github.com/pion/dtls/v2/pkg/crypto/clientcertificate -lang=go1.13 -complete -installsuffix shared -buildid xPivdUDJVns_qfj4SLu5/xPivdUDJVns_qfj4SLu5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/clientcertificate/client_certificate.go
2025-08-20T21:44:56.3544486Z [00:02:22.407]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:44:56.3552644Z [00:02:22.408]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T21:44:56.3553326Z [00:02:22.408]➜  github.com/pion/dtls/v2/pkg/crypto/signature
2025-08-20T21:44:56.3554237Z [00:02:22.408]➜  mkdir -p $WORK/b268/
2025-08-20T21:44:56.3555427Z [00:02:22.408]➜  echo '# import config' > $WORK/b268/importcfg # internal
2025-08-20T21:44:56.3559972Z [00:02:22.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/signature=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/signature;$WORK/b268=>" -p github.com/pion/dtls/v2/pkg/crypto/signature -lang=go1.13 -complete -installsuffix shared -buildid LRoiVGPJ7OhL5kYPelh9/LRoiVGPJ7OhL5kYPelh9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/signature/signature.go
2025-08-20T21:44:56.3619930Z [00:02:22.415]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:44:56.3627388Z [00:02:22.415]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/e1/e12de617d43be6b63c25c05b29ba859e3a75b840879648ce3e296ad3ce551b26-d # internal
2025-08-20T21:44:56.3628204Z [00:02:22.415]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:44:56.3628537Z [00:02:22.415]➜  mkdir -p $WORK/b272/
2025-08-20T21:44:56.3628897Z [00:02:22.415]➜  echo '# import config' > $WORK/b272/importcfg # internal
2025-08-20T21:44:56.3630862Z [00:02:22.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/asn1=>golang.org/x/crypto@v0.37.0/cryptobyte/asn1;$WORK/b272=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid _GliDEdO2Mdrz7htcYMd/_GliDEdO2Mdrz7htcYMd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/asn1/asn1.go
2025-08-20T21:44:56.3654904Z [00:02:22.418]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:44:56.3658786Z [00:02:22.418]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/40/403c5697f63132b98aa5ae4ee8a78f8265c3b2fe55888601f9e8cba9e3137364-d # internal
2025-08-20T21:44:56.3662436Z [00:02:22.419]➜  github.com/pion/ice/v3/internal/atomic
2025-08-20T21:44:56.3664861Z [00:02:22.419]➜  mkdir -p $WORK/b280/
2025-08-20T21:44:56.3665860Z [00:02:22.419]➜  cat >/tmp/go-build3243449595/b280/importcfg << 'EOF' # internal
2025-08-20T21:44:56.3666529Z [00:02:22.419]➜  # import config
2025-08-20T21:44:56.3667632Z [00:02:22.419]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:56.3668650Z [00:02:22.419]➜  EOF
2025-08-20T21:44:56.3672598Z [00:02:22.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/internal/atomic=>github.com/pion/ice/v3@v3.0.2/internal/atomic;$WORK/b280=>" -p github.com/pion/ice/v3/internal/atomic -lang=go1.13 -complete -installsuffix shared -buildid bEr2SpVU51hAoy0gC2kL/bEr2SpVU51hAoy0gC2kL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/internal/atomic/atomic.go
2025-08-20T21:44:56.3675383Z [00:02:22.419]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:44:56.3676128Z [00:02:22.420]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/46/467495b85e2d98223d28e979fbfde5e29d2b5874a7effbdc5b81beb8ae09f6a3-d # internal
2025-08-20T21:44:56.3676734Z [00:02:22.420]➜  github.com/pion/transport/v3/utils/xor
2025-08-20T21:44:56.3681523Z [00:02:22.421]➜  mkdir -p $WORK/b286/
2025-08-20T21:44:56.3684221Z [00:02:22.421]➜  echo -n > $WORK/b286/go_asm.h # internal
2025-08-20T21:44:56.3685740Z [00:02:22.421]➜  cd /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/utils/xor
2025-08-20T21:44:56.3687934Z [00:02:22.421]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pion/transport/v3/utils/xor -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/utils/xor=>github.com/pion/transport/v3@v3.0.1/utils/xor;$WORK/b286=>" -I $WORK/b286/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b286/symabis ./xor_arm64.s
2025-08-20T21:44:56.3719829Z [00:02:22.425]➜  echo '# import config' > $WORK/b286/importcfg # internal
2025-08-20T21:44:56.3720281Z [00:02:22.425]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3722466Z [00:02:22.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/utils/xor=>github.com/pion/transport/v3@v3.0.1/utils/xor;$WORK/b286=>" -p github.com/pion/transport/v3/utils/xor -lang=go1.12 -installsuffix shared -buildid 8dIfhhpoL3fS9cp4F4zt/8dIfhhpoL3fS9cp4F4zt -goversion go1.25.0 -symabis $WORK/b286/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack -asmhdr $WORK/b286/go_asm.h /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/utils/xor/xor_arm64.go
2025-08-20T21:44:56.3731745Z [00:02:22.426]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:44:56.3736141Z [00:02:22.426]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/64/64efcf8f36e37344d123a502a4f5c8248e05b194b97e18efa8619b15f5235bb1-d # internal
2025-08-20T21:44:56.3739676Z [00:02:22.427]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:44:56.3743781Z [00:02:22.427]➜  mkdir -p $WORK/b338/
2025-08-20T21:44:56.3744223Z [00:02:22.427]➜  echo '# import config' > $WORK/b338/importcfg # internal
2025-08-20T21:44:56.3747317Z [00:02:22.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/alias=>golang.org/x/crypto@v0.37.0/internal/alias;$WORK/b338=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid BBkZdgZdAt9t-2xosGxi/BBkZdgZdAt9t-2xosGxi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/alias/alias.go
2025-08-20T21:44:56.3798925Z [00:02:22.433]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:44:56.3806744Z [00:02:22.433]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/01/014ca158209f0d63e27989c4c50cc5ff181348b3cb7a177cb0cd6d966c9a0073-d # internal
2025-08-20T21:44:56.3811665Z [00:02:22.434]➜  golang.zx2c4.com/wireguard/replay
2025-08-20T21:44:56.3815073Z [00:02:22.434]➜  mkdir -p $WORK/b343/
2025-08-20T21:44:56.3817571Z [00:02:22.435]➜  echo '# import config' > $WORK/b343/importcfg # internal
2025-08-20T21:44:56.3820478Z [00:02:22.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/replay=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/replay;$WORK/b343=>" -p golang.zx2c4.com/wireguard/replay -lang=go1.20 -complete -installsuffix shared -buildid XlLXeIArcFsxjbIgKnd2/XlLXeIArcFsxjbIgKnd2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/replay/replay.go
2025-08-20T21:44:56.3826952Z [00:02:22.435]➜  cd /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/utils/xor
2025-08-20T21:44:56.3829299Z [00:02:22.435]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pion/transport/v3/utils/xor -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/utils/xor=>github.com/pion/transport/v3@v3.0.1/utils/xor;$WORK/b286=>" -I $WORK/b286/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b286/xor_arm64.o ./xor_arm64.s
2025-08-20T21:44:56.3850736Z [00:02:22.438]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:44:56.3858395Z [00:02:22.438]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/7e/7e3b5b34a458fa2b3bb832d12e0783b646b8d8a0aa7cf9883e34b614e76cca0b-d # internal
2025-08-20T21:44:56.3859086Z [00:02:22.438]➜  golang.org/x/exp/constraints
2025-08-20T21:44:56.3859392Z [00:02:22.439]➜  mkdir -p $WORK/b388/
2025-08-20T21:44:56.3864340Z [00:02:22.439]➜  echo '# import config' > $WORK/b388/importcfg # internal
2025-08-20T21:44:56.3864795Z [00:02:22.439]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3867066Z [00:02:22.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/constraints=>golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/constraints;$WORK/b388=>" -p golang.org/x/exp/constraints -lang=go1.20 -complete -installsuffix shared -buildid QU87dZH_lhYYHpV8sm0V/QU87dZH_lhYYHpV8sm0V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/constraints/constraints.go
2025-08-20T21:44:56.3873166Z [00:02:22.439]➜  cd /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/utils/xor
2025-08-20T21:44:56.3873677Z [00:02:22.439]➜  go tool pack r $WORK/b286/_pkg_.a $WORK/b286/xor_arm64.o # internal
2025-08-20T21:44:56.3874097Z [00:02:22.440]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:44:56.3874741Z [00:02:22.440]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/36/36fb3e6037622f29989614b059236293d0c64010c3a8078f86061ee615e53c4b-d # internal
2025-08-20T21:44:56.3875388Z [00:02:22.440]➜  github.com/netbirdio/netbird/client/internal/ebpf/manager
2025-08-20T21:44:56.3875747Z [00:02:22.440]➜  mkdir -p $WORK/b395/
2025-08-20T21:44:56.3883410Z [00:02:22.441]➜  echo '# import config' > $WORK/b395/importcfg # internal
2025-08-20T21:44:56.3886904Z [00:02:22.441]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.3889174Z [00:02:22.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/manager=>github.com/netbirdio/netbird/client/internal/ebpf/manager;$WORK/b395=>" -p github.com/netbirdio/netbird/client/internal/ebpf/manager -lang=go1.23 -complete -installsuffix shared -buildid U8hASP3V315UDdAy8Lpg/U8hASP3V315UDdAy8Lpg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack ./internal/ebpf/manager/manager.go
2025-08-20T21:44:56.3976737Z [00:02:22.450]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:44:56.3982907Z [00:02:22.451]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/1c/1c7024c8365dc750585c8c5130554f68fdfc52f2c83c6be72a4acb58971f8052-d # internal
2025-08-20T21:44:56.3983701Z [00:02:22.451]➜  github.com/netbirdio/netbird/shared/context
2025-08-20T21:44:56.3986306Z [00:02:22.451]➜  mkdir -p $WORK/b418/
2025-08-20T21:44:56.3986741Z [00:02:22.451]➜  echo '# import config' > $WORK/b418/importcfg # internal
2025-08-20T21:44:56.3988853Z [00:02:22.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/context=>github.com/netbirdio/netbird/shared/context;$WORK/b418=>" -p github.com/netbirdio/netbird/shared/context -lang=go1.23 -complete -installsuffix shared -buildid t3ZUXbsfQ9J1XPlJQLvd/t3ZUXbsfQ9J1XPlJQLvd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/context/keys.go
2025-08-20T21:44:56.3992440Z [00:02:22.452]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:44:56.3997227Z [00:02:22.452]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/ac/ac9c2e7583c34855ad5010836ed3ed785a2cda240c0e28c431da75b8166b9f05-d # internal
2025-08-20T21:44:56.3998023Z [00:02:22.452]➜  github.com/netbirdio/netbird/formatter/levels
2025-08-20T21:44:56.4005739Z [00:02:22.453]➜  mkdir -p $WORK/b420/
2025-08-20T21:44:56.4006145Z [00:02:22.453]➜  echo '# import config' > $WORK/b420/importcfg # internal
2025-08-20T21:44:56.4009717Z [00:02:22.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/levels=>github.com/netbirdio/netbird/formatter/levels;$WORK/b420=>" -p github.com/netbirdio/netbird/formatter/levels -lang=go1.23 -complete -installsuffix shared -buildid QxxCPTsNJ0HnBrF0vIhR/QxxCPTsNJ0HnBrF0vIhR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/levels/levels.go
2025-08-20T21:44:56.4011494Z [00:02:22.453]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:44:56.4012188Z [00:02:22.454]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/34/342c82fe10b0107269e9c6fa9a74b1d08b1fecb88c78b422c61fab69e9b78702-d # internal
2025-08-20T21:44:56.4020940Z [00:02:22.454]➜  golang.org/x/exp/maps
2025-08-20T21:44:56.4021933Z [00:02:22.454]➜  mkdir -p $WORK/b427/
2025-08-20T21:44:56.4022347Z [00:02:22.454]➜  echo '# import config' > $WORK/b427/importcfg # internal
2025-08-20T21:44:56.4024454Z [00:02:22.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/maps=>golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/maps;$WORK/b427=>" -p golang.org/x/exp/maps -lang=go1.20 -complete -installsuffix shared -buildid 6L579WdkT9k-XTclPVdX/6L579WdkT9k-XTclPVdX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/maps/maps.go
2025-08-20T21:44:56.4071684Z [00:02:22.460]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:44:56.4077413Z [00:02:22.460]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/a0/a07b82c21223e093964c4ead14b4d3dc9aa1fc663de49b19a67428548889809f-d # internal
2025-08-20T21:44:56.4078288Z [00:02:22.460]➜  github.com/netbirdio/netbird/shared/management/operations
2025-08-20T21:44:56.4078669Z [00:02:22.461]➜  mkdir -p $WORK/b436/
2025-08-20T21:44:56.4084578Z [00:02:22.461]➜  echo '# import config' > $WORK/b436/importcfg # internal
2025-08-20T21:44:56.4086957Z [00:02:22.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/operations=>github.com/netbirdio/netbird/shared/management/operations;$WORK/b436=>" -p github.com/netbirdio/netbird/shared/management/operations -lang=go1.23 -complete -installsuffix shared -buildid gvbfON5yNNBO8RHcqW9w/gvbfON5yNNBO8RHcqW9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/operations/operation.go
2025-08-20T21:44:56.4103397Z [00:02:22.463]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:44:56.4109863Z [00:02:22.464]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/4b/4b2c1a05e643bb5e1bb26b1a0e7b0142854b30dd2eb32f0ade8fd1ad92a94ce5-d # internal
2025-08-20T21:44:56.4111775Z [00:02:22.464]➜  github.com/netbirdio/netbird/client/internal/listener
2025-08-20T21:44:56.4113490Z [00:02:22.464]➜  mkdir -p $WORK/b441/
2025-08-20T21:44:56.4113904Z [00:02:22.464]➜  echo '# import config' > $WORK/b441/importcfg # internal
2025-08-20T21:44:56.4118223Z [00:02:22.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/listener=>github.com/netbirdio/netbird/client/internal/listener;$WORK/b441=>" -p github.com/netbirdio/netbird/client/internal/listener -lang=go1.23 -complete -installsuffix shared -buildid sHBruMnq2VXpSghz13JJ/sHBruMnq2VXpSghz13JJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack ./internal/listener/network_change.go
2025-08-20T21:44:56.4120478Z [00:02:22.464]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:44:56.4124713Z [00:02:22.465]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/62/62511543e1d54bb992cdf25069d34e86051ad52e7268eda1272898eda86e949a-d # internal
2025-08-20T21:44:56.4125383Z [00:02:22.465]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:44:56.4134936Z [00:02:22.466]➜  mkdir -p $WORK/b485/
2025-08-20T21:44:56.4135693Z [00:02:22.466]➜  echo '# import config' > $WORK/b485/importcfg # internal
2025-08-20T21:44:56.4138290Z [00:02:22.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/flags=>google.golang.org/protobuf@v1.36.6/internal/flags;$WORK/b485=>" -p google.golang.org/protobuf/internal/flags -lang=go1.22 -complete -installsuffix shared -buildid NhNYNtslc2qgR7toS63K/NhNYNtslc2qgR7toS63K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/flags/proto_legacy_disable.go
2025-08-20T21:44:56.4196644Z [00:02:22.472]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:44:56.4197417Z [00:02:22.472]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/33/33d67372d9835b4de0115f2ba550970e5e80b479d2a731ad810b6bfd6cec67cf-d # internal
2025-08-20T21:44:56.4198251Z [00:02:22.472]➜  google.golang.org/grpc/serviceconfig
2025-08-20T21:44:56.4198565Z [00:02:22.472]➜  mkdir -p $WORK/b492/
2025-08-20T21:44:56.4198918Z [00:02:22.472]➜  echo '# import config' > $WORK/b492/importcfg # internal
2025-08-20T21:44:56.4200980Z [00:02:22.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/serviceconfig=>google.golang.org/grpc@v1.64.1/serviceconfig;$WORK/b492=>" -p google.golang.org/grpc/serviceconfig -lang=go1.19 -complete -installsuffix shared -buildid nHNKe-u8_jsYVtD0S50_/nHNKe-u8_jsYVtD0S50_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/serviceconfig/serviceconfig.go
2025-08-20T21:44:56.4215075Z [00:02:22.474]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:44:56.4223234Z [00:02:22.475]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/05/0593ddea4add67acdbd1a6be4f8921b5b70771dd6815638f1c344c30c7feb459-d # internal
2025-08-20T21:44:56.4224000Z [00:02:22.475]➜  google.golang.org/protobuf/internal/set
2025-08-20T21:44:56.4225515Z [00:02:22.475]➜  mkdir -p $WORK/b514/
2025-08-20T21:44:56.4232078Z [00:02:22.476]➜  cat >/tmp/go-build3243449595/b514/importcfg << 'EOF' # internal
2025-08-20T21:44:56.4232445Z [00:02:22.476]➜  # import config
2025-08-20T21:44:56.4232818Z [00:02:22.476]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:56.4233144Z [00:02:22.476]➜  EOF
2025-08-20T21:44:56.4236413Z [00:02:22.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/set=>google.golang.org/protobuf@v1.36.6/internal/set;$WORK/b514=>" -p google.golang.org/protobuf/internal/set -lang=go1.22 -complete -installsuffix shared -buildid JAt1KPGP4i2IlHgvWDJ1/JAt1KPGP4i2IlHgvWDJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/set/ints.go
2025-08-20T21:44:56.4252463Z [00:02:22.478]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:44:56.4264436Z [00:02:22.479]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/66/6669fb2dd0d09f6a84a63e4eff7454fce37cda1f8a550e73fba018c8c80bc2b1-d # internal
2025-08-20T21:44:56.4265187Z [00:02:22.479]➜  github.com/netbirdio/netbird/client/internal/dns/types
2025-08-20T21:44:56.4265551Z [00:02:22.479]➜  mkdir -p $WORK/b564/
2025-08-20T21:44:56.4292335Z [00:02:22.482]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:44:56.4293390Z [00:02:22.482]➜  echo '# import config' > $WORK/b564/importcfg # internal
2025-08-20T21:44:56.4323417Z [00:02:22.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/types=>github.com/netbirdio/netbird/client/internal/dns/types;$WORK/b564=>" -p github.com/netbirdio/netbird/client/internal/dns/types -lang=go1.23 -complete -installsuffix shared -buildid uwUtK0e47Rq3A19zRINt/uwUtK0e47Rq3A19zRINt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack ./internal/dns/types/types.go
2025-08-20T21:44:56.4325973Z [00:02:22.485]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/cd/cd6c9a67730aef1b7233c52d37d60c6917e6f2b1ed961bcc969ccc2d7c6884bb-d # internal
2025-08-20T21:44:56.4326622Z [00:02:22.485]➜  github.com/netbirdio/netbird/client/internal/peer/id
2025-08-20T21:44:56.4326965Z [00:02:22.485]➜  mkdir -p $WORK/b570/
2025-08-20T21:44:56.4327323Z [00:02:22.485]➜  echo '# import config' > $WORK/b570/importcfg # internal
2025-08-20T21:44:56.4329463Z [00:02:22.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/id=>github.com/netbirdio/netbird/client/internal/peer/id;$WORK/b570=>" -p github.com/netbirdio/netbird/client/internal/peer/id -lang=go1.23 -complete -installsuffix shared -buildid uFfuuWKJbgi8JkmTLnFk/uFfuuWKJbgi8JkmTLnFk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack ./internal/peer/id/connid.go
2025-08-20T21:44:56.4429002Z [00:02:22.495]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:44:56.4430390Z [00:02:22.496]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/1c/1c7b20dcc30006ac8c5a18cf8848ddd080897ad877fdc6df5436ce2aa2af0238-d # internal
2025-08-20T21:44:56.4445205Z [00:02:22.496]➜  github.com/quic-go/quic-go/internal/utils/ringbuffer
2025-08-20T21:44:56.4445616Z [00:02:22.496]➜  mkdir -p $WORK/b601/
2025-08-20T21:44:56.4446009Z [00:02:22.497]➜  echo '# import config' > $WORK/b601/importcfg # internal
2025-08-20T21:44:56.4448467Z [00:02:22.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/ringbuffer=>github.com/quic-go/quic-go@v0.48.2/internal/utils/ringbuffer;$WORK/b601=>" -p github.com/quic-go/quic-go/internal/utils/ringbuffer -lang=go1.22 -complete -installsuffix shared -buildid 9PYHJFY0NslzBLqHZS3G/9PYHJFY0NslzBLqHZS3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/ringbuffer/ringbuffer.go
2025-08-20T21:44:56.4460770Z [00:02:22.499]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:44:56.4468714Z [00:02:22.499]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:44:56.4469530Z [00:02:22.499]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/63/63d2da30b683cbf25c3b7fbb8468429ae2e9e2798bcc341ddf96206aacb780ee-d # internal
2025-08-20T21:44:56.4470476Z [00:02:22.500]➜  github.com/coder/websocket/internal/util
2025-08-20T21:44:56.4470865Z [00:02:22.500]➜  mkdir -p $WORK/b605/
2025-08-20T21:44:56.4472312Z [00:02:22.500]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/c8/c897f520af591105b96aba76633bd3c66b56d996780bf3d22e2ce1c71b8db9c3-d # internal
2025-08-20T21:44:56.4472942Z [00:02:22.500]➜  github.com/netbirdio/netbird/shared/relay
2025-08-20T21:44:56.4493581Z [00:02:22.502]➜  mkdir -p $WORK/b607/
2025-08-20T21:44:56.4494164Z [00:02:22.502]➜  echo '# import config' > $WORK/b605/importcfg # internal
2025-08-20T21:44:56.4496426Z [00:02:22.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/util=>github.com/coder/websocket@v1.8.12/internal/util;$WORK/b605=>" -p github.com/coder/websocket/internal/util -lang=go1.19 -complete -installsuffix shared -buildid KdLFaniUAiCCc2QLpjQy/KdLFaniUAiCCc2QLpjQy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/util/util.go
2025-08-20T21:44:56.4499531Z [00:02:22.502]➜  echo '# import config' > $WORK/b607/importcfg # internal
2025-08-20T21:44:56.4501638Z [00:02:22.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay=>github.com/netbirdio/netbird/shared/relay;$WORK/b607=>" -p github.com/netbirdio/netbird/shared/relay -lang=go1.23 -complete -installsuffix shared -buildid nujTq8D5eRGjgwRsFahG/nujTq8D5eRGjgwRsFahG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/constants.go
2025-08-20T21:44:56.4553735Z [00:02:22.508]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:44:56.4554751Z [00:02:22.508]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/e9/e93676e974b0c4ed043ec6ddbb4b3f5c522adf1c61c5bcf51744999c22bc1fe1-d # internal
2025-08-20T21:44:56.4556159Z [00:02:22.508]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T21:44:56.4556486Z [00:02:22.508]➜  mkdir -p $WORK/b677/
2025-08-20T21:44:56.4556840Z [00:02:22.508]➜  echo '# import config' > $WORK/b677/importcfg # internal
2025-08-20T21:44:56.4559099Z [00:02:22.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdkio=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdkio;$WORK/b677=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid aBpbc23XcNxVPO2tSTG5/aBpbc23XcNxVPO2tSTG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdkio/byte.go
2025-08-20T21:44:56.4625398Z [00:02:22.515]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:44:56.4629481Z [00:02:22.515]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/a4/a4d0ec5f07a60f2b3ed0d799d44aa48789250d50132a82443d9552b1b68ffb2c-d # internal
2025-08-20T21:44:56.4630217Z [00:02:22.515]➜  golang.org/x/crypto/salsa20/salsa
2025-08-20T21:44:56.4631693Z [00:02:22.515]➜  mkdir -p $WORK/b726/
2025-08-20T21:44:56.4632649Z [00:02:22.515]➜  cat >/tmp/go-build3243449595/b726/importcfg << 'EOF' # internal
2025-08-20T21:44:56.4633005Z [00:02:22.515]➜  # import config
2025-08-20T21:44:56.4633359Z [00:02:22.515]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:56.4633706Z [00:02:22.515]➜  EOF
2025-08-20T21:44:56.4637923Z [00:02:22.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/salsa20/salsa=>golang.org/x/crypto@v0.37.0/salsa20/salsa;$WORK/b726=>" -p golang.org/x/crypto/salsa20/salsa -lang=go1.23 -complete -installsuffix shared -buildid zZVhdqV3tfwP-WeNYc3O/zZVhdqV3tfwP-WeNYc3O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/salsa20/salsa/hsalsa20.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/salsa20/salsa/salsa208.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/salsa20/salsa/salsa20_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/salsa20/salsa/salsa20_ref.go
2025-08-20T21:44:56.4640506Z [00:02:22.515]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:44:56.4641190Z [00:02:22.515]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/63/6382638ee2fd438010516b87c59e64d309eeac73953d7db83edb81ddee99e6d1-d # internal
2025-08-20T21:44:56.4641780Z [00:02:22.516]➜  github.com/shirou/gopsutil/v3/common
2025-08-20T21:44:56.4642079Z [00:02:22.516]➜  mkdir -p $WORK/b735/
2025-08-20T21:44:56.4642441Z [00:02:22.516]➜  echo '# import config' > $WORK/b735/importcfg # internal
2025-08-20T21:44:56.4644411Z [00:02:22.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/common=>github.com/shirou/gopsutil/v3@v3.24.4/common;$WORK/b735=>" -p github.com/shirou/gopsutil/v3/common -lang=go1.15 -complete -installsuffix shared -buildid I_2nYiKWf3yxLjNyUfYj/I_2nYiKWf3yxLjNyUfYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/common/env.go
2025-08-20T21:44:56.4694994Z [00:02:22.522]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:44:56.4696469Z [00:02:22.522]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/49/4990878114ff38abae7a9d8ce7ff308df464255003deaae27dbf0e8613b96439-d # internal
2025-08-20T21:44:56.4698284Z [00:02:22.522]➜  github.com/zcalusic/sysinfo/cpuid
2025-08-20T21:44:56.4698682Z [00:02:22.522]➜  mkdir -p $WORK/b741/
2025-08-20T21:44:56.4699251Z [00:02:22.522]➜  echo -n > $WORK/b741/go_asm.h # internal
2025-08-20T21:44:56.4699833Z [00:02:22.522]➜  cd /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/cpuid
2025-08-20T21:44:56.4701382Z [00:02:22.522]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/zcalusic/sysinfo/cpuid -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/cpuid=>github.com/zcalusic/sysinfo@v1.1.3/cpuid;$WORK/b741=>" -I $WORK/b741/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b741/symabis ./cpuid_default.s
2025-08-20T21:44:56.4720941Z [00:02:22.525]➜  echo '# import config' > $WORK/b741/importcfg # internal
2025-08-20T21:44:56.4721414Z [00:02:22.525]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.4723924Z [00:02:22.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/cpuid=>github.com/zcalusic/sysinfo@v1.1.3/cpuid;$WORK/b741=>" -p github.com/zcalusic/sysinfo/cpuid -lang=go1.22 -installsuffix shared -buildid jxoYa9mTWTAaUJzQwGol/jxoYa9mTWTAaUJzQwGol -goversion go1.25.0 -symabis $WORK/b741/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack -asmhdr $WORK/b741/go_asm.h /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/cpuid/cpuid.go
2025-08-20T21:44:56.4802833Z [00:02:22.533]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:44:56.4805362Z [00:02:22.533]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/8f/8f6a5c3589228998c89e46c5d22ce9215100cd341ff1e99afabc70d9a6be7dea-d # internal
2025-08-20T21:44:56.4806692Z [00:02:22.533]➜  log/slog/internal
2025-08-20T21:44:56.4807308Z [00:02:22.533]➜  mkdir -p $WORK/b773/
2025-08-20T21:44:56.4808144Z [00:02:22.534]➜  echo '# import config' > $WORK/b773/importcfg # internal
2025-08-20T21:44:56.4809886Z [00:02:22.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b773=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T21:44:56.4814059Z [00:02:22.534]➜  cd /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/cpuid
2025-08-20T21:44:56.4815857Z [00:02:22.534]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/zcalusic/sysinfo/cpuid -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/cpuid=>github.com/zcalusic/sysinfo@v1.1.3/cpuid;$WORK/b741=>" -I $WORK/b741/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b741/cpuid_default.o ./cpuid_default.s
2025-08-20T21:44:56.4842321Z [00:02:22.537]➜  go tool pack r $WORK/b741/_pkg_.a $WORK/b741/cpuid_default.o # internal
2025-08-20T21:44:56.4844077Z [00:02:22.537]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:44:56.4845773Z [00:02:22.537]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/0f/0f309378d5b7e63b5e996d7afc7eaa24fc0a0fd948a588d2fa3bc04692c43d5b-d # internal
2025-08-20T21:44:56.4850491Z [00:02:22.538]➜  github.com/cloudflare/circl/pke/kyber/internal/common/params
2025-08-20T21:44:56.4850931Z [00:02:22.538]➜  mkdir -p $WORK/b781/
2025-08-20T21:44:56.4851288Z [00:02:22.538]➜  echo '# import config' > $WORK/b781/importcfg # internal
2025-08-20T21:44:56.4851686Z [00:02:22.538]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:56.4854262Z [00:02:22.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/params=>github.com/cloudflare/circl@v1.3.3/pke/kyber/internal/common/params;$WORK/b781=>" -p github.com/cloudflare/circl/pke/kyber/internal/common/params -lang=go1.17 -complete -installsuffix shared -buildid AfVkjVNqNROTqQFqf0WO/AfVkjVNqNROTqQFqf0WO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/params/params.go
2025-08-20T21:44:56.4889020Z [00:02:22.542]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:44:56.4897900Z [00:02:22.543]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/8c/8ca46b7e9f4d46f9ce3639af23ee6a8a0a8e0b87cec10ea14e079a1b882f83be-d # internal
2025-08-20T21:44:56.4898954Z [00:02:22.543]➜  github.com/cloudflare/circl/math/gf2e12
2025-08-20T21:44:56.4899466Z [00:02:22.543]➜  mkdir -p $WORK/b786/
2025-08-20T21:44:56.4902196Z [00:02:22.543]➜  echo '# import config' > $WORK/b786/importcfg # internal
2025-08-20T21:44:56.4904465Z [00:02:22.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/math/gf2e12=>github.com/cloudflare/circl@v1.3.3/math/gf2e12;$WORK/b786=>" -p github.com/cloudflare/circl/math/gf2e12 -lang=go1.17 -complete -installsuffix shared -buildid XymDm1v7g4sqJylGXRcX/XymDm1v7g4sqJylGXRcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/math/gf2e12/gf4096.go
2025-08-20T21:44:56.4922121Z [00:02:22.545]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:44:56.4925052Z [00:02:22.545]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T21:44:56.4925729Z [00:02:22.545]➜  github.com/cloudflare/circl/math/gf2e13
2025-08-20T21:44:56.4926047Z [00:02:22.545]➜  mkdir -p $WORK/b787/
2025-08-20T21:44:56.4926397Z [00:02:22.545]➜  echo '# import config' > $WORK/b787/importcfg # internal
2025-08-20T21:44:56.4928747Z [00:02:22.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/math/gf2e13=>github.com/cloudflare/circl@v1.3.3/math/gf2e13;$WORK/b787=>" -p github.com/cloudflare/circl/math/gf2e13 -lang=go1.17 -complete -installsuffix shared -buildid WPF7Tpztdj5CkjkWhf_W/WPF7Tpztdj5CkjkWhf_W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/math/gf2e13/gf8192.go
2025-08-20T21:44:56.4930717Z [00:02:22.545]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:44:56.4932450Z [00:02:22.546]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/21/2169e7feba1aeaf2e718126efd2874339d41a10160b68abee7f64cfcf6c23d04-d # internal
2025-08-20T21:44:56.4933801Z [00:02:22.546]➜  github.com/netbirdio/netbird/shared/management/client/common
2025-08-20T21:44:56.4934524Z [00:02:22.546]➜  mkdir -p $WORK/b794/
2025-08-20T21:44:56.4935266Z [00:02:22.546]➜  echo '# import config' > $WORK/b794/importcfg # internal
2025-08-20T21:44:56.4937955Z [00:02:22.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/common=>github.com/netbirdio/netbird/shared/management/client/common;$WORK/b794=>" -p github.com/netbirdio/netbird/shared/management/client/common -lang=go1.23 -complete -installsuffix shared -buildid LPCECih4afDXN7UUgILJ/LPCECih4afDXN7UUgILJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/common/types.go
2025-08-20T21:44:56.5023871Z [00:02:22.555]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:44:56.5034576Z [00:02:22.556]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/8b/8bda3e70e824ee94672bf9c8d141ee29b99a9b8134edd0324a96190415736bf2-d # internal
2025-08-20T21:44:56.5039829Z [00:02:22.557]➜  github.com/netbirdio/netbird/upload-server/types
2025-08-20T21:44:56.5040859Z [00:02:22.557]➜  mkdir -p $WORK/b804/
2025-08-20T21:44:56.5046989Z [00:02:22.557]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:44:56.5050733Z [00:02:22.558]➜  echo '# import config' > $WORK/b804/importcfg # internal
2025-08-20T21:44:56.5053964Z [00:02:22.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/types=>github.com/netbirdio/netbird/upload-server/types;$WORK/b804=>" -p github.com/netbirdio/netbird/upload-server/types -lang=go1.23 -complete -installsuffix shared -buildid LxY7Bl9AlnN-BvLN0kcZ/LxY7Bl9AlnN-BvLN0kcZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/types/upload.go
2025-08-20T21:44:56.5056054Z [00:02:22.558]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/a8/a89b8030ca130fadd7bde37622e5d5655f555901c53857188b2a1eedb46ced80-d # internal
2025-08-20T21:44:56.5067440Z [00:02:22.559]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:44:56.5068361Z [00:02:22.559]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/10/10de0065a3429f159d5bce87226ebf71abfc2f8e79f2434cc82f71817ab9cd52-d # internal
2025-08-20T21:44:56.5069032Z [00:02:22.559]➜  github.com/cloudflare/circl/kem/mceliece/internal
2025-08-20T21:44:56.5069374Z [00:02:22.559]➜  mkdir -p $WORK/b785/
2025-08-20T21:44:56.5069750Z [00:02:22.559]➜  cat >/tmp/go-build3243449595/b785/importcfg << 'EOF' # internal
2025-08-20T21:44:56.5070096Z [00:02:22.559]➜  # import config
2025-08-20T21:44:56.5070560Z [00:02:22.560]➜  packagefile github.com/cloudflare/circl/math/gf2e12=/tmp/go-build3243449595/b786/_pkg_.a
2025-08-20T21:44:56.5071227Z [00:02:22.560]➜  packagefile github.com/cloudflare/circl/math/gf2e13=/tmp/go-build3243449595/b787/_pkg_.a
2025-08-20T21:44:56.5071647Z [00:02:22.560]➜  EOF
2025-08-20T21:44:56.5077185Z [00:02:22.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/internal=>github.com/cloudflare/circl@v1.3.3/kem/mceliece/internal;$WORK/b785=>" -p github.com/cloudflare/circl/kem/mceliece/internal -lang=go1.17 -complete -installsuffix shared -buildid LLPc77YLdvsN16KsjU_Q/LLPc77YLdvsN16KsjU_Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/internal/controlbits.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/internal/djbsort.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/internal/fft_const.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/internal/powers.go
2025-08-20T21:44:56.5146794Z [00:02:22.567]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:44:56.5151675Z [00:02:22.568]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/f5/f5e1a4cfcfdf49c6b64cf64ac516aa651431bf89ade9c1d37244759d9b28e08f-d # internal
2025-08-20T21:44:56.5349719Z [00:02:22.588]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:44:56.5355293Z [00:02:22.588]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/05/05d2059cbce8081d035dc6975dd62a504e96107342b0b26117e3dad1edbfa648-d # internal
2025-08-20T21:44:57.8455609Z [00:02:23.898]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T21:44:57.8457255Z [00:02:23.898]➜  cd /root/.go/src/runtime
2025-08-20T21:44:57.8458497Z [00:02:23.899]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:44:57.8480734Z [00:02:23.901]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm_arm64.o ./asm_arm64.s
2025-08-20T21:44:57.8569767Z [00:02:23.910]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:44:57.8591744Z [00:02:23.912]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/duff_arm64.o ./duff_arm64.s
2025-08-20T21:44:57.8619057Z [00:02:23.915]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:44:57.8646406Z [00:02:23.917]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memclr_arm64.o ./memclr_arm64.s
2025-08-20T21:44:57.8670458Z [00:02:23.920]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memmove_arm64.o ./memmove_arm64.s
2025-08-20T21:44:57.8695665Z [00:02:23.922]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/preempt_arm64.o ./preempt_arm64.s
2025-08-20T21:44:57.8735912Z [00:02:23.926]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T21:44:57.8761233Z [00:02:23.929]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T21:44:57.8812998Z [00:02:23.934]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/tls_arm64.o ./tls_arm64.s
2025-08-20T21:44:57.8851765Z [00:02:23.938]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_arm64.o $WORK/b010/atomic_arm64.o $WORK/b010/duff_arm64.o $WORK/b010/ints.o $WORK/b010/memclr_arm64.o $WORK/b010/memmove_arm64.o $WORK/b010/preempt_arm64.o $WORK/b010/rt0_linux_arm64.o $WORK/b010/sys_linux_arm64.o $WORK/b010/tls_arm64.o # internal
2025-08-20T21:44:57.8853369Z [00:02:23.938]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:44:57.9142148Z [00:02:23.967]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T21:44:57.9143280Z [00:02:23.967]➜  internal/reflectlite
2025-08-20T21:44:57.9143993Z [00:02:23.967]➜  mkdir -p $WORK/b005/
2025-08-20T21:44:57.9144908Z [00:02:23.967]➜  iter
2025-08-20T21:44:57.9147275Z [00:02:23.968]➜  mkdir -p $WORK/b047/
2025-08-20T21:44:57.9150639Z [00:02:23.968]➜  weak
2025-08-20T21:44:57.9150952Z [00:02:23.968]➜  mkdir -p $WORK/b080/
2025-08-20T21:44:57.9151265Z [00:02:23.968]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:44:57.9151600Z [00:02:23.968]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:44:57.9152734Z [00:02:23.968]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:44:57.9153677Z [00:02:23.968]➜  sync
2025-08-20T21:44:57.9153899Z [00:02:23.968]➜  mkdir -p $WORK/b034/
2025-08-20T21:44:57.9160084Z [00:02:23.968]➜  cat >/tmp/go-build3243449595/b080/importcfg << 'EOF' # internal
2025-08-20T21:44:57.9161306Z [00:02:23.968]➜  # import config
2025-08-20T21:44:57.9162046Z [00:02:23.968]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:57.9163063Z [00:02:23.968]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:57.9163391Z [00:02:23.968]➜  EOF
2025-08-20T21:44:57.9163657Z [00:02:23.968]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:57.9165148Z [00:02:23.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b080=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:44:57.9166499Z [00:02:23.968]➜  cat >/tmp/go-build3243449595/b034/importcfg << 'EOF' # internal
2025-08-20T21:44:57.9166844Z [00:02:23.968]➜  # import config
2025-08-20T21:44:57.9167205Z [00:02:23.968]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:44:57.9167688Z [00:02:23.968]➜  packagefile internal/sync=/tmp/go-build3243449595/b035/_pkg_.a
2025-08-20T21:44:57.9168402Z [00:02:23.968]➜  packagefile internal/synctest=/tmp/go-build3243449595/b037/_pkg_.a
2025-08-20T21:44:57.9168874Z [00:02:23.968]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:57.9169318Z [00:02:23.968]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:57.9169648Z [00:02:23.968]➜  EOF
2025-08-20T21:44:57.9171966Z [00:02:23.968]➜  /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-20T21:44:57.9174118Z [00:02:23.969]➜  cat >/tmp/go-build3243449595/b047/importcfg << 'EOF' # internal
2025-08-20T21:44:57.9174462Z [00:02:23.969]➜  # import config
2025-08-20T21:44:57.9174823Z [00:02:23.969]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:44:57.9175270Z [00:02:23.969]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:57.9175586Z [00:02:23.969]➜  EOF
2025-08-20T21:44:57.9177165Z [00:02:23.969]➜  /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-20T21:44:57.9194685Z [00:02:23.972]➜  cat >/tmp/go-build3243449595/b005/importcfg << 'EOF' # internal
2025-08-20T21:44:57.9195126Z [00:02:23.972]➜  # import config
2025-08-20T21:44:57.9195495Z [00:02:23.972]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:57.9195968Z [00:02:23.972]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:57.9196482Z [00:02:23.972]➜  packagefile internal/unsafeheader=/tmp/go-build3243449595/b009/_pkg_.a
2025-08-20T21:44:57.9196962Z [00:02:23.972]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:57.9197282Z [00:02:23.972]➜  EOF
2025-08-20T21:44:57.9201736Z [00:02:23.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:44:57.9252885Z [00:02:23.978]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:44:57.9255870Z [00:02:23.978]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T21:44:57.9256541Z [00:02:23.978]➜  crypto/subtle
2025-08-20T21:44:57.9256801Z [00:02:23.978]➜  mkdir -p $WORK/b128/
2025-08-20T21:44:57.9258536Z [00:02:23.979]➜  cat >/tmp/go-build3243449595/b128/importcfg << 'EOF' # internal
2025-08-20T21:44:57.9259785Z [00:02:23.979]➜  # import config
2025-08-20T21:44:57.9260304Z [00:02:23.979]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:44:57.9260874Z [00:02:23.979]➜  packagefile internal/runtime/sys=/tmp/go-build3243449595/b031/_pkg_.a
2025-08-20T21:44:57.9261555Z [00:02:23.979]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:57.9262037Z [00:02:23.979]➜  EOF
2025-08-20T21:44:57.9263945Z [00:02:23.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b128=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T21:44:57.9315312Z [00:02:23.984]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:44:57.9323586Z [00:02:23.985]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T21:44:57.9331169Z [00:02:23.986]➜  slices
2025-08-20T21:44:57.9332011Z [00:02:23.986]➜  mkdir -p $WORK/b045/
2025-08-20T21:44:57.9341516Z [00:02:23.987]➜  cat >/tmp/go-build3243449595/b045/importcfg << 'EOF' # internal
2025-08-20T21:44:57.9342577Z [00:02:23.987]➜  # import config
2025-08-20T21:44:57.9343278Z [00:02:23.987]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:44:57.9361117Z [00:02:23.987]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:44:57.9361633Z [00:02:23.987]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:57.9361963Z [00:02:23.987]➜  EOF
2025-08-20T21:44:57.9364133Z [00:02:23.989]➜  /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-20T21:44:57.9395394Z [00:02:23.992]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:44:57.9401385Z [00:02:23.993]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T21:44:57.9402465Z [00:02:23.993]➜  maps
2025-08-20T21:44:57.9403138Z [00:02:23.993]➜  mkdir -p $WORK/b089/
2025-08-20T21:44:57.9403824Z [00:02:23.993]➜  cat >/tmp/go-build3243449595/b089/importcfg << 'EOF' # internal
2025-08-20T21:44:57.9404421Z [00:02:23.993]➜  # import config
2025-08-20T21:44:57.9404959Z [00:02:23.993]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:44:57.9405575Z [00:02:23.993]➜  EOF
2025-08-20T21:44:57.9407176Z [00:02:23.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b089=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:44:57.9538469Z [00:02:24.007]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:44:57.9547538Z [00:02:24.007]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T21:44:57.9669850Z [00:02:24.019]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:44:57.9670611Z [00:02:24.020]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T21:44:58.0091382Z [00:02:24.062]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:44:58.0093282Z [00:02:24.062]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:44:58.0115761Z [00:02:24.064]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:44:58.0116922Z [00:02:24.064]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:44:58.0136767Z [00:02:24.066]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T21:44:58.0138241Z [00:02:24.066]➜  errors
2025-08-20T21:44:58.0138882Z [00:02:24.066]➜  mkdir -p $WORK/b004/
2025-08-20T21:44:58.0139478Z [00:02:24.066]➜  sort
2025-08-20T21:44:58.0140094Z [00:02:24.066]➜  mkdir -p $WORK/b087/
2025-08-20T21:44:58.0141098Z [00:02:24.066]➜  cat >/tmp/go-build3243449595/b004/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0141538Z [00:02:24.066]➜  # import config
2025-08-20T21:44:58.0141946Z [00:02:24.066]➜  packagefile internal/reflectlite=/tmp/go-build3243449595/b005/_pkg_.a
2025-08-20T21:44:58.0142323Z [00:02:24.066]➜  EOF
2025-08-20T21:44:58.0142590Z [00:02:24.066]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.0144235Z [00:02:24.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:44:58.0145730Z [00:02:24.066]➜  cat >/tmp/go-build3243449595/b087/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0146075Z [00:02:24.066]➜  # import config
2025-08-20T21:44:58.0151243Z [00:02:24.066]➜  packagefile internal/reflectlite=/tmp/go-build3243449595/b005/_pkg_.a
2025-08-20T21:44:58.0152347Z [00:02:24.066]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:58.0153885Z [00:02:24.066]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:58.0154226Z [00:02:24.066]➜  EOF
2025-08-20T21:44:58.0155971Z [00:02:24.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b087=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T21:44:58.0157639Z [00:02:24.068]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:44:58.0192102Z [00:02:24.072]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T21:44:58.0192819Z [00:02:24.072]➜  internal/bisect
2025-08-20T21:44:58.0193089Z [00:02:24.072]➜  mkdir -p $WORK/b040/
2025-08-20T21:44:58.0193351Z [00:02:24.072]➜  internal/testlog
2025-08-20T21:44:58.0193605Z [00:02:24.072]➜  mkdir -p $WORK/b063/
2025-08-20T21:44:58.0193983Z [00:02:24.072]➜  cat >/tmp/go-build3243449595/b040/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0194800Z [00:02:24.072]➜  # import config
2025-08-20T21:44:58.0203472Z [00:02:24.072]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:58.0206048Z [00:02:24.072]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.0206527Z [00:02:24.072]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.0211429Z [00:02:24.072]➜  EOF
2025-08-20T21:44:58.0213118Z [00:02:24.072]➜  /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-20T21:44:58.0222146Z [00:02:24.072]➜  cat >/tmp/go-build3243449595/b063/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0222527Z [00:02:24.072]➜  # import config
2025-08-20T21:44:58.0222888Z [00:02:24.072]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.0223329Z [00:02:24.072]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.0223662Z [00:02:24.072]➜  EOF
2025-08-20T21:44:58.0225305Z [00:02:24.072]➜  /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-20T21:44:58.0384145Z [00:02:24.091]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:44:58.0400562Z [00:02:24.093]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T21:44:58.0401163Z [00:02:24.093]➜  internal/singleflight
2025-08-20T21:44:58.0401496Z [00:02:24.093]➜  mkdir -p $WORK/b077/
2025-08-20T21:44:58.0438947Z [00:02:24.096]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:44:58.0469287Z [00:02:24.098]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T21:44:58.0470306Z [00:02:24.098]➜  internal/oserror
2025-08-20T21:44:58.0470915Z [00:02:24.098]➜  mkdir -p $WORK/b044/
2025-08-20T21:44:58.0471623Z [00:02:24.098]➜  cat >/tmp/go-build3243449595/b044/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0472686Z [00:02:24.098]➜  # import config
2025-08-20T21:44:58.0473419Z [00:02:24.098]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.0474154Z [00:02:24.098]➜  EOF
2025-08-20T21:44:58.0476266Z [00:02:24.098]➜  /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-20T21:44:58.0499229Z [00:02:24.101]➜  cat >/tmp/go-build3243449595/b077/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0500372Z [00:02:24.103]➜  # import config
2025-08-20T21:44:58.0500795Z [00:02:24.103]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.0501114Z [00:02:24.103]➜  EOF
2025-08-20T21:44:58.0502784Z [00:02:24.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b077=>" -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/b077/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:44:58.0655861Z [00:02:24.118]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:44:58.0662655Z [00:02:24.119]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T21:44:58.0669923Z [00:02:24.120]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:44:58.0675650Z [00:02:24.120]➜  syscall
2025-08-20T21:44:58.0677538Z [00:02:24.120]➜  mkdir -p $WORK/b042/
2025-08-20T21:44:58.0679240Z [00:02:24.121]➜  echo -n > $WORK/b042/go_asm.h # internal
2025-08-20T21:44:58.0679674Z [00:02:24.121]➜  cd /root/.go/src/syscall
2025-08-20T21:44:58.0681703Z [00:02:24.121]➜  /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-20T21:44:58.0683953Z [00:02:24.121]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:44:58.0710140Z [00:02:24.124]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T21:44:58.0712078Z [00:02:24.124]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T21:44:58.0713696Z [00:02:24.124]➜  internal/godebug
2025-08-20T21:44:58.0714008Z [00:02:24.124]➜  mkdir -p $WORK/b039/
2025-08-20T21:44:58.0720691Z [00:02:24.125]➜  cat >/tmp/go-build3243449595/b039/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0722199Z [00:02:24.125]➜  # import config
2025-08-20T21:44:58.0723155Z [00:02:24.125]➜  packagefile internal/bisect=/tmp/go-build3243449595/b040/_pkg_.a
2025-08-20T21:44:58.0724180Z [00:02:24.125]➜  packagefile internal/godebugs=/tmp/go-build3243449595/b016/_pkg_.a
2025-08-20T21:44:58.0724746Z [00:02:24.125]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.0725193Z [00:02:24.125]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.0725552Z [00:02:24.125]➜  EOF
2025-08-20T21:44:58.0725826Z [00:02:24.125]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.0742612Z [00:02:24.127]➜  /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-20T21:44:58.0758523Z [00:02:24.128]➜  strconv
2025-08-20T21:44:58.0758949Z [00:02:24.129]➜  mkdir -p $WORK/b052/
2025-08-20T21:44:58.0760252Z [00:02:24.129]➜  cat >/tmp/go-build3243449595/b052/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0760613Z [00:02:24.129]➜  # import config
2025-08-20T21:44:58.0760961Z [00:02:24.129]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.0761425Z [00:02:24.129]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.0761960Z [00:02:24.129]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:44:58.0762430Z [00:02:24.129]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:58.0762863Z [00:02:24.129]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:58.0763314Z [00:02:24.129]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:58.0763648Z [00:02:24.129]➜  EOF
2025-08-20T21:44:58.0766445Z [00:02:24.129]➜  /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-20T21:44:58.0806440Z [00:02:24.133]➜  cat >/tmp/go-build3243449595/b042/importcfg << 'EOF' # internal
2025-08-20T21:44:58.0814947Z [00:02:24.133]➜  # import config
2025-08-20T21:44:58.0815387Z [00:02:24.133]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.0815874Z [00:02:24.133]➜  packagefile internal/asan=/tmp/go-build3243449595/b028/_pkg_.a
2025-08-20T21:44:58.0816361Z [00:02:24.133]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.0816862Z [00:02:24.133]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:58.0817358Z [00:02:24.133]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:58.0817957Z [00:02:24.133]➜  packagefile internal/itoa=/tmp/go-build3243449595/b043/_pkg_.a
2025-08-20T21:44:58.0818488Z [00:02:24.133]➜  packagefile internal/msan=/tmp/go-build3243449595/b029/_pkg_.a
2025-08-20T21:44:58.0818969Z [00:02:24.133]➜  packagefile internal/oserror=/tmp/go-build3243449595/b044/_pkg_.a
2025-08-20T21:44:58.0819446Z [00:02:24.133]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:44:58.0819962Z [00:02:24.133]➜  packagefile internal/runtime/syscall=/tmp/go-build3243449595/b024/_pkg_.a
2025-08-20T21:44:58.0820460Z [00:02:24.133]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:58.0820885Z [00:02:24.133]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:58.0821299Z [00:02:24.133]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.0821733Z [00:02:24.133]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.0822062Z [00:02:24.133]➜  EOF
2025-08-20T21:44:58.0840655Z [00:02:24.136]➜  /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-20T21:44:58.1111926Z [00:02:24.163]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:44:58.1123342Z [00:02:24.165]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T21:44:58.1124921Z [00:02:24.165]➜  io
2025-08-20T21:44:58.1125537Z [00:02:24.165]➜  mkdir -p $WORK/b055/
2025-08-20T21:44:58.1129795Z [00:02:24.166]➜  cat >/tmp/go-build3243449595/b055/importcfg << 'EOF' # internal
2025-08-20T21:44:58.1130593Z [00:02:24.166]➜  # import config
2025-08-20T21:44:58.1130954Z [00:02:24.166]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.1131781Z [00:02:24.166]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.1132098Z [00:02:24.166]➜  EOF
2025-08-20T21:44:58.1160537Z [00:02:24.166]➜  /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-20T21:44:58.1586414Z [00:02:24.211]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:44:58.1610971Z [00:02:24.214]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T21:44:58.1615432Z [00:02:24.214]➜  path
2025-08-20T21:44:58.1616665Z [00:02:24.214]➜  mkdir -p $WORK/b059/
2025-08-20T21:44:58.1628968Z [00:02:24.215]➜  cat >/tmp/go-build3243449595/b059/importcfg << 'EOF' # internal
2025-08-20T21:44:58.1629514Z [00:02:24.215]➜  # import config
2025-08-20T21:44:58.1629876Z [00:02:24.215]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.1630339Z [00:02:24.215]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.1630825Z [00:02:24.215]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:58.1631159Z [00:02:24.215]➜  EOF
2025-08-20T21:44:58.1632586Z [00:02:24.216]➜  /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-20T21:44:58.1906607Z [00:02:24.243]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:44:58.1932252Z [00:02:24.246]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T21:44:58.1933155Z [00:02:24.246]➜  math/rand
2025-08-20T21:44:58.1933575Z [00:02:24.246]➜  mkdir -p $WORK/b065/
2025-08-20T21:44:58.1934559Z [00:02:24.246]➜  cat >/tmp/go-build3243449595/b065/importcfg << 'EOF' # internal
2025-08-20T21:44:58.1935560Z [00:02:24.246]➜  # import config
2025-08-20T21:44:58.1936045Z [00:02:24.246]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:44:58.1936905Z [00:02:24.246]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:58.1937402Z [00:02:24.246]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.1937986Z [00:02:24.246]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.1938368Z [00:02:24.246]➜  EOF
2025-08-20T21:44:58.1940183Z [00:02:24.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b065=>" -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/b065/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T21:44:58.1941849Z [00:02:24.246]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:44:58.1942519Z [00:02:24.246]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T21:44:58.1943039Z [00:02:24.246]➜  bytes
2025-08-20T21:44:58.1943266Z [00:02:24.246]➜  mkdir -p $WORK/b068/
2025-08-20T21:44:58.1943635Z [00:02:24.246]➜  cat >/tmp/go-build3243449595/b068/importcfg << 'EOF' # internal
2025-08-20T21:44:58.1943979Z [00:02:24.246]➜  # import config
2025-08-20T21:44:58.1944628Z [00:02:24.246]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.1945098Z [00:02:24.246]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.1945540Z [00:02:24.246]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:58.1945948Z [00:02:24.246]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:44:58.1946375Z [00:02:24.246]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:58.1946818Z [00:02:24.246]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:44:58.1947270Z [00:02:24.246]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:58.1947608Z [00:02:24.246]➜  EOF
2025-08-20T21:44:58.1949320Z [00:02:24.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b068=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T21:44:58.2237269Z [00:02:24.276]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:44:58.2255853Z [00:02:24.278]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T21:44:58.2263446Z [00:02:24.279]➜  reflect
2025-08-20T21:44:58.2264779Z [00:02:24.279]➜  mkdir -p $WORK/b050/
2025-08-20T21:44:58.2266650Z [00:02:24.279]➜  echo -n > $WORK/b050/go_asm.h # internal
2025-08-20T21:44:58.2267421Z [00:02:24.279]➜  cd /root/.go/src/reflect
2025-08-20T21:44:58.2269960Z [00:02:24.279]➜  /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-20T21:44:58.2292623Z [00:02:24.282]➜  cat >/tmp/go-build3243449595/b050/importcfg << 'EOF' # internal
2025-08-20T21:44:58.2293533Z [00:02:24.282]➜  # import config
2025-08-20T21:44:58.2294925Z [00:02:24.282]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.2295420Z [00:02:24.282]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:58.2295903Z [00:02:24.282]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.2296391Z [00:02:24.282]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:58.2297126Z [00:02:24.282]➜  packagefile internal/itoa=/tmp/go-build3243449595/b043/_pkg_.a
2025-08-20T21:44:58.2297683Z [00:02:24.282]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:44:58.2302078Z [00:02:24.282]➜  packagefile internal/runtime/maps=/tmp/go-build3243449595/b027/_pkg_.a
2025-08-20T21:44:58.2302629Z [00:02:24.282]➜  packagefile internal/runtime/sys=/tmp/go-build3243449595/b031/_pkg_.a
2025-08-20T21:44:58.2303335Z [00:02:24.282]➜  packagefile internal/unsafeheader=/tmp/go-build3243449595/b009/_pkg_.a
2025-08-20T21:44:58.2303808Z [00:02:24.282]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:44:58.2304219Z [00:02:24.282]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:58.2304639Z [00:02:24.282]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:58.2305065Z [00:02:24.282]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:58.2305504Z [00:02:24.282]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.2305928Z [00:02:24.282]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:44:58.2306374Z [00:02:24.282]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:58.2306708Z [00:02:24.282]➜  EOF
2025-08-20T21:44:58.2306973Z [00:02:24.282]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.2310415Z [00:02:24.282]➜  /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-20T21:44:58.2493376Z [00:02:24.302]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:44:58.2505681Z [00:02:24.303]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T21:44:58.2509339Z [00:02:24.304]➜  strings
2025-08-20T21:44:58.2509740Z [00:02:24.304]➜  mkdir -p $WORK/b069/
2025-08-20T21:44:58.2513981Z [00:02:24.304]➜  cat >/tmp/go-build3243449595/b069/importcfg << 'EOF' # internal
2025-08-20T21:44:58.2515086Z [00:02:24.304]➜  # import config
2025-08-20T21:44:58.2515541Z [00:02:24.304]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.2516021Z [00:02:24.304]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:58.2516538Z [00:02:24.304]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.2517064Z [00:02:24.304]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:44:58.2517531Z [00:02:24.304]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:58.2518126Z [00:02:24.304]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:44:58.2518567Z [00:02:24.304]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:58.2519011Z [00:02:24.304]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.2519431Z [00:02:24.304]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:44:58.2519882Z [00:02:24.304]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:58.2520221Z [00:02:24.304]➜  EOF
2025-08-20T21:44:58.2522881Z [00:02:24.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b069=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T21:44:58.3198678Z [00:02:24.373]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:44:58.3215821Z [00:02:24.374]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T21:44:58.3216496Z [00:02:24.374]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:44:58.3216853Z [00:02:24.374]➜  mkdir -p $WORK/b075/
2025-08-20T21:44:58.3219015Z [00:02:24.375]➜  cat >/tmp/go-build3243449595/b075/importcfg << 'EOF' # internal
2025-08-20T21:44:58.3220642Z [00:02:24.375]➜  # import config
2025-08-20T21:44:58.3223219Z [00:02:24.375]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.3223570Z [00:02:24.375]➜  EOF
2025-08-20T21:44:58.3225439Z [00:02:24.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b075=>" -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/b075/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:44:58.3994374Z [00:02:24.452]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:44:58.3995379Z [00:02:24.452]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T21:44:58.3996111Z [00:02:24.452]➜  bufio
2025-08-20T21:44:58.3996371Z [00:02:24.452]➜  mkdir -p $WORK/b067/
2025-08-20T21:44:58.3996792Z [00:02:24.452]➜  cat >/tmp/go-build3243449595/b067/importcfg << 'EOF' # internal
2025-08-20T21:44:58.3997144Z [00:02:24.452]➜  # import config
2025-08-20T21:44:58.3997483Z [00:02:24.452]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:58.3998045Z [00:02:24.452]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.3998472Z [00:02:24.452]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:58.3998910Z [00:02:24.452]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:58.3999357Z [00:02:24.452]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:58.3999690Z [00:02:24.452]➜  EOF
2025-08-20T21:44:58.4041052Z [00:02:24.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b067=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:44:58.4680119Z [00:02:24.521]➜  cd /root/.go/src/syscall
2025-08-20T21:44:58.4681209Z [00:02:24.521]➜  /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-20T21:44:58.4717308Z [00:02:24.524]➜  go tool pack r $WORK/b042/_pkg_.a $WORK/b042/asm_linux_arm64.o # internal
2025-08-20T21:44:58.4718572Z [00:02:24.524]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:44:58.4774078Z [00:02:24.530]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T21:44:58.4783789Z [00:02:24.531]➜  time
2025-08-20T21:44:58.4784371Z [00:02:24.531]➜  mkdir -p $WORK/b038/
2025-08-20T21:44:58.4794644Z [00:02:24.532]➜  cat >/tmp/go-build3243449595/b038/importcfg << 'EOF' # internal
2025-08-20T21:44:58.4795881Z [00:02:24.532]➜  # import config
2025-08-20T21:44:58.4797041Z [00:02:24.533]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.4798780Z [00:02:24.533]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.4799309Z [00:02:24.533]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:44:58.4799862Z [00:02:24.533]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:44:58.4800350Z [00:02:24.533]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:58.4800787Z [00:02:24.533]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:58.4801209Z [00:02:24.533]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.4801658Z [00:02:24.533]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:58.4801975Z [00:02:24.533]➜  EOF
2025-08-20T21:44:58.4810267Z [00:02:24.534]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:44:58.4821872Z [00:02:24.535]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T21:44:58.4822624Z [00:02:24.535]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.4833098Z [00:02:24.536]➜  /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-20T21:44:58.4836210Z [00:02:24.536]➜  internal/syscall/unix
2025-08-20T21:44:58.4836710Z [00:02:24.536]➜  mkdir -p $WORK/b061/
2025-08-20T21:44:58.4837280Z [00:02:24.536]➜  cat >/tmp/go-build3243449595/b061/importcfg << 'EOF' # internal
2025-08-20T21:44:58.4838099Z [00:02:24.536]➜  # import config
2025-08-20T21:44:58.4838622Z [00:02:24.536]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:58.4839640Z [00:02:24.536]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.4840428Z [00:02:24.536]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:58.4841861Z [00:02:24.536]➜  EOF
2025-08-20T21:44:58.4848566Z [00:02:24.536]➜  /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-20T21:44:58.5138066Z [00:02:24.566]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:44:58.5147469Z [00:02:24.567]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T21:44:58.5150376Z [00:02:24.567]➜  internal/syscall/execenv
2025-08-20T21:44:58.5152365Z [00:02:24.568]➜  mkdir -p $WORK/b062/
2025-08-20T21:44:58.5153470Z [00:02:24.568]➜  cat >/tmp/go-build3243449595/b062/importcfg << 'EOF' # internal
2025-08-20T21:44:58.5154188Z [00:02:24.568]➜  # import config
2025-08-20T21:44:58.5155564Z [00:02:24.568]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:58.5155918Z [00:02:24.568]➜  EOF
2025-08-20T21:44:58.5157626Z [00:02:24.568]➜  /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-20T21:44:58.5166035Z [00:02:24.569]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:44:58.5203690Z [00:02:24.573]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T21:44:58.5206221Z [00:02:24.573]➜  unique
2025-08-20T21:44:58.5206553Z [00:02:24.573]➜  mkdir -p $WORK/b079/
2025-08-20T21:44:58.5217510Z [00:02:24.575]➜  cat >/tmp/go-build3243449595/b079/importcfg << 'EOF' # internal
2025-08-20T21:44:58.5218057Z [00:02:24.575]➜  # import config
2025-08-20T21:44:58.5218497Z [00:02:24.575]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:44:58.5218988Z [00:02:24.575]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:58.5219501Z [00:02:24.575]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:44:58.5219994Z [00:02:24.575]➜  packagefile internal/sync=/tmp/go-build3243449595/b035/_pkg_.a
2025-08-20T21:44:58.5220464Z [00:02:24.575]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:58.5220888Z [00:02:24.575]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.5221324Z [00:02:24.575]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.5221755Z [00:02:24.575]➜  packagefile weak=/tmp/go-build3243449595/b080/_pkg_.a
2025-08-20T21:44:58.5222066Z [00:02:24.575]➜  EOF
2025-08-20T21:44:58.5227188Z [00:02:24.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b079=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T21:44:58.5295551Z [00:02:24.582]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:44:58.5296621Z [00:02:24.582]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T21:44:58.5397609Z [00:02:24.592]➜  runtime/cgo
2025-08-20T21:44:58.5399634Z [00:02:24.592]➜  mkdir -p $WORK/b081/
2025-08-20T21:44:58.5400012Z [00:02:24.592]➜  echo -n > $WORK/b081/preferlinkext # internal
2025-08-20T21:44:58.5400353Z [00:02:24.592]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:58.5401652Z [00:02:24.592]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b081/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b081/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:44:58.5680470Z [00:02:24.621]➜  cd $WORK
2025-08-20T21:44:58.5682103Z [00:02:24.621]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:44:58.5927491Z [00:02:24.645]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:44:58.6179679Z [00:02:24.671]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T21:44:58.6225816Z [00:02:24.675]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:44:58.6273707Z [00:02:24.680]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T21:44:58.6881591Z [00:02:24.741]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:44:58.7143847Z [00:02:24.767]➜  net/netip
2025-08-20T21:44:58.7145397Z [00:02:24.767]➜  mkdir -p $WORK/b078/
2025-08-20T21:44:58.7147276Z [00:02:24.768]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:44:58.7183946Z [00:02:24.771]➜  cat >/tmp/go-build3243449595/b078/importcfg << 'EOF' # internal
2025-08-20T21:44:58.7184395Z [00:02:24.771]➜  # import config
2025-08-20T21:44:58.7184742Z [00:02:24.771]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:44:58.7185165Z [00:02:24.771]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.7185623Z [00:02:24.771]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.7186121Z [00:02:24.771]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:58.7186630Z [00:02:24.771]➜  packagefile internal/itoa=/tmp/go-build3243449595/b043/_pkg_.a
2025-08-20T21:44:58.7187074Z [00:02:24.771]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:58.7187501Z [00:02:24.771]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:58.7188111Z [00:02:24.771]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:58.7188800Z [00:02:24.771]➜  packagefile unique=/tmp/go-build3243449595/b079/_pkg_.a
2025-08-20T21:44:58.7189133Z [00:02:24.771]➜  EOF
2025-08-20T21:44:58.7189394Z [00:02:24.771]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.7191318Z [00:02:24.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b078=>" -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/b078/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:44:58.7433342Z [00:02:24.796]➜  cd $WORK
2025-08-20T21:44:58.7433948Z [00:02:24.796]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:44:58.7573947Z [00:02:24.810]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/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-20T21:44:58.7795831Z [00:02:24.832]➜  cd $WORK/b081
2025-08-20T21:44:58.7798392Z [00:02:24.832]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x001.o -c _cgo_export.c
2025-08-20T21:44:58.7965330Z [00:02:24.849]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:44:58.8050905Z [00:02:24.858]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T21:44:58.8051757Z [00:02:24.858]➜  context
2025-08-20T21:44:58.8052852Z [00:02:24.858]➜  mkdir -p $WORK/b003/
2025-08-20T21:44:58.8055308Z [00:02:24.858]➜  cat >/tmp/go-build3243449595/b003/importcfg << 'EOF' # internal
2025-08-20T21:44:58.8055682Z [00:02:24.858]➜  # import config
2025-08-20T21:44:58.8056027Z [00:02:24.858]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.8056506Z [00:02:24.858]➜  packagefile internal/reflectlite=/tmp/go-build3243449595/b005/_pkg_.a
2025-08-20T21:44:58.8056974Z [00:02:24.858]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:58.8057409Z [00:02:24.858]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:58.8058048Z [00:02:24.858]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:58.8058387Z [00:02:24.858]➜  EOF
2025-08-20T21:44:58.8060799Z [00:02:24.858]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.8064855Z [00:02:24.858]➜  /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-20T21:44:58.8156336Z [00:02:24.866]➜  cd $WORK/b081
2025-08-20T21:44:58.8158801Z [00:02:24.866]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x002.o -c cgo.cgo2.c
2025-08-20T21:44:58.8336773Z [00:02:24.886]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:58.8339279Z [00:02:24.886]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x003.o -c gcc_context.c
2025-08-20T21:44:58.8565598Z [00:02:24.909]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x004.o -c gcc_fatalf.c
2025-08-20T21:44:58.8844327Z [00:02:24.937]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:44:58.8905121Z [00:02:24.943]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x005.o -c gcc_libinit.c
2025-08-20T21:44:58.8923048Z [00:02:24.945]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T21:44:58.8959888Z [00:02:24.949]➜  io/fs
2025-08-20T21:44:58.8960994Z [00:02:24.949]➜  mkdir -p $WORK/b058/
2025-08-20T21:44:58.8969354Z [00:02:24.950]➜  cat >/tmp/go-build3243449595/b058/importcfg << 'EOF' # internal
2025-08-20T21:44:58.8969740Z [00:02:24.950]➜  # import config
2025-08-20T21:44:58.8970137Z [00:02:24.950]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.8970608Z [00:02:24.950]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.8971104Z [00:02:24.950]➜  packagefile internal/oserror=/tmp/go-build3243449595/b044/_pkg_.a
2025-08-20T21:44:58.8971549Z [00:02:24.950]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:58.8971957Z [00:02:24.950]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:44:58.8972827Z [00:02:24.950]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:58.8973248Z [00:02:24.950]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:58.8973693Z [00:02:24.950]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:58.8974026Z [00:02:24.950]➜  EOF
2025-08-20T21:44:58.8974795Z [00:02:24.950]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.8977538Z [00:02:24.950]➜  /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-20T21:44:58.9533023Z [00:02:25.006]➜  cd /root/.go/src/reflect
2025-08-20T21:44:58.9536566Z [00:02:25.006]➜  /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-20T21:44:58.9585576Z [00:02:25.011]➜  go tool pack r $WORK/b050/_pkg_.a $WORK/b050/asm_arm64.o # internal
2025-08-20T21:44:58.9587111Z [00:02:25.011]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:44:58.9734685Z [00:02:25.025]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:44:58.9736243Z [00:02:25.025]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T21:44:58.9737929Z [00:02:25.025]➜  internal/fmtsort
2025-08-20T21:44:58.9738554Z [00:02:25.026]➜  mkdir -p $WORK/b049/
2025-08-20T21:44:58.9739627Z [00:02:25.026]➜  cat >/tmp/go-build3243449595/b049/importcfg << 'EOF' # internal
2025-08-20T21:44:58.9740521Z [00:02:25.026]➜  # import config
2025-08-20T21:44:58.9740978Z [00:02:25.026]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:44:58.9741423Z [00:02:25.026]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:44:58.9741859Z [00:02:25.026]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:58.9742172Z [00:02:25.026]➜  EOF
2025-08-20T21:44:58.9742450Z [00:02:25.026]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:58.9744463Z [00:02:25.026]➜  /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-20T21:44:58.9746365Z [00:02:25.026]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T21:44:58.9746922Z [00:02:25.026]➜  internal/filepathlite
2025-08-20T21:44:58.9747194Z [00:02:25.026]➜  mkdir -p $WORK/b057/
2025-08-20T21:44:58.9747561Z [00:02:25.027]➜  cat >/tmp/go-build3243449595/b057/importcfg << 'EOF' # internal
2025-08-20T21:44:58.9748539Z [00:02:25.027]➜  # import config
2025-08-20T21:44:58.9748887Z [00:02:25.027]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:58.9749362Z [00:02:25.027]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:58.9749893Z [00:02:25.027]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:44:58.9750366Z [00:02:25.027]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:44:58.9750781Z [00:02:25.027]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:58.9751481Z [00:02:25.027]➜  EOF
2025-08-20T21:44:58.9753473Z [00:02:25.027]➜  /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-20T21:44:58.9798320Z [00:02:25.033]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:58.9800138Z [00:02:25.033]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x006.o -c gcc_linux_arm64.c
2025-08-20T21:44:59.0168085Z [00:02:25.069]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:44:59.0168963Z [00:02:25.070]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T21:44:59.0174116Z [00:02:25.070]➜  internal/poll
2025-08-20T21:44:59.0198724Z [00:02:25.070]➜  mkdir -p $WORK/b060/
2025-08-20T21:44:59.0201186Z [00:02:25.073]➜  cat >/tmp/go-build3243449595/b060/importcfg << 'EOF' # internal
2025-08-20T21:44:59.0202146Z [00:02:25.073]➜  # import config
2025-08-20T21:44:59.0202546Z [00:02:25.073]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.0203008Z [00:02:25.073]➜  packagefile internal/itoa=/tmp/go-build3243449595/b043/_pkg_.a
2025-08-20T21:44:59.0203518Z [00:02:25.073]➜  packagefile internal/syscall/unix=/tmp/go-build3243449595/b061/_pkg_.a
2025-08-20T21:44:59.0203974Z [00:02:25.073]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.0204405Z [00:02:25.073]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.0204821Z [00:02:25.073]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.0205315Z [00:02:25.073]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:59.0205756Z [00:02:25.073]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:59.0206173Z [00:02:25.073]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:59.0206802Z [00:02:25.073]➜  EOF
2025-08-20T21:44:59.0207163Z [00:02:25.073]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.0212336Z [00:02:25.073]➜  /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-20T21:44:59.0276681Z [00:02:25.080]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:44:59.0313578Z [00:02:25.084]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T21:44:59.0340825Z [00:02:25.087]➜  github.com/cenkalti/backoff/v4
2025-08-20T21:44:59.0341556Z [00:02:25.087]➜  mkdir -p $WORK/b064/
2025-08-20T21:44:59.0342256Z [00:02:25.087]➜  cat >/tmp/go-build3243449595/b064/importcfg << 'EOF' # internal
2025-08-20T21:44:59.0342944Z [00:02:25.087]➜  # import config
2025-08-20T21:44:59.0343582Z [00:02:25.087]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:44:59.0344347Z [00:02:25.087]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.0345200Z [00:02:25.087]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:44:59.0346069Z [00:02:25.087]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.0346695Z [00:02:25.087]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:59.0347196Z [00:02:25.087]➜  EOF
2025-08-20T21:44:59.0352658Z [00:02:25.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0=>github.com/cenkalti/backoff/v4@v4.3.0;$WORK/b064=>" -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/b064/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/context.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/timer.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/tries.go
2025-08-20T21:44:59.0393482Z [00:02:25.092]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:59.0396734Z [00:02:25.092]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x007.o -c gcc_mmap.c
2025-08-20T21:44:59.0539528Z [00:02:25.106]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:44:59.0605637Z [00:02:25.113]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x008.o -c gcc_setenv.c
2025-08-20T21:44:59.0663581Z [00:02:25.119]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T21:44:59.0666056Z [00:02:25.119]➜  regexp/syntax
2025-08-20T21:44:59.0667504Z [00:02:25.120]➜  mkdir -p $WORK/b086/
2025-08-20T21:44:59.0669360Z [00:02:25.120]➜  cat >/tmp/go-build3243449595/b086/importcfg << 'EOF' # internal
2025-08-20T21:44:59.0669737Z [00:02:25.120]➜  # import config
2025-08-20T21:44:59.0670091Z [00:02:25.120]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.0670544Z [00:02:25.120]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:44:59.0670965Z [00:02:25.120]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.0671394Z [00:02:25.120]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.0671811Z [00:02:25.120]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.0672232Z [00:02:25.120]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:44:59.0673076Z [00:02:25.120]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:59.0673417Z [00:02:25.120]➜  EOF
2025-08-20T21:44:59.0673676Z [00:02:25.120]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.0676218Z [00:02:25.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b086=>" -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/b086/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T21:44:59.0746527Z [00:02:25.127]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:44:59.0781988Z [00:02:25.131]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/5b/5b195f02e400f1de544bf59861b2150be23708931f27d3df92f49bafb808d43f-d # internal
2025-08-20T21:44:59.0789512Z [00:02:25.131]➜  github.com/hashicorp/errwrap
2025-08-20T21:44:59.0789833Z [00:02:25.131]➜  mkdir -p $WORK/b094/
2025-08-20T21:44:59.0790210Z [00:02:25.131]➜  cat >/tmp/go-build3243449595/b094/importcfg << 'EOF' # internal
2025-08-20T21:44:59.0790559Z [00:02:25.131]➜  # import config
2025-08-20T21:44:59.0790941Z [00:02:25.131]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.0791379Z [00:02:25.131]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:44:59.0791811Z [00:02:25.131]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.0792129Z [00:02:25.131]➜  EOF
2025-08-20T21:44:59.0793892Z [00:02:25.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b094=>" -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/b094/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T21:44:59.0862604Z [00:02:25.139]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:59.0867348Z [00:02:25.139]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x009.o -c gcc_sigaction.c
2025-08-20T21:44:59.1163845Z [00:02:25.169]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:44:59.1171133Z [00:02:25.170]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T21:44:59.1173791Z [00:02:25.170]➜  encoding/binary
2025-08-20T21:44:59.1174371Z [00:02:25.170]➜  mkdir -p $WORK/b097/
2025-08-20T21:44:59.1175203Z [00:02:25.170]➜  cat >/tmp/go-build3243449595/b097/importcfg << 'EOF' # internal
2025-08-20T21:44:59.1176036Z [00:02:25.170]➜  # import config
2025-08-20T21:44:59.1176585Z [00:02:25.170]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.1177294Z [00:02:25.170]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.1180894Z [00:02:25.170]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:59.1181406Z [00:02:25.170]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:44:59.1181836Z [00:02:25.170]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.1182252Z [00:02:25.170]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.1182960Z [00:02:25.170]➜  EOF
2025-08-20T21:44:59.1183238Z [00:02:25.170]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.1185166Z [00:02:25.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b097=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T21:44:59.1228009Z [00:02:25.175]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:59.1232045Z [00:02:25.175]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x010.o -c gcc_stack_unix.c
2025-08-20T21:44:59.1571179Z [00:02:25.207]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:44:59.1598370Z [00:02:25.212]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T21:44:59.1605053Z [00:02:25.213]➜  os
2025-08-20T21:44:59.1610800Z [00:02:25.214]➜  mkdir -p $WORK/b056/
2025-08-20T21:44:59.1615923Z [00:02:25.214]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x011.o -c gcc_traceback.c
2025-08-20T21:44:59.1635783Z [00:02:25.216]➜  cat >/tmp/go-build3243449595/b056/importcfg << 'EOF' # internal
2025-08-20T21:44:59.1638173Z [00:02:25.217]➜  # import config
2025-08-20T21:44:59.1641146Z [00:02:25.217]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.1641965Z [00:02:25.217]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:59.1643190Z [00:02:25.217]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:59.1643929Z [00:02:25.217]➜  packagefile internal/filepathlite=/tmp/go-build3243449595/b057/_pkg_.a
2025-08-20T21:44:59.1645087Z [00:02:25.217]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:44:59.1646572Z [00:02:25.217]➜  packagefile internal/itoa=/tmp/go-build3243449595/b043/_pkg_.a
2025-08-20T21:44:59.1647075Z [00:02:25.217]➜  packagefile internal/poll=/tmp/go-build3243449595/b060/_pkg_.a
2025-08-20T21:44:59.1647575Z [00:02:25.217]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:44:59.1648365Z [00:02:25.217]➜  packagefile internal/syscall/execenv=/tmp/go-build3243449595/b062/_pkg_.a
2025-08-20T21:44:59.1648931Z [00:02:25.217]➜  packagefile internal/syscall/unix=/tmp/go-build3243449595/b061/_pkg_.a
2025-08-20T21:44:59.1649441Z [00:02:25.217]➜  packagefile internal/testlog=/tmp/go-build3243449595/b063/_pkg_.a
2025-08-20T21:44:59.1649887Z [00:02:25.217]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.1650296Z [00:02:25.217]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:44:59.1650727Z [00:02:25.217]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.1651154Z [00:02:25.217]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.1651569Z [00:02:25.217]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.1652001Z [00:02:25.217]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:59.1652440Z [00:02:25.217]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:59.1653237Z [00:02:25.217]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:59.1653551Z [00:02:25.217]➜  EOF
2025-08-20T21:44:59.1655260Z [00:02:25.218]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.1667986Z [00:02:25.218]➜  /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-20T21:44:59.2053259Z [00:02:25.258]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:59.2055565Z [00:02:25.258]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x012.o -c gcc_util.c
2025-08-20T21:44:59.2283818Z [00:02:25.281]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x013.o -c linux_syscall.c
2025-08-20T21:44:59.2674477Z [00:02:25.320]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:44:59.2693864Z [00:02:25.322]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_x014.o -c gcc_arm64.S
2025-08-20T21:44:59.2705721Z [00:02:25.323]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T21:44:59.2708867Z [00:02:25.324]➜  regexp
2025-08-20T21:44:59.2711635Z [00:02:25.324]➜  mkdir -p $WORK/b085/
2025-08-20T21:44:59.2715604Z [00:02:25.324]➜  cat >/tmp/go-build3243449595/b085/importcfg << 'EOF' # internal
2025-08-20T21:44:59.2719183Z [00:02:25.324]➜  # import config
2025-08-20T21:44:59.2729799Z [00:02:25.325]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.2731902Z [00:02:25.325]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.2732818Z [00:02:25.325]➜  packagefile regexp/syntax=/tmp/go-build3243449595/b086/_pkg_.a
2025-08-20T21:44:59.2734446Z [00:02:25.325]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.2734910Z [00:02:25.325]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.2735344Z [00:02:25.325]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.2735763Z [00:02:25.325]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.2736182Z [00:02:25.325]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:44:59.2736627Z [00:02:25.325]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:59.2736981Z [00:02:25.325]➜  EOF
2025-08-20T21:44:59.2737250Z [00:02:25.325]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.2739188Z [00:02:25.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b085=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T21:44:59.2829450Z [00:02:25.336]➜  cd $WORK/b081
2025-08-20T21:44:59.2861958Z [00:02:25.336]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -I $WORK/b081/ -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/b081/_cgo_main.o -c _cgo_main.c
2025-08-20T21:44:59.2940661Z [00:02:25.347]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:44:59.2973753Z [00:02:25.350]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T21:44:59.2975122Z [00:02:25.350]➜  github.com/netbirdio/netbird/monotime
2025-08-20T21:44:59.2977048Z [00:02:25.350]➜  mkdir -p $WORK/b099/
2025-08-20T21:44:59.2990028Z [00:02:25.352]➜  cat >/tmp/go-build3243449595/b099/importcfg << 'EOF' # internal
2025-08-20T21:44:59.2990539Z [00:02:25.352]➜  # import config
2025-08-20T21:44:59.2990894Z [00:02:25.352]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:59.2991209Z [00:02:25.352]➜  EOF
2025-08-20T21:44:59.2991476Z [00:02:25.352]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.2993561Z [00:02:25.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/monotime=>github.com/netbirdio/netbird/monotime;$WORK/b099=>" -p github.com/netbirdio/netbird/monotime -lang=go1.23 -complete -installsuffix shared -buildid Lp29Djx-yWeutMw856_L/Lp29Djx-yWeutMw856_L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/monotime/time.go
2025-08-20T21:44:59.2998398Z [00:02:25.352]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -o $WORK/b081/_cgo_.o $WORK/b081/_cgo_main.o $WORK/b081/preferlinkext $WORK/b081/_x001.o $WORK/b081/_x002.o $WORK/b081/_x003.o $WORK/b081/_x004.o $WORK/b081/_x005.o $WORK/b081/_x006.o $WORK/b081/_x007.o $WORK/b081/_x008.o $WORK/b081/_x009.o $WORK/b081/_x010.o $WORK/b081/_x011.o $WORK/b081/_x012.o $WORK/b081/_x013.o $WORK/b081/_x014.o -O2 -g -lpthread
2025-08-20T21:44:59.3109122Z [00:02:25.364]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:44:59.3112652Z [00:02:25.364]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/b9/b94103b966e16a06a45a884541f29b662a5565d26c00e27d703d3681bcedbcdf-d # internal
2025-08-20T21:44:59.3114265Z [00:02:25.364]➜  hash
2025-08-20T21:44:59.3114814Z [00:02:25.364]➜  mkdir -p $WORK/b104/
2025-08-20T21:44:59.3116430Z [00:02:25.364]➜  cat >/tmp/go-build3243449595/b104/importcfg << 'EOF' # internal
2025-08-20T21:44:59.3118081Z [00:02:25.365]➜  # import config
2025-08-20T21:44:59.3119302Z [00:02:25.365]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.3119883Z [00:02:25.365]➜  EOF
2025-08-20T21:44:59.3121437Z [00:02:25.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b104=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:44:59.3429145Z [00:02:25.395]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:44:59.3430927Z [00:02:25.396]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T21:44:59.3432976Z [00:02:25.396]➜  crypto
2025-08-20T21:44:59.3433255Z [00:02:25.396]➜  mkdir -p $WORK/b103/
2025-08-20T21:44:59.3433643Z [00:02:25.396]➜  cat >/tmp/go-build3243449595/b103/importcfg << 'EOF' # internal
2025-08-20T21:44:59.3434020Z [00:02:25.396]➜  # import config
2025-08-20T21:44:59.3434355Z [00:02:25.396]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:44:59.3434763Z [00:02:25.396]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.3435184Z [00:02:25.396]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.3435504Z [00:02:25.396]➜  EOF
2025-08-20T21:44:59.3436861Z [00:02:25.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b103=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:44:59.3824286Z [00:02:25.435]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:44:59.3827586Z [00:02:25.435]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T21:44:59.3828470Z [00:02:25.435]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:44:59.3828782Z [00:02:25.435]➜  mkdir -p $WORK/b110/
2025-08-20T21:44:59.3829158Z [00:02:25.435]➜  cat >/tmp/go-build3243449595/b110/importcfg << 'EOF' # internal
2025-08-20T21:44:59.3829501Z [00:02:25.435]➜  # import config
2025-08-20T21:44:59.3829876Z [00:02:25.435]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:44:59.3830226Z [00:02:25.435]➜  EOF
2025-08-20T21:44:59.3832391Z [00:02:25.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b110=>" -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/b110/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T21:44:59.3995836Z [00:02:25.452]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:44:59.4020104Z [00:02:25.455]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:44:59.4029795Z [00:02:25.456]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T21:44:59.4031730Z [00:02:25.456]➜  crypto/internal/impl
2025-08-20T21:44:59.4033010Z [00:02:25.456]➜  mkdir -p $WORK/b118/
2025-08-20T21:44:59.4035262Z [00:02:25.456]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T21:44:59.4037543Z [00:02:25.457]➜  crypto/internal/fips140
2025-08-20T21:44:59.4039202Z [00:02:25.457]➜  mkdir -p $WORK/b109/
2025-08-20T21:44:59.4048908Z [00:02:25.458]➜  cat >/tmp/go-build3243449595/b118/importcfg << 'EOF' # internal
2025-08-20T21:44:59.4050512Z [00:02:25.458]➜  # import config
2025-08-20T21:44:59.4051909Z [00:02:25.458]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.4053155Z [00:02:25.458]➜  EOF
2025-08-20T21:44:59.4054085Z [00:02:25.458]➜  cat >/tmp/go-build3243449595/b109/importcfg << 'EOF' # internal
2025-08-20T21:44:59.4056170Z [00:02:25.458]➜  # import config
2025-08-20T21:44:59.4056664Z [00:02:25.458]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3243449595/b110/_pkg_.a
2025-08-20T21:44:59.4057195Z [00:02:25.458]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.4057641Z [00:02:25.458]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:44:59.4058277Z [00:02:25.458]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.4058713Z [00:02:25.458]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.4059032Z [00:02:25.458]➜  EOF
2025-08-20T21:44:59.4063397Z [00:02:25.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b109=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T21:44:59.4069238Z [00:02:25.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b118=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:44:59.4221339Z [00:02:25.475]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:44:59.4229211Z [00:02:25.475]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T21:44:59.4230971Z [00:02:25.476]➜  math/rand/v2
2025-08-20T21:44:59.4232833Z [00:02:25.476]➜  mkdir -p $WORK/b123/
2025-08-20T21:44:59.4235751Z [00:02:25.476]➜  cat >/tmp/go-build3243449595/b123/importcfg << 'EOF' # internal
2025-08-20T21:44:59.4236128Z [00:02:25.476]➜  # import config
2025-08-20T21:44:59.4236850Z [00:02:25.476]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.4237404Z [00:02:25.476]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:59.4238124Z [00:02:25.476]➜  packagefile internal/chacha8rand=/tmp/go-build3243449595/b014/_pkg_.a
2025-08-20T21:44:59.4238605Z [00:02:25.476]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:59.4239038Z [00:02:25.476]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:59.4239391Z [00:02:25.476]➜  EOF
2025-08-20T21:44:59.4253381Z [00:02:25.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b123=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T21:44:59.4348297Z [00:02:25.488]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:44:59.4388755Z [00:02:25.491]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T21:44:59.4389735Z [00:02:25.491]➜  crypto/internal/fips140/sha256
2025-08-20T21:44:59.4391452Z [00:02:25.491]➜  mkdir -p $WORK/b115/
2025-08-20T21:44:59.4391809Z [00:02:25.491]➜  echo -n > $WORK/b115/go_asm.h # internal
2025-08-20T21:44:59.4392179Z [00:02:25.491]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:44:59.4393514Z [00:02:25.491]➜  /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/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b115/symabis ./sha256block_arm64.s
2025-08-20T21:44:59.4446021Z [00:02:25.497]➜  cat >/tmp/go-build3243449595/b115/importcfg << 'EOF' # internal
2025-08-20T21:44:59.4447082Z [00:02:25.497]➜  # import config
2025-08-20T21:44:59.4448346Z [00:02:25.497]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.4448893Z [00:02:25.497]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:44:59.4449557Z [00:02:25.497]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:44:59.4450188Z [00:02:25.497]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3243449595/b117/_pkg_.a
2025-08-20T21:44:59.4450772Z [00:02:25.497]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:44:59.4451247Z [00:02:25.497]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.4451664Z [00:02:25.497]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:44:59.4452104Z [00:02:25.497]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:59.4452435Z [00:02:25.497]➜  EOF
2025-08-20T21:44:59.4452706Z [00:02:25.497]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.4455403Z [00:02:25.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b115=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b115/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack -asmhdr $WORK/b115/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T21:44:59.4691606Z [00:02:25.521]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b081=/tmp/go-build -gno-record-gcc-switches -o $WORK/b081/_cgo_.o $WORK/b081/_cgo_main.o $WORK/b081/preferlinkext $WORK/b081/_x001.o $WORK/b081/_x002.o $WORK/b081/_x003.o $WORK/b081/_x004.o $WORK/b081/_x005.o $WORK/b081/_x006.o $WORK/b081/_x007.o $WORK/b081/_x008.o $WORK/b081/_x009.o $WORK/b081/_x010.o $WORK/b081/_x011.o $WORK/b081/_x012.o $WORK/b081/_x013.o $WORK/b081/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:44:59.4693810Z [00:02:25.521]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b081/_cgo_.o -dynout $WORK/b081/_cgo_import.go -dynlinker
2025-08-20T21:44:59.4818860Z [00:02:25.535]➜  echo -n > $WORK/b081/go_asm.h # internal
2025-08-20T21:44:59.4819257Z [00:02:25.535]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:59.4820310Z [00:02:25.535]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b081=>" -I $WORK/b081/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b081/symabis ./asm_arm64.s
2025-08-20T21:44:59.4914841Z [00:02:25.544]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:44:59.4917245Z [00:02:25.544]➜  /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/b115=>" -I $WORK/b115/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b115/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T21:44:59.4920069Z [00:02:25.544]➜  cat >/tmp/go-build3243449595/b081/importcfg << 'EOF' # internal
2025-08-20T21:44:59.4920448Z [00:02:25.544]➜  # import config
2025-08-20T21:44:59.4920860Z [00:02:25.544]➜  packagefile internal/runtime/sys=/tmp/go-build3243449595/b031/_pkg_.a
2025-08-20T21:44:59.4921333Z [00:02:25.544]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.4921800Z [00:02:25.544]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:59.4922137Z [00:02:25.545]➜  EOF
2025-08-20T21:44:59.4922398Z [00:02:25.545]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.4925302Z [00:02:25.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b081=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b081/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack -asmhdr $WORK/b081/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/b081/_cgo_gotypes.go $WORK/b081/cgo.cgo1.go $WORK/b081/_cgo_import.go
2025-08-20T21:44:59.4996886Z [00:02:25.552]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:44:59.4998009Z [00:02:25.552]➜  go tool pack r $WORK/b115/_pkg_.a $WORK/b115/sha256block_arm64.o # internal
2025-08-20T21:44:59.4998564Z [00:02:25.553]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:44:59.5010758Z [00:02:25.554]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T21:44:59.5011515Z [00:02:25.554]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:44:59.5017324Z [00:02:25.554]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T21:44:59.5020794Z [00:02:25.555]➜  crypto/internal/fips140/sha512
2025-08-20T21:44:59.5021753Z [00:02:25.555]➜  mkdir -p $WORK/b121/
2025-08-20T21:44:59.5023510Z [00:02:25.555]➜  crypto/internal/fips140/sha3
2025-08-20T21:44:59.5024925Z [00:02:25.555]➜  mkdir -p $WORK/b119/
2025-08-20T21:44:59.5030367Z [00:02:25.556]➜  echo -n > $WORK/b119/go_asm.h # internal
2025-08-20T21:44:59.5032060Z [00:02:25.556]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:44:59.5033774Z [00:02:25.556]➜  /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/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b119/symabis ./sha3_arm64.s
2025-08-20T21:44:59.5035918Z [00:02:25.556]➜  echo -n > $WORK/b121/go_asm.h # internal
2025-08-20T21:44:59.5041206Z [00:02:25.557]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:44:59.5044642Z [00:02:25.557]➜  /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/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b121/symabis ./sha512block_arm64.s
2025-08-20T21:44:59.5074940Z [00:02:25.560]➜  cat >/tmp/go-build3243449595/b119/importcfg << 'EOF' # internal
2025-08-20T21:44:59.5077623Z [00:02:25.560]➜  # import config
2025-08-20T21:44:59.5078172Z [00:02:25.560]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.5078677Z [00:02:25.560]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:44:59.5079257Z [00:02:25.560]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:44:59.5080257Z [00:02:25.560]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:44:59.5080893Z [00:02:25.560]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3243449595/b117/_pkg_.a
2025-08-20T21:44:59.5081453Z [00:02:25.560]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:44:59.5081918Z [00:02:25.560]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.5082362Z [00:02:25.560]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:59.5082799Z [00:02:25.560]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.5083117Z [00:02:25.560]➜  EOF
2025-08-20T21:44:59.5083383Z [00:02:25.560]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.5086361Z [00:02:25.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b119=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b119/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack -asmhdr $WORK/b119/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:44:59.5147869Z [00:02:25.567]➜  cat >/tmp/go-build3243449595/b121/importcfg << 'EOF' # internal
2025-08-20T21:44:59.5156128Z [00:02:25.567]➜  # import config
2025-08-20T21:44:59.5156583Z [00:02:25.567]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.5157087Z [00:02:25.567]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:44:59.5157818Z [00:02:25.567]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:44:59.5158505Z [00:02:25.567]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3243449595/b117/_pkg_.a
2025-08-20T21:44:59.5159062Z [00:02:25.567]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:44:59.5159534Z [00:02:25.567]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.5159948Z [00:02:25.567]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:44:59.5160696Z [00:02:25.567]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:59.5161097Z [00:02:25.567]➜  EOF
2025-08-20T21:44:59.5163730Z [00:02:25.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b121=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b121/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack -asmhdr $WORK/b121/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T21:44:59.5686494Z [00:02:25.621]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:44:59.5688518Z [00:02:25.621]➜  /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/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b119/sha3_arm64.o ./sha3_arm64.s
2025-08-20T21:44:59.5723464Z [00:02:25.625]➜  go tool pack r $WORK/b119/_pkg_.a $WORK/b119/sha3_arm64.o # internal
2025-08-20T21:44:59.5723985Z [00:02:25.625]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:44:59.5725193Z [00:02:25.625]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T21:44:59.5725765Z [00:02:25.625]➜  crypto/internal/randutil
2025-08-20T21:44:59.5727236Z [00:02:25.625]➜  mkdir -p $WORK/b122/
2025-08-20T21:44:59.5727632Z [00:02:25.625]➜  cat >/tmp/go-build3243449595/b122/importcfg << 'EOF' # internal
2025-08-20T21:44:59.5728533Z [00:02:25.625]➜  # import config
2025-08-20T21:44:59.5728920Z [00:02:25.625]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.5729366Z [00:02:25.625]➜  packagefile math/rand/v2=/tmp/go-build3243449595/b123/_pkg_.a
2025-08-20T21:44:59.5729700Z [00:02:25.625]➜  EOF
2025-08-20T21:44:59.5729970Z [00:02:25.625]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.5731690Z [00:02:25.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b122=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:44:59.5734791Z [00:02:25.625]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:44:59.5738764Z [00:02:25.626]➜  /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/b121=>" -I $WORK/b121/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b121/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T21:44:59.5750052Z [00:02:25.628]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:44:59.5783140Z [00:02:25.631]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/sha512block_arm64.o # internal
2025-08-20T21:44:59.5784270Z [00:02:25.631]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:44:59.5793624Z [00:02:25.632]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T21:44:59.5801553Z [00:02:25.633]➜  crypto/internal/fips140/hmac
2025-08-20T21:44:59.5802165Z [00:02:25.633]➜  mkdir -p $WORK/b114/
2025-08-20T21:44:59.5812282Z [00:02:25.634]➜  cat >/tmp/go-build3243449595/b114/importcfg << 'EOF' # internal
2025-08-20T21:44:59.5812933Z [00:02:25.634]➜  # import config
2025-08-20T21:44:59.5813791Z [00:02:25.634]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.5814949Z [00:02:25.634]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:44:59.5816060Z [00:02:25.634]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:44:59.5816713Z [00:02:25.634]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3243449595/b119/_pkg_.a
2025-08-20T21:44:59.5817329Z [00:02:25.634]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:44:59.5817981Z [00:02:25.634]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.5818438Z [00:02:25.634]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:44:59.5818748Z [00:02:25.634]➜  EOF
2025-08-20T21:44:59.5823191Z [00:02:25.635]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.5825517Z [00:02:25.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b114=>" -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/b114/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T21:44:59.5839396Z [00:02:25.636]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T21:44:59.5843350Z [00:02:25.637]➜  fmt
2025-08-20T21:44:59.5843987Z [00:02:25.637]➜  mkdir -p $WORK/b048/
2025-08-20T21:44:59.5845394Z [00:02:25.637]➜  cat >/tmp/go-build3243449595/b048/importcfg << 'EOF' # internal
2025-08-20T21:44:59.5845756Z [00:02:25.637]➜  # import config
2025-08-20T21:44:59.5846107Z [00:02:25.637]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.5846592Z [00:02:25.637]➜  packagefile internal/fmtsort=/tmp/go-build3243449595/b049/_pkg_.a
2025-08-20T21:44:59.5847041Z [00:02:25.637]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.5847504Z [00:02:25.637]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:59.5852335Z [00:02:25.637]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:44:59.5852769Z [00:02:25.637]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:44:59.5853782Z [00:02:25.637]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.5854229Z [00:02:25.637]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.5854650Z [00:02:25.637]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.5855087Z [00:02:25.637]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:59.5855415Z [00:02:25.637]➜  EOF
2025-08-20T21:44:59.5861555Z [00:02:25.637]➜  /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-20T21:44:59.5863126Z [00:02:25.638]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:44:59.5863799Z [00:02:25.639]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T21:44:59.5866088Z [00:02:25.639]➜  io/ioutil
2025-08-20T21:44:59.5866407Z [00:02:25.639]➜  mkdir -p $WORK/b070/
2025-08-20T21:44:59.5866773Z [00:02:25.639]➜  cat >/tmp/go-build3243449595/b070/importcfg << 'EOF' # internal
2025-08-20T21:44:59.5867116Z [00:02:25.639]➜  # import config
2025-08-20T21:44:59.5867435Z [00:02:25.639]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.5868345Z [00:02:25.639]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:44:59.5868859Z [00:02:25.639]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:44:59.5869272Z [00:02:25.639]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.5869694Z [00:02:25.639]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.5870012Z [00:02:25.639]➜  EOF
2025-08-20T21:44:59.5871533Z [00:02:25.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b070=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:44:59.5966741Z [00:02:25.649]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b081/abi_GOARCH.h
2025-08-20T21:44:59.5968139Z [00:02:25.649]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:44:59.5969515Z [00:02:25.649]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b081=>" -I $WORK/b081/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b081/asm_arm64.o ./asm_arm64.s
2025-08-20T21:44:59.6068573Z [00:02:25.659]➜  go tool pack r $WORK/b081/_pkg_.a $WORK/b081/asm_arm64.o $WORK/b081/preferlinkext $WORK/b081/_x001.o $WORK/b081/_x002.o $WORK/b081/_x003.o $WORK/b081/_x004.o $WORK/b081/_x005.o $WORK/b081/_x006.o $WORK/b081/_x007.o $WORK/b081/_x008.o $WORK/b081/_x009.o $WORK/b081/_x010.o $WORK/b081/_x011.o $WORK/b081/_x012.o $WORK/b081/_x013.o $WORK/b081/_x014.o # internal
2025-08-20T21:44:59.6070716Z [00:02:25.660]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:44:59.6087588Z [00:02:25.661]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:44:59.6093256Z [00:02:25.662]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T21:44:59.6097340Z [00:02:25.662]➜  path/filepath
2025-08-20T21:44:59.6098274Z [00:02:25.663]➜  mkdir -p $WORK/b083/
2025-08-20T21:44:59.6101472Z [00:02:25.663]➜  cat >/tmp/go-build3243449595/b083/importcfg << 'EOF' # internal
2025-08-20T21:44:59.6102483Z [00:02:25.663]➜  # import config
2025-08-20T21:44:59.6103488Z [00:02:25.663]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.6104527Z [00:02:25.663]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:44:59.6106319Z [00:02:25.663]➜  packagefile internal/filepathlite=/tmp/go-build3243449595/b057/_pkg_.a
2025-08-20T21:44:59.6107190Z [00:02:25.663]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:44:59.6109079Z [00:02:25.663]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:44:59.6109823Z [00:02:25.663]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.6110592Z [00:02:25.663]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.6111692Z [00:02:25.663]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.6112529Z [00:02:25.663]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:59.6113320Z [00:02:25.663]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:59.6114886Z [00:02:25.663]➜  EOF
2025-08-20T21:44:59.6116026Z [00:02:25.663]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.6122788Z [00:02:25.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b083=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T21:44:59.6125093Z [00:02:25.664]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T21:44:59.6132773Z [00:02:25.666]➜  net
2025-08-20T21:44:59.6172431Z [00:02:25.670]➜  mkdir -p $WORK/b074/
2025-08-20T21:44:59.6175211Z [00:02:25.670]➜  echo -n > $WORK/b074/preferlinkext # internal
2025-08-20T21:44:59.6179610Z [00:02:25.670]➜  cd /root/.go/src/net
2025-08-20T21:44:59.6180787Z [00:02:25.670]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b074/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T21:44:59.6320512Z [00:02:25.685]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:44:59.6328077Z [00:02:25.685]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T21:44:59.6352311Z [00:02:25.688]➜  os/signal
2025-08-20T21:44:59.6352924Z [00:02:25.688]➜  mkdir -p $WORK/b084/
2025-08-20T21:44:59.6370893Z [00:02:25.690]➜  echo -n > $WORK/b084/go_asm.h # internal
2025-08-20T21:44:59.6371530Z [00:02:25.690]➜  cd /root/.go/src/os/signal
2025-08-20T21:44:59.6389694Z [00:02:25.690]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b084/symabis ./sig.s
2025-08-20T21:44:59.6454236Z [00:02:25.698]➜  cat >/tmp/go-build3243449595/b084/importcfg << 'EOF' # internal
2025-08-20T21:44:59.6454877Z [00:02:25.698]➜  # import config
2025-08-20T21:44:59.6455465Z [00:02:25.698]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:44:59.6456933Z [00:02:25.698]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:44:59.6457400Z [00:02:25.698]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.6457937Z [00:02:25.698]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.6458414Z [00:02:25.698]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:59.6458739Z [00:02:25.698]➜  EOF
2025-08-20T21:44:59.6459007Z [00:02:25.698]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.6460912Z [00:02:25.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b084=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b084/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack -asmhdr $WORK/b084/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T21:44:59.6913792Z [00:02:25.744]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:44:59.6923597Z [00:02:25.745]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T21:44:59.6924255Z [00:02:25.745]➜  os/exec
2025-08-20T21:44:59.6924505Z [00:02:25.745]➜  mkdir -p $WORK/b082/
2025-08-20T21:44:59.6927506Z [00:02:25.746]➜  cat >/tmp/go-build3243449595/b082/importcfg << 'EOF' # internal
2025-08-20T21:44:59.6933371Z [00:02:25.746]➜  # import config
2025-08-20T21:44:59.6933774Z [00:02:25.746]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.6934212Z [00:02:25.746]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:44:59.6934644Z [00:02:25.746]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.6935104Z [00:02:25.746]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:44:59.6935658Z [00:02:25.746]➜  packagefile internal/syscall/execenv=/tmp/go-build3243449595/b062/_pkg_.a
2025-08-20T21:44:59.6936200Z [00:02:25.746]➜  packagefile internal/syscall/unix=/tmp/go-build3243449595/b061/_pkg_.a
2025-08-20T21:44:59.6936662Z [00:02:25.746]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.6937073Z [00:02:25.746]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:44:59.6937477Z [00:02:25.746]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:44:59.6938647Z [00:02:25.746]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:44:59.6939106Z [00:02:25.746]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.6939535Z [00:02:25.746]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.6939959Z [00:02:25.746]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.6940387Z [00:02:25.746]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:59.6941454Z [00:02:25.746]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:59.6941776Z [00:02:25.746]➜  EOF
2025-08-20T21:44:59.6943355Z [00:02:25.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b082=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T21:44:59.6955445Z [00:02:25.748]➜  cd /root/.go/src/os/signal
2025-08-20T21:44:59.6956589Z [00:02:25.748]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b084/sig.o ./sig.s
2025-08-20T21:44:59.7024366Z [00:02:25.755]➜  go tool pack r $WORK/b084/_pkg_.a $WORK/b084/sig.o # internal
2025-08-20T21:44:59.7025201Z [00:02:25.755]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:44:59.7034199Z [00:02:25.756]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T21:44:59.7034884Z [00:02:25.756]➜  crypto/internal/sysrand
2025-08-20T21:44:59.7035173Z [00:02:25.756]➜  mkdir -p $WORK/b108/
2025-08-20T21:44:59.7037943Z [00:02:25.757]➜  cat >/tmp/go-build3243449595/b108/importcfg << 'EOF' # internal
2025-08-20T21:44:59.7039165Z [00:02:25.757]➜  # import config
2025-08-20T21:44:59.7039516Z [00:02:25.757]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.7040002Z [00:02:25.757]➜  packagefile internal/syscall/unix=/tmp/go-build3243449595/b061/_pkg_.a
2025-08-20T21:44:59.7040478Z [00:02:25.757]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:59.7040884Z [00:02:25.757]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:44:59.7041620Z [00:02:25.757]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.7042154Z [00:02:25.757]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.7042590Z [00:02:25.757]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:59.7043033Z [00:02:25.757]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:44:59.7043449Z [00:02:25.757]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:59.7043770Z [00:02:25.757]➜  EOF
2025-08-20T21:44:59.7044040Z [00:02:25.757]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.7045953Z [00:02:25.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b108=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T21:44:59.7410544Z [00:02:25.793]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:44:59.7414577Z [00:02:25.794]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T21:44:59.7418530Z [00:02:25.794]➜  crypto/internal/entropy
2025-08-20T21:44:59.7418863Z [00:02:25.794]➜  mkdir -p $WORK/b107/
2025-08-20T21:44:59.7419742Z [00:02:25.794]➜  cat >/tmp/go-build3243449595/b107/importcfg << 'EOF' # internal
2025-08-20T21:44:59.7420093Z [00:02:25.794]➜  # import config
2025-08-20T21:44:59.7420500Z [00:02:25.794]➜  packagefile crypto/internal/sysrand=/tmp/go-build3243449595/b108/_pkg_.a
2025-08-20T21:44:59.7420872Z [00:02:25.794]➜  EOF
2025-08-20T21:44:59.7422504Z [00:02:25.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b107=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:44:59.7632791Z [00:02:25.816]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:44:59.7635742Z [00:02:25.816]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T21:44:59.7636414Z [00:02:25.816]➜  crypto/internal/fips140/check
2025-08-20T21:44:59.7636709Z [00:02:25.816]➜  mkdir -p $WORK/b113/
2025-08-20T21:44:59.7651215Z [00:02:25.818]➜  cat >/tmp/go-build3243449595/b113/importcfg << 'EOF' # internal
2025-08-20T21:44:59.7651886Z [00:02:25.818]➜  # import config
2025-08-20T21:44:59.7652522Z [00:02:25.818]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:44:59.7653988Z [00:02:25.818]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3243449595/b114/_pkg_.a
2025-08-20T21:44:59.7654638Z [00:02:25.818]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:44:59.7655266Z [00:02:25.818]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:44:59.7655913Z [00:02:25.818]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3243449595/b110/_pkg_.a
2025-08-20T21:44:59.7656444Z [00:02:25.818]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.7656752Z [00:02:25.818]➜  EOF
2025-08-20T21:44:59.7658967Z [00:02:25.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b113=>" -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/b113/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T21:44:59.7791260Z [00:02:25.832]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:44:59.7812210Z [00:02:25.834]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T21:44:59.7854081Z [00:02:25.838]➜  encoding/base64
2025-08-20T21:44:59.7854500Z [00:02:25.838]➜  mkdir -p $WORK/b136/
2025-08-20T21:44:59.7854943Z [00:02:25.838]➜  cat >/tmp/go-build3243449595/b136/importcfg << 'EOF' # internal
2025-08-20T21:44:59.7855297Z [00:02:25.838]➜  # import config
2025-08-20T21:44:59.7855686Z [00:02:25.838]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:59.7856145Z [00:02:25.838]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.7856562Z [00:02:25.838]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.7856993Z [00:02:25.838]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.7857329Z [00:02:25.838]➜  EOF
2025-08-20T21:44:59.7858952Z [00:02:25.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b136=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:44:59.7900312Z [00:02:25.842]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:44:59.7902388Z [00:02:25.843]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T21:44:59.7902985Z [00:02:25.843]➜  crypto/internal/fips140/aes
2025-08-20T21:44:59.7903281Z [00:02:25.843]➜  mkdir -p $WORK/b111/
2025-08-20T21:44:59.7903590Z [00:02:25.843]➜  echo -n > $WORK/b111/go_asm.h # internal
2025-08-20T21:44:59.7905714Z [00:02:25.843]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:44:59.7907667Z [00:02:25.843]➜  /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/b111=>" -I $WORK/b111/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b111/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T21:44:59.7934760Z [00:02:25.846]➜  cat >/tmp/go-build3243449595/b111/importcfg << 'EOF' # internal
2025-08-20T21:44:59.7937226Z [00:02:25.846]➜  # import config
2025-08-20T21:44:59.7937645Z [00:02:25.846]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.7938467Z [00:02:25.846]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:44:59.7939048Z [00:02:25.846]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3243449595/b112/_pkg_.a
2025-08-20T21:44:59.7939679Z [00:02:25.846]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:44:59.7940295Z [00:02:25.846]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:44:59.7940926Z [00:02:25.846]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:44:59.7942834Z [00:02:25.846]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3243449595/b117/_pkg_.a
2025-08-20T21:44:59.7943579Z [00:02:25.846]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3243449595/b110/_pkg_.a
2025-08-20T21:44:59.7945364Z [00:02:25.846]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:44:59.7945854Z [00:02:25.846]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.7946289Z [00:02:25.846]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:59.7946723Z [00:02:25.846]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.7947039Z [00:02:25.846]➜  EOF
2025-08-20T21:44:59.7947679Z [00:02:25.846]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.7951456Z [00:02:25.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b111=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b111/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack -asmhdr $WORK/b111/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T21:44:59.8008560Z [00:02:25.854]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:44:59.8033995Z [00:02:25.856]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T21:44:59.8035045Z [00:02:25.856]➜  log
2025-08-20T21:44:59.8035453Z [00:02:25.856]➜  mkdir -p $WORK/b071/
2025-08-20T21:44:59.8039602Z [00:02:25.857]➜  cat >/tmp/go-build3243449595/b071/importcfg << 'EOF' # internal
2025-08-20T21:44:59.8040424Z [00:02:25.857]➜  # import config
2025-08-20T21:44:59.8040765Z [00:02:25.857]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:44:59.8041173Z [00:02:25.857]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.8041612Z [00:02:25.857]➜  packagefile log/internal=/tmp/go-build3243449595/b072/_pkg_.a
2025-08-20T21:44:59.8042043Z [00:02:25.857]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:44:59.8042468Z [00:02:25.857]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.8042905Z [00:02:25.857]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.8043343Z [00:02:25.857]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:44:59.8043778Z [00:02:25.857]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:44:59.8044088Z [00:02:25.857]➜  EOF
2025-08-20T21:44:59.8045494Z [00:02:25.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b071=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:44:59.8222562Z [00:02:25.875]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:44:59.8229941Z [00:02:25.876]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T21:44:59.8241706Z [00:02:25.877]➜  net/url
2025-08-20T21:44:59.8244388Z [00:02:25.877]➜  mkdir -p $WORK/b090/
2025-08-20T21:44:59.8248397Z [00:02:25.878]➜  cat >/tmp/go-build3243449595/b090/importcfg << 'EOF' # internal
2025-08-20T21:44:59.8249237Z [00:02:25.878]➜  # import config
2025-08-20T21:44:59.8250778Z [00:02:25.878]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.8252260Z [00:02:25.878]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:44:59.8253326Z [00:02:25.878]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:44:59.8253748Z [00:02:25.878]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:44:59.8254317Z [00:02:25.878]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.8254747Z [00:02:25.878]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.8255174Z [00:02:25.878]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.8255488Z [00:02:25.878]➜  EOF
2025-08-20T21:44:59.8257216Z [00:02:25.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b090=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:44:59.8541137Z [00:02:25.907]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:44:59.8545299Z [00:02:25.907]➜  /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/b111=>" -I $WORK/b111/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b111/aes_arm64.o ./aes_arm64.s
2025-08-20T21:44:59.8663119Z [00:02:25.917]➜  /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/b111=>" -I $WORK/b111/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b111/ctr_arm64.o ./ctr_arm64.s
2025-08-20T21:44:59.8734979Z [00:02:25.926]➜  go tool pack r $WORK/b111/_pkg_.a $WORK/b111/aes_arm64.o $WORK/b111/ctr_arm64.o # internal
2025-08-20T21:44:59.8736225Z [00:02:25.926]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:44:59.8764787Z [00:02:25.929]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T21:44:59.8775534Z [00:02:25.930]➜  text/template/parse
2025-08-20T21:44:59.8776253Z [00:02:25.930]➜  mkdir -p $WORK/b091/
2025-08-20T21:44:59.8791554Z [00:02:25.932]➜  cat >/tmp/go-build3243449595/b091/importcfg << 'EOF' # internal
2025-08-20T21:44:59.8792361Z [00:02:25.932]➜  # import config
2025-08-20T21:44:59.8793249Z [00:02:25.932]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.8793933Z [00:02:25.932]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:44:59.8795079Z [00:02:25.932]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:44:59.8795533Z [00:02:25.932]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.8795967Z [00:02:25.932]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.8796397Z [00:02:25.932]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:44:59.8796859Z [00:02:25.932]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:44:59.8797190Z [00:02:25.932]➜  EOF
2025-08-20T21:44:59.8797458Z [00:02:25.932]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.8799635Z [00:02:25.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b091=>" -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/b091/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T21:44:59.8824310Z [00:02:25.935]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:44:59.8838461Z [00:02:25.936]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T21:44:59.8851805Z [00:02:25.938]➜  github.com/hashicorp/go-multierror
2025-08-20T21:44:59.8853026Z [00:02:25.938]➜  mkdir -p $WORK/b093/
2025-08-20T21:44:59.8858500Z [00:02:25.939]➜  cat >/tmp/go-build3243449595/b093/importcfg << 'EOF' # internal
2025-08-20T21:44:59.8859788Z [00:02:25.939]➜  # import config
2025-08-20T21:44:59.8860148Z [00:02:25.939]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.8860567Z [00:02:25.939]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:44:59.8861447Z [00:02:25.939]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3243449595/b094/_pkg_.a
2025-08-20T21:44:59.8862017Z [00:02:25.939]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.8862436Z [00:02:25.939]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.8862748Z [00:02:25.939]➜  EOF
2025-08-20T21:44:59.8866378Z [00:02:25.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b093=>" -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/b093/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/append.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/flatten.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/format.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/group.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/multierror.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/prefix.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/sort.go
2025-08-20T21:44:59.9074768Z [00:02:25.960]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:44:59.9088733Z [00:02:25.961]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T21:44:59.9102039Z [00:02:25.963]➜  github.com/netbirdio/netbird/client/iface/wgaddr
2025-08-20T21:44:59.9105006Z [00:02:25.963]➜  mkdir -p $WORK/b098/
2025-08-20T21:44:59.9106451Z [00:02:25.963]➜  cat >/tmp/go-build3243449595/b098/importcfg << 'EOF' # internal
2025-08-20T21:44:59.9107405Z [00:02:25.963]➜  # import config
2025-08-20T21:44:59.9108335Z [00:02:25.963]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:44:59.9109724Z [00:02:25.963]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:44:59.9110251Z [00:02:25.963]➜  EOF
2025-08-20T21:44:59.9112508Z [00:02:25.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgaddr=>github.com/netbirdio/netbird/client/iface/wgaddr;$WORK/b098=>" -p github.com/netbirdio/netbird/client/iface/wgaddr -lang=go1.23 -complete -installsuffix shared -buildid iFMpveED9TSYo7Scoo8r/iFMpveED9TSYo7Scoo8r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack ./iface/wgaddr/address.go
2025-08-20T21:44:59.9178639Z [00:02:25.971]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:44:59.9185468Z [00:02:25.971]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T21:44:59.9191107Z [00:02:25.972]➜  github.com/netbirdio/netbird/client/errors
2025-08-20T21:44:59.9191823Z [00:02:25.972]➜  mkdir -p $WORK/b095/
2025-08-20T21:44:59.9192711Z [00:02:25.972]➜  cat >/tmp/go-build3243449595/b095/importcfg << 'EOF' # internal
2025-08-20T21:44:59.9193649Z [00:02:25.972]➜  # import config
2025-08-20T21:44:59.9194070Z [00:02:25.972]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:44:59.9194605Z [00:02:25.972]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:44:59.9195135Z [00:02:25.972]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.9195489Z [00:02:25.972]➜  EOF
2025-08-20T21:44:59.9197161Z [00:02:25.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/errors=>github.com/netbirdio/netbird/client/errors;$WORK/b095=>" -p github.com/netbirdio/netbird/client/errors -lang=go1.23 -complete -installsuffix shared -buildid EDY8yG7VIxwIyBQI_n-F/EDY8yG7VIxwIyBQI_n-F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack ./errors/errors.go
2025-08-20T21:44:59.9254769Z [00:02:25.977]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:44:59.9255569Z [00:02:25.978]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/4c/4ce37fe3b7c45b6241ef8a73bfa8fc4b267614739a34a883508cebbb547c9395-d # internal
2025-08-20T21:44:59.9256151Z [00:02:25.978]➜  crypto/internal/fips140/drbg
2025-08-20T21:44:59.9263230Z [00:02:25.979]➜  mkdir -p $WORK/b106/
2025-08-20T21:44:59.9272136Z [00:02:25.980]➜  cat >/tmp/go-build3243449595/b106/importcfg << 'EOF' # internal
2025-08-20T21:44:59.9272597Z [00:02:25.980]➜  # import config
2025-08-20T21:44:59.9272967Z [00:02:25.980]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.9273460Z [00:02:25.980]➜  packagefile crypto/internal/entropy=/tmp/go-build3243449595/b107/_pkg_.a
2025-08-20T21:44:59.9274008Z [00:02:25.980]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:44:59.9274568Z [00:02:25.980]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3243449595/b111/_pkg_.a
2025-08-20T21:44:59.9275163Z [00:02:25.980]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:44:59.9275752Z [00:02:25.980]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:44:59.9276386Z [00:02:25.980]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:44:59.9276991Z [00:02:25.980]➜  packagefile crypto/internal/randutil=/tmp/go-build3243449595/b122/_pkg_.a
2025-08-20T21:44:59.9282521Z [00:02:25.980]➜  packagefile crypto/internal/sysrand=/tmp/go-build3243449595/b108/_pkg_.a
2025-08-20T21:44:59.9285192Z [00:02:25.980]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.9285625Z [00:02:25.980]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.9286048Z [00:02:25.980]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:59.9286474Z [00:02:25.980]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.9286783Z [00:02:25.980]➜  EOF
2025-08-20T21:44:59.9298453Z [00:02:25.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b106=>" -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/b106/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T21:44:59.9348387Z [00:02:25.988]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:44:59.9355773Z [00:02:25.988]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/71/7194051501c7f8a2e981355ccd9f452276178d59136d882be1a6f4dabb8b3bfc-d # internal
2025-08-20T21:44:59.9365275Z [00:02:25.989]➜  math/big
2025-08-20T21:44:59.9365582Z [00:02:25.989]➜  mkdir -p $WORK/b130/
2025-08-20T21:44:59.9369085Z [00:02:25.990]➜  echo -n > $WORK/b130/go_asm.h # internal
2025-08-20T21:44:59.9372432Z [00:02:25.990]➜  cd /root/.go/src/math/big
2025-08-20T21:44:59.9373684Z [00:02:25.990]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b130/symabis ./arith_arm64.s
2025-08-20T21:44:59.9415256Z [00:02:25.994]➜  cat >/tmp/go-build3243449595/b130/importcfg << 'EOF' # internal
2025-08-20T21:44:59.9415742Z [00:02:25.994]➜  # import config
2025-08-20T21:44:59.9416096Z [00:02:25.994]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:44:59.9416525Z [00:02:25.994]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:44:59.9416939Z [00:02:25.994]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:44:59.9417619Z [00:02:25.994]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:44:59.9418609Z [00:02:25.994]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.9419107Z [00:02:25.994]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:44:59.9419539Z [00:02:25.994]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:44:59.9419983Z [00:02:25.994]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:44:59.9420417Z [00:02:25.994]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:44:59.9420855Z [00:02:25.994]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:44:59.9421722Z [00:02:25.994]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:44:59.9422172Z [00:02:25.994]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:44:59.9422485Z [00:02:25.994]➜  EOF
2025-08-20T21:44:59.9422760Z [00:02:25.995]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:44:59.9428583Z [00:02:25.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b130=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b130/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack -asmhdr $WORK/b130/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T21:44:59.9585195Z [00:02:26.011]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:44:59.9585951Z [00:02:26.011]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T21:44:59.9592335Z [00:02:26.012]➜  crypto/internal/fips140only
2025-08-20T21:44:59.9592664Z [00:02:26.012]➜  mkdir -p $WORK/b105/
2025-08-20T21:44:59.9604526Z [00:02:26.013]➜  cat >/tmp/go-build3243449595/b105/importcfg << 'EOF' # internal
2025-08-20T21:44:59.9604939Z [00:02:26.013]➜  # import config
2025-08-20T21:44:59.9605381Z [00:02:26.013]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:44:59.9605973Z [00:02:26.013]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:44:59.9606558Z [00:02:26.013]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3243449595/b119/_pkg_.a
2025-08-20T21:44:59.9607160Z [00:02:26.013]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:44:59.9607655Z [00:02:26.013]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:44:59.9608339Z [00:02:26.013]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:44:59.9608789Z [00:02:26.013]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:44:59.9609095Z [00:02:26.013]➜  EOF
2025-08-20T21:44:59.9613962Z [00:02:26.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b105=>" -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/b105/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:44:59.9952716Z [00:02:26.048]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:44:59.9958879Z [00:02:26.049]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T21:44:59.9963354Z [00:02:26.049]➜  crypto/md5
2025-08-20T21:44:59.9979723Z [00:02:26.049]➜  mkdir -p $WORK/b102/
2025-08-20T21:44:59.9980134Z [00:02:26.051]➜  echo -n > $WORK/b102/go_asm.h # internal
2025-08-20T21:44:59.9982199Z [00:02:26.051]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:44:59.9983870Z [00:02:26.051]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b102=>" -I $WORK/b102/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b102/symabis ./md5block_arm64.s
2025-08-20T21:45:00.0084346Z [00:02:26.061]➜  cat >/tmp/go-build3243449595/b102/importcfg << 'EOF' # internal
2025-08-20T21:45:00.0084811Z [00:02:26.061]➜  # import config
2025-08-20T21:45:00.0085164Z [00:02:26.061]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:00.0085711Z [00:02:26.061]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:00.0086212Z [00:02:26.061]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.0086631Z [00:02:26.061]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:00.0087093Z [00:02:26.061]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:00.0088165Z [00:02:26.061]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:00.0088497Z [00:02:26.061]➜  EOF
2025-08-20T21:45:00.0088764Z [00:02:26.061]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.0090705Z [00:02:26.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b102=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b102/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack -asmhdr $WORK/b102/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T21:45:00.0449262Z [00:02:26.097]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:45:00.0450934Z [00:02:26.097]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b102=>" -I $WORK/b102/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b102/md5block_arm64.o ./md5block_arm64.s
2025-08-20T21:45:00.0491539Z [00:02:26.102]➜  go tool pack r $WORK/b102/_pkg_.a $WORK/b102/md5block_arm64.o # internal
2025-08-20T21:45:00.0493374Z [00:02:26.102]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:45:00.0510759Z [00:02:26.103]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T21:45:00.0511811Z [00:02:26.104]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:45:00.0512788Z [00:02:26.104]➜  mkdir -p $WORK/b127/
2025-08-20T21:45:00.0525501Z [00:02:26.105]➜  echo -n > $WORK/b127/go_asm.h # internal
2025-08-20T21:45:00.0526244Z [00:02:26.105]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:45:00.0531223Z [00:02:26.105]➜  /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/b127=>" -I $WORK/b127/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b127/symabis ./gcm_arm64.s
2025-08-20T21:45:00.0591930Z [00:02:26.112]➜  cat >/tmp/go-build3243449595/b127/importcfg << 'EOF' # internal
2025-08-20T21:45:00.0592884Z [00:02:26.112]➜  # import config
2025-08-20T21:45:00.0593924Z [00:02:26.112]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:00.0596050Z [00:02:26.112]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3243449595/b111/_pkg_.a
2025-08-20T21:45:00.0597380Z [00:02:26.112]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3243449595/b112/_pkg_.a
2025-08-20T21:45:00.0598643Z [00:02:26.112]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:00.0599867Z [00:02:26.112]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:00.0600555Z [00:02:26.112]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:00.0601223Z [00:02:26.112]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:00.0601852Z [00:02:26.112]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3243449595/b117/_pkg_.a
2025-08-20T21:45:00.0602409Z [00:02:26.112]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:45:00.0602881Z [00:02:26.112]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.0603297Z [00:02:26.112]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:00.0603619Z [00:02:26.112]➜  EOF
2025-08-20T21:45:00.0619936Z [00:02:26.112]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.0637961Z [00:02:26.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b127=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b127/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack -asmhdr $WORK/b127/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T21:45:00.0650132Z [00:02:26.118]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:45:00.0686806Z [00:02:26.121]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T21:45:00.0688477Z [00:02:26.121]➜  text/template
2025-08-20T21:45:00.0690094Z [00:02:26.121]➜  mkdir -p $WORK/b088/
2025-08-20T21:45:00.0690912Z [00:02:26.122]➜  cat >/tmp/go-build3243449595/b088/importcfg << 'EOF' # internal
2025-08-20T21:45:00.0691713Z [00:02:26.122]➜  # import config
2025-08-20T21:45:00.0692326Z [00:02:26.122]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.0692965Z [00:02:26.122]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.0693865Z [00:02:26.122]➜  packagefile internal/fmtsort=/tmp/go-build3243449595/b049/_pkg_.a
2025-08-20T21:45:00.0695599Z [00:02:26.122]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.0697513Z [00:02:26.122]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:00.0698424Z [00:02:26.122]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:00.0699051Z [00:02:26.122]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:00.0700925Z [00:02:26.122]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:00.0701640Z [00:02:26.122]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:00.0702397Z [00:02:26.122]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:00.0703104Z [00:02:26.122]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:00.0703736Z [00:02:26.122]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:00.0704405Z [00:02:26.122]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:00.0704856Z [00:02:26.122]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:00.0706077Z [00:02:26.122]➜  packagefile text/template/parse=/tmp/go-build3243449595/b091/_pkg_.a
2025-08-20T21:45:00.0706961Z [00:02:26.122]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:00.0707605Z [00:02:26.122]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:00.0708344Z [00:02:26.122]➜  EOF
2025-08-20T21:45:00.0711167Z [00:02:26.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b088=>" -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/b088/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T21:45:00.1235108Z [00:02:26.176]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:45:00.1260196Z [00:02:26.176]➜  /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/b127=>" -I $WORK/b127/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b127/gcm_arm64.o ./gcm_arm64.s
2025-08-20T21:45:00.1345437Z [00:02:26.187]➜  go tool pack r $WORK/b127/_pkg_.a $WORK/b127/gcm_arm64.o # internal
2025-08-20T21:45:00.1346919Z [00:02:26.187]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:45:00.1377855Z [00:02:26.190]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T21:45:00.1378917Z [00:02:26.190]➜  crypto/cipher
2025-08-20T21:45:00.1379529Z [00:02:26.190]➜  mkdir -p $WORK/b126/
2025-08-20T21:45:00.1380283Z [00:02:26.190]➜  cat >/tmp/go-build3243449595/b126/importcfg << 'EOF' # internal
2025-08-20T21:45:00.1380891Z [00:02:26.190]➜  # import config
2025-08-20T21:45:00.1381536Z [00:02:26.190]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:00.1382445Z [00:02:26.190]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3243449595/b111/_pkg_.a
2025-08-20T21:45:00.1383727Z [00:02:26.190]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3243449595/b127/_pkg_.a
2025-08-20T21:45:00.1384392Z [00:02:26.190]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3243449595/b112/_pkg_.a
2025-08-20T21:45:00.1385009Z [00:02:26.190]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:00.1385530Z [00:02:26.190]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:00.1385977Z [00:02:26.190]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.1386445Z [00:02:26.190]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:00.1386901Z [00:02:26.190]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.1387214Z [00:02:26.190]➜  EOF
2025-08-20T21:45:00.1387475Z [00:02:26.190]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.1390061Z [00:02:26.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b126=>" -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/b126/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T21:45:00.1866438Z [00:02:26.239]➜  cd $WORK/b074
2025-08-20T21:45:00.1870396Z [00:02:26.239]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b074/_x001.o -c _cgo_export.c
2025-08-20T21:45:00.2077627Z [00:02:26.260]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b074/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:45:00.2304599Z [00:02:26.283]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b074/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:45:00.2491607Z [00:02:26.301]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:45:00.2500441Z [00:02:26.303]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T21:45:00.2522397Z [00:02:26.305]➜  crypto/internal/boring
2025-08-20T21:45:00.2525398Z [00:02:26.305]➜  mkdir -p $WORK/b125/
2025-08-20T21:45:00.2529354Z [00:02:26.306]➜  cat >/tmp/go-build3243449595/b125/importcfg << 'EOF' # internal
2025-08-20T21:45:00.2530810Z [00:02:26.306]➜  # import config
2025-08-20T21:45:00.2532764Z [00:02:26.306]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:00.2533822Z [00:02:26.306]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:00.2534441Z [00:02:26.306]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3243449595/b129/_pkg_.a
2025-08-20T21:45:00.2534944Z [00:02:26.306]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:00.2535285Z [00:02:26.306]➜  EOF
2025-08-20T21:45:00.2535569Z [00:02:26.306]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.2537416Z [00:02:26.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b125=>" -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/b125/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:45:00.2616100Z [00:02:26.314]➜  cd $WORK/b074
2025-08-20T21:45:00.2617693Z [00:02:26.314]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b074/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:45:00.2994782Z [00:02:26.352]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:45:00.2999861Z [00:02:26.353]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T21:45:00.3001143Z [00:02:26.353]➜  crypto/sha1
2025-08-20T21:45:00.3008731Z [00:02:26.354]➜  mkdir -p $WORK/b131/
2025-08-20T21:45:00.3009665Z [00:02:26.354]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T21:45:00.3010410Z [00:02:26.354]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:45:00.3011990Z [00:02:26.354]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b131/symabis ./sha1block_arm64.s
2025-08-20T21:45:00.3109400Z [00:02:26.364]➜  cat >/tmp/go-build3243449595/b131/importcfg << 'EOF' # internal
2025-08-20T21:45:00.3110608Z [00:02:26.364]➜  # import config
2025-08-20T21:45:00.3111602Z [00:02:26.364]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:00.3112905Z [00:02:26.364]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:00.3113577Z [00:02:26.364]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:00.3114152Z [00:02:26.364]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:45:00.3114661Z [00:02:26.364]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.3115078Z [00:02:26.364]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:00.3115545Z [00:02:26.364]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:00.3116032Z [00:02:26.364]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:45:00.3116489Z [00:02:26.364]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:00.3116826Z [00:02:26.364]➜  EOF
2025-08-20T21:45:00.3130637Z [00:02:26.366]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.3135424Z [00:02:26.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b131=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b131/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack -asmhdr $WORK/b131/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T21:45:00.3225654Z [00:02:26.374]➜  cd $WORK/b074
2025-08-20T21:45:00.3229390Z [00:02:26.376]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b074/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:45:00.3636479Z [00:02:26.416]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:45:00.3639546Z [00:02:26.417]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b131/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T21:45:00.3666159Z [00:02:26.419]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/sha1block_arm64.o # internal
2025-08-20T21:45:00.3666797Z [00:02:26.419]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:45:00.3675371Z [00:02:26.420]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T21:45:00.3678560Z [00:02:26.420]➜  database/sql/driver
2025-08-20T21:45:00.3678849Z [00:02:26.421]➜  mkdir -p $WORK/b132/
2025-08-20T21:45:00.3683412Z [00:02:26.421]➜  cat >/tmp/go-build3243449595/b132/importcfg << 'EOF' # internal
2025-08-20T21:45:00.3685681Z [00:02:26.421]➜  # import config
2025-08-20T21:45:00.3686150Z [00:02:26.421]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:00.3686585Z [00:02:26.421]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.3687013Z [00:02:26.421]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.3687459Z [00:02:26.421]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:00.3696851Z [00:02:26.421]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:00.3697423Z [00:02:26.421]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:00.3697816Z [00:02:26.421]➜  EOF
2025-08-20T21:45:00.3698108Z [00:02:26.421]➜  cd /root/.go/src/math/big
2025-08-20T21:45:00.3699343Z [00:02:26.421]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b130/arith_arm64.o ./arith_arm64.s
2025-08-20T21:45:00.3700288Z [00:02:26.422]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.3702063Z [00:02:26.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b132=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:45:00.3716845Z [00:02:26.424]➜  cd /root/.go/src/math/big
2025-08-20T21:45:00.3740255Z [00:02:26.424]➜  go tool pack r $WORK/b130/_pkg_.a $WORK/b130/arith_arm64.o # internal
2025-08-20T21:45:00.3744518Z [00:02:26.424]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:45:00.3746168Z [00:02:26.427]➜  cd $WORK/b074
2025-08-20T21:45:00.3747592Z [00:02:26.427]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b074/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:45:00.3784988Z [00:02:26.431]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T21:45:00.3785731Z [00:02:26.431]➜  crypto/rand
2025-08-20T21:45:00.3791906Z [00:02:26.432]➜  mkdir -p $WORK/b124/
2025-08-20T21:45:00.3797873Z [00:02:26.432]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:45:00.3798417Z [00:02:26.433]➜  cat >/tmp/go-build3243449595/b124/importcfg << 'EOF' # internal
2025-08-20T21:45:00.3798769Z [00:02:26.433]➜  # import config
2025-08-20T21:45:00.3799200Z [00:02:26.433]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:00.3799738Z [00:02:26.433]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:00.3800299Z [00:02:26.433]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:00.3800873Z [00:02:26.433]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:00.3801447Z [00:02:26.433]➜  packagefile crypto/internal/randutil=/tmp/go-build3243449595/b122/_pkg_.a
2025-08-20T21:45:00.3801990Z [00:02:26.433]➜  packagefile crypto/internal/sysrand=/tmp/go-build3243449595/b108/_pkg_.a
2025-08-20T21:45:00.3802466Z [00:02:26.433]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.3802876Z [00:02:26.433]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.3803294Z [00:02:26.433]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:00.3803624Z [00:02:26.433]➜  EOF
2025-08-20T21:45:00.3807672Z [00:02:26.434]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.3811469Z [00:02:26.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b124=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T21:45:00.3846916Z [00:02:26.437]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T21:45:00.3853200Z [00:02:26.438]➜  encoding/hex
2025-08-20T21:45:00.3853520Z [00:02:26.438]➜  mkdir -p $WORK/b133/
2025-08-20T21:45:00.3853906Z [00:02:26.438]➜  cat >/tmp/go-build3243449595/b133/importcfg << 'EOF' # internal
2025-08-20T21:45:00.3854617Z [00:02:26.438]➜  # import config
2025-08-20T21:45:00.3855104Z [00:02:26.438]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.3855531Z [00:02:26.438]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.3855939Z [00:02:26.438]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.3856358Z [00:02:26.438]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:00.3856802Z [00:02:26.438]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:00.3857118Z [00:02:26.438]➜  EOF
2025-08-20T21:45:00.3867941Z [00:02:26.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b133=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:45:00.4028832Z [00:02:26.456]➜  cd $WORK/b074
2025-08-20T21:45:00.4030888Z [00:02:26.456]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -I $WORK/b074/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b074/_cgo_main.o -c _cgo_main.c
2025-08-20T21:45:00.4072569Z [00:02:26.460]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:45:00.4080510Z [00:02:26.461]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T21:45:00.4085511Z [00:02:26.461]➜  encoding/json
2025-08-20T21:45:00.4086364Z [00:02:26.461]➜  mkdir -p $WORK/b134/
2025-08-20T21:45:00.4093952Z [00:02:26.462]➜  cat >/tmp/go-build3243449595/b134/importcfg << 'EOF' # internal
2025-08-20T21:45:00.4094391Z [00:02:26.462]➜  # import config
2025-08-20T21:45:00.4094772Z [00:02:26.462]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:00.4095197Z [00:02:26.462]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:45:00.4095629Z [00:02:26.462]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:00.4096090Z [00:02:26.462]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:00.4096546Z [00:02:26.462]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.4096979Z [00:02:26.462]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.4097377Z [00:02:26.462]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.4107995Z [00:02:26.462]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:00.4108609Z [00:02:26.462]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:00.4109038Z [00:02:26.462]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:00.4109511Z [00:02:26.462]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:00.4109949Z [00:02:26.462]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:00.4110369Z [00:02:26.462]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:00.4110789Z [00:02:26.462]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:00.4111240Z [00:02:26.462]➜  packagefile unicode/utf16=/tmp/go-build3243449595/b137/_pkg_.a
2025-08-20T21:45:00.4111723Z [00:02:26.462]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:00.4112055Z [00:02:26.462]➜  EOF
2025-08-20T21:45:00.4112320Z [00:02:26.462]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.4115242Z [00:02:26.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b134=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T21:45:00.4194258Z [00:02:26.472]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:45:00.4201401Z [00:02:26.473]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T21:45:00.4286224Z [00:02:26.481]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -o $WORK/b074/_cgo_.o $WORK/b074/_cgo_main.o $WORK/b074/preferlinkext $WORK/b074/_x001.o $WORK/b074/_x002.o $WORK/b074/_x003.o $WORK/b074/_x004.o $WORK/b074/_x005.o $WORK/b074/_x006.o -O2 -g -lresolv
2025-08-20T21:45:00.4308711Z [00:02:26.483]➜  golang.org/x/sys/unix
2025-08-20T21:45:00.4315951Z [00:02:26.484]➜  mkdir -p $WORK/b140/
2025-08-20T21:45:00.4317586Z [00:02:26.484]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:45:00.4318337Z [00:02:26.485]➜  echo -n > $WORK/b140/go_asm.h # internal
2025-08-20T21:45:00.4337862Z [00:02:26.486]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T21:45:00.4338911Z [00:02:26.486]➜  github.com/things-go/go-socks5/bufferpool
2025-08-20T21:45:00.4339241Z [00:02:26.486]➜  mkdir -p $WORK/b142/
2025-08-20T21:45:00.4342451Z [00:02:26.487]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix
2025-08-20T21:45:00.4343732Z [00:02:26.487]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix=>golang.org/x/sys@v0.32.0/unix;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b140/symabis ./asm_linux_arm64.s
2025-08-20T21:45:00.4344878Z [00:02:26.487]➜  cat >/tmp/go-build3243449595/b142/importcfg << 'EOF' # internal
2025-08-20T21:45:00.4345755Z [00:02:26.487]➜  # import config
2025-08-20T21:45:00.4346155Z [00:02:26.487]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:00.4346473Z [00:02:26.487]➜  EOF
2025-08-20T21:45:00.4346755Z [00:02:26.487]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.4349046Z [00:02:26.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/bufferpool=>github.com/things-go/go-socks5@v0.0.4/bufferpool;$WORK/b142=>" -p github.com/things-go/go-socks5/bufferpool -lang=go1.18 -complete -installsuffix shared -buildid BpXf7Xwd7XlPg58TEaDY/BpXf7Xwd7XlPg58TEaDY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/bufferpool/pool.go
2025-08-20T21:45:00.4380934Z [00:02:26.490]➜  cat >/tmp/go-build3243449595/b140/importcfg << 'EOF' # internal
2025-08-20T21:45:00.4381353Z [00:02:26.490]➜  # import config
2025-08-20T21:45:00.4381696Z [00:02:26.490]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:00.4382153Z [00:02:26.490]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:00.4382640Z [00:02:26.490]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:00.4383075Z [00:02:26.490]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:00.4383503Z [00:02:26.490]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:00.4383916Z [00:02:26.490]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:00.4384336Z [00:02:26.490]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:00.4384762Z [00:02:26.490]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:00.4385527Z [00:02:26.490]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:00.4386025Z [00:02:26.490]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:00.4386447Z [00:02:26.490]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:00.4386754Z [00:02:26.490]➜  EOF
2025-08-20T21:45:00.4400090Z [00:02:26.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix=>golang.org/x/sys@v0.32.0/unix;$WORK/b140=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid OcpE_BF5YVyzXni8CT7n/OcpE_BF5YVyzXni8CT7n -goversion go1.25.0 -symabis $WORK/b140/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack -asmhdr $WORK/b140/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix/ztypes_linux_arm64.go
2025-08-20T21:45:00.4509964Z [00:02:26.504]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:45:00.4524239Z [00:02:26.505]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/8e/8e10a76793eb2c73ed43f83737f30c21fdea1138ab5a238dc283f1c55776e7fd-d # internal
2025-08-20T21:45:00.4530658Z [00:02:26.506]➜  golang.org/x/net/bpf
2025-08-20T21:45:00.4532293Z [00:02:26.506]➜  mkdir -p $WORK/b147/
2025-08-20T21:45:00.4541383Z [00:02:26.507]➜  cat >/tmp/go-build3243449595/b147/importcfg << 'EOF' # internal
2025-08-20T21:45:00.4544030Z [00:02:26.507]➜  # import config
2025-08-20T21:45:00.4544509Z [00:02:26.507]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:00.4545009Z [00:02:26.507]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.4545434Z [00:02:26.507]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.4545743Z [00:02:26.507]➜  EOF
2025-08-20T21:45:00.4548706Z [00:02:26.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf=>golang.org/x/net@v0.39.0/bpf;$WORK/b147=>" -p golang.org/x/net/bpf -lang=go1.23 -complete -installsuffix shared -buildid PUg4exY_NTP0vC3ykcO2/PUg4exY_NTP0vC3ykcO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf/asm.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf/constants.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf/doc.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf/instructions.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf/setter.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf/vm.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/bpf/vm_instructions.go
2025-08-20T21:45:00.5094203Z [00:02:26.560]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:45:00.5097276Z [00:02:26.562]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/d0/d0feab31fecd26a732dc8a98081c090c6b29e0ca756cdbf38e5f6d7fd176d141-d # internal
2025-08-20T21:45:00.5098075Z [00:02:26.563]➜  golang.org/x/net/dns/dnsmessage
2025-08-20T21:45:00.5098389Z [00:02:26.563]➜  mkdir -p $WORK/b153/
2025-08-20T21:45:00.5098768Z [00:02:26.563]➜  cat >/tmp/go-build3243449595/b153/importcfg << 'EOF' # internal
2025-08-20T21:45:00.5099146Z [00:02:26.563]➜  # import config
2025-08-20T21:45:00.5099487Z [00:02:26.563]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.5099797Z [00:02:26.563]➜  EOF
2025-08-20T21:45:00.5101624Z [00:02:26.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/dns/dnsmessage=>golang.org/x/net@v0.39.0/dns/dnsmessage;$WORK/b153=>" -p golang.org/x/net/dns/dnsmessage -lang=go1.23 -complete -installsuffix shared -buildid SExCbgh-9dXnXMlWKb6u/SExCbgh-9dXnXMlWKb6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/dns/dnsmessage/message.go
2025-08-20T21:45:00.5466466Z [00:02:26.599]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b074=/tmp/go-build -gno-record-gcc-switches -o $WORK/b074/_cgo_.o $WORK/b074/_cgo_main.o $WORK/b074/preferlinkext $WORK/b074/_x001.o $WORK/b074/_x002.o $WORK/b074/_x003.o $WORK/b074/_x004.o $WORK/b074/_x005.o $WORK/b074/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:45:00.5468351Z [00:02:26.599]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b074/_cgo_.o -dynout $WORK/b074/_cgo_import.go
2025-08-20T21:45:00.5528712Z [00:02:26.605]➜  cat >/tmp/go-build3243449595/b074/importcfg << 'EOF' # internal
2025-08-20T21:45:00.5529140Z [00:02:26.605]➜  # import config
2025-08-20T21:45:00.5530417Z [00:02:26.605]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:45:00.5531022Z [00:02:26.605]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:45:00.5531451Z [00:02:26.605]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:00.5531878Z [00:02:26.605]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.5532466Z [00:02:26.605]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3243449595/b075/_pkg_.a
2025-08-20T21:45:00.5533029Z [00:02:26.605]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:45:00.5533522Z [00:02:26.605]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:00.5534003Z [00:02:26.605]➜  packagefile internal/itoa=/tmp/go-build3243449595/b043/_pkg_.a
2025-08-20T21:45:00.5534489Z [00:02:26.605]➜  packagefile internal/nettrace=/tmp/go-build3243449595/b076/_pkg_.a
2025-08-20T21:45:00.5534985Z [00:02:26.605]➜  packagefile internal/poll=/tmp/go-build3243449595/b060/_pkg_.a
2025-08-20T21:45:00.5535497Z [00:02:26.606]➜  packagefile internal/singleflight=/tmp/go-build3243449595/b077/_pkg_.a
2025-08-20T21:45:00.5536024Z [00:02:26.606]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:45:00.5536540Z [00:02:26.606]➜  packagefile internal/syscall/unix=/tmp/go-build3243449595/b061/_pkg_.a
2025-08-20T21:45:00.5537340Z [00:02:26.606]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.5538027Z [00:02:26.606]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:00.5538533Z [00:02:26.606]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:00.5538958Z [00:02:26.606]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:00.5539373Z [00:02:26.606]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:00.5539801Z [00:02:26.606]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:00.5540231Z [00:02:26.606]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:00.5540668Z [00:02:26.606]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:00.5541107Z [00:02:26.606]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:00.5541529Z [00:02:26.606]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:00.5541974Z [00:02:26.606]➜  packagefile runtime/cgo=/tmp/go-build3243449595/b081/_pkg_.a
2025-08-20T21:45:00.5542307Z [00:02:26.606]➜  EOF
2025-08-20T21:45:00.5551219Z [00:02:26.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b074=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/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/b074/_cgo_gotypes.go $WORK/b074/cgo_linux.cgo1.go $WORK/b074/cgo_resnew.cgo1.go $WORK/b074/cgo_socknew.cgo1.go $WORK/b074/cgo_unix_cgo.cgo1.go $WORK/b074/cgo_unix_cgo_res.cgo1.go $WORK/b074/_cgo_import.go
2025-08-20T21:45:00.6742599Z [00:02:26.727]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:45:00.6757233Z [00:02:26.728]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/82/829f7b4000f9d1d9e6e40ca6f6ca5eefd86d4db35020ba2f609f01540c7887b3-d # internal
2025-08-20T21:45:00.6806393Z [00:02:26.733]➜  golang.org/x/sys/cpu
2025-08-20T21:45:00.6809091Z [00:02:26.734]➜  mkdir -p $WORK/b156/
2025-08-20T21:45:00.6815820Z [00:02:26.734]➜  echo -n > $WORK/b156/go_asm.h # internal
2025-08-20T21:45:00.6820799Z [00:02:26.735]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu
2025-08-20T21:45:00.6823893Z [00:02:26.735]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu=>golang.org/x/sys@v0.32.0/cpu;$WORK/b156=>" -I $WORK/b156/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b156/symabis ./cpu_arm64.s
2025-08-20T21:45:00.6885117Z [00:02:26.741]➜  cat >/tmp/go-build3243449595/b156/importcfg << 'EOF' # internal
2025-08-20T21:45:00.6887000Z [00:02:26.741]➜  # import config
2025-08-20T21:45:00.6887387Z [00:02:26.741]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:00.6887896Z [00:02:26.741]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.6888353Z [00:02:26.741]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:00.6888811Z [00:02:26.741]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:00.6889262Z [00:02:26.741]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:00.6889691Z [00:02:26.741]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:00.6890121Z [00:02:26.741]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:00.6890439Z [00:02:26.741]➜  EOF
2025-08-20T21:45:00.6890702Z [00:02:26.741]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.6894854Z [00:02:26.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu=>golang.org/x/sys@v0.32.0/cpu;$WORK/b156=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid 1GcKlzH34n6bzGKS8smq/1GcKlzH34n6bzGKS8smq -goversion go1.25.0 -symabis $WORK/b156/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack -asmhdr $WORK/b156/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/cpu_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/proc_cpuinfo_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu/runtime_auxv_go121.go
2025-08-20T21:45:00.7416255Z [00:02:26.794]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu
2025-08-20T21:45:00.7421012Z [00:02:26.794]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/cpu=>golang.org/x/sys@v0.32.0/cpu;$WORK/b156=>" -I $WORK/b156/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b156/cpu_arm64.o ./cpu_arm64.s
2025-08-20T21:45:00.7506521Z [00:02:26.803]➜  go tool pack r $WORK/b156/_pkg_.a $WORK/b156/cpu_arm64.o # internal
2025-08-20T21:45:00.7510549Z [00:02:26.804]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:45:00.7515741Z [00:02:26.804]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/40/405cfb844f7b08883bdc34d94f84c78020ed8d24ee151ab0294c0985d7527623-d # internal
2025-08-20T21:45:00.7527136Z [00:02:26.804]➜  golang.org/x/time/rate
2025-08-20T21:45:00.7527634Z [00:02:26.804]➜  mkdir -p $WORK/b159/
2025-08-20T21:45:00.7529252Z [00:02:26.805]➜  cat >/tmp/go-build3243449595/b159/importcfg << 'EOF' # internal
2025-08-20T21:45:00.7529652Z [00:02:26.805]➜  # import config
2025-08-20T21:45:00.7530006Z [00:02:26.805]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:00.7530436Z [00:02:26.805]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.7530848Z [00:02:26.805]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:00.7531280Z [00:02:26.805]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:00.7532081Z [00:02:26.805]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:00.7532394Z [00:02:26.805]➜  EOF
2025-08-20T21:45:00.7532658Z [00:02:26.805]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.7535614Z [00:02:26.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.5.0/rate=>golang.org/x/time@v0.5.0/rate;$WORK/b159=>" -p golang.org/x/time/rate -lang=go1.18 -complete -installsuffix shared -buildid 6X9LzrN5Z_YguyQvsoJZ/6X9LzrN5Z_YguyQvsoJZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.5.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.5.0/rate/sometimes.go
2025-08-20T21:45:00.7850712Z [00:02:26.838]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:45:00.7858945Z [00:02:26.839]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/9e/9e5b5cbb38040c508f02b6946557d77f19919b92564933a66ed9607fdab2e84c-d # internal
2025-08-20T21:45:00.7861602Z [00:02:26.839]➜  gvisor.dev/gvisor/pkg/sync
2025-08-20T21:45:00.7862870Z [00:02:26.839]➜  mkdir -p $WORK/b161/
2025-08-20T21:45:00.7864001Z [00:02:26.839]➜  echo -n > $WORK/b161/go_asm.h # internal
2025-08-20T21:45:00.7865490Z [00:02:26.839]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync
2025-08-20T21:45:00.7867232Z [00:02:26.839]➜  /root/.go/pkg/tool/linux_arm64/asm -p gvisor.dev/gvisor/pkg/sync -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync;$WORK/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b161/symabis ./fence_arm64.s ./runtime_spinning_other.s
2025-08-20T21:45:00.7894381Z [00:02:26.842]➜  cat >/tmp/go-build3243449595/b161/importcfg << 'EOF' # internal
2025-08-20T21:45:00.7895782Z [00:02:26.842]➜  # import config
2025-08-20T21:45:00.7896188Z [00:02:26.842]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.7900293Z [00:02:26.842]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build3243449595/b162/_pkg_.a
2025-08-20T21:45:00.7900823Z [00:02:26.842]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:00.7901251Z [00:02:26.842]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:00.7901683Z [00:02:26.842]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:00.7902394Z [00:02:26.842]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:00.7905148Z [00:02:26.842]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:00.7905574Z [00:02:26.842]➜  EOF
2025-08-20T21:45:00.7905850Z [00:02:26.842]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.7913488Z [00:02:26.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync;$WORK/b161=>" -p gvisor.dev/gvisor/pkg/sync -lang=go1.20 -installsuffix shared -buildid GFTsW4eud2q3iEh0IDx1/GFTsW4eud2q3iEh0IDx1 -goversion go1.25.0 -symabis $WORK/b161/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack -asmhdr $WORK/b161/go_asm.h /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/aliases.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/checklocks_off_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/fence.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/gate_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/goyield_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/mutex_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/nocopy.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/norace_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/runtime.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/runtime_constants.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/runtime_go121_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/runtime_other.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/runtime_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/rwmutex_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/seqcount.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/sync.go
2025-08-20T21:45:00.7922966Z [00:02:26.843]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:45:00.7951087Z [00:02:26.848]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T21:45:00.7951765Z [00:02:26.848]➜  gvisor.dev/gvisor/pkg/state/wire
2025-08-20T21:45:00.7952720Z [00:02:26.848]➜  mkdir -p $WORK/b164/
2025-08-20T21:45:00.7954933Z [00:02:26.848]➜  cat >/tmp/go-build3243449595/b164/importcfg << 'EOF' # internal
2025-08-20T21:45:00.7955563Z [00:02:26.848]➜  # import config
2025-08-20T21:45:00.7956344Z [00:02:26.848]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.7957667Z [00:02:26.848]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build3243449595/b162/_pkg_.a
2025-08-20T21:45:00.7959136Z [00:02:26.848]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.7959564Z [00:02:26.848]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:00.7959876Z [00:02:26.848]➜  EOF
2025-08-20T21:45:00.7961975Z [00:02:26.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/wire=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/wire;$WORK/b164=>" -p gvisor.dev/gvisor/pkg/state/wire -lang=go1.20 -complete -installsuffix shared -buildid U4WkHDky_1U8Y95STE9z/U4WkHDky_1U8Y95STE9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/wire/wire.go
2025-08-20T21:45:00.8481457Z [00:02:26.901]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:45:00.8493458Z [00:02:26.902]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/de/de9b4c80c3626a8b2fb109e3e46015c2fa4991f4874b41a362e657c03a18d2e7-d # internal
2025-08-20T21:45:00.8494212Z [00:02:26.902]➜  gvisor.dev/gvisor/pkg/state
2025-08-20T21:45:00.8494511Z [00:02:26.902]➜  mkdir -p $WORK/b163/
2025-08-20T21:45:00.8501959Z [00:02:26.903]➜  cat >/tmp/go-build3243449595/b163/importcfg << 'EOF' # internal
2025-08-20T21:45:00.8502709Z [00:02:26.903]➜  # import config
2025-08-20T21:45:00.8503278Z [00:02:26.903]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:00.8504751Z [00:02:26.903]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:00.8505225Z [00:02:26.903]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.8505743Z [00:02:26.903]➜  packagefile gvisor.dev/gvisor/pkg/state/wire=/tmp/go-build3243449595/b164/_pkg_.a
2025-08-20T21:45:00.8506246Z [00:02:26.903]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:00.8506686Z [00:02:26.903]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:00.8507118Z [00:02:26.903]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:00.8507535Z [00:02:26.903]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:00.8510099Z [00:02:26.903]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:00.8510425Z [00:02:26.903]➜  EOF
2025-08-20T21:45:00.8516630Z [00:02:26.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state;$WORK/b163=>" -p gvisor.dev/gvisor/pkg/state -lang=go1.20 -complete -installsuffix shared -buildid hdgm2cWrcxIgaKwK7QoM/hdgm2cWrcxIgaKwK7QoM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/addr_range.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/addr_set.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/complete_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/decode.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/decode_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/deferred_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/encode.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/encode_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/state_norace.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/stats.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/state/types.go
2025-08-20T21:45:00.9017124Z [00:02:26.954]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync
2025-08-20T21:45:00.9019318Z [00:02:26.954]➜  /root/.go/pkg/tool/linux_arm64/asm -p gvisor.dev/gvisor/pkg/sync -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync;$WORK/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b161/fence_arm64.o ./fence_arm64.s
2025-08-20T21:45:00.9076290Z [00:02:26.960]➜  /root/.go/pkg/tool/linux_arm64/asm -p gvisor.dev/gvisor/pkg/sync -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync;$WORK/b161=>" -I $WORK/b161/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b161/runtime_spinning_other.o ./runtime_spinning_other.s
2025-08-20T21:45:00.9146559Z [00:02:26.967]➜  go tool pack r $WORK/b161/_pkg_.a $WORK/b161/fence_arm64.o $WORK/b161/runtime_spinning_other.o # internal
2025-08-20T21:45:00.9169124Z [00:02:26.967]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:45:00.9179733Z [00:02:26.970]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/de/dec1775156d7e5bee43f973eb95e23f23cfa338ffdd11b0bf3937fdc0a4fe015-d # internal
2025-08-20T21:45:00.9214819Z [00:02:26.974]➜  gvisor.dev/gvisor/pkg/linewriter
2025-08-20T21:45:00.9215290Z [00:02:26.974]➜  mkdir -p $WORK/b160/
2025-08-20T21:45:00.9215679Z [00:02:26.974]➜  cat >/tmp/go-build3243449595/b160/importcfg << 'EOF' # internal
2025-08-20T21:45:00.9216035Z [00:02:26.974]➜  # import config
2025-08-20T21:45:00.9216375Z [00:02:26.974]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:00.9216872Z [00:02:26.974]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:00.9217253Z [00:02:26.974]➜  EOF
2025-08-20T21:45:00.9217519Z [00:02:26.974]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:00.9219951Z [00:02:26.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/linewriter=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/linewriter;$WORK/b160=>" -p gvisor.dev/gvisor/pkg/linewriter -lang=go1.20 -complete -installsuffix shared -buildid UgAwtoF-Z6hfAiFgoGXv/UgAwtoF-Z6hfAiFgoGXv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/linewriter/linewriter.go
2025-08-20T21:45:00.9487100Z [00:02:27.001]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:45:00.9496151Z [00:02:27.002]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/98/9865587144b640ab6c57fb4280a9829a222d4903773c8849e044341f78e664ac-d # internal
2025-08-20T21:45:00.9499091Z [00:02:27.003]➜  gvisor.dev/gvisor/pkg/log
2025-08-20T21:45:00.9499440Z [00:02:27.003]➜  mkdir -p $WORK/b158/
2025-08-20T21:45:00.9509031Z [00:02:27.004]➜  cat >/tmp/go-build3243449595/b158/importcfg << 'EOF' # internal
2025-08-20T21:45:00.9509493Z [00:02:27.004]➜  # import config
2025-08-20T21:45:00.9509869Z [00:02:27.004]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:00.9510317Z [00:02:27.004]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:00.9510795Z [00:02:27.004]➜  packagefile golang.org/x/time/rate=/tmp/go-build3243449595/b159/_pkg_.a
2025-08-20T21:45:00.9511401Z [00:02:27.004]➜  packagefile gvisor.dev/gvisor/pkg/linewriter=/tmp/go-build3243449595/b160/_pkg_.a
2025-08-20T21:45:00.9511980Z [00:02:27.004]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:00.9512452Z [00:02:27.004]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:00.9512853Z [00:02:27.004]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:00.9513253Z [00:02:27.004]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:00.9513679Z [00:02:27.004]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:00.9514104Z [00:02:27.004]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:00.9514533Z [00:02:27.004]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:00.9514980Z [00:02:27.004]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:00.9515415Z [00:02:27.004]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:00.9515734Z [00:02:27.004]➜  EOF
2025-08-20T21:45:00.9519658Z [00:02:27.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/log=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/log;$WORK/b158=>" -p gvisor.dev/gvisor/pkg/log -lang=go1.20 -complete -installsuffix shared -buildid zqShNKBKdrjCOD9QYfoC/zqShNKBKdrjCOD9QYfoC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/log/glog.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/log/json.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/log/json_k8s.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/log/log.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/log/rate_limited.go
2025-08-20T21:45:01.0802887Z [00:02:27.133]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:45:01.0816387Z [00:02:27.134]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/ec/ec4ce9502734f2a507f9aca4019f7e9fa0f0edc2a662ba1242b0dbd9b1f063f4-d # internal
2025-08-20T21:45:01.0817117Z [00:02:27.134]➜  gvisor.dev/gvisor/pkg/tcpip/checksum
2025-08-20T21:45:01.0817434Z [00:02:27.134]➜  mkdir -p $WORK/b169/
2025-08-20T21:45:01.0834190Z [00:02:27.136]➜  cat >/tmp/go-build3243449595/b169/importcfg << 'EOF' # internal
2025-08-20T21:45:01.0834601Z [00:02:27.136]➜  # import config
2025-08-20T21:45:01.0835030Z [00:02:27.136]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.0835513Z [00:02:27.136]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:01.0835835Z [00:02:27.136]➜  EOF
2025-08-20T21:45:01.0839919Z [00:02:27.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/checksum=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/checksum;$WORK/b169=>" -p gvisor.dev/gvisor/pkg/tcpip/checksum -lang=go1.20 -complete -installsuffix shared -buildid L-jtsXQ9Loy-jlGS9HeR/L-jtsXQ9Loy-jlGS9HeR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/checksum/checksum.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/checksum/checksum_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/checksum/checksum_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/checksum/checksum_unsafe_state_autogen.go
2025-08-20T21:45:01.1211878Z [00:02:27.174]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:45:01.1215222Z [00:02:27.174]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/6d/6dc721856f91ec18ee085693768724fb4a786f3c2500d46a72d85c9eb3980cde-d # internal
2025-08-20T21:45:01.1218850Z [00:02:27.175]➜  gvisor.dev/gvisor/pkg/sync/locking
2025-08-20T21:45:01.1219203Z [00:02:27.175]➜  mkdir -p $WORK/b174/
2025-08-20T21:45:01.1223540Z [00:02:27.175]➜  cat >/tmp/go-build3243449595/b174/importcfg << 'EOF' # internal
2025-08-20T21:45:01.1224364Z [00:02:27.175]➜  # import config
2025-08-20T21:45:01.1225725Z [00:02:27.175]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build3243449595/b162/_pkg_.a
2025-08-20T21:45:01.1226389Z [00:02:27.175]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.1226894Z [00:02:27.175]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:01.1227344Z [00:02:27.175]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:01.1227674Z [00:02:27.175]➜  EOF
2025-08-20T21:45:01.1231700Z [00:02:27.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/locking=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/locking;$WORK/b174=>" -p gvisor.dev/gvisor/pkg/sync/locking -lang=go1.20 -complete -installsuffix shared -buildid Gt-EdW90cMs_PZGGiFyk/Gt-EdW90cMs_PZGGiFyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/locking/atomicptrmap_ancestors_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/locking/atomicptrmap_goroutine_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/locking/lockdep_norace.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sync/locking/locking.go
2025-08-20T21:45:01.1601215Z [00:02:27.213]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix
2025-08-20T21:45:01.1603124Z [00:02:27.213]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.32.0/unix=>golang.org/x/sys@v0.32.0/unix;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b140/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:45:01.1630114Z [00:02:27.216]➜  go tool pack r $WORK/b140/_pkg_.a $WORK/b140/asm_linux_arm64.o # internal
2025-08-20T21:45:01.1630611Z [00:02:27.216]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:45:01.1732848Z [00:02:27.226]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d # internal
2025-08-20T21:45:01.1735450Z [00:02:27.226]➜  github.com/sirupsen/logrus
2025-08-20T21:45:01.1736297Z [00:02:27.226]➜  mkdir -p $WORK/b139/
2025-08-20T21:45:01.1740261Z [00:02:27.227]➜  cat >/tmp/go-build3243449595/b139/importcfg << 'EOF' # internal
2025-08-20T21:45:01.1740650Z [00:02:27.227]➜  # import config
2025-08-20T21:45:01.1758697Z [00:02:27.227]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:01.1759639Z [00:02:27.227]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:01.1760077Z [00:02:27.227]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:01.1760536Z [00:02:27.227]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:01.1760976Z [00:02:27.227]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.1761448Z [00:02:27.227]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.1761920Z [00:02:27.227]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.1762324Z [00:02:27.227]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:01.1762725Z [00:02:27.227]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.1763138Z [00:02:27.227]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:01.1763564Z [00:02:27.227]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.1764000Z [00:02:27.227]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:01.1764421Z [00:02:27.227]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.1764851Z [00:02:27.227]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.1765269Z [00:02:27.227]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.1765709Z [00:02:27.227]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:01.1766141Z [00:02:27.227]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.1766591Z [00:02:27.227]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:01.1766930Z [00:02:27.227]➜  EOF
2025-08-20T21:45:01.1767216Z [00:02:27.227]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:01.1774082Z [00:02:27.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b139=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid jJIWv9DtGYrbUn1ZNMI-/jJIWv9DtGYrbUn1ZNMI- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/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-20T21:45:01.2050249Z [00:02:27.257]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:45:01.2068211Z [00:02:27.259]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/8a/8ab32a90762ace50afa53aaff6cb820d6c4b7d6b365db22b8683046304cf21d8-d # internal
2025-08-20T21:45:01.2114195Z [00:02:27.264]➜  golang.zx2c4.com/wireguard/rwcancel
2025-08-20T21:45:01.2119041Z [00:02:27.264]➜  mkdir -p $WORK/b151/
2025-08-20T21:45:01.2119506Z [00:02:27.264]➜  cat >/tmp/go-build3243449595/b151/importcfg << 'EOF' # internal
2025-08-20T21:45:01.2119864Z [00:02:27.264]➜  # import config
2025-08-20T21:45:01.2120206Z [00:02:27.264]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.2120691Z [00:02:27.264]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.2121153Z [00:02:27.264]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.2121998Z [00:02:27.264]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:01.2122318Z [00:02:27.264]➜  EOF
2025-08-20T21:45:01.2124587Z [00:02:27.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/rwcancel=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/rwcancel;$WORK/b151=>" -p golang.zx2c4.com/wireguard/rwcancel -lang=go1.20 -complete -installsuffix shared -buildid 0QFP9DBwXX3wQOCSCL9M/0QFP9DBwXX3wQOCSCL9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/rwcancel/rwcancel.go
2025-08-20T21:45:01.2689662Z [00:02:27.321]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:45:01.2700917Z [00:02:27.323]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/06/06bd3c3112eac7d00d120b265be39a705773245f938cb4197bb2363e9390443c-d # internal
2025-08-20T21:45:01.2703905Z [00:02:27.323]➜  gvisor.dev/gvisor/pkg/rand
2025-08-20T21:45:01.2704229Z [00:02:27.323]➜  mkdir -p $WORK/b173/
2025-08-20T21:45:01.2717089Z [00:02:27.324]➜  cat >/tmp/go-build3243449595/b173/importcfg << 'EOF' # internal
2025-08-20T21:45:01.2718032Z [00:02:27.324]➜  # import config
2025-08-20T21:45:01.2718996Z [00:02:27.324]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:01.2719510Z [00:02:27.324]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:01.2720055Z [00:02:27.324]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.2720605Z [00:02:27.324]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.2721088Z [00:02:27.324]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.2721393Z [00:02:27.324]➜  EOF
2025-08-20T21:45:01.2724181Z [00:02:27.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/rand=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/rand;$WORK/b173=>" -p gvisor.dev/gvisor/pkg/rand -lang=go1.20 -complete -installsuffix shared -buildid 0qw8ydycYr-dQb97x61p/0qw8ydycYr-dQb97x61p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/rand/rand_linux.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/rand/rand_linux_state_autogen.go
2025-08-20T21:45:01.2863492Z [00:02:27.339]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:45:01.2923118Z [00:02:27.345]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/39/39616f2450436dbf65e086abe23fd9e71c9809491ccd592a1f79d906f83f1799-d # internal
2025-08-20T21:45:01.2923762Z [00:02:27.345]➜  gvisor.dev/gvisor/pkg/cpuid
2025-08-20T21:45:01.2924065Z [00:02:27.345]➜  mkdir -p $WORK/b157/
2025-08-20T21:45:01.2924512Z [00:02:27.345]➜  cat >/tmp/go-build3243449595/b157/importcfg << 'EOF' # internal
2025-08-20T21:45:01.2924862Z [00:02:27.345]➜  # import config
2025-08-20T21:45:01.2925236Z [00:02:27.345]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.2925686Z [00:02:27.345]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.2926173Z [00:02:27.345]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build3243449595/b158/_pkg_.a
2025-08-20T21:45:01.2926746Z [00:02:27.345]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:01.2927308Z [00:02:27.345]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.2927907Z [00:02:27.345]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.2928395Z [00:02:27.345]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:01.2928815Z [00:02:27.345]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.2929666Z [00:02:27.345]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.2930098Z [00:02:27.345]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.2930524Z [00:02:27.345]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.2930841Z [00:02:27.345]➜  EOF
2025-08-20T21:45:01.2934735Z [00:02:27.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid;$WORK/b157=>" -p gvisor.dev/gvisor/pkg/cpuid -lang=go1.20 -complete -installsuffix shared -buildid bV7iaralNJCz2IEd96o_/bV7iaralNJCz2IEd96o_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid/cpuid.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid/cpuid_arm64.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid/cpuid_arm64_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid/cpuid_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid/features_arm64.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/cpuid/native_arm64.go
2025-08-20T21:45:01.3402756Z [00:02:27.393]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:45:01.3427429Z [00:02:27.395]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/2c/2c702c98ce1c397f4bb43c40c9db953790f11ec9c71d75f035fc3901ac0542b2-d # internal
2025-08-20T21:45:01.3428285Z [00:02:27.395]➜  gvisor.dev/gvisor/pkg/waiter
2025-08-20T21:45:01.3429343Z [00:02:27.395]➜  mkdir -p $WORK/b168/
2025-08-20T21:45:01.3431235Z [00:02:27.396]➜  cat >/tmp/go-build3243449595/b168/importcfg << 'EOF' # internal
2025-08-20T21:45:01.3434258Z [00:02:27.396]➜  # import config
2025-08-20T21:45:01.3437323Z [00:02:27.396]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:01.3450009Z [00:02:27.396]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.3450456Z [00:02:27.396]➜  EOF
2025-08-20T21:45:01.3453642Z [00:02:27.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/waiter=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/waiter;$WORK/b168=>" -p gvisor.dev/gvisor/pkg/waiter -lang=go1.20 -complete -installsuffix shared -buildid hQqdxGJyMqwe_9BJj0Ky/hQqdxGJyMqwe_9BJj0Ky -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/waiter/waiter.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/waiter/waiter_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/waiter/waiter_state_autogen.go
2025-08-20T21:45:01.3523987Z [00:02:27.405]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:45:01.3534074Z [00:02:27.406]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/a6/a6a705d335ade003867f06f07aff3bcedfaa3735ae55faa8642854c028e903e8-d # internal
2025-08-20T21:45:01.3535493Z [00:02:27.406]➜  gvisor.dev/gvisor/pkg/atomicbitops
2025-08-20T21:45:01.3542827Z [00:02:27.407]➜  mkdir -p $WORK/b155/
2025-08-20T21:45:01.3547491Z [00:02:27.407]➜  echo -n > $WORK/b155/go_asm.h # internal
2025-08-20T21:45:01.3550893Z [00:02:27.408]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops
2025-08-20T21:45:01.3552737Z [00:02:27.408]➜  /root/.go/pkg/tool/linux_arm64/asm -p gvisor.dev/gvisor/pkg/atomicbitops -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops;$WORK/b155=>" -I $WORK/b155/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b155/symabis ./atomicbitops_arm64.s
2025-08-20T21:45:01.3576634Z [00:02:27.410]➜  cat >/tmp/go-build3243449595/b155/importcfg << 'EOF' # internal
2025-08-20T21:45:01.3578564Z [00:02:27.410]➜  # import config
2025-08-20T21:45:01.3579021Z [00:02:27.410]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3243449595/b156/_pkg_.a
2025-08-20T21:45:01.3579609Z [00:02:27.410]➜  packagefile gvisor.dev/gvisor/pkg/cpuid=/tmp/go-build3243449595/b157/_pkg_.a
2025-08-20T21:45:01.3580212Z [00:02:27.410]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:01.3580782Z [00:02:27.410]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.3581269Z [00:02:27.410]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:01.3581695Z [00:02:27.410]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.3582137Z [00:02:27.410]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:01.3582490Z [00:02:27.410]➜  EOF
2025-08-20T21:45:01.3582752Z [00:02:27.410]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:01.3590235Z [00:02:27.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops;$WORK/b155=>" -p gvisor.dev/gvisor/pkg/atomicbitops -lang=go1.20 -installsuffix shared -buildid FZ9lG4qW-Cy44SyQNNHa/FZ9lG4qW-Cy44SyQNNHa -goversion go1.25.0 -symabis $WORK/b155/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack -asmhdr $WORK/b155/go_asm.h /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/32b_64bit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/aligned_64bit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/atomicbitops.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/atomicbitops_64bit_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/atomicbitops_arm64.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/atomicbitops_arm64_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/atomicbitops_float64.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops/bool.go
2025-08-20T21:45:01.3817830Z [00:02:27.434]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:45:01.3849740Z [00:02:27.437]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d # internal
2025-08-20T21:45:01.3853018Z [00:02:27.438]➜  gvisor.dev/gvisor/pkg/tcpip/hash/jenkins
2025-08-20T21:45:01.3856334Z [00:02:27.438]➜  mkdir -p $WORK/b175/
2025-08-20T21:45:01.3856797Z [00:02:27.438]➜  cat >/tmp/go-build3243449595/b175/importcfg << 'EOF' # internal
2025-08-20T21:45:01.3857151Z [00:02:27.438]➜  # import config
2025-08-20T21:45:01.3857487Z [00:02:27.438]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:01.3858030Z [00:02:27.438]➜  EOF
2025-08-20T21:45:01.3860844Z [00:02:27.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/hash/jenkins=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/hash/jenkins;$WORK/b175=>" -p gvisor.dev/gvisor/pkg/tcpip/hash/jenkins -lang=go1.20 -complete -installsuffix shared -buildid Jzb8xAo50updrQUL-ccB/Jzb8xAo50updrQUL-ccB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/hash/jenkins/jenkins.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/hash/jenkins/jenkins_state_autogen.go
2025-08-20T21:45:01.3966509Z [00:02:27.449]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:45:01.3980916Z [00:02:27.450]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/80/80366570cabc05e7bd23e5bc5676d2e362cee0f15657a40a1ea5b3da69c26372-d # internal
2025-08-20T21:45:01.3981544Z [00:02:27.450]➜  crypto/sha256
2025-08-20T21:45:01.3981802Z [00:02:27.450]➜  mkdir -p $WORK/b177/
2025-08-20T21:45:01.3982179Z [00:02:27.450]➜  cat >/tmp/go-build3243449595/b177/importcfg << 'EOF' # internal
2025-08-20T21:45:01.3982524Z [00:02:27.450]➜  # import config
2025-08-20T21:45:01.3982892Z [00:02:27.450]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:01.3983382Z [00:02:27.450]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:01.3983948Z [00:02:27.450]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:45:01.3984441Z [00:02:27.450]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:01.3984767Z [00:02:27.450]➜  EOF
2025-08-20T21:45:01.3986220Z [00:02:27.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b177=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:45:01.4095575Z [00:02:27.462]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:45:01.4100981Z [00:02:27.462]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops
2025-08-20T21:45:01.4102787Z [00:02:27.462]➜  /root/.go/pkg/tool/linux_arm64/asm -p gvisor.dev/gvisor/pkg/atomicbitops -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops;$WORK/b155=>" -I $WORK/b155/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b155/atomicbitops_arm64.o ./atomicbitops_arm64.s
2025-08-20T21:45:01.4104224Z [00:02:27.462]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:45:01.4104887Z [00:02:27.463]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T21:45:01.4105909Z [00:02:27.463]➜  github.com/google/btree
2025-08-20T21:45:01.4106552Z [00:02:27.463]➜  mkdir -p $WORK/b178/
2025-08-20T21:45:01.4107686Z [00:02:27.463]➜  cat >/tmp/go-build3243449595/b178/importcfg << 'EOF' # internal
2025-08-20T21:45:01.4111325Z [00:02:27.463]➜  # import config
2025-08-20T21:45:01.4111882Z [00:02:27.463]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.4112498Z [00:02:27.463]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.4113096Z [00:02:27.464]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:01.4113717Z [00:02:27.464]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.4114843Z [00:02:27.464]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.4115377Z [00:02:27.464]➜  EOF
2025-08-20T21:45:01.4120883Z [00:02:27.465]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:01.4123492Z [00:02:27.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/btree@v1.1.2=>github.com/google/btree@v1.1.2;$WORK/b178=>" -p github.com/google/btree -lang=go1.18 -complete -installsuffix shared -buildid Qs09JOaYfbIb2roTiPHN/Qs09JOaYfbIb2roTiPHN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/go/pkg/mod/github.com/google/btree@v1.1.2/btree_generic.go
2025-08-20T21:45:01.4135678Z [00:02:27.466]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/atomicbitops
2025-08-20T21:45:01.4136559Z [00:02:27.466]➜  go tool pack r $WORK/b155/_pkg_.a $WORK/b155/atomicbitops_arm64.o # internal
2025-08-20T21:45:01.4140889Z [00:02:27.466]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:45:01.4141622Z [00:02:27.466]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/24/2439fc9d3d240cb51dac8a68c152dbb851e8a61073f664b05bf5e63bcbd58837-d # internal
2025-08-20T21:45:01.4142202Z [00:02:27.466]➜  gvisor.dev/gvisor/pkg/context
2025-08-20T21:45:01.4143029Z [00:02:27.466]➜  mkdir -p $WORK/b167/
2025-08-20T21:45:01.4163939Z [00:02:27.469]➜  cat >/tmp/go-build3243449595/b167/importcfg << 'EOF' # internal
2025-08-20T21:45:01.4164669Z [00:02:27.469]➜  # import config
2025-08-20T21:45:01.4165314Z [00:02:27.469]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:01.4166038Z [00:02:27.469]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.4166791Z [00:02:27.469]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build3243449595/b158/_pkg_.a
2025-08-20T21:45:01.4167859Z [00:02:27.469]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:01.4168647Z [00:02:27.469]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.4169353Z [00:02:27.469]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.4170670Z [00:02:27.469]➜  EOF
2025-08-20T21:45:01.4170976Z [00:02:27.469]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:01.4186048Z [00:02:27.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/context=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/context;$WORK/b167=>" -p gvisor.dev/gvisor/pkg/context -lang=go1.20 -complete -installsuffix shared -buildid 0y-dbwszopS7p6tIdBCI/0y-dbwszopS7p6tIdBCI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/context/context.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/context/context_state_autogen.go
2025-08-20T21:45:01.4200010Z [00:02:27.470]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/b1/b17b44d56697a617e91232095fd318553d4d1e603b4b0450d18320df04587376-d # internal
2025-08-20T21:45:01.4200560Z [00:02:27.471]➜  container/heap
2025-08-20T21:45:01.4200815Z [00:02:27.471]➜  mkdir -p $WORK/b184/
2025-08-20T21:45:01.4201189Z [00:02:27.471]➜  cat >/tmp/go-build3243449595/b184/importcfg << 'EOF' # internal
2025-08-20T21:45:01.4201529Z [00:02:27.471]➜  # import config
2025-08-20T21:45:01.4202211Z [00:02:27.471]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:01.4202628Z [00:02:27.471]➜  EOF
2025-08-20T21:45:01.4204072Z [00:02:27.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b184=>" -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/b184/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:45:01.4430380Z [00:02:27.495]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:45:01.4431432Z [00:02:27.495]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T21:45:01.4433631Z [00:02:27.495]➜  gvisor.dev/gvisor/pkg/sleep
2025-08-20T21:45:01.4433980Z [00:02:27.495]➜  mkdir -p $WORK/b186/
2025-08-20T21:45:01.4434357Z [00:02:27.495]➜  cat >/tmp/go-build3243449595/b186/importcfg << 'EOF' # internal
2025-08-20T21:45:01.4434735Z [00:02:27.495]➜  # import config
2025-08-20T21:45:01.4435157Z [00:02:27.495]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:01.4435719Z [00:02:27.495]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.4436231Z [00:02:27.495]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:01.4437033Z [00:02:27.495]➜  EOF
2025-08-20T21:45:01.4439868Z [00:02:27.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sleep=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sleep;$WORK/b186=>" -p gvisor.dev/gvisor/pkg/sleep -lang=go1.20 -complete -installsuffix shared -buildid aWiD60xmY36GE8m23UhB/aWiD60xmY36GE8m23UhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sleep/sleep_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/sleep/sleep_unsafe_state_autogen.go
2025-08-20T21:45:01.4958740Z [00:02:27.548]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:45:01.4998348Z [00:02:27.552]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/40/4039183563ff24f59fe015f3828bd0c5225cd9198f46849d2308a19e47791015-d # internal
2025-08-20T21:45:01.5002929Z [00:02:27.553]➜  gvisor.dev/gvisor/pkg/refs
2025-08-20T21:45:01.5003863Z [00:02:27.553]➜  mkdir -p $WORK/b166/
2025-08-20T21:45:01.5006549Z [00:02:27.553]➜  cat >/tmp/go-build3243449595/b166/importcfg << 'EOF' # internal
2025-08-20T21:45:01.5007108Z [00:02:27.553]➜  # import config
2025-08-20T21:45:01.5009701Z [00:02:27.553]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:01.5010419Z [00:02:27.553]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.5011269Z [00:02:27.553]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:01.5012818Z [00:02:27.553]➜  packagefile gvisor.dev/gvisor/pkg/context=/tmp/go-build3243449595/b167/_pkg_.a
2025-08-20T21:45:01.5013760Z [00:02:27.553]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build3243449595/b158/_pkg_.a
2025-08-20T21:45:01.5014672Z [00:02:27.553]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.5015534Z [00:02:27.553]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.5016122Z [00:02:27.553]➜  EOF
2025-08-20T21:45:01.5020204Z [00:02:27.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/refs=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/refs;$WORK/b166=>" -p gvisor.dev/gvisor/pkg/refs -lang=go1.20 -complete -installsuffix shared -buildid JkjCLvbEuQTqnBEGCjBn/JkjCLvbEuQTqnBEGCjBn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/refs/refcounter.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/refs/refs_map.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/refs/refs_state_autogen.go
2025-08-20T21:45:01.5053488Z [00:02:27.558]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:45:01.5078843Z [00:02:27.560]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/f8/f82797a013359cb800c39f152445c2145b1fedd6a0d1d1669190889c6d368f49-d # internal
2025-08-20T21:45:01.5085733Z [00:02:27.561]➜  hash/fnv
2025-08-20T21:45:01.5086187Z [00:02:27.561]➜  mkdir -p $WORK/b201/
2025-08-20T21:45:01.5086689Z [00:02:27.561]➜  cat >/tmp/go-build3243449595/b201/importcfg << 'EOF' # internal
2025-08-20T21:45:01.5087178Z [00:02:27.561]➜  # import config
2025-08-20T21:45:01.5087668Z [00:02:27.561]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.5092619Z [00:02:27.561]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:01.5093099Z [00:02:27.561]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:01.5093577Z [00:02:27.561]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:01.5093896Z [00:02:27.561]➜  EOF
2025-08-20T21:45:01.5095244Z [00:02:27.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b201=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:45:01.5284650Z [00:02:27.581]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:45:01.5308808Z [00:02:27.583]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/3a/3a501cb3ea20de1b39d23111e6b16b5c447f3d3565ca4b388cf8778b73baa489-d # internal
2025-08-20T21:45:01.5316004Z [00:02:27.584]➜  github.com/vishvananda/netns
2025-08-20T21:45:01.5316450Z [00:02:27.584]➜  mkdir -p $WORK/b206/
2025-08-20T21:45:01.5326683Z [00:02:27.585]➜  cat >/tmp/go-build3243449595/b206/importcfg << 'EOF' # internal
2025-08-20T21:45:01.5327111Z [00:02:27.585]➜  # import config
2025-08-20T21:45:01.5327450Z [00:02:27.585]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.5328154Z [00:02:27.585]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.5328654Z [00:02:27.585]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.5329067Z [00:02:27.585]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:01.5329514Z [00:02:27.585]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:01.5329965Z [00:02:27.585]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.5330397Z [00:02:27.585]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.5330719Z [00:02:27.585]➜  EOF
2025-08-20T21:45:01.5332994Z [00:02:27.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vishvananda/netns@v0.0.4=>github.com/vishvananda/netns@v0.0.4;$WORK/b206=>" -p github.com/vishvananda/netns -lang=go1.17 -complete -installsuffix shared -buildid jQkXioMIWqZ0I-RuYTMq/jQkXioMIWqZ0I-RuYTMq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/vishvananda/netns@v0.0.4/doc.go /root/go/pkg/mod/github.com/vishvananda/netns@v0.0.4/netns_linux.go /root/go/pkg/mod/github.com/vishvananda/netns@v0.0.4/nshandle_linux.go
2025-08-20T21:45:01.5536803Z [00:02:27.606]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:45:01.5544810Z [00:02:27.607]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T21:45:01.5548257Z [00:02:27.608]➜  crypto/aes
2025-08-20T21:45:01.5548563Z [00:02:27.608]➜  mkdir -p $WORK/b209/
2025-08-20T21:45:01.5549247Z [00:02:27.608]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:45:01.5561718Z [00:02:27.609]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/5d/5df3788aa26ba3b9a10900685349710c291e236e07a825a32b51d0aeb56800ff-d # internal
2025-08-20T21:45:01.5563782Z [00:02:27.609]➜  cat >/tmp/go-build3243449595/b209/importcfg << 'EOF' # internal
2025-08-20T21:45:01.5565004Z [00:02:27.609]➜  # import config
2025-08-20T21:45:01.5565639Z [00:02:27.609]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:01.5566167Z [00:02:27.609]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:01.5566726Z [00:02:27.609]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3243449595/b111/_pkg_.a
2025-08-20T21:45:01.5567228Z [00:02:27.609]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.5567546Z [00:02:27.609]➜  EOF
2025-08-20T21:45:01.5579176Z [00:02:27.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b209=>" -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/b209/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:45:01.5580721Z [00:02:27.609]➜  gvisor.dev/gvisor/pkg/buffer
2025-08-20T21:45:01.5581032Z [00:02:27.609]➜  mkdir -p $WORK/b154/
2025-08-20T21:45:01.5581788Z [00:02:27.611]➜  cat >/tmp/go-build3243449595/b154/importcfg << 'EOF' # internal
2025-08-20T21:45:01.5582135Z [00:02:27.611]➜  # import config
2025-08-20T21:45:01.5582467Z [00:02:27.611]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.5582995Z [00:02:27.611]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:01.5583581Z [00:02:27.611]➜  packagefile gvisor.dev/gvisor/pkg/bits=/tmp/go-build3243449595/b165/_pkg_.a
2025-08-20T21:45:01.5584147Z [00:02:27.611]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build3243449595/b166/_pkg_.a
2025-08-20T21:45:01.5584708Z [00:02:27.611]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:01.5585261Z [00:02:27.611]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.5585858Z [00:02:27.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:01.5586381Z [00:02:27.611]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.5586800Z [00:02:27.611]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:01.5587116Z [00:02:27.611]➜  EOF
2025-08-20T21:45:01.5614222Z [00:02:27.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer;$WORK/b154=>" -p gvisor.dev/gvisor/pkg/buffer -lang=go1.20 -complete -installsuffix shared -buildid GV4sJayU5OaqC1QC4ATi/GV4sJayU5OaqC1QC4ATi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/buffer.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/buffer_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/buffer_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/buffer_unsafe_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/chunk.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/chunk_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/view.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/view_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/buffer/view_unsafe.go
2025-08-20T21:45:01.5713125Z [00:02:27.624]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:45:01.5716103Z [00:02:27.624]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T21:45:01.5717116Z [00:02:27.624]➜  crypto/des
2025-08-20T21:45:01.5717381Z [00:02:27.624]➜  mkdir -p $WORK/b210/
2025-08-20T21:45:01.5718037Z [00:02:27.624]➜  cat >/tmp/go-build3243449595/b210/importcfg << 'EOF' # internal
2025-08-20T21:45:01.5718447Z [00:02:27.624]➜  # import config
2025-08-20T21:45:01.5718826Z [00:02:27.624]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:01.5719366Z [00:02:27.624]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3243449595/b112/_pkg_.a
2025-08-20T21:45:01.5719951Z [00:02:27.624]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:01.5720455Z [00:02:27.624]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.5720940Z [00:02:27.624]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:01.5721439Z [00:02:27.624]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.5721864Z [00:02:27.624]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.5722174Z [00:02:27.624]➜  EOF
2025-08-20T21:45:01.5750887Z [00:02:27.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b210=>" -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/b210/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T21:45:01.5891268Z [00:02:27.642]➜  cd /root/.go/src/net
2025-08-20T21:45:01.5892148Z [00:02:27.642]➜  go tool pack r $WORK/b074/_pkg_.a $WORK/b074/preferlinkext $WORK/b074/_x001.o $WORK/b074/_x002.o $WORK/b074/_x003.o $WORK/b074/_x004.o $WORK/b074/_x005.o $WORK/b074/_x006.o # internal
2025-08-20T21:45:01.5893927Z [00:02:27.642]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:45:01.5997134Z [00:02:27.652]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:45:01.6003685Z [00:02:27.653]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T21:45:01.6006484Z [00:02:27.653]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:45:01.6007607Z [00:02:27.654]➜  mkdir -p $WORK/b214/
2025-08-20T21:45:01.6010676Z [00:02:27.654]➜  cat >/tmp/go-build3243449595/b214/importcfg << 'EOF' # internal
2025-08-20T21:45:01.6011081Z [00:02:27.654]➜  # import config
2025-08-20T21:45:01.6011552Z [00:02:27.654]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:01.6012168Z [00:02:27.654]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:01.6012675Z [00:02:27.654]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.6013106Z [00:02:27.654]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:01.6013430Z [00:02:27.654]➜  EOF
2025-08-20T21:45:01.6013694Z [00:02:27.654]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:01.6019212Z [00:02:27.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b214=>" -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/b214/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T21:45:01.6034003Z [00:02:27.656]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:45:01.6034925Z [00:02:27.656]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/50/50eb8dd8fabb50b4366c18205c9aa2c758757a1a15eb9e65dbaf8b398ba9cf59-d # internal
2025-08-20T21:45:01.6043396Z [00:02:27.657]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d # internal
2025-08-20T21:45:01.6063654Z [00:02:27.659]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:45:01.6064036Z [00:02:27.659]➜  mkdir -p $WORK/b215/
2025-08-20T21:45:01.6064297Z [00:02:27.659]➜  log/syslog
2025-08-20T21:45:01.6071247Z [00:02:27.660]➜  mkdir -p $WORK/b073/
2025-08-20T21:45:01.6082304Z [00:02:27.661]➜  cat >/tmp/go-build3243449595/b073/importcfg << 'EOF' # internal
2025-08-20T21:45:01.6083068Z [00:02:27.661]➜  # import config
2025-08-20T21:45:01.6083421Z [00:02:27.661]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.6083848Z [00:02:27.661]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.6084254Z [00:02:27.661]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:01.6084668Z [00:02:27.661]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.6085071Z [00:02:27.661]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.6085502Z [00:02:27.661]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.6085953Z [00:02:27.661]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.6086365Z [00:02:27.661]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.6086671Z [00:02:27.661]➜  EOF
2025-08-20T21:45:01.6088507Z [00:02:27.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/log/syslog=>log/syslog;$WORK/b073=>" -p log/syslog -lang=go1.25 -std -complete -installsuffix shared -buildid jFzFpfPYj-StVfDAhk7m/jFzFpfPYj-StVfDAhk7m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/log/syslog/doc.go /root/.go/src/log/syslog/syslog.go /root/.go/src/log/syslog/syslog_unix.go
2025-08-20T21:45:01.6094245Z [00:02:27.662]➜  cat >/tmp/go-build3243449595/b215/importcfg << 'EOF' # internal
2025-08-20T21:45:01.6094655Z [00:02:27.662]➜  # import config
2025-08-20T21:45:01.6095110Z [00:02:27.662]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:01.6095708Z [00:02:27.662]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:01.6096337Z [00:02:27.662]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:01.6096873Z [00:02:27.662]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.6097322Z [00:02:27.662]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:01.6097641Z [00:02:27.662]➜  EOF
2025-08-20T21:45:01.6100909Z [00:02:27.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b215=>" -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/b215/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:45:01.6483865Z [00:02:27.701]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:45:01.6499313Z [00:02:27.703]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/11/11b0334824397a5ec6d824f5cca70304dd30595e9918a0a075b8a27794480488-d # internal
2025-08-20T21:45:01.6589980Z [00:02:27.712]➜  github.com/kardianos/service
2025-08-20T21:45:01.6590331Z [00:02:27.712]➜  mkdir -p $WORK/b066/
2025-08-20T21:45:01.6598017Z [00:02:27.713]➜  cat >/tmp/go-build3243449595/b066/importcfg << 'EOF' # internal
2025-08-20T21:45:01.6599012Z [00:02:27.713]➜  # import config
2025-08-20T21:45:01.6599389Z [00:02:27.713]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:01.6599821Z [00:02:27.713]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:01.6600281Z [00:02:27.713]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.6600700Z [00:02:27.713]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.6601218Z [00:02:27.713]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.6601679Z [00:02:27.713]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:01.6602105Z [00:02:27.713]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:01.6602977Z [00:02:27.713]➜  packagefile log/syslog=/tmp/go-build3243449595/b073/_pkg_.a
2025-08-20T21:45:01.6603458Z [00:02:27.713]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.6603874Z [00:02:27.713]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:01.6604328Z [00:02:27.713]➜  packagefile os/signal=/tmp/go-build3243449595/b084/_pkg_.a
2025-08-20T21:45:01.6604787Z [00:02:27.713]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:01.6605244Z [00:02:27.713]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:01.6605673Z [00:02:27.713]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.6606105Z [00:02:27.713]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.6606534Z [00:02:27.713]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:01.6606986Z [00:02:27.713]➜  packagefile text/template=/tmp/go-build3243449595/b088/_pkg_.a
2025-08-20T21:45:01.6607436Z [00:02:27.713]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.6607883Z [00:02:27.713]➜  EOF
2025-08-20T21:45:01.6623367Z [00:02:27.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502=>github.com/kardianos/service@v1.2.3-0.20240613133416-becf2eb62b83;$WORK/b066=>" -p github.com/kardianos/service -lang=go1.12 -complete -installsuffix shared -buildid X8VgY58jJgFE3ZbAxlbh/X8VgY58jJgFE3ZbAxlbh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/console.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_go1.8.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_linux.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_openrc_linux.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_rcs_linux.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_systemd_linux.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_sysv_linux.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_unix.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/service_upstart_linux.go /root/go/pkg/mod/github.com/netbirdio/service@v0.0.0-20240911161631-f62744f42502/version.go
2025-08-20T21:45:01.6639288Z [00:02:27.714]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:45:01.6676940Z [00:02:27.719]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/36/36d0494d4eea31555962b9a1b08cc2b75fbeb337869b70465ad0b4eb42884186-d # internal
2025-08-20T21:45:01.6679812Z [00:02:27.720]➜  github.com/google/uuid
2025-08-20T21:45:01.6680563Z [00:02:27.720]➜  mkdir -p $WORK/b101/
2025-08-20T21:45:01.6681197Z [00:02:27.720]➜  cat >/tmp/go-build3243449595/b101/importcfg << 'EOF' # internal
2025-08-20T21:45:01.6681575Z [00:02:27.720]➜  # import config
2025-08-20T21:45:01.6682175Z [00:02:27.720]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:01.6682813Z [00:02:27.720]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:01.6683594Z [00:02:27.720]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:01.6684240Z [00:02:27.720]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:01.6684855Z [00:02:27.720]➜  packagefile database/sql/driver=/tmp/go-build3243449595/b132/_pkg_.a
2025-08-20T21:45:01.6685635Z [00:02:27.720]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.6686242Z [00:02:27.720]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:01.6686872Z [00:02:27.720]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:01.6687437Z [00:02:27.720]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.6688096Z [00:02:27.720]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.6688673Z [00:02:27.720]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:01.6690559Z [00:02:27.720]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.6691922Z [00:02:27.720]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.6692435Z [00:02:27.720]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.6693032Z [00:02:27.720]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.6693623Z [00:02:27.720]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.6694183Z [00:02:27.720]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.6694582Z [00:02:27.720]➜  EOF
2025-08-20T21:45:01.6700395Z [00:02:27.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b101=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid 2f0ROqig9FM1UHcLs9Im/2f0ROqig9FM1UHcLs9Im -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T21:45:01.6706496Z [00:02:27.722]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:45:01.6708371Z [00:02:27.723]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T21:45:01.6710579Z [00:02:27.724]➜  github.com/things-go/go-socks5/statute
2025-08-20T21:45:01.6711049Z [00:02:27.724]➜  mkdir -p $WORK/b143/
2025-08-20T21:45:01.6716597Z [00:02:27.724]➜  cat >/tmp/go-build3243449595/b143/importcfg << 'EOF' # internal
2025-08-20T21:45:01.6717036Z [00:02:27.724]➜  # import config
2025-08-20T21:45:01.6718157Z [00:02:27.725]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.6720533Z [00:02:27.725]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.6720963Z [00:02:27.725]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.6721370Z [00:02:27.725]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.6721775Z [00:02:27.725]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:01.6722183Z [00:02:27.725]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.6722614Z [00:02:27.725]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.6722935Z [00:02:27.725]➜  EOF
2025-08-20T21:45:01.6726152Z [00:02:27.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/statute=>github.com/things-go/go-socks5@v0.0.4/statute;$WORK/b143=>" -p github.com/things-go/go-socks5/statute -lang=go1.18 -complete -installsuffix shared -buildid Rehv0aV18n8OySt9qFkf/Rehv0aV18n8OySt9qFkf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/statute/addr.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/statute/auth.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/statute/datagram.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/statute/message.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/statute/method.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/statute/statute.go
2025-08-20T21:45:01.7176498Z [00:02:27.770]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:45:01.7183866Z [00:02:27.771]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/90/9069c9b17f68ff19cdb48dfa75127fd7dd807d6a2b8e012f7aea4be05995b670-d # internal
2025-08-20T21:45:01.7188517Z [00:02:27.771]➜  github.com/things-go/go-socks5
2025-08-20T21:45:01.7188863Z [00:02:27.771]➜  mkdir -p $WORK/b141/
2025-08-20T21:45:01.7197478Z [00:02:27.772]➜  cat >/tmp/go-build3243449595/b141/importcfg << 'EOF' # internal
2025-08-20T21:45:01.7199881Z [00:02:27.772]➜  # import config
2025-08-20T21:45:01.7200320Z [00:02:27.772]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:01.7200754Z [00:02:27.772]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:01.7201180Z [00:02:27.772]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.7201598Z [00:02:27.772]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.7202522Z [00:02:27.772]➜  packagefile github.com/things-go/go-socks5/bufferpool=/tmp/go-build3243449595/b142/_pkg_.a
2025-08-20T21:45:01.7203243Z [00:02:27.772]➜  packagefile github.com/things-go/go-socks5/statute=/tmp/go-build3243449595/b143/_pkg_.a
2025-08-20T21:45:01.7203748Z [00:02:27.772]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.7204152Z [00:02:27.772]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:01.7204555Z [00:02:27.772]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.7204984Z [00:02:27.772]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.7205403Z [00:02:27.772]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.7205711Z [00:02:27.772]➜  EOF
2025-08-20T21:45:01.7209328Z [00:02:27.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4=>github.com/things-go/go-socks5@v0.0.4;$WORK/b141=>" -p github.com/things-go/go-socks5 -lang=go1.18 -complete -installsuffix shared -buildid THt9s5uMlEKpMu3BxrPd/THt9s5uMlEKpMu3BxrPd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/auth.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/credentials.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/handle.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/logger.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/option.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/resolver.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/ruleset.go /root/go/pkg/mod/github.com/things-go/go-socks5@v0.0.4/server.go
2025-08-20T21:45:01.7513692Z [00:02:27.804]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:45:01.7531473Z [00:02:27.805]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d # internal
2025-08-20T21:45:01.7532260Z [00:02:27.805]➜  golang.org/x/net/internal/socket
2025-08-20T21:45:01.7532609Z [00:02:27.805]➜  mkdir -p $WORK/b149/
2025-08-20T21:45:01.7532986Z [00:02:27.806]➜  cat >/tmp/go-build3243449595/b149/importcfg << 'EOF' # internal
2025-08-20T21:45:01.7533333Z [00:02:27.806]➜  # import config
2025-08-20T21:45:01.7533704Z [00:02:27.806]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.7534161Z [00:02:27.806]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.7534660Z [00:02:27.806]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.7535122Z [00:02:27.806]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.7535525Z [00:02:27.806]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.7535938Z [00:02:27.806]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.7536365Z [00:02:27.806]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.7536793Z [00:02:27.806]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.7537214Z [00:02:27.806]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:01.7537631Z [00:02:27.806]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.7538211Z [00:02:27.806]➜  EOF
2025-08-20T21:45:01.7545655Z [00:02:27.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket=>golang.org/x/net@v0.39.0/internal/socket;$WORK/b149=>" -p golang.org/x/net/internal/socket -lang=go1.23 -complete -installsuffix shared -buildid 4YsfugeeLnA-uLTy-lOf/4YsfugeeLnA-uLTy-lOf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/cmsghdr.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/cmsghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/cmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/complete_dontwait.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/error_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/iovec_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/mmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/msghdr_linux.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/msghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/norace.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/rawconn.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/rawconn_mmsg.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/rawconn_msg.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/socket.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/sys.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/sys_const_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/sys_linux_arm64.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/sys_posix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/sys_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socket/zsys_linux_arm64.go
2025-08-20T21:45:01.8504569Z [00:02:27.903]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:45:01.8606695Z [00:02:27.913]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/34/34bd980dc31b1c8bb87649c3f6bbae3c5829919bb5b1a1730a71ce6ab323fedc-d # internal
2025-08-20T21:45:01.8611992Z [00:02:27.914]➜  gvisor.dev/gvisor/pkg/tcpip
2025-08-20T21:45:01.8612498Z [00:02:27.914]➜  mkdir -p $WORK/b170/
2025-08-20T21:45:01.8612996Z [00:02:27.914]➜  cat >/tmp/go-build3243449595/b170/importcfg << 'EOF' # internal
2025-08-20T21:45:01.8613506Z [00:02:27.914]➜  # import config
2025-08-20T21:45:01.8614000Z [00:02:27.914]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:01.8614592Z [00:02:27.914]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.8615140Z [00:02:27.914]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.8615801Z [00:02:27.914]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:01.8616497Z [00:02:27.914]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:01.8617211Z [00:02:27.914]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:01.8618070Z [00:02:27.914]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:01.8618787Z [00:02:27.914]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:01.8619408Z [00:02:27.914]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.8619957Z [00:02:27.914]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:01.8620535Z [00:02:27.914]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:01.8621119Z [00:02:27.914]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:01.8621675Z [00:02:27.914]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.8622230Z [00:02:27.914]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:01.8622795Z [00:02:27.914]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.8623245Z [00:02:27.914]➜  EOF
2025-08-20T21:45:01.8638934Z [00:02:27.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip;$WORK/b170=>" -p gvisor.dev/gvisor/pkg/tcpip -lang=go1.20 -complete -installsuffix shared -buildid aECNv91B25uTWQQIcH8k/aECNv91B25uTWQQIcH8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/errors.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/sock_err_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/socketops.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stdclock.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stdclock_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/tcpip.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/tcpip_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/tcpip_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/timer.go
2025-08-20T21:45:01.8646551Z [00:02:27.917]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:45:01.8661166Z [00:02:27.919]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/11/115f26417a76b4a1c00035371ab873d527615610c52a30e5fab580a85410dfa5-d # internal
2025-08-20T21:45:01.8686211Z [00:02:27.921]➜  golang.org/x/net/ipv4
2025-08-20T21:45:01.8687058Z [00:02:27.921]➜  mkdir -p $WORK/b146/
2025-08-20T21:45:01.8688441Z [00:02:27.922]➜  cat >/tmp/go-build3243449595/b146/importcfg << 'EOF' # internal
2025-08-20T21:45:01.8688849Z [00:02:27.922]➜  # import config
2025-08-20T21:45:01.8689231Z [00:02:27.922]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.8690119Z [00:02:27.922]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.8690544Z [00:02:27.922]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.8691276Z [00:02:27.922]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3243449595/b147/_pkg_.a
2025-08-20T21:45:01.8691993Z [00:02:27.922]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build3243449595/b148/_pkg_.a
2025-08-20T21:45:01.8692718Z [00:02:27.922]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build3243449595/b149/_pkg_.a
2025-08-20T21:45:01.8693415Z [00:02:27.922]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.8693994Z [00:02:27.922]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.8694530Z [00:02:27.922]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.8695070Z [00:02:27.922]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.8695618Z [00:02:27.922]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:01.8696177Z [00:02:27.922]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.8696608Z [00:02:27.922]➜  EOF
2025-08-20T21:45:01.8703600Z [00:02:27.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4=>golang.org/x/net@v0.39.0/ipv4;$WORK/b146=>" -p golang.org/x/net/ipv4 -lang=go1.23 -complete -installsuffix shared -buildid sBKsJC7tmFhs_g3G7GBs/sBKsJC7tmFhs_g3G7GBs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/batch.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/control.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/control_pktinfo.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/doc.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/header.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/helper.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/iana.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/packet.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/payload.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/sys_asmreq_stub.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/sys_asmreqn.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv4/zsys_linux_arm64.go
2025-08-20T21:45:01.8879825Z [00:02:27.940]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:45:01.8908552Z [00:02:27.943]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T21:45:01.8912274Z [00:02:27.944]➜  golang.org/x/net/ipv6
2025-08-20T21:45:01.8914595Z [00:02:27.944]➜  mkdir -p $WORK/b150/
2025-08-20T21:45:01.8926022Z [00:02:27.945]➜  cat >/tmp/go-build3243449595/b150/importcfg << 'EOF' # internal
2025-08-20T21:45:01.8926494Z [00:02:27.945]➜  # import config
2025-08-20T21:45:01.8926969Z [00:02:27.945]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.8927436Z [00:02:27.945]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.8927937Z [00:02:27.945]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.8928419Z [00:02:27.945]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3243449595/b147/_pkg_.a
2025-08-20T21:45:01.8929420Z [00:02:27.945]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build3243449595/b148/_pkg_.a
2025-08-20T21:45:01.8930020Z [00:02:27.945]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build3243449595/b149/_pkg_.a
2025-08-20T21:45:01.8930580Z [00:02:27.945]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.8931039Z [00:02:27.945]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.8931455Z [00:02:27.945]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.8931883Z [00:02:27.945]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.8932303Z [00:02:27.945]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:01.8932717Z [00:02:27.945]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.8933027Z [00:02:27.945]➜  EOF
2025-08-20T21:45:01.8942146Z [00:02:27.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6=>golang.org/x/net@v0.39.0/ipv6;$WORK/b150=>" -p golang.org/x/net/ipv6 -lang=go1.23 -complete -installsuffix shared -buildid g_pHjozfHcXLlfnLr_O7/g_pHjozfHcXLlfnLr_O7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/batch.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/control.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/control_rfc3542_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/doc.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/header.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/helper.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/iana.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/payload.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/sys_asmreq.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/ipv6/zsys_linux_arm64.go
2025-08-20T21:45:01.8980693Z [00:02:27.950]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:45:01.9011435Z [00:02:27.953]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/02/0286aff3ea889d33269dc027c5013ab382b5f7dbc0c2a70aa7be326997414735-d # internal
2025-08-20T21:45:01.9012100Z [00:02:27.953]➜  github.com/pion/transport/v3
2025-08-20T21:45:01.9012397Z [00:02:27.953]➜  mkdir -p $WORK/b203/
2025-08-20T21:45:01.9018871Z [00:02:27.955]➜  cat >/tmp/go-build3243449595/b203/importcfg << 'EOF' # internal
2025-08-20T21:45:01.9019479Z [00:02:27.955]➜  # import config
2025-08-20T21:45:01.9019983Z [00:02:27.955]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.9020551Z [00:02:27.955]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:01.9021135Z [00:02:27.955]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.9021683Z [00:02:27.955]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:01.9022138Z [00:02:27.955]➜  EOF
2025-08-20T21:45:01.9024009Z [00:02:27.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1=>github.com/pion/transport/v3@v3.0.1;$WORK/b203=>" -p github.com/pion/transport/v3 -lang=go1.12 -complete -installsuffix shared -buildid Kye9IUwmZvwMmmdw_mrP/Kye9IUwmZvwMmmdw_mrP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/net.go
2025-08-20T21:45:01.9309144Z [00:02:27.983]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:45:01.9319348Z [00:02:27.984]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/a7/a71d045152a6c698f1e507180aac04eab8f183b44f9937d9f5d7cfab2d9a534b-d # internal
2025-08-20T21:45:01.9329435Z [00:02:27.986]➜  github.com/vishvananda/netlink/nl
2025-08-20T21:45:01.9329824Z [00:02:27.986]➜  mkdir -p $WORK/b205/
2025-08-20T21:45:01.9341650Z [00:02:27.987]➜  cat >/tmp/go-build3243449595/b205/importcfg << 'EOF' # internal
2025-08-20T21:45:01.9342144Z [00:02:27.987]➜  # import config
2025-08-20T21:45:01.9342496Z [00:02:27.987]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:01.9342957Z [00:02:27.987]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:01.9343410Z [00:02:27.987]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:01.9343846Z [00:02:27.987]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:01.9344353Z [00:02:27.987]➜  packagefile github.com/vishvananda/netns=/tmp/go-build3243449595/b206/_pkg_.a
2025-08-20T21:45:01.9344902Z [00:02:27.987]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:01.9345358Z [00:02:27.987]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:01.9345762Z [00:02:27.987]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:01.9346163Z [00:02:27.987]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:01.9346590Z [00:02:27.987]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:01.9347020Z [00:02:27.987]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:01.9347437Z [00:02:27.987]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:01.9353528Z [00:02:27.987]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:01.9354072Z [00:02:27.987]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:01.9354396Z [00:02:27.987]➜  EOF
2025-08-20T21:45:01.9362652Z [00:02:27.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl=>github.com/vishvananda/netlink@v1.3.0/nl;$WORK/b205=>" -p github.com/vishvananda/netlink/nl -lang=go1.12 -complete -installsuffix shared -buildid oUZdINBibOOIom8ea9Pu/oUZdINBibOOIom8ea9Pu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/addr_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/bridge_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/conntrack_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/devlink_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/genetlink_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/ip6tnl_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/ipset_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/link_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/lwt_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/mpls_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/nl_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/parse_attr_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/rdma_link_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/route_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/seg6_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/seg6local_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/syscall.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/tc_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/vdpa_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/xfrm_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/xfrm_monitor_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/xfrm_policy_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/nl/xfrm_state_linux.go
2025-08-20T21:45:02.0793670Z [00:02:28.132]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:45:02.0848284Z [00:02:28.137]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/16/16b19d9e037360946f96fec6769de0e7f2031c9a47c6c4d55fcc4b9ae4964f7d-d # internal
2025-08-20T21:45:02.0858508Z [00:02:28.138]➜  crypto/internal/fips140/nistec
2025-08-20T21:45:02.0862036Z [00:02:28.139]➜  mkdir -p $WORK/b213/
2025-08-20T21:45:02.0875447Z [00:02:28.140]➜  echo -n > $WORK/b213/go_asm.h # internal
2025-08-20T21:45:02.0875977Z [00:02:28.140]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:45:02.0885464Z [00:02:28.141]➜  /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/b213=>" -I $WORK/b213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b213/symabis ./p256_asm_arm64.s
2025-08-20T21:45:02.0889071Z [00:02:28.141]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:45:02.1033824Z [00:02:28.156]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/f5/f5e000ba8b4197c098c08f9bd9979e1608217804c9973cfe52ad29eb45a069d9-d # internal
2025-08-20T21:45:02.1133786Z [00:02:28.166]➜  cat >/tmp/go-build3243449595/b213/importcfg << 'EOF' # internal
2025-08-20T21:45:02.1135726Z [00:02:28.166]➜  # import config
2025-08-20T21:45:02.1136845Z [00:02:28.166]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:02.1138128Z [00:02:28.166]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3243449595/b214/_pkg_.a
2025-08-20T21:45:02.1139384Z [00:02:28.166]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:02.1140117Z [00:02:28.166]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:02.1140705Z [00:02:28.166]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.1143498Z [00:02:28.166]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:02.1143964Z [00:02:28.166]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:02.1146660Z [00:02:28.166]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.1147004Z [00:02:28.166]➜  EOF
2025-08-20T21:45:02.1147603Z [00:02:28.166]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:02.1152835Z [00:02:28.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b213=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b213/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack -asmhdr $WORK/b213/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T21:45:02.1155932Z [00:02:28.168]➜  golang.zx2c4.com/wireguard/conn
2025-08-20T21:45:02.1156233Z [00:02:28.168]➜  mkdir -p $WORK/b145/
2025-08-20T21:45:02.1156605Z [00:02:28.168]➜  cat >/tmp/go-build3243449595/b145/importcfg << 'EOF' # internal
2025-08-20T21:45:02.1156949Z [00:02:28.168]➜  # import config
2025-08-20T21:45:02.1157298Z [00:02:28.168]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:02.1157855Z [00:02:28.168]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.1159139Z [00:02:28.168]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.1159828Z [00:02:28.168]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:02.1160388Z [00:02:28.168]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3243449595/b150/_pkg_.a
2025-08-20T21:45:02.1161108Z [00:02:28.168]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:02.1161729Z [00:02:28.168]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:02.1162346Z [00:02:28.168]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:02.1162924Z [00:02:28.168]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:02.1163406Z [00:02:28.168]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:02.1163982Z [00:02:28.168]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:02.1164458Z [00:02:28.168]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:02.1164888Z [00:02:28.168]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:02.1165526Z [00:02:28.168]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.1165951Z [00:02:28.168]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:02.1166270Z [00:02:28.168]➜  EOF
2025-08-20T21:45:02.1182329Z [00:02:28.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/conn;$WORK/b145=>" -p golang.zx2c4.com/wireguard/conn -lang=go1.20 -complete -installsuffix shared -buildid WktpYhAAdDp1robynyJR/WktpYhAAdDp1robynyJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/bind_std.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/conn.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/controlfns.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/controlfns_linux.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/default.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/errors_linux.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/export.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/features_linux.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/gso_linux.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/mark_unix.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/receiver_creator.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/conn/sticky_linux.go
2025-08-20T21:45:02.1629687Z [00:02:28.216]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:45:02.1677045Z [00:02:28.220]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/25/25a090f0b0432b0687653e61b13ed98101f20b639b72d038c2fc769a3709a6d3-d # internal
2025-08-20T21:45:02.1713993Z [00:02:28.224]➜  github.com/vishvananda/netlink
2025-08-20T21:45:02.1714536Z [00:02:28.224]➜  mkdir -p $WORK/b204/
2025-08-20T21:45:02.1723824Z [00:02:28.225]➜  cat >/tmp/go-build3243449595/b204/importcfg << 'EOF' # internal
2025-08-20T21:45:02.1724458Z [00:02:28.225]➜  # import config
2025-08-20T21:45:02.1724973Z [00:02:28.225]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.1725556Z [00:02:28.225]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:02.1726145Z [00:02:28.225]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:02.1727175Z [00:02:28.225]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.1727613Z [00:02:28.225]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.1728532Z [00:02:28.225]➜  packagefile github.com/vishvananda/netlink/nl=/tmp/go-build3243449595/b205/_pkg_.a
2025-08-20T21:45:02.1729331Z [00:02:28.225]➜  packagefile github.com/vishvananda/netns=/tmp/go-build3243449595/b206/_pkg_.a
2025-08-20T21:45:02.1729901Z [00:02:28.225]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:02.1730467Z [00:02:28.225]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.1730993Z [00:02:28.225]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:02.1731549Z [00:02:28.225]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:02.1732055Z [00:02:28.225]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:02.1732646Z [00:02:28.225]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:02.1733144Z [00:02:28.225]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:02.1733583Z [00:02:28.225]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:02.1734127Z [00:02:28.225]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:02.1734734Z [00:02:28.225]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.1735310Z [00:02:28.225]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:02.1735765Z [00:02:28.225]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:02.1736191Z [00:02:28.225]➜  EOF
2025-08-20T21:45:02.1763079Z [00:02:28.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0=>github.com/vishvananda/netlink@v1.3.0;$WORK/b204=>" -p github.com/vishvananda/netlink -lang=go1.12 -complete -installsuffix shared -buildid CmmBbBGS7EqlhvoYlull/CmmBbBGS7EqlhvoYlull -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/addr.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/addr_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/bpf_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/bridge_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/chain.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/chain_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/class.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/class_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/conntrack_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/devlink_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/filter.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/filter_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/fou.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/fou_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/genetlink_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/gtp_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/handle_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/inet_diag.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/ioctl_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/ipset_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/link.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/link_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/link_tuntap_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/neigh.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/neigh_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/netlink.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/netlink_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/netns_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/order.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/proc_event_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/protinfo.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/protinfo_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/qdisc.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/qdisc_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/rdma_link_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/route.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/route_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/rule.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/rule_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/socket.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/socket_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/socket_xdp_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/tcp.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/tcp_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/unix_diag.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/vdpa_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/virtio.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/xdp_diag.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/xdp_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/xfrm_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/xfrm_monitor_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/xfrm_policy_linux.go /root/go/pkg/mod/github.com/vishvananda/netlink@v1.3.0/xfrm_state_linux.go
2025-08-20T21:45:02.1798673Z [00:02:28.233]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:45:02.2008594Z [00:02:28.253]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/be/be75b72e4629d52397c8b7b4cea317838cf86d0c7c9612aedf78ae9d7f4e07a6-d # internal
2025-08-20T21:45:02.2012954Z [00:02:28.254]➜  gvisor.dev/gvisor/pkg/tcpip/header
2025-08-20T21:45:02.2014182Z [00:02:28.254]➜  mkdir -p $WORK/b176/
2025-08-20T21:45:02.2015714Z [00:02:28.254]➜  cat >/tmp/go-build3243449595/b176/importcfg << 'EOF' # internal
2025-08-20T21:45:02.2016158Z [00:02:28.254]➜  # import config
2025-08-20T21:45:02.2016659Z [00:02:28.255]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.2017132Z [00:02:28.255]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:02.2018198Z [00:02:28.255]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:02.2019064Z [00:02:28.255]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.2020433Z [00:02:28.255]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.2020918Z [00:02:28.255]➜  packagefile github.com/google/btree=/tmp/go-build3243449595/b178/_pkg_.a
2025-08-20T21:45:02.2021496Z [00:02:28.255]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:02.2022081Z [00:02:28.255]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:02.2022646Z [00:02:28.255]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:02.2023257Z [00:02:28.255]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:02.2023880Z [00:02:28.255]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build3243449595/b179/_pkg_.a
2025-08-20T21:45:02.2024392Z [00:02:28.255]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.2024799Z [00:02:28.255]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:02.2025225Z [00:02:28.255]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:02.2025645Z [00:02:28.255]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:02.2025958Z [00:02:28.255]➜  EOF
2025-08-20T21:45:02.2055814Z [00:02:28.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header;$WORK/b176=>" -p gvisor.dev/gvisor/pkg/tcpip/header -lang=go1.20 -complete -installsuffix shared -buildid 6lSSBJsqz8Qn96gRMyku/6lSSBJsqz8Qn96gRMyku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/arp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/checksum.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/datagram.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/eth.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/gue.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/header_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/icmpv4.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/icmpv6.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/igmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/igmpv3.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/interfaces.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ipv4.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ipv6.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ipv6_extension_headers.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ipv6_fragment.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/mld.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/mldv2.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/mldv2_igmpv3_common.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ndp_neighbor_advert.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ndp_neighbor_solicit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ndp_options.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ndp_router_advert.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ndp_router_solicit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/ndpoptionidentifier_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/tcp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/udp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/virtionet.go
2025-08-20T21:45:02.2309421Z [00:02:28.283]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:45:02.2326393Z [00:02:28.285]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/13/13440b2dbc6d996dc9d9c1db50356a304c61a925099058d9c8677eefbea041a0-d # internal
2025-08-20T21:45:02.2372331Z [00:02:28.290]➜  golang.zx2c4.com/wireguard/tun
2025-08-20T21:45:02.2372706Z [00:02:28.290]➜  mkdir -p $WORK/b144/
2025-08-20T21:45:02.2380009Z [00:02:28.291]➜  cat >/tmp/go-build3243449595/b144/importcfg << 'EOF' # internal
2025-08-20T21:45:02.2381625Z [00:02:28.291]➜  # import config
2025-08-20T21:45:02.2383448Z [00:02:28.291]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.2385234Z [00:02:28.291]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:02.2386967Z [00:02:28.291]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.2388826Z [00:02:28.291]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.2390640Z [00:02:28.291]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:02.2392431Z [00:02:28.291]➜  packagefile golang.zx2c4.com/wireguard/conn=/tmp/go-build3243449595/b145/_pkg_.a
2025-08-20T21:45:02.2394195Z [00:02:28.291]➜  packagefile golang.zx2c4.com/wireguard/rwcancel=/tmp/go-build3243449595/b151/_pkg_.a
2025-08-20T21:45:02.2395788Z [00:02:28.291]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.2396627Z [00:02:28.291]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:02.2397045Z [00:02:28.291]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.2397466Z [00:02:28.291]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:02.2398089Z [00:02:28.291]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:02.2398414Z [00:02:28.291]➜  EOF
2025-08-20T21:45:02.3798901Z [00:02:28.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/tun;$WORK/b144=>" -p golang.zx2c4.com/wireguard/tun -lang=go1.20 -complete -installsuffix shared -buildid Hw7FPwqI6C4arxT2kLLy/Hw7FPwqI6C4arxT2kLLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun/checksum.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun/errors.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun/offload_linux.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun/tun.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun/tun_linux.go
2025-08-20T21:45:02.3802323Z [00:02:28.432]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:45:02.3826093Z [00:02:28.435]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/43/43355a8dbb67a4d3f9e0785942e5343b441346cb447ddd421c5ae69dca5fbbd5-d # internal
2025-08-20T21:45:02.3836443Z [00:02:28.436]➜  gvisor.dev/gvisor/pkg/tcpip/internal/tcp
2025-08-20T21:45:02.3845125Z [00:02:28.437]➜  mkdir -p $WORK/b180/
2025-08-20T21:45:02.3857639Z [00:02:28.438]➜  cat >/tmp/go-build3243449595/b180/importcfg << 'EOF' # internal
2025-08-20T21:45:02.3858249Z [00:02:28.438]➜  # import config
2025-08-20T21:45:02.3859016Z [00:02:28.438]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:02.3859678Z [00:02:28.438]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:02.3863697Z [00:02:28.438]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:02.3867383Z [00:02:28.439]➜  EOF
2025-08-20T21:45:02.3873946Z [00:02:28.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/internal/tcp=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/internal/tcp;$WORK/b180=>" -p gvisor.dev/gvisor/pkg/tcpip/internal/tcp -lang=go1.20 -complete -installsuffix shared -buildid 0Uzf7crJrxUowEdjrCs8/0Uzf7crJrxUowEdjrCs8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/internal/tcp/tcp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/internal/tcp/tcp_state_autogen.go
2025-08-20T21:45:02.4276851Z [00:02:28.479]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:45:02.4284561Z [00:02:28.481]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/75/7586a1785ef2b192776f14a411da3644351b3b08c6df4dd52dae777dd73e30df-d # internal
2025-08-20T21:45:02.4285848Z [00:02:28.481]➜  gvisor.dev/gvisor/pkg/tcpip/transport
2025-08-20T21:45:02.4288713Z [00:02:28.482]➜  mkdir -p $WORK/b189/
2025-08-20T21:45:02.4290223Z [00:02:28.482]➜  cat >/tmp/go-build3243449595/b189/importcfg << 'EOF' # internal
2025-08-20T21:45:02.4291459Z [00:02:28.482]➜  # import config
2025-08-20T21:45:02.4292117Z [00:02:28.482]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.4293439Z [00:02:28.482]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:02.4294204Z [00:02:28.482]➜  EOF
2025-08-20T21:45:02.4298249Z [00:02:28.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport;$WORK/b189=>" -p gvisor.dev/gvisor/pkg/tcpip/transport -lang=go1.20 -complete -installsuffix shared -buildid lmaRtTLeScKuG7zeBTf1/lmaRtTLeScKuG7zeBTf1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/datagram.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/transport.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/transport_state_autogen.go
2025-08-20T21:45:02.4517064Z [00:02:28.504]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:45:02.4520156Z [00:02:28.504]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/d7/d7a535eff01d21d11bba12e6cf486a13473c3a22648f3e3fa2564e3d137bf9b4-d # internal
2025-08-20T21:45:02.4521347Z [00:02:28.504]➜  crypto/internal/boring/bbig
2025-08-20T21:45:02.4524387Z [00:02:28.504]➜  mkdir -p $WORK/b218/
2025-08-20T21:45:02.4526423Z [00:02:28.505]➜  cat >/tmp/go-build3243449595/b218/importcfg << 'EOF' # internal
2025-08-20T21:45:02.4527613Z [00:02:28.506]➜  # import config
2025-08-20T21:45:02.4529075Z [00:02:28.506]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:02.4530148Z [00:02:28.506]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:02.4531320Z [00:02:28.506]➜  EOF
2025-08-20T21:45:02.4534042Z [00:02:28.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b218=>" -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/b218/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:45:02.4716364Z [00:02:28.524]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:45:02.4718689Z [00:02:28.524]➜  /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/b213=>" -I $WORK/b213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b213/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T21:45:02.4798186Z [00:02:28.533]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:45:02.4805075Z [00:02:28.533]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T21:45:02.4825973Z [00:02:28.535]➜  crypto/internal/fips140/bigmod
2025-08-20T21:45:02.4827095Z [00:02:28.536]➜  mkdir -p $WORK/b220/
2025-08-20T21:45:02.4834260Z [00:02:28.536]➜  echo -n > $WORK/b220/go_asm.h # internal
2025-08-20T21:45:02.4834693Z [00:02:28.536]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:45:02.4837072Z [00:02:28.536]➜  /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/b220=>" -I $WORK/b220/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b220/symabis ./nat_arm64.s
2025-08-20T21:45:02.4870706Z [00:02:28.540]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:45:02.4872059Z [00:02:28.540]➜  go tool pack r $WORK/b213/_pkg_.a $WORK/b213/p256_asm_arm64.o # internal
2025-08-20T21:45:02.4880442Z [00:02:28.541]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:45:02.4881352Z [00:02:28.541]➜  cat >/tmp/go-build3243449595/b220/importcfg << 'EOF' # internal
2025-08-20T21:45:02.4882402Z [00:02:28.541]➜  # import config
2025-08-20T21:45:02.4883140Z [00:02:28.541]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:02.4885004Z [00:02:28.541]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:02.4885670Z [00:02:28.541]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3243449595/b117/_pkg_.a
2025-08-20T21:45:02.4886240Z [00:02:28.541]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:45:02.4886714Z [00:02:28.541]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.4887166Z [00:02:28.541]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:02.4887487Z [00:02:28.541]➜  EOF
2025-08-20T21:45:02.4887912Z [00:02:28.541]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:02.4890194Z [00:02:28.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b220=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b220/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack -asmhdr $WORK/b220/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T21:45:02.4910068Z [00:02:28.544]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T21:45:02.4917277Z [00:02:28.544]➜  crypto/internal/fips140/ecdh
2025-08-20T21:45:02.4917601Z [00:02:28.544]➜  mkdir -p $WORK/b212/
2025-08-20T21:45:02.4918397Z [00:02:28.544]➜  cat >/tmp/go-build3243449595/b212/importcfg << 'EOF' # internal
2025-08-20T21:45:02.4921450Z [00:02:28.544]➜  # import config
2025-08-20T21:45:02.4922277Z [00:02:28.544]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.4939288Z [00:02:28.544]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:02.4940654Z [00:02:28.544]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:02.4942295Z [00:02:28.545]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:02.4943795Z [00:02:28.545]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3243449595/b213/_pkg_.a
2025-08-20T21:45:02.4944776Z [00:02:28.545]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:02.4946305Z [00:02:28.545]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.4946746Z [00:02:28.545]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.4947175Z [00:02:28.545]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:02.4947605Z [00:02:28.545]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.4951849Z [00:02:28.545]➜  EOF
2025-08-20T21:45:02.4953781Z [00:02:28.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b212=>" -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/b212/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:45:02.5344799Z [00:02:28.587]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:45:02.5358302Z [00:02:28.588]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T21:45:02.5364677Z [00:02:28.589]➜  crypto/ecdh
2025-08-20T21:45:02.5365815Z [00:02:28.589]➜  mkdir -p $WORK/b211/
2025-08-20T21:45:02.5373604Z [00:02:28.590]➜  cat >/tmp/go-build3243449595/b211/importcfg << 'EOF' # internal
2025-08-20T21:45:02.5374452Z [00:02:28.590]➜  # import config
2025-08-20T21:45:02.5375672Z [00:02:28.590]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.5376513Z [00:02:28.590]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:02.5377247Z [00:02:28.590]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:02.5378509Z [00:02:28.590]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3243449595/b212/_pkg_.a
2025-08-20T21:45:02.5379498Z [00:02:28.590]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3243449595/b215/_pkg_.a
2025-08-20T21:45:02.5381473Z [00:02:28.590]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:02.5382092Z [00:02:28.590]➜  packagefile crypto/internal/randutil=/tmp/go-build3243449595/b122/_pkg_.a
2025-08-20T21:45:02.5383171Z [00:02:28.590]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:02.5383885Z [00:02:28.590]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.5384504Z [00:02:28.590]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.5385758Z [00:02:28.590]➜  EOF
2025-08-20T21:45:02.5387452Z [00:02:28.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b211=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T21:45:02.6008907Z [00:02:28.653]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:45:02.6025041Z [00:02:28.655]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T21:45:02.6026851Z [00:02:28.655]➜  crypto/elliptic
2025-08-20T21:45:02.6027326Z [00:02:28.655]➜  mkdir -p $WORK/b217/
2025-08-20T21:45:02.6029037Z [00:02:28.655]➜  cat >/tmp/go-build3243449595/b217/importcfg << 'EOF' # internal
2025-08-20T21:45:02.6029837Z [00:02:28.655]➜  # import config
2025-08-20T21:45:02.6030540Z [00:02:28.655]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3243449595/b213/_pkg_.a
2025-08-20T21:45:02.6032002Z [00:02:28.655]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.6032484Z [00:02:28.655]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.6032942Z [00:02:28.655]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:02.6033372Z [00:02:28.655]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.6033685Z [00:02:28.656]➜  EOF
2025-08-20T21:45:02.6035498Z [00:02:28.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b217=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T21:45:02.6129513Z [00:02:28.665]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:45:02.6131776Z [00:02:28.665]➜  /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/b220=>" -I $WORK/b220/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b220/nat_arm64.o ./nat_arm64.s
2025-08-20T21:45:02.6183463Z [00:02:28.671]➜  go tool pack r $WORK/b220/_pkg_.a $WORK/b220/nat_arm64.o # internal
2025-08-20T21:45:02.6186223Z [00:02:28.671]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:45:02.6195440Z [00:02:28.672]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T21:45:02.6222506Z [00:02:28.675]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:45:02.6224364Z [00:02:28.675]➜  mkdir -p $WORK/b219/
2025-08-20T21:45:02.6229223Z [00:02:28.676]➜  cat >/tmp/go-build3243449595/b219/importcfg << 'EOF' # internal
2025-08-20T21:45:02.6229609Z [00:02:28.676]➜  # import config
2025-08-20T21:45:02.6229964Z [00:02:28.676]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.6230490Z [00:02:28.676]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:02.6231068Z [00:02:28.676]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3243449595/b220/_pkg_.a
2025-08-20T21:45:02.6231652Z [00:02:28.676]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:02.6232233Z [00:02:28.676]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:02.6232806Z [00:02:28.676]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3243449595/b114/_pkg_.a
2025-08-20T21:45:02.6233404Z [00:02:28.676]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3243449595/b213/_pkg_.a
2025-08-20T21:45:02.6233992Z [00:02:28.676]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:45:02.6234487Z [00:02:28.676]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.6234905Z [00:02:28.676]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:02.6235324Z [00:02:28.676]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.6235730Z [00:02:28.676]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.6236041Z [00:02:28.676]➜  EOF
2025-08-20T21:45:02.6236310Z [00:02:28.676]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:02.6239251Z [00:02:28.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b219=>" -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/b219/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T21:45:02.6403880Z [00:02:28.693]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:45:02.6475200Z [00:02:28.700]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/f9/f98257cbd7b60e5746394f5325cbc21317b1a3db93ecc05e379d29bb40f7d519-d # internal
2025-08-20T21:45:02.6483278Z [00:02:28.700]➜  gvisor.dev/gvisor/pkg/tcpip/ports
2025-08-20T21:45:02.6483672Z [00:02:28.700]➜  mkdir -p $WORK/b181/
2025-08-20T21:45:02.6484049Z [00:02:28.700]➜  cat >/tmp/go-build3243449595/b181/importcfg << 'EOF' # internal
2025-08-20T21:45:02.6484402Z [00:02:28.700]➜  # import config
2025-08-20T21:45:02.6484882Z [00:02:28.700]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:02.6485480Z [00:02:28.700]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:02.6486039Z [00:02:28.700]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:02.6486598Z [00:02:28.700]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:02.6487569Z [00:02:28.700]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:02.6488278Z [00:02:28.700]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:02.6488717Z [00:02:28.700]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:02.6489040Z [00:02:28.700]➜  EOF
2025-08-20T21:45:02.6491990Z [00:02:28.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/ports=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/ports;$WORK/b181=>" -p gvisor.dev/gvisor/pkg/tcpip/ports -lang=go1.20 -complete -installsuffix shared -buildid 7Lun0eQXQ9MM3pgZ58AV/7Lun0eQXQ9MM3pgZ58AV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/ports/flags.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/ports/ports.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/ports/ports_state_autogen.go
2025-08-20T21:45:02.6703103Z [00:02:28.723]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:45:02.6777643Z [00:02:28.730]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T21:45:02.6784358Z [00:02:28.731]➜  gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack
2025-08-20T21:45:02.6785731Z [00:02:28.731]➜  mkdir -p $WORK/b182/
2025-08-20T21:45:02.6788219Z [00:02:28.731]➜  cat >/tmp/go-build3243449595/b182/importcfg << 'EOF' # internal
2025-08-20T21:45:02.6788964Z [00:02:28.732]➜  # import config
2025-08-20T21:45:02.6789706Z [00:02:28.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:02.6790856Z [00:02:28.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build3243449595/b179/_pkg_.a
2025-08-20T21:45:02.6791928Z [00:02:28.732]➜  EOF
2025-08-20T21:45:02.6796294Z [00:02:28.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcpconntrack=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcpconntrack;$WORK/b182=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack -lang=go1.20 -complete -installsuffix shared -buildid FIFxoaxxtXNo7yg9ej4a/FIFxoaxxtXNo7yg9ej4a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcpconntrack/tcp_conntrack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcpconntrack/tcpconntrack_state_autogen.go
2025-08-20T21:45:02.7057938Z [00:02:28.758]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:45:02.7071157Z [00:02:28.760]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T21:45:02.7077796Z [00:02:28.760]➜  gvisor.dev/gvisor/pkg/tcpip/network/hash
2025-08-20T21:45:02.7078525Z [00:02:28.760]➜  mkdir -p $WORK/b196/
2025-08-20T21:45:02.7079329Z [00:02:28.760]➜  cat >/tmp/go-build3243449595/b196/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7080516Z [00:02:28.760]➜  # import config
2025-08-20T21:45:02.7081179Z [00:02:28.760]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:02.7081906Z [00:02:28.760]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build3243449595/b173/_pkg_.a
2025-08-20T21:45:02.7083006Z [00:02:28.760]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:02.7083775Z [00:02:28.760]➜  EOF
2025-08-20T21:45:02.7086768Z [00:02:28.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/hash=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/hash;$WORK/b196=>" -p gvisor.dev/gvisor/pkg/tcpip/network/hash -lang=go1.20 -complete -installsuffix shared -buildid d_FrAHYvuC3MUhbCWdak/d_FrAHYvuC3MUhbCWdak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/hash/hash.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/hash/hash_state_autogen.go
2025-08-20T21:45:02.7124423Z [00:02:28.765]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:45:02.7137178Z [00:02:28.766]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/7e/7e832aa90422f8cd1f12666e3c755d6460f39e33c8cff50e264e7b4d368a4acd-d # internal
2025-08-20T21:45:02.7140906Z [00:02:28.767]➜  crypto/internal/fips140cache
2025-08-20T21:45:02.7141763Z [00:02:28.767]➜  mkdir -p $WORK/b221/
2025-08-20T21:45:02.7144363Z [00:02:28.767]➜  cat >/tmp/go-build3243449595/b221/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7146158Z [00:02:28.767]➜  # import config
2025-08-20T21:45:02.7146933Z [00:02:28.767]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:02.7147580Z [00:02:28.767]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.7148322Z [00:02:28.767]➜  packagefile weak=/tmp/go-build3243449595/b080/_pkg_.a
2025-08-20T21:45:02.7149202Z [00:02:28.767]➜  EOF
2025-08-20T21:45:02.7151263Z [00:02:28.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b221=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:45:02.7323388Z [00:02:28.785]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:45:02.7326210Z [00:02:28.785]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T21:45:02.7339860Z [00:02:28.787]➜  crypto/sha3
2025-08-20T21:45:02.7341278Z [00:02:28.787]➜  mkdir -p $WORK/b223/
2025-08-20T21:45:02.7341989Z [00:02:28.787]➜  cat >/tmp/go-build3243449595/b223/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7342627Z [00:02:28.787]➜  # import config
2025-08-20T21:45:02.7344006Z [00:02:28.787]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:02.7345486Z [00:02:28.787]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3243449595/b119/_pkg_.a
2025-08-20T21:45:02.7346366Z [00:02:28.787]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:02.7347126Z [00:02:28.787]➜  EOF
2025-08-20T21:45:02.7348974Z [00:02:28.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b223=>" -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/b223/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:45:02.7362801Z [00:02:28.789]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:45:02.7369963Z [00:02:28.790]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/3a/3af9541988ed3b0562486eb0796ab805c67a5d50a7b17f76defc6b4b5e6e5aca-d # internal
2025-08-20T21:45:02.7371008Z [00:02:28.790]➜  crypto/sha512
2025-08-20T21:45:02.7372184Z [00:02:28.790]➜  mkdir -p $WORK/b224/
2025-08-20T21:45:02.7373695Z [00:02:28.790]➜  cat >/tmp/go-build3243449595/b224/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7375391Z [00:02:28.790]➜  # import config
2025-08-20T21:45:02.7375806Z [00:02:28.790]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:02.7376295Z [00:02:28.790]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:02.7377282Z [00:02:28.790]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:45:02.7377922Z [00:02:28.790]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:02.7378285Z [00:02:28.790]➜  EOF
2025-08-20T21:45:02.7379772Z [00:02:28.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b224=>" -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/b224/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:45:02.7415981Z [00:02:28.794]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:45:02.7430080Z [00:02:28.796]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/e9/e9754b94aa2ba84d2bbd47d90bd6f582301778ca454a2e34ca0f3f3bd537e9bd-d # internal
2025-08-20T21:45:02.7446228Z [00:02:28.797]➜  gvisor.dev/gvisor/pkg/tcpip/stack
2025-08-20T21:45:02.7448338Z [00:02:28.798]➜  mkdir -p $WORK/b172/
2025-08-20T21:45:02.7460454Z [00:02:28.799]➜  cat >/tmp/go-build3243449595/b172/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7461238Z [00:02:28.799]➜  # import config
2025-08-20T21:45:02.7461880Z [00:02:28.799]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.7464088Z [00:02:28.799]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:02.7465089Z [00:02:28.799]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.7465977Z [00:02:28.799]➜  packagefile golang.org/x/time/rate=/tmp/go-build3243449595/b159/_pkg_.a
2025-08-20T21:45:02.7466938Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:02.7468242Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:02.7469467Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build3243449595/b158/_pkg_.a
2025-08-20T21:45:02.7471142Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build3243449595/b173/_pkg_.a
2025-08-20T21:45:02.7471718Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build3243449595/b166/_pkg_.a
2025-08-20T21:45:02.7472282Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:02.7472839Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:02.7473441Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/sync/locking=/tmp/go-build3243449595/b174/_pkg_.a
2025-08-20T21:45:02.7474028Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:02.7474651Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/hash/jenkins=/tmp/go-build3243449595/b175/_pkg_.a
2025-08-20T21:45:02.7475290Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:02.7476328Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/internal/tcp=/tmp/go-build3243449595/b180/_pkg_.a
2025-08-20T21:45:02.7476960Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build3243449595/b181/_pkg_.a
2025-08-20T21:45:02.7477567Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build3243449595/b179/_pkg_.a
2025-08-20T21:45:02.7478488Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack=/tmp/go-build3243449595/b182/_pkg_.a
2025-08-20T21:45:02.7479144Z [00:02:28.799]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:02.7479625Z [00:02:28.799]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.7480030Z [00:02:28.799]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:02.7480456Z [00:02:28.799]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:02.7480898Z [00:02:28.799]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:02.7481324Z [00:02:28.799]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:02.7481751Z [00:02:28.799]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:02.7482167Z [00:02:28.799]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.7482597Z [00:02:28.799]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:02.7483040Z [00:02:28.799]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:02.7483346Z [00:02:28.799]➜  EOF
2025-08-20T21:45:02.7509038Z [00:02:28.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack;$WORK/b172=>" -p gvisor.dev/gvisor/pkg/tcpip/stack -lang=go1.20 -complete -installsuffix shared -buildid 4WNIHXONBpo7iSdn67hF/4WNIHXONBpo7iSdn67hF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/address_state_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/address_state_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/addressable_endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/addressable_endpoint_state_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/bucket_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/cleanup_endpoints_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/conn_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/conn_track_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/conntrack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/endpoints_by_nic_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/gro.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/gro_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/headertype_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/hook_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/icmp_rate_limit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/iptables.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/iptables_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/iptables_targets.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/iptables_types.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/multi_port_endpoint_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/neighbor_cache.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/neighbor_cache_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/neighbor_entry.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/neighbor_entry_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/neighbor_entry_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/neighborstate_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/nic.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/nic_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/nic_stats.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/nud.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/packet_buffer.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/packet_buffer_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/packet_buffer_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/packet_buffer_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/packet_endpoint_list_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/packet_eps_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/packets_pending_link_resolution_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/pending_packets.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/rand.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/registration.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/route.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/route_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/route_stack_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/stack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/stack_global_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/stack_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/stack_options.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/stack_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/stack_unsafe_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/state_conn_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/tcp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/transport_demuxer.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/transport_endpoints_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/stack/tuple_list.go
2025-08-20T21:45:02.7546361Z [00:02:28.807]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:45:02.7562734Z [00:02:28.809]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T21:45:02.7573133Z [00:02:28.809]➜  encoding/asn1
2025-08-20T21:45:02.7573493Z [00:02:28.809]➜  mkdir -p $WORK/b226/
2025-08-20T21:45:02.7573888Z [00:02:28.810]➜  cat >/tmp/go-build3243449595/b226/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7574259Z [00:02:28.810]➜  # import config
2025-08-20T21:45:02.7574602Z [00:02:28.810]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.7575027Z [00:02:28.810]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.7575443Z [00:02:28.810]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.7575873Z [00:02:28.810]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:02.7576297Z [00:02:28.810]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:02.7576728Z [00:02:28.810]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:02.7577152Z [00:02:28.810]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:02.7577590Z [00:02:28.810]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:02.7578260Z [00:02:28.810]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:02.7578686Z [00:02:28.810]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:02.7579132Z [00:02:28.810]➜  packagefile unicode/utf16=/tmp/go-build3243449595/b137/_pkg_.a
2025-08-20T21:45:02.7579626Z [00:02:28.810]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:02.7579960Z [00:02:28.810]➜  EOF
2025-08-20T21:45:02.7581683Z [00:02:28.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b226=>" -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/b226/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T21:45:02.7619072Z [00:02:28.815]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:45:02.7622173Z [00:02:28.815]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T21:45:02.7622797Z [00:02:28.815]➜  crypto/internal/fips140hash
2025-08-20T21:45:02.7623100Z [00:02:28.815]➜  mkdir -p $WORK/b222/
2025-08-20T21:45:02.7627205Z [00:02:28.815]➜  cat >/tmp/go-build3243449595/b222/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7627621Z [00:02:28.815]➜  # import config
2025-08-20T21:45:02.7628971Z [00:02:28.815]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3243449595/b119/_pkg_.a
2025-08-20T21:45:02.7629600Z [00:02:28.816]➜  packagefile crypto/sha3=/tmp/go-build3243449595/b223/_pkg_.a
2025-08-20T21:45:02.7631981Z [00:02:28.816]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:02.7632519Z [00:02:28.816]➜  EOF
2025-08-20T21:45:02.7634212Z [00:02:28.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b222=>" -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/b222/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:45:02.7739941Z [00:02:28.827]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:45:02.7741638Z [00:02:28.827]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T21:45:02.7743095Z [00:02:28.827]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:45:02.7743519Z [00:02:28.827]➜  mkdir -p $WORK/b230/
2025-08-20T21:45:02.7754861Z [00:02:28.827]➜  cat >/tmp/go-build3243449595/b230/importcfg << 'EOF' # internal
2025-08-20T21:45:02.7755332Z [00:02:28.827]➜  # import config
2025-08-20T21:45:02.7756561Z [00:02:28.827]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:02.7758264Z [00:02:28.827]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3243449595/b215/_pkg_.a
2025-08-20T21:45:02.7759170Z [00:02:28.827]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:02.7760055Z [00:02:28.827]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:02.7760628Z [00:02:28.827]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.7761071Z [00:02:28.827]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:02.7761502Z [00:02:28.827]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.7761824Z [00:02:28.828]➜  EOF
2025-08-20T21:45:02.7764955Z [00:02:28.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b230=>" -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/b230/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T21:45:02.8711438Z [00:02:28.924]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:45:02.8726155Z [00:02:28.925]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T21:45:02.8726840Z [00:02:28.925]➜  crypto/internal/fips140/ed25519
2025-08-20T21:45:02.8727197Z [00:02:28.925]➜  mkdir -p $WORK/b229/
2025-08-20T21:45:02.8727590Z [00:02:28.925]➜  cat >/tmp/go-build3243449595/b229/importcfg << 'EOF' # internal
2025-08-20T21:45:02.8728128Z [00:02:28.925]➜  # import config
2025-08-20T21:45:02.8728481Z [00:02:28.925]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:02.8728982Z [00:02:28.925]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:02.8729552Z [00:02:28.925]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:02.8730559Z [00:02:28.925]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:02.8731275Z [00:02:28.925]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3243449595/b230/_pkg_.a
2025-08-20T21:45:02.8731890Z [00:02:28.925]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:45:02.8732388Z [00:02:28.925]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.8733891Z [00:02:28.925]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:02.8734375Z [00:02:28.926]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:02.8734693Z [00:02:28.926]➜  EOF
2025-08-20T21:45:02.8736689Z [00:02:28.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b229=>" -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/b229/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:45:02.8974415Z [00:02:28.950]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:45:02.8996009Z [00:02:28.952]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T21:45:02.9019416Z [00:02:28.953]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:45:02.9019965Z [00:02:28.953]➜  mkdir -p $WORK/b225/
2025-08-20T21:45:02.9020504Z [00:02:28.953]➜  cat >/tmp/go-build3243449595/b225/importcfg << 'EOF' # internal
2025-08-20T21:45:02.9020989Z [00:02:28.953]➜  # import config
2025-08-20T21:45:02.9021603Z [00:02:28.953]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:45:02.9022406Z [00:02:28.953]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:02.9023013Z [00:02:28.953]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.9023561Z [00:02:28.953]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:02.9024233Z [00:02:28.953]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3243449595/b227/_pkg_.a
2025-08-20T21:45:02.9024923Z [00:02:28.953]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:02.9025471Z [00:02:28.953]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:02.9026037Z [00:02:28.953]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:02.9026463Z [00:02:28.953]➜  EOF
2025-08-20T21:45:02.9029113Z [00:02:28.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b225=>" -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/b225/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T21:45:02.9355084Z [00:02:28.988]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:45:02.9366879Z [00:02:28.989]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T21:45:02.9368225Z [00:02:28.989]➜  crypto/ed25519
2025-08-20T21:45:02.9368531Z [00:02:28.989]➜  mkdir -p $WORK/b228/
2025-08-20T21:45:02.9368923Z [00:02:28.989]➜  cat >/tmp/go-build3243449595/b228/importcfg << 'EOF' # internal
2025-08-20T21:45:02.9369270Z [00:02:28.989]➜  # import config
2025-08-20T21:45:02.9373076Z [00:02:28.990]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:02.9374006Z [00:02:28.990]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3243449595/b229/_pkg_.a
2025-08-20T21:45:02.9374708Z [00:02:28.990]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3243449595/b221/_pkg_.a
2025-08-20T21:45:02.9375300Z [00:02:28.990]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:02.9375818Z [00:02:28.990]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:02.9376321Z [00:02:28.990]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:02.9377492Z [00:02:28.990]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:02.9379206Z [00:02:28.990]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:02.9380082Z [00:02:28.990]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:02.9380646Z [00:02:28.990]➜  EOF
2025-08-20T21:45:02.9382365Z [00:02:28.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b228=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:45:03.0150399Z [00:02:29.068]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:45:03.0168310Z [00:02:29.070]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T21:45:03.0170899Z [00:02:29.070]➜  crypto/ecdsa
2025-08-20T21:45:03.0172045Z [00:02:29.070]➜  mkdir -p $WORK/b216/
2025-08-20T21:45:03.0177233Z [00:02:29.070]➜  cat >/tmp/go-build3243449595/b216/importcfg << 'EOF' # internal
2025-08-20T21:45:03.0177784Z [00:02:29.070]➜  # import config
2025-08-20T21:45:03.0178291Z [00:02:29.070]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:45:03.0178959Z [00:02:29.070]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:45:03.0179511Z [00:02:29.070]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:03.0179954Z [00:02:29.070]➜  packagefile crypto/ecdh=/tmp/go-build3243449595/b211/_pkg_.a
2025-08-20T21:45:03.0180441Z [00:02:29.070]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:03.0180982Z [00:02:29.070]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:03.0181540Z [00:02:29.070]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3243449595/b218/_pkg_.a
2025-08-20T21:45:03.0182119Z [00:02:29.070]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3243449595/b219/_pkg_.a
2025-08-20T21:45:03.0182705Z [00:02:29.070]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3243449595/b213/_pkg_.a
2025-08-20T21:45:03.0183302Z [00:02:29.070]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3243449595/b221/_pkg_.a
2025-08-20T21:45:03.0183878Z [00:02:29.070]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3243449595/b222/_pkg_.a
2025-08-20T21:45:03.0184452Z [00:02:29.070]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:03.0185008Z [00:02:29.070]➜  packagefile crypto/internal/randutil=/tmp/go-build3243449595/b122/_pkg_.a
2025-08-20T21:45:03.0185527Z [00:02:29.070]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:03.0185998Z [00:02:29.070]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:03.0186439Z [00:02:29.070]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.0186976Z [00:02:29.070]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3243449595/b225/_pkg_.a
2025-08-20T21:45:03.0189228Z [00:02:29.070]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3243449595/b227/_pkg_.a
2025-08-20T21:45:03.0190353Z [00:02:29.071]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.0191322Z [00:02:29.071]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:03.0192142Z [00:02:29.072]➜  packagefile math/rand/v2=/tmp/go-build3243449595/b123/_pkg_.a
2025-08-20T21:45:03.0192995Z [00:02:29.072]➜  EOF
2025-08-20T21:45:03.0194855Z [00:02:29.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b216=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T21:45:03.0362518Z [00:02:29.089]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:45:03.0487648Z [00:02:29.101]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T21:45:03.0508868Z [00:02:29.103]➜  crypto/internal/fips140/hkdf
2025-08-20T21:45:03.0511389Z [00:02:29.103]➜  mkdir -p $WORK/b232/
2025-08-20T21:45:03.0514561Z [00:02:29.104]➜  cat >/tmp/go-build3243449595/b232/importcfg << 'EOF' # internal
2025-08-20T21:45:03.0514953Z [00:02:29.104]➜  # import config
2025-08-20T21:45:03.0515741Z [00:02:29.104]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:03.0516244Z [00:02:29.104]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:03.0516817Z [00:02:29.104]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:03.0517397Z [00:02:29.104]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3243449595/b114/_pkg_.a
2025-08-20T21:45:03.0518178Z [00:02:29.104]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:45:03.0518706Z [00:02:29.104]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.0519126Z [00:02:29.104]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:03.0519438Z [00:02:29.104]➜  EOF
2025-08-20T21:45:03.0521338Z [00:02:29.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b232=>" -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/b232/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:45:03.0732553Z [00:02:29.126]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:45:03.0739848Z [00:02:29.127]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T21:45:03.0742272Z [00:02:29.127]➜  crypto/hkdf
2025-08-20T21:45:03.0743392Z [00:02:29.127]➜  mkdir -p $WORK/b231/
2025-08-20T21:45:03.0753310Z [00:02:29.128]➜  cat >/tmp/go-build3243449595/b231/importcfg << 'EOF' # internal
2025-08-20T21:45:03.0754369Z [00:02:29.128]➜  # import config
2025-08-20T21:45:03.0754916Z [00:02:29.128]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3243449595/b232/_pkg_.a
2025-08-20T21:45:03.0755553Z [00:02:29.128]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3243449595/b222/_pkg_.a
2025-08-20T21:45:03.0756134Z [00:02:29.128]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:03.0756915Z [00:02:29.128]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.0757506Z [00:02:29.128]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:03.0757962Z [00:02:29.128]➜  EOF
2025-08-20T21:45:03.0759774Z [00:02:29.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b231=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:45:03.0882663Z [00:02:29.141]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:45:03.0890344Z [00:02:29.142]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T21:45:03.0890971Z [00:02:29.142]➜  crypto/hmac
2025-08-20T21:45:03.0891225Z [00:02:29.142]➜  mkdir -p $WORK/b233/
2025-08-20T21:45:03.0898897Z [00:02:29.142]➜  cat >/tmp/go-build3243449595/b233/importcfg << 'EOF' # internal
2025-08-20T21:45:03.0899380Z [00:02:29.142]➜  # import config
2025-08-20T21:45:03.0899792Z [00:02:29.142]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:03.0900385Z [00:02:29.142]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3243449595/b114/_pkg_.a
2025-08-20T21:45:03.0900968Z [00:02:29.142]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3243449595/b222/_pkg_.a
2025-08-20T21:45:03.0901543Z [00:02:29.142]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:03.0902066Z [00:02:29.142]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:03.0902941Z [00:02:29.142]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:03.0903257Z [00:02:29.142]➜  EOF
2025-08-20T21:45:03.0904640Z [00:02:29.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b233=>" -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/b233/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:45:03.1123790Z [00:02:29.164]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:45:03.1127326Z [00:02:29.165]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T21:45:03.1129342Z [00:02:29.166]➜  crypto/internal/fips140/mlkem
2025-08-20T21:45:03.1129866Z [00:02:29.166]➜  mkdir -p $WORK/b234/
2025-08-20T21:45:03.1130393Z [00:02:29.166]➜  cat >/tmp/go-build3243449595/b234/importcfg << 'EOF' # internal
2025-08-20T21:45:03.1130897Z [00:02:29.166]➜  # import config
2025-08-20T21:45:03.1131382Z [00:02:29.166]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:03.1131998Z [00:02:29.166]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:03.1132711Z [00:02:29.166]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:03.1133470Z [00:02:29.166]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:03.1134218Z [00:02:29.166]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3243449595/b119/_pkg_.a
2025-08-20T21:45:03.1134963Z [00:02:29.166]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:03.1135725Z [00:02:29.166]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:03.1136355Z [00:02:29.166]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.1136803Z [00:02:29.166]➜  EOF
2025-08-20T21:45:03.1139716Z [00:02:29.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b234=>" -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/b234/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T21:45:03.2413669Z [00:02:29.294]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:45:03.2439674Z [00:02:29.295]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T21:45:03.2440385Z [00:02:29.295]➜  crypto/internal/fips140/tls12
2025-08-20T21:45:03.2444707Z [00:02:29.295]➜  mkdir -p $WORK/b235/
2025-08-20T21:45:03.2450195Z [00:02:29.296]➜  cat >/tmp/go-build3243449595/b235/importcfg << 'EOF' # internal
2025-08-20T21:45:03.2451001Z [00:02:29.296]➜  # import config
2025-08-20T21:45:03.2451854Z [00:02:29.296]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:03.2452900Z [00:02:29.296]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:03.2453600Z [00:02:29.296]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:03.2454195Z [00:02:29.296]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3243449595/b114/_pkg_.a
2025-08-20T21:45:03.2454783Z [00:02:29.296]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:45:03.2455369Z [00:02:29.296]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:45:03.2456289Z [00:02:29.296]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.2456711Z [00:02:29.296]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:03.2457022Z [00:02:29.296]➜  EOF
2025-08-20T21:45:03.2473636Z [00:02:29.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b235=>" -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/b235/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:45:03.2915467Z [00:02:29.344]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:45:03.2917805Z [00:02:29.345]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T21:45:03.2919546Z [00:02:29.345]➜  crypto/internal/fips140/tls13
2025-08-20T21:45:03.2920324Z [00:02:29.345]➜  mkdir -p $WORK/b236/
2025-08-20T21:45:03.2924866Z [00:02:29.345]➜  cat >/tmp/go-build3243449595/b236/importcfg << 'EOF' # internal
2025-08-20T21:45:03.2925242Z [00:02:29.345]➜  # import config
2025-08-20T21:45:03.2925755Z [00:02:29.345]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:03.2949383Z [00:02:29.345]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:03.2950750Z [00:02:29.345]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:03.2951407Z [00:02:29.345]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3243449595/b232/_pkg_.a
2025-08-20T21:45:03.2952013Z [00:02:29.345]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:45:03.2952645Z [00:02:29.345]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:03.2953200Z [00:02:29.345]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.2953614Z [00:02:29.345]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:03.2953923Z [00:02:29.345]➜  EOF
2025-08-20T21:45:03.2956243Z [00:02:29.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b236=>" -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/b236/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:45:03.3566510Z [00:02:29.409]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:45:03.3575757Z [00:02:29.410]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T21:45:03.3577310Z [00:02:29.411]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:45:03.3611190Z [00:02:29.414]➜  mkdir -p $WORK/b239/
2025-08-20T21:45:03.3614467Z [00:02:29.414]➜  echo -n > $WORK/b239/go_asm.h # internal
2025-08-20T21:45:03.3616008Z [00:02:29.414]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:45:03.3618702Z [00:02:29.415]➜  /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/b239=>" -I $WORK/b239/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b239/symabis ./chacha_arm64.s
2025-08-20T21:45:03.3675440Z [00:02:29.420]➜  cat >/tmp/go-build3243449595/b239/importcfg << 'EOF' # internal
2025-08-20T21:45:03.3676687Z [00:02:29.420]➜  # import config
2025-08-20T21:45:03.3677171Z [00:02:29.420]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:45:03.3678356Z [00:02:29.420]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:03.3678849Z [00:02:29.420]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:03.3679306Z [00:02:29.420]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.3679863Z [00:02:29.420]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3243449595/b240/_pkg_.a
2025-08-20T21:45:03.3680428Z [00:02:29.420]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:03.3680868Z [00:02:29.420]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:03.3681187Z [00:02:29.420]➜  EOF
2025-08-20T21:45:03.3681451Z [00:02:29.420]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:03.3684005Z [00:02:29.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b239=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b239/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack -asmhdr $WORK/b239/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:45:03.4239307Z [00:02:29.476]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:45:03.4240814Z [00:02:29.477]➜  /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/b239=>" -I $WORK/b239/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b239/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:45:03.4275239Z [00:02:29.480]➜  go tool pack r $WORK/b239/_pkg_.a $WORK/b239/chacha_arm64.o # internal
2025-08-20T21:45:03.4278406Z [00:02:29.480]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:45:03.4280838Z [00:02:29.481]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T21:45:03.4284293Z [00:02:29.481]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:45:03.4285943Z [00:02:29.481]➜  mkdir -p $WORK/b241/
2025-08-20T21:45:03.4286438Z [00:02:29.481]➜  cat >/tmp/go-build3243449595/b241/importcfg << 'EOF' # internal
2025-08-20T21:45:03.4287061Z [00:02:29.481]➜  # import config
2025-08-20T21:45:03.4287511Z [00:02:29.481]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:03.4288158Z [00:02:29.481]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:03.4288632Z [00:02:29.481]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:03.4288956Z [00:02:29.481]➜  EOF
2025-08-20T21:45:03.4289232Z [00:02:29.481]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:03.4291870Z [00:02:29.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b241=>" -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/b241/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:45:03.4349062Z [00:02:29.487]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:45:03.4432022Z [00:02:29.496]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T21:45:03.4445515Z [00:02:29.497]➜  crypto/rc4
2025-08-20T21:45:03.4450728Z [00:02:29.498]➜  mkdir -p $WORK/b242/
2025-08-20T21:45:03.4451703Z [00:02:29.498]➜  cat >/tmp/go-build3243449595/b242/importcfg << 'EOF' # internal
2025-08-20T21:45:03.4454488Z [00:02:29.498]➜  # import config
2025-08-20T21:45:03.4455037Z [00:02:29.498]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3243449595/b112/_pkg_.a
2025-08-20T21:45:03.4455643Z [00:02:29.498]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:03.4456183Z [00:02:29.498]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.4456617Z [00:02:29.498]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:03.4456937Z [00:02:29.498]➜  EOF
2025-08-20T21:45:03.4458458Z [00:02:29.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b242=>" -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/b242/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:45:03.4685610Z [00:02:29.521]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:45:03.4690133Z [00:02:29.522]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T21:45:03.4703897Z [00:02:29.523]➜  crypto/internal/fips140/rsa
2025-08-20T21:45:03.4704766Z [00:02:29.523]➜  mkdir -p $WORK/b244/
2025-08-20T21:45:03.4705767Z [00:02:29.523]➜  cat >/tmp/go-build3243449595/b244/importcfg << 'EOF' # internal
2025-08-20T21:45:03.4706718Z [00:02:29.523]➜  # import config
2025-08-20T21:45:03.4707137Z [00:02:29.523]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:03.4707654Z [00:02:29.523]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:03.4708417Z [00:02:29.523]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3243449595/b220/_pkg_.a
2025-08-20T21:45:03.4709017Z [00:02:29.523]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:03.4709599Z [00:02:29.523]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:03.4710186Z [00:02:29.523]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:45:03.4710766Z [00:02:29.523]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3243449595/b119/_pkg_.a
2025-08-20T21:45:03.4711666Z [00:02:29.523]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:45:03.4712372Z [00:02:29.523]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:03.4712875Z [00:02:29.523]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.4713290Z [00:02:29.523]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:03.4713712Z [00:02:29.523]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.4714118Z [00:02:29.523]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:03.4714426Z [00:02:29.523]➜  EOF
2025-08-20T21:45:03.4716942Z [00:02:29.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b244=>" -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/b244/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T21:45:03.4997477Z [00:02:29.552]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:45:03.5013841Z [00:02:29.554]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T21:45:03.5014506Z [00:02:29.554]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:45:03.5014837Z [00:02:29.554]➜  mkdir -p $WORK/b238/
2025-08-20T21:45:03.5015213Z [00:02:29.554]➜  cat >/tmp/go-build3243449595/b238/importcfg << 'EOF' # internal
2025-08-20T21:45:03.5015564Z [00:02:29.554]➜  # import config
2025-08-20T21:45:03.5016004Z [00:02:29.554]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:45:03.5016621Z [00:02:29.554]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:45:03.5017293Z [00:02:29.554]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:45:03.5018025Z [00:02:29.554]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:03.5018585Z [00:02:29.554]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:03.5019045Z [00:02:29.554]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.5019855Z [00:02:29.554]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3243449595/b239/_pkg_.a
2025-08-20T21:45:03.5020654Z [00:02:29.554]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3243449595/b240/_pkg_.a
2025-08-20T21:45:03.5021467Z [00:02:29.554]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3243449595/b241/_pkg_.a
2025-08-20T21:45:03.5022049Z [00:02:29.554]➜  EOF
2025-08-20T21:45:03.5025182Z [00:02:29.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b238=>" -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/b238/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:45:03.5490288Z [00:02:29.601]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:45:03.5498631Z [00:02:29.602]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T21:45:03.5499335Z [00:02:29.602]➜  crypto/internal/hpke
2025-08-20T21:45:03.5499618Z [00:02:29.602]➜  mkdir -p $WORK/b237/
2025-08-20T21:45:03.5499992Z [00:02:29.602]➜  cat >/tmp/go-build3243449595/b237/importcfg << 'EOF' # internal
2025-08-20T21:45:03.5500342Z [00:02:29.602]➜  # import config
2025-08-20T21:45:03.5500846Z [00:02:29.602]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:45:03.5501405Z [00:02:29.602]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:03.5501851Z [00:02:29.602]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:03.5502317Z [00:02:29.602]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:03.5502781Z [00:02:29.602]➜  packagefile crypto/ecdh=/tmp/go-build3243449595/b211/_pkg_.a
2025-08-20T21:45:03.5503251Z [00:02:29.602]➜  packagefile crypto/hkdf=/tmp/go-build3243449595/b231/_pkg_.a
2025-08-20T21:45:03.5503706Z [00:02:29.602]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:03.5505205Z [00:02:29.603]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.5505804Z [00:02:29.603]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3243449595/b238/_pkg_.a
2025-08-20T21:45:03.5506692Z [00:02:29.603]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:03.5507171Z [00:02:29.603]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:03.5507496Z [00:02:29.603]➜  EOF
2025-08-20T21:45:03.5509282Z [00:02:29.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b237=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:45:03.6193887Z [00:02:29.672]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:45:03.6206832Z [00:02:29.673]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T21:45:03.6210183Z [00:02:29.674]➜  crypto/rsa
2025-08-20T21:45:03.6211178Z [00:02:29.674]➜  mkdir -p $WORK/b243/
2025-08-20T21:45:03.6215247Z [00:02:29.674]➜  cat >/tmp/go-build3243449595/b243/importcfg << 'EOF' # internal
2025-08-20T21:45:03.6216706Z [00:02:29.674]➜  # import config
2025-08-20T21:45:03.6219145Z [00:02:29.674]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:03.6219654Z [00:02:29.674]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:03.6220218Z [00:02:29.674]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3243449595/b218/_pkg_.a
2025-08-20T21:45:03.6220830Z [00:02:29.674]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3243449595/b220/_pkg_.a
2025-08-20T21:45:03.6221413Z [00:02:29.674]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3243449595/b244/_pkg_.a
2025-08-20T21:45:03.6221983Z [00:02:29.674]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3243449595/b222/_pkg_.a
2025-08-20T21:45:03.6222576Z [00:02:29.674]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:03.6223149Z [00:02:29.674]➜  packagefile crypto/internal/randutil=/tmp/go-build3243449595/b122/_pkg_.a
2025-08-20T21:45:03.6223653Z [00:02:29.675]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:03.6224120Z [00:02:29.675]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:03.6224568Z [00:02:29.675]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.6224981Z [00:02:29.675]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:03.6225736Z [00:02:29.675]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:03.6226272Z [00:02:29.675]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:03.6226718Z [00:02:29.675]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.6227119Z [00:02:29.675]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:03.6227553Z [00:02:29.675]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:03.6228052Z [00:02:29.675]➜  EOF
2025-08-20T21:45:03.6229837Z [00:02:29.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b243=>" -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/b243/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T21:45:03.6307143Z [00:02:29.683]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:45:03.6323391Z [00:02:29.684]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T21:45:03.6324065Z [00:02:29.684]➜  crypto/fips140
2025-08-20T21:45:03.6324333Z [00:02:29.684]➜  mkdir -p $WORK/b246/
2025-08-20T21:45:03.6325105Z [00:02:29.684]➜  cat >/tmp/go-build3243449595/b246/importcfg << 'EOF' # internal
2025-08-20T21:45:03.6325456Z [00:02:29.684]➜  # import config
2025-08-20T21:45:03.6325862Z [00:02:29.684]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:03.6326436Z [00:02:29.684]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:03.6326827Z [00:02:29.685]➜  EOF
2025-08-20T21:45:03.6328483Z [00:02:29.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b246=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:45:03.6495244Z [00:02:29.702]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:45:03.6496076Z [00:02:29.702]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T21:45:03.6496660Z [00:02:29.702]➜  crypto/tls/internal/fips140tls
2025-08-20T21:45:03.6496953Z [00:02:29.702]➜  mkdir -p $WORK/b245/
2025-08-20T21:45:03.6497327Z [00:02:29.702]➜  cat >/tmp/go-build3243449595/b245/importcfg << 'EOF' # internal
2025-08-20T21:45:03.6497673Z [00:02:29.702]➜  # import config
2025-08-20T21:45:03.6498218Z [00:02:29.702]➜  packagefile crypto/fips140=/tmp/go-build3243449595/b246/_pkg_.a
2025-08-20T21:45:03.6498708Z [00:02:29.702]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:03.6499044Z [00:02:29.702]➜  EOF
2025-08-20T21:45:03.6500748Z [00:02:29.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b245=>" -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/b245/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:45:03.6626806Z [00:02:29.715]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:45:03.6633692Z [00:02:29.716]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T21:45:03.6634279Z [00:02:29.716]➜  crypto/dsa
2025-08-20T21:45:03.6635462Z [00:02:29.716]➜  mkdir -p $WORK/b248/
2025-08-20T21:45:03.6636197Z [00:02:29.716]➜  cat >/tmp/go-build3243449595/b248/importcfg << 'EOF' # internal
2025-08-20T21:45:03.6636647Z [00:02:29.716]➜  # import config
2025-08-20T21:45:03.6637072Z [00:02:29.716]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:03.6637638Z [00:02:29.716]➜  packagefile crypto/internal/randutil=/tmp/go-build3243449595/b122/_pkg_.a
2025-08-20T21:45:03.6638398Z [00:02:29.716]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.6638813Z [00:02:29.716]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.6639229Z [00:02:29.716]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:03.6639549Z [00:02:29.716]➜  EOF
2025-08-20T21:45:03.6640939Z [00:02:29.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b248=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:45:03.6883416Z [00:02:29.741]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:45:03.6889933Z [00:02:29.742]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T21:45:03.6891896Z [00:02:29.742]➜  crypto/x509/pkix
2025-08-20T21:45:03.6893818Z [00:02:29.742]➜  mkdir -p $WORK/b249/
2025-08-20T21:45:03.6897454Z [00:02:29.743]➜  cat >/tmp/go-build3243449595/b249/importcfg << 'EOF' # internal
2025-08-20T21:45:03.6897991Z [00:02:29.743]➜  # import config
2025-08-20T21:45:03.6898368Z [00:02:29.743]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:03.6898846Z [00:02:29.743]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:03.6899292Z [00:02:29.743]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:03.6899740Z [00:02:29.743]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:03.6900169Z [00:02:29.743]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:03.6900527Z [00:02:29.743]➜  EOF
2025-08-20T21:45:03.6902014Z [00:02:29.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b249=>" -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/b249/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:45:03.7188656Z [00:02:29.771]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:45:03.7196469Z [00:02:29.772]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T21:45:03.7197699Z [00:02:29.773]➜  encoding/pem
2025-08-20T21:45:03.7199294Z [00:02:29.773]➜  mkdir -p $WORK/b250/
2025-08-20T21:45:03.7204012Z [00:02:29.773]➜  cat >/tmp/go-build3243449595/b250/importcfg << 'EOF' # internal
2025-08-20T21:45:03.7204425Z [00:02:29.773]➜  # import config
2025-08-20T21:45:03.7204853Z [00:02:29.773]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:03.7205369Z [00:02:29.773]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:03.7205863Z [00:02:29.773]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.7206271Z [00:02:29.773]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.7206680Z [00:02:29.773]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:03.7207102Z [00:02:29.773]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:03.7207419Z [00:02:29.773]➜  EOF
2025-08-20T21:45:03.7209429Z [00:02:29.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b250=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:45:03.7565790Z [00:02:29.809]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:45:03.7613446Z [00:02:29.814]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T21:45:03.7614210Z [00:02:29.814]➜  internal/saferio
2025-08-20T21:45:03.7614488Z [00:02:29.814]➜  mkdir -p $WORK/b253/
2025-08-20T21:45:03.7614870Z [00:02:29.814]➜  cat >/tmp/go-build3243449595/b253/importcfg << 'EOF' # internal
2025-08-20T21:45:03.7615215Z [00:02:29.814]➜  # import config
2025-08-20T21:45:03.7615546Z [00:02:29.814]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.7615857Z [00:02:29.814]➜  EOF
2025-08-20T21:45:03.7617379Z [00:02:29.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b253=>" -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/b253/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:45:03.7676067Z [00:02:29.820]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:45:03.7683965Z [00:02:29.821]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T21:45:03.7689150Z [00:02:29.822]➜  crypto/x509
2025-08-20T21:45:03.7689584Z [00:02:29.822]➜  mkdir -p $WORK/b247/
2025-08-20T21:45:03.7697165Z [00:02:29.822]➜  cat >/tmp/go-build3243449595/b247/importcfg << 'EOF' # internal
2025-08-20T21:45:03.7697584Z [00:02:29.822]➜  # import config
2025-08-20T21:45:03.7699606Z [00:02:29.822]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:45:03.7701115Z [00:02:29.822]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:45:03.7702040Z [00:02:29.822]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:03.7702475Z [00:02:29.822]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:03.7702917Z [00:02:29.822]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:03.7703409Z [00:02:29.822]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:03.7703870Z [00:02:29.822]➜  packagefile crypto/des=/tmp/go-build3243449595/b210/_pkg_.a
2025-08-20T21:45:03.7704319Z [00:02:29.822]➜  packagefile crypto/dsa=/tmp/go-build3243449595/b248/_pkg_.a
2025-08-20T21:45:03.7704778Z [00:02:29.822]➜  packagefile crypto/ecdh=/tmp/go-build3243449595/b211/_pkg_.a
2025-08-20T21:45:03.7705242Z [00:02:29.822]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:03.7705725Z [00:02:29.822]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:03.7706205Z [00:02:29.822]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:03.7706675Z [00:02:29.822]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:03.7707148Z [00:02:29.822]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:03.7707613Z [00:02:29.822]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:03.7708239Z [00:02:29.822]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:03.7708709Z [00:02:29.822]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:03.7709185Z [00:02:29.822]➜  packagefile crypto/x509/pkix=/tmp/go-build3243449595/b249/_pkg_.a
2025-08-20T21:45:03.7709660Z [00:02:29.822]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:03.7710450Z [00:02:29.822]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:03.7711053Z [00:02:29.822]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:03.7711498Z [00:02:29.822]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.7711912Z [00:02:29.822]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:03.7712441Z [00:02:29.822]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3243449595/b225/_pkg_.a
2025-08-20T21:45:03.7713112Z [00:02:29.822]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3243449595/b227/_pkg_.a
2025-08-20T21:45:03.7713687Z [00:02:29.822]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:03.7714164Z [00:02:29.822]➜  packagefile internal/goos=/tmp/go-build3243449595/b018/_pkg_.a
2025-08-20T21:45:03.7714594Z [00:02:29.822]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.7715004Z [00:02:29.822]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:03.7715415Z [00:02:29.822]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:45:03.7715826Z [00:02:29.822]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:03.7716235Z [00:02:29.822]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:03.7716657Z [00:02:29.822]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:03.7717401Z [00:02:29.822]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:03.7718007Z [00:02:29.822]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:03.7718493Z [00:02:29.822]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:03.7718925Z [00:02:29.822]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:03.7719337Z [00:02:29.822]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:03.7719786Z [00:02:29.822]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:03.7720236Z [00:02:29.822]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:03.7720663Z [00:02:29.822]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:03.7721086Z [00:02:29.822]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:03.7721512Z [00:02:29.822]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:03.7721939Z [00:02:29.822]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:03.7722349Z [00:02:29.822]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:03.7722767Z [00:02:29.822]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:03.7723225Z [00:02:29.822]➜  packagefile unicode/utf16=/tmp/go-build3243449595/b137/_pkg_.a
2025-08-20T21:45:03.7723687Z [00:02:29.822]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:03.7724018Z [00:02:29.822]➜  EOF
2025-08-20T21:45:03.7726888Z [00:02:29.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b247=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid VxR1x5GVxgouocelq29O/VxR1x5GVxgouocelq29O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T21:45:03.7793600Z [00:02:29.832]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:45:03.7795649Z [00:02:29.832]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T21:45:03.7797612Z [00:02:29.833]➜  encoding/gob
2025-08-20T21:45:03.7798076Z [00:02:29.833]➜  mkdir -p $WORK/b252/
2025-08-20T21:45:03.7799477Z [00:02:29.833]➜  cat >/tmp/go-build3243449595/b252/importcfg << 'EOF' # internal
2025-08-20T21:45:03.7800713Z [00:02:29.833]➜  # import config
2025-08-20T21:45:03.7801089Z [00:02:29.833]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:03.7801555Z [00:02:29.833]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:03.7802022Z [00:02:29.833]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:03.7802471Z [00:02:29.833]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:03.7802885Z [00:02:29.833]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:03.7803342Z [00:02:29.833]➜  packagefile internal/saferio=/tmp/go-build3243449595/b253/_pkg_.a
2025-08-20T21:45:03.7803799Z [00:02:29.833]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:03.7804209Z [00:02:29.833]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:03.7804621Z [00:02:29.833]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:03.7805046Z [00:02:29.833]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:03.7805467Z [00:02:29.833]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:03.7806217Z [00:02:29.833]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:03.7806638Z [00:02:29.833]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:03.7807072Z [00:02:29.833]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:03.7807513Z [00:02:29.833]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:03.7808177Z [00:02:29.833]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:03.7808514Z [00:02:29.833]➜  EOF
2025-08-20T21:45:03.7811054Z [00:02:29.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b252=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T21:45:03.9607972Z [00:02:30.013]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:45:03.9755725Z [00:02:30.028]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/41/419753ec348903fa422b2cf2cfdf7f68aa7d6b7fee820ea3c7032fb25c4a9766-d # internal
2025-08-20T21:45:03.9756818Z [00:02:30.028]➜  gvisor.dev/gvisor/pkg/tcpip/header/parse
2025-08-20T21:45:03.9757268Z [00:02:30.028]➜  mkdir -p $WORK/b187/
2025-08-20T21:45:03.9761927Z [00:02:30.029]➜  cat >/tmp/go-build3243449595/b187/importcfg << 'EOF' # internal
2025-08-20T21:45:03.9762347Z [00:02:30.029]➜  # import config
2025-08-20T21:45:03.9762694Z [00:02:30.029]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:03.9763198Z [00:02:30.029]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:03.9763828Z [00:02:30.029]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:03.9764443Z [00:02:30.029]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:03.9764841Z [00:02:30.029]➜  EOF
2025-08-20T21:45:03.9767777Z [00:02:30.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/parse=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/parse;$WORK/b187=>" -p gvisor.dev/gvisor/pkg/tcpip/header/parse -lang=go1.20 -complete -installsuffix shared -buildid IFEDVG27nyT0OVb5075U/IFEDVG27nyT0OVb5075U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/parse/parse.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/header/parse/parse_state_autogen.go
2025-08-20T21:45:04.0236436Z [00:02:30.076]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:45:04.0262958Z [00:02:30.079]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/f2/f2f8413f30880725cb9be5bbaeef33df46a415946f643c356068f0bd5fd96f59-d # internal
2025-08-20T21:45:04.0339181Z [00:02:30.087]➜  gvisor.dev/gvisor/pkg/tcpip/transport/internal/network
2025-08-20T21:45:04.0339896Z [00:02:30.087]➜  mkdir -p $WORK/b190/
2025-08-20T21:45:04.0350753Z [00:02:30.088]➜  cat >/tmp/go-build3243449595/b190/importcfg << 'EOF' # internal
2025-08-20T21:45:04.0351966Z [00:02:30.088]➜  # import config
2025-08-20T21:45:04.0354100Z [00:02:30.088]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.0354667Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:04.0355271Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.0355868Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.0356427Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.0356985Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.0357571Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.0358425Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.0359054Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build3243449595/b189/_pkg_.a
2025-08-20T21:45:04.0359657Z [00:02:30.088]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:04.0360037Z [00:02:30.088]➜  EOF
2025-08-20T21:45:04.0375670Z [00:02:30.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/network=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/network;$WORK/b190=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/internal/network -lang=go1.20 -complete -installsuffix shared -buildid K_qfq-1VIuhcS6dzr3Ij/K_qfq-1VIuhcS6dzr3Ij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/network/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/network/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/network/network_state_autogen.go
2025-08-20T21:45:04.1674639Z [00:02:30.220]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:45:04.1883368Z [00:02:30.241]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:45:04.1903894Z [00:02:30.243]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/4a/4a894c22d30d4aec94d6813f18d1a40152a584a955ce97d9a61c2a9cafa783fe-d # internal
2025-08-20T21:45:04.1967361Z [00:02:30.249]➜  gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop
2025-08-20T21:45:04.1967911Z [00:02:30.249]➜  mkdir -p $WORK/b191/
2025-08-20T21:45:04.1976843Z [00:02:30.250]➜  cat >/tmp/go-build3243449595/b191/importcfg << 'EOF' # internal
2025-08-20T21:45:04.1979491Z [00:02:30.250]➜  # import config
2025-08-20T21:45:04.1979934Z [00:02:30.250]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.1980443Z [00:02:30.250]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.1981012Z [00:02:30.250]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.1981603Z [00:02:30.250]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.1982569Z [00:02:30.250]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:04.1983056Z [00:02:30.250]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.1983359Z [00:02:30.250]➜  EOF
2025-08-20T21:45:04.1987053Z [00:02:30.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/noop=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/noop;$WORK/b191=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop -lang=go1.20 -complete -installsuffix shared -buildid XPTHTOs1XBK1PK_NSPpp/XPTHTOs1XBK1PK_NSPpp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/noop/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/internal/noop/noop_state_autogen.go
2025-08-20T21:45:04.2155062Z [00:02:30.268]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/24/241ff2dcef6b1ebbb254173de69d60aba4dc78d6d3f9a96b2f737ec46dfc77bd-d # internal
2025-08-20T21:45:04.2220669Z [00:02:30.275]➜  gvisor.dev/gvisor/pkg/tcpip/transport/packet
2025-08-20T21:45:04.2221344Z [00:02:30.275]➜  mkdir -p $WORK/b192/
2025-08-20T21:45:04.2232208Z [00:02:30.276]➜  cat >/tmp/go-build3243449595/b192/importcfg << 'EOF' # internal
2025-08-20T21:45:04.2235320Z [00:02:30.276]➜  # import config
2025-08-20T21:45:04.2238272Z [00:02:30.276]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.2239323Z [00:02:30.276]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.2241109Z [00:02:30.276]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.2242005Z [00:02:30.276]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.2243077Z [00:02:30.276]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.2244238Z [00:02:30.276]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.2244964Z [00:02:30.276]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.2245569Z [00:02:30.276]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:04.2246480Z [00:02:30.276]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.2247026Z [00:02:30.276]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.2247337Z [00:02:30.276]➜  EOF
2025-08-20T21:45:04.2251259Z [00:02:30.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/packet=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/packet;$WORK/b192=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/packet -lang=go1.20 -complete -installsuffix shared -buildid ur3YJMgrBc2BSPvF5jNY/ur3YJMgrBc2BSPvF5jNY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/packet/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/packet/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/packet/packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/packet/packet_state_autogen.go
2025-08-20T21:45:04.2610320Z [00:02:30.314]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:45:04.2630202Z [00:02:30.316]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/c9/c9520c09c5c996a1b1d18adc9c8cff7c4d01c6339fa94f581eeb2b94ba5adc4c-d # internal
2025-08-20T21:45:04.2634728Z [00:02:30.316]➜  gvisor.dev/gvisor/pkg/tcpip/link/channel
2025-08-20T21:45:04.2638352Z [00:02:30.317]➜  mkdir -p $WORK/b194/
2025-08-20T21:45:04.2646448Z [00:02:30.317]➜  cat >/tmp/go-build3243449595/b194/importcfg << 'EOF' # internal
2025-08-20T21:45:04.2646854Z [00:02:30.317]➜  # import config
2025-08-20T21:45:04.2647290Z [00:02:30.317]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:04.2647913Z [00:02:30.317]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.2648561Z [00:02:30.317]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.2649130Z [00:02:30.317]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.2649728Z [00:02:30.317]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.2650339Z [00:02:30.317]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.2650758Z [00:02:30.317]➜  EOF
2025-08-20T21:45:04.2653766Z [00:02:30.318]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:45:04.2660742Z [00:02:30.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/link/channel=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/link/channel;$WORK/b194=>" -p gvisor.dev/gvisor/pkg/tcpip/link/channel -lang=go1.20 -complete -installsuffix shared -buildid uFJeCzDBwAsHgOwdcs1K/uFJeCzDBwAsHgOwdcs1K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/link/channel/channel.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/link/channel/channel_state_autogen.go
2025-08-20T21:45:04.2704422Z [00:02:30.323]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d # internal
2025-08-20T21:45:04.2720144Z [00:02:30.325]➜  gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation
2025-08-20T21:45:04.2729288Z [00:02:30.325]➜  mkdir -p $WORK/b197/
2025-08-20T21:45:04.2730521Z [00:02:30.326]➜  cat >/tmp/go-build3243449595/b197/importcfg << 'EOF' # internal
2025-08-20T21:45:04.2730887Z [00:02:30.326]➜  # import config
2025-08-20T21:45:04.2731230Z [00:02:30.326]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:04.2731968Z [00:02:30.326]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.2732592Z [00:02:30.326]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.2733166Z [00:02:30.326]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build3243449595/b158/_pkg_.a
2025-08-20T21:45:04.2733725Z [00:02:30.326]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.2734284Z [00:02:30.326]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.2734864Z [00:02:30.326]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.2735458Z [00:02:30.326]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.2736273Z [00:02:30.326]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:04.2736856Z [00:02:30.326]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:04.2737433Z [00:02:30.326]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.2738112Z [00:02:30.326]➜  EOF
2025-08-20T21:45:04.2752328Z [00:02:30.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/fragmentation=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/fragmentation;$WORK/b197=>" -p gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation -lang=go1.20 -complete -installsuffix shared -buildid l5jNDbV8dbhtHmLPeYxJ/l5jNDbV8dbhtHmLPeYxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/fragmentation/fragmentation.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/fragmentation/fragmentation_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/fragmentation/reassembler.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/fragmentation/reassembler_list.go
2025-08-20T21:45:04.3003258Z [00:02:30.353]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:45:04.3175016Z [00:02:30.370]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T21:45:04.3199091Z [00:02:30.372]➜  gvisor.dev/gvisor/pkg/tcpip/network/internal/ip
2025-08-20T21:45:04.3199676Z [00:02:30.373]➜  mkdir -p $WORK/b198/
2025-08-20T21:45:04.3213739Z [00:02:30.374]➜  cat >/tmp/go-build3243449595/b198/importcfg << 'EOF' # internal
2025-08-20T21:45:04.3214174Z [00:02:30.374]➜  # import config
2025-08-20T21:45:04.3214546Z [00:02:30.374]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:04.3215137Z [00:02:30.374]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.3215788Z [00:02:30.374]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.3216496Z [00:02:30.374]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.3217239Z [00:02:30.374]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.3218087Z [00:02:30.374]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.3218880Z [00:02:30.374]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.3219511Z [00:02:30.374]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.3220077Z [00:02:30.374]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:04.3220647Z [00:02:30.374]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.3221116Z [00:02:30.374]➜  EOF
2025-08-20T21:45:04.3225823Z [00:02:30.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/ip=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/ip;$WORK/b198=>" -p gvisor.dev/gvisor/pkg/tcpip/network/internal/ip -lang=go1.20 -complete -installsuffix shared -buildid U8RkKVsAlYUg0fo91NhA/U8RkKVsAlYUg0fo91NhA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/ip/duplicate_address_detection.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/ip/errors.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/ip/ip_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/ip/stats.go
2025-08-20T21:45:04.3326603Z [00:02:30.385]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:45:04.3347190Z [00:02:30.387]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/d9/d93b18da46dd9a6dcbd4d70aef9074ff69ffff29e5bf07e66be9b6c087b231af-d # internal
2025-08-20T21:45:04.3354027Z [00:02:30.388]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:45:04.3377401Z [00:02:30.390]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/57/579f00e434975ab9c59dc86a4d1bb98aed2ba05cb502e95b66a88f044f5edf36-d # internal
2025-08-20T21:45:04.3379773Z [00:02:30.391]➜  gvisor.dev/gvisor/pkg/tcpip/transport/raw
2025-08-20T21:45:04.3380167Z [00:02:30.391]➜  mkdir -p $WORK/b188/
2025-08-20T21:45:04.3383785Z [00:02:30.391]➜  cat >/tmp/go-build3243449595/b188/importcfg << 'EOF' # internal
2025-08-20T21:45:04.3390184Z [00:02:30.391]➜  # import config
2025-08-20T21:45:04.3391397Z [00:02:30.391]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.3393270Z [00:02:30.391]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.3393907Z [00:02:30.391]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.3394479Z [00:02:30.391]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.3395053Z [00:02:30.391]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.3395677Z [00:02:30.391]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:04.3396322Z [00:02:30.391]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.3396932Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.3397558Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build3243449595/b189/_pkg_.a
2025-08-20T21:45:04.3398481Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build3243449595/b190/_pkg_.a
2025-08-20T21:45:04.3399258Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop=/tmp/go-build3243449595/b191/_pkg_.a
2025-08-20T21:45:04.3399985Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/packet=/tmp/go-build3243449595/b192/_pkg_.a
2025-08-20T21:45:04.3400624Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:04.3401102Z [00:02:30.392]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.3401514Z [00:02:30.392]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.3401821Z [00:02:30.392]➜  EOF
2025-08-20T21:45:04.3406251Z [00:02:30.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/raw=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/raw;$WORK/b188=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/raw -lang=go1.20 -complete -installsuffix shared -buildid MsJJeHu2n0GMqRcFNHIL/MsJJeHu2n0GMqRcFNHIL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/raw/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/raw/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/raw/protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/raw/raw_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/raw/raw_state_autogen.go
2025-08-20T21:45:04.3410267Z [00:02:30.392]➜  gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast
2025-08-20T21:45:04.3410622Z [00:02:30.392]➜  mkdir -p $WORK/b199/
2025-08-20T21:45:04.3410999Z [00:02:30.392]➜  cat >/tmp/go-build3243449595/b199/importcfg << 'EOF' # internal
2025-08-20T21:45:04.3411345Z [00:02:30.392]➜  # import config
2025-08-20T21:45:04.3411682Z [00:02:30.392]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:04.3412097Z [00:02:30.392]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.3412590Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.3413492Z [00:02:30.392]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.3414003Z [00:02:30.392]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:04.3414417Z [00:02:30.392]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.3414726Z [00:02:30.392]➜  EOF
2025-08-20T21:45:04.3417921Z [00:02:30.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/multicast=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/multicast;$WORK/b199=>" -p gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast -lang=go1.20 -complete -installsuffix shared -buildid MzrjG_MeOjd28LyBt7N_/MzrjG_MeOjd28LyBt7N_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/multicast/multicast_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/internal/multicast/route_table.go
2025-08-20T21:45:04.3467601Z [00:02:30.399]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:45:04.3499334Z [00:02:30.403]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/93/935da4a7c6af7ce4cced7fc63699117fcd8411584a28f140183e621582410b2c-d # internal
2025-08-20T21:45:04.3507928Z [00:02:30.403]➜  crypto/tls
2025-08-20T21:45:04.3514509Z [00:02:30.404]➜  mkdir -p $WORK/b208/
2025-08-20T21:45:04.3522333Z [00:02:30.405]➜  cat >/tmp/go-build3243449595/b208/importcfg << 'EOF' # internal
2025-08-20T21:45:04.3528669Z [00:02:30.405]➜  # import config
2025-08-20T21:45:04.3530532Z [00:02:30.405]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:45:04.3531213Z [00:02:30.405]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:45:04.3531767Z [00:02:30.405]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:04.3532222Z [00:02:30.405]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:04.3532677Z [00:02:30.405]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:04.3533102Z [00:02:30.405]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:04.3533541Z [00:02:30.405]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:04.3534366Z [00:02:30.405]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:04.3534917Z [00:02:30.405]➜  packagefile crypto/des=/tmp/go-build3243449595/b210/_pkg_.a
2025-08-20T21:45:04.3535371Z [00:02:30.405]➜  packagefile crypto/ecdh=/tmp/go-build3243449595/b211/_pkg_.a
2025-08-20T21:45:04.3535830Z [00:02:30.405]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:04.3536298Z [00:02:30.405]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:04.3536794Z [00:02:30.405]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:04.3537265Z [00:02:30.405]➜  packagefile crypto/hkdf=/tmp/go-build3243449595/b231/_pkg_.a
2025-08-20T21:45:04.3537950Z [00:02:30.405]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:04.3538564Z [00:02:30.405]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:04.3539133Z [00:02:30.405]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3243449595/b111/_pkg_.a
2025-08-20T21:45:04.3539726Z [00:02:30.405]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3243449595/b127/_pkg_.a
2025-08-20T21:45:04.3540318Z [00:02:30.405]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3243449595/b234/_pkg_.a
2025-08-20T21:45:04.3540944Z [00:02:30.405]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3243449595/b235/_pkg_.a
2025-08-20T21:45:04.3541848Z [00:02:30.405]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3243449595/b236/_pkg_.a
2025-08-20T21:45:04.3542403Z [00:02:30.405]➜  packagefile crypto/internal/hpke=/tmp/go-build3243449595/b237/_pkg_.a
2025-08-20T21:45:04.3542997Z [00:02:30.405]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:04.3543456Z [00:02:30.405]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:04.3543911Z [00:02:30.405]➜  packagefile crypto/rc4=/tmp/go-build3243449595/b242/_pkg_.a
2025-08-20T21:45:04.3544370Z [00:02:30.405]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:04.3544828Z [00:02:30.405]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:04.3545293Z [00:02:30.405]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:04.3545760Z [00:02:30.405]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:04.3546232Z [00:02:30.405]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:04.3546779Z [00:02:30.405]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3243449595/b245/_pkg_.a
2025-08-20T21:45:04.3547295Z [00:02:30.405]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:04.3554323Z [00:02:30.405]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:04.3554943Z [00:02:30.405]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:04.3555361Z [00:02:30.405]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.3555940Z [00:02:30.405]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3243449595/b238/_pkg_.a
2025-08-20T21:45:04.3556600Z [00:02:30.405]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3243449595/b225/_pkg_.a
2025-08-20T21:45:04.3557120Z [00:02:30.405]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:04.3557579Z [00:02:30.405]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:04.3558265Z [00:02:30.405]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:45:04.3558745Z [00:02:30.405]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:04.3559189Z [00:02:30.405]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.3559589Z [00:02:30.405]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:04.3559988Z [00:02:30.405]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:04.3560677Z [00:02:30.405]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:04.3561173Z [00:02:30.405]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:04.3561589Z [00:02:30.405]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:04.3562006Z [00:02:30.405]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:04.3562438Z [00:02:30.405]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:04.3562865Z [00:02:30.405]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:04.3563295Z [00:02:30.405]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:04.3563726Z [00:02:30.405]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.3564130Z [00:02:30.405]➜  packagefile weak=/tmp/go-build3243449595/b080/_pkg_.a
2025-08-20T21:45:04.3564439Z [00:02:30.405]➜  EOF
2025-08-20T21:45:04.3568903Z [00:02:30.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b208=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid Xb-TceZ4SSxyyq_mECn9/Xb-TceZ4SSxyyq_mECn9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T21:45:04.4016081Z [00:02:30.453]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:45:04.4016789Z [00:02:30.453]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:45:04.4028356Z [00:02:30.455]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/36/36ac3290d2c36f27b1e0cb76d399b3e67c67ed50c1818c02ebc84042eb4053be-d # internal
2025-08-20T21:45:04.4035633Z [00:02:30.456]➜  github.com/pion/dtls/v2/internal/util
2025-08-20T21:45:04.4036022Z [00:02:30.456]➜  mkdir -p $WORK/b257/
2025-08-20T21:45:04.4041981Z [00:02:30.457]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/07/07aee7e7a11912564d225eefdc8678dc4c5dcc33dd6087054aff30b5eae7780c-d # internal
2025-08-20T21:45:04.4042686Z [00:02:30.457]➜  cat >/tmp/go-build3243449595/b257/importcfg << 'EOF' # internal
2025-08-20T21:45:04.4045070Z [00:02:30.457]➜  # import config
2025-08-20T21:45:04.4045517Z [00:02:30.457]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:04.4045870Z [00:02:30.457]➜  EOF
2025-08-20T21:45:04.4060752Z [00:02:30.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/util=>github.com/pion/dtls/v2@v2.2.10/internal/util;$WORK/b257=>" -p github.com/pion/dtls/v2/internal/util -lang=go1.13 -complete -installsuffix shared -buildid h9qqiD2BeQIxX77GbB2R/h9qqiD2BeQIxX77GbB2R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/util/util.go
2025-08-20T21:45:04.4062749Z [00:02:30.457]➜  gvisor.dev/gvisor/pkg/tcpip/network/ipv4
2025-08-20T21:45:04.4063101Z [00:02:30.457]➜  mkdir -p $WORK/b195/
2025-08-20T21:45:04.4063473Z [00:02:30.458]➜  cat >/tmp/go-build3243449595/b195/importcfg << 'EOF' # internal
2025-08-20T21:45:04.4063820Z [00:02:30.458]➜  # import config
2025-08-20T21:45:04.4064499Z [00:02:30.458]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.4065106Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:04.4065708Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.4066285Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.4066857Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.4067417Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.4068246Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:04.4068903Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.4069552Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build3243449595/b187/_pkg_.a
2025-08-20T21:45:04.4070210Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/hash=/tmp/go-build3243449595/b196/_pkg_.a
2025-08-20T21:45:04.4070957Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation=/tmp/go-build3243449595/b197/_pkg_.a
2025-08-20T21:45:04.4071726Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/ip=/tmp/go-build3243449595/b198/_pkg_.a
2025-08-20T21:45:04.4072817Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast=/tmp/go-build3243449595/b199/_pkg_.a
2025-08-20T21:45:04.4073505Z [00:02:30.458]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.4074005Z [00:02:30.458]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:04.4074422Z [00:02:30.458]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:04.4074835Z [00:02:30.458]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.4075152Z [00:02:30.458]➜  EOF
2025-08-20T21:45:04.4079163Z [00:02:30.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv4=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv4;$WORK/b195=>" -p gvisor.dev/gvisor/pkg/tcpip/network/ipv4 -lang=go1.20 -complete -installsuffix shared -buildid iU5B0uC0IBseTOPiwGED/iU5B0uC0IBseTOPiwGED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv4/icmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv4/igmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv4/ipv4.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv4/ipv4_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv4/stats.go
2025-08-20T21:45:04.4202927Z [00:02:30.473]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:45:04.4206552Z [00:02:30.473]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/c3/c307f1a64686c2e1abded97f6241929e015af6ede46d82b66f7fcfb62c765a74-d # internal
2025-08-20T21:45:04.4223600Z [00:02:30.475]➜  gvisor.dev/gvisor/pkg/tcpip/network/ipv6
2025-08-20T21:45:04.4224865Z [00:02:30.475]➜  mkdir -p $WORK/b200/
2025-08-20T21:45:04.4233622Z [00:02:30.476]➜  cat >/tmp/go-build3243449595/b200/importcfg << 'EOF' # internal
2025-08-20T21:45:04.4239480Z [00:02:30.476]➜  # import config
2025-08-20T21:45:04.4241305Z [00:02:30.476]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:04.4241806Z [00:02:30.476]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.4242341Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:04.4243303Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.4243992Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.4244556Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.4245117Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.4245726Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.4246375Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build3243449595/b187/_pkg_.a
2025-08-20T21:45:04.4247034Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/hash=/tmp/go-build3243449595/b196/_pkg_.a
2025-08-20T21:45:04.4248070Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation=/tmp/go-build3243449595/b197/_pkg_.a
2025-08-20T21:45:04.4248915Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/ip=/tmp/go-build3243449595/b198/_pkg_.a
2025-08-20T21:45:04.4249666Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast=/tmp/go-build3243449595/b199/_pkg_.a
2025-08-20T21:45:04.4250357Z [00:02:30.476]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.4251178Z [00:02:30.476]➜  packagefile hash/fnv=/tmp/go-build3243449595/b201/_pkg_.a
2025-08-20T21:45:04.4251625Z [00:02:30.476]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:04.4252041Z [00:02:30.477]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:04.4252463Z [00:02:30.477]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:04.4252881Z [00:02:30.477]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:04.4253306Z [00:02:30.477]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.4253615Z [00:02:30.477]➜  EOF
2025-08-20T21:45:04.4269803Z [00:02:30.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6;$WORK/b200=>" -p gvisor.dev/gvisor/pkg/tcpip/network/ipv6 -lang=go1.20 -complete -installsuffix shared -buildid r5Se8gQh9qqFL05FNoNp/r5Se8gQh9qqFL05FNoNp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6/dhcpv6configurationfromndpra_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6/icmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6/ipv6.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6/ipv6_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6/mld.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6/ndp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/network/ipv6/stats.go
2025-08-20T21:45:04.4539663Z [00:02:30.507]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:45:04.4569674Z [00:02:30.510]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/d1/d14481b384d0fd283065459df3a6fc908eba3550a0e6e4620d1be0f739041159-d # internal
2025-08-20T21:45:04.4645980Z [00:02:30.517]➜  gvisor.dev/gvisor/pkg/tcpip/transport/tcp
2025-08-20T21:45:04.4647663Z [00:02:30.517]➜  mkdir -p $WORK/b183/
2025-08-20T21:45:04.4663534Z [00:02:30.519]➜  cat >/tmp/go-build3243449595/b183/importcfg << 'EOF' # internal
2025-08-20T21:45:04.4663977Z [00:02:30.519]➜  # import config
2025-08-20T21:45:04.4664353Z [00:02:30.519]➜  packagefile container/heap=/tmp/go-build3243449595/b184/_pkg_.a
2025-08-20T21:45:04.4666158Z [00:02:30.519]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:04.4666718Z [00:02:30.519]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:04.4667198Z [00:02:30.519]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:04.4667648Z [00:02:30.519]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.4668419Z [00:02:30.519]➜  packagefile github.com/google/btree=/tmp/go-build3243449595/b178/_pkg_.a
2025-08-20T21:45:04.4669027Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:04.4669624Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.4670188Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build3243449595/b166/_pkg_.a
2025-08-20T21:45:04.4670758Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/sleep=/tmp/go-build3243449595/b186/_pkg_.a
2025-08-20T21:45:04.4671321Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.4671905Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.4672468Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.4673367Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:04.4674021Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/hash/jenkins=/tmp/go-build3243449595/b175/_pkg_.a
2025-08-20T21:45:04.4674658Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.4675294Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build3243449595/b187/_pkg_.a
2025-08-20T21:45:04.4675960Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/internal/tcp=/tmp/go-build3243449595/b180/_pkg_.a
2025-08-20T21:45:04.4676591Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build3243449595/b181/_pkg_.a
2025-08-20T21:45:04.4677204Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build3243449595/b179/_pkg_.a
2025-08-20T21:45:04.4677946Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.4678670Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build3243449595/b188/_pkg_.a
2025-08-20T21:45:04.4679291Z [00:02:30.519]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:04.4679776Z [00:02:30.519]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:04.4680181Z [00:02:30.519]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.4680584Z [00:02:30.519]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:04.4681025Z [00:02:30.519]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:04.4681462Z [00:02:30.519]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:04.4681893Z [00:02:30.519]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:04.4682311Z [00:02:30.519]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:04.4682733Z [00:02:30.519]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:04.4683219Z [00:02:30.519]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.4683529Z [00:02:30.519]➜  EOF
2025-08-20T21:45:04.4697789Z [00:02:30.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp;$WORK/b183=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/tcp -lang=go1.20 -complete -installsuffix shared -buildid xgmUm0Qbk0dCzUBiaI7A/xgmUm0Qbk0dCzUBiaI7A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/accept.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/connect.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/connect_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/cubic.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/dispatcher.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/forwarder.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/rack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/rcv.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/reno.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/reno_recovery.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/sack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/sack_recovery.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/sack_scoreboard.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/segment.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/segment_heap.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/segment_queue.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/segment_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/segment_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/snd.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/tcp_endpoint_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/tcp_segment_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/tcp_segment_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/tcp_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/tcp_unsafe_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/tcp/timer.go
2025-08-20T21:45:04.7488469Z [00:02:30.801]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:45:04.7663085Z [00:02:30.819]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/82/82c8406f8eb0a0615b48e198b0cf3354fbcab7defcb1d0a62957fe9ac95acbb0-d # internal
2025-08-20T21:45:04.7719681Z [00:02:30.825]➜  gvisor.dev/gvisor/pkg/tcpip/transport/udp
2025-08-20T21:45:04.7721338Z [00:02:30.825]➜  mkdir -p $WORK/b193/
2025-08-20T21:45:04.7727492Z [00:02:30.825]➜  cat >/tmp/go-build3243449595/b193/importcfg << 'EOF' # internal
2025-08-20T21:45:04.7728151Z [00:02:30.825]➜  # import config
2025-08-20T21:45:04.7728552Z [00:02:30.825]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:04.7729116Z [00:02:30.825]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.7729717Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.7730829Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.7731643Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.7732307Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.7733038Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:04.7733850Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.7734596Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build3243449595/b187/_pkg_.a
2025-08-20T21:45:04.7735351Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build3243449595/b181/_pkg_.a
2025-08-20T21:45:04.7736098Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.7736832Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build3243449595/b189/_pkg_.a
2025-08-20T21:45:04.7737658Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build3243449595/b190/_pkg_.a
2025-08-20T21:45:04.7743879Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build3243449595/b188/_pkg_.a
2025-08-20T21:45:04.7744838Z [00:02:30.825]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:04.7745326Z [00:02:30.825]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.7745737Z [00:02:30.825]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:04.7746148Z [00:02:30.825]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.7746456Z [00:02:30.825]➜  EOF
2025-08-20T21:45:04.7751014Z [00:02:30.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp;$WORK/b193=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/udp -lang=go1.20 -complete -installsuffix shared -buildid DDg6fIHm0ggudUwNB8A4/DDg6fIHm0ggudUwNB8A4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp/forwarder.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp/protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp/udp_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/udp/udp_state_autogen.go
2025-08-20T21:45:04.9340901Z [00:02:30.987]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:45:04.9526745Z [00:02:31.005]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/a9/a9e79f03bc9c1810823abebd075950690a21ce717013718f4607bdd541868db9-d # internal
2025-08-20T21:45:04.9601881Z [00:02:31.013]➜  gvisor.dev/gvisor/pkg/tcpip/transport/icmp
2025-08-20T21:45:04.9603906Z [00:02:31.013]➜  mkdir -p $WORK/b202/
2025-08-20T21:45:04.9604370Z [00:02:31.013]➜  cat >/tmp/go-build3243449595/b202/importcfg << 'EOF' # internal
2025-08-20T21:45:04.9604726Z [00:02:31.013]➜  # import config
2025-08-20T21:45:04.9605069Z [00:02:31.013]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:04.9605570Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:04.9606141Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:04.9607119Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:04.9607923Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:04.9608603Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:04.9609231Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:04.9609860Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build3243449595/b181/_pkg_.a
2025-08-20T21:45:04.9610471Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:04.9611098Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build3243449595/b189/_pkg_.a
2025-08-20T21:45:04.9611818Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build3243449595/b190/_pkg_.a
2025-08-20T21:45:04.9612560Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build3243449595/b188/_pkg_.a
2025-08-20T21:45:04.9613184Z [00:02:31.013]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:04.9613667Z [00:02:31.013]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:04.9614084Z [00:02:31.013]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:04.9614680Z [00:02:31.013]➜  EOF
2025-08-20T21:45:04.9618885Z [00:02:31.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/icmp=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/icmp;$WORK/b202=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/icmp -lang=go1.20 -complete -installsuffix shared -buildid R18iLOiMLIuq6lou76U3/R18iLOiMLIuq6lou76U3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/icmp/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/icmp/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/icmp/icmp_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/icmp/icmp_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/transport/icmp/protocol.go
2025-08-20T21:45:05.0062185Z [00:02:31.059]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:45:05.0103972Z [00:02:31.063]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/d9/d9ec9e9449a1a1da2c47e1c4173c928518609cae7d6736ffd2a8c5924c82872b-d # internal
2025-08-20T21:45:05.0104679Z [00:02:31.063]➜  github.com/pion/dtls/v2/pkg/crypto/ccm
2025-08-20T21:45:05.0105006Z [00:02:31.063]➜  mkdir -p $WORK/b258/
2025-08-20T21:45:05.0155748Z [00:02:31.068]➜  cat >/tmp/go-build3243449595/b258/importcfg << 'EOF' # internal
2025-08-20T21:45:05.0160558Z [00:02:31.068]➜  # import config
2025-08-20T21:45:05.0163164Z [00:02:31.068]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:05.0163659Z [00:02:31.068]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:05.0164143Z [00:02:31.068]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.0164629Z [00:02:31.068]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.0165047Z [00:02:31.068]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:05.0165357Z [00:02:31.068]➜  EOF
2025-08-20T21:45:05.0167800Z [00:02:31.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ccm=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ccm;$WORK/b258=>" -p github.com/pion/dtls/v2/pkg/crypto/ccm -lang=go1.13 -complete -installsuffix shared -buildid VMgmsaKdUD7TPz7KON0y/VMgmsaKdUD7TPz7KON0y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ccm/ccm.go
2025-08-20T21:45:05.0745665Z [00:02:31.127]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:45:05.0748362Z [00:02:31.128]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/fb/fbebf11fc3b227e6fef1858683f16fc6547c9a4dab5a74ece6b9a49eac9d4c89-d # internal
2025-08-20T21:45:05.0749038Z [00:02:31.128]➜  golang.org/x/crypto/curve25519
2025-08-20T21:45:05.0749355Z [00:02:31.128]➜  mkdir -p $WORK/b261/
2025-08-20T21:45:05.0750359Z [00:02:31.128]➜  cat >/tmp/go-build3243449595/b261/importcfg << 'EOF' # internal
2025-08-20T21:45:05.0750731Z [00:02:31.128]➜  # import config
2025-08-20T21:45:05.0751095Z [00:02:31.128]➜  packagefile crypto/ecdh=/tmp/go-build3243449595/b211/_pkg_.a
2025-08-20T21:45:05.0751430Z [00:02:31.128]➜  EOF
2025-08-20T21:45:05.0753423Z [00:02:31.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/curve25519=>golang.org/x/crypto@v0.37.0/curve25519;$WORK/b261=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid ZlXwcpAI40t_3Ot5msrX/ZlXwcpAI40t_3Ot5msrX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/curve25519/curve25519.go
2025-08-20T21:45:05.1295576Z [00:02:31.182]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:45:05.1300010Z [00:02:31.183]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/34/34d7ca23b916c77851460b3be05652accff961857417a000a675355c2a938d4e-d # internal
2025-08-20T21:45:05.1302294Z [00:02:31.183]➜  github.com/pion/dtls/v2/pkg/crypto/elliptic
2025-08-20T21:45:05.1303232Z [00:02:31.183]➜  mkdir -p $WORK/b260/
2025-08-20T21:45:05.1307242Z [00:02:31.183]➜  cat >/tmp/go-build3243449595/b260/importcfg << 'EOF' # internal
2025-08-20T21:45:05.1307771Z [00:02:31.183]➜  # import config
2025-08-20T21:45:05.1308219Z [00:02:31.183]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:05.1308702Z [00:02:31.183]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:05.1309141Z [00:02:31.183]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.1309557Z [00:02:31.184]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.1310122Z [00:02:31.184]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3243449595/b261/_pkg_.a
2025-08-20T21:45:05.1310515Z [00:02:31.184]➜  EOF
2025-08-20T21:45:05.1312787Z [00:02:31.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/elliptic=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/elliptic;$WORK/b260=>" -p github.com/pion/dtls/v2/pkg/crypto/elliptic -lang=go1.13 -complete -installsuffix shared -buildid 0tN7TgYrcpeGyw8kyO2D/0tN7TgYrcpeGyw8kyO2D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/elliptic/elliptic.go
2025-08-20T21:45:05.1774295Z [00:02:31.230]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:45:05.1789997Z [00:02:31.231]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/78/78692f29b6c7907641279710f0716c5ac58e77675e31197b4b8e5c6f0e3ebbce-d # internal
2025-08-20T21:45:05.1790713Z [00:02:31.231]➜  github.com/pion/dtls/v2/pkg/protocol
2025-08-20T21:45:05.1791029Z [00:02:31.231]➜  mkdir -p $WORK/b262/
2025-08-20T21:45:05.1800591Z [00:02:31.233]➜  cat >/tmp/go-build3243449595/b262/importcfg << 'EOF' # internal
2025-08-20T21:45:05.1801150Z [00:02:31.233]➜  # import config
2025-08-20T21:45:05.1801644Z [00:02:31.233]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.1802207Z [00:02:31.233]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.1803167Z [00:02:31.233]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.1803677Z [00:02:31.233]➜  EOF
2025-08-20T21:45:05.1815994Z [00:02:31.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol=>github.com/pion/dtls/v2@v2.2.10/pkg/protocol;$WORK/b262=>" -p github.com/pion/dtls/v2/pkg/protocol -lang=go1.13 -complete -installsuffix shared -buildid GBWL5rzEmnMbrMCiQzwA/GBWL5rzEmnMbrMCiQzwA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/application_data.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/change_cipher_spec.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/content.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/version.go
2025-08-20T21:45:05.2110176Z [00:02:31.264]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:45:05.2179590Z [00:02:31.271]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/ab/abf6800a9bdb629d40dac1c36d12d7aa3f7cea2349ee08facf87c6b3de14568e-d # internal
2025-08-20T21:45:05.2203775Z [00:02:31.273]➜  github.com/pion/dtls/v2/pkg/crypto/hash
2025-08-20T21:45:05.2205932Z [00:02:31.273]➜  mkdir -p $WORK/b267/
2025-08-20T21:45:05.2206363Z [00:02:31.273]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:45:05.2209057Z [00:02:31.273]➜  cat >/tmp/go-build3243449595/b267/importcfg << 'EOF' # internal
2025-08-20T21:45:05.2209434Z [00:02:31.273]➜  # import config
2025-08-20T21:45:05.2209783Z [00:02:31.273]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:05.2210229Z [00:02:31.273]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:05.2210685Z [00:02:31.273]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:05.2211172Z [00:02:31.273]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:05.2218446Z [00:02:31.273]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:05.2218791Z [00:02:31.273]➜  EOF
2025-08-20T21:45:05.2220753Z [00:02:31.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/hash=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/hash;$WORK/b267=>" -p github.com/pion/dtls/v2/pkg/crypto/hash -lang=go1.13 -complete -installsuffix shared -buildid cbw6LXxFEAgTxwuoeYEN/cbw6LXxFEAgTxwuoeYEN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/hash/hash.go
2025-08-20T21:45:05.2222837Z [00:02:31.274]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/e7/e793285355bb7516a0049d3ee50ed4a744bd50700fb3b0ba05cbacf5de9fb20d-d # internal
2025-08-20T21:45:05.2223427Z [00:02:31.274]➜  github.com/pion/dtls/v2/pkg/crypto/prf
2025-08-20T21:45:05.2243285Z [00:02:31.277]➜  mkdir -p $WORK/b259/
2025-08-20T21:45:05.2247849Z [00:02:31.277]➜  cat >/tmp/go-build3243449595/b259/importcfg << 'EOF' # internal
2025-08-20T21:45:05.2248275Z [00:02:31.277]➜  # import config
2025-08-20T21:45:05.2248660Z [00:02:31.277]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:05.2249144Z [00:02:31.277]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:05.2249657Z [00:02:31.277]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.2250111Z [00:02:31.277]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.2250529Z [00:02:31.277]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.2251092Z [00:02:31.277]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build3243449595/b260/_pkg_.a
2025-08-20T21:45:05.2251753Z [00:02:31.277]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.2252699Z [00:02:31.277]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3243449595/b261/_pkg_.a
2025-08-20T21:45:05.2253286Z [00:02:31.277]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:05.2253697Z [00:02:31.277]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:05.2254007Z [00:02:31.277]➜  EOF
2025-08-20T21:45:05.2255926Z [00:02:31.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/prf=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/prf;$WORK/b259=>" -p github.com/pion/dtls/v2/pkg/crypto/prf -lang=go1.13 -complete -installsuffix shared -buildid EyOEvZiZp7aEfHpBtYoK/EyOEvZiZp7aEfHpBtYoK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/prf/prf.go
2025-08-20T21:45:05.2503349Z [00:02:31.303]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:45:05.2515976Z [00:02:31.303]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/4b/4ba7098581f01af7895a74e934365e57ac5fee15444980001f1cc51d3514fea6-d # internal
2025-08-20T21:45:05.2516622Z [00:02:31.304]➜  github.com/pion/dtls/v2/pkg/protocol/alert
2025-08-20T21:45:05.2516951Z [00:02:31.304]➜  mkdir -p $WORK/b264/
2025-08-20T21:45:05.2517329Z [00:02:31.304]➜  cat >/tmp/go-build3243449595/b264/importcfg << 'EOF' # internal
2025-08-20T21:45:05.2518267Z [00:02:31.304]➜  # import config
2025-08-20T21:45:05.2518616Z [00:02:31.304]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.2519034Z [00:02:31.304]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.2519565Z [00:02:31.304]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.2519977Z [00:02:31.304]➜  EOF
2025-08-20T21:45:05.2521998Z [00:02:31.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/alert=>github.com/pion/dtls/v2@v2.2.10/pkg/protocol/alert;$WORK/b264=>" -p github.com/pion/dtls/v2/pkg/protocol/alert -lang=go1.13 -complete -installsuffix shared -buildid twySJyJ0fNki3QuFDyPh/twySJyJ0fNki3QuFDyPh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/alert/alert.go
2025-08-20T21:45:05.2759883Z [00:02:31.328]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:45:05.2771745Z [00:02:31.329]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/c0/c0b9eae6b57a3c2c89df33af1a0a2bd4d7265e49409dd90675d9796b70cc44de-d # internal
2025-08-20T21:45:05.2775170Z [00:02:31.329]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:45:05.2775526Z [00:02:31.330]➜  mkdir -p $WORK/b271/
2025-08-20T21:45:05.2775927Z [00:02:31.330]➜  cat >/tmp/go-build3243449595/b271/importcfg << 'EOF' # internal
2025-08-20T21:45:05.2776279Z [00:02:31.330]➜  # import config
2025-08-20T21:45:05.2776685Z [00:02:31.330]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:05.2777145Z [00:02:31.330]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.2777568Z [00:02:31.330]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.2778243Z [00:02:31.330]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3243449595/b272/_pkg_.a
2025-08-20T21:45:05.2778807Z [00:02:31.330]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:05.2779238Z [00:02:31.330]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:05.2779660Z [00:02:31.330]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.2779968Z [00:02:31.330]➜  EOF
2025-08-20T21:45:05.2782632Z [00:02:31.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte=>golang.org/x/crypto@v0.37.0/cryptobyte;$WORK/b271=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid 1DyG6ycjC-qnhqm8qlGG/1DyG6ycjC-qnhqm8qlGG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/cryptobyte/string.go
2025-08-20T21:45:05.2908848Z [00:02:31.343]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:45:05.2919512Z [00:02:31.343]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/7d/7db644af1111a0709f23b6eb72d53fd5180b80cf33ff52457a3dbfb33d924729-d # internal
2025-08-20T21:45:05.2920137Z [00:02:31.343]➜  github.com/pion/dtls/v2/internal/closer
2025-08-20T21:45:05.2920453Z [00:02:31.343]➜  mkdir -p $WORK/b273/
2025-08-20T21:45:05.2920828Z [00:02:31.343]➜  cat >/tmp/go-build3243449595/b273/importcfg << 'EOF' # internal
2025-08-20T21:45:05.2921177Z [00:02:31.343]➜  # import config
2025-08-20T21:45:05.2921545Z [00:02:31.343]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.2921873Z [00:02:31.343]➜  EOF
2025-08-20T21:45:05.2923819Z [00:02:31.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/closer=>github.com/pion/dtls/v2@v2.2.10/internal/closer;$WORK/b273=>" -p github.com/pion/dtls/v2/internal/closer -lang=go1.13 -complete -installsuffix shared -buildid dJSliXVgwMAwd2YfQjvX/dJSliXVgwMAwd2YfQjvX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/closer/closer.go
2025-08-20T21:45:05.3195814Z [00:02:31.372]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:45:05.3199516Z [00:02:31.373]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/e1/e14e820e645bec3de30d77a31b37cf20eb6b655270a59ec27d2b1a3edca97b28-d # internal
2025-08-20T21:45:05.3206470Z [00:02:31.373]➜  github.com/pion/logging
2025-08-20T21:45:05.3206826Z [00:02:31.373]➜  mkdir -p $WORK/b274/
2025-08-20T21:45:05.3211073Z [00:02:31.374]➜  cat >/tmp/go-build3243449595/b274/importcfg << 'EOF' # internal
2025-08-20T21:45:05.3211641Z [00:02:31.374]➜  # import config
2025-08-20T21:45:05.3212109Z [00:02:31.374]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.3212666Z [00:02:31.374]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.3213116Z [00:02:31.374]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:05.3230793Z [00:02:31.374]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:05.3231421Z [00:02:31.374]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.3232010Z [00:02:31.374]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.3232589Z [00:02:31.374]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:05.3233056Z [00:02:31.374]➜  EOF
2025-08-20T21:45:05.3235072Z [00:02:31.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/logging@v0.2.2=>github.com/pion/logging@v0.2.2;$WORK/b274=>" -p github.com/pion/logging -lang=go1.12 -complete -installsuffix shared -buildid nPSgovi67_k6EzjqaNNL/nPSgovi67_k6EzjqaNNL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/github.com/pion/logging@v0.2.2/logger.go /root/go/pkg/mod/github.com/pion/logging@v0.2.2/scoped.go
2025-08-20T21:45:05.3755928Z [00:02:31.428]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:45:05.3756727Z [00:02:31.428]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/78/78c579e21539919ff25aec4566ef6e0c67d4c22cf7ba56bcd4fdc9821bfbd905-d # internal
2025-08-20T21:45:05.3757548Z [00:02:31.428]➜  github.com/pion/transport/v2/connctx
2025-08-20T21:45:05.3758415Z [00:02:31.428]➜  mkdir -p $WORK/b275/
2025-08-20T21:45:05.3758890Z [00:02:31.428]➜  cat >/tmp/go-build3243449595/b275/importcfg << 'EOF' # internal
2025-08-20T21:45:05.3759641Z [00:02:31.428]➜  # import config
2025-08-20T21:45:05.3760069Z [00:02:31.428]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.3760500Z [00:02:31.428]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.3760931Z [00:02:31.428]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.3761340Z [00:02:31.428]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.3761770Z [00:02:31.428]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.3762206Z [00:02:31.428]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:05.3762639Z [00:02:31.428]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.3762949Z [00:02:31.428]➜  EOF
2025-08-20T21:45:05.3765176Z [00:02:31.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/connctx=>github.com/pion/transport/v2@v2.2.4/connctx;$WORK/b275=>" -p github.com/pion/transport/v2/connctx -lang=go1.12 -complete -installsuffix shared -buildid B2bHLeQi5BEe1GyYHCYV/B2bHLeQi5BEe1GyYHCYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/connctx/connctx.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/connctx/pipe.go
2025-08-20T21:45:05.3924460Z [00:02:31.445]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:45:05.3960232Z [00:02:31.449]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:45:05.3984028Z [00:02:31.450]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/c8/c835701547954bb3126cce99370f8a027380d6a99ec131519e7d4874b490550b-d # internal
2025-08-20T21:45:05.3989244Z [00:02:31.451]➜  github.com/pion/transport/v2/deadline
2025-08-20T21:45:05.3989587Z [00:02:31.451]➜  mkdir -p $WORK/b276/
2025-08-20T21:45:05.3989969Z [00:02:31.451]➜  cat >/tmp/go-build3243449595/b276/importcfg << 'EOF' # internal
2025-08-20T21:45:05.3990352Z [00:02:31.451]➜  # import config
2025-08-20T21:45:05.3990701Z [00:02:31.451]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.3991129Z [00:02:31.451]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.3991538Z [00:02:31.451]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.3991849Z [00:02:31.451]➜  EOF
2025-08-20T21:45:05.3993741Z [00:02:31.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/deadline=>github.com/pion/transport/v2@v2.2.4/deadline;$WORK/b276=>" -p github.com/pion/transport/v2/deadline -lang=go1.12 -complete -installsuffix shared -buildid y5BlUOi-cVXs2Rq622vA/y5BlUOi-cVXs2Rq622vA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/deadline/deadline.go
2025-08-20T21:45:05.4152033Z [00:02:31.467]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/ca/cacd96c892a919a695fcdff43434097d86ca0e6d13a8bdd1bde2db4a769a7132-d # internal
2025-08-20T21:45:05.4164470Z [00:02:31.469]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:45:05.4166119Z [00:02:31.469]➜  gvisor.dev/gvisor/pkg/tcpip/adapters/gonet
2025-08-20T21:45:05.4169114Z [00:02:31.469]➜  mkdir -p $WORK/b171/
2025-08-20T21:45:05.4169614Z [00:02:31.469]➜  cat >/tmp/go-build3243449595/b171/importcfg << 'EOF' # internal
2025-08-20T21:45:05.4169997Z [00:02:31.469]➜  # import config
2025-08-20T21:45:05.4170333Z [00:02:31.470]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:05.4170760Z [00:02:31.470]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.4171188Z [00:02:31.470]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.4171602Z [00:02:31.470]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.4172100Z [00:02:31.470]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:05.4172673Z [00:02:31.470]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:05.4173266Z [00:02:31.470]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:05.4173908Z [00:02:31.470]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/tmp/go-build3243449595/b183/_pkg_.a
2025-08-20T21:45:05.4174581Z [00:02:31.470]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build3243449595/b193/_pkg_.a
2025-08-20T21:45:05.4175603Z [00:02:31.470]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:05.4176087Z [00:02:31.470]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.4176486Z [00:02:31.470]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.4176893Z [00:02:31.470]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.4177201Z [00:02:31.470]➜  EOF
2025-08-20T21:45:05.4186154Z [00:02:31.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/adapters/gonet=>gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/adapters/gonet;$WORK/b171=>" -p gvisor.dev/gvisor/pkg/tcpip/adapters/gonet -lang=go1.20 -complete -installsuffix shared -buildid JbY6GdNQiSH9SNcwrMT-/JbY6GdNQiSH9SNcwrMT- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/adapters/gonet/gonet.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20231020174304-b8a429915ff1/pkg/tcpip/adapters/gonet/gonet_state_autogen.go
2025-08-20T21:45:05.4202142Z [00:02:31.473]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/72/72dc1dd14df1afa804cce0bc0b460e965b67f41ab4763651b405b830d48ee9bd-d # internal
2025-08-20T21:45:05.4209607Z [00:02:31.473]➜  github.com/pion/transport/v2/replaydetector
2025-08-20T21:45:05.4209996Z [00:02:31.473]➜  mkdir -p $WORK/b277/
2025-08-20T21:45:05.4220062Z [00:02:31.475]➜  cat >/tmp/go-build3243449595/b277/importcfg << 'EOF' # internal
2025-08-20T21:45:05.4223576Z [00:02:31.475]➜  # import config
2025-08-20T21:45:05.4225770Z [00:02:31.475]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.4228078Z [00:02:31.475]➜  EOF
2025-08-20T21:45:05.4237169Z [00:02:31.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/replaydetector=>github.com/pion/transport/v2@v2.2.4/replaydetector;$WORK/b277=>" -p github.com/pion/transport/v2/replaydetector -lang=go1.12 -complete -installsuffix shared -buildid RnVGEZGs3zBsUge2OpVJ/RnVGEZGs3zBsUge2OpVJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/replaydetector/fixedbig.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/replaydetector/replaydetector.go
2025-08-20T21:45:05.4242483Z [00:02:31.475]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:45:05.4243635Z [00:02:31.475]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/76/76173aa2bda0b95d705ec5e6db4bae982e39c5156f2ae57f41710fc7a9ee4bd8-d # internal
2025-08-20T21:45:05.4244471Z [00:02:31.475]➜  github.com/pion/transport/v2/packetio
2025-08-20T21:45:05.4244788Z [00:02:31.475]➜  mkdir -p $WORK/b279/
2025-08-20T21:45:05.4245427Z [00:02:31.476]➜  cat >/tmp/go-build3243449595/b279/importcfg << 'EOF' # internal
2025-08-20T21:45:05.4246116Z [00:02:31.476]➜  # import config
2025-08-20T21:45:05.4246465Z [00:02:31.476]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.4252988Z [00:02:31.476]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build3243449595/b276/_pkg_.a
2025-08-20T21:45:05.4253701Z [00:02:31.476]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.4254136Z [00:02:31.476]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.4254577Z [00:02:31.476]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.4254897Z [00:02:31.476]➜  EOF
2025-08-20T21:45:05.4257378Z [00:02:31.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/packetio=>github.com/pion/transport/v2@v2.2.4/packetio;$WORK/b279=>" -p github.com/pion/transport/v2/packetio -lang=go1.12 -complete -installsuffix shared -buildid jcaAcv8zoMcq6YTFtZ3W/jcaAcv8zoMcq6YTFtZ3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/packetio/buffer.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/packetio/errors.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/packetio/no_hardlimit.go
2025-08-20T21:45:05.4402952Z [00:02:31.493]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:45:05.4411829Z [00:02:31.494]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/a8/a892cb9b8548c26bf983d88023c22776e45f9af4ed837362c9196e76b5b7af26-d # internal
2025-08-20T21:45:05.4418735Z [00:02:31.495]➜  github.com/pion/ice/v3/internal/fakenet
2025-08-20T21:45:05.4441207Z [00:02:31.495]➜  mkdir -p $WORK/b281/
2025-08-20T21:45:05.4450738Z [00:02:31.498]➜  cat >/tmp/go-build3243449595/b281/importcfg << 'EOF' # internal
2025-08-20T21:45:05.4461267Z [00:02:31.498]➜  # import config
2025-08-20T21:45:05.4461673Z [00:02:31.498]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.4462140Z [00:02:31.498]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.4462455Z [00:02:31.498]➜  EOF
2025-08-20T21:45:05.4465165Z [00:02:31.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/internal/fakenet=>github.com/pion/ice/v3@v3.0.2/internal/fakenet;$WORK/b281=>" -p github.com/pion/ice/v3/internal/fakenet -lang=go1.13 -complete -installsuffix shared -buildid 4c6V3DIQCnQ8Lvijng2O/4c6V3DIQCnQ8Lvijng2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/internal/fakenet/mock_conn.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/internal/fakenet/packet_conn.go
2025-08-20T21:45:05.4476768Z [00:02:31.500]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:45:05.4492984Z [00:02:31.502]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/c2/c2c01b18834ab9168023dfb75bc0b37d5716665922af0c16875ccd007a3b589f-d # internal
2025-08-20T21:45:05.4494606Z [00:02:31.502]➜  github.com/pion/transport/v2/udp
2025-08-20T21:45:05.4494943Z [00:02:31.502]➜  mkdir -p $WORK/b278/
2025-08-20T21:45:05.4509792Z [00:02:31.504]➜  cat >/tmp/go-build3243449595/b278/importcfg << 'EOF' # internal
2025-08-20T21:45:05.4516911Z [00:02:31.504]➜  # import config
2025-08-20T21:45:05.4520028Z [00:02:31.505]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.4529905Z [00:02:31.505]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.4530582Z [00:02:31.505]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build3243449595/b276/_pkg_.a
2025-08-20T21:45:05.4531230Z [00:02:31.505]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build3243449595/b279/_pkg_.a
2025-08-20T21:45:05.4531810Z [00:02:31.505]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:05.4532354Z [00:02:31.505]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3243449595/b150/_pkg_.a
2025-08-20T21:45:05.4532813Z [00:02:31.505]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.4533215Z [00:02:31.505]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.4533634Z [00:02:31.505]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:05.4534052Z [00:02:31.505]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.4534494Z [00:02:31.505]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:05.4534933Z [00:02:31.505]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.4535245Z [00:02:31.505]➜  EOF
2025-08-20T21:45:05.4537322Z [00:02:31.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/udp=>github.com/pion/transport/v2@v2.2.4/udp;$WORK/b278=>" -p github.com/pion/transport/v2/udp -lang=go1.12 -complete -installsuffix shared -buildid FPHcHqAPPboS9Jr90jQC/FPHcHqAPPboS9Jr90jQC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/udp/batchconn.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.4/udp/conn.go
2025-08-20T21:45:05.4622961Z [00:02:31.515]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:45:05.4701720Z [00:02:31.522]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/ba/baf3df85c18e6bd6791cf7a09ab78f6e73d3e6b27cf2e9ba3ea9f4411c390880-d # internal
2025-08-20T21:45:05.4707510Z [00:02:31.523]➜  github.com/pion/stun/v2/internal/hmac
2025-08-20T21:45:05.4712190Z [00:02:31.523]➜  mkdir -p $WORK/b284/
2025-08-20T21:45:05.4712611Z [00:02:31.523]➜  cat >/tmp/go-build3243449595/b284/importcfg << 'EOF' # internal
2025-08-20T21:45:05.4712959Z [00:02:31.523]➜  # import config
2025-08-20T21:45:05.4713322Z [00:02:31.523]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:05.4713817Z [00:02:31.523]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:05.4714285Z [00:02:31.523]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:05.4714724Z [00:02:31.523]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:05.4715136Z [00:02:31.523]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.4715443Z [00:02:31.523]➜  EOF
2025-08-20T21:45:05.4717655Z [00:02:31.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/internal/hmac=>github.com/pion/stun/v2@v2.0.0/internal/hmac;$WORK/b284=>" -p github.com/pion/stun/v2/internal/hmac -lang=go1.12 -complete -installsuffix shared -buildid 4U3vmW8t9bZOouFkypaD/4U3vmW8t9bZOouFkypaD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/internal/hmac/hmac.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/internal/hmac/pool.go
2025-08-20T21:45:05.4974129Z [00:02:31.550]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:45:05.5025633Z [00:02:31.555]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:45:05.5030277Z [00:02:31.556]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/2b/2b519efd4204e602f88bc6b911b2a28253e29864bb96f4c1b039f8efb1ca2a08-d # internal
2025-08-20T21:45:05.5040226Z [00:02:31.557]➜  github.com/pion/transport/v3/stdnet
2025-08-20T21:45:05.5041670Z [00:02:31.557]➜  mkdir -p $WORK/b285/
2025-08-20T21:45:05.5042209Z [00:02:31.557]➜  cat >/tmp/go-build3243449595/b285/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5042567Z [00:02:31.557]➜  # import config
2025-08-20T21:45:05.5042907Z [00:02:31.557]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.5043426Z [00:02:31.557]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:05.5043938Z [00:02:31.557]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.5044251Z [00:02:31.557]➜  EOF
2025-08-20T21:45:05.5046126Z [00:02:31.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/stdnet=>github.com/pion/transport/v3@v3.0.1/stdnet;$WORK/b285=>" -p github.com/pion/transport/v3/stdnet -lang=go1.12 -complete -installsuffix shared -buildid RPGLZGXafJOkvjnQBsfZ/RPGLZGXafJOkvjnQBsfZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/stdnet/net.go
2025-08-20T21:45:05.5081032Z [00:02:31.561]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:45:05.5094313Z [00:02:31.562]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/14/14454e7e0ebf12e74e25749ca343c0b9f68f56a360e2c5350ec20c27f7f3cbf6-d # internal
2025-08-20T21:45:05.5097688Z [00:02:31.563]➜  hash/crc32
2025-08-20T21:45:05.5098148Z [00:02:31.563]➜  mkdir -p $WORK/b287/
2025-08-20T21:45:05.5103550Z [00:02:31.563]➜  echo -n > $WORK/b287/go_asm.h # internal
2025-08-20T21:45:05.5104174Z [00:02:31.563]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:45:05.5105180Z [00:02:31.563]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b287=>" -I $WORK/b287/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b287/symabis ./crc32_arm64.s
2025-08-20T21:45:05.5116540Z [00:02:31.564]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d # internal
2025-08-20T21:45:05.5120539Z [00:02:31.565]➜  github.com/pion/dtls/v2/pkg/crypto/signaturehash
2025-08-20T21:45:05.5122667Z [00:02:31.565]➜  mkdir -p $WORK/b269/
2025-08-20T21:45:05.5124997Z [00:02:31.565]➜  cat >/tmp/go-build3243449595/b269/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5125469Z [00:02:31.565]➜  # import config
2025-08-20T21:45:05.5125812Z [00:02:31.565]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:05.5126284Z [00:02:31.565]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:05.5126757Z [00:02:31.565]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:05.5130654Z [00:02:31.565]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:05.5131234Z [00:02:31.565]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:05.5131676Z [00:02:31.565]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.5132114Z [00:02:31.565]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.5132656Z [00:02:31.565]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build3243449595/b267/_pkg_.a
2025-08-20T21:45:05.5133337Z [00:02:31.565]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build3243449595/b268/_pkg_.a
2025-08-20T21:45:05.5133782Z [00:02:31.565]➜  EOF
2025-08-20T21:45:05.5134073Z [00:02:31.565]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:05.5136922Z [00:02:31.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/signaturehash=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/signaturehash;$WORK/b269=>" -p github.com/pion/dtls/v2/pkg/crypto/signaturehash -lang=go1.13 -complete -installsuffix shared -buildid ke6150UrdG659sof6lWq/ke6150UrdG659sof6lWq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/signaturehash/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/signaturehash/signaturehash.go
2025-08-20T21:45:05.5143826Z [00:02:31.567]➜  cat >/tmp/go-build3243449595/b287/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5144191Z [00:02:31.567]➜  # import config
2025-08-20T21:45:05.5144535Z [00:02:31.567]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.5144976Z [00:02:31.567]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:05.5145442Z [00:02:31.567]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:05.5145927Z [00:02:31.567]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:45:05.5146364Z [00:02:31.567]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.5146803Z [00:02:31.567]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:05.5147136Z [00:02:31.567]➜  EOF
2025-08-20T21:45:05.5154199Z [00:02:31.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b287=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b287/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack -asmhdr $WORK/b287/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:45:05.5163954Z [00:02:31.569]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:45:05.5186472Z [00:02:31.571]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/64/644d9c6ee428e8797cae705859bf9025bf3f4287c5548a09456bceeb323c03b1-d # internal
2025-08-20T21:45:05.5190873Z [00:02:31.572]➜  golang.zx2c4.com/wireguard/tun/netstack
2025-08-20T21:45:05.5192235Z [00:02:31.572]➜  mkdir -p $WORK/b152/
2025-08-20T21:45:05.5193102Z [00:02:31.572]➜  cat >/tmp/go-build3243449595/b152/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5194055Z [00:02:31.572]➜  # import config
2025-08-20T21:45:05.5194922Z [00:02:31.572]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:05.5196917Z [00:02:31.572]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.5198146Z [00:02:31.572]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:05.5198788Z [00:02:31.572]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.5199256Z [00:02:31.572]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.5199678Z [00:02:31.572]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.5200191Z [00:02:31.572]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build3243449595/b153/_pkg_.a
2025-08-20T21:45:05.5200783Z [00:02:31.572]➜  packagefile golang.zx2c4.com/wireguard/tun=/tmp/go-build3243449595/b144/_pkg_.a
2025-08-20T21:45:05.5201372Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:05.5201947Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:05.5202578Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/adapters/gonet=/tmp/go-build3243449595/b171/_pkg_.a
2025-08-20T21:45:05.5203228Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:05.5203905Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/link/channel=/tmp/go-build3243449595/b194/_pkg_.a
2025-08-20T21:45:05.5204567Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv4=/tmp/go-build3243449595/b195/_pkg_.a
2025-08-20T21:45:05.5205229Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv6=/tmp/go-build3243449595/b200/_pkg_.a
2025-08-20T21:45:05.5205858Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:05.5206793Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/icmp=/tmp/go-build3243449595/b202/_pkg_.a
2025-08-20T21:45:05.5207554Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/tmp/go-build3243449595/b183/_pkg_.a
2025-08-20T21:45:05.5208496Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build3243449595/b193/_pkg_.a
2025-08-20T21:45:05.5209133Z [00:02:31.572]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:05.5209612Z [00:02:31.572]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.5210013Z [00:02:31.572]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.5210431Z [00:02:31.572]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:05.5210850Z [00:02:31.572]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:05.5211258Z [00:02:31.572]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:05.5211689Z [00:02:31.572]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:05.5212118Z [00:02:31.572]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.5212546Z [00:02:31.572]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:05.5212962Z [00:02:31.572]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.5213601Z [00:02:31.572]➜  EOF
2025-08-20T21:45:05.5215916Z [00:02:31.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun/netstack=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/tun/netstack;$WORK/b152=>" -p golang.zx2c4.com/wireguard/tun/netstack -lang=go1.20 -complete -installsuffix shared -buildid JOjoFZ-va6o7cHw43ipP/JOjoFZ-va6o7cHw43ipP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tun/netstack/tun.go
2025-08-20T21:45:05.5403872Z [00:02:31.593]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:45:05.5404961Z [00:02:31.593]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b287=>" -I $WORK/b287/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b287/crc32_arm64.o ./crc32_arm64.s
2025-08-20T21:45:05.5405919Z [00:02:31.593]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:45:05.5420079Z [00:02:31.594]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/61/6157adfc9d59043ca3c65689226bb119a6a6308cdd5dd5e35d724556ed9f4a47-d # internal
2025-08-20T21:45:05.5420802Z [00:02:31.595]➜  github.com/pion/dtls/v2/pkg/protocol/extension
2025-08-20T21:45:05.5421133Z [00:02:31.595]➜  mkdir -p $WORK/b270/
2025-08-20T21:45:05.5421509Z [00:02:31.595]➜  cat >/tmp/go-build3243449595/b270/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5421856Z [00:02:31.595]➜  # import config
2025-08-20T21:45:05.5422254Z [00:02:31.595]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.5422858Z [00:02:31.595]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.5423491Z [00:02:31.595]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build3243449595/b260/_pkg_.a
2025-08-20T21:45:05.5424164Z [00:02:31.595]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build3243449595/b267/_pkg_.a
2025-08-20T21:45:05.5424862Z [00:02:31.595]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build3243449595/b268/_pkg_.a
2025-08-20T21:45:05.5425574Z [00:02:31.595]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build3243449595/b269/_pkg_.a
2025-08-20T21:45:05.5426250Z [00:02:31.595]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.5426867Z [00:02:31.595]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3243449595/b271/_pkg_.a
2025-08-20T21:45:05.5427817Z [00:02:31.595]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.5428223Z [00:02:31.595]➜  EOF
2025-08-20T21:45:05.5428496Z [00:02:31.595]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:05.5443325Z [00:02:31.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension=>github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension;$WORK/b270=>" -p github.com/pion/dtls/v2/pkg/protocol/extension -lang=go1.13 -complete -installsuffix shared -buildid xEfz1ORFfLwqKmK56CzP/xEfz1ORFfLwqKmK56CzP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/alpn.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/extension.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/renegotiation_info.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/server_name.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/supported_elliptic_curves.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/supported_point_formats.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/supported_signature_algorithms.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/use_master_secret.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/extension/use_srtp.go
2025-08-20T21:45:05.5448964Z [00:02:31.597]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:45:05.5449367Z [00:02:31.597]➜  go tool pack r $WORK/b287/_pkg_.a $WORK/b287/crc32_arm64.o # internal
2025-08-20T21:45:05.5449790Z [00:02:31.597]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:45:05.5450466Z [00:02:31.597]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T21:45:05.5451025Z [00:02:31.598]➜  github.com/pion/mdns
2025-08-20T21:45:05.5451293Z [00:02:31.598]➜  mkdir -p $WORK/b288/
2025-08-20T21:45:05.5456565Z [00:02:31.598]➜  cat >/tmp/go-build3243449595/b288/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5456968Z [00:02:31.598]➜  # import config
2025-08-20T21:45:05.5457309Z [00:02:31.598]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.5457990Z [00:02:31.598]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.5458506Z [00:02:31.598]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.5458985Z [00:02:31.598]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:05.5459554Z [00:02:31.598]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build3243449595/b153/_pkg_.a
2025-08-20T21:45:05.5460121Z [00:02:31.598]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:05.5460580Z [00:02:31.598]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.5460988Z [00:02:31.598]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.5461401Z [00:02:31.598]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.5461716Z [00:02:31.598]➜  EOF
2025-08-20T21:45:05.5461980Z [00:02:31.598]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:05.5464557Z [00:02:31.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/mdns@v0.0.12=>github.com/pion/mdns@v0.0.12;$WORK/b288=>" -p github.com/pion/mdns -lang=go1.19 -complete -installsuffix shared -buildid V3wAGBbgC-bGiCgymxxQ/V3wAGBbgC-bGiCgymxxQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/config.go /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/conn.go /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/errors.go /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/mdns.go
2025-08-20T21:45:05.5472858Z [00:02:31.600]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:45:05.5488827Z [00:02:31.602]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/51/51a336d4e9bd641e1d4a07646e9f3b1c2a720bd22ebe372083991e7bc253ab7c-d # internal
2025-08-20T21:45:05.5519419Z [00:02:31.605]➜  github.com/pion/randutil
2025-08-20T21:45:05.5520491Z [00:02:31.605]➜  mkdir -p $WORK/b289/
2025-08-20T21:45:05.5530506Z [00:02:31.606]➜  cat >/tmp/go-build3243449595/b289/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5558959Z [00:02:31.606]➜  # import config
2025-08-20T21:45:05.5560424Z [00:02:31.606]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:05.5560941Z [00:02:31.606]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.5561438Z [00:02:31.606]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:05.5561886Z [00:02:31.606]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:05.5562319Z [00:02:31.606]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.5562736Z [00:02:31.606]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.5563043Z [00:02:31.606]➜  EOF
2025-08-20T21:45:05.5564950Z [00:02:31.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/randutil@v0.1.0=>github.com/pion/randutil@v0.1.0;$WORK/b289=>" -p github.com/pion/randutil -lang=go1.14 -complete -installsuffix shared -buildid 6KBVdPmOFt50bCXURe4o/6KBVdPmOFt50bCXURe4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/github.com/pion/randutil@v0.1.0/crypto.go /root/go/pkg/mod/github.com/pion/randutil@v0.1.0/math.go
2025-08-20T21:45:05.5780471Z [00:02:31.631]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:45:05.5789199Z [00:02:31.631]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/ef/eff898629d60d92b40ea7d9cf66b27d8df477364969f30772caefea9da72c4d5-d # internal
2025-08-20T21:45:05.5790559Z [00:02:31.632]➜  github.com/pion/transport/v3/deadline
2025-08-20T21:45:05.5791077Z [00:02:31.632]➜  mkdir -p $WORK/b291/
2025-08-20T21:45:05.5811847Z [00:02:31.634]➜  cat >/tmp/go-build3243449595/b291/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5816115Z [00:02:31.634]➜  # import config
2025-08-20T21:45:05.5816568Z [00:02:31.634]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.5817008Z [00:02:31.634]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.5817423Z [00:02:31.634]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.5817913Z [00:02:31.634]➜  EOF
2025-08-20T21:45:05.5819964Z [00:02:31.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/deadline=>github.com/pion/transport/v3@v3.0.1/deadline;$WORK/b291=>" -p github.com/pion/transport/v3/deadline -lang=go1.12 -complete -installsuffix shared -buildid yE2wZt6tI7CEGlaltPra/yE2wZt6tI7CEGlaltPra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/deadline/deadline.go
2025-08-20T21:45:05.5931165Z [00:02:31.646]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:45:05.5942816Z [00:02:31.647]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/a5/a58e040c1a72329cb1b5fd6aa94ad7189776a328f08b8b608876cf8f1c145f70-d # internal
2025-08-20T21:45:05.5946791Z [00:02:31.647]➜  github.com/pion/dtls/v2/pkg/protocol/handshake
2025-08-20T21:45:05.5947162Z [00:02:31.647]➜  mkdir -p $WORK/b265/
2025-08-20T21:45:05.5950118Z [00:02:31.648]➜  cat >/tmp/go-build3243449595/b265/importcfg << 'EOF' # internal
2025-08-20T21:45:05.5950956Z [00:02:31.648]➜  # import config
2025-08-20T21:45:05.5951867Z [00:02:31.648]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:05.5952508Z [00:02:31.648]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.5952966Z [00:02:31.648]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.5953571Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build3243449595/b255/_pkg_.a
2025-08-20T21:45:05.5954271Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build3243449595/b257/_pkg_.a
2025-08-20T21:45:05.5955013Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build3243449595/b266/_pkg_.a
2025-08-20T21:45:05.5955739Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build3243449595/b260/_pkg_.a
2025-08-20T21:45:05.5956411Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build3243449595/b267/_pkg_.a
2025-08-20T21:45:05.5957093Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build3243449595/b268/_pkg_.a
2025-08-20T21:45:05.5957996Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build3243449595/b269/_pkg_.a
2025-08-20T21:45:05.5958736Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.5959419Z [00:02:31.648]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build3243449595/b270/_pkg_.a
2025-08-20T21:45:05.5960376Z [00:02:31.648]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.5960693Z [00:02:31.648]➜  EOF
2025-08-20T21:45:05.5968147Z [00:02:31.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake=>github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake;$WORK/b265=>" -p github.com/pion/dtls/v2/pkg/protocol/handshake -lang=go1.13 -complete -installsuffix shared -buildid c4Zlpx4hl2MEge8SSTFl/c4Zlpx4hl2MEge8SSTFl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/handshake.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/header.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_certificate.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_certificate_request.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_certificate_verify.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_client_hello.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_client_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_finished.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_hello_verify_request.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_server_hello.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_server_hello_done.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/message_server_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/handshake/random.go
2025-08-20T21:45:05.6011053Z [00:02:31.654]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:45:05.6022588Z [00:02:31.655]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/9b/9b4e9887e40ae9f6a5c4682109ec988feee4aff7048cadd46c998b9339d836eb-d # internal
2025-08-20T21:45:05.6040354Z [00:02:31.657]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:45:05.6049772Z [00:02:31.658]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/45/45843a7f3275041c7cea587eead03b61bc443abbe53f518a3482aa652613d395-d # internal
2025-08-20T21:45:05.6078109Z [00:02:31.661]➜  github.com/pion/transport/v3/packetio
2025-08-20T21:45:05.6079000Z [00:02:31.661]➜  mkdir -p $WORK/b290/
2025-08-20T21:45:05.6085004Z [00:02:31.661]➜  cat >/tmp/go-build3243449595/b290/importcfg << 'EOF' # internal
2025-08-20T21:45:05.6085438Z [00:02:31.661]➜  # import config
2025-08-20T21:45:05.6085795Z [00:02:31.661]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.6089416Z [00:02:31.662]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build3243449595/b291/_pkg_.a
2025-08-20T21:45:05.6089986Z [00:02:31.662]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.6091325Z [00:02:31.662]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.6091914Z [00:02:31.662]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.6092234Z [00:02:31.662]➜  EOF
2025-08-20T21:45:05.6095599Z [00:02:31.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/packetio=>github.com/pion/transport/v3@v3.0.1/packetio;$WORK/b290=>" -p github.com/pion/transport/v3/packetio -lang=go1.12 -complete -installsuffix shared -buildid ov60GIkPwfgYoPZmYnZL/ov60GIkPwfgYoPZmYnZL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/packetio/buffer.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/packetio/errors.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/packetio/no_hardlimit.go
2025-08-20T21:45:05.6115130Z [00:02:31.664]➜  github.com/pion/transport/v3/vnet
2025-08-20T21:45:05.6127094Z [00:02:31.664]➜  mkdir -p $WORK/b292/
2025-08-20T21:45:05.6173873Z [00:02:31.670]➜  cat >/tmp/go-build3243449595/b292/importcfg << 'EOF' # internal
2025-08-20T21:45:05.6174646Z [00:02:31.670]➜  # import config
2025-08-20T21:45:05.6175317Z [00:02:31.670]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.6176772Z [00:02:31.670]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.6177250Z [00:02:31.670]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.6177667Z [00:02:31.670]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.6178489Z [00:02:31.670]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:05.6179081Z [00:02:31.670]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:05.6179561Z [00:02:31.670]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.6179970Z [00:02:31.670]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:05.6180396Z [00:02:31.670]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:05.6180816Z [00:02:31.670]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.6181231Z [00:02:31.670]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:05.6181672Z [00:02:31.670]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.6182096Z [00:02:31.670]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.6182529Z [00:02:31.670]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:05.6182960Z [00:02:31.670]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.6183282Z [00:02:31.670]➜  EOF
2025-08-20T21:45:05.6189117Z [00:02:31.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet=>github.com/pion/transport/v3@v3.0.1/vnet;$WORK/b292=>" -p github.com/pion/transport/v3/vnet -lang=go1.12 -complete -installsuffix shared -buildid _vAXxw_1YnZVE6w3eeuQ/_vAXxw_1YnZVE6w3eeuQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/chunk.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/chunk_queue.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/conn.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/conn_map.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/delay_filter.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/errors.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/loss_filter.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/nat.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/net.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/resolver.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/router.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/tbf.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/udpproxy.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/udpproxy_direct.go /root/go/pkg/mod/github.com/pion/transport/v3@v3.0.1/vnet/vnet.go
2025-08-20T21:45:05.6549269Z [00:02:31.707]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:45:05.6550109Z [00:02:31.707]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/b7/b78499c3ccc537ea98ff1fbc7f2751b0178407cab28729bdd99f3bfbd70fcedc-d # internal
2025-08-20T21:45:05.6550726Z [00:02:31.707]➜  github.com/pion/turn/v3/internal/ipnet
2025-08-20T21:45:05.6551040Z [00:02:31.707]➜  mkdir -p $WORK/b295/
2025-08-20T21:45:05.6578870Z [00:02:31.708]➜  cat >/tmp/go-build3243449595/b295/importcfg << 'EOF' # internal
2025-08-20T21:45:05.6579764Z [00:02:31.708]➜  # import config
2025-08-20T21:45:05.6580115Z [00:02:31.708]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.6580531Z [00:02:31.708]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.6580838Z [00:02:31.708]➜  EOF
2025-08-20T21:45:05.6589701Z [00:02:31.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/ipnet=>github.com/pion/turn/v3@v3.0.1/internal/ipnet;$WORK/b295=>" -p github.com/pion/turn/v3/internal/ipnet -lang=go1.13 -complete -installsuffix shared -buildid NHJ9VzOqunnLbNOw2Jry/NHJ9VzOqunnLbNOw2Jry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/ipnet/util.go
2025-08-20T21:45:05.6730774Z [00:02:31.726]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:45:05.6734930Z [00:02:31.726]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:45:05.6740936Z [00:02:31.727]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/9b/9bef75067c876114a4612776e4f12522e54bf2cff221fec74773e9753d8e0863-d # internal
2025-08-20T21:45:05.6744381Z [00:02:31.727]➜  github.com/davecgh/go-spew/spew
2025-08-20T21:45:05.6745174Z [00:02:31.727]➜  mkdir -p $WORK/b301/
2025-08-20T21:45:05.6749925Z [00:02:31.728]➜  cat >/tmp/go-build3243449595/b301/importcfg << 'EOF' # internal
2025-08-20T21:45:05.6750502Z [00:02:31.728]➜  # import config
2025-08-20T21:45:05.6750875Z [00:02:31.728]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:05.6751371Z [00:02:31.728]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:05.6751808Z [00:02:31.728]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.6752211Z [00:02:31.728]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.6752608Z [00:02:31.728]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:05.6753040Z [00:02:31.728]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:05.6753464Z [00:02:31.728]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:05.6753878Z [00:02:31.728]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:05.6754296Z [00:02:31.728]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:05.6754722Z [00:02:31.728]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.6755039Z [00:02:31.728]➜  EOF
2025-08-20T21:45:05.6760859Z [00:02:31.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew=>github.com/davecgh/go-spew@v1.1.1/spew;$WORK/b301=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid 5MMwxagJ8Je0LPw5fMFX/5MMwxagJ8Je0LPw5fMFX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/bypass.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/common.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/config.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/doc.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/dump.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/format.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/spew.go
2025-08-20T21:45:05.6777188Z [00:02:31.729]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/7d/7dcd3a7b79ac280d3cf2ae7acac055e4a4be3473dd196e20b93b4c9eb5cc6219-d # internal
2025-08-20T21:45:05.6777997Z [00:02:31.729]➜  github.com/pion/dtls/v2/pkg/protocol/recordlayer
2025-08-20T21:45:05.6778388Z [00:02:31.729]➜  mkdir -p $WORK/b263/
2025-08-20T21:45:05.6778759Z [00:02:31.729]➜  cat >/tmp/go-build3243449595/b263/importcfg << 'EOF' # internal
2025-08-20T21:45:05.6779101Z [00:02:31.729]➜  # import config
2025-08-20T21:45:05.6779469Z [00:02:31.729]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.6780356Z [00:02:31.729]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.6780890Z [00:02:31.729]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build3243449595/b257/_pkg_.a
2025-08-20T21:45:05.6781524Z [00:02:31.729]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.6782432Z [00:02:31.729]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build3243449595/b264/_pkg_.a
2025-08-20T21:45:05.6785152Z [00:02:31.729]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build3243449595/b265/_pkg_.a
2025-08-20T21:45:05.6789766Z [00:02:31.729]➜  EOF
2025-08-20T21:45:05.6811416Z [00:02:31.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/recordlayer=>github.com/pion/dtls/v2@v2.2.10/pkg/protocol/recordlayer;$WORK/b263=>" -p github.com/pion/dtls/v2/pkg/protocol/recordlayer -lang=go1.13 -complete -installsuffix shared -buildid aGODi83zTDY9k03rhNHD/aGODi83zTDY9k03rhNHD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/recordlayer/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/recordlayer/header.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/protocol/recordlayer/recordlayer.go
2025-08-20T21:45:05.6814000Z [00:02:31.731]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:45:05.6833516Z [00:02:31.735]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/e5/e5908647d27ecc9158b0fbc84abcbe4f8654f9e894e228ba6a65b86840d7b66a-d # internal
2025-08-20T21:45:05.6834234Z [00:02:31.736]➜  github.com/netbirdio/netbird/client/iface/netstack
2025-08-20T21:45:05.6834587Z [00:02:31.736]➜  mkdir -p $WORK/b138/
2025-08-20T21:45:05.6844146Z [00:02:31.737]➜  cat >/tmp/go-build3243449595/b138/importcfg << 'EOF' # internal
2025-08-20T21:45:05.6844689Z [00:02:31.737]➜  # import config
2025-08-20T21:45:05.6845250Z [00:02:31.737]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.6845827Z [00:02:31.737]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.6846630Z [00:02:31.737]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:05.6848802Z [00:02:31.737]➜  packagefile github.com/things-go/go-socks5=/tmp/go-build3243449595/b141/_pkg_.a
2025-08-20T21:45:05.6850253Z [00:02:31.737]➜  packagefile golang.zx2c4.com/wireguard/tun=/tmp/go-build3243449595/b144/_pkg_.a
2025-08-20T21:45:05.6853206Z [00:02:31.737]➜  packagefile golang.zx2c4.com/wireguard/tun/netstack=/tmp/go-build3243449595/b152/_pkg_.a
2025-08-20T21:45:05.6853882Z [00:02:31.737]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.6854322Z [00:02:31.737]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:05.6854744Z [00:02:31.737]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:05.6855177Z [00:02:31.737]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:05.6855496Z [00:02:31.737]➜  EOF
2025-08-20T21:45:05.6857582Z [00:02:31.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack=>github.com/netbirdio/netbird/client/iface/netstack;$WORK/b138=>" -p github.com/netbirdio/netbird/client/iface/netstack -lang=go1.23 -complete -installsuffix shared -buildid SUvCfHiuo_9V2VuiIlPS/SUvCfHiuo_9V2VuiIlPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack ./iface/netstack/dialer.go ./iface/netstack/env.go ./iface/netstack/proxy.go ./iface/netstack/tun.go
2025-08-20T21:45:05.6974704Z [00:02:31.750]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:45:05.6979922Z [00:02:31.750]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/37/3764ccab5300a202310c40165d80cbaae7f0a1987c287e9b49d296f82bc81421-d # internal
2025-08-20T21:45:05.6981030Z [00:02:31.751]➜  github.com/pion/dtls/v2/pkg/crypto/ciphersuite
2025-08-20T21:45:05.6983038Z [00:02:31.751]➜  mkdir -p $WORK/b256/
2025-08-20T21:45:05.6983507Z [00:02:31.751]➜  cat >/tmp/go-build3243449595/b256/importcfg << 'EOF' # internal
2025-08-20T21:45:05.6983865Z [00:02:31.751]➜  # import config
2025-08-20T21:45:05.6984225Z [00:02:31.751]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:05.6984693Z [00:02:31.751]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:05.6985181Z [00:02:31.751]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:05.6985931Z [00:02:31.751]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:05.6990149Z [00:02:31.751]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.6990732Z [00:02:31.751]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.6991179Z [00:02:31.751]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.6991741Z [00:02:31.751]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build3243449595/b257/_pkg_.a
2025-08-20T21:45:05.6992386Z [00:02:31.751]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ccm=/tmp/go-build3243449595/b258/_pkg_.a
2025-08-20T21:45:05.6993025Z [00:02:31.751]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build3243449595/b259/_pkg_.a
2025-08-20T21:45:05.6993660Z [00:02:31.751]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.6994355Z [00:02:31.751]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build3243449595/b263/_pkg_.a
2025-08-20T21:45:05.6994919Z [00:02:31.751]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:05.6995228Z [00:02:31.751]➜  EOF
2025-08-20T21:45:05.7001482Z [00:02:31.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ciphersuite=>github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ciphersuite;$WORK/b256=>" -p github.com/pion/dtls/v2/pkg/crypto/ciphersuite -lang=go1.13 -complete -installsuffix shared -buildid T_NADKTnXelU0lOtIDTa/T_NADKTnXelU0lOtIDTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ciphersuite/cbc.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ciphersuite/ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/pkg/crypto/ciphersuite/gcm.go
2025-08-20T21:45:05.7373846Z [00:02:31.789]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:45:05.7375037Z [00:02:31.789]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/00/0082b44cf636ec7fe9eb236ce5e598bc5497a55ca0fca863b4eadd0ecca8dff3-d # internal
2025-08-20T21:45:05.7375700Z [00:02:31.789]➜  github.com/pion/dtls/v2/internal/ciphersuite
2025-08-20T21:45:05.7376074Z [00:02:31.789]➜  mkdir -p $WORK/b254/
2025-08-20T21:45:05.7376448Z [00:02:31.789]➜  cat >/tmp/go-build3243449595/b254/importcfg << 'EOF' # internal
2025-08-20T21:45:05.7376796Z [00:02:31.789]➜  # import config
2025-08-20T21:45:05.7386010Z [00:02:31.789]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:05.7386694Z [00:02:31.789]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:05.7387176Z [00:02:31.789]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:05.7387653Z [00:02:31.789]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.7388321Z [00:02:31.789]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.7388918Z [00:02:31.789]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build3243449595/b255/_pkg_.a
2025-08-20T21:45:05.7389646Z [00:02:31.789]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ciphersuite=/tmp/go-build3243449595/b256/_pkg_.a
2025-08-20T21:45:05.7390849Z [00:02:31.789]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build3243449595/b266/_pkg_.a
2025-08-20T21:45:05.7391549Z [00:02:31.789]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build3243449595/b259/_pkg_.a
2025-08-20T21:45:05.7392188Z [00:02:31.789]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.7392868Z [00:02:31.789]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build3243449595/b263/_pkg_.a
2025-08-20T21:45:05.7393430Z [00:02:31.789]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:05.7393864Z [00:02:31.789]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:05.7394192Z [00:02:31.789]➜  EOF
2025-08-20T21:45:05.7408748Z [00:02:31.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite=>github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite;$WORK/b254=>" -p github.com/pion/dtls/v2/internal/ciphersuite -lang=go1.13 -complete -installsuffix shared -buildid _9BsM9yrssBfUgNlYLr5/_9BsM9yrssBfUgNlYLr5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/aes_256_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/aes_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_rsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_psk_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_psk_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_psk_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/internal/ciphersuite/tls_psk_with_aes_256_ccm8.go
2025-08-20T21:45:05.7573208Z [00:02:31.810]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:45:05.7627655Z [00:02:31.815]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/ad/ade99c8a56828464906c4fc445cd3626569db8fbf4b21654bfd444d1c302b080-d # internal
2025-08-20T21:45:05.7628464Z [00:02:31.815]➜  github.com/netbirdio/netbird/util/net
2025-08-20T21:45:05.7628781Z [00:02:31.816]➜  mkdir -p $WORK/b100/
2025-08-20T21:45:05.7633436Z [00:02:31.816]➜  cat >/tmp/go-build3243449595/b100/importcfg << 'EOF' # internal
2025-08-20T21:45:05.7634003Z [00:02:31.816]➜  # import config
2025-08-20T21:45:05.7634474Z [00:02:31.816]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.7635067Z [00:02:31.816]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.7635616Z [00:02:31.816]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.7636109Z [00:02:31.816]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:05.7637219Z [00:02:31.816]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:05.7638023Z [00:02:31.816]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:05.7638832Z [00:02:31.816]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:05.7639495Z [00:02:31.816]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:05.7640249Z [00:02:31.816]➜  packagefile github.com/vishvananda/netlink=/tmp/go-build3243449595/b204/_pkg_.a
2025-08-20T21:45:05.7640889Z [00:02:31.816]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:05.7641470Z [00:02:31.816]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.7642042Z [00:02:31.816]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:05.7642610Z [00:02:31.816]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:05.7643124Z [00:02:31.816]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:05.7643655Z [00:02:31.816]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.7644216Z [00:02:31.816]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:05.7644763Z [00:02:31.816]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.7645153Z [00:02:31.816]➜  EOF
2025-08-20T21:45:05.7649753Z [00:02:31.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net=>github.com/netbirdio/netbird/util/net;$WORK/b100=>" -p github.com/netbirdio/netbird/util/net -lang=go1.23 -complete -installsuffix shared -buildid f8kdJr3ngolFya2rXhTm/f8kdJr3ngolFya2rXhTm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/conn.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dial.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_dial.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_init_linux.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env_linux.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listen.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_init_linux.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_listen.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net_linux.go
2025-08-20T21:45:05.8098815Z [00:02:31.863]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:45:05.8118470Z [00:02:31.865]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/52/524af7b717b05bebc9d5994cbd87e5e170a8101f3233db9cb28c3246e85a771a-d # internal
2025-08-20T21:45:05.8224218Z [00:02:31.875]➜  github.com/pion/dtls/v2
2025-08-20T21:45:05.8230341Z [00:02:31.875]➜  mkdir -p $WORK/b251/
2025-08-20T21:45:05.8235201Z [00:02:31.876]➜  cat >/tmp/go-build3243449595/b251/importcfg << 'EOF' # internal
2025-08-20T21:45:05.8235654Z [00:02:31.876]➜  # import config
2025-08-20T21:45:05.8236012Z [00:02:31.876]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:05.8236446Z [00:02:31.876]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:05.8236875Z [00:02:31.876]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:05.8237322Z [00:02:31.876]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:05.8237961Z [00:02:31.876]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:05.8238486Z [00:02:31.876]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:05.8238940Z [00:02:31.876]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:05.8239451Z [00:02:31.876]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:05.8240286Z [00:02:31.876]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:05.8240742Z [00:02:31.876]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:05.8241201Z [00:02:31.876]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:05.8241675Z [00:02:31.876]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:05.8242141Z [00:02:31.876]➜  packagefile encoding/gob=/tmp/go-build3243449595/b252/_pkg_.a
2025-08-20T21:45:05.8242593Z [00:02:31.876]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.8243015Z [00:02:31.876]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.8243582Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite=/tmp/go-build3243449595/b254/_pkg_.a
2025-08-20T21:45:05.8244308Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build3243449595/b255/_pkg_.a
2025-08-20T21:45:05.8245016Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/internal/closer=/tmp/go-build3243449595/b273/_pkg_.a
2025-08-20T21:45:05.8245728Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build3243449595/b266/_pkg_.a
2025-08-20T21:45:05.8246446Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build3243449595/b260/_pkg_.a
2025-08-20T21:45:05.8247115Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build3243449595/b267/_pkg_.a
2025-08-20T21:45:05.8247944Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build3243449595/b259/_pkg_.a
2025-08-20T21:45:05.8248707Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build3243449595/b269/_pkg_.a
2025-08-20T21:45:05.8249384Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:05.8250035Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build3243449595/b264/_pkg_.a
2025-08-20T21:45:05.8250736Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build3243449595/b270/_pkg_.a
2025-08-20T21:45:05.8251441Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build3243449595/b265/_pkg_.a
2025-08-20T21:45:05.8252157Z [00:02:31.876]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build3243449595/b263/_pkg_.a
2025-08-20T21:45:05.8253022Z [00:02:31.876]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:05.8253732Z [00:02:31.876]➜  packagefile github.com/pion/transport/v2/connctx=/tmp/go-build3243449595/b275/_pkg_.a
2025-08-20T21:45:05.8254368Z [00:02:31.876]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build3243449595/b276/_pkg_.a
2025-08-20T21:45:05.8255033Z [00:02:31.876]➜  packagefile github.com/pion/transport/v2/replaydetector=/tmp/go-build3243449595/b277/_pkg_.a
2025-08-20T21:45:05.8255689Z [00:02:31.876]➜  packagefile github.com/pion/transport/v2/udp=/tmp/go-build3243449595/b278/_pkg_.a
2025-08-20T21:45:05.8256187Z [00:02:31.876]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:05.8256589Z [00:02:31.876]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.8257003Z [00:02:31.876]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:05.8257419Z [00:02:31.876]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:05.8286260Z [00:02:31.876]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:05.8286841Z [00:02:31.876]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.8287279Z [00:02:31.876]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.8287848Z [00:02:31.876]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:05.8288353Z [00:02:31.876]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:05.8289144Z [00:02:31.876]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.8289457Z [00:02:31.876]➜  EOF
2025-08-20T21:45:05.8298136Z [00:02:31.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10=>github.com/pion/dtls/v2@v2.2.10;$WORK/b251=>" -p github.com/pion/dtls/v2 -lang=go1.13 -complete -installsuffix shared -buildid CSWyVFvT50nwu3bU4rB4/CSWyVFvT50nwu3bU4rB4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/certificate.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/cipher_suite_go114.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/config.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/conn.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/crypto.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/dtls.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/errors_errno.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight0handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight1handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight2handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight3handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight4bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight4handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight5bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight5handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flight6handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/flighthandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/fragment_buffer.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/handshake_cache.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/handshaker.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/listener.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/packet.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/resume.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/session.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/state.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.10/util.go
2025-08-20T21:45:05.8535568Z [00:02:31.906]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:45:05.8552438Z [00:02:31.908]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/09/0960c6408a9a237b4026fa388ca59bfed909835b353930c3c1abfdae5c34aadc-d # internal
2025-08-20T21:45:05.8566271Z [00:02:31.909]➜  github.com/pmezard/go-difflib/difflib
2025-08-20T21:45:05.8566882Z [00:02:31.909]➜  mkdir -p $WORK/b302/
2025-08-20T21:45:05.8574655Z [00:02:31.910]➜  cat >/tmp/go-build3243449595/b302/importcfg << 'EOF' # internal
2025-08-20T21:45:05.8605797Z [00:02:31.910]➜  # import config
2025-08-20T21:45:05.8606228Z [00:02:31.910]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:05.8606657Z [00:02:31.910]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:05.8607068Z [00:02:31.910]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.8607468Z [00:02:31.910]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.8608055Z [00:02:31.910]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.8608409Z [00:02:31.910]➜  EOF
2025-08-20T21:45:05.8610319Z [00:02:31.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.0/difflib=>github.com/pmezard/go-difflib@v1.0.0/difflib;$WORK/b302=>" -p github.com/pmezard/go-difflib/difflib -lang=go1.16 -complete -installsuffix shared -buildid 3pketKh8jjT-G2X3DB-Z/3pketKh8jjT-G2X3DB-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.0/difflib/difflib.go
2025-08-20T21:45:05.8724811Z [00:02:31.925]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:45:05.8770129Z [00:02:31.930]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/83/831272c0a81c3cfd8bcb66c9f097f497f34551ab9eccedd927e582a9b4b218fa-d # internal
2025-08-20T21:45:05.8775879Z [00:02:31.930]➜  gopkg.in/yaml.v3
2025-08-20T21:45:05.8776200Z [00:02:31.930]➜  mkdir -p $WORK/b304/
2025-08-20T21:45:05.8779724Z [00:02:31.931]➜  cat >/tmp/go-build3243449595/b304/importcfg << 'EOF' # internal
2025-08-20T21:45:05.8781752Z [00:02:31.931]➜  # import config
2025-08-20T21:45:05.8796986Z [00:02:31.931]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:05.8797554Z [00:02:31.931]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:05.8798166Z [00:02:31.931]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:05.8798659Z [00:02:31.931]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.8799076Z [00:02:31.931]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.8799475Z [00:02:31.931]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.8799882Z [00:02:31.931]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:05.8800299Z [00:02:31.931]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:05.8800738Z [00:02:31.931]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:05.8801154Z [00:02:31.931]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:05.8801570Z [00:02:31.931]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:05.8801995Z [00:02:31.931]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:05.8802409Z [00:02:31.931]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.8802829Z [00:02:31.931]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:05.8803246Z [00:02:31.931]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:05.8803692Z [00:02:31.931]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:05.8804024Z [00:02:31.931]➜  EOF
2025-08-20T21:45:05.8808130Z [00:02:31.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b304=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T21:45:05.9092404Z [00:02:31.961]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:45:05.9095885Z [00:02:31.962]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/54/5456f21ab865b6b52d710bb2dc864ea611952b57d454168d1f9b7d6aba3c3272-d # internal
2025-08-20T21:45:05.9105042Z [00:02:31.963]➜  compress/flate
2025-08-20T21:45:05.9110358Z [00:02:31.963]➜  mkdir -p $WORK/b307/
2025-08-20T21:45:05.9110820Z [00:02:31.963]➜  cat >/tmp/go-build3243449595/b307/importcfg << 'EOF' # internal
2025-08-20T21:45:05.9111173Z [00:02:31.963]➜  # import config
2025-08-20T21:45:05.9111508Z [00:02:31.963]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:05.9111964Z [00:02:31.963]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.9112379Z [00:02:31.963]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:05.9112778Z [00:02:31.963]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.9113182Z [00:02:31.963]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:05.9113605Z [00:02:31.964]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:05.9114042Z [00:02:31.964]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:05.9114466Z [00:02:31.964]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:05.9114892Z [00:02:31.964]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:05.9115197Z [00:02:31.964]➜  EOF
2025-08-20T21:45:05.9117662Z [00:02:31.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b307=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T21:45:05.9648936Z [00:02:32.017]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:45:05.9690017Z [00:02:32.021]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/e7/e7db4bda3f5cf000a1f5c20d22f4df59306d8dab480d015a41c24899d835a366-d # internal
2025-08-20T21:45:05.9690694Z [00:02:32.021]➜  vendor/golang.org/x/text/transform
2025-08-20T21:45:05.9691003Z [00:02:32.021]➜  mkdir -p $WORK/b311/
2025-08-20T21:45:05.9691412Z [00:02:32.021]➜  cat >/tmp/go-build3243449595/b311/importcfg << 'EOF' # internal
2025-08-20T21:45:05.9691756Z [00:02:32.021]➜  # import config
2025-08-20T21:45:05.9692095Z [00:02:32.021]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:05.9692515Z [00:02:32.021]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:05.9692926Z [00:02:32.021]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:05.9693357Z [00:02:32.021]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:05.9693689Z [00:02:32.021]➜  EOF
2025-08-20T21:45:05.9695486Z [00:02:32.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b311=>" -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/b311/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:45:06.0279404Z [00:02:32.080]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:45:06.0285442Z [00:02:32.081]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T21:45:06.0291762Z [00:02:32.081]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:45:06.0292119Z [00:02:32.081]➜  mkdir -p $WORK/b312/
2025-08-20T21:45:06.0292500Z [00:02:32.082]➜  cat >/tmp/go-build3243449595/b312/importcfg << 'EOF' # internal
2025-08-20T21:45:06.0292877Z [00:02:32.082]➜  # import config
2025-08-20T21:45:06.0293221Z [00:02:32.082]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.0293671Z [00:02:32.082]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:06.0294108Z [00:02:32.082]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.0294512Z [00:02:32.082]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:06.0294943Z [00:02:32.082]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:06.0295377Z [00:02:32.082]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.0295711Z [00:02:32.082]➜  EOF
2025-08-20T21:45:06.0298880Z [00:02:32.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b312=>" -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/b312/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T21:45:06.0525360Z [00:02:32.105]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:45:06.0544031Z [00:02:32.107]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T21:45:06.0549184Z [00:02:32.107]➜  compress/gzip
2025-08-20T21:45:06.0561145Z [00:02:32.109]➜  mkdir -p $WORK/b306/
2025-08-20T21:45:06.0567329Z [00:02:32.109]➜  cat >/tmp/go-build3243449595/b306/importcfg << 'EOF' # internal
2025-08-20T21:45:06.0570336Z [00:02:32.109]➜  # import config
2025-08-20T21:45:06.0572976Z [00:02:32.109]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.0575838Z [00:02:32.109]➜  packagefile compress/flate=/tmp/go-build3243449595/b307/_pkg_.a
2025-08-20T21:45:06.0576338Z [00:02:32.109]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.0576820Z [00:02:32.109]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.0577236Z [00:02:32.109]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.0577664Z [00:02:32.109]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:06.0578269Z [00:02:32.109]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.0578679Z [00:02:32.109]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.0578986Z [00:02:32.109]➜  EOF
2025-08-20T21:45:06.0580688Z [00:02:32.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b306=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:45:06.0921668Z [00:02:32.145]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:45:06.0935214Z [00:02:32.146]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T21:45:06.0946654Z [00:02:32.147]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:45:06.0954239Z [00:02:32.148]➜  mkdir -p $WORK/b313/
2025-08-20T21:45:06.0965330Z [00:02:32.149]➜  cat >/tmp/go-build3243449595/b313/importcfg << 'EOF' # internal
2025-08-20T21:45:06.0966028Z [00:02:32.149]➜  # import config
2025-08-20T21:45:06.0967169Z [00:02:32.149]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:45:06.0968351Z [00:02:32.149]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.0968866Z [00:02:32.149]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.0969405Z [00:02:32.149]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3243449595/b311/_pkg_.a
2025-08-20T21:45:06.0969943Z [00:02:32.149]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.0970353Z [00:02:32.149]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.0970812Z [00:02:32.149]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.0971146Z [00:02:32.149]➜  EOF
2025-08-20T21:45:06.0982466Z [00:02:32.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b313=>" -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/b313/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T21:45:06.1886053Z [00:02:32.241]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:45:06.1928751Z [00:02:32.245]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/48/483df5992e4077d990e88c86037cd28c2f728d225f47993005d5c3eda508ff87-d # internal
2025-08-20T21:45:06.1974280Z [00:02:32.250]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:45:06.1992990Z [00:02:32.252]➜  github.com/pion/stun/v2
2025-08-20T21:45:06.1993657Z [00:02:32.252]➜  mkdir -p $WORK/b283/
2025-08-20T21:45:06.2003055Z [00:02:32.253]➜  cat >/tmp/go-build3243449595/b283/importcfg << 'EOF' # internal
2025-08-20T21:45:06.2003715Z [00:02:32.253]➜  # import config
2025-08-20T21:45:06.2005613Z [00:02:32.253]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:06.2008581Z [00:02:32.253]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:06.2015005Z [00:02:32.253]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:06.2015697Z [00:02:32.253]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:06.2016183Z [00:02:32.253]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:06.2016699Z [00:02:32.253]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.2017153Z [00:02:32.253]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.2017569Z [00:02:32.253]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.2018204Z [00:02:32.253]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build3243449595/b251/_pkg_.a
2025-08-20T21:45:06.2018865Z [00:02:32.253]➜  packagefile github.com/pion/stun/v2/internal/hmac=/tmp/go-build3243449595/b284/_pkg_.a
2025-08-20T21:45:06.2019852Z [00:02:32.253]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:06.2020452Z [00:02:32.253]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build3243449595/b285/_pkg_.a
2025-08-20T21:45:06.2021081Z [00:02:32.253]➜  packagefile github.com/pion/transport/v3/utils/xor=/tmp/go-build3243449595/b286/_pkg_.a
2025-08-20T21:45:06.2021616Z [00:02:32.253]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:06.2022052Z [00:02:32.253]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.2022452Z [00:02:32.253]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:06.2022853Z [00:02:32.253]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.2023266Z [00:02:32.253]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:06.2023691Z [00:02:32.253]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:06.2024130Z [00:02:32.253]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.2024556Z [00:02:32.253]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.2024970Z [00:02:32.253]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.2025403Z [00:02:32.253]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:06.2025836Z [00:02:32.253]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.2026141Z [00:02:32.253]➜  EOF
2025-08-20T21:45:06.2041946Z [00:02:32.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0=>github.com/pion/stun/v2@v2.0.0;$WORK/b283=>" -p github.com/pion/stun/v2 -lang=go1.12 -complete -installsuffix shared -buildid 9XeV9BTTchYIxccgyUhQ/9XeV9BTTchYIxccgyUhQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/addr.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/agent.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/attributes.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/checks.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/client.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/errorcode.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/errors.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/fingerprint.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/helpers.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/integrity.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/message.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/stun.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/textattrs.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/uattrs.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/uri.go /root/go/pkg/mod/github.com/pion/stun/v2@v2.0.0/xoraddr.go
2025-08-20T21:45:06.2046710Z [00:02:32.254]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T21:45:06.2047306Z [00:02:32.254]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:45:06.2047612Z [00:02:32.254]➜  mkdir -p $WORK/b310/
2025-08-20T21:45:06.2048207Z [00:02:32.254]➜  cat >/tmp/go-build3243449595/b310/importcfg << 'EOF' # internal
2025-08-20T21:45:06.2048560Z [00:02:32.254]➜  # import config
2025-08-20T21:45:06.2048964Z [00:02:32.254]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:45:06.2049540Z [00:02:32.254]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:45:06.2050039Z [00:02:32.254]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.2050566Z [00:02:32.254]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3243449595/b311/_pkg_.a
2025-08-20T21:45:06.2051197Z [00:02:32.254]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3243449595/b312/_pkg_.a
2025-08-20T21:45:06.2052004Z [00:02:32.254]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.2052337Z [00:02:32.254]➜  EOF
2025-08-20T21:45:06.2054517Z [00:02:32.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b310=>" -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/b310/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:45:06.2387864Z [00:02:32.291]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:45:06.2402737Z [00:02:32.292]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T21:45:06.2403393Z [00:02:32.292]➜  net/textproto
2025-08-20T21:45:06.2403653Z [00:02:32.292]➜  mkdir -p $WORK/b314/
2025-08-20T21:45:06.2404036Z [00:02:32.292]➜  cat >/tmp/go-build3243449595/b314/importcfg << 'EOF' # internal
2025-08-20T21:45:06.2404381Z [00:02:32.292]➜  # import config
2025-08-20T21:45:06.2404717Z [00:02:32.292]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.2405135Z [00:02:32.292]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.2405554Z [00:02:32.292]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.2405984Z [00:02:32.292]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.2406382Z [00:02:32.292]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.2406787Z [00:02:32.292]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:06.2407189Z [00:02:32.292]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.2407620Z [00:02:32.292]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.2408236Z [00:02:32.292]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.2408660Z [00:02:32.292]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.2408968Z [00:02:32.292]➜  EOF
2025-08-20T21:45:06.2411338Z [00:02:32.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b314=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid dxY0CL_HreI5qShr5X9i/dxY0CL_HreI5qShr5X9i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T21:45:06.3097118Z [00:02:32.362]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:45:06.3108873Z [00:02:32.363]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/60/60958166c58fc751e17817a5f5ec0d09df305badb6b25947f49b54f0f9b02321-d # internal
2025-08-20T21:45:06.3115794Z [00:02:32.364]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:45:06.3118931Z [00:02:32.365]➜  mkdir -p $WORK/b316/
2025-08-20T21:45:06.3120242Z [00:02:32.365]➜  cat >/tmp/go-build3243449595/b316/importcfg << 'EOF' # internal
2025-08-20T21:45:06.3123650Z [00:02:32.365]➜  # import config
2025-08-20T21:45:06.3124104Z [00:02:32.365]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.3125070Z [00:02:32.365]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.3125814Z [00:02:32.365]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.3126666Z [00:02:32.365]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.3127323Z [00:02:32.365]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.3128012Z [00:02:32.365]➜  EOF
2025-08-20T21:45:06.3131383Z [00:02:32.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b316=>" -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/b316/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T21:45:06.3721445Z [00:02:32.425]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:45:06.3851356Z [00:02:32.438]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T21:45:06.3866057Z [00:02:32.439]➜  github.com/stretchr/testify/assert/yaml
2025-08-20T21:45:06.3866457Z [00:02:32.439]➜  mkdir -p $WORK/b303/
2025-08-20T21:45:06.3866844Z [00:02:32.439]➜  cat >/tmp/go-build3243449595/b303/importcfg << 'EOF' # internal
2025-08-20T21:45:06.3867190Z [00:02:32.439]➜  # import config
2025-08-20T21:45:06.3867566Z [00:02:32.439]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3243449595/b304/_pkg_.a
2025-08-20T21:45:06.3868098Z [00:02:32.439]➜  EOF
2025-08-20T21:45:06.3870125Z [00:02:32.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_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/b303=>" -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/b303/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml/yaml_default.go
2025-08-20T21:45:06.3891385Z [00:02:32.442]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:45:06.3935976Z [00:02:32.446]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T21:45:06.3942666Z [00:02:32.447]➜  mime
2025-08-20T21:45:06.3948057Z [00:02:32.447]➜  mkdir -p $WORK/b317/
2025-08-20T21:45:06.3948495Z [00:02:32.447]➜  cat >/tmp/go-build3243449595/b317/importcfg << 'EOF' # internal
2025-08-20T21:45:06.3948854Z [00:02:32.447]➜  # import config
2025-08-20T21:45:06.3949471Z [00:02:32.447]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.3949968Z [00:02:32.447]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.3950425Z [00:02:32.447]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:06.3950873Z [00:02:32.447]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.3951289Z [00:02:32.447]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.3951711Z [00:02:32.447]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.3952121Z [00:02:32.447]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:06.3952525Z [00:02:32.447]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.3952935Z [00:02:32.447]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:06.3953359Z [00:02:32.447]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.3953790Z [00:02:32.447]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.3954208Z [00:02:32.447]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:06.3954652Z [00:02:32.447]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.3954985Z [00:02:32.447]➜  EOF
2025-08-20T21:45:06.3956728Z [00:02:32.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b317=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T21:45:06.4029075Z [00:02:32.455]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:45:06.4036572Z [00:02:32.456]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/a6/a6a123f31c163502ed15fc1b179140c8ab5897d6cbf14ea8a214c3397f2818a5-d # internal
2025-08-20T21:45:06.4046304Z [00:02:32.456]➜  mime/quotedprintable
2025-08-20T21:45:06.4046630Z [00:02:32.456]➜  mkdir -p $WORK/b319/
2025-08-20T21:45:06.4047006Z [00:02:32.456]➜  cat >/tmp/go-build3243449595/b319/importcfg << 'EOF' # internal
2025-08-20T21:45:06.4047353Z [00:02:32.456]➜  # import config
2025-08-20T21:45:06.4047688Z [00:02:32.456]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.4048283Z [00:02:32.456]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.4048698Z [00:02:32.456]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.4049099Z [00:02:32.456]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.4049405Z [00:02:32.456]➜  EOF
2025-08-20T21:45:06.4051166Z [00:02:32.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b319=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:45:06.4120891Z [00:02:32.465]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:45:06.4145244Z [00:02:32.467]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T21:45:06.4149158Z [00:02:32.467]➜  vendor/golang.org/x/net/idna
2025-08-20T21:45:06.4155212Z [00:02:32.467]➜  mkdir -p $WORK/b309/
2025-08-20T21:45:06.4156875Z [00:02:32.468]➜  cat >/tmp/go-build3243449595/b309/importcfg << 'EOF' # internal
2025-08-20T21:45:06.4157517Z [00:02:32.468]➜  # import config
2025-08-20T21:45:06.4158395Z [00:02:32.468]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:45:06.4159547Z [00:02:32.468]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:45:06.4160712Z [00:02:32.468]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:45:06.4161751Z [00:02:32.468]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.4162363Z [00:02:32.468]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3243449595/b310/_pkg_.a
2025-08-20T21:45:06.4163052Z [00:02:32.468]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3243449595/b312/_pkg_.a
2025-08-20T21:45:06.4163685Z [00:02:32.468]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3243449595/b313/_pkg_.a
2025-08-20T21:45:06.4164207Z [00:02:32.468]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:06.4164627Z [00:02:32.468]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.4165086Z [00:02:32.468]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.4165423Z [00:02:32.468]➜  EOF
2025-08-20T21:45:06.4168578Z [00:02:32.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b309=>" -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/b309/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T21:45:06.4454107Z [00:02:32.498]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:45:06.4464519Z [00:02:32.499]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T21:45:06.4485881Z [00:02:32.501]➜  net/http/httptrace
2025-08-20T21:45:06.4486618Z [00:02:32.501]➜  mkdir -p $WORK/b320/
2025-08-20T21:45:06.4487532Z [00:02:32.501]➜  cat >/tmp/go-build3243449595/b320/importcfg << 'EOF' # internal
2025-08-20T21:45:06.4488201Z [00:02:32.501]➜  # import config
2025-08-20T21:45:06.4488595Z [00:02:32.501]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:06.4489050Z [00:02:32.501]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:06.4489533Z [00:02:32.501]➜  packagefile internal/nettrace=/tmp/go-build3243449595/b076/_pkg_.a
2025-08-20T21:45:06.4489992Z [00:02:32.501]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.4490432Z [00:02:32.501]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:06.4490901Z [00:02:32.501]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:06.4491319Z [00:02:32.501]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.4491630Z [00:02:32.501]➜  EOF
2025-08-20T21:45:06.4493159Z [00:02:32.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b320=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid gei0-B6VuOtl0AYKzXSW/gei0-B6VuOtl0AYKzXSW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:45:06.4783603Z [00:02:32.531]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:45:06.4838370Z [00:02:32.537]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/8f/8fab63e441ca455e819b4019cf4cefd5d5baed78b103c7ebb1956f486e1fe1b4-d # internal
2025-08-20T21:45:06.4899610Z [00:02:32.540]➜  github.com/pion/ice/v3/internal/stun
2025-08-20T21:45:06.4900544Z [00:02:32.540]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:45:06.4900971Z [00:02:32.540]➜  mkdir -p $WORK/b282/
2025-08-20T21:45:06.4901346Z [00:02:32.540]➜  cat >/tmp/go-build3243449595/b282/importcfg << 'EOF' # internal
2025-08-20T21:45:06.4901701Z [00:02:32.540]➜  # import config
2025-08-20T21:45:06.4902040Z [00:02:32.540]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.4902453Z [00:02:32.540]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.4902953Z [00:02:32.540]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:06.4903421Z [00:02:32.540]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.4903828Z [00:02:32.540]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.4904136Z [00:02:32.540]➜  EOF
2025-08-20T21:45:06.4906270Z [00:02:32.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/internal/stun=>github.com/pion/ice/v3@v3.0.2/internal/stun;$WORK/b282=>" -p github.com/pion/ice/v3/internal/stun -lang=go1.13 -complete -installsuffix shared -buildid eqWxfUDKyl0cVFNf4o52/eqWxfUDKyl0cVFNf4o52 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/internal/stun/stun.go
2025-08-20T21:45:06.4908917Z [00:02:32.541]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/6c/6c4c249df8222a83694856bcd0b2e1ac25a7c7fedb2c4182cac3801522f7cd59-d # internal
2025-08-20T21:45:06.4991213Z [00:02:32.552]➜  github.com/pion/turn/v3/internal/proto
2025-08-20T21:45:06.4997541Z [00:02:32.552]➜  mkdir -p $WORK/b296/
2025-08-20T21:45:06.4998166Z [00:02:32.552]➜  cat >/tmp/go-build3243449595/b296/importcfg << 'EOF' # internal
2025-08-20T21:45:06.4998528Z [00:02:32.552]➜  # import config
2025-08-20T21:45:06.4998866Z [00:02:32.552]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.4999350Z [00:02:32.552]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.4999803Z [00:02:32.552]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.5000219Z [00:02:32.552]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.5000698Z [00:02:32.552]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:06.5001180Z [00:02:32.552]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.5001580Z [00:02:32.552]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.5002004Z [00:02:32.552]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.5002423Z [00:02:32.552]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.5002731Z [00:02:32.552]➜  EOF
2025-08-20T21:45:06.5008731Z [00:02:32.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto=>github.com/pion/turn/v3@v3.0.1/internal/proto;$WORK/b296=>" -p github.com/pion/turn/v3/internal/proto -lang=go1.13 -complete -installsuffix shared -buildid jhcA7idyJuukVTb1tJcC/jhcA7idyJuukVTb1tJcC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/addr.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/chandata.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/chann.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/connection_id.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/data.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/dontfrag.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/evenport.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/lifetime.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/peeraddr.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/proto.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/relayedaddr.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/reqfamily.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/reqtrans.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/proto/rsrvtoken.go
2025-08-20T21:45:06.5152798Z [00:02:32.568]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:45:06.5164949Z [00:02:32.568]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/36/36b005acb53ee6d1056a47c4f5874c6350766d5e1bc27d62906e50e07ae8fb7b-d # internal
2025-08-20T21:45:06.5165586Z [00:02:32.568]➜  net/http/internal
2025-08-20T21:45:06.5165862Z [00:02:32.568]➜  mkdir -p $WORK/b321/
2025-08-20T21:45:06.5166237Z [00:02:32.568]➜  cat >/tmp/go-build3243449595/b321/importcfg << 'EOF' # internal
2025-08-20T21:45:06.5166585Z [00:02:32.568]➜  # import config
2025-08-20T21:45:06.5166934Z [00:02:32.568]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.5167378Z [00:02:32.568]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.5207093Z [00:02:32.568]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.5207896Z [00:02:32.569]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.5208384Z [00:02:32.569]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.5208696Z [00:02:32.569]➜  EOF
2025-08-20T21:45:06.5210763Z [00:02:32.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b321=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:45:06.5657518Z [00:02:32.618]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:45:06.5675667Z [00:02:32.620]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T21:45:06.5676826Z [00:02:32.620]➜  net/http/internal/ascii
2025-08-20T21:45:06.5678070Z [00:02:32.620]➜  mkdir -p $WORK/b322/
2025-08-20T21:45:06.5692376Z [00:02:32.622]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:45:06.5708039Z [00:02:32.623]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/da/dadd373b3f5244017036c664e9c1bd648590d31f64280f392e7f926d1299315a-d # internal
2025-08-20T21:45:06.5709314Z [00:02:32.624]➜  cat >/tmp/go-build3243449595/b322/importcfg << 'EOF' # internal
2025-08-20T21:45:06.5709733Z [00:02:32.624]➜  # import config
2025-08-20T21:45:06.5710096Z [00:02:32.624]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.5710537Z [00:02:32.624]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:06.5710856Z [00:02:32.624]➜  EOF
2025-08-20T21:45:06.5717342Z [00:02:32.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b322=>" -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/b322/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:45:06.5723088Z [00:02:32.625]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:45:06.5733553Z [00:02:32.626]➜  github.com/pion/turn/v3/internal/allocation
2025-08-20T21:45:06.5735008Z [00:02:32.626]➜  mkdir -p $WORK/b294/
2025-08-20T21:45:06.5737520Z [00:02:32.626]➜  cat >/tmp/go-build3243449595/b294/importcfg << 'EOF' # internal
2025-08-20T21:45:06.5742716Z [00:02:32.626]➜  # import config
2025-08-20T21:45:06.5743071Z [00:02:32.626]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.5743495Z [00:02:32.626]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.5744323Z [00:02:32.626]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:06.5744951Z [00:02:32.626]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:06.5745543Z [00:02:32.626]➜  packagefile github.com/pion/turn/v3/internal/ipnet=/tmp/go-build3243449595/b295/_pkg_.a
2025-08-20T21:45:06.5746182Z [00:02:32.626]➜  packagefile github.com/pion/turn/v3/internal/proto=/tmp/go-build3243449595/b296/_pkg_.a
2025-08-20T21:45:06.5746711Z [00:02:32.626]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.5747113Z [00:02:32.626]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.5747552Z [00:02:32.626]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:06.5748168Z [00:02:32.626]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.5748481Z [00:02:32.626]➜  EOF
2025-08-20T21:45:06.5755818Z [00:02:32.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/allocation=>github.com/pion/turn/v3@v3.0.1/internal/allocation;$WORK/b294=>" -p github.com/pion/turn/v3/internal/allocation -lang=go1.13 -complete -installsuffix shared -buildid PXSEddWs7t0XFRwJOd37/PXSEddWs7t0XFRwJOd37 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/allocation/allocation.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/allocation/allocation_manager.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/allocation/channel_bind.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/allocation/errors.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/allocation/five_tuple.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/allocation/permission.go
2025-08-20T21:45:06.5761481Z [00:02:32.628]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T21:45:06.5789847Z [00:02:32.631]➜  github.com/pion/turn/v3/internal/client
2025-08-20T21:45:06.5791170Z [00:02:32.632]➜  mkdir -p $WORK/b297/
2025-08-20T21:45:06.5794809Z [00:02:32.632]➜  cat >/tmp/go-build3243449595/b297/importcfg << 'EOF' # internal
2025-08-20T21:45:06.5795315Z [00:02:32.632]➜  # import config
2025-08-20T21:45:06.5795701Z [00:02:32.632]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.5796180Z [00:02:32.632]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.5796597Z [00:02:32.632]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.5797096Z [00:02:32.632]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:06.5797642Z [00:02:32.632]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:06.5798509Z [00:02:32.632]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:06.5799132Z [00:02:32.632]➜  packagefile github.com/pion/turn/v3/internal/ipnet=/tmp/go-build3243449595/b295/_pkg_.a
2025-08-20T21:45:06.5799775Z [00:02:32.632]➜  packagefile github.com/pion/turn/v3/internal/proto=/tmp/go-build3243449595/b296/_pkg_.a
2025-08-20T21:45:06.5800283Z [00:02:32.632]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.5800690Z [00:02:32.632]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:06.5801107Z [00:02:32.632]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.5801511Z [00:02:32.632]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.5801942Z [00:02:32.632]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:06.5802371Z [00:02:32.632]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.5802684Z [00:02:32.632]➜  EOF
2025-08-20T21:45:06.5807897Z [00:02:32.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client=>github.com/pion/turn/v3@v3.0.1/internal/client;$WORK/b297=>" -p github.com/pion/turn/v3/internal/client -lang=go1.13 -complete -installsuffix shared -buildid LouMoiXS01abR7imPGah/LouMoiXS01abR7imPGah -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/allocation.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/binding.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/client.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/errors.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/periodic_timer.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/permission.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/tcp_alloc.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/tcp_conn.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/transaction.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/trylock.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/client/udp_conn.go
2025-08-20T21:45:06.5850484Z [00:02:32.638]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:45:06.5855019Z [00:02:32.638]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T21:45:06.5858446Z [00:02:32.638]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:45:06.5858843Z [00:02:32.638]➜  mkdir -p $WORK/b308/
2025-08-20T21:45:06.5860735Z [00:02:32.639]➜  cat >/tmp/go-build3243449595/b308/importcfg << 'EOF' # internal
2025-08-20T21:45:06.5861211Z [00:02:32.639]➜  # import config
2025-08-20T21:45:06.5861580Z [00:02:32.639]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:45:06.5862109Z [00:02:32.639]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3243449595/b309/_pkg_.a
2025-08-20T21:45:06.5862618Z [00:02:32.639]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.5863060Z [00:02:32.639]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:06.5863507Z [00:02:32.639]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.5863952Z [00:02:32.639]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.5864296Z [00:02:32.639]➜  EOF
2025-08-20T21:45:06.5866359Z [00:02:32.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b308=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid NhIhmBtuzUVk6_iTYYuE/NhIhmBtuzUVk6_iTYYuE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T21:45:06.5890188Z [00:02:32.642]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:45:06.6016676Z [00:02:32.654]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T21:45:06.6017340Z [00:02:32.654]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:45:06.6049268Z [00:02:32.654]➜  mkdir -p $WORK/b315/
2025-08-20T21:45:06.6050277Z [00:02:32.654]➜  cat >/tmp/go-build3243449595/b315/importcfg << 'EOF' # internal
2025-08-20T21:45:06.6050692Z [00:02:32.654]➜  # import config
2025-08-20T21:45:06.6051061Z [00:02:32.654]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:45:06.6051514Z [00:02:32.654]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.6051936Z [00:02:32.654]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.6052801Z [00:02:32.654]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3243449595/b309/_pkg_.a
2025-08-20T21:45:06.6053362Z [00:02:32.654]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.6053793Z [00:02:32.654]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:06.6054224Z [00:02:32.654]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:06.6054632Z [00:02:32.654]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.6055061Z [00:02:32.654]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.6055511Z [00:02:32.654]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.6055846Z [00:02:32.654]➜  EOF
2025-08-20T21:45:06.6057695Z [00:02:32.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b315=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid YtIR4Xlrvo_zd9uF1CPg/YtIR4Xlrvo_zd9uF1CPg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:45:06.6155203Z [00:02:32.668]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:45:06.6162935Z [00:02:32.669]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/24/249307af8f4219eddee1f94c77d32eb683398c062be8802da8e1275ca6903f21-d # internal
2025-08-20T21:45:06.6168369Z [00:02:32.670]➜  mime/multipart
2025-08-20T21:45:06.6168844Z [00:02:32.670]➜  mkdir -p $WORK/b318/
2025-08-20T21:45:06.6171102Z [00:02:32.670]➜  cat >/tmp/go-build3243449595/b318/importcfg << 'EOF' # internal
2025-08-20T21:45:06.6171623Z [00:02:32.670]➜  # import config
2025-08-20T21:45:06.6172102Z [00:02:32.670]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.6172671Z [00:02:32.670]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.6173268Z [00:02:32.670]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:06.6173844Z [00:02:32.670]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.6174416Z [00:02:32.670]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.6175885Z [00:02:32.670]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:06.6176526Z [00:02:32.670]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.6177078Z [00:02:32.670]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:06.6177637Z [00:02:32.670]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:06.6178309Z [00:02:32.670]➜  packagefile mime=/tmp/go-build3243449595/b317/_pkg_.a
2025-08-20T21:45:06.6178911Z [00:02:32.670]➜  packagefile mime/quotedprintable=/tmp/go-build3243449595/b319/_pkg_.a
2025-08-20T21:45:06.6179581Z [00:02:32.670]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:06.6180141Z [00:02:32.670]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.6180703Z [00:02:32.670]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:06.6181247Z [00:02:32.670]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:06.6181779Z [00:02:32.670]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.6182369Z [00:02:32.670]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.6182820Z [00:02:32.670]➜  EOF
2025-08-20T21:45:06.6186605Z [00:02:32.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b318=>" -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/b318/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T21:45:06.6212900Z [00:02:32.674]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:45:06.6228633Z [00:02:32.676]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/03/037edd6089b7478f1d1f379cd3ff8e22ec7f5061136419d0edf0e475c2db7e2b-d # internal
2025-08-20T21:45:06.6242550Z [00:02:32.677]➜  github.com/pion/turn/v3/internal/server
2025-08-20T21:45:06.6242922Z [00:02:32.677]➜  mkdir -p $WORK/b298/
2025-08-20T21:45:06.6252769Z [00:02:32.678]➜  cat >/tmp/go-build3243449595/b298/importcfg << 'EOF' # internal
2025-08-20T21:45:06.6253549Z [00:02:32.678]➜  # import config
2025-08-20T21:45:06.6254348Z [00:02:32.678]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:06.6254841Z [00:02:32.678]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.6255268Z [00:02:32.678]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.6255770Z [00:02:32.678]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:06.6256310Z [00:02:32.678]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:06.6256945Z [00:02:32.678]➜  packagefile github.com/pion/turn/v3/internal/allocation=/tmp/go-build3243449595/b294/_pkg_.a
2025-08-20T21:45:06.6257612Z [00:02:32.678]➜  packagefile github.com/pion/turn/v3/internal/ipnet=/tmp/go-build3243449595/b295/_pkg_.a
2025-08-20T21:45:06.6258876Z [00:02:32.678]➜  packagefile github.com/pion/turn/v3/internal/proto=/tmp/go-build3243449595/b296/_pkg_.a
2025-08-20T21:45:06.6259388Z [00:02:32.678]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.6259816Z [00:02:32.678]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:06.6260234Z [00:02:32.678]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.6260656Z [00:02:32.678]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.6271332Z [00:02:32.678]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.6272022Z [00:02:32.678]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.6272345Z [00:02:32.678]➜  EOF
2025-08-20T21:45:06.6275368Z [00:02:32.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/server=>github.com/pion/turn/v3@v3.0.1/internal/server;$WORK/b298=>" -p github.com/pion/turn/v3/internal/server -lang=go1.13 -complete -installsuffix shared -buildid Srkbtc4VjmbMFFA9UuvI/Srkbtc4VjmbMFFA9UuvI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/server/errors.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/server/server.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/server/stun.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/server/turn.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/internal/server/util.go
2025-08-20T21:45:06.6405375Z [00:02:32.693]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:45:06.6412168Z [00:02:32.694]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/bf/bff3c2183a59264fd540792ee7193e457384115834c90ca26a913b596ddf400c-d # internal
2025-08-20T21:45:06.6414716Z [00:02:32.694]➜  net/http/internal/httpcommon
2025-08-20T21:45:06.6432966Z [00:02:32.694]➜  mkdir -p $WORK/b323/
2025-08-20T21:45:06.6433799Z [00:02:32.695]➜  cat >/tmp/go-build3243449595/b323/importcfg << 'EOF' # internal
2025-08-20T21:45:06.6434541Z [00:02:32.695]➜  # import config
2025-08-20T21:45:06.6435485Z [00:02:32.695]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:45:06.6436160Z [00:02:32.695]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:45:06.6436663Z [00:02:32.695]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:06.6437096Z [00:02:32.695]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.6437994Z [00:02:32.695]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.6438664Z [00:02:32.695]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b308/_pkg_.a
2025-08-20T21:45:06.6439297Z [00:02:32.695]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3243449595/b316/_pkg_.a
2025-08-20T21:45:06.6439857Z [00:02:32.695]➜  packagefile net/http/httptrace=/tmp/go-build3243449595/b320/_pkg_.a
2025-08-20T21:45:06.6440361Z [00:02:32.695]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:06.6440854Z [00:02:32.695]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:06.6441280Z [00:02:32.695]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:06.6441701Z [00:02:32.695]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.6442129Z [00:02:32.695]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.6442556Z [00:02:32.695]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.6442864Z [00:02:32.695]➜  EOF
2025-08-20T21:45:06.6444578Z [00:02:32.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b323=>" -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/b323/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:45:06.7243054Z [00:02:32.777]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:45:06.7249640Z [00:02:32.778]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T21:45:06.7271952Z [00:02:32.780]➜  flag
2025-08-20T21:45:06.7272745Z [00:02:32.780]➜  mkdir -p $WORK/b325/
2025-08-20T21:45:06.7275753Z [00:02:32.780]➜  cat >/tmp/go-build3243449595/b325/importcfg << 'EOF' # internal
2025-08-20T21:45:06.7278459Z [00:02:32.781]➜  # import config
2025-08-20T21:45:06.7278894Z [00:02:32.781]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:06.7279338Z [00:02:32.781]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.7279760Z [00:02:32.781]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.7280198Z [00:02:32.781]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.7280598Z [00:02:32.781]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.7281500Z [00:02:32.781]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:06.7282042Z [00:02:32.781]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:06.7283507Z [00:02:32.781]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:06.7283974Z [00:02:32.781]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.7284410Z [00:02:32.781]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.7284830Z [00:02:32.781]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.7285136Z [00:02:32.781]➜  EOF
2025-08-20T21:45:06.7286424Z [00:02:32.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b325=>" -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/b325/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:45:06.7298695Z [00:02:32.783]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:45:06.7383002Z [00:02:32.791]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/3f/3ff370d5db031f386d21467606055880a7e79888b2bf97b34a6a3dccd7bd8ff1-d # internal
2025-08-20T21:45:06.7384712Z [00:02:32.791]➜  net/http/internal/testcert
2025-08-20T21:45:06.7387498Z [00:02:32.791]➜  mkdir -p $WORK/b326/
2025-08-20T21:45:06.7390285Z [00:02:32.792]➜  cat >/tmp/go-build3243449595/b326/importcfg << 'EOF' # internal
2025-08-20T21:45:06.7390678Z [00:02:32.792]➜  # import config
2025-08-20T21:45:06.7391034Z [00:02:32.792]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.7391357Z [00:02:32.792]➜  EOF
2025-08-20T21:45:06.7393054Z [00:02:32.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b326=>" -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/b326/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T21:45:06.7394801Z [00:02:32.792]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:45:06.7408557Z [00:02:32.793]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T21:45:06.7418035Z [00:02:32.794]➜  net/http
2025-08-20T21:45:06.7421617Z [00:02:32.794]➜  mkdir -p $WORK/b305/
2025-08-20T21:45:06.7424703Z [00:02:32.795]➜  cat >/tmp/go-build3243449595/b305/importcfg << 'EOF' # internal
2025-08-20T21:45:06.7425639Z [00:02:32.795]➜  # import config
2025-08-20T21:45:06.7427306Z [00:02:32.795]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:45:06.7428419Z [00:02:32.795]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:45:06.7429015Z [00:02:32.795]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:45:06.7429524Z [00:02:32.795]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:45:06.7429968Z [00:02:32.795]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.7430402Z [00:02:32.795]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.7430859Z [00:02:32.795]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:06.7431341Z [00:02:32.795]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:06.7431797Z [00:02:32.795]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:06.7432241Z [00:02:32.795]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:06.7432710Z [00:02:32.795]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:06.7433183Z [00:02:32.795]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:06.7433669Z [00:02:32.795]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.7434123Z [00:02:32.795]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.7434539Z [00:02:32.795]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.7435083Z [00:02:32.795]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b308/_pkg_.a
2025-08-20T21:45:06.7435725Z [00:02:32.795]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3243449595/b315/_pkg_.a
2025-08-20T21:45:06.7436354Z [00:02:32.795]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3243449595/b316/_pkg_.a
2025-08-20T21:45:06.7436945Z [00:02:32.795]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3243449595/b309/_pkg_.a
2025-08-20T21:45:06.7437487Z [00:02:32.795]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:06.7438139Z [00:02:32.795]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.7438555Z [00:02:32.795]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:06.7438962Z [00:02:32.795]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:06.7439370Z [00:02:32.795]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:06.7440060Z [00:02:32.795]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:06.7440559Z [00:02:32.795]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:06.7441002Z [00:02:32.795]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:06.7441425Z [00:02:32.795]➜  packagefile mime=/tmp/go-build3243449595/b317/_pkg_.a
2025-08-20T21:45:06.7441868Z [00:02:32.795]➜  packagefile mime/multipart=/tmp/go-build3243449595/b318/_pkg_.a
2025-08-20T21:45:06.7442315Z [00:02:32.795]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.7442769Z [00:02:32.795]➜  packagefile net/http/httptrace=/tmp/go-build3243449595/b320/_pkg_.a
2025-08-20T21:45:06.7443264Z [00:02:32.795]➜  packagefile net/http/internal=/tmp/go-build3243449595/b321/_pkg_.a
2025-08-20T21:45:06.7443784Z [00:02:32.795]➜  packagefile net/http/internal/ascii=/tmp/go-build3243449595/b322/_pkg_.a
2025-08-20T21:45:06.7444355Z [00:02:32.795]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3243449595/b323/_pkg_.a
2025-08-20T21:45:06.7444876Z [00:02:32.795]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:06.7445323Z [00:02:32.795]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:06.7445734Z [00:02:32.795]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.7446147Z [00:02:32.795]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:06.7446834Z [00:02:32.795]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:06.7447284Z [00:02:32.795]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:06.7453606Z [00:02:32.795]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:06.7454384Z [00:02:32.795]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:06.7454812Z [00:02:32.795]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:06.7455255Z [00:02:32.795]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.7455687Z [00:02:32.795]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.7456107Z [00:02:32.795]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.7456539Z [00:02:32.795]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:06.7456971Z [00:02:32.795]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.7457398Z [00:02:32.795]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:06.7457980Z [00:02:32.795]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.7458362Z [00:02:32.795]➜  EOF
2025-08-20T21:45:06.7463602Z [00:02:32.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b305=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid VmGcTK4PaY-MhQQvPjqA/VmGcTK4PaY-MhQQvPjqA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T21:45:06.7508839Z [00:02:32.803]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:45:06.7526273Z [00:02:32.804]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/08/08ad8c82150ed63fc443672a4ea4c4bc71d94579c6e0210a4df94ae72540ebde-d # internal
2025-08-20T21:45:06.7526965Z [00:02:32.804]➜  runtime/debug
2025-08-20T21:45:06.7527229Z [00:02:32.804]➜  mkdir -p $WORK/b327/
2025-08-20T21:45:06.7528099Z [00:02:32.805]➜  echo -n > $WORK/b327/go_asm.h # internal
2025-08-20T21:45:06.7528427Z [00:02:32.805]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:45:06.7529442Z [00:02:32.805]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b327=>" -I $WORK/b327/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b327/symabis ./debug.s
2025-08-20T21:45:06.7553388Z [00:02:32.808]➜  cat >/tmp/go-build3243449595/b327/importcfg << 'EOF' # internal
2025-08-20T21:45:06.7553924Z [00:02:32.808]➜  # import config
2025-08-20T21:45:06.7554265Z [00:02:32.808]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.7554715Z [00:02:32.808]➜  packagefile internal/poll=/tmp/go-build3243449595/b060/_pkg_.a
2025-08-20T21:45:06.7555149Z [00:02:32.808]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.7555567Z [00:02:32.808]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:06.7556009Z [00:02:32.808]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:06.7556433Z [00:02:32.808]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.7556861Z [00:02:32.808]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.7557278Z [00:02:32.808]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.7557589Z [00:02:32.808]➜  EOF
2025-08-20T21:45:06.7563775Z [00:02:32.808]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:06.7566115Z [00:02:32.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b327=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b327/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack -asmhdr $WORK/b327/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T21:45:06.7588139Z [00:02:32.812]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:45:06.7616670Z [00:02:32.814]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/e7/e7d0463148501bf330761d76d15d8b3f5b628035f7a0f2f892ea409cb21bd9e1-d # internal
2025-08-20T21:45:06.7648932Z [00:02:32.817]➜  github.com/pion/turn/v3
2025-08-20T21:45:06.7649366Z [00:02:32.817]➜  mkdir -p $WORK/b293/
2025-08-20T21:45:06.7652972Z [00:02:32.818]➜  cat >/tmp/go-build3243449595/b293/importcfg << 'EOF' # internal
2025-08-20T21:45:06.7658775Z [00:02:32.818]➜  # import config
2025-08-20T21:45:06.7659170Z [00:02:32.818]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:06.7659642Z [00:02:32.818]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:06.7660126Z [00:02:32.818]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:06.7660631Z [00:02:32.818]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:06.7661115Z [00:02:32.818]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.7661564Z [00:02:32.818]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.7661977Z [00:02:32.818]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.7662457Z [00:02:32.818]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:06.7663005Z [00:02:32.818]➜  packagefile github.com/pion/randutil=/tmp/go-build3243449595/b289/_pkg_.a
2025-08-20T21:45:06.7663545Z [00:02:32.818]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:06.7664104Z [00:02:32.818]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:06.7664705Z [00:02:32.818]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build3243449595/b285/_pkg_.a
2025-08-20T21:45:06.7665846Z [00:02:32.818]➜  packagefile github.com/pion/turn/v3/internal/allocation=/tmp/go-build3243449595/b294/_pkg_.a
2025-08-20T21:45:06.7666517Z [00:02:32.818]➜  packagefile github.com/pion/turn/v3/internal/client=/tmp/go-build3243449595/b297/_pkg_.a
2025-08-20T21:45:06.7667229Z [00:02:32.818]➜  packagefile github.com/pion/turn/v3/internal/proto=/tmp/go-build3243449595/b296/_pkg_.a
2025-08-20T21:45:06.7668168Z [00:02:32.818]➜  packagefile github.com/pion/turn/v3/internal/server=/tmp/go-build3243449595/b298/_pkg_.a
2025-08-20T21:45:06.7668759Z [00:02:32.818]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:06.7669172Z [00:02:32.818]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.7669606Z [00:02:32.818]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.7672850Z [00:02:32.818]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.7673569Z [00:02:32.818]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.7675231Z [00:02:32.818]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.7675564Z [00:02:32.818]➜  EOF
2025-08-20T21:45:06.7679319Z [00:02:32.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1=>github.com/pion/turn/v3@v3.0.1;$WORK/b293=>" -p github.com/pion/turn/v3 -lang=go1.13 -complete -installsuffix shared -buildid 1W0avw629CczQvtE5vlY/1W0avw629CczQvtE5vlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/client.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/errors.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/lt_cred.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/relay_address_generator_none.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/relay_address_generator_range.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/relay_address_generator_static.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/server.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/server_config.go /root/go/pkg/mod/github.com/pion/turn/v3@v3.0.1/stun_conn.go
2025-08-20T21:45:06.8052716Z [00:02:32.858]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:45:06.8056653Z [00:02:32.858]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b327=>" -I $WORK/b327/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b327/debug.o ./debug.s
2025-08-20T21:45:06.8083023Z [00:02:32.861]➜  go tool pack r $WORK/b327/_pkg_.a $WORK/b327/debug.o # internal
2025-08-20T21:45:06.8084361Z [00:02:32.861]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:45:06.8092565Z [00:02:32.862]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T21:45:06.8121956Z [00:02:32.865]➜  golang.org/x/net/internal/socks
2025-08-20T21:45:06.8126144Z [00:02:32.865]➜  mkdir -p $WORK/b329/
2025-08-20T21:45:06.8126673Z [00:02:32.865]➜  cat >/tmp/go-build3243449595/b329/importcfg << 'EOF' # internal
2025-08-20T21:45:06.8127394Z [00:02:32.865]➜  # import config
2025-08-20T21:45:06.8129074Z [00:02:32.865]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:06.8130746Z [00:02:32.865]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.8131174Z [00:02:32.865]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.8131579Z [00:02:32.865]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.8132100Z [00:02:32.865]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.8132577Z [00:02:32.865]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.8132885Z [00:02:32.865]➜  EOF
2025-08-20T21:45:06.8133160Z [00:02:32.866]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:06.8135280Z [00:02:32.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socks=>golang.org/x/net@v0.39.0/internal/socks;$WORK/b329=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid OjV_3hnqTKQU0bB_kWo1/OjV_3hnqTKQU0bB_kWo1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/socks/socks.go
2025-08-20T21:45:06.8425035Z [00:02:32.895]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:45:06.8451627Z [00:02:32.898]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T21:45:06.8453001Z [00:02:32.898]➜  internal/sysinfo
2025-08-20T21:45:06.8455201Z [00:02:32.898]➜  mkdir -p $WORK/b331/
2025-08-20T21:45:06.8469102Z [00:02:32.900]➜  cat >/tmp/go-build3243449595/b331/importcfg << 'EOF' # internal
2025-08-20T21:45:06.8469889Z [00:02:32.900]➜  # import config
2025-08-20T21:45:06.8470832Z [00:02:32.900]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:06.8471609Z [00:02:32.900]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.8472389Z [00:02:32.900]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:45:06.8473066Z [00:02:32.900]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.8474363Z [00:02:32.900]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.8475161Z [00:02:32.900]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.8476612Z [00:02:32.900]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.8476970Z [00:02:32.900]➜  EOF
2025-08-20T21:45:06.8479016Z [00:02:32.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b331=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:45:06.8690328Z [00:02:32.922]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:45:06.8702354Z [00:02:32.923]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T21:45:06.8723852Z [00:02:32.925]➜  runtime/trace
2025-08-20T21:45:06.8724785Z [00:02:32.925]➜  mkdir -p $WORK/b332/
2025-08-20T21:45:06.8735411Z [00:02:32.926]➜  cat >/tmp/go-build3243449595/b332/importcfg << 'EOF' # internal
2025-08-20T21:45:06.8736070Z [00:02:32.926]➜  # import config
2025-08-20T21:45:06.8736685Z [00:02:32.926]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:06.8738337Z [00:02:32.926]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.8739136Z [00:02:32.926]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.8740524Z [00:02:32.926]➜  packagefile internal/trace/tracev2=/tmp/go-build3243449595/b033/_pkg_.a
2025-08-20T21:45:06.8741029Z [00:02:32.926]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.8741451Z [00:02:32.926]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:06.8741879Z [00:02:32.926]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:06.8742315Z [00:02:32.926]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.8742753Z [00:02:32.926]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:06.8743191Z [00:02:32.926]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.8743501Z [00:02:32.926]➜  EOF
2025-08-20T21:45:06.8745860Z [00:02:32.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b332=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T21:45:06.8944505Z [00:02:32.947]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:45:06.8953754Z [00:02:32.948]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/1a/1a9de867eb06f2623f8678c64100b122eb1eff59312d238cb833fe6b8b0dff9a-d # internal
2025-08-20T21:45:06.8980628Z [00:02:32.951]➜  golang.org/x/net/proxy
2025-08-20T21:45:06.8981654Z [00:02:32.951]➜  mkdir -p $WORK/b328/
2025-08-20T21:45:06.8984465Z [00:02:32.951]➜  cat >/tmp/go-build3243449595/b328/importcfg << 'EOF' # internal
2025-08-20T21:45:06.8985188Z [00:02:32.951]➜  # import config
2025-08-20T21:45:06.8986230Z [00:02:32.951]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:06.8987278Z [00:02:32.951]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.8988198Z [00:02:32.951]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3243449595/b329/_pkg_.a
2025-08-20T21:45:06.8988944Z [00:02:32.951]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:06.8989831Z [00:02:32.951]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:06.8990829Z [00:02:32.951]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:06.8991575Z [00:02:32.951]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.8992502Z [00:02:32.951]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.8993228Z [00:02:32.951]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.8994034Z [00:02:32.951]➜  EOF
2025-08-20T21:45:06.8997311Z [00:02:32.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/proxy=>golang.org/x/net@v0.39.0/proxy;$WORK/b328=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid SOzvAE2dNj8HNLa9mPuu/SOzvAE2dNj8HNLa9mPuu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/proxy/socks5.go
2025-08-20T21:45:06.9211597Z [00:02:32.974]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:45:06.9244124Z [00:02:32.977]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/cb/cb463f5706346a1f1020a8bc0ec384b8e0565c4217294bec3288fa1147d19978-d # internal
2025-08-20T21:45:06.9285885Z [00:02:32.981]➜  golang.org/x/crypto/blake2s
2025-08-20T21:45:06.9287211Z [00:02:32.981]➜  mkdir -p $WORK/b335/
2025-08-20T21:45:06.9292753Z [00:02:32.982]➜  cat >/tmp/go-build3243449595/b335/importcfg << 'EOF' # internal
2025-08-20T21:45:06.9293419Z [00:02:32.982]➜  # import config
2025-08-20T21:45:06.9294399Z [00:02:32.982]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:06.9296073Z [00:02:32.982]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.9296599Z [00:02:32.982]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.9297054Z [00:02:32.982]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:06.9297465Z [00:02:32.982]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.9298116Z [00:02:32.982]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:06.9298456Z [00:02:32.982]➜  EOF
2025-08-20T21:45:06.9300969Z [00:02:32.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2s=>golang.org/x/crypto@v0.37.0/blake2s;$WORK/b335=>" -p golang.org/x/crypto/blake2s -lang=go1.23 -complete -installsuffix shared -buildid J0tWhQED2ORh896o34r_/J0tWhQED2ORh896o34r_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2s/blake2s.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2s/blake2s_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2s/blake2s_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2s/blake2x.go
2025-08-20T21:45:06.9356794Z [00:02:32.988]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:45:06.9371111Z [00:02:32.990]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T21:45:06.9378430Z [00:02:32.991]➜  testing
2025-08-20T21:45:06.9379341Z [00:02:32.991]➜  mkdir -p $WORK/b330/
2025-08-20T21:45:06.9394823Z [00:02:32.992]➜  cat >/tmp/go-build3243449595/b330/importcfg << 'EOF' # internal
2025-08-20T21:45:06.9395497Z [00:02:32.992]➜  # import config
2025-08-20T21:45:06.9396080Z [00:02:32.992]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:06.9397412Z [00:02:32.992]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:06.9398095Z [00:02:32.992]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.9398541Z [00:02:32.992]➜  packagefile flag=/tmp/go-build3243449595/b325/_pkg_.a
2025-08-20T21:45:06.9398983Z [00:02:32.992]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:06.9399427Z [00:02:32.992]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:45:06.9399915Z [00:02:32.992]➜  packagefile internal/sysinfo=/tmp/go-build3243449595/b331/_pkg_.a
2025-08-20T21:45:06.9400359Z [00:02:32.992]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:06.9400764Z [00:02:32.992]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:06.9401206Z [00:02:32.992]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:06.9401623Z [00:02:32.992]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:06.9402058Z [00:02:32.992]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:06.9402504Z [00:02:32.992]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:06.9402937Z [00:02:32.992]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:06.9403763Z [00:02:32.992]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:06.9404316Z [00:02:32.992]➜  packagefile runtime/trace=/tmp/go-build3243449595/b332/_pkg_.a
2025-08-20T21:45:06.9407566Z [00:02:32.992]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:06.9408407Z [00:02:32.992]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:06.9408873Z [00:02:32.992]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:06.9409293Z [00:02:32.992]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:06.9409726Z [00:02:32.992]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:06.9410162Z [00:02:32.992]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:06.9410579Z [00:02:32.992]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:06.9411027Z [00:02:32.992]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:06.9411372Z [00:02:32.992]➜  EOF
2025-08-20T21:45:06.9413822Z [00:02:32.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b330=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T21:45:06.9416417Z [00:02:32.993]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:45:06.9423229Z [00:02:32.994]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/6a/6a8ce9eff423b0b82c0a3a4ca2ace3ebf579612987f1f99f5e07c40932ce0d1a-d # internal
2025-08-20T21:45:06.9423914Z [00:02:32.995]➜  golang.org/x/crypto/chacha20
2025-08-20T21:45:06.9424207Z [00:02:32.995]➜  mkdir -p $WORK/b337/
2025-08-20T21:45:06.9426801Z [00:02:32.995]➜  echo -n > $WORK/b337/go_asm.h # internal
2025-08-20T21:45:06.9428791Z [00:02:32.996]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20
2025-08-20T21:45:06.9434141Z [00:02:32.996]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b337=>" -I $WORK/b337/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b337/symabis ./chacha_arm64.s
2025-08-20T21:45:06.9471677Z [00:02:33.000]➜  cat >/tmp/go-build3243449595/b337/importcfg << 'EOF' # internal
2025-08-20T21:45:06.9472918Z [00:02:33.000]➜  # import config
2025-08-20T21:45:06.9473997Z [00:02:33.000]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:06.9474606Z [00:02:33.000]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.9475081Z [00:02:33.000]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:06.9475615Z [00:02:33.000]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3243449595/b338/_pkg_.a
2025-08-20T21:45:06.9476160Z [00:02:33.000]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:06.9476597Z [00:02:33.000]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:06.9476928Z [00:02:33.000]➜  EOF
2025-08-20T21:45:06.9477194Z [00:02:33.000]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:06.9483966Z [00:02:33.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b337=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid id0V-WSVXXmaa-SB2JMd/id0V-WSVXXmaa-SB2JMd -goversion go1.25.0 -symabis $WORK/b337/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack -asmhdr $WORK/b337/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20/xor.go
2025-08-20T21:45:06.9649695Z [00:02:33.018]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:45:06.9658551Z [00:02:33.018]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/3c/3cbfc0a61ee951b8f7a045c86220ec19bfd88d3d0f8b0948eb9abfe9d3774d4c-d # internal
2025-08-20T21:45:06.9659275Z [00:02:33.019]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:45:06.9679374Z [00:02:33.019]➜  mkdir -p $WORK/b339/
2025-08-20T21:45:06.9679784Z [00:02:33.019]➜  cat >/tmp/go-build3243449595/b339/importcfg << 'EOF' # internal
2025-08-20T21:45:06.9680137Z [00:02:33.019]➜  # import config
2025-08-20T21:45:06.9680505Z [00:02:33.019]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:06.9681019Z [00:02:33.019]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:06.9681487Z [00:02:33.019]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:06.9681812Z [00:02:33.019]➜  EOF
2025-08-20T21:45:06.9685166Z [00:02:33.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305=>golang.org/x/crypto@v0.37.0/internal/poly1305;$WORK/b339=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid QIKuiXSjBOG078LxS6Rw/QIKuiXSjBOG078LxS6Rw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/internal/poly1305/sum_generic.go
2025-08-20T21:45:06.9908991Z [00:02:33.044]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20
2025-08-20T21:45:06.9911157Z [00:02:33.044]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20=>golang.org/x/crypto@v0.37.0/chacha20;$WORK/b337=>" -I $WORK/b337/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b337/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:45:06.9928741Z [00:02:33.046]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:45:06.9935068Z [00:02:33.046]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/11/11a94d31482cf8ae38f0b06ad1ab7f1856e19e71d5844a6b9b63250bb24010ba-d # internal
2025-08-20T21:45:06.9937206Z [00:02:33.046]➜  golang.org/x/crypto/poly1305
2025-08-20T21:45:06.9938311Z [00:02:33.046]➜  mkdir -p $WORK/b340/
2025-08-20T21:45:06.9940492Z [00:02:33.047]➜  cat >/tmp/go-build3243449595/b340/importcfg << 'EOF' # internal
2025-08-20T21:45:06.9942063Z [00:02:33.047]➜  # import config
2025-08-20T21:45:06.9942560Z [00:02:33.047]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3243449595/b339/_pkg_.a
2025-08-20T21:45:06.9942989Z [00:02:33.047]➜  EOF
2025-08-20T21:45:06.9943258Z [00:02:33.047]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:06.9945143Z [00:02:33.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/poly1305=>golang.org/x/crypto@v0.37.0/poly1305;$WORK/b340=>" -p golang.org/x/crypto/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid yky7NEC18rkgf6S4qhtT/yky7NEC18rkgf6S4qhtT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/poly1305/poly1305_compat.go
2025-08-20T21:45:06.9973493Z [00:02:33.050]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20
2025-08-20T21:45:06.9974010Z [00:02:33.050]➜  go tool pack r $WORK/b337/_pkg_.a $WORK/b337/chacha_arm64.o # internal
2025-08-20T21:45:06.9974452Z [00:02:33.050]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:45:06.9992557Z [00:02:33.052]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/f2/f2ffe159b3a21dff64c8e7fd5484ed495cfae4df254fce4b9ca4e267ad02aa74-d # internal
2025-08-20T21:45:06.9997199Z [00:02:33.052]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:45:06.9997541Z [00:02:33.052]➜  mkdir -p $WORK/b336/
2025-08-20T21:45:07.0002645Z [00:02:33.053]➜  cat >/tmp/go-build3243449595/b336/importcfg << 'EOF' # internal
2025-08-20T21:45:07.0003341Z [00:02:33.053]➜  # import config
2025-08-20T21:45:07.0003848Z [00:02:33.053]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:07.0005428Z [00:02:33.053]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.0005901Z [00:02:33.053]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.0006410Z [00:02:33.053]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3243449595/b337/_pkg_.a
2025-08-20T21:45:07.0007020Z [00:02:33.053]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3243449595/b338/_pkg_.a
2025-08-20T21:45:07.0007659Z [00:02:33.053]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3243449595/b339/_pkg_.a
2025-08-20T21:45:07.0008240Z [00:02:33.053]➜  EOF
2025-08-20T21:45:07.0008520Z [00:02:33.053]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:07.0011719Z [00:02:33.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305=>golang.org/x/crypto@v0.37.0/chacha20poly1305;$WORK/b336=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid WJNhDZCPp1FCql7WpRPL/WJNhDZCPp1FCql7WpRPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:45:07.0108797Z [00:02:33.063]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:45:07.0112411Z [00:02:33.063]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/2d/2df45b6246ce3e8b85dce688a00f250ede0f31593863539f080a3bcc2886ae55-d # internal
2025-08-20T21:45:07.0116060Z [00:02:33.064]➜  golang.zx2c4.com/wireguard/ipc
2025-08-20T21:45:07.0116413Z [00:02:33.064]➜  mkdir -p $WORK/b341/
2025-08-20T21:45:07.0119696Z [00:02:33.065]➜  cat >/tmp/go-build3243449595/b341/importcfg << 'EOF' # internal
2025-08-20T21:45:07.0120314Z [00:02:33.065]➜  # import config
2025-08-20T21:45:07.0121321Z [00:02:33.065]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.0122338Z [00:02:33.065]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.0122923Z [00:02:33.065]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:07.0123551Z [00:02:33.065]➜  packagefile golang.zx2c4.com/wireguard/rwcancel=/tmp/go-build3243449595/b151/_pkg_.a
2025-08-20T21:45:07.0124065Z [00:02:33.065]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.0124471Z [00:02:33.065]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.0124775Z [00:02:33.065]➜  EOF
2025-08-20T21:45:07.0130980Z [00:02:33.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/ipc=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/ipc;$WORK/b341=>" -p golang.zx2c4.com/wireguard/ipc -lang=go1.20 -complete -installsuffix shared -buildid EsYBu0eDxC1QF46cyd6_/EsYBu0eDxC1QF46cyd6_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/ipc/uapi_linux.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/ipc/uapi_unix.go
2025-08-20T21:45:07.0294411Z [00:02:33.082]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:45:07.0297910Z [00:02:33.083]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/46/467d76bb400d925c20c5719ff26e5f918a989fc1dd7990e7fb9e4cdf584ffc2a-d # internal
2025-08-20T21:45:07.0314543Z [00:02:33.084]➜  golang.zx2c4.com/wireguard/ratelimiter
2025-08-20T21:45:07.0315470Z [00:02:33.084]➜  mkdir -p $WORK/b342/
2025-08-20T21:45:07.0328247Z [00:02:33.086]➜  cat >/tmp/go-build3243449595/b342/importcfg << 'EOF' # internal
2025-08-20T21:45:07.0330189Z [00:02:33.086]➜  # import config
2025-08-20T21:45:07.0332546Z [00:02:33.086]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:07.0333056Z [00:02:33.086]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:07.0333473Z [00:02:33.086]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.0333784Z [00:02:33.086]➜  EOF
2025-08-20T21:45:07.0336145Z [00:02:33.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/ratelimiter=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/ratelimiter;$WORK/b342=>" -p golang.zx2c4.com/wireguard/ratelimiter -lang=go1.20 -complete -installsuffix shared -buildid s9lvCUst49OZSqDOdgRt/s9lvCUst49OZSqDOdgRt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/ratelimiter/ratelimiter.go
2025-08-20T21:45:07.0570086Z [00:02:33.109]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:45:07.0584749Z [00:02:33.111]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/b8/b86609cb1d8dde282fbfd419556c546a6134e81f6a38870218dd61d380f834f9-d # internal
2025-08-20T21:45:07.0609514Z [00:02:33.114]➜  golang.zx2c4.com/wireguard/tai64n
2025-08-20T21:45:07.0611789Z [00:02:33.114]➜  mkdir -p $WORK/b344/
2025-08-20T21:45:07.0612943Z [00:02:33.114]➜  cat >/tmp/go-build3243449595/b344/importcfg << 'EOF' # internal
2025-08-20T21:45:07.0615189Z [00:02:33.114]➜  # import config
2025-08-20T21:45:07.0615567Z [00:02:33.114]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.0616030Z [00:02:33.114]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.0616479Z [00:02:33.114]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.0616821Z [00:02:33.114]➜  EOF
2025-08-20T21:45:07.0619162Z [00:02:33.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tai64n=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/tai64n;$WORK/b344=>" -p golang.zx2c4.com/wireguard/tai64n -lang=go1.20 -complete -installsuffix shared -buildid E6NY6YNGkPn-6wuqb5uS/E6NY6YNGkPn-6wuqb5uS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/tai64n/tai64n.go
2025-08-20T21:45:07.0624711Z [00:02:33.115]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:45:07.0630693Z [00:02:33.116]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/6d/6df7f24e8f72483b7f6ea0f5e8e96cfa547de8d7ea330b6fb636d3d7e1514f30-d # internal
2025-08-20T21:45:07.0645655Z [00:02:33.117]➜  golang.zx2c4.com/wireguard/wgctrl/wgtypes
2025-08-20T21:45:07.0646912Z [00:02:33.117]➜  mkdir -p $WORK/b347/
2025-08-20T21:45:07.0653217Z [00:02:33.118]➜  cat >/tmp/go-build3243449595/b347/importcfg << 'EOF' # internal
2025-08-20T21:45:07.0654538Z [00:02:33.118]➜  # import config
2025-08-20T21:45:07.0657486Z [00:02:33.118]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:07.0658097Z [00:02:33.118]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:07.0658555Z [00:02:33.118]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.0659327Z [00:02:33.118]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.0659912Z [00:02:33.118]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3243449595/b261/_pkg_.a
2025-08-20T21:45:07.0660399Z [00:02:33.118]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.0660806Z [00:02:33.118]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.0661127Z [00:02:33.118]➜  EOF
2025-08-20T21:45:07.0665499Z [00:02:33.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/wgtypes=>golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/wgtypes;$WORK/b347=>" -p golang.zx2c4.com/wireguard/wgctrl/wgtypes -lang=go1.20 -complete -installsuffix shared -buildid zCgDV0R-0LS-E4BF0-W9/zCgDV0R-0LS-E4BF0-W9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/wgtypes/doc.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/wgtypes/errors.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/wgtypes/types.go
2025-08-20T21:45:07.0789344Z [00:02:33.132]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:45:07.0798653Z [00:02:33.132]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/aa/aae6223ed9a9329cecca404f9cec3e2137dfddb87ebc2c9f5dbebb142b0e10f6-d # internal
2025-08-20T21:45:07.0872628Z [00:02:33.140]➜  golang.zx2c4.com/wireguard/device
2025-08-20T21:45:07.0885547Z [00:02:33.141]➜  mkdir -p $WORK/b334/
2025-08-20T21:45:07.0886075Z [00:02:33.141]➜  cat >/tmp/go-build3243449595/b334/importcfg << 'EOF' # internal
2025-08-20T21:45:07.0886554Z [00:02:33.141]➜  # import config
2025-08-20T21:45:07.0886902Z [00:02:33.141]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:07.0887352Z [00:02:33.141]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.0887909Z [00:02:33.141]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:07.0888463Z [00:02:33.141]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:07.0888930Z [00:02:33.141]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:07.0889388Z [00:02:33.141]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:07.0889903Z [00:02:33.141]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:07.0890380Z [00:02:33.141]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.0890917Z [00:02:33.141]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:07.0891373Z [00:02:33.141]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.0891794Z [00:02:33.141]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.0892303Z [00:02:33.141]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build3243449595/b335/_pkg_.a
2025-08-20T21:45:07.0892916Z [00:02:33.141]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3243449595/b336/_pkg_.a
2025-08-20T21:45:07.0893532Z [00:02:33.141]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3243449595/b261/_pkg_.a
2025-08-20T21:45:07.0894111Z [00:02:33.141]➜  packagefile golang.org/x/crypto/poly1305=/tmp/go-build3243449595/b340/_pkg_.a
2025-08-20T21:45:07.0894669Z [00:02:33.141]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:07.0895189Z [00:02:33.141]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3243449595/b150/_pkg_.a
2025-08-20T21:45:07.0895707Z [00:02:33.141]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:07.0896262Z [00:02:33.141]➜  packagefile golang.zx2c4.com/wireguard/conn=/tmp/go-build3243449595/b145/_pkg_.a
2025-08-20T21:45:07.0897170Z [00:02:33.141]➜  packagefile golang.zx2c4.com/wireguard/ipc=/tmp/go-build3243449595/b341/_pkg_.a
2025-08-20T21:45:07.0898053Z [00:02:33.141]➜  packagefile golang.zx2c4.com/wireguard/ratelimiter=/tmp/go-build3243449595/b342/_pkg_.a
2025-08-20T21:45:07.0898766Z [00:02:33.141]➜  packagefile golang.zx2c4.com/wireguard/replay=/tmp/go-build3243449595/b343/_pkg_.a
2025-08-20T21:45:07.0899380Z [00:02:33.141]➜  packagefile golang.zx2c4.com/wireguard/rwcancel=/tmp/go-build3243449595/b151/_pkg_.a
2025-08-20T21:45:07.0900008Z [00:02:33.141]➜  packagefile golang.zx2c4.com/wireguard/tai64n=/tmp/go-build3243449595/b344/_pkg_.a
2025-08-20T21:45:07.0900596Z [00:02:33.141]➜  packagefile golang.zx2c4.com/wireguard/tun=/tmp/go-build3243449595/b144/_pkg_.a
2025-08-20T21:45:07.0901085Z [00:02:33.141]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:07.0901491Z [00:02:33.141]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.0901894Z [00:02:33.141]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:07.0902332Z [00:02:33.141]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:07.0902759Z [00:02:33.141]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.0903184Z [00:02:33.141]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:07.0903602Z [00:02:33.141]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.0904336Z [00:02:33.141]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:07.0904774Z [00:02:33.141]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:07.0905200Z [00:02:33.141]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.0905623Z [00:02:33.141]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:07.0906058Z [00:02:33.141]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:07.0906517Z [00:02:33.141]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.0906835Z [00:02:33.141]➜  EOF
2025-08-20T21:45:07.0920315Z [00:02:33.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device=>golang.zx2c4.com/wireguard@v0.0.0-20230704135630-469159ecf7d1/device;$WORK/b334=>" -p golang.zx2c4.com/wireguard/device -lang=go1.20 -complete -installsuffix shared -buildid LkFdPc64KgZn9T-sZviY/LkFdPc64KgZn9T-sZviY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/allowedips.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/channels.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/constants.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/cookie.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/device.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/devicestate_string.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/indextable.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/ip.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/keypair.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/logger.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/mobilequirks.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/noise-helpers.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/noise-protocol.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/noise-types.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/peer.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/pools.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/queueconstants_default.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/receive.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/send.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/sticky_linux.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/timers.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/tun.go /root/go/pkg/mod/github.com/netbirdio/wireguard-go@v0.0.0-20241230120307-6a676aebaaf6/device/uapi.go
2025-08-20T21:45:07.0991338Z [00:02:33.152]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:45:07.0997960Z [00:02:33.153]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/2b/2bf365f0ed8670fb8c5f945ac6c0b5e70c325c8a91ccbff95c1487702499a7ea-d # internal
2025-08-20T21:45:07.1007159Z [00:02:33.153]➜  golang.zx2c4.com/wireguard/wgctrl/internal/wginternal
2025-08-20T21:45:07.1013100Z [00:02:33.154]➜  mkdir -p $WORK/b346/
2025-08-20T21:45:07.1021049Z [00:02:33.155]➜  cat >/tmp/go-build3243449595/b346/importcfg << 'EOF' # internal
2025-08-20T21:45:07.1025494Z [00:02:33.155]➜  # import config
2025-08-20T21:45:07.1027032Z [00:02:33.155]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.1027628Z [00:02:33.155]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:07.1028375Z [00:02:33.155]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.1028689Z [00:02:33.155]➜  EOF
2025-08-20T21:45:07.1036856Z [00:02:33.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wginternal=>golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wginternal;$WORK/b346=>" -p golang.zx2c4.com/wireguard/wgctrl/internal/wginternal -lang=go1.20 -complete -installsuffix shared -buildid o_z4OCtxzT21p1KkKJNR/o_z4OCtxzT21p1KkKJNR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wginternal/client.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wginternal/doc.go
2025-08-20T21:45:07.1281376Z [00:02:33.181]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:45:07.1294805Z [00:02:33.181]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/45/4576a6aef5a4e635cb00cfe4e3dfc79883fdcb915efc0941829212b6f0345edf-d # internal
2025-08-20T21:45:07.1295448Z [00:02:33.182]➜  github.com/mdlayher/netlink/nlenc
2025-08-20T21:45:07.1295802Z [00:02:33.182]➜  mkdir -p $WORK/b351/
2025-08-20T21:45:07.1325780Z [00:02:33.185]➜  cat >/tmp/go-build3243449595/b351/importcfg << 'EOF' # internal
2025-08-20T21:45:07.1327462Z [00:02:33.185]➜  # import config
2025-08-20T21:45:07.1331779Z [00:02:33.185]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.1332324Z [00:02:33.185]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.1332819Z [00:02:33.185]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.1333131Z [00:02:33.185]➜  EOF
2025-08-20T21:45:07.1341222Z [00:02:33.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nlenc=>github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nlenc;$WORK/b351=>" -p github.com/mdlayher/netlink/nlenc -lang=go1.21 -complete -installsuffix shared -buildid btyxXmkpRKfNSkjUGgC0/btyxXmkpRKfNSkjUGgC0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nlenc/doc.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nlenc/int.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nlenc/string.go
2025-08-20T21:45:07.1541563Z [00:02:33.207]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:45:07.1549032Z [00:02:33.207]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/2d/2dc324d360d24282ac9c9a502384296bfa752760c287ca8d86c7e6cbd6b0972c-d # internal
2025-08-20T21:45:07.1575511Z [00:02:33.208]➜  golang.org/x/sync/errgroup
2025-08-20T21:45:07.1577501Z [00:02:33.208]➜  mkdir -p $WORK/b353/
2025-08-20T21:45:07.1578076Z [00:02:33.208]➜  cat >/tmp/go-build3243449595/b353/importcfg << 'EOF' # internal
2025-08-20T21:45:07.1578445Z [00:02:33.208]➜  # import config
2025-08-20T21:45:07.1578833Z [00:02:33.208]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:07.1579260Z [00:02:33.208]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.1579667Z [00:02:33.208]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:07.1579974Z [00:02:33.208]➜  EOF
2025-08-20T21:45:07.1581713Z [00:02:33.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/errgroup=>golang.org/x/sync@v0.13.0/errgroup;$WORK/b353=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid uUMWpLhzFtbNzrV7cKrq/uUMWpLhzFtbNzrV7cKrq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/errgroup/errgroup.go
2025-08-20T21:45:07.1796121Z [00:02:33.232]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:45:07.1813831Z [00:02:33.233]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/39/3920d99a2592ad03573bbef349025e7e348b723dcc5d140bbf340230bb2c6ce4-d # internal
2025-08-20T21:45:07.1814644Z [00:02:33.233]➜  github.com/mdlayher/socket
2025-08-20T21:45:07.1814946Z [00:02:33.233]➜  mkdir -p $WORK/b352/
2025-08-20T21:45:07.1815327Z [00:02:33.234]➜  cat >/tmp/go-build3243449595/b352/importcfg << 'EOF' # internal
2025-08-20T21:45:07.1815673Z [00:02:33.234]➜  # import config
2025-08-20T21:45:07.1816011Z [00:02:33.234]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:07.1816457Z [00:02:33.234]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.1816899Z [00:02:33.234]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.1817368Z [00:02:33.234]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3243449595/b147/_pkg_.a
2025-08-20T21:45:07.1823112Z [00:02:33.234]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3243449595/b353/_pkg_.a
2025-08-20T21:45:07.1823750Z [00:02:33.234]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:07.1824240Z [00:02:33.234]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.1824649Z [00:02:33.234]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.1825062Z [00:02:33.234]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:07.1825483Z [00:02:33.234]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:07.1825916Z [00:02:33.234]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:07.1826371Z [00:02:33.234]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.1826787Z [00:02:33.234]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.1827097Z [00:02:33.234]➜  EOF
2025-08-20T21:45:07.1831926Z [00:02:33.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1=>github.com/mdlayher/socket@v0.5.1;$WORK/b352=>" -p github.com/mdlayher/socket -lang=go1.20 -complete -installsuffix shared -buildid Gx0tAEteg-mqex_WHOf_/Gx0tAEteg-mqex_WHOf_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1/accept4.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1/conn.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1/conn_linux.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1/doc.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1/netns_linux.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1/setbuffer_linux.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.1/typ_cloexec_nonblock.go
2025-08-20T21:45:07.3484926Z [00:02:33.401]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:45:07.3510492Z [00:02:33.404]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/af/af10fd5d49f18b5b32eeb1f4af7fccf113aa1657370035db05aa8a046647b4d1-d # internal
2025-08-20T21:45:07.3516757Z [00:02:33.404]➜  github.com/mdlayher/netlink
2025-08-20T21:45:07.3519619Z [00:02:33.405]➜  mkdir -p $WORK/b350/
2025-08-20T21:45:07.3523804Z [00:02:33.405]➜  cat >/tmp/go-build3243449595/b350/importcfg << 'EOF' # internal
2025-08-20T21:45:07.3524218Z [00:02:33.405]➜  # import config
2025-08-20T21:45:07.3525747Z [00:02:33.405]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:07.3527571Z [00:02:33.405]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.3531674Z [00:02:33.405]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.3533840Z [00:02:33.405]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.3534743Z [00:02:33.405]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build3243449595/b351/_pkg_.a
2025-08-20T21:45:07.3537126Z [00:02:33.405]➜  packagefile github.com/mdlayher/socket=/tmp/go-build3243449595/b352/_pkg_.a
2025-08-20T21:45:07.3538579Z [00:02:33.405]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3243449595/b147/_pkg_.a
2025-08-20T21:45:07.3540278Z [00:02:33.405]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:07.3541062Z [00:02:33.405]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:07.3541817Z [00:02:33.405]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:07.3542829Z [00:02:33.405]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:07.3544037Z [00:02:33.405]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.3544746Z [00:02:33.405]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.3546612Z [00:02:33.405]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:07.3547640Z [00:02:33.405]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.3548310Z [00:02:33.405]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:07.3548772Z [00:02:33.405]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:07.3549244Z [00:02:33.405]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.3549666Z [00:02:33.405]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.3549977Z [00:02:33.405]➜  EOF
2025-08-20T21:45:07.3554805Z [00:02:33.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42=>github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42;$WORK/b350=>" -p github.com/mdlayher/netlink -lang=go1.21 -complete -installsuffix shared -buildid Lz_ljfB6_NzComePSxqk/Lz_ljfB6_NzComePSxqk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/align.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/attribute.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/conn.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/conn_linux.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/debug.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/doc.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/errors.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/message.go
2025-08-20T21:45:07.3772546Z [00:02:33.430]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:45:07.3903305Z [00:02:33.443]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T21:45:07.3945511Z [00:02:33.447]➜  golang.zx2c4.com/wireguard/wgctrl/internal/wguser
2025-08-20T21:45:07.3949845Z [00:02:33.447]➜  mkdir -p $WORK/b354/
2025-08-20T21:45:07.3950259Z [00:02:33.447]➜  cat >/tmp/go-build3243449595/b354/importcfg << 'EOF' # internal
2025-08-20T21:45:07.3950613Z [00:02:33.447]➜  # import config
2025-08-20T21:45:07.3950999Z [00:02:33.447]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:07.3951605Z [00:02:33.448]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.3952060Z [00:02:33.448]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:07.3952504Z [00:02:33.448]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.3952918Z [00:02:33.448]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.3953939Z [00:02:33.448]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wginternal=/tmp/go-build3243449595/b346/_pkg_.a
2025-08-20T21:45:07.3954664Z [00:02:33.448]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:07.3955186Z [00:02:33.448]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.3955594Z [00:02:33.448]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:07.3956015Z [00:02:33.448]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.3956418Z [00:02:33.448]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.3956854Z [00:02:33.448]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:07.3957305Z [00:02:33.448]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:07.3957875Z [00:02:33.448]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.3958377Z [00:02:33.448]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.3958687Z [00:02:33.448]➜  EOF
2025-08-20T21:45:07.3962796Z [00:02:33.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wguser=>golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wguser;$WORK/b354=>" -p golang.zx2c4.com/wireguard/wgctrl/internal/wguser -lang=go1.20 -complete -installsuffix shared -buildid FGrsnQl5lK5zAJKNFNl_/FGrsnQl5lK5zAJKNFNl_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wguser/client.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wguser/configure.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wguser/conn_unix.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wguser/doc.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wguser/parse.go
2025-08-20T21:45:07.4682007Z [00:02:33.521]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:45:07.4757317Z [00:02:33.528]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/bc/bc690070e661f1cc0e5b6533e3b999c3b4240143baee1f6a403bee572dab5fa0-d # internal
2025-08-20T21:45:07.4773105Z [00:02:33.530]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:45:07.4782998Z [00:02:33.531]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/50/503ef79ece53e1db59d80344209d992d945a4971c2a63f58bf506977bb4c302e-d # internal
2025-08-20T21:45:07.4794988Z [00:02:33.532]➜  github.com/mdlayher/genetlink
2025-08-20T21:45:07.4795346Z [00:02:33.532]➜  mkdir -p $WORK/b349/
2025-08-20T21:45:07.4795723Z [00:02:33.532]➜  cat >/tmp/go-build3243449595/b349/importcfg << 'EOF' # internal
2025-08-20T21:45:07.4796107Z [00:02:33.532]➜  # import config
2025-08-20T21:45:07.4796448Z [00:02:33.532]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.4796867Z [00:02:33.532]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.4797363Z [00:02:33.532]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:07.4798123Z [00:02:33.532]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build3243449595/b351/_pkg_.a
2025-08-20T21:45:07.4798714Z [00:02:33.532]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3243449595/b147/_pkg_.a
2025-08-20T21:45:07.4799239Z [00:02:33.532]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:07.4799703Z [00:02:33.532]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:07.4800122Z [00:02:33.532]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.4800544Z [00:02:33.532]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.4801274Z [00:02:33.532]➜  EOF
2025-08-20T21:45:07.4804022Z [00:02:33.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/genetlink@v1.3.2=>github.com/mdlayher/genetlink@v1.3.2;$WORK/b349=>" -p github.com/mdlayher/genetlink -lang=go1.18 -complete -installsuffix shared -buildid 2DcF8SUZlTEZ4gRNF2HG/2DcF8SUZlTEZ4gRNF2HG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/github.com/mdlayher/genetlink@v1.3.2/conn.go /root/go/pkg/mod/github.com/mdlayher/genetlink@v1.3.2/doc.go /root/go/pkg/mod/github.com/mdlayher/genetlink@v1.3.2/family.go /root/go/pkg/mod/github.com/mdlayher/genetlink@v1.3.2/family_linux.go /root/go/pkg/mod/github.com/mdlayher/genetlink@v1.3.2/message.go
2025-08-20T21:45:07.4836480Z [00:02:33.536]➜  github.com/google/gopacket
2025-08-20T21:45:07.4840368Z [00:02:33.537]➜  mkdir -p $WORK/b357/
2025-08-20T21:45:07.4851058Z [00:02:33.537]➜  cat >/tmp/go-build3243449595/b357/importcfg << 'EOF' # internal
2025-08-20T21:45:07.4851523Z [00:02:33.537]➜  # import config
2025-08-20T21:45:07.4851868Z [00:02:33.537]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.4852312Z [00:02:33.537]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:07.4852753Z [00:02:33.537]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.4853169Z [00:02:33.537]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.4853582Z [00:02:33.537]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.4854001Z [00:02:33.537]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:07.4857366Z [00:02:33.538]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.4863673Z [00:02:33.538]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.4865097Z [00:02:33.538]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:07.4866591Z [00:02:33.538]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:07.4867481Z [00:02:33.538]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:07.4868214Z [00:02:33.538]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.4868822Z [00:02:33.538]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.4869480Z [00:02:33.538]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.4869799Z [00:02:33.538]➜  EOF
2025-08-20T21:45:07.4874453Z [00:02:33.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gopacket@v1.1.19=>github.com/google/gopacket@v1.1.19;$WORK/b357=>" -p github.com/google/gopacket -lang=go1.12 -complete -installsuffix shared -buildid cp8CA-NNKBGMC6B6RdM6/cp8CA-NNKBGMC6B6RdM6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/base.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/decode.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/doc.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/flows.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layerclass.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers_decoder.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layertype.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/packet.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/parser.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/time.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/writer.go
2025-08-20T21:45:07.4929642Z [00:02:33.545]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:45:07.4981543Z [00:02:33.551]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/fd/fd77a529c5230bcb5a5f0c5d7445b41146acfabd1eca46cfe8d018ed6ee52ad5-d # internal
2025-08-20T21:45:07.4983883Z [00:02:33.551]➜  github.com/google/gopacket/routing
2025-08-20T21:45:07.4985133Z [00:02:33.551]➜  mkdir -p $WORK/b359/
2025-08-20T21:45:07.4985569Z [00:02:33.551]➜  cat >/tmp/go-build3243449595/b359/importcfg << 'EOF' # internal
2025-08-20T21:45:07.4985924Z [00:02:33.551]➜  # import config
2025-08-20T21:45:07.4986268Z [00:02:33.551]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.4986697Z [00:02:33.551]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.4987123Z [00:02:33.551]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.4987562Z [00:02:33.551]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.4988197Z [00:02:33.551]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:07.4988630Z [00:02:33.551]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.4989066Z [00:02:33.551]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.4989387Z [00:02:33.551]➜  EOF
2025-08-20T21:45:07.4991528Z [00:02:33.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gopacket@v1.1.19/routing=>github.com/google/gopacket@v1.1.19/routing;$WORK/b359=>" -p github.com/google/gopacket/routing -lang=go1.12 -complete -installsuffix shared -buildid TFFLD_xvENWNPUBQxtp6/TFFLD_xvENWNPUBQxtp6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/routing/common.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/routing/routing.go
2025-08-20T21:45:07.5322248Z [00:02:33.585]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:45:07.5323007Z [00:02:33.585]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/3c/3ca748e524db566ac67b4ea90b75d4489ee2b0a5443d0d8bccc3dfcc65fe8046-d # internal
2025-08-20T21:45:07.5332530Z [00:02:33.586]➜  github.com/libp2p/go-netroute
2025-08-20T21:45:07.5333694Z [00:02:33.586]➜  mkdir -p $WORK/b360/
2025-08-20T21:45:07.5334114Z [00:02:33.586]➜  cat >/tmp/go-build3243449595/b360/importcfg << 'EOF' # internal
2025-08-20T21:45:07.5334505Z [00:02:33.586]➜  # import config
2025-08-20T21:45:07.5334850Z [00:02:33.586]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.5335300Z [00:02:33.586]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.5335717Z [00:02:33.586]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.5336243Z [00:02:33.586]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build3243449595/b359/_pkg_.a
2025-08-20T21:45:07.5337124Z [00:02:33.586]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.5337631Z [00:02:33.586]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:07.5338253Z [00:02:33.586]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.5338776Z [00:02:33.586]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.5339113Z [00:02:33.586]➜  EOF
2025-08-20T21:45:07.5341554Z [00:02:33.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/go-netroute@v0.0.0-20240611143515-f59b0e1d3944=>github.com/libp2p/go-netroute@v0.2.1;$WORK/b360=>" -p github.com/libp2p/go-netroute -lang=go1.18 -complete -installsuffix shared -buildid XuDEoQI0D8vyrI72q3Br/XuDEoQI0D8vyrI72q3Br -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/go-netroute@v0.0.0-20240611143515-f59b0e1d3944/common.go /root/go/pkg/mod/github.com/netbirdio/go-netroute@v0.0.0-20240611143515-f59b0e1d3944/netroute_linux.go
2025-08-20T21:45:07.5402879Z [00:02:33.593]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:45:07.5406428Z [00:02:33.593]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/46/46ce8554c0729c75aa6422918dada6fe1ba517e4b8be5d302ed797641ab210d2-d # internal
2025-08-20T21:45:07.5494981Z [00:02:33.602]➜  golang.zx2c4.com/wireguard/wgctrl/internal/wglinux
2025-08-20T21:45:07.5498625Z [00:02:33.602]➜  mkdir -p $WORK/b348/
2025-08-20T21:45:07.5499047Z [00:02:33.602]➜  cat >/tmp/go-build3243449595/b348/importcfg << 'EOF' # internal
2025-08-20T21:45:07.5499405Z [00:02:33.602]➜  # import config
2025-08-20T21:45:07.5499782Z [00:02:33.602]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.5500247Z [00:02:33.602]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.5500666Z [00:02:33.602]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.5501196Z [00:02:33.602]➜  packagefile github.com/mdlayher/genetlink=/tmp/go-build3243449595/b349/_pkg_.a
2025-08-20T21:45:07.5501778Z [00:02:33.602]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:07.5502379Z [00:02:33.602]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build3243449595/b351/_pkg_.a
2025-08-20T21:45:07.5502942Z [00:02:33.602]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:07.5503615Z [00:02:33.602]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wginternal=/tmp/go-build3243449595/b346/_pkg_.a
2025-08-20T21:45:07.5504335Z [00:02:33.602]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:07.5504868Z [00:02:33.602]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.5505275Z [00:02:33.602]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.5505705Z [00:02:33.602]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.5506125Z [00:02:33.602]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.5506438Z [00:02:33.602]➜  EOF
2025-08-20T21:45:07.5510792Z [00:02:33.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wglinux=>golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wglinux;$WORK/b348=>" -p golang.zx2c4.com/wireguard/wgctrl/internal/wglinux -lang=go1.20 -complete -installsuffix shared -buildid hmn_3SViQSjHR6AygxCH/hmn_3SViQSjHR6AygxCH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wglinux/client_linux.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wglinux/configure_linux.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wglinux/doc.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/internal/wglinux/parse_linux.go
2025-08-20T21:45:07.5787188Z [00:02:33.631]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:45:07.5795102Z [00:02:33.632]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/f1/f11bb07c5048801af8c64219f06fc414c181c7bdfc5393d0afc77d0d607db890-d # internal
2025-08-20T21:45:07.5803679Z [00:02:33.632]➜  github.com/netbirdio/netbird/client/iface/wgproxy/listener
2025-08-20T21:45:07.5804102Z [00:02:33.632]➜  mkdir -p $WORK/b363/
2025-08-20T21:45:07.5804488Z [00:02:33.632]➜  cat >/tmp/go-build3243449595/b363/importcfg << 'EOF' # internal
2025-08-20T21:45:07.5804838Z [00:02:33.632]➜  # import config
2025-08-20T21:45:07.5805179Z [00:02:33.632]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:07.5805495Z [00:02:33.632]➜  EOF
2025-08-20T21:45:07.5807494Z [00:02:33.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/listener=>github.com/netbirdio/netbird/client/iface/wgproxy/listener;$WORK/b363=>" -p github.com/netbirdio/netbird/client/iface/wgproxy/listener -lang=go1.23 -complete -installsuffix shared -buildid nbPOTdvLYbTgzdfU4lCr/nbPOTdvLYbTgzdfU4lCr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack ./iface/wgproxy/listener/listener.go
2025-08-20T21:45:07.6004560Z [00:02:33.653]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:45:07.6020417Z [00:02:33.655]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/97/9796f08511866c71eb7dd99cdbbacb1f3e75b201b0a6ba2c82d11944177632ac-d # internal
2025-08-20T21:45:07.6026124Z [00:02:33.655]➜  embed
2025-08-20T21:45:07.6026414Z [00:02:33.655]➜  mkdir -p $WORK/b367/
2025-08-20T21:45:07.6064744Z [00:02:33.659]➜  cat >/tmp/go-build3243449595/b367/importcfg << 'EOF' # internal
2025-08-20T21:45:07.6065415Z [00:02:33.659]➜  # import config
2025-08-20T21:45:07.6066071Z [00:02:33.659]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.6067698Z [00:02:33.659]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:45:07.6068397Z [00:02:33.659]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:45:07.6068869Z [00:02:33.659]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.6069309Z [00:02:33.659]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:07.6069724Z [00:02:33.659]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.6070056Z [00:02:33.659]➜  EOF
2025-08-20T21:45:07.6071676Z [00:02:33.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b367=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:45:07.6671861Z [00:02:33.720]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:45:07.6693778Z [00:02:33.722]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:45:07.6710689Z [00:02:33.724]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/5f/5f37a90f00d6c362e3609ff18535b5ef451739c6f42a2b2153edc3eca7d34678-d # internal
2025-08-20T21:45:07.6718679Z [00:02:33.725]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:45:07.6726489Z [00:02:33.725]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T21:45:07.6727662Z [00:02:33.725]➜  hash/adler32
2025-08-20T21:45:07.6729239Z [00:02:33.725]➜  mkdir -p $WORK/b371/
2025-08-20T21:45:07.6729637Z [00:02:33.725]➜  cat >/tmp/go-build3243449595/b371/importcfg << 'EOF' # internal
2025-08-20T21:45:07.6729991Z [00:02:33.725]➜  # import config
2025-08-20T21:45:07.6730359Z [00:02:33.725]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.6730780Z [00:02:33.725]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:07.6731243Z [00:02:33.725]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:07.6731597Z [00:02:33.725]➜  EOF
2025-08-20T21:45:07.6739706Z [00:02:33.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b371=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:45:07.6750776Z [00:02:33.728]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/f5/f5e95320d686f5a058a45d83d9ae73d69ceb43129aeff6fc13fe638f259efeae-d # internal
2025-08-20T21:45:07.6758099Z [00:02:33.729]➜  golang.zx2c4.com/wireguard/wgctrl
2025-08-20T21:45:07.6761497Z [00:02:33.729]➜  mkdir -p $WORK/b345/
2025-08-20T21:45:07.6782734Z [00:02:33.731]➜  cat >/tmp/go-build3243449595/b345/importcfg << 'EOF' # internal
2025-08-20T21:45:07.6783154Z [00:02:33.731]➜  # import config
2025-08-20T21:45:07.6783508Z [00:02:33.731]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.6784128Z [00:02:33.731]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wginternal=/tmp/go-build3243449595/b346/_pkg_.a
2025-08-20T21:45:07.6784905Z [00:02:33.731]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wglinux=/tmp/go-build3243449595/b348/_pkg_.a
2025-08-20T21:45:07.6785638Z [00:02:33.731]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wguser=/tmp/go-build3243449595/b354/_pkg_.a
2025-08-20T21:45:07.6786330Z [00:02:33.731]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:07.6786852Z [00:02:33.731]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.6787162Z [00:02:33.731]➜  EOF
2025-08-20T21:45:07.6792697Z [00:02:33.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6=>golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6;$WORK/b345=>" -p golang.zx2c4.com/wireguard/wgctrl -lang=go1.20 -complete -installsuffix shared -buildid Eg84aQBFKbEJARHY-eUo/Eg84aQBFKbEJARHY-eUo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/client.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/doc.go /root/go/pkg/mod/golang.zx2c4.com/wireguard/wgctrl@v0.0.0-20230429144221-925a1e7659e6/os_linux.go
2025-08-20T21:45:07.6919823Z [00:02:33.744]➜  github.com/google/gopacket/layers
2025-08-20T21:45:07.6920254Z [00:02:33.745]➜  mkdir -p $WORK/b358/
2025-08-20T21:45:07.6921785Z [00:02:33.745]➜  cat >/tmp/go-build3243449595/b358/importcfg << 'EOF' # internal
2025-08-20T21:45:07.6922569Z [00:02:33.745]➜  # import config
2025-08-20T21:45:07.6923035Z [00:02:33.745]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.6923495Z [00:02:33.745]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.6923972Z [00:02:33.745]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:07.6924412Z [00:02:33.745]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.6924841Z [00:02:33.745]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.6925327Z [00:02:33.745]➜  packagefile github.com/google/gopacket=/tmp/go-build3243449595/b357/_pkg_.a
2025-08-20T21:45:07.6925846Z [00:02:33.745]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:07.6926263Z [00:02:33.745]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.6926670Z [00:02:33.745]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:07.6927084Z [00:02:33.745]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:07.6927503Z [00:02:33.745]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:07.6928155Z [00:02:33.745]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:07.6928591Z [00:02:33.745]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:07.6929021Z [00:02:33.745]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.6929738Z [00:02:33.745]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:07.6930047Z [00:02:33.745]➜  EOF
2025-08-20T21:45:07.6952417Z [00:02:33.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers=>github.com/google/gopacket@v1.1.19/layers;$WORK/b358=>" -p github.com/google/gopacket/layers -lang=go1.12 -complete -installsuffix shared -buildid VUZXrKgiAaVmB_hvL7zn/VUZXrKgiAaVmB_hvL7zn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/arp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/asf.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/asf_presencepong.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/base.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/bfd.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/cdp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ctp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/dhcpv4.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/dhcpv6.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/dhcpv6_options.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/dns.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/doc.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/dot11.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/dot1q.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/eap.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/eapol.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/endpoints.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/enums.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/enums_generated.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/erspan2.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/etherip.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ethernet.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/fddi.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/fuzz_layer.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/geneve.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/gre.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/gtp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/iana_ports.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/icmp4.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/icmp6.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/icmp6msg.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/igmp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ip4.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ip6.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ipsec.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/layertypes.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/lcm.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/linux_sll.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/llc.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/lldp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/loopback.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/mldv1.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/mldv2.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/modbustcp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/mpls.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ndp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ntp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ospf.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/pflog.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ports.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/ppp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/pppoe.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/prism.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/radiotap.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/radius.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/rmcp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/rudp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/sctp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/sflow.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/sip.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/stp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/tcp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/tcpip.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/tls.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/tls_alert.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/tls_appdata.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/tls_cipherspec.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/tls_handshake.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/udp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/udplite.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/usb.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/vrrp.go /root/go/pkg/mod/github.com/google/gopacket@v1.1.19/layers/vxlan.go
2025-08-20T21:45:07.6984622Z [00:02:33.747]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:45:07.6985321Z [00:02:33.749]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T21:45:07.6985863Z [00:02:33.750]➜  compress/zlib
2025-08-20T21:45:07.6986113Z [00:02:33.750]➜  mkdir -p $WORK/b370/
2025-08-20T21:45:07.6986480Z [00:02:33.750]➜  cat >/tmp/go-build3243449595/b370/importcfg << 'EOF' # internal
2025-08-20T21:45:07.6986835Z [00:02:33.750]➜  # import config
2025-08-20T21:45:07.6987168Z [00:02:33.750]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:07.6987617Z [00:02:33.750]➜  packagefile compress/flate=/tmp/go-build3243449595/b307/_pkg_.a
2025-08-20T21:45:07.6988271Z [00:02:33.750]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.6988723Z [00:02:33.750]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.6989444Z [00:02:33.750]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.6989933Z [00:02:33.750]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:07.6990370Z [00:02:33.750]➜  packagefile hash/adler32=/tmp/go-build3243449595/b371/_pkg_.a
2025-08-20T21:45:07.6990798Z [00:02:33.750]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.6991103Z [00:02:33.750]➜  EOF
2025-08-20T21:45:07.6992678Z [00:02:33.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b370=>" -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/b370/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:45:07.7270177Z [00:02:33.779]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:45:07.7273987Z [00:02:33.780]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/fe/fe440fe435558c4dc241d67d34db343b1a149ade92316c327a045de6ec4f7117-d # internal
2025-08-20T21:45:07.7299968Z [00:02:33.780]➜  debug/dwarf
2025-08-20T21:45:07.7300310Z [00:02:33.780]➜  mkdir -p $WORK/b372/
2025-08-20T21:45:07.7300696Z [00:02:33.780]➜  cat >/tmp/go-build3243449595/b372/importcfg << 'EOF' # internal
2025-08-20T21:45:07.7301044Z [00:02:33.780]➜  # import config
2025-08-20T21:45:07.7301388Z [00:02:33.780]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.7302313Z [00:02:33.780]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.7302767Z [00:02:33.780]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.7303181Z [00:02:33.780]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.7303581Z [00:02:33.780]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.7303987Z [00:02:33.780]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:07.7304413Z [00:02:33.780]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:07.7304845Z [00:02:33.780]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:07.7305279Z [00:02:33.780]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:07.7305596Z [00:02:33.780]➜  EOF
2025-08-20T21:45:07.7309292Z [00:02:33.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b372=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/.go/src/debug/dwarf/attr_string.go /root/.go/src/debug/dwarf/buf.go /root/.go/src/debug/dwarf/class_string.go /root/.go/src/debug/dwarf/const.go /root/.go/src/debug/dwarf/entry.go /root/.go/src/debug/dwarf/line.go /root/.go/src/debug/dwarf/open.go /root/.go/src/debug/dwarf/tag_string.go /root/.go/src/debug/dwarf/type.go /root/.go/src/debug/dwarf/typeunit.go /root/.go/src/debug/dwarf/unit.go
2025-08-20T21:45:07.7344004Z [00:02:33.787]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:45:07.7376344Z [00:02:33.790]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T21:45:07.7379845Z [00:02:33.791]➜  internal/zstd
2025-08-20T21:45:07.7380202Z [00:02:33.791]➜  mkdir -p $WORK/b373/
2025-08-20T21:45:07.7386716Z [00:02:33.791]➜  cat >/tmp/go-build3243449595/b373/importcfg << 'EOF' # internal
2025-08-20T21:45:07.7387345Z [00:02:33.791]➜  # import config
2025-08-20T21:45:07.7388458Z [00:02:33.791]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:07.7389470Z [00:02:33.791]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:07.7389993Z [00:02:33.791]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.7390726Z [00:02:33.791]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:07.7391231Z [00:02:33.791]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:07.7391561Z [00:02:33.791]➜  EOF
2025-08-20T21:45:07.7402654Z [00:02:33.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/.go/src/internal/zstd=>internal/zstd;$WORK/b373=>" -p internal/zstd -lang=go1.25 -std -complete -installsuffix shared -buildid bR0ctW2hcT7TQqc8RN_Z/bR0ctW2hcT7TQqc8RN_Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/.go/src/internal/zstd/bits.go /root/.go/src/internal/zstd/block.go /root/.go/src/internal/zstd/fse.go /root/.go/src/internal/zstd/huff.go /root/.go/src/internal/zstd/literals.go /root/.go/src/internal/zstd/window.go /root/.go/src/internal/zstd/xxhash.go /root/.go/src/internal/zstd/zstd.go
2025-08-20T21:45:07.9154069Z [00:02:33.968]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:45:07.9167942Z [00:02:33.969]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/65/65083191ca17898ea2b6e171f1628ecd5aa113282316f82059e99fe2a02d7b7b-d # internal
2025-08-20T21:45:07.9196261Z [00:02:33.972]➜  github.com/cilium/ebpf/internal/unix
2025-08-20T21:45:07.9196975Z [00:02:33.972]➜  mkdir -p $WORK/b376/
2025-08-20T21:45:07.9200324Z [00:02:33.973]➜  cat >/tmp/go-build3243449595/b376/importcfg << 'EOF' # internal
2025-08-20T21:45:07.9200939Z [00:02:33.973]➜  # import config
2025-08-20T21:45:07.9202000Z [00:02:33.973]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:07.9202738Z [00:02:33.973]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.9203372Z [00:02:33.973]➜  EOF
2025-08-20T21:45:07.9206310Z [00:02:33.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/unix=>github.com/cilium/ebpf@v0.15.0/internal/unix;$WORK/b376=>" -p github.com/cilium/ebpf/internal/unix -lang=go1.21 -complete -installsuffix shared -buildid fYXqNPY4XBDLhWRZoUcS/fYXqNPY4XBDLhWRZoUcS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/unix/doc.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/unix/types_linux.go
2025-08-20T21:45:07.9749676Z [00:02:34.028]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:45:07.9769472Z [00:02:34.028]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/6a/6a1275fc66ec2547c5191dde3eaebe5c6b1b5d8830617f908881eab19eefa771-d # internal
2025-08-20T21:45:07.9790346Z [00:02:34.032]➜  github.com/cilium/ebpf/internal/sys
2025-08-20T21:45:07.9791118Z [00:02:34.032]➜  mkdir -p $WORK/b375/
2025-08-20T21:45:07.9842201Z [00:02:34.037]➜  cat >/tmp/go-build3243449595/b375/importcfg << 'EOF' # internal
2025-08-20T21:45:07.9842964Z [00:02:34.037]➜  # import config
2025-08-20T21:45:07.9843628Z [00:02:34.037]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:07.9844408Z [00:02:34.037]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:07.9845238Z [00:02:34.037]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:07.9846125Z [00:02:34.037]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:07.9846728Z [00:02:34.037]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:07.9847445Z [00:02:34.037]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:07.9848385Z [00:02:34.037]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:07.9849427Z [00:02:34.037]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:07.9849932Z [00:02:34.037]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:07.9850261Z [00:02:34.037]➜  EOF
2025-08-20T21:45:07.9854610Z [00:02:34.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys=>github.com/cilium/ebpf@v0.15.0/internal/sys;$WORK/b375=>" -p github.com/cilium/ebpf/internal/sys -lang=go1.21 -complete -installsuffix shared -buildid c0oTSbfpGUsQUMpNVSa_/c0oTSbfpGUsQUMpNVSa_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/doc.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/fd.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/fd_trace.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/mapflags_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/ptr.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/ptr_64.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/signals.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/syscall.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sys/types.go
2025-08-20T21:45:08.0984955Z [00:02:34.151]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:45:08.1078262Z [00:02:34.160]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T21:45:08.1079676Z [00:02:34.161]➜  debug/elf
2025-08-20T21:45:08.1085236Z [00:02:34.161]➜  mkdir -p $WORK/b369/
2025-08-20T21:45:08.1096256Z [00:02:34.162]➜  cat >/tmp/go-build3243449595/b369/importcfg << 'EOF' # internal
2025-08-20T21:45:08.1097198Z [00:02:34.162]➜  # import config
2025-08-20T21:45:08.1099664Z [00:02:34.162]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.1100142Z [00:02:34.162]➜  packagefile compress/zlib=/tmp/go-build3243449595/b370/_pkg_.a
2025-08-20T21:45:08.1100611Z [00:02:34.162]➜  packagefile debug/dwarf=/tmp/go-build3243449595/b372/_pkg_.a
2025-08-20T21:45:08.1101085Z [00:02:34.162]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:08.1101535Z [00:02:34.162]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:08.1101970Z [00:02:34.162]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.1102421Z [00:02:34.162]➜  packagefile internal/saferio=/tmp/go-build3243449595/b253/_pkg_.a
2025-08-20T21:45:08.1102903Z [00:02:34.162]➜  packagefile internal/zstd=/tmp/go-build3243449595/b373/_pkg_.a
2025-08-20T21:45:08.1103337Z [00:02:34.162]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.1103735Z [00:02:34.162]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:08.1104161Z [00:02:34.162]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.1104594Z [00:02:34.162]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.1104981Z [00:02:34.162]➜  EOF
2025-08-20T21:45:08.1106581Z [00:02:34.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/.go/src/debug/elf=>debug/elf;$WORK/b369=>" -p debug/elf -lang=go1.25 -std -complete -installsuffix shared -buildid qR_rPnjVBmffLAQ2gR9V/qR_rPnjVBmffLAQ2gR9V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/.go/src/debug/elf/elf.go /root/.go/src/debug/elf/file.go /root/.go/src/debug/elf/reader.go
2025-08-20T21:45:08.1937109Z [00:02:34.246]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:45:08.2049098Z [00:02:34.257]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/cc/cc839f5d2c06c3bec0f04b8aa915efd9e99c9b73e9174e1be1df227b1fa41873-d # internal
2025-08-20T21:45:08.2184925Z [00:02:34.271]➜  github.com/cilium/ebpf/asm
2025-08-20T21:45:08.2186263Z [00:02:34.271]➜  mkdir -p $WORK/b374/
2025-08-20T21:45:08.2189028Z [00:02:34.271]➜  cat >/tmp/go-build3243449595/b374/importcfg << 'EOF' # internal
2025-08-20T21:45:08.2189852Z [00:02:34.271]➜  # import config
2025-08-20T21:45:08.2190591Z [00:02:34.271]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:08.2192659Z [00:02:34.271]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:08.2193813Z [00:02:34.271]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:08.2194753Z [00:02:34.271]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:08.2195493Z [00:02:34.271]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.2196305Z [00:02:34.271]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:08.2197473Z [00:02:34.271]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:08.2199589Z [00:02:34.271]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.2200016Z [00:02:34.271]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:08.2200434Z [00:02:34.271]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:08.2200853Z [00:02:34.271]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.2201287Z [00:02:34.271]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.2201622Z [00:02:34.271]➜  EOF
2025-08-20T21:45:08.2206405Z [00:02:34.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm=>github.com/cilium/ebpf@v0.15.0/asm;$WORK/b374=>" -p github.com/cilium/ebpf/asm -lang=go1.21 -complete -installsuffix shared -buildid u72BgZ9iQxiAREjLGD6O/u72BgZ9iQxiAREjLGD6O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/alu.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/alu_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/doc.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/func.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/func_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/instruction.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/jump.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/jump_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/load_store.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/load_store_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/metadata.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/opcode.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/opcode_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/asm/register.go
2025-08-20T21:45:08.4125988Z [00:02:34.465]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:45:08.4173309Z [00:02:34.470]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/82/82a0b9832d976ea3b4036396f0c09ea9b3898518dc7a49efa9149a745d4c5b10-d # internal
2025-08-20T21:45:08.4204404Z [00:02:34.473]➜  go/token
2025-08-20T21:45:08.4205431Z [00:02:34.473]➜  mkdir -p $WORK/b382/
2025-08-20T21:45:08.4207951Z [00:02:34.474]➜  cat >/tmp/go-build3243449595/b382/importcfg << 'EOF' # internal
2025-08-20T21:45:08.4211365Z [00:02:34.474]➜  # import config
2025-08-20T21:45:08.4212088Z [00:02:34.474]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:45:08.4212936Z [00:02:34.474]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.4213650Z [00:02:34.474]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:45:08.4214872Z [00:02:34.474]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:08.4215582Z [00:02:34.474]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.4216195Z [00:02:34.474]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:08.4216934Z [00:02:34.474]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:08.4218611Z [00:02:34.474]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:08.4219377Z [00:02:34.474]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:08.4219927Z [00:02:34.474]➜  EOF
2025-08-20T21:45:08.4222265Z [00:02:34.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b382=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T21:45:08.4627856Z [00:02:34.515]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:45:08.4659592Z [00:02:34.519]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/af/af83c09a530ccf310014ed00b04c46a804691d9cd55fdc49cb926a972bfddfa7-d # internal
2025-08-20T21:45:08.4660791Z [00:02:34.519]➜  go/build/constraint
2025-08-20T21:45:08.4661346Z [00:02:34.519]➜  mkdir -p $WORK/b384/
2025-08-20T21:45:08.4662151Z [00:02:34.519]➜  cat >/tmp/go-build3243449595/b384/importcfg << 'EOF' # internal
2025-08-20T21:45:08.4662690Z [00:02:34.519]➜  # import config
2025-08-20T21:45:08.4664213Z [00:02:34.519]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:08.4664741Z [00:02:34.519]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.4665183Z [00:02:34.519]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.4665620Z [00:02:34.519]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:08.4666079Z [00:02:34.519]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:08.4666419Z [00:02:34.519]➜  EOF
2025-08-20T21:45:08.4668727Z [00:02:34.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b384=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:45:08.5344769Z [00:02:34.587]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:45:08.5353988Z [00:02:34.588]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T21:45:08.5359190Z [00:02:34.589]➜  go/doc/comment
2025-08-20T21:45:08.5359631Z [00:02:34.589]➜  mkdir -p $WORK/b386/
2025-08-20T21:45:08.5363118Z [00:02:34.589]➜  cat >/tmp/go-build3243449595/b386/importcfg << 'EOF' # internal
2025-08-20T21:45:08.5363572Z [00:02:34.589]➜  # import config
2025-08-20T21:45:08.5380475Z [00:02:34.589]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.5380979Z [00:02:34.589]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.5381403Z [00:02:34.589]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:08.5381829Z [00:02:34.589]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:08.5382253Z [00:02:34.589]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.5382712Z [00:02:34.589]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.5383140Z [00:02:34.589]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:08.5383587Z [00:02:34.589]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:08.5383925Z [00:02:34.589]➜  EOF
2025-08-20T21:45:08.5386227Z [00:02:34.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b386=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/.go/src/go/doc/comment/doc.go /root/.go/src/go/doc/comment/html.go /root/.go/src/go/doc/comment/markdown.go /root/.go/src/go/doc/comment/parse.go /root/.go/src/go/doc/comment/print.go /root/.go/src/go/doc/comment/std.go /root/.go/src/go/doc/comment/text.go
2025-08-20T21:45:08.5463719Z [00:02:34.599]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:45:08.5472294Z [00:02:34.599]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T21:45:08.5472883Z [00:02:34.599]➜  go/scanner
2025-08-20T21:45:08.5473134Z [00:02:34.599]➜  mkdir -p $WORK/b381/
2025-08-20T21:45:08.5473511Z [00:02:34.599]➜  cat >/tmp/go-build3243449595/b381/importcfg << 'EOF' # internal
2025-08-20T21:45:08.5473877Z [00:02:34.599]➜  # import config
2025-08-20T21:45:08.5474214Z [00:02:34.599]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.5474631Z [00:02:34.599]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.5475053Z [00:02:34.599]➜  packagefile go/token=/tmp/go-build3243449595/b382/_pkg_.a
2025-08-20T21:45:08.5475466Z [00:02:34.599]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.5475904Z [00:02:34.599]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:08.5476358Z [00:02:34.599]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:08.5476781Z [00:02:34.599]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.5477211Z [00:02:34.599]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:08.5477653Z [00:02:34.599]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:08.5478481Z [00:02:34.599]➜  EOF
2025-08-20T21:45:08.5480008Z [00:02:34.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b381=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:45:08.6395267Z [00:02:34.692]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:45:08.6405531Z [00:02:34.693]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T21:45:08.6411698Z [00:02:34.693]➜  go/ast
2025-08-20T21:45:08.6414466Z [00:02:34.694]➜  mkdir -p $WORK/b380/
2025-08-20T21:45:08.6414911Z [00:02:34.694]➜  cat >/tmp/go-build3243449595/b380/importcfg << 'EOF' # internal
2025-08-20T21:45:08.6415264Z [00:02:34.694]➜  # import config
2025-08-20T21:45:08.6415633Z [00:02:34.694]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.6416053Z [00:02:34.694]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:45:08.6416458Z [00:02:34.694]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.6416889Z [00:02:34.694]➜  packagefile go/scanner=/tmp/go-build3243449595/b381/_pkg_.a
2025-08-20T21:45:08.6417329Z [00:02:34.694]➜  packagefile go/token=/tmp/go-build3243449595/b382/_pkg_.a
2025-08-20T21:45:08.6417853Z [00:02:34.694]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.6418339Z [00:02:34.694]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:45:08.6418745Z [00:02:34.694]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:08.6419159Z [00:02:34.694]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:08.6419593Z [00:02:34.694]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:08.6420028Z [00:02:34.694]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.6420454Z [00:02:34.694]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.6420769Z [00:02:34.694]➜  EOF
2025-08-20T21:45:08.6423193Z [00:02:34.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b380=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T21:45:08.7303680Z [00:02:34.781]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:45:08.7314604Z [00:02:34.784]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T21:45:08.7315256Z [00:02:34.784]➜  text/tabwriter
2025-08-20T21:45:08.7319711Z [00:02:34.784]➜  mkdir -p $WORK/b387/
2025-08-20T21:45:08.7330466Z [00:02:34.786]➜  cat >/tmp/go-build3243449595/b387/importcfg << 'EOF' # internal
2025-08-20T21:45:08.7331384Z [00:02:34.786]➜  # import config
2025-08-20T21:45:08.7332219Z [00:02:34.786]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.7333110Z [00:02:34.786]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.7333695Z [00:02:34.786]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:08.7334041Z [00:02:34.786]➜  EOF
2025-08-20T21:45:08.7335527Z [00:02:34.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b387=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:45:08.7486069Z [00:02:34.801]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:45:08.7668029Z [00:02:34.819]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:45:08.7674501Z [00:02:34.820]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T21:45:08.7701494Z [00:02:34.823]➜  github.com/cilium/ebpf/internal/kallsyms
2025-08-20T21:45:08.7702275Z [00:02:34.823]➜  mkdir -p $WORK/b389/
2025-08-20T21:45:08.7708424Z [00:02:34.823]➜  cat >/tmp/go-build3243449595/b389/importcfg << 'EOF' # internal
2025-08-20T21:45:08.7708829Z [00:02:34.823]➜  # import config
2025-08-20T21:45:08.7709181Z [00:02:34.823]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:08.7709607Z [00:02:34.823]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.7710048Z [00:02:34.823]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.7710448Z [00:02:34.823]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:08.7710857Z [00:02:34.823]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:08.7711165Z [00:02:34.823]➜  EOF
2025-08-20T21:45:08.7713173Z [00:02:34.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/kallsyms=>github.com/cilium/ebpf@v0.15.0/internal/kallsyms;$WORK/b389=>" -p github.com/cilium/ebpf/internal/kallsyms -lang=go1.21 -complete -installsuffix shared -buildid wBfYpmQcIIyBokGPmif2/wBfYpmQcIIyBokGPmif2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/kallsyms/kallsyms.go
2025-08-20T21:45:08.7894132Z [00:02:34.842]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d # internal
2025-08-20T21:45:08.7898580Z [00:02:34.842]➜  net/http/httptest
2025-08-20T21:45:08.7898891Z [00:02:34.842]➜  mkdir -p $WORK/b324/
2025-08-20T21:45:08.7901009Z [00:02:34.843]➜  cat >/tmp/go-build3243449595/b324/importcfg << 'EOF' # internal
2025-08-20T21:45:08.7901373Z [00:02:34.843]➜  # import config
2025-08-20T21:45:08.7901809Z [00:02:34.843]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:45:08.7902329Z [00:02:34.843]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:08.7903157Z [00:02:34.843]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.7903667Z [00:02:34.843]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:08.7904110Z [00:02:34.843]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:08.7904569Z [00:02:34.843]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:08.7905018Z [00:02:34.843]➜  packagefile flag=/tmp/go-build3243449595/b325/_pkg_.a
2025-08-20T21:45:08.7905437Z [00:02:34.843]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.7905973Z [00:02:34.843]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b308/_pkg_.a
2025-08-20T21:45:08.7906486Z [00:02:34.843]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.7906887Z [00:02:34.843]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:08.7907288Z [00:02:34.843]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:08.7907872Z [00:02:34.843]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:08.7908450Z [00:02:34.843]➜  packagefile net/http/internal/testcert=/tmp/go-build3243449595/b326/_pkg_.a
2025-08-20T21:45:08.7908967Z [00:02:34.843]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:08.7909399Z [00:02:34.843]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:08.7910132Z [00:02:34.843]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.7910562Z [00:02:34.843]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.7910981Z [00:02:34.843]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:08.7911392Z [00:02:34.843]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:08.7911698Z [00:02:34.843]➜  EOF
2025-08-20T21:45:08.7913555Z [00:02:34.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b324=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid 3D-NhGtKbSIvxGCSSYoU/3D-NhGtKbSIvxGCSSYoU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/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-20T21:45:08.8195400Z [00:02:34.872]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:45:08.8209747Z [00:02:34.873]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/d9/d998b748003745c0dcd84152bbd6b13dedbdb9ff88aafd41c10a63a04a4094ef-d # internal
2025-08-20T21:45:08.8210768Z [00:02:34.873]➜  github.com/netbirdio/netbird/client/iface/wgproxy/udp
2025-08-20T21:45:08.8211310Z [00:02:34.873]➜  mkdir -p $WORK/b396/
2025-08-20T21:45:08.8211831Z [00:02:34.873]➜  cat >/tmp/go-build3243449595/b396/importcfg << 'EOF' # internal
2025-08-20T21:45:08.8212237Z [00:02:34.873]➜  # import config
2025-08-20T21:45:08.8212762Z [00:02:34.873]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:08.8213345Z [00:02:34.873]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:08.8213787Z [00:02:34.873]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.8214467Z [00:02:34.873]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:08.8215328Z [00:02:34.873]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:08.8216402Z [00:02:34.873]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/listener=/tmp/go-build3243449595/b363/_pkg_.a
2025-08-20T21:45:08.8217300Z [00:02:34.873]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:08.8218018Z [00:02:34.873]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.8218466Z [00:02:34.873]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:08.8219535Z [00:02:34.873]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:08.8220003Z [00:02:34.873]➜  EOF
2025-08-20T21:45:08.8222324Z [00:02:34.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/udp=>github.com/netbirdio/netbird/client/iface/wgproxy/udp;$WORK/b396=>" -p github.com/netbirdio/netbird/client/iface/wgproxy/udp -lang=go1.23 -complete -installsuffix shared -buildid BpZ5wxCimoc1dlxtfkod/BpZ5wxCimoc1dlxtfkod -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack ./iface/wgproxy/udp/proxy.go
2025-08-20T21:45:08.8848549Z [00:02:34.938]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:45:08.8869872Z [00:02:34.940]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/a5/a545c579d343e669ff5a902b1b3a5aaaf55aa4719ac257f3d35a249338275eba-d # internal
2025-08-20T21:45:08.8874171Z [00:02:34.940]➜  encoding/base32
2025-08-20T21:45:08.8885350Z [00:02:34.941]➜  mkdir -p $WORK/b399/
2025-08-20T21:45:08.8885894Z [00:02:34.941]➜  cat >/tmp/go-build3243449595/b399/importcfg << 'EOF' # internal
2025-08-20T21:45:08.8886260Z [00:02:34.941]➜  # import config
2025-08-20T21:45:08.8886598Z [00:02:34.941]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.8887021Z [00:02:34.941]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:08.8888071Z [00:02:34.941]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.8888411Z [00:02:34.941]➜  EOF
2025-08-20T21:45:08.8889868Z [00:02:34.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b399=>" -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/b399/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:45:08.9556280Z [00:02:35.008]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:45:08.9570300Z [00:02:35.010]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/ce/ce364908994aec5b5bf8a8ac5d092313f0683a00f97010ac12424ed0974b2e19-d # internal
2025-08-20T21:45:08.9592086Z [00:02:35.012]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:45:08.9597853Z [00:02:35.012]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T21:45:08.9670132Z [00:02:35.020]➜  github.com/stretchr/testify/assert
2025-08-20T21:45:08.9670514Z [00:02:35.020]➜  mkdir -p $WORK/b300/
2025-08-20T21:45:08.9675079Z [00:02:35.020]➜  cat >/tmp/go-build3243449595/b300/importcfg << 'EOF' # internal
2025-08-20T21:45:08.9676555Z [00:02:35.020]➜  # import config
2025-08-20T21:45:08.9678340Z [00:02:35.020]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:08.9679822Z [00:02:35.020]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.9681501Z [00:02:35.020]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:08.9682057Z [00:02:35.020]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:08.9682475Z [00:02:35.020]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.9682981Z [00:02:35.020]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3243449595/b301/_pkg_.a
2025-08-20T21:45:08.9686099Z [00:02:35.020]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build3243449595/b302/_pkg_.a
2025-08-20T21:45:08.9686846Z [00:02:35.020]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build3243449595/b303/_pkg_.a
2025-08-20T21:45:08.9687373Z [00:02:35.020]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:08.9687874Z [00:02:35.020]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:08.9688401Z [00:02:35.020]➜  packagefile net/http/httptest=/tmp/go-build3243449595/b324/_pkg_.a
2025-08-20T21:45:08.9689214Z [00:02:35.020]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:08.9689737Z [00:02:35.020]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:08.9690148Z [00:02:35.020]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:08.9690569Z [00:02:35.020]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:08.9690989Z [00:02:35.020]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:08.9691453Z [00:02:35.020]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:08.9691898Z [00:02:35.020]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.9692314Z [00:02:35.020]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:08.9692731Z [00:02:35.020]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:08.9693175Z [00:02:35.020]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:08.9693550Z [00:02:35.020]➜  EOF
2025-08-20T21:45:08.9693807Z [00:02:35.020]➜  github.com/miekg/dns
2025-08-20T21:45:08.9695967Z [00:02:35.020]➜  mkdir -p $WORK/b398/
2025-08-20T21:45:08.9698527Z [00:02:35.021]➜  cat >/tmp/go-build3243449595/b398/importcfg << 'EOF' # internal
2025-08-20T21:45:08.9698971Z [00:02:35.021]➜  # import config
2025-08-20T21:45:08.9699306Z [00:02:35.021]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:08.9700074Z [00:02:35.021]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:08.9700497Z [00:02:35.021]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:08.9700921Z [00:02:35.021]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:08.9701361Z [00:02:35.021]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:08.9701827Z [00:02:35.021]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:08.9702312Z [00:02:35.021]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:08.9702784Z [00:02:35.021]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:08.9703240Z [00:02:35.021]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:08.9703690Z [00:02:35.021]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:08.9704139Z [00:02:35.021]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:08.9704611Z [00:02:35.021]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:08.9705074Z [00:02:35.021]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:08.9705532Z [00:02:35.021]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:08.9705982Z [00:02:35.021]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:08.9706443Z [00:02:35.021]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:08.9706926Z [00:02:35.021]➜  packagefile encoding/base32=/tmp/go-build3243449595/b399/_pkg_.a
2025-08-20T21:45:08.9707409Z [00:02:35.021]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:08.9708109Z [00:02:35.021]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:08.9708635Z [00:02:35.021]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:08.9709094Z [00:02:35.021]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:08.9709505Z [00:02:35.021]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:08.9709976Z [00:02:35.021]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:08.9710494Z [00:02:35.021]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3243449595/b150/_pkg_.a
2025-08-20T21:45:08.9711008Z [00:02:35.021]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:08.9711732Z [00:02:35.021]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:08.9712215Z [00:02:35.021]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:08.9712619Z [00:02:35.021]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:08.9713042Z [00:02:35.021]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:08.9713455Z [00:02:35.021]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:08.9713865Z [00:02:35.021]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:08.9714267Z [00:02:35.021]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:08.9714707Z [00:02:35.021]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:08.9715150Z [00:02:35.021]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:08.9715567Z [00:02:35.021]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:08.9715991Z [00:02:35.021]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:08.9716416Z [00:02:35.021]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:08.9716832Z [00:02:35.021]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:08.9717252Z [00:02:35.021]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:08.9717671Z [00:02:35.021]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:08.9732015Z [00:02:35.021]➜  EOF
2025-08-20T21:45:08.9736285Z [00:02:35.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert=>github.com/stretchr/testify@v1.10.0/assert;$WORK/b300=>" -p github.com/stretchr/testify/assert -lang=go1.17 -complete -installsuffix shared -buildid IHYsFKn4R8eis2omFpUD/IHYsFKn4R8eis2omFpUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/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-20T21:45:08.9750108Z [00:02:35.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/miekg/dns@v1.1.59=>github.com/miekg/dns@v1.1.59;$WORK/b398=>" -p github.com/miekg/dns -lang=go1.19 -complete -installsuffix shared -buildid Q5txV334PUVLOC7A9Hsd/Q5txV334PUVLOC7A9Hsd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/acceptfunc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/client.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/clientconfig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dane.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/defaults.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec_keygen.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec_keyscan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec_privkey.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/doc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/duplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/edns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/format.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/generate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/hash.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/labels.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/listen_reuseport.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/msg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/msg_helpers.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/msg_truncate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/nsecx.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/privaterr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/reverse.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/sanitize.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/scan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/scan_rr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/serve_mux.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/server.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/sig0.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/smimea.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/svcb.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/tlsa.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/tsig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/types.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/udp.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/update.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/version.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/xfr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/zduplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/zmsg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/ztypes.go
2025-08-20T21:45:09.0353228Z [00:02:35.088]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:45:09.0456292Z [00:02:35.098]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T21:45:09.0483500Z [00:02:35.101]➜  go/parser
2025-08-20T21:45:09.0484397Z [00:02:35.101]➜  mkdir -p $WORK/b383/
2025-08-20T21:45:09.0486228Z [00:02:35.101]➜  cat >/tmp/go-build3243449595/b383/importcfg << 'EOF' # internal
2025-08-20T21:45:09.0486647Z [00:02:35.101]➜  # import config
2025-08-20T21:45:09.0487042Z [00:02:35.101]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:09.0487477Z [00:02:35.101]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:09.0488060Z [00:02:35.101]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.0488485Z [00:02:35.101]➜  packagefile go/ast=/tmp/go-build3243449595/b380/_pkg_.a
2025-08-20T21:45:09.0488956Z [00:02:35.101]➜  packagefile go/build/constraint=/tmp/go-build3243449595/b384/_pkg_.a
2025-08-20T21:45:09.0489462Z [00:02:35.101]➜  packagefile go/scanner=/tmp/go-build3243449595/b381/_pkg_.a
2025-08-20T21:45:09.0489901Z [00:02:35.101]➜  packagefile go/token=/tmp/go-build3243449595/b382/_pkg_.a
2025-08-20T21:45:09.0490319Z [00:02:35.101]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:09.0490728Z [00:02:35.101]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:09.0491134Z [00:02:35.101]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:09.0491582Z [00:02:35.101]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:09.0492039Z [00:02:35.101]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:09.0492359Z [00:02:35.101]➜  EOF
2025-08-20T21:45:09.0494124Z [00:02:35.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b383=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid AHWHDhAEtBRzHkt-Hj_6/AHWHDhAEtBRzHkt-Hj_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T21:45:09.3420440Z [00:02:35.395]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:45:09.3453867Z [00:02:35.398]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T21:45:09.3459156Z [00:02:35.399]➜  go/printer
2025-08-20T21:45:09.3462850Z [00:02:35.399]➜  mkdir -p $WORK/b385/
2025-08-20T21:45:09.3469818Z [00:02:35.400]➜  cat >/tmp/go-build3243449595/b385/importcfg << 'EOF' # internal
2025-08-20T21:45:09.3470738Z [00:02:35.400]➜  # import config
2025-08-20T21:45:09.3471195Z [00:02:35.400]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.3471629Z [00:02:35.400]➜  packagefile go/ast=/tmp/go-build3243449595/b380/_pkg_.a
2025-08-20T21:45:09.3472238Z [00:02:35.400]➜  packagefile go/build/constraint=/tmp/go-build3243449595/b384/_pkg_.a
2025-08-20T21:45:09.3472820Z [00:02:35.400]➜  packagefile go/doc/comment=/tmp/go-build3243449595/b386/_pkg_.a
2025-08-20T21:45:09.3473286Z [00:02:35.400]➜  packagefile go/token=/tmp/go-build3243449595/b382/_pkg_.a
2025-08-20T21:45:09.3473703Z [00:02:35.400]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:09.3474108Z [00:02:35.400]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:09.3474512Z [00:02:35.400]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:09.3474933Z [00:02:35.400]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:09.3475362Z [00:02:35.400]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:09.3475789Z [00:02:35.400]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:09.3476205Z [00:02:35.400]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:09.3477061Z [00:02:35.400]➜  packagefile text/tabwriter=/tmp/go-build3243449595/b387/_pkg_.a
2025-08-20T21:45:09.3477518Z [00:02:35.400]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:09.3478338Z [00:02:35.400]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:09.3478724Z [00:02:35.400]➜  EOF
2025-08-20T21:45:09.3485227Z [00:02:35.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b385=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid DflQV--yVK5lLvsawRMZ/DflQV--yVK5lLvsawRMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/.go/src/go/printer/comment.go /root/.go/src/go/printer/gobuild.go /root/.go/src/go/printer/nodes.go /root/.go/src/go/printer/printer.go
2025-08-20T21:45:09.4072671Z [00:02:35.460]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:45:09.4129223Z [00:02:35.465]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/76/76fcc476caca21c2da29d790b54523b9657c7074ae8647fe252d7c99593fa2c4-d # internal
2025-08-20T21:45:09.4152076Z [00:02:35.468]➜  github.com/stretchr/testify/require
2025-08-20T21:45:09.4153894Z [00:02:35.468]➜  mkdir -p $WORK/b299/
2025-08-20T21:45:09.4165898Z [00:02:35.469]➜  cat >/tmp/go-build3243449595/b299/importcfg << 'EOF' # internal
2025-08-20T21:45:09.4166725Z [00:02:35.469]➜  # import config
2025-08-20T21:45:09.4167876Z [00:02:35.469]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build3243449595/b300/_pkg_.a
2025-08-20T21:45:09.4168559Z [00:02:35.469]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:09.4169008Z [00:02:35.469]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:09.4169435Z [00:02:35.469]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:09.4169749Z [00:02:35.469]➜  EOF
2025-08-20T21:45:09.4178731Z [00:02:35.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require=>github.com/stretchr/testify@v1.10.0/require;$WORK/b299=>" -p github.com/stretchr/testify/require -lang=go1.17 -complete -installsuffix shared -buildid S8dAdjtbIlx693-cpYaV/S8dAdjtbIlx693-cpYaV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/forward_requirements.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/require.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/require_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/require/requirements.go
2025-08-20T21:45:09.4922504Z [00:02:35.545]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:45:09.5711240Z [00:02:35.624]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/21/21ceef742145eb906bcf6811c8ff7b1cf407de4936a072d2ca174144c3bd441c-d # internal
2025-08-20T21:45:09.5712143Z [00:02:35.624]➜  github.com/netbirdio/netbird/sharedsock
2025-08-20T21:45:09.5713039Z [00:02:35.624]➜  mkdir -p $WORK/b356/
2025-08-20T21:45:09.5725489Z [00:02:35.625]➜  cat >/tmp/go-build3243449595/b356/importcfg << 'EOF' # internal
2025-08-20T21:45:09.5726256Z [00:02:35.625]➜  # import config
2025-08-20T21:45:09.5726930Z [00:02:35.625]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:09.5727655Z [00:02:35.625]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.5728980Z [00:02:35.625]➜  packagefile github.com/google/gopacket=/tmp/go-build3243449595/b357/_pkg_.a
2025-08-20T21:45:09.5729866Z [00:02:35.625]➜  packagefile github.com/google/gopacket/layers=/tmp/go-build3243449595/b358/_pkg_.a
2025-08-20T21:45:09.5730667Z [00:02:35.625]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build3243449595/b359/_pkg_.a
2025-08-20T21:45:09.5731532Z [00:02:35.625]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build3243449595/b360/_pkg_.a
2025-08-20T21:45:09.5732765Z [00:02:35.625]➜  packagefile github.com/mdlayher/socket=/tmp/go-build3243449595/b352/_pkg_.a
2025-08-20T21:45:09.5733555Z [00:02:35.625]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:09.5734447Z [00:02:35.625]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:09.5735474Z [00:02:35.625]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3243449595/b147/_pkg_.a
2025-08-20T21:45:09.5736629Z [00:02:35.625]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3243449595/b353/_pkg_.a
2025-08-20T21:45:09.5737315Z [00:02:35.625]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:09.5737976Z [00:02:35.625]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:09.5738469Z [00:02:35.625]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:09.5738889Z [00:02:35.625]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:09.5739211Z [00:02:35.625]➜  EOF
2025-08-20T21:45:09.5741458Z [00:02:35.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock=>github.com/netbirdio/netbird/sharedsock;$WORK/b356=>" -p github.com/netbirdio/netbird/sharedsock -lang=go1.23 -complete -installsuffix shared -buildid X7y33l5MxXrFLp5aNcMT/X7y33l5MxXrFLp5aNcMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/filter.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/sock_linux.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/stun_filter_linux.go
2025-08-20T21:45:09.5933090Z [00:02:35.646]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:45:09.5986592Z [00:02:35.651]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/f1/f13a3afd8578abe7eaef428f3542b87a899d5fdbdb634d6c6fb2f9317b80c618-d # internal
2025-08-20T21:45:09.5990457Z [00:02:35.652]➜  go/format
2025-08-20T21:45:09.5991552Z [00:02:35.652]➜  mkdir -p $WORK/b379/
2025-08-20T21:45:09.6000396Z [00:02:35.653]➜  cat >/tmp/go-build3243449595/b379/importcfg << 'EOF' # internal
2025-08-20T21:45:09.6002310Z [00:02:35.653]➜  # import config
2025-08-20T21:45:09.6002681Z [00:02:35.653]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:09.6003107Z [00:02:35.653]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.6003522Z [00:02:35.653]➜  packagefile go/ast=/tmp/go-build3243449595/b380/_pkg_.a
2025-08-20T21:45:09.6003959Z [00:02:35.653]➜  packagefile go/parser=/tmp/go-build3243449595/b383/_pkg_.a
2025-08-20T21:45:09.6004814Z [00:02:35.653]➜  packagefile go/printer=/tmp/go-build3243449595/b385/_pkg_.a
2025-08-20T21:45:09.6005348Z [00:02:35.653]➜  packagefile go/token=/tmp/go-build3243449595/b382/_pkg_.a
2025-08-20T21:45:09.6005766Z [00:02:35.653]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:09.6006185Z [00:02:35.653]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:09.6006768Z [00:02:35.653]➜  EOF
2025-08-20T21:45:09.6008441Z [00:02:35.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b379=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid EtBmVOo4aNT0Z4s4VuPi/EtBmVOo4aNT0Z4s4VuPi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T21:45:09.6365792Z [00:02:35.689]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:45:09.6371736Z [00:02:35.690]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/70/701ccf23941d2b67da3247a65804b7043f0cceb32405bd1fb3ad77fec9be474f-d # internal
2025-08-20T21:45:09.6435274Z [00:02:35.696]➜  github.com/cilium/ebpf/internal
2025-08-20T21:45:09.6436045Z [00:02:35.696]➜  mkdir -p $WORK/b378/
2025-08-20T21:45:09.6443857Z [00:02:35.697]➜  cat >/tmp/go-build3243449595/b378/importcfg << 'EOF' # internal
2025-08-20T21:45:09.6458841Z [00:02:35.697]➜  # import config
2025-08-20T21:45:09.6459514Z [00:02:35.697]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:09.6460216Z [00:02:35.697]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:09.6461100Z [00:02:35.697]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:09.6461812Z [00:02:35.697]➜  packagefile debug/elf=/tmp/go-build3243449595/b369/_pkg_.a
2025-08-20T21:45:09.6462616Z [00:02:35.697]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:09.6463505Z [00:02:35.697]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:09.6464339Z [00:02:35.697]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.6465538Z [00:02:35.697]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:09.6466235Z [00:02:35.697]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:09.6466812Z [00:02:35.697]➜  packagefile go/format=/tmp/go-build3243449595/b379/_pkg_.a
2025-08-20T21:45:09.6467291Z [00:02:35.697]➜  packagefile go/scanner=/tmp/go-build3243449595/b381/_pkg_.a
2025-08-20T21:45:09.6467957Z [00:02:35.697]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3243449595/b388/_pkg_.a
2025-08-20T21:45:09.6468509Z [00:02:35.697]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:09.6468919Z [00:02:35.697]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:09.6469733Z [00:02:35.697]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:09.6470233Z [00:02:35.697]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:09.6470681Z [00:02:35.697]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:09.6471131Z [00:02:35.697]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:09.6471560Z [00:02:35.697]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:09.6472002Z [00:02:35.697]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:09.6472423Z [00:02:35.697]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:09.6472842Z [00:02:35.697]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:09.6473161Z [00:02:35.697]➜  EOF
2025-08-20T21:45:09.6478773Z [00:02:35.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal=>github.com/cilium/ebpf@v0.15.0/internal;$WORK/b378=>" -p github.com/cilium/ebpf/internal -lang=go1.21 -complete -installsuffix shared -buildid V1D7OcqkWvVMNdNDLr9c/V1D7OcqkWvVMNdNDLr9c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/auxv.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/buffer.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/deque.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/elf.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/endian_le.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/errors.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/feature.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/io.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/math.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/output.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/pinning.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/platform.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/prog.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/statfs.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/vdso.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/version.go
2025-08-20T21:45:09.6660861Z [00:02:35.719]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:45:09.6713799Z [00:02:35.724]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/5e/5e90120c7a5ea6c3f804b135705aecd3144d8cddc67675f77d7dd595ad106e3b-d # internal
2025-08-20T21:45:09.6740878Z [00:02:35.727]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:45:09.6753905Z [00:02:35.728]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/5e/5ec22eba7473d4e320318f9778380530cecaf525b7ed390431ec1968d31dddcc-d # internal
2025-08-20T21:45:09.6767293Z [00:02:35.729]➜  github.com/coreos/go-iptables/iptables
2025-08-20T21:45:09.6768247Z [00:02:35.730]➜  mkdir -p $WORK/b401/
2025-08-20T21:45:09.6783769Z [00:02:35.731]➜  cat >/tmp/go-build3243449595/b401/importcfg << 'EOF' # internal
2025-08-20T21:45:09.6784528Z [00:02:35.731]➜  # import config
2025-08-20T21:45:09.6785539Z [00:02:35.731]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:09.6786041Z [00:02:35.731]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.6786479Z [00:02:35.731]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:09.6786891Z [00:02:35.731]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:09.6787329Z [00:02:35.731]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:09.6788301Z [00:02:35.731]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:09.6788833Z [00:02:35.731]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:09.6789261Z [00:02:35.731]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:09.6789691Z [00:02:35.731]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:09.6790514Z [00:02:35.731]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:09.6791050Z [00:02:35.731]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:09.6791369Z [00:02:35.731]➜  EOF
2025-08-20T21:45:09.6793616Z [00:02:35.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coreos/go-iptables@v0.7.0/iptables=>github.com/coreos/go-iptables@v0.7.0/iptables;$WORK/b401=>" -p github.com/coreos/go-iptables/iptables -lang=go1.16 -complete -installsuffix shared -buildid mxJTlvvp-mAowDT2QpzL/mxJTlvvp-mAowDT2QpzL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/coreos/go-iptables@v0.7.0/iptables/iptables.go /root/go/pkg/mod/github.com/coreos/go-iptables@v0.7.0/iptables/lock.go
2025-08-20T21:45:09.6974821Z [00:02:35.750]➜  github.com/pion/ice/v3
2025-08-20T21:45:09.6975661Z [00:02:35.750]➜  mkdir -p $WORK/b207/
2025-08-20T21:45:09.6982175Z [00:02:35.751]➜  cat >/tmp/go-build3243449595/b207/importcfg << 'EOF' # internal
2025-08-20T21:45:09.6982554Z [00:02:35.751]➜  # import config
2025-08-20T21:45:09.6982908Z [00:02:35.751]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:09.6983356Z [00:02:35.751]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:09.6983832Z [00:02:35.751]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:09.6984734Z [00:02:35.751]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:09.6985155Z [00:02:35.751]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.6985631Z [00:02:35.751]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:09.6986168Z [00:02:35.751]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build3243449595/b251/_pkg_.a
2025-08-20T21:45:09.6986764Z [00:02:35.751]➜  packagefile github.com/pion/ice/v3/internal/atomic=/tmp/go-build3243449595/b280/_pkg_.a
2025-08-20T21:45:09.6987417Z [00:02:35.751]➜  packagefile github.com/pion/ice/v3/internal/fakenet=/tmp/go-build3243449595/b281/_pkg_.a
2025-08-20T21:45:09.6988324Z [00:02:35.751]➜  packagefile github.com/pion/ice/v3/internal/stun=/tmp/go-build3243449595/b282/_pkg_.a
2025-08-20T21:45:09.6988909Z [00:02:35.751]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:09.6989435Z [00:02:35.751]➜  packagefile github.com/pion/mdns=/tmp/go-build3243449595/b288/_pkg_.a
2025-08-20T21:45:09.6989975Z [00:02:35.751]➜  packagefile github.com/pion/randutil=/tmp/go-build3243449595/b289/_pkg_.a
2025-08-20T21:45:09.6990508Z [00:02:35.751]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:09.6991061Z [00:02:35.751]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:09.6991777Z [00:02:35.751]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build3243449595/b290/_pkg_.a
2025-08-20T21:45:09.6992471Z [00:02:35.751]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build3243449595/b285/_pkg_.a
2025-08-20T21:45:09.6993082Z [00:02:35.751]➜  packagefile github.com/pion/transport/v3/vnet=/tmp/go-build3243449595/b292/_pkg_.a
2025-08-20T21:45:09.6993650Z [00:02:35.751]➜  packagefile github.com/pion/turn/v3=/tmp/go-build3243449595/b293/_pkg_.a
2025-08-20T21:45:09.6994236Z [00:02:35.751]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build3243449595/b299/_pkg_.a
2025-08-20T21:45:09.6994813Z [00:02:35.751]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:09.6995466Z [00:02:35.751]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3243449595/b328/_pkg_.a
2025-08-20T21:45:09.6995958Z [00:02:35.751]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:09.6996382Z [00:02:35.751]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:09.6996785Z [00:02:35.751]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:09.6997517Z [00:02:35.751]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:09.7012657Z [00:02:35.751]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:09.7013123Z [00:02:35.751]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:09.7013557Z [00:02:35.751]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:09.7013977Z [00:02:35.751]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:09.7014438Z [00:02:35.751]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:09.7014879Z [00:02:35.751]➜  packagefile testing=/tmp/go-build3243449595/b330/_pkg_.a
2025-08-20T21:45:09.7015321Z [00:02:35.751]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:09.7015636Z [00:02:35.751]➜  EOF
2025-08-20T21:45:09.7032714Z [00:02:35.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e=>github.com/pion/ice/v3@v3.0.2;$WORK/b207=>" -p github.com/pion/ice/v3 -lang=go1.13 -complete -installsuffix shared -buildid rJvelTP-A-KmfmRjb3XW/rJvelTP-A-KmfmRjb3XW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/active_tcp.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/addr.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/agent.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/agent_config.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/agent_handlers.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/agent_stats.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidate.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidate_base.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidate_host.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidate_peer_reflexive.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidate_relay.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidate_server_reflexive.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidatepair.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidatepair_state.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidaterelatedaddress.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/candidatetype.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/context.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/errors.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/external_ip_mapper.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/gather.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/ice.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/icecontrol.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/mdns.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/net.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/networktype.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/priority.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/rand.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/role.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/selection.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/stats.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/tcp_mux.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/tcp_mux_multi.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/tcp_packet_conn.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/tcptype.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/test_utils.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/transport.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/udp_mux.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/udp_mux_multi.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/udp_mux_universal.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/udp_muxed_conn.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/url.go /root/go/pkg/mod/github.com/netbirdio/ice/v3@v3.0.0-20240315174635-e72a50fcb64e/usecandidate.go
2025-08-20T21:45:09.7872737Z [00:02:35.840]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:45:09.7917281Z [00:02:35.844]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/89/8971cd95bbb087e76bd413723c7b420d30a83c7bc57cf4ad645e3e7c8c20b664-d # internal
2025-08-20T21:45:09.7919495Z [00:02:35.844]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:45:09.7940025Z [00:02:35.847]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/8f/8f5d0da389c4328c470b8513b6c53ee709279d4b18f0f79757bd270e85c18ae0-d # internal
2025-08-20T21:45:09.7972014Z [00:02:35.850]➜  github.com/google/nftables/binaryutil
2025-08-20T21:45:09.7972982Z [00:02:35.850]➜  mkdir -p $WORK/b403/
2025-08-20T21:45:09.7978419Z [00:02:35.851]➜  cat >/tmp/go-build3243449595/b403/importcfg << 'EOF' # internal
2025-08-20T21:45:09.7978832Z [00:02:35.851]➜  # import config
2025-08-20T21:45:09.7979218Z [00:02:35.851]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:09.7979680Z [00:02:35.851]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:09.7980029Z [00:02:35.851]➜  EOF
2025-08-20T21:45:09.7981965Z [00:02:35.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.3.0/binaryutil=>github.com/google/nftables@v0.3.0/binaryutil;$WORK/b403=>" -p github.com/google/nftables/binaryutil -lang=go1.21 -complete -installsuffix shared -buildid BTB82MtXh7Z-fbmFmupq/BTB82MtXh7Z-fbmFmupq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.3.0/binaryutil/binaryutil.go
2025-08-20T21:45:09.8033146Z [00:02:35.856]➜  github.com/cilium/ebpf/btf
2025-08-20T21:45:09.8033941Z [00:02:35.856]➜  mkdir -p $WORK/b377/
2025-08-20T21:45:09.8043688Z [00:02:35.857]➜  cat >/tmp/go-build3243449595/b377/importcfg << 'EOF' # internal
2025-08-20T21:45:09.8044140Z [00:02:35.857]➜  # import config
2025-08-20T21:45:09.8044713Z [00:02:35.857]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:09.8045164Z [00:02:35.857]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:09.8045596Z [00:02:35.857]➜  packagefile debug/elf=/tmp/go-build3243449595/b369/_pkg_.a
2025-08-20T21:45:09.8046063Z [00:02:35.857]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:09.8046529Z [00:02:35.857]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:09.8047109Z [00:02:35.857]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.8047888Z [00:02:35.857]➜  packagefile github.com/cilium/ebpf/asm=/tmp/go-build3243449595/b374/_pkg_.a
2025-08-20T21:45:09.8048629Z [00:02:35.857]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:09.8049790Z [00:02:35.857]➜  packagefile github.com/cilium/ebpf/internal/kallsyms=/tmp/go-build3243449595/b389/_pkg_.a
2025-08-20T21:45:09.8050660Z [00:02:35.857]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:09.8051423Z [00:02:35.857]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:09.8052068Z [00:02:35.857]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:09.8052632Z [00:02:35.857]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:09.8053182Z [00:02:35.857]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:09.8053698Z [00:02:35.857]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:09.8054245Z [00:02:35.857]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:09.8054823Z [00:02:35.857]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:09.8055390Z [00:02:35.857]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:09.8055893Z [00:02:35.857]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:09.8056412Z [00:02:35.857]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:09.8056962Z [00:02:35.857]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:09.8057544Z [00:02:35.857]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:09.8058459Z [00:02:35.857]➜  EOF
2025-08-20T21:45:09.8063333Z [00:02:35.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf=>github.com/cilium/ebpf@v0.15.0/btf;$WORK/b377=>" -p github.com/cilium/ebpf/btf -lang=go1.21 -complete -installsuffix shared -buildid lu03_NlFazlTnjXIraqU/lu03_NlFazlTnjXIraqU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/btf.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/btf_types.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/btf_types_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/core.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/doc.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/ext_info.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/feature.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/format.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/handle.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/kernel.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/marshal.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/strings.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/traversal.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/types.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/btf/workarounds.go
2025-08-20T21:45:09.8387636Z [00:02:35.891]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:45:09.8393712Z [00:02:35.892]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/a9/a9e509a7d3d406968cae78b585afc57c310a71918f1df68ae16d48df0d61db48-d # internal
2025-08-20T21:45:09.8415246Z [00:02:35.894]➜  github.com/cilium/ebpf/internal/sysenc
2025-08-20T21:45:09.8415623Z [00:02:35.894]➜  mkdir -p $WORK/b391/
2025-08-20T21:45:09.8432837Z [00:02:35.896]➜  cat >/tmp/go-build3243449595/b391/importcfg << 'EOF' # internal
2025-08-20T21:45:09.8434456Z [00:02:35.896]➜  # import config
2025-08-20T21:45:09.8436375Z [00:02:35.896]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:09.8438216Z [00:02:35.896]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:09.8439984Z [00:02:35.896]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:09.8441748Z [00:02:35.896]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:09.8443438Z [00:02:35.896]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:09.8445277Z [00:02:35.896]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:09.8455155Z [00:02:35.896]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:09.8456258Z [00:02:35.896]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:09.8456749Z [00:02:35.896]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:09.8457169Z [00:02:35.896]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:09.8457506Z [00:02:35.896]➜  EOF
2025-08-20T21:45:09.8460492Z [00:02:35.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sysenc=>github.com/cilium/ebpf@v0.15.0/internal/sysenc;$WORK/b391=>" -p github.com/cilium/ebpf/internal/sysenc -lang=go1.21 -complete -installsuffix shared -buildid Rkezi8Xe5q9czRYgcTxj/Rkezi8Xe5q9czRYgcTxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sysenc/buffer.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sysenc/doc.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sysenc/layout.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/sysenc/marshal.go
2025-08-20T21:45:10.0035081Z [00:02:36.056]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:45:10.0087687Z [00:02:36.061]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/99/99f3952e3f0ce5d5b6324323c9fbb2bfc27de92bacc29fcbce5786a7c836671c-d # internal
2025-08-20T21:45:10.0119521Z [00:02:36.065]➜  github.com/cilium/ebpf/internal/tracefs
2025-08-20T21:45:10.0120231Z [00:02:36.065]➜  mkdir -p $WORK/b392/
2025-08-20T21:45:10.0121513Z [00:02:36.065]➜  cat >/tmp/go-build3243449595/b392/importcfg << 'EOF' # internal
2025-08-20T21:45:10.0122274Z [00:02:36.065]➜  # import config
2025-08-20T21:45:10.0123507Z [00:02:36.065]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:10.0123977Z [00:02:36.065]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.0124561Z [00:02:36.065]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.0125077Z [00:02:36.065]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:10.0125694Z [00:02:36.065]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:10.0126200Z [00:02:36.065]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:10.0126656Z [00:02:36.065]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:10.0127107Z [00:02:36.065]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:10.0127536Z [00:02:36.065]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:10.0128198Z [00:02:36.065]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.0128624Z [00:02:36.065]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:10.0129055Z [00:02:36.065]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:10.0129372Z [00:02:36.065]➜  EOF
2025-08-20T21:45:10.0131929Z [00:02:36.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/tracefs=>github.com/cilium/ebpf@v0.15.0/internal/tracefs;$WORK/b392=>" -p github.com/cilium/ebpf/internal/tracefs -lang=go1.21 -complete -installsuffix shared -buildid iFiL9Ccy08ZKwvZVKivM/iFiL9Ccy08ZKwvZVKivM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/tracefs/kprobe.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/tracefs/probetype_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/tracefs/uprobe.go
2025-08-20T21:45:10.1120428Z [00:02:36.165]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:45:10.1151583Z [00:02:36.168]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/28/2885b174797bb8ec0e7dcd4cdd830058003bee00c52f057303c78d5a6ed7b500-d # internal
2025-08-20T21:45:10.1158080Z [00:02:36.169]➜  github.com/cilium/ebpf/rlimit
2025-08-20T21:45:10.1158737Z [00:02:36.169]➜  mkdir -p $WORK/b394/
2025-08-20T21:45:10.1172472Z [00:02:36.170]➜  cat >/tmp/go-build3243449595/b394/importcfg << 'EOF' # internal
2025-08-20T21:45:10.1173178Z [00:02:36.170]➜  # import config
2025-08-20T21:45:10.1173776Z [00:02:36.170]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.1175118Z [00:02:36.170]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.1175692Z [00:02:36.170]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:10.1176308Z [00:02:36.170]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:10.1176935Z [00:02:36.170]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:10.1177465Z [00:02:36.170]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:10.1178014Z [00:02:36.170]➜  EOF
2025-08-20T21:45:10.1179856Z [00:02:36.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/rlimit=>github.com/cilium/ebpf@v0.15.0/rlimit;$WORK/b394=>" -p github.com/cilium/ebpf/rlimit -lang=go1.21 -complete -installsuffix shared -buildid Ps2XJy80bVyhK7ogZY0d/Ps2XJy80bVyhK7ogZY0d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/rlimit/rlimit.go
2025-08-20T21:45:10.1575453Z [00:02:36.210]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:45:10.1587093Z [00:02:36.211]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/1b/1b17c12bb6d2d7eacbd819f057d8dfb8678f15453aef58a29495c48752943dae-d # internal
2025-08-20T21:45:10.1596201Z [00:02:36.212]➜  github.com/google/nftables/internal/parseexprfunc
2025-08-20T21:45:10.1596949Z [00:02:36.212]➜  mkdir -p $WORK/b405/
2025-08-20T21:45:10.1607086Z [00:02:36.213]➜  cat >/tmp/go-build3243449595/b405/importcfg << 'EOF' # internal
2025-08-20T21:45:10.1607867Z [00:02:36.213]➜  # import config
2025-08-20T21:45:10.1609174Z [00:02:36.213]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:10.1609580Z [00:02:36.213]➜  EOF
2025-08-20T21:45:10.1619032Z [00:02:36.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.3.0/internal/parseexprfunc=>github.com/google/nftables@v0.3.0/internal/parseexprfunc;$WORK/b405=>" -p github.com/google/nftables/internal/parseexprfunc -lang=go1.21 -complete -installsuffix shared -buildid jEA3c-UET0n6SdyOnw2c/jEA3c-UET0n6SdyOnw2c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.3.0/internal/parseexprfunc/parseexprfunc.go
2025-08-20T21:45:10.1717235Z [00:02:36.224]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:45:10.1721967Z [00:02:36.225]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/54/54e964936147596d1dfd2ee08ed1db4bd488fbdea96c4b9a100119431b03f8af-d # internal
2025-08-20T21:45:10.1730038Z [00:02:36.226]➜  github.com/google/nftables/alignedbuff
2025-08-20T21:45:10.1730720Z [00:02:36.226]➜  mkdir -p $WORK/b407/
2025-08-20T21:45:10.1741000Z [00:02:36.227]➜  cat >/tmp/go-build3243449595/b407/importcfg << 'EOF' # internal
2025-08-20T21:45:10.1741655Z [00:02:36.227]➜  # import config
2025-08-20T21:45:10.1742149Z [00:02:36.227]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:10.1743417Z [00:02:36.227]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.1743853Z [00:02:36.227]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.1744388Z [00:02:36.227]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build3243449595/b403/_pkg_.a
2025-08-20T21:45:10.1744809Z [00:02:36.227]➜  EOF
2025-08-20T21:45:10.1753947Z [00:02:36.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.3.0/alignedbuff=>github.com/google/nftables@v0.3.0/alignedbuff;$WORK/b407=>" -p github.com/google/nftables/alignedbuff -lang=go1.21 -complete -installsuffix shared -buildid FPezgauznYDVNasjWWOp/FPezgauznYDVNasjWWOp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.3.0/alignedbuff/alignedbuff.go
2025-08-20T21:45:10.2040723Z [00:02:36.257]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:45:10.2052242Z [00:02:36.258]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/99/996127c75f408fc478adc4394921c29ba248f990c5ec12945a2f53fa73a7fa16-d # internal
2025-08-20T21:45:10.2148617Z [00:02:36.267]➜  github.com/google/nftables/xt
2025-08-20T21:45:10.2149010Z [00:02:36.268]➜  mkdir -p $WORK/b406/
2025-08-20T21:45:10.2158673Z [00:02:36.269]➜  cat >/tmp/go-build3243449595/b406/importcfg << 'EOF' # internal
2025-08-20T21:45:10.2159352Z [00:02:36.269]➜  # import config
2025-08-20T21:45:10.2159956Z [00:02:36.269]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:10.2164200Z [00:02:36.269]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.2165244Z [00:02:36.269]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.2165794Z [00:02:36.269]➜  packagefile github.com/google/nftables/alignedbuff=/tmp/go-build3243449595/b407/_pkg_.a
2025-08-20T21:45:10.2166806Z [00:02:36.269]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:10.2167273Z [00:02:36.269]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:10.2167577Z [00:02:36.269]➜  EOF
2025-08-20T21:45:10.2171975Z [00:02:36.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt=>github.com/google/nftables@v0.3.0/xt;$WORK/b406=>" -p github.com/google/nftables/xt -lang=go1.21 -complete -installsuffix shared -buildid 4RCEKowyAZNn12dhrHxM/4RCEKowyAZNn12dhrHxM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/comment.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/info.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/match_addrtype.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/match_conntrack.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/match_tcp.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/match_udp.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/target_dnat.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/target_masquerade_ip.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/unknown.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/util.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/xt/xt.go
2025-08-20T21:45:10.3895294Z [00:02:36.442]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:45:10.3926179Z [00:02:36.445]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/f5/f515c57b24dc1361afc2fc0e4984ed085b24c13fbde912222810556680aecf88-d # internal
2025-08-20T21:45:10.3966817Z [00:02:36.449]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:45:10.4043958Z [00:02:36.457]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/14/14ed2421f33fea9e55106aeadf7f15ff5f730bc517036a0cea061f5d2250ac7c-d # internal
2025-08-20T21:45:10.4047136Z [00:02:36.457]➜  github.com/netbirdio/netbird/client/iface/bind
2025-08-20T21:45:10.4048434Z [00:02:36.458]➜  mkdir -p $WORK/b096/
2025-08-20T21:45:10.4053559Z [00:02:36.458]➜  cat >/tmp/go-build3243449595/b096/importcfg << 'EOF' # internal
2025-08-20T21:45:10.4055236Z [00:02:36.458]➜  # import config
2025-08-20T21:45:10.4055610Z [00:02:36.458]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:10.4056076Z [00:02:36.458]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:10.4056857Z [00:02:36.458]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.4057568Z [00:02:36.458]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:10.4058405Z [00:02:36.458]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:10.4059048Z [00:02:36.458]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:10.4059647Z [00:02:36.458]➜  packagefile github.com/pion/ice/v3=/tmp/go-build3243449595/b207/_pkg_.a
2025-08-20T21:45:10.4060179Z [00:02:36.458]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:10.4060712Z [00:02:36.458]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:10.4061269Z [00:02:36.458]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:10.4061886Z [00:02:36.458]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build3243449595/b290/_pkg_.a
2025-08-20T21:45:10.4062519Z [00:02:36.458]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build3243449595/b285/_pkg_.a
2025-08-20T21:45:10.4063106Z [00:02:36.458]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:10.4063645Z [00:02:36.458]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:10.4064521Z [00:02:36.458]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3243449595/b150/_pkg_.a
2025-08-20T21:45:10.4065229Z [00:02:36.458]➜  packagefile golang.zx2c4.com/wireguard/conn=/tmp/go-build3243449595/b145/_pkg_.a
2025-08-20T21:45:10.4065720Z [00:02:36.458]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:10.4066123Z [00:02:36.458]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:10.4066547Z [00:02:36.458]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:10.4066989Z [00:02:36.458]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:10.4067414Z [00:02:36.458]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:10.4071262Z [00:02:36.458]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.4071764Z [00:02:36.458]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:10.4072203Z [00:02:36.458]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:10.4072646Z [00:02:36.458]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:10.4072951Z [00:02:36.458]➜  EOF
2025-08-20T21:45:10.4075406Z [00:02:36.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind=>github.com/netbirdio/netbird/client/iface/bind;$WORK/b096=>" -p github.com/netbirdio/netbird/client/iface/bind -lang=go1.23 -complete -installsuffix shared -buildid YqzsijmByQzLvA8b82lZ/YqzsijmByQzLvA8b82lZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack ./iface/bind/activity.go ./iface/bind/control.go ./iface/bind/endpoint.go ./iface/bind/ice_bind.go ./iface/bind/udp_mux.go ./iface/bind/udp_mux_generic.go ./iface/bind/udp_mux_universal.go ./iface/bind/udp_muxed_conn.go
2025-08-20T21:45:10.4243557Z [00:02:36.477]➜  github.com/google/nftables/expr
2025-08-20T21:45:10.4280986Z [00:02:36.477]➜  mkdir -p $WORK/b404/
2025-08-20T21:45:10.4281474Z [00:02:36.477]➜  cat >/tmp/go-build3243449595/b404/importcfg << 'EOF' # internal
2025-08-20T21:45:10.4281829Z [00:02:36.477]➜  # import config
2025-08-20T21:45:10.4282168Z [00:02:36.477]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:10.4282620Z [00:02:36.477]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:10.4283073Z [00:02:36.477]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.4283482Z [00:02:36.477]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.4284425Z [00:02:36.477]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build3243449595/b403/_pkg_.a
2025-08-20T21:45:10.4285209Z [00:02:36.477]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/tmp/go-build3243449595/b405/_pkg_.a
2025-08-20T21:45:10.4285868Z [00:02:36.477]➜  packagefile github.com/google/nftables/xt=/tmp/go-build3243449595/b406/_pkg_.a
2025-08-20T21:45:10.4286439Z [00:02:36.477]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:10.4286995Z [00:02:36.477]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:10.4287458Z [00:02:36.477]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:10.4289904Z [00:02:36.477]➜  EOF
2025-08-20T21:45:10.4299895Z [00:02:36.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr=>github.com/google/nftables@v0.3.0/expr;$WORK/b404=>" -p github.com/google/nftables/expr -lang=go1.21 -complete -installsuffix shared -buildid 1bErJ6gRI-dVQ7PJxcsE/1bErJ6gRI-dVQ7PJxcsE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/bitwise.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/byteorder.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/connlimit.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/counter.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/ct.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/dup.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/dynset.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/expr.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/exthdr.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/fib.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/flow_offload.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/hash.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/immediate.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/limit.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/log.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/lookup.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/match.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/nat.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/notrack.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/numgen.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/objref.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/payload.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/queue.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/quota.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/range.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/redirect.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/reject.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/rt.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/secmark.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/socket.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/synproxy.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/target.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/tproxy.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/expr/verdict.go
2025-08-20T21:45:10.5835444Z [00:02:36.635]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:45:10.8174079Z [00:02:36.869]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/0a/0affd96fb7578ea1cfb509dd16fb1de0a5d96708b0726d33c12a2b1a4bc18902-d # internal
2025-08-20T21:45:10.8175162Z [00:02:36.869]➜  github.com/cilium/ebpf/internal/kconfig
2025-08-20T21:45:10.8175875Z [00:02:36.869]➜  mkdir -p $WORK/b390/
2025-08-20T21:45:10.8176835Z [00:02:36.869]➜  cat >/tmp/go-build3243449595/b390/importcfg << 'EOF' # internal
2025-08-20T21:45:10.8177630Z [00:02:36.869]➜  # import config
2025-08-20T21:45:10.8178881Z [00:02:36.869]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:10.8179836Z [00:02:36.869]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:10.8180592Z [00:02:36.869]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:10.8181351Z [00:02:36.869]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.8182812Z [00:02:36.869]➜  packagefile github.com/cilium/ebpf/btf=/tmp/go-build3243449595/b377/_pkg_.a
2025-08-20T21:45:10.8183454Z [00:02:36.869]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:10.8183952Z [00:02:36.869]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:10.8184365Z [00:02:36.869]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:10.8184767Z [00:02:36.869]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:10.8185183Z [00:02:36.869]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:10.8185624Z [00:02:36.869]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.8185943Z [00:02:36.869]➜  EOF
2025-08-20T21:45:10.8188251Z [00:02:36.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/kconfig=>github.com/cilium/ebpf@v0.15.0/internal/kconfig;$WORK/b390=>" -p github.com/cilium/ebpf/internal/kconfig -lang=go1.21 -complete -installsuffix shared -buildid 9AMCyII7Loe8KmYbxLw-/9AMCyII7Loe8KmYbxLw- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/internal/kconfig/kconfig.go
2025-08-20T21:45:10.8236311Z [00:02:36.876]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:45:10.8261400Z [00:02:36.879]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/ce/ce27b31d5e6f4ffc22c18b03a437e19e32780a61fcc1b18c9380c9b286654400-d # internal
2025-08-20T21:45:10.8265289Z [00:02:36.879]➜  github.com/google/nftables/userdata
2025-08-20T21:45:10.8265666Z [00:02:36.879]➜  mkdir -p $WORK/b408/
2025-08-20T21:45:10.8269164Z [00:02:36.880]➜  cat >/tmp/go-build3243449595/b408/importcfg << 'EOF' # internal
2025-08-20T21:45:10.8269541Z [00:02:36.880]➜  # import config
2025-08-20T21:45:10.8269881Z [00:02:36.880]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:10.8270336Z [00:02:36.880]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:10.8270955Z [00:02:36.880]➜  EOF
2025-08-20T21:45:10.8280607Z [00:02:36.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.3.0/userdata=>github.com/google/nftables@v0.3.0/userdata;$WORK/b408=>" -p github.com/google/nftables/userdata -lang=go1.21 -complete -installsuffix shared -buildid KNnifG4XWlIs5JJ5cb3V/KNnifG4XWlIs5JJ5cb3V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.3.0/userdata/userdata.go
2025-08-20T21:45:10.8295201Z [00:02:36.882]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:45:10.8406748Z [00:02:36.893]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:45:10.8449857Z [00:02:36.898]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:45:10.8471305Z [00:02:36.900]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/7c/7c04d11570530e0021b3649bee8f1e9df92f575bea9596efd454a12a40254ff2-d # internal
2025-08-20T21:45:10.8473346Z [00:02:36.900]➜  github.com/mdlayher/netlink/nltest
2025-08-20T21:45:10.8474125Z [00:02:36.900]➜  mkdir -p $WORK/b409/
2025-08-20T21:45:10.8474865Z [00:02:36.900]➜  cat >/tmp/go-build3243449595/b409/importcfg << 'EOF' # internal
2025-08-20T21:45:10.8475979Z [00:02:36.900]➜  # import config
2025-08-20T21:45:10.8476998Z [00:02:36.900]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.8477857Z [00:02:36.900]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:10.8480207Z [00:02:36.900]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build3243449595/b351/_pkg_.a
2025-08-20T21:45:10.8482445Z [00:02:36.900]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:10.8485599Z [00:02:36.900]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:10.8486018Z [00:02:36.900]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:10.8486352Z [00:02:36.900]➜  EOF
2025-08-20T21:45:10.8518320Z [00:02:36.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nltest=>github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nltest;$WORK/b409=>" -p github.com/mdlayher/netlink/nltest -lang=go1.21 -complete -installsuffix shared -buildid Z9LC71xN-CYVn3lmLq5M/Z9LC71xN-CYVn3lmLq5M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nltest/errors_unix.go /root/go/pkg/mod/github.com/mdlayher/netlink@v1.7.3-0.20250113171957-fbb4dce95f42/nltest/nltest.go
2025-08-20T21:45:10.8521067Z [00:02:36.900]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/35/35e731b7a00483c173b7c9c8ce3c8d011d7718e454dfcfd696ff34186699413e-d # internal
2025-08-20T21:45:10.8521744Z [00:02:36.901]➜  github.com/netbirdio/netbird/client/iface/configurer
2025-08-20T21:45:10.8522516Z [00:02:36.901]➜  mkdir -p $WORK/b333/
2025-08-20T21:45:10.8549241Z [00:02:36.907]➜  cat >/tmp/go-build3243449595/b333/importcfg << 'EOF' # internal
2025-08-20T21:45:10.8549659Z [00:02:36.907]➜  # import config
2025-08-20T21:45:10.8550044Z [00:02:36.907]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:10.8550527Z [00:02:36.907]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:10.8550972Z [00:02:36.907]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.8551415Z [00:02:36.907]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.8551990Z [00:02:36.907]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:10.8552668Z [00:02:36.907]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:10.8553307Z [00:02:36.907]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:10.8553913Z [00:02:36.907]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:10.8554507Z [00:02:36.907]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:10.8555103Z [00:02:36.907]➜  packagefile golang.zx2c4.com/wireguard/ipc=/tmp/go-build3243449595/b341/_pkg_.a
2025-08-20T21:45:10.8555691Z [00:02:36.907]➜  packagefile golang.zx2c4.com/wireguard/wgctrl=/tmp/go-build3243449595/b345/_pkg_.a
2025-08-20T21:45:10.8556338Z [00:02:36.907]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:10.8556864Z [00:02:36.907]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:10.8557285Z [00:02:36.907]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:10.8557699Z [00:02:36.907]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:10.8558372Z [00:02:36.907]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:10.8558804Z [00:02:36.907]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:10.8559229Z [00:02:36.907]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.8559648Z [00:02:36.907]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:10.8559952Z [00:02:36.907]➜  EOF
2025-08-20T21:45:10.8562972Z [00:02:36.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer=>github.com/netbirdio/netbird/client/iface/configurer;$WORK/b333=>" -p github.com/netbirdio/netbird/client/iface/configurer -lang=go1.23 -complete -installsuffix shared -buildid wiZh5St5x_Ttm3gHG9JD/wiZh5St5x_Ttm3gHG9JD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack ./iface/configurer/common.go ./iface/configurer/err.go ./iface/configurer/kernel_unix.go ./iface/configurer/name.go ./iface/configurer/uapi.go ./iface/configurer/usp.go ./iface/configurer/wgshow.go ./iface/configurer/wgstats.go
2025-08-20T21:45:10.8598365Z [00:02:36.913]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:45:10.8609832Z [00:02:36.914]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/ab/abbf78543407be64948b923b3a157ff7c039bcf89f6bf116305be344cea891ad-d # internal
2025-08-20T21:45:10.8615714Z [00:02:36.914]➜  github.com/netbirdio/netbird/client/iface/wgproxy/bind
2025-08-20T21:45:10.8630982Z [00:02:36.916]➜  mkdir -p $WORK/b362/
2025-08-20T21:45:10.8631957Z [00:02:36.916]➜  cat >/tmp/go-build3243449595/b362/importcfg << 'EOF' # internal
2025-08-20T21:45:10.8632370Z [00:02:36.916]➜  # import config
2025-08-20T21:45:10.8632737Z [00:02:36.916]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:10.8633173Z [00:02:36.916]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.8633591Z [00:02:36.916]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.8634565Z [00:02:36.916]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:10.8635345Z [00:02:36.916]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/listener=/tmp/go-build3243449595/b363/_pkg_.a
2025-08-20T21:45:10.8636027Z [00:02:36.916]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:10.8636505Z [00:02:36.916]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:10.8636942Z [00:02:36.916]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:10.8637378Z [00:02:36.916]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.8637988Z [00:02:36.916]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:10.8638370Z [00:02:36.916]➜  EOF
2025-08-20T21:45:10.8640244Z [00:02:36.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/bind=>github.com/netbirdio/netbird/client/iface/wgproxy/bind;$WORK/b362=>" -p github.com/netbirdio/netbird/client/iface/wgproxy/bind -lang=go1.23 -complete -installsuffix shared -buildid vT_w1QNZwWEx4vDYSkoF/vT_w1QNZwWEx4vDYSkoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack ./iface/wgproxy/bind/proxy.go
2025-08-20T21:45:10.8660540Z [00:02:36.919]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/f3/f3642f715809b85530fd755b762ac3045153293fba0b5c3323881fb75d93cb65-d # internal
2025-08-20T21:45:10.8710542Z [00:02:36.923]➜  github.com/cilium/ebpf
2025-08-20T21:45:10.8715405Z [00:02:36.923]➜  mkdir -p $WORK/b368/
2025-08-20T21:45:10.8715876Z [00:02:36.924]➜  cat >/tmp/go-build3243449595/b368/importcfg << 'EOF' # internal
2025-08-20T21:45:10.8716236Z [00:02:36.924]➜  # import config
2025-08-20T21:45:10.8716577Z [00:02:36.924]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:10.8716991Z [00:02:36.924]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:10.8717442Z [00:02:36.924]➜  packagefile debug/elf=/tmp/go-build3243449595/b369/_pkg_.a
2025-08-20T21:45:10.8718064Z [00:02:36.924]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:10.8718538Z [00:02:36.924]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:10.8719013Z [00:02:36.924]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:10.8719454Z [00:02:36.924]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.8720152Z [00:02:36.924]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.8720723Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/asm=/tmp/go-build3243449595/b374/_pkg_.a
2025-08-20T21:45:10.8721278Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/btf=/tmp/go-build3243449595/b377/_pkg_.a
2025-08-20T21:45:10.8721854Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:10.8722500Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/internal/kallsyms=/tmp/go-build3243449595/b389/_pkg_.a
2025-08-20T21:45:10.8723157Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/internal/kconfig=/tmp/go-build3243449595/b390/_pkg_.a
2025-08-20T21:45:10.8723789Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:10.8724421Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/internal/sysenc=/tmp/go-build3243449595/b391/_pkg_.a
2025-08-20T21:45:10.8725075Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/internal/tracefs=/tmp/go-build3243449595/b392/_pkg_.a
2025-08-20T21:45:10.8725709Z [00:02:36.924]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:10.8726212Z [00:02:36.924]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:10.8726618Z [00:02:36.924]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:10.8727285Z [00:02:36.924]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:10.8728597Z [00:02:36.924]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:10.8729120Z [00:02:36.924]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:10.8729558Z [00:02:36.924]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:10.8730006Z [00:02:36.924]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:10.8730434Z [00:02:36.924]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:10.8730868Z [00:02:36.924]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:10.8731297Z [00:02:36.924]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:10.8731720Z [00:02:36.924]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.8732137Z [00:02:36.924]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:10.8732565Z [00:02:36.924]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:10.8732983Z [00:02:36.924]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:10.8733292Z [00:02:36.924]➜  EOF
2025-08-20T21:45:10.8738192Z [00:02:36.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0=>github.com/cilium/ebpf@v0.15.0;$WORK/b368=>" -p github.com/cilium/ebpf -lang=go1.21 -complete -installsuffix shared -buildid 1rLOCP46evJrdJYuAiAx/1rLOCP46evJrdJYuAiAx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/attachtype_string.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/collection.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/cpu.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/doc.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/elf_reader.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/elf_sections.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/info.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/linker.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/map.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/marshalers.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/prog.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/syscalls.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/types.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/types_string.go
2025-08-20T21:45:10.8830786Z [00:02:36.936]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:45:10.8834305Z [00:02:36.936]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/dc/dcac9dff161c5096386400aa442ba9de00a55e7163715d5ccd31151897851cc7-d # internal
2025-08-20T21:45:10.8890349Z [00:02:36.942]➜  github.com/google/nftables
2025-08-20T21:45:10.8893240Z [00:02:36.942]➜  mkdir -p $WORK/b402/
2025-08-20T21:45:10.8905556Z [00:02:36.943]➜  cat >/tmp/go-build3243449595/b402/importcfg << 'EOF' # internal
2025-08-20T21:45:10.8907988Z [00:02:36.943]➜  # import config
2025-08-20T21:45:10.8908444Z [00:02:36.943]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:10.8908907Z [00:02:36.943]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.8909322Z [00:02:36.943]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.8909856Z [00:02:36.943]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build3243449595/b403/_pkg_.a
2025-08-20T21:45:10.8912749Z [00:02:36.943]➜  packagefile github.com/google/nftables/expr=/tmp/go-build3243449595/b404/_pkg_.a
2025-08-20T21:45:10.8913469Z [00:02:36.943]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/tmp/go-build3243449595/b405/_pkg_.a
2025-08-20T21:45:10.8914151Z [00:02:36.943]➜  packagefile github.com/google/nftables/userdata=/tmp/go-build3243449595/b408/_pkg_.a
2025-08-20T21:45:10.8914745Z [00:02:36.943]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:10.8915740Z [00:02:36.943]➜  packagefile github.com/mdlayher/netlink/nltest=/tmp/go-build3243449595/b409/_pkg_.a
2025-08-20T21:45:10.8916316Z [00:02:36.943]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:10.8916782Z [00:02:36.943]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:10.8917194Z [00:02:36.943]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:10.8917594Z [00:02:36.943]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:10.8918237Z [00:02:36.943]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.8918666Z [00:02:36.943]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:10.8919086Z [00:02:36.943]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:10.8919503Z [00:02:36.943]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:10.8919812Z [00:02:36.943]➜  EOF
2025-08-20T21:45:10.8924383Z [00:02:36.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.3.0=>github.com/google/nftables@v0.3.0;$WORK/b402=>" -p github.com/google/nftables -lang=go1.21 -complete -installsuffix shared -buildid 8QBIULR7kMdL8bDa-PG8/8QBIULR7kMdL8bDa-PG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.3.0/chain.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/compat_policy.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/conn.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/counter.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/doc.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/flowtable.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/gen.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/monitor.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/obj.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/quota.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/rule.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/set.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/table.go /root/go/pkg/mod/github.com/google/nftables@v0.3.0/util.go
2025-08-20T21:45:10.9054554Z [00:02:36.958]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:45:10.9066004Z [00:02:36.959]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/44/44f436b3d8880754842d57cc827474554d6c216a824f580e2f33179a46ba5472-d # internal
2025-08-20T21:45:10.9091195Z [00:02:36.962]➜  github.com/nadoo/ipset/internal/netlink
2025-08-20T21:45:10.9098661Z [00:02:36.963]➜  mkdir -p $WORK/b412/
2025-08-20T21:45:10.9099549Z [00:02:36.963]➜  cat >/tmp/go-build3243449595/b412/importcfg << 'EOF' # internal
2025-08-20T21:45:10.9100583Z [00:02:36.963]➜  # import config
2025-08-20T21:45:10.9101042Z [00:02:36.963]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:10.9101513Z [00:02:36.963]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.9101975Z [00:02:36.963]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:10.9102429Z [00:02:36.963]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:10.9102869Z [00:02:36.963]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:10.9103186Z [00:02:36.963]➜  EOF
2025-08-20T21:45:10.9105155Z [00:02:36.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nadoo/ipset@v0.5.0/internal/netlink=>github.com/nadoo/ipset@v0.5.0/internal/netlink;$WORK/b412=>" -p github.com/nadoo/ipset/internal/netlink -lang=go1.18 -complete -installsuffix shared -buildid 9w3-zUX8FWbOEHFsygB2/9w3-zUX8FWbOEHFsygB2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/nadoo/ipset@v0.5.0/internal/netlink/netlink.go
2025-08-20T21:45:10.9572969Z [00:02:37.010]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:45:10.9591370Z [00:02:37.012]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/fb/fb944708df0c44ead8e1a8eaef056a193a5898fc7c7965940e620023abef6e4b-d # internal
2025-08-20T21:45:10.9602425Z [00:02:37.013]➜  github.com/netbirdio/netbird/client/iface/device
2025-08-20T21:45:10.9603074Z [00:02:37.013]➜  mkdir -p $WORK/b355/
2025-08-20T21:45:10.9603816Z [00:02:37.013]➜  cat >/tmp/go-build3243449595/b355/importcfg << 'EOF' # internal
2025-08-20T21:45:10.9604657Z [00:02:37.013]➜  # import config
2025-08-20T21:45:10.9605072Z [00:02:37.013]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:10.9605538Z [00:02:37.013]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:10.9605968Z [00:02:37.013]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:10.9606385Z [00:02:37.013]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.9606956Z [00:02:37.013]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:10.9607847Z [00:02:37.013]➜  packagefile github.com/netbirdio/netbird/client/iface/configurer=/tmp/go-build3243449595/b333/_pkg_.a
2025-08-20T21:45:10.9608650Z [00:02:37.013]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:10.9609384Z [00:02:37.013]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:10.9610065Z [00:02:37.013]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:10.9610725Z [00:02:37.013]➜  packagefile github.com/netbirdio/netbird/sharedsock=/tmp/go-build3243449595/b356/_pkg_.a
2025-08-20T21:45:10.9611372Z [00:02:37.013]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:10.9611983Z [00:02:37.013]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:10.9612547Z [00:02:37.013]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:10.9613130Z [00:02:37.013]➜  packagefile github.com/vishvananda/netlink=/tmp/go-build3243449595/b204/_pkg_.a
2025-08-20T21:45:10.9613681Z [00:02:37.013]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:10.9614247Z [00:02:37.013]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:10.9614840Z [00:02:37.013]➜  packagefile golang.zx2c4.com/wireguard/tun=/tmp/go-build3243449595/b144/_pkg_.a
2025-08-20T21:45:10.9615757Z [00:02:37.013]➜  packagefile golang.zx2c4.com/wireguard/tun/netstack=/tmp/go-build3243449595/b152/_pkg_.a
2025-08-20T21:45:10.9616494Z [00:02:37.013]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:10.9617018Z [00:02:37.013]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:10.9617428Z [00:02:37.013]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:10.9618000Z [00:02:37.013]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:10.9618464Z [00:02:37.013]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:10.9618890Z [00:02:37.013]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:10.9619312Z [00:02:37.013]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:10.9619749Z [00:02:37.013]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:10.9620206Z [00:02:37.013]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:10.9620629Z [00:02:37.013]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:10.9621047Z [00:02:37.013]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:10.9621461Z [00:02:37.013]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:10.9621777Z [00:02:37.013]➜  EOF
2025-08-20T21:45:10.9624698Z [00:02:37.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device=>github.com/netbirdio/netbird/client/iface/device;$WORK/b355=>" -p github.com/netbirdio/netbird/client/iface/device -lang=go1.23 -complete -installsuffix shared -buildid bHiZmiBUHaJzAYYnyDUd/bHiZmiBUHaJzAYYnyDUd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack ./iface/device/adapter.go ./iface/device/args.go ./iface/device/device_filter.go ./iface/device/device_kernel_unix.go ./iface/device/device_netstack.go ./iface/device/device_usp_unix.go ./iface/device/interface.go ./iface/device/kernel_module_linux.go ./iface/device/wg_link_linux.go ./iface/device/wg_log.go ./iface/device/windows_guid.go
2025-08-20T21:45:10.9715364Z [00:02:37.024]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:45:10.9731384Z [00:02:37.026]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/ea/ea1422fb2ae24a21be0996fda92e6d26e849efe1c33dc53882163f42b8c6ea4a-d # internal
2025-08-20T21:45:10.9736923Z [00:02:37.026]➜  github.com/nadoo/ipset
2025-08-20T21:45:10.9745921Z [00:02:37.027]➜  mkdir -p $WORK/b411/
2025-08-20T21:45:10.9753269Z [00:02:37.028]➜  cat >/tmp/go-build3243449595/b411/importcfg << 'EOF' # internal
2025-08-20T21:45:10.9754649Z [00:02:37.028]➜  # import config
2025-08-20T21:45:10.9755490Z [00:02:37.028]➜  packagefile github.com/nadoo/ipset/internal/netlink=/tmp/go-build3243449595/b412/_pkg_.a
2025-08-20T21:45:10.9756774Z [00:02:37.028]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:10.9757414Z [00:02:37.028]➜  EOF
2025-08-20T21:45:10.9759876Z [00:02:37.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nadoo/ipset@v0.5.0=>github.com/nadoo/ipset@v0.5.0;$WORK/b411=>" -p github.com/nadoo/ipset -lang=go1.18 -complete -installsuffix shared -buildid opsCsP-NeUgE24FDOZ_A/opsCsP-NeUgE24FDOZ_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/nadoo/ipset@v0.5.0/ipset_linux.go
2025-08-20T21:45:10.9963328Z [00:02:37.049]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:45:10.9976275Z [00:02:37.050]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/d1/d13bc2d0db4a677ed5955298afa96e24c661fd4ff466ea29549ee7eed653ecac-d # internal
2025-08-20T21:45:10.9990169Z [00:02:37.052]➜  github.com/netbirdio/netbird/formatter/hook
2025-08-20T21:45:10.9990907Z [00:02:37.052]➜  mkdir -p $WORK/b417/
2025-08-20T21:45:10.9991617Z [00:02:37.052]➜  cat >/tmp/go-build3243449595/b417/importcfg << 'EOF' # internal
2025-08-20T21:45:10.9992897Z [00:02:37.052]➜  # import config
2025-08-20T21:45:10.9993718Z [00:02:37.052]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:10.9994541Z [00:02:37.052]➜  packagefile github.com/netbirdio/netbird/shared/context=/tmp/go-build3243449595/b418/_pkg_.a
2025-08-20T21:45:10.9995468Z [00:02:37.052]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:10.9996271Z [00:02:37.052]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:10.9998758Z [00:02:37.052]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:10.9999249Z [00:02:37.052]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:10.9999714Z [00:02:37.052]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.0000032Z [00:02:37.052]➜  EOF
2025-08-20T21:45:11.0002340Z [00:02:37.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook=>github.com/netbirdio/netbird/formatter/hook;$WORK/b417=>" -p github.com/netbirdio/netbird/formatter/hook -lang=go1.23 -complete -installsuffix shared -buildid mnFU4QLTFw9MLolcosIc/mnFU4QLTFw9MLolcosIc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/additional_empty.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/hook.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/keys.go
2025-08-20T21:45:11.0566621Z [00:02:37.109]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:45:11.0573467Z [00:02:37.110]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d # internal
2025-08-20T21:45:11.0574376Z [00:02:37.110]➜  github.com/netbirdio/netbird/formatter/logcat
2025-08-20T21:45:11.0576598Z [00:02:37.110]➜  mkdir -p $WORK/b419/
2025-08-20T21:45:11.0584998Z [00:02:37.111]➜  cat >/tmp/go-build3243449595/b419/importcfg << 'EOF' # internal
2025-08-20T21:45:11.0586310Z [00:02:37.111]➜  # import config
2025-08-20T21:45:11.0588404Z [00:02:37.112]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.0589009Z [00:02:37.112]➜  packagefile github.com/netbirdio/netbird/formatter/levels=/tmp/go-build3243449595/b420/_pkg_.a
2025-08-20T21:45:11.0589646Z [00:02:37.112]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.0590167Z [00:02:37.112]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.0590486Z [00:02:37.112]➜  EOF
2025-08-20T21:45:11.0592647Z [00:02:37.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/logcat=>github.com/netbirdio/netbird/formatter/logcat;$WORK/b419=>" -p github.com/netbirdio/netbird/formatter/logcat -lang=go1.23 -complete -installsuffix shared -buildid nAT-V6V-ZEi4xslb4XPI/nAT-V6V-ZEi4xslb4XPI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/logcat/logcat.go
2025-08-20T21:45:11.1365894Z [00:02:37.189]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:45:11.1378150Z [00:02:37.190]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/35/3520f135e81d30c6b183540fa8bc7b192ef3573cf4f48640daa0236f06362deb-d # internal
2025-08-20T21:45:11.1383930Z [00:02:37.191]➜  github.com/netbirdio/netbird/formatter/syslog
2025-08-20T21:45:11.1384905Z [00:02:37.191]➜  mkdir -p $WORK/b421/
2025-08-20T21:45:11.1391793Z [00:02:37.192]➜  cat >/tmp/go-build3243449595/b421/importcfg << 'EOF' # internal
2025-08-20T21:45:11.1393047Z [00:02:37.192]➜  # import config
2025-08-20T21:45:11.1394401Z [00:02:37.192]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.1395034Z [00:02:37.192]➜  packagefile github.com/netbirdio/netbird/formatter/levels=/tmp/go-build3243449595/b420/_pkg_.a
2025-08-20T21:45:11.1395672Z [00:02:37.192]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.1396193Z [00:02:37.192]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.1396517Z [00:02:37.192]➜  EOF
2025-08-20T21:45:11.1398529Z [00:02:37.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/syslog=>github.com/netbirdio/netbird/formatter/syslog;$WORK/b421=>" -p github.com/netbirdio/netbird/formatter/syslog -lang=go1.23 -complete -installsuffix shared -buildid h2C1p9zOcfnNGNeeq7OJ/h2C1p9zOcfnNGNeeq7OJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/syslog/formatter.go
2025-08-20T21:45:11.1678289Z [00:02:37.221]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:45:11.1764517Z [00:02:37.229]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/43/435f13d5339890fea0799b0ccae54f46f9090f984c9b0012a8c50d96daf064c9-d # internal
2025-08-20T21:45:11.1766560Z [00:02:37.229]➜  github.com/netbirdio/netbird/formatter/txt
2025-08-20T21:45:11.1766968Z [00:02:37.229]➜  mkdir -p $WORK/b422/
2025-08-20T21:45:11.1767356Z [00:02:37.229]➜  cat >/tmp/go-build3243449595/b422/importcfg << 'EOF' # internal
2025-08-20T21:45:11.1767824Z [00:02:37.229]➜  # import config
2025-08-20T21:45:11.1768245Z [00:02:37.229]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.1768817Z [00:02:37.229]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/tmp/go-build3243449595/b417/_pkg_.a
2025-08-20T21:45:11.1769535Z [00:02:37.229]➜  packagefile github.com/netbirdio/netbird/formatter/levels=/tmp/go-build3243449595/b420/_pkg_.a
2025-08-20T21:45:11.1770168Z [00:02:37.229]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.1770660Z [00:02:37.229]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.1771079Z [00:02:37.229]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.1771388Z [00:02:37.229]➜  EOF
2025-08-20T21:45:11.1773569Z [00:02:37.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt=>github.com/netbirdio/netbird/formatter/txt;$WORK/b422=>" -p github.com/netbirdio/netbird/formatter/txt -lang=go1.23 -complete -installsuffix shared -buildid LYeWebeXmkGIm5cVtIsm/LYeWebeXmkGIm5cVtIsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/format.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/formatter.go
2025-08-20T21:45:11.1780501Z [00:02:37.231]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:45:11.1791112Z [00:02:37.232]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/74/74faa3d8e5915620c715136b80b8a3d6c01b746058cd2bc560b9d1bcb32a5837-d # internal
2025-08-20T21:45:11.1796730Z [00:02:37.232]➜  github.com/sirupsen/logrus/hooks/syslog
2025-08-20T21:45:11.1802193Z [00:02:37.233]➜  mkdir -p $WORK/b423/
2025-08-20T21:45:11.1811727Z [00:02:37.234]➜  cat >/tmp/go-build3243449595/b423/importcfg << 'EOF' # internal
2025-08-20T21:45:11.1812782Z [00:02:37.234]➜  # import config
2025-08-20T21:45:11.1813239Z [00:02:37.234]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.1813741Z [00:02:37.234]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.1814244Z [00:02:37.234]➜  packagefile log/syslog=/tmp/go-build3243449595/b073/_pkg_.a
2025-08-20T21:45:11.1814688Z [00:02:37.234]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.1814991Z [00:02:37.234]➜  EOF
2025-08-20T21:45:11.1820729Z [00:02:37.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks/syslog=>github.com/sirupsen/logrus@v1.9.3/hooks/syslog;$WORK/b423=>" -p github.com/sirupsen/logrus/hooks/syslog -lang=go1.13 -complete -installsuffix shared -buildid ezh_2dHj50ZbWdi1weNO/ezh_2dHj50ZbWdi1weNO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks/syslog/syslog.go
2025-08-20T21:45:11.2096271Z [00:02:37.261]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:45:11.2111614Z [00:02:37.264]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/67/676ed06ab676f9df55e5155474782e78e1e17a8b5fdb83e7d1bbb980f5e5c013-d # internal
2025-08-20T21:45:11.2112287Z [00:02:37.264]➜  github.com/netbirdio/netbird/formatter
2025-08-20T21:45:11.2113013Z [00:02:37.264]➜  mkdir -p $WORK/b416/
2025-08-20T21:45:11.2113395Z [00:02:37.264]➜  cat >/tmp/go-build3243449595/b416/importcfg << 'EOF' # internal
2025-08-20T21:45:11.2113742Z [00:02:37.264]➜  # import config
2025-08-20T21:45:11.2114229Z [00:02:37.264]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/tmp/go-build3243449595/b417/_pkg_.a
2025-08-20T21:45:11.2114930Z [00:02:37.264]➜  packagefile github.com/netbirdio/netbird/formatter/logcat=/tmp/go-build3243449595/b419/_pkg_.a
2025-08-20T21:45:11.2115653Z [00:02:37.264]➜  packagefile github.com/netbirdio/netbird/formatter/syslog=/tmp/go-build3243449595/b421/_pkg_.a
2025-08-20T21:45:11.2116343Z [00:02:37.264]➜  packagefile github.com/netbirdio/netbird/formatter/txt=/tmp/go-build3243449595/b422/_pkg_.a
2025-08-20T21:45:11.2116959Z [00:02:37.264]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.2117341Z [00:02:37.264]➜  EOF
2025-08-20T21:45:11.2119258Z [00:02:37.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter=>github.com/netbirdio/netbird/formatter;$WORK/b416=>" -p github.com/netbirdio/netbird/formatter -lang=go1.23 -complete -installsuffix shared -buildid jrJbCB1tweJYzYLv_44q/jrJbCB1tweJYzYLv_44q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/set.go
2025-08-20T21:45:11.2141063Z [00:02:37.265]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:45:11.2247551Z [00:02:37.277]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/f7/f779c76c44de97dc039ea46b6fa7d890ee22a73ef00fcd028b1106f8b06e5590-d # internal
2025-08-20T21:45:11.2253242Z [00:02:37.278]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T21:45:11.2253589Z [00:02:37.278]➜  mkdir -p $WORK/b425/
2025-08-20T21:45:11.2253976Z [00:02:37.278]➜  cat >/tmp/go-build3243449595/b425/importcfg << 'EOF' # internal
2025-08-20T21:45:11.2254324Z [00:02:37.278]➜  # import config
2025-08-20T21:45:11.2254683Z [00:02:37.278]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.2255092Z [00:02:37.278]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.2255390Z [00:02:37.278]➜  EOF
2025-08-20T21:45:11.2258022Z [00:02:37.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpclog=>google.golang.org/grpc@v1.64.1/internal/grpclog;$WORK/b425=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.19 -complete -installsuffix shared -buildid SnskHDVXNEzgPR4bY2ZU/SnskHDVXNEzgPR4bY2ZU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpclog/prefixLogger.go
2025-08-20T21:45:11.2354489Z [00:02:37.288]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:45:11.2361239Z [00:02:37.289]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/64/64bc9515fe5dee12be6ad5c4b7fff2b8bd64fe5f46686c0c2a207b6e724c8efb-d # internal
2025-08-20T21:45:11.2363527Z [00:02:37.289]➜  gopkg.in/natefinch/lumberjack.v2
2025-08-20T21:45:11.2364661Z [00:02:37.289]➜  mkdir -p $WORK/b426/
2025-08-20T21:45:11.2366593Z [00:02:37.289]➜  cat >/tmp/go-build3243449595/b426/importcfg << 'EOF' # internal
2025-08-20T21:45:11.2366989Z [00:02:37.290]➜  # import config
2025-08-20T21:45:11.2367368Z [00:02:37.290]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:11.2368078Z [00:02:37.290]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.2368672Z [00:02:37.290]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.2369080Z [00:02:37.290]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.2369497Z [00:02:37.290]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:11.2369916Z [00:02:37.290]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.2370832Z [00:02:37.290]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:11.2371282Z [00:02:37.290]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:11.2371706Z [00:02:37.290]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.2372124Z [00:02:37.290]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.2372555Z [00:02:37.290]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:11.2372983Z [00:02:37.290]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.2373291Z [00:02:37.290]➜  EOF
2025-08-20T21:45:11.2375399Z [00:02:37.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/natefinch/lumberjack.v2@v2.0.0=>gopkg.in/natefinch/lumberjack.v2@v2.0.0;$WORK/b426=>" -p gopkg.in/natefinch/lumberjack.v2 -lang=go1.16 -complete -installsuffix shared -buildid xhQJGIGgoW8KzkVNzJoi/xhQJGIGgoW8KzkVNzJoi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/gopkg.in/natefinch/lumberjack.v2@v2.0.0/chown_linux.go /root/go/pkg/mod/gopkg.in/natefinch/lumberjack.v2@v2.0.0/lumberjack.go
2025-08-20T21:45:11.2442163Z [00:02:37.297]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:45:11.2454268Z [00:02:37.298]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/c7/c79b8605ee69bbb3697f77b03bb1b59040dcefd79e8ecc872ab037196761e6d2-d # internal
2025-08-20T21:45:11.2459073Z [00:02:37.299]➜  golang.org/x/text/transform
2025-08-20T21:45:11.2459761Z [00:02:37.299]➜  mkdir -p $WORK/b432/
2025-08-20T21:45:11.2460458Z [00:02:37.299]➜  cat >/tmp/go-build3243449595/b432/importcfg << 'EOF' # internal
2025-08-20T21:45:11.2461008Z [00:02:37.299]➜  # import config
2025-08-20T21:45:11.2462025Z [00:02:37.299]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:11.2468775Z [00:02:37.299]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.2469567Z [00:02:37.299]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.2470534Z [00:02:37.299]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:11.2471122Z [00:02:37.299]➜  EOF
2025-08-20T21:45:11.2473560Z [00:02:37.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/transform=>golang.org/x/text@v0.24.0/transform;$WORK/b432=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid GoTq1uzLuz5jqf7OO4V2/GoTq1uzLuz5jqf7OO4V2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/transform/transform.go
2025-08-20T21:45:11.2565137Z [00:02:37.309]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:45:11.2572178Z [00:02:37.310]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/e0/e0d33059caa3fa5eaf9a40a4b574d8ec283a48b3d1221cd8c1b0c86655d6d3e0-d # internal
2025-08-20T21:45:11.2573943Z [00:02:37.310]➜  google.golang.org/grpc/grpclog
2025-08-20T21:45:11.2575078Z [00:02:37.310]➜  mkdir -p $WORK/b424/
2025-08-20T21:45:11.2579054Z [00:02:37.311]➜  cat >/tmp/go-build3243449595/b424/importcfg << 'EOF' # internal
2025-08-20T21:45:11.2580628Z [00:02:37.311]➜  # import config
2025-08-20T21:45:11.2581961Z [00:02:37.311]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:11.2582697Z [00:02:37.311]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.2583880Z [00:02:37.311]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3243449595/b425/_pkg_.a
2025-08-20T21:45:11.2584966Z [00:02:37.311]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.2598633Z [00:02:37.311]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:11.2599748Z [00:02:37.311]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.2600522Z [00:02:37.311]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.2601916Z [00:02:37.311]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.2602762Z [00:02:37.311]➜  EOF
2025-08-20T21:45:11.2605672Z [00:02:37.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/grpclog=>google.golang.org/grpc@v1.64.1/grpclog;$WORK/b424=>" -p google.golang.org/grpc/grpclog -lang=go1.19 -complete -installsuffix shared -buildid KkNKRDSWeN9fuHU1SDPS/KkNKRDSWeN9fuHU1SDPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/grpclog/loggerv2.go
2025-08-20T21:45:11.3028574Z [00:02:37.355]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:45:11.3051701Z [00:02:37.358]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:45:11.3055176Z [00:02:37.358]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/80/807bd5fd2c899faa445b46b3d9bbdabe4973c54f1e2f108880bc7b5de3d569ae-d # internal
2025-08-20T21:45:11.3065059Z [00:02:37.359]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:45:11.3065998Z [00:02:37.359]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d # internal
2025-08-20T21:45:11.3068247Z [00:02:37.359]➜  mkdir -p $WORK/b433/
2025-08-20T21:45:11.3079795Z [00:02:37.361]➜  cat >/tmp/go-build3243449595/b433/importcfg << 'EOF' # internal
2025-08-20T21:45:11.3081085Z [00:02:37.361]➜  # import config
2025-08-20T21:45:11.3082491Z [00:02:37.361]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:11.3083017Z [00:02:37.361]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:11.3083463Z [00:02:37.361]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.3083894Z [00:02:37.361]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:11.3084304Z [00:02:37.361]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:11.3084746Z [00:02:37.361]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:11.3085080Z [00:02:37.361]➜  EOF
2025-08-20T21:45:11.3102549Z [00:02:37.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi=>golang.org/x/text@v0.24.0/unicode/bidi;$WORK/b433=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid rbQ0yxQDTG1nwGsHzyX4/rbQ0yxQDTG1nwGsHzyX4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/bidi/trieval.go
2025-08-20T21:45:11.3116099Z [00:02:37.364]➜  golang.org/x/text/unicode/norm
2025-08-20T21:45:11.3124283Z [00:02:37.365]➜  mkdir -p $WORK/b434/
2025-08-20T21:45:11.3124751Z [00:02:37.365]➜  cat >/tmp/go-build3243449595/b434/importcfg << 'EOF' # internal
2025-08-20T21:45:11.3126888Z [00:02:37.365]➜  # import config
2025-08-20T21:45:11.3128192Z [00:02:37.365]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:11.3130200Z [00:02:37.365]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.3131722Z [00:02:37.365]➜  packagefile golang.org/x/text/transform=/tmp/go-build3243449595/b432/_pkg_.a
2025-08-20T21:45:11.3133148Z [00:02:37.365]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.3133845Z [00:02:37.365]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.3135128Z [00:02:37.365]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:11.3135716Z [00:02:37.365]➜  EOF
2025-08-20T21:45:11.3139865Z [00:02:37.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm=>golang.org/x/text@v0.24.0/unicode/norm;$WORK/b434=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid QGxGgOt-7sh3SURtq7H3/QGxGgOt-7sh3SURtq7H3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/unicode/norm/trie.go
2025-08-20T21:45:11.3232774Z [00:02:37.376]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:45:11.3258342Z [00:02:37.379]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:45:11.3273461Z [00:02:37.380]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d # internal
2025-08-20T21:45:11.3282233Z [00:02:37.381]➜  github.com/netbirdio/netbird/util
2025-08-20T21:45:11.3282597Z [00:02:37.381]➜  mkdir -p $WORK/b415/
2025-08-20T21:45:11.3282988Z [00:02:37.381]➜  cat >/tmp/go-build3243449595/b415/importcfg << 'EOF' # internal
2025-08-20T21:45:11.3283334Z [00:02:37.381]➜  # import config
2025-08-20T21:45:11.3283671Z [00:02:37.381]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:11.3284098Z [00:02:37.381]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.3284560Z [00:02:37.381]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:11.3285006Z [00:02:37.381]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.3285417Z [00:02:37.381]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.3285949Z [00:02:37.381]➜  packagefile github.com/netbirdio/netbird/formatter=/tmp/go-build3243449595/b416/_pkg_.a
2025-08-20T21:45:11.3286864Z [00:02:37.381]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.3287611Z [00:02:37.381]➜  packagefile github.com/sirupsen/logrus/hooks/syslog=/tmp/go-build3243449595/b423/_pkg_.a
2025-08-20T21:45:11.3288419Z [00:02:37.381]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:11.3289023Z [00:02:37.381]➜  packagefile gopkg.in/natefinch/lumberjack.v2=/tmp/go-build3243449595/b426/_pkg_.a
2025-08-20T21:45:11.3289530Z [00:02:37.381]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.3289955Z [00:02:37.381]➜  packagefile log/syslog=/tmp/go-build3243449595/b073/_pkg_.a
2025-08-20T21:45:11.3290398Z [00:02:37.381]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:11.3290815Z [00:02:37.381]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.3291540Z [00:02:37.381]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:11.3293738Z [00:02:37.381]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:11.3295198Z [00:02:37.381]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:11.3296106Z [00:02:37.381]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:11.3298514Z [00:02:37.381]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.3299066Z [00:02:37.381]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.3301290Z [00:02:37.381]➜  packagefile text/template=/tmp/go-build3243449595/b088/_pkg_.a
2025-08-20T21:45:11.3301751Z [00:02:37.381]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.3302060Z [00:02:37.381]➜  EOF
2025-08-20T21:45:11.3305346Z [00:02:37.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/util=>github.com/netbirdio/netbird/util;$WORK/b415=>" -p github.com/netbirdio/netbird/util -lang=go1.23 -complete -installsuffix shared -buildid oPJf3m8Q0lnpg_rEJEQ6/oPJf3m8Q0lnpg_rEJEQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/common.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/duration.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/file.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/log.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/membership_unix.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/permission.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/retry.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/runtime.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/syslog_nonwindows.go
2025-08-20T21:45:11.3308570Z [00:02:37.382]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/2d/2d4912c1560ae785d167479aabde41472df124e7cab1c986e5aa1e894f575339-d # internal
2025-08-20T21:45:11.3372277Z [00:02:37.390]➜  github.com/cilium/ebpf/link
2025-08-20T21:45:11.3376453Z [00:02:37.390]➜  mkdir -p $WORK/b393/
2025-08-20T21:45:11.3381597Z [00:02:37.390]➜  cat >/tmp/go-build3243449595/b393/importcfg << 'EOF' # internal
2025-08-20T21:45:11.3382011Z [00:02:37.390]➜  # import config
2025-08-20T21:45:11.3382393Z [00:02:37.390]➜  packagefile debug/elf=/tmp/go-build3243449595/b369/_pkg_.a
2025-08-20T21:45:11.3382833Z [00:02:37.390]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.3383250Z [00:02:37.390]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.3383718Z [00:02:37.390]➜  packagefile github.com/cilium/ebpf=/tmp/go-build3243449595/b368/_pkg_.a
2025-08-20T21:45:11.3384267Z [00:02:37.390]➜  packagefile github.com/cilium/ebpf/asm=/tmp/go-build3243449595/b374/_pkg_.a
2025-08-20T21:45:11.3387381Z [00:02:37.390]➜  packagefile github.com/cilium/ebpf/btf=/tmp/go-build3243449595/b377/_pkg_.a
2025-08-20T21:45:11.3388181Z [00:02:37.390]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:11.3388820Z [00:02:37.390]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:11.3389464Z [00:02:37.390]➜  packagefile github.com/cilium/ebpf/internal/tracefs=/tmp/go-build3243449595/b392/_pkg_.a
2025-08-20T21:45:11.3390415Z [00:02:37.390]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:11.3390998Z [00:02:37.390]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.3391391Z [00:02:37.390]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.3392073Z [00:02:37.390]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:11.3392659Z [00:02:37.391]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.3393079Z [00:02:37.391]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.3393497Z [00:02:37.391]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:11.3393814Z [00:02:37.391]➜  EOF
2025-08-20T21:45:11.3400722Z [00:02:37.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link=>github.com/cilium/ebpf@v0.15.0/link;$WORK/b393=>" -p github.com/cilium/ebpf/link -lang=go1.21 -complete -installsuffix shared -buildid HraWkIHmIjuAtCDEWYYw/HraWkIHmIjuAtCDEWYYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/anchor.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/cgroup.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/doc.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/iter.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/kprobe.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/kprobe_multi.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/link.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/netfilter.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/netkit.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/netns.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/perf_event.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/program.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/query.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/raw_tracepoint.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/socket_filter.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/syscalls.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/tcx.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/tracepoint.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/tracing.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/uprobe.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/uprobe_multi.go /root/go/pkg/mod/github.com/cilium/ebpf@v0.15.0/link/xdp.go
2025-08-20T21:45:11.4262861Z [00:02:37.479]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:45:11.4286961Z [00:02:37.481]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:45:11.4293671Z [00:02:37.482]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/69/69e14e1d3f936609b5a184cd18a4f7d6e0366083ff97de7aa70b637a0238414f-d # internal
2025-08-20T21:45:11.4297303Z [00:02:37.483]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:45:11.4300032Z [00:02:37.483]➜  mkdir -p $WORK/b431/
2025-08-20T21:45:11.4301218Z [00:02:37.483]➜  cat >/tmp/go-build3243449595/b431/importcfg << 'EOF' # internal
2025-08-20T21:45:11.4309425Z [00:02:37.484]➜  # import config
2025-08-20T21:45:11.4311410Z [00:02:37.484]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.4312450Z [00:02:37.484]➜  packagefile golang.org/x/text/transform=/tmp/go-build3243449595/b432/_pkg_.a
2025-08-20T21:45:11.4313147Z [00:02:37.484]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3243449595/b433/_pkg_.a
2025-08-20T21:45:11.4313721Z [00:02:37.484]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:11.4314055Z [00:02:37.484]➜  EOF
2025-08-20T21:45:11.4316445Z [00:02:37.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/bidirule=>golang.org/x/text@v0.24.0/secure/bidirule;$WORK/b431=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid 8gWu0dORV-07vMcWb-wx/8gWu0dORV-07vMcWb-wx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:45:11.4322516Z [00:02:37.484]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d # internal
2025-08-20T21:45:11.4323234Z [00:02:37.484]➜  github.com/netbirdio/netbird/client/internal/statemanager
2025-08-20T21:45:11.4323594Z [00:02:37.485]➜  mkdir -p $WORK/b414/
2025-08-20T21:45:11.4323963Z [00:02:37.485]➜  cat >/tmp/go-build3243449595/b414/importcfg << 'EOF' # internal
2025-08-20T21:45:11.4324304Z [00:02:37.485]➜  # import config
2025-08-20T21:45:11.4324644Z [00:02:37.485]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.4325113Z [00:02:37.485]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:11.4325559Z [00:02:37.485]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.4325973Z [00:02:37.485]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.4326488Z [00:02:37.485]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:11.4327135Z [00:02:37.485]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:11.4328230Z [00:02:37.485]➜  packagefile github.com/netbirdio/netbird/util=/tmp/go-build3243449595/b415/_pkg_.a
2025-08-20T21:45:11.4328814Z [00:02:37.485]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.4329351Z [00:02:37.485]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:11.4329832Z [00:02:37.485]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:11.4330250Z [00:02:37.485]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.4338184Z [00:02:37.485]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:11.4338828Z [00:02:37.485]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.4339254Z [00:02:37.485]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.4339570Z [00:02:37.485]➜  EOF
2025-08-20T21:45:11.4341513Z [00:02:37.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/statemanager=>github.com/netbirdio/netbird/client/internal/statemanager;$WORK/b414=>" -p github.com/netbirdio/netbird/client/internal/statemanager -lang=go1.23 -complete -installsuffix shared -buildid XlL0wiNuALmn1Zi8kMmK/XlL0wiNuALmn1Zi8kMmK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack ./internal/statemanager/manager.go
2025-08-20T21:45:11.4724261Z [00:02:37.525]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:45:11.4730986Z [00:02:37.525]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/c2/c2da42765d3c89276e318330d43d94354cfdb0af0e8a260e65f44ff2921eb350-d # internal
2025-08-20T21:45:11.4732413Z [00:02:37.526]➜  github.com/netbirdio/netbird/shared/management/status
2025-08-20T21:45:11.4733907Z [00:02:37.526]➜  mkdir -p $WORK/b435/
2025-08-20T21:45:11.4735101Z [00:02:37.526]➜  cat >/tmp/go-build3243449595/b435/importcfg << 'EOF' # internal
2025-08-20T21:45:11.4735491Z [00:02:37.526]➜  # import config
2025-08-20T21:45:11.4735833Z [00:02:37.526]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.4736254Z [00:02:37.526]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.4736882Z [00:02:37.526]➜  packagefile github.com/netbirdio/netbird/shared/management/operations=/tmp/go-build3243449595/b436/_pkg_.a
2025-08-20T21:45:11.4737375Z [00:02:37.526]➜  EOF
2025-08-20T21:45:11.4740689Z [00:02:37.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/status=>github.com/netbirdio/netbird/shared/management/status;$WORK/b435=>" -p github.com/netbirdio/netbird/shared/management/status -lang=go1.23 -complete -installsuffix shared -buildid GdiIh3C1XTxPhvCSthEg/GdiIh3C1XTxPhvCSthEg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/status/error.go
2025-08-20T21:45:11.4963710Z [00:02:37.549]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:45:11.4981410Z [00:02:37.551]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/0a/0aa1609f4da7c03568848696ee578a1d230fe4d076c4fe64f043624d2ab051f5-d # internal
2025-08-20T21:45:11.4989575Z [00:02:37.551]➜  github.com/netbirdio/netbird/client/internal/routemanager/refcounter
2025-08-20T21:45:11.4991127Z [00:02:37.551]➜  mkdir -p $WORK/b442/
2025-08-20T21:45:11.4991837Z [00:02:37.552]➜  cat >/tmp/go-build3243449595/b442/importcfg << 'EOF' # internal
2025-08-20T21:45:11.4992791Z [00:02:37.552]➜  # import config
2025-08-20T21:45:11.4993722Z [00:02:37.552]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:11.4994259Z [00:02:37.552]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.4994690Z [00:02:37.552]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.4995218Z [00:02:37.552]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:11.4996289Z [00:02:37.552]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:11.4996920Z [00:02:37.552]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.4997423Z [00:02:37.552]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.4998032Z [00:02:37.552]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:11.4998524Z [00:02:37.552]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.4998957Z [00:02:37.552]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.4999269Z [00:02:37.552]➜  EOF
2025-08-20T21:45:11.5004173Z [00:02:37.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/refcounter=>github.com/netbirdio/netbird/client/internal/routemanager/refcounter;$WORK/b442=>" -p github.com/netbirdio/netbird/client/internal/routemanager/refcounter -lang=go1.23 -complete -installsuffix shared -buildid rwixwY0f97jjUotNdqM3/rwixwY0f97jjUotNdqM3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack ./internal/routemanager/refcounter/refcounter.go ./internal/routemanager/refcounter/types.go
2025-08-20T21:45:11.5151162Z [00:02:37.568]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:45:11.5191147Z [00:02:37.572]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/17/170949c5755d3bf68cbddf73cedc8c6858a7fb287764619834fa2cad4cecc90b-d # internal
2025-08-20T21:45:11.5257995Z [00:02:37.578]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:45:11.5272701Z [00:02:37.580]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d # internal
2025-08-20T21:45:11.5273879Z [00:02:37.580]➜  github.com/netbirdio/netbird/client/internal/routemanager/sysctl
2025-08-20T21:45:11.5274617Z [00:02:37.580]➜  mkdir -p $WORK/b443/
2025-08-20T21:45:11.5275381Z [00:02:37.580]➜  cat >/tmp/go-build3243449595/b443/importcfg << 'EOF' # internal
2025-08-20T21:45:11.5276068Z [00:02:37.580]➜  # import config
2025-08-20T21:45:11.5277056Z [00:02:37.580]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.5277632Z [00:02:37.580]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:11.5278519Z [00:02:37.580]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:11.5279595Z [00:02:37.580]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:11.5280317Z [00:02:37.580]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.5280802Z [00:02:37.580]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.5281205Z [00:02:37.580]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.5281650Z [00:02:37.580]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.5282076Z [00:02:37.580]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.5282391Z [00:02:37.580]➜  EOF
2025-08-20T21:45:11.5284500Z [00:02:37.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/sysctl=>github.com/netbirdio/netbird/client/internal/routemanager/sysctl;$WORK/b443=>" -p github.com/netbirdio/netbird/client/internal/routemanager/sysctl -lang=go1.23 -complete -installsuffix shared -buildid kWNH9XGNtCJKF3xULIIp/kWNH9XGNtCJKF3xULIIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack ./internal/routemanager/sysctl/sysctl_linux.go
2025-08-20T21:45:11.5301997Z [00:02:37.583]➜  github.com/netbirdio/netbird/client/internal/ebpf/ebpf
2025-08-20T21:45:11.5302838Z [00:02:37.583]➜  mkdir -p $WORK/b366/
2025-08-20T21:45:11.5308054Z [00:02:37.584]➜  cat >/tmp/go-build3243449595/b366/importcfg << 'EOF' # internal
2025-08-20T21:45:11.5310050Z [00:02:37.584]➜  # import config
2025-08-20T21:45:11.5310467Z [00:02:37.584]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:11.5310891Z [00:02:37.584]➜  packagefile embed=/tmp/go-build3243449595/b367/_pkg_.a
2025-08-20T21:45:11.5311346Z [00:02:37.584]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:11.5311790Z [00:02:37.584]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.5312281Z [00:02:37.584]➜  packagefile github.com/cilium/ebpf=/tmp/go-build3243449595/b368/_pkg_.a
2025-08-20T21:45:11.5312829Z [00:02:37.584]➜  packagefile github.com/cilium/ebpf/link=/tmp/go-build3243449595/b393/_pkg_.a
2025-08-20T21:45:11.5313398Z [00:02:37.584]➜  packagefile github.com/cilium/ebpf/rlimit=/tmp/go-build3243449595/b394/_pkg_.a
2025-08-20T21:45:11.5314146Z [00:02:37.584]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf/manager=/tmp/go-build3243449595/b395/_pkg_.a
2025-08-20T21:45:11.5314838Z [00:02:37.584]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.5315311Z [00:02:37.584]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.5315710Z [00:02:37.584]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.5316115Z [00:02:37.584]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.5316423Z [00:02:37.584]➜  EOF
2025-08-20T21:45:11.5316756Z [00:02:37.584]➜  cat >/tmp/go-build3243449595/b366/embedcfg << 'EOF' # internal
2025-08-20T21:45:11.5317079Z [00:02:37.584]➜  {
2025-08-20T21:45:11.5317286Z [00:02:37.584]➜  	"Patterns": {
2025-08-20T21:45:11.5317528Z [00:02:37.584]➜  		"bpf_bpfel.o": [
2025-08-20T21:45:11.5318105Z [00:02:37.584]➜  			"bpf_bpfel.o"
2025-08-20T21:45:11.5318415Z [00:02:37.584]➜  		]
2025-08-20T21:45:11.5318618Z [00:02:37.584]➜  	},
2025-08-20T21:45:11.5318826Z [00:02:37.584]➜  	"Files": {
2025-08-20T21:45:11.5319262Z [00:02:37.584]➜  		"bpf_bpfel.o": "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfel.o"
2025-08-20T21:45:11.5319650Z [00:02:37.584]➜  	}
2025-08-20T21:45:11.5319840Z [00:02:37.584]➜  }EOF
2025-08-20T21:45:11.5322564Z [00:02:37.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf=>github.com/netbirdio/netbird/client/internal/ebpf/ebpf;$WORK/b366=>" -p github.com/netbirdio/netbird/client/internal/ebpf/ebpf -lang=go1.23 -complete -installsuffix shared -buildid -dWMuoqCfJluA8zhss5Q/-dWMuoqCfJluA8zhss5Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -embedcfg $WORK/b366/embedcfg -pack ./internal/ebpf/ebpf/bpf_bpfel.go ./internal/ebpf/ebpf/dns_fwd_linux.go ./internal/ebpf/ebpf/manager_linux.go ./internal/ebpf/ebpf/wg_proxy_linux.go
2025-08-20T21:45:11.5700267Z [00:02:37.622]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:45:11.5723173Z [00:02:37.625]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/3d/3daa579f203be00ed4b30efd858e1b1d96e459449eee8f725da063dd288e7871-d # internal
2025-08-20T21:45:11.5732535Z [00:02:37.626]➜  github.com/netbirdio/netbird/client/internal/routemanager/util
2025-08-20T21:45:11.5739935Z [00:02:37.627]➜  mkdir -p $WORK/b444/
2025-08-20T21:45:11.5748375Z [00:02:37.628]➜  cat >/tmp/go-build3243449595/b444/importcfg << 'EOF' # internal
2025-08-20T21:45:11.5749121Z [00:02:37.628]➜  # import config
2025-08-20T21:45:11.5749762Z [00:02:37.628]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.5750825Z [00:02:37.628]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.5751332Z [00:02:37.628]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.5751671Z [00:02:37.628]➜  EOF
2025-08-20T21:45:11.5760793Z [00:02:37.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/util=>github.com/netbirdio/netbird/client/internal/routemanager/util;$WORK/b444=>" -p github.com/netbirdio/netbird/client/internal/routemanager/util -lang=go1.23 -complete -installsuffix shared -buildid 5OWj8qPa56Oo1qaxwSKI/5OWj8qPa56Oo1qaxwSKI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack ./internal/routemanager/util/ip.go
2025-08-20T21:45:11.5864414Z [00:02:37.639]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:45:11.5879805Z [00:02:37.641]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/bf/bf5b5b6e49acfe067018771ad86f5f613fa713e018a86f0b71219932a08bc2f9-d # internal
2025-08-20T21:45:11.5881736Z [00:02:37.641]➜  github.com/netbirdio/netbird/client/internal/routemanager/vars
2025-08-20T21:45:11.5883261Z [00:02:37.641]➜  mkdir -p $WORK/b445/
2025-08-20T21:45:11.5883700Z [00:02:37.641]➜  cat >/tmp/go-build3243449595/b445/importcfg << 'EOF' # internal
2025-08-20T21:45:11.5884050Z [00:02:37.641]➜  # import config
2025-08-20T21:45:11.5884392Z [00:02:37.641]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.5884854Z [00:02:37.641]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.5885175Z [00:02:37.641]➜  EOF
2025-08-20T21:45:11.5887212Z [00:02:37.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/vars=>github.com/netbirdio/netbird/client/internal/routemanager/vars;$WORK/b445=>" -p github.com/netbirdio/netbird/client/internal/routemanager/vars -lang=go1.23 -complete -installsuffix shared -buildid omGRYxcCyS440r0NvB1U/omGRYxcCyS440r0NvB1U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack ./internal/routemanager/vars/vars.go
2025-08-20T21:45:11.5914062Z [00:02:37.644]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:45:11.5915151Z [00:02:37.644]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:45:11.5926320Z [00:02:37.645]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/f5/f5b7b6225e6b75143099e6eed0897e458ef82c44f7a2e4a82b41012820278282-d # internal
2025-08-20T21:45:11.5927044Z [00:02:37.645]➜  github.com/netbirdio/netbird/client/internal/ebpf
2025-08-20T21:45:11.5927381Z [00:02:37.645]➜  mkdir -p $WORK/b365/
2025-08-20T21:45:11.5933850Z [00:02:37.646]➜  cat >/tmp/go-build3243449595/b365/importcfg << 'EOF' # internal
2025-08-20T21:45:11.5934650Z [00:02:37.646]➜  # import config
2025-08-20T21:45:11.5936788Z [00:02:37.646]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf/ebpf=/tmp/go-build3243449595/b366/_pkg_.a
2025-08-20T21:45:11.5939792Z [00:02:37.646]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf/manager=/tmp/go-build3243449595/b395/_pkg_.a
2025-08-20T21:45:11.5940390Z [00:02:37.646]➜  EOF
2025-08-20T21:45:11.5942235Z [00:02:37.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf=>github.com/netbirdio/netbird/client/internal/ebpf;$WORK/b365=>" -p github.com/netbirdio/netbird/client/internal/ebpf -lang=go1.23 -complete -installsuffix shared -buildid WQUgLz5C6PwAQw_-teH0/WQUgLz5C6PwAQw_-teH0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack ./internal/ebpf/instantiater_linux.go
2025-08-20T21:45:11.5962273Z [00:02:37.649]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d # internal
2025-08-20T21:45:11.5981483Z [00:02:37.651]➜  golang.org/x/net/idna
2025-08-20T21:45:11.5982325Z [00:02:37.651]➜  mkdir -p $WORK/b430/
2025-08-20T21:45:11.6005963Z [00:02:37.653]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:45:11.6007604Z [00:02:37.653]➜  cat >/tmp/go-build3243449595/b430/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6008438Z [00:02:37.653]➜  # import config
2025-08-20T21:45:11.6009057Z [00:02:37.653]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.6010121Z [00:02:37.653]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3243449595/b431/_pkg_.a
2025-08-20T21:45:11.6011440Z [00:02:37.653]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3243449595/b433/_pkg_.a
2025-08-20T21:45:11.6012048Z [00:02:37.653]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3243449595/b434/_pkg_.a
2025-08-20T21:45:11.6012547Z [00:02:37.653]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:11.6012968Z [00:02:37.653]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.6013426Z [00:02:37.653]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:11.6013771Z [00:02:37.653]➜  EOF
2025-08-20T21:45:11.6016638Z [00:02:37.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/idna=>golang.org/x/net@v0.39.0/idna;$WORK/b430=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid x4uqshxn9e-5Qa8E_8uW/x4uqshxn9e-5Qa8E_8uW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/idna/trieval.go
2025-08-20T21:45:11.6019663Z [00:02:37.653]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/8c/8c73ddae2a3ebb38696670919557948733127f35f7caeaa8140e5d6d787bfcee-d # internal
2025-08-20T21:45:11.6020334Z [00:02:37.653]➜  github.com/netbirdio/netbird/client/firewall/uspfilter/common
2025-08-20T21:45:11.6020705Z [00:02:37.653]➜  mkdir -p $WORK/b448/
2025-08-20T21:45:11.6021095Z [00:02:37.653]➜  cat >/tmp/go-build3243449595/b448/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6021443Z [00:02:37.653]➜  # import config
2025-08-20T21:45:11.6021946Z [00:02:37.653]➜  packagefile github.com/netbirdio/netbird/client/iface/device=/tmp/go-build3243449595/b355/_pkg_.a
2025-08-20T21:45:11.6022691Z [00:02:37.653]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:11.6023351Z [00:02:37.653]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:11.6023745Z [00:02:37.653]➜  EOF
2025-08-20T21:45:11.6026055Z [00:02:37.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/common=>github.com/netbirdio/netbird/client/firewall/uspfilter/common;$WORK/b448=>" -p github.com/netbirdio/netbird/client/firewall/uspfilter/common -lang=go1.23 -complete -installsuffix shared -buildid xOlQboX-vH7cWb9QjkEi/xOlQboX-vH7cWb9QjkEi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack ./firewall/uspfilter/common/iface.go
2025-08-20T21:45:11.6062640Z [00:02:37.659]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:45:11.6070673Z [00:02:37.659]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/76/76dfaef0df967942cb0dee8eb02398c824fbcc5f6f67eabc0eb9ba10d9b3a36e-d # internal
2025-08-20T21:45:11.6083708Z [00:02:37.659]➜  github.com/netbirdio/netbird/client/firewall/uspfilter/log
2025-08-20T21:45:11.6084229Z [00:02:37.659]➜  mkdir -p $WORK/b450/
2025-08-20T21:45:11.6086376Z [00:02:37.659]➜  cat >/tmp/go-build3243449595/b450/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6088317Z [00:02:37.659]➜  # import config
2025-08-20T21:45:11.6090674Z [00:02:37.659]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.6092438Z [00:02:37.659]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.6094992Z [00:02:37.659]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.6096407Z [00:02:37.659]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.6096852Z [00:02:37.659]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.6098159Z [00:02:37.659]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:11.6098650Z [00:02:37.659]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.6098962Z [00:02:37.659]➜  EOF
2025-08-20T21:45:11.6100922Z [00:02:37.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/log=>github.com/netbirdio/netbird/client/firewall/uspfilter/log;$WORK/b450=>" -p github.com/netbirdio/netbird/client/firewall/uspfilter/log -lang=go1.23 -complete -installsuffix shared -buildid RMh4p8ti5E0fO-7PNYK0/RMh4p8ti5E0fO-7PNYK0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack ./firewall/uspfilter/log/log.go
2025-08-20T21:45:11.6102701Z [00:02:37.661]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:45:11.6103362Z [00:02:37.662]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/21/2193047fe0b953c8ef85edf2eb5d53c9d8d43f8bf8729ad9092c61dbb51e8c17-d # internal
2025-08-20T21:45:11.6104029Z [00:02:37.662]➜  github.com/netbirdio/netbird/client/iface/wgproxy/ebpf
2025-08-20T21:45:11.6104374Z [00:02:37.662]➜  mkdir -p $WORK/b364/
2025-08-20T21:45:11.6104746Z [00:02:37.662]➜  cat >/tmp/go-build3243449595/b364/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6105089Z [00:02:37.662]➜  # import config
2025-08-20T21:45:11.6105428Z [00:02:37.662]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.6105866Z [00:02:37.662]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.6106276Z [00:02:37.662]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.6106766Z [00:02:37.662]➜  packagefile github.com/google/gopacket=/tmp/go-build3243449595/b357/_pkg_.a
2025-08-20T21:45:11.6107355Z [00:02:37.662]➜  packagefile github.com/google/gopacket/layers=/tmp/go-build3243449595/b358/_pkg_.a
2025-08-20T21:45:11.6109856Z [00:02:37.662]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:11.6110575Z [00:02:37.662]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:11.6111333Z [00:02:37.662]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/listener=/tmp/go-build3243449595/b363/_pkg_.a
2025-08-20T21:45:11.6112186Z [00:02:37.662]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf=/tmp/go-build3243449595/b365/_pkg_.a
2025-08-20T21:45:11.6113352Z [00:02:37.662]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf/manager=/tmp/go-build3243449595/b395/_pkg_.a
2025-08-20T21:45:11.6114135Z [00:02:37.662]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:11.6114739Z [00:02:37.662]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:11.6115305Z [00:02:37.662]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.6115795Z [00:02:37.662]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.6116195Z [00:02:37.662]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.6116594Z [00:02:37.662]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.6116996Z [00:02:37.662]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.6117418Z [00:02:37.662]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:11.6117934Z [00:02:37.662]➜  EOF
2025-08-20T21:45:11.6120153Z [00:02:37.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf=>github.com/netbirdio/netbird/client/iface/wgproxy/ebpf;$WORK/b364=>" -p github.com/netbirdio/netbird/client/iface/wgproxy/ebpf -lang=go1.23 -complete -installsuffix shared -buildid zTqUMSi10En2c72Ev4wR/zTqUMSi10En2c72Ev4wR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack ./iface/wgproxy/ebpf/portlookup.go ./iface/wgproxy/ebpf/proxy.go ./iface/wgproxy/ebpf/wrapper.go
2025-08-20T21:45:11.6342397Z [00:02:37.687]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:45:11.6354061Z [00:02:37.688]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/89/89af9691e60ac7fa1ad4c47589061902b993e61278afb893f02a3041dd795015-d # internal
2025-08-20T21:45:11.6355591Z [00:02:37.688]➜  github.com/netbirdio/netbird/client/internal/netflow/types
2025-08-20T21:45:11.6356415Z [00:02:37.688]➜  mkdir -p $WORK/b451/
2025-08-20T21:45:11.6362421Z [00:02:37.689]➜  cat >/tmp/go-build3243449595/b451/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6362829Z [00:02:37.689]➜  # import config
2025-08-20T21:45:11.6363239Z [00:02:37.689]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:11.6364273Z [00:02:37.689]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:11.6364916Z [00:02:37.689]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.6365379Z [00:02:37.689]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.6365802Z [00:02:37.689]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.6366108Z [00:02:37.689]➜  EOF
2025-08-20T21:45:11.6368202Z [00:02:37.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/types=>github.com/netbirdio/netbird/client/internal/netflow/types;$WORK/b451=>" -p github.com/netbirdio/netbird/client/internal/netflow/types -lang=go1.23 -complete -installsuffix shared -buildid Q8Gj5j15SD_hX-xddgZ3/Q8Gj5j15SD_hX-xddgZ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack ./internal/netflow/types/types.go
2025-08-20T21:45:11.6517043Z [00:02:37.704]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:45:11.6529603Z [00:02:37.706]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/50/502af241b1d180359f34fee2c65adcec6cdaa20464501e4d1c1a0ea5f0d3b37c-d # internal
2025-08-20T21:45:11.6567495Z [00:02:37.709]➜  github.com/creack/pty
2025-08-20T21:45:11.6568489Z [00:02:37.710]➜  mkdir -p $WORK/b455/
2025-08-20T21:45:11.6579184Z [00:02:37.711]➜  cat >/tmp/go-build3243449595/b455/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6579623Z [00:02:37.711]➜  # import config
2025-08-20T21:45:11.6579973Z [00:02:37.711]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.6580389Z [00:02:37.711]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.6581181Z [00:02:37.711]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:11.6581692Z [00:02:37.711]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.6582120Z [00:02:37.711]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:11.6582436Z [00:02:37.711]➜  EOF
2025-08-20T21:45:11.6585747Z [00:02:37.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/creack/pty@v1.1.18=>github.com/creack/pty@v1.1.18;$WORK/b455=>" -p github.com/creack/pty -lang=go1.13 -complete -installsuffix shared -buildid deVY26hzAzEv2jy1gxLr/deVY26hzAzEv2jy1gxLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/creack/pty@v1.1.18/doc.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/ioctl.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/pty_linux.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/run.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/start.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/winsize.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/winsize_unix.go /root/go/pkg/mod/github.com/creack/pty@v1.1.18/ztypes_arm64.go
2025-08-20T21:45:11.6607119Z [00:02:37.713]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:45:11.6615694Z [00:02:37.714]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/90/9021f4eb4b5fc21b087634bdfa3c3973eee68b52ee79a9bb0bd3ae67af779cfa-d # internal
2025-08-20T21:45:11.6618142Z [00:02:37.714]➜  github.com/netbirdio/netbird/client/firewall/uspfilter/conntrack
2025-08-20T21:45:11.6629335Z [00:02:37.716]➜  mkdir -p $WORK/b449/
2025-08-20T21:45:11.6630423Z [00:02:37.716]➜  cat >/tmp/go-build3243449595/b449/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6630856Z [00:02:37.716]➜  # import config
2025-08-20T21:45:11.6631224Z [00:02:37.716]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.6631676Z [00:02:37.716]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.6632199Z [00:02:37.716]➜  packagefile github.com/google/gopacket/layers=/tmp/go-build3243449595/b358/_pkg_.a
2025-08-20T21:45:11.6632770Z [00:02:37.716]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:11.6633459Z [00:02:37.716]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/log=/tmp/go-build3243449595/b450/_pkg_.a
2025-08-20T21:45:11.6634283Z [00:02:37.716]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:11.6634874Z [00:02:37.716]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.6635298Z [00:02:37.716]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.6635725Z [00:02:37.716]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.6636160Z [00:02:37.716]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:11.6636601Z [00:02:37.716]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.6636949Z [00:02:37.716]➜  EOF
2025-08-20T21:45:11.6639837Z [00:02:37.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack=>github.com/netbirdio/netbird/client/firewall/uspfilter/conntrack;$WORK/b449=>" -p github.com/netbirdio/netbird/client/firewall/uspfilter/conntrack -lang=go1.23 -complete -installsuffix shared -buildid Dt0XLoRcfyJMWNvGNQ1P/Dt0XLoRcfyJMWNvGNQ1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack ./firewall/uspfilter/conntrack/common.go ./firewall/uspfilter/conntrack/icmp.go ./firewall/uspfilter/conntrack/tcp.go ./firewall/uspfilter/conntrack/udp.go
2025-08-20T21:45:11.6699932Z [00:02:37.723]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:45:11.6710938Z [00:02:37.724]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/90/9007ecf92e6f74bb1b3910e6e89ff6a8c65ae82d2313627506821b7575b67fa2-d # internal
2025-08-20T21:45:11.6711672Z [00:02:37.724]➜  github.com/netbirdio/netbird/client/iface/wgproxy
2025-08-20T21:45:11.6735001Z [00:02:37.726]➜  mkdir -p $WORK/b361/
2025-08-20T21:45:11.6743247Z [00:02:37.727]➜  cat >/tmp/go-build3243449595/b361/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6743686Z [00:02:37.727]➜  # import config
2025-08-20T21:45:11.6744036Z [00:02:37.727]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.6744663Z [00:02:37.727]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:11.6745412Z [00:02:37.727]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/bind=/tmp/go-build3243449595/b362/_pkg_.a
2025-08-20T21:45:11.6746345Z [00:02:37.727]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/ebpf=/tmp/go-build3243449595/b364/_pkg_.a
2025-08-20T21:45:11.6747128Z [00:02:37.727]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/udp=/tmp/go-build3243449595/b396/_pkg_.a
2025-08-20T21:45:11.6747978Z [00:02:37.727]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.6748528Z [00:02:37.727]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.6748836Z [00:02:37.727]➜  EOF
2025-08-20T21:45:11.6750901Z [00:02:37.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy=>github.com/netbirdio/netbird/client/iface/wgproxy;$WORK/b361=>" -p github.com/netbirdio/netbird/client/iface/wgproxy -lang=go1.23 -complete -installsuffix shared -buildid 4pwobFKDzSSZnuBbt1fU/4pwobFKDzSSZnuBbt1fU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack ./iface/wgproxy/factory_kernel.go ./iface/wgproxy/factory_usp.go ./iface/wgproxy/proxy.go
2025-08-20T21:45:11.6901164Z [00:02:37.743]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:45:11.6919358Z [00:02:37.744]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/32/32e9cac3ae653be404bf52e8263d746ea2a66b052e0c92defad2ab93e5595fb6-d # internal
2025-08-20T21:45:11.6920635Z [00:02:37.744]➜  github.com/anmitsu/go-shlex
2025-08-20T21:45:11.6921026Z [00:02:37.745]➜  mkdir -p $WORK/b457/
2025-08-20T21:45:11.6935669Z [00:02:37.746]➜  cat >/tmp/go-build3243449595/b457/importcfg << 'EOF' # internal
2025-08-20T21:45:11.6938975Z [00:02:37.746]➜  # import config
2025-08-20T21:45:11.6939487Z [00:02:37.746]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:11.6939929Z [00:02:37.746]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.6940344Z [00:02:37.746]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.6940761Z [00:02:37.746]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.6942716Z [00:02:37.746]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:11.6943047Z [00:02:37.746]➜  EOF
2025-08-20T21:45:11.6955198Z [00:02:37.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anmitsu/go-shlex@v0.0.0-20200514113438-38f4b401e2be=>github.com/anmitsu/go-shlex@v0.0.0-20200514113438-38f4b401e2be;$WORK/b457=>" -p github.com/anmitsu/go-shlex -lang=go1.13 -complete -installsuffix shared -buildid sA00wMUcJSb4iR53kOc_/sA00wMUcJSb4iR53kOc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/github.com/anmitsu/go-shlex@v0.0.0-20200514113438-38f4b401e2be/shlex.go
2025-08-20T21:45:11.7264160Z [00:02:37.779]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:45:11.7278303Z [00:02:37.780]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/b4/b46fc61bfed4ddbe1286a9fb40bca8bc5240ba0e8b4cd4ebf6323febbf7d5616-d # internal
2025-08-20T21:45:11.7300931Z [00:02:37.783]➜  golang.org/x/crypto/blowfish
2025-08-20T21:45:11.7308223Z [00:02:37.783]➜  mkdir -p $WORK/b460/
2025-08-20T21:45:11.7319594Z [00:02:37.784]➜  cat >/tmp/go-build3243449595/b460/importcfg << 'EOF' # internal
2025-08-20T21:45:11.7325001Z [00:02:37.785]➜  # import config
2025-08-20T21:45:11.7329443Z [00:02:37.785]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.7329836Z [00:02:37.785]➜  EOF
2025-08-20T21:45:11.7330129Z [00:02:37.785]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:45:11.7340472Z [00:02:37.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blowfish=>golang.org/x/crypto@v0.37.0/blowfish;$WORK/b460=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid iPvkjvOUO3B00tAa9CBv/iPvkjvOUO3B00tAa9CBv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blowfish/const.go
2025-08-20T21:45:11.7342994Z [00:02:37.786]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/8f/8f713d1bbc26aeac6e007bd8cdedc771e4e11a8fa1d1cb34b3d8d7cd8f7e4a73-d # internal
2025-08-20T21:45:11.7343614Z [00:02:37.787]➜  github.com/netbirdio/netbird/client/iface
2025-08-20T21:45:11.7353689Z [00:02:37.788]➜  mkdir -p $WORK/b092/
2025-08-20T21:45:11.7357075Z [00:02:37.788]➜  cat >/tmp/go-build3243449595/b092/importcfg << 'EOF' # internal
2025-08-20T21:45:11.7360114Z [00:02:37.788]➜  # import config
2025-08-20T21:45:11.7360894Z [00:02:37.789]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.7361429Z [00:02:37.789]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:11.7362084Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:11.7362783Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:11.7363534Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/client/iface/configurer=/tmp/go-build3243449595/b333/_pkg_.a
2025-08-20T21:45:11.7366788Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/client/iface/device=/tmp/go-build3243449595/b355/_pkg_.a
2025-08-20T21:45:11.7368179Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:11.7370344Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:11.7371180Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy=/tmp/go-build3243449595/b361/_pkg_.a
2025-08-20T21:45:11.7371873Z [00:02:37.789]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:11.7372479Z [00:02:37.789]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:11.7373046Z [00:02:37.789]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.7373636Z [00:02:37.789]➜  packagefile github.com/vishvananda/netlink=/tmp/go-build3243449595/b204/_pkg_.a
2025-08-20T21:45:11.7374233Z [00:02:37.789]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:11.7374861Z [00:02:37.789]➜  packagefile golang.zx2c4.com/wireguard/tun/netstack=/tmp/go-build3243449595/b152/_pkg_.a
2025-08-20T21:45:11.7375516Z [00:02:37.789]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:11.7376056Z [00:02:37.789]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.7376480Z [00:02:37.789]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.7382745Z [00:02:37.789]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.7383330Z [00:02:37.789]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.7383655Z [00:02:37.789]➜  EOF
2025-08-20T21:45:11.7386080Z [00:02:37.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface=>github.com/netbirdio/netbird/client/iface;$WORK/b092=>" -p github.com/netbirdio/netbird/client/iface -lang=go1.23 -complete -installsuffix shared -buildid RPY26MWbZweNh3Sbu2rF/RPY26MWbZweNh3Sbu2rF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack ./iface/device.go ./iface/iface.go ./iface/iface_create.go ./iface/iface_destroy_linux.go ./iface/iface_new_unix.go
2025-08-20T21:45:11.7514808Z [00:02:37.804]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:45:11.7539067Z [00:02:37.807]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/00/00748f3ec405ec69b60266d2d7ee433c8e3c91ae4121c5eac9385474c519cf0c-d # internal
2025-08-20T21:45:11.7548774Z [00:02:37.807]➜  github.com/netbirdio/netbird/client/firewall/uspfilter/forwarder
2025-08-20T21:45:11.7549289Z [00:02:37.808]➜  mkdir -p $WORK/b452/
2025-08-20T21:45:11.7557087Z [00:02:37.808]➜  cat >/tmp/go-build3243449595/b452/importcfg << 'EOF' # internal
2025-08-20T21:45:11.7558026Z [00:02:37.809]➜  # import config
2025-08-20T21:45:11.7558783Z [00:02:37.809]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.7559815Z [00:02:37.809]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.7560730Z [00:02:37.809]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.7561369Z [00:02:37.809]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:11.7562254Z [00:02:37.809]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/common=/tmp/go-build3243449595/b448/_pkg_.a
2025-08-20T21:45:11.7565956Z [00:02:37.809]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/conntrack=/tmp/go-build3243449595/b449/_pkg_.a
2025-08-20T21:45:11.7568928Z [00:02:37.809]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/log=/tmp/go-build3243449595/b450/_pkg_.a
2025-08-20T21:45:11.7570273Z [00:02:37.809]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:11.7571270Z [00:02:37.809]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.7572486Z [00:02:37.809]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:11.7573541Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:11.7574317Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:11.7575218Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/adapters/gonet=/tmp/go-build3243449595/b171/_pkg_.a
2025-08-20T21:45:11.7576951Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:11.7577609Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv4=/tmp/go-build3243449595/b195/_pkg_.a
2025-08-20T21:45:11.7578735Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:11.7579472Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/icmp=/tmp/go-build3243449595/b202/_pkg_.a
2025-08-20T21:45:11.7580147Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/tmp/go-build3243449595/b183/_pkg_.a
2025-08-20T21:45:11.7580827Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build3243449595/b193/_pkg_.a
2025-08-20T21:45:11.7581438Z [00:02:37.809]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:11.7581917Z [00:02:37.809]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.7582319Z [00:02:37.809]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.7582741Z [00:02:37.809]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.7583182Z [00:02:37.809]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:11.7583599Z [00:02:37.809]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.7584031Z [00:02:37.809]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:11.7584464Z [00:02:37.809]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.7584771Z [00:02:37.809]➜  EOF
2025-08-20T21:45:11.7614741Z [00:02:37.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder=>github.com/netbirdio/netbird/client/firewall/uspfilter/forwarder;$WORK/b452=>" -p github.com/netbirdio/netbird/client/firewall/uspfilter/forwarder -lang=go1.23 -complete -installsuffix shared -buildid 825Jvr1LW77Kjc2qZFEJ/825Jvr1LW77Kjc2qZFEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack ./firewall/uspfilter/forwarder/endpoint.go ./firewall/uspfilter/forwarder/forwarder.go ./firewall/uspfilter/forwarder/icmp.go ./firewall/uspfilter/forwarder/tcp.go ./firewall/uspfilter/forwarder/udp.go
2025-08-20T21:45:11.7617410Z [00:02:37.811]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:45:11.7618232Z [00:02:37.812]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/d2/d2ae6ad165d68f20f83ffaca5e7ca19f4596f839eab0d7963472e6dde4be70f0-d # internal
2025-08-20T21:45:11.7618935Z [00:02:37.812]➜  github.com/netbirdio/netbird/shared/management/domain
2025-08-20T21:45:11.7619298Z [00:02:37.813]➜  mkdir -p $WORK/b429/
2025-08-20T21:45:11.7619665Z [00:02:37.813]➜  cat >/tmp/go-build3243449595/b429/importcfg << 'EOF' # internal
2025-08-20T21:45:11.7620009Z [00:02:37.813]➜  # import config
2025-08-20T21:45:11.7620334Z [00:02:37.813]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.7620801Z [00:02:37.813]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:11.7621270Z [00:02:37.813]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:11.7621693Z [00:02:37.813]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:11.7622109Z [00:02:37.813]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.7622424Z [00:02:37.813]➜  EOF
2025-08-20T21:45:11.7624932Z [00:02:37.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain=>github.com/netbirdio/netbird/shared/management/domain;$WORK/b429=>" -p github.com/netbirdio/netbird/shared/management/domain -lang=go1.23 -complete -installsuffix shared -buildid QAC2jCXEAY9KBVAmrT-l/QAC2jCXEAY9KBVAmrT-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/domain.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/list.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/validate.go
2025-08-20T21:45:11.7707224Z [00:02:37.823]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:45:11.7710787Z [00:02:37.823]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/7a/7a781fa9408bca2f6fa93f89fe2a1eecd93ff309c50ed4cdc26d8b0bd4c5dfe6-d # internal
2025-08-20T21:45:11.7714233Z [00:02:37.823]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T21:45:11.7716656Z [00:02:37.823]➜  mkdir -p $WORK/b459/
2025-08-20T21:45:11.7718261Z [00:02:37.823]➜  cat >/tmp/go-build3243449595/b459/importcfg << 'EOF' # internal
2025-08-20T21:45:11.7719278Z [00:02:37.823]➜  # import config
2025-08-20T21:45:11.7719965Z [00:02:37.823]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:11.7722241Z [00:02:37.823]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.7723593Z [00:02:37.823]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3243449595/b460/_pkg_.a
2025-08-20T21:45:11.7724254Z [00:02:37.823]➜  EOF
2025-08-20T21:45:11.7726918Z [00:02:37.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.37.0/ssh/internal/bcrypt_pbkdf;$WORK/b459=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid ePOVfb2VDuib4bhvhM9B/ePOVfb2VDuib4bhvhM9B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T21:45:11.7864106Z [00:02:37.839]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:45:11.7869873Z [00:02:37.840]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/c0/c0f35e4611368c8cea8b18ce90eaa0978e91548edbf4de347d4ae8e252a610fb-d # internal
2025-08-20T21:45:11.7884794Z [00:02:37.841]➜  golang.org/x/crypto/ssh
2025-08-20T21:45:11.7885369Z [00:02:37.841]➜  mkdir -p $WORK/b458/
2025-08-20T21:45:11.7892267Z [00:02:37.842]➜  cat >/tmp/go-build3243449595/b458/importcfg << 'EOF' # internal
2025-08-20T21:45:11.7893219Z [00:02:37.842]➜  # import config
2025-08-20T21:45:11.7893885Z [00:02:37.842]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:11.7894823Z [00:02:37.842]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:11.7895546Z [00:02:37.842]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.7896360Z [00:02:37.842]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:11.7897552Z [00:02:37.842]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:11.7898854Z [00:02:37.842]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:11.7900041Z [00:02:37.842]➜  packagefile crypto/des=/tmp/go-build3243449595/b210/_pkg_.a
2025-08-20T21:45:11.7900838Z [00:02:37.842]➜  packagefile crypto/dsa=/tmp/go-build3243449595/b248/_pkg_.a
2025-08-20T21:45:11.7901562Z [00:02:37.842]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:11.7902878Z [00:02:37.842]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:11.7904900Z [00:02:37.842]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:11.7905710Z [00:02:37.842]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:11.7906661Z [00:02:37.842]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:11.7907675Z [00:02:37.842]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:11.7909023Z [00:02:37.842]➜  packagefile crypto/rc4=/tmp/go-build3243449595/b242/_pkg_.a
2025-08-20T21:45:11.7909894Z [00:02:37.842]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:11.7910598Z [00:02:37.842]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:11.7912002Z [00:02:37.842]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:11.7913024Z [00:02:37.842]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:11.7914450Z [00:02:37.842]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:11.7915351Z [00:02:37.842]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:11.7916336Z [00:02:37.842]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:11.7917665Z [00:02:37.842]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:11.7920290Z [00:02:37.842]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:11.7920778Z [00:02:37.842]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:11.7921248Z [00:02:37.842]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:11.7921697Z [00:02:37.842]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.7922110Z [00:02:37.842]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.7922626Z [00:02:37.842]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3243449595/b337/_pkg_.a
2025-08-20T21:45:11.7923215Z [00:02:37.842]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3243449595/b261/_pkg_.a
2025-08-20T21:45:11.7923830Z [00:02:37.842]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3243449595/b339/_pkg_.a
2025-08-20T21:45:11.7924504Z [00:02:37.842]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3243449595/b459/_pkg_.a
2025-08-20T21:45:11.7925429Z [00:02:37.842]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:11.7925837Z [00:02:37.842]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.7926234Z [00:02:37.842]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:11.7926642Z [00:02:37.842]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:11.7927064Z [00:02:37.842]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:11.7927500Z [00:02:37.842]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:11.7928094Z [00:02:37.842]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.7928502Z [00:02:37.842]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.7928918Z [00:02:37.842]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:11.7929334Z [00:02:37.842]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:11.7929766Z [00:02:37.842]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.7930194Z [00:02:37.842]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.7930611Z [00:02:37.842]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.7931047Z [00:02:37.842]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:11.7931482Z [00:02:37.842]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.7931795Z [00:02:37.842]➜  EOF
2025-08-20T21:45:11.7939802Z [00:02:37.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh=>golang.org/x/crypto@v0.37.0/ssh;$WORK/b458=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid X236jD2BO8L1IVd2Wa7a/X236jD2BO8L1IVd2Wa7a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ssh/transport.go
2025-08-20T21:45:11.7945980Z [00:02:37.842]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:45:11.7946815Z [00:02:37.843]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/ba/baba05c0fc151d31f2e8d23958ada482bf62349e812ba0402aacbdbdf8d6a55f-d # internal
2025-08-20T21:45:11.7947578Z [00:02:37.843]➜  github.com/netbirdio/netbird/route
2025-08-20T21:45:11.7948477Z [00:02:37.843]➜  mkdir -p $WORK/b428/
2025-08-20T21:45:11.7949019Z [00:02:37.844]➜  cat >/tmp/go-build3243449595/b428/importcfg << 'EOF' # internal
2025-08-20T21:45:11.7949446Z [00:02:37.844]➜  # import config
2025-08-20T21:45:11.7949961Z [00:02:37.844]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.7950707Z [00:02:37.844]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:11.7952151Z [00:02:37.844]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/tmp/go-build3243449595/b435/_pkg_.a
2025-08-20T21:45:11.7952970Z [00:02:37.844]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.7953593Z [00:02:37.844]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:11.7954097Z [00:02:37.844]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:11.7954632Z [00:02:37.844]➜  EOF
2025-08-20T21:45:11.7956882Z [00:02:37.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/route=>github.com/netbirdio/netbird/route;$WORK/b428=>" -p github.com/netbirdio/netbird/route -lang=go1.23 -complete -installsuffix shared -buildid ash9MIwAN10UdaYnF0Zh/ash9MIwAN10UdaYnF0Zh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/route/hauniqueid.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/route/route.go
2025-08-20T21:45:11.8308101Z [00:02:37.882]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:45:11.8317014Z [00:02:37.884]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d # internal
2025-08-20T21:45:11.8317674Z [00:02:37.884]➜  github.com/netbirdio/netbird/client/firewall/manager
2025-08-20T21:45:11.8318167Z [00:02:37.884]➜  mkdir -p $WORK/b413/
2025-08-20T21:45:11.8318546Z [00:02:37.884]➜  cat >/tmp/go-build3243449595/b413/importcfg << 'EOF' # internal
2025-08-20T21:45:11.8318889Z [00:02:37.884]➜  # import config
2025-08-20T21:45:11.8319288Z [00:02:37.884]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:11.8319758Z [00:02:37.884]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:11.8320189Z [00:02:37.884]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.8320816Z [00:02:37.884]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:11.8321541Z [00:02:37.884]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:11.8322241Z [00:02:37.884]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:11.8322902Z [00:02:37.884]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.8323378Z [00:02:37.884]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.8324137Z [00:02:37.884]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.8324670Z [00:02:37.884]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:11.8325091Z [00:02:37.884]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:11.8325515Z [00:02:37.884]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.8325833Z [00:02:37.884]➜  EOF
2025-08-20T21:45:11.8328416Z [00:02:37.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager=>github.com/netbirdio/netbird/client/firewall/manager;$WORK/b413=>" -p github.com/netbirdio/netbird/client/firewall/manager -lang=go1.23 -complete -installsuffix shared -buildid 57hbrBGALP0mKpLDLX5f/57hbrBGALP0mKpLDLX5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack ./firewall/manager/firewall.go ./firewall/manager/forward_rule.go ./firewall/manager/port.go ./firewall/manager/protocol.go ./firewall/manager/routerpair.go ./firewall/manager/set.go
2025-08-20T21:45:11.8409924Z [00:02:37.894]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:45:11.8424148Z [00:02:37.895]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/1d/1da2ac589924b53f02755788cd0c5319f624e2a717d3d08e90f93b080f2098c6-d # internal
2025-08-20T21:45:11.8431898Z [00:02:37.896]➜  github.com/netbirdio/netbird/client/internal/routemanager/notifier
2025-08-20T21:45:11.8432970Z [00:02:37.896]➜  mkdir -p $WORK/b440/
2025-08-20T21:45:11.8433515Z [00:02:37.896]➜  cat >/tmp/go-build3243449595/b440/importcfg << 'EOF' # internal
2025-08-20T21:45:11.8435173Z [00:02:37.896]➜  # import config
2025-08-20T21:45:11.8435741Z [00:02:37.896]➜  packagefile github.com/netbirdio/netbird/client/internal/listener=/tmp/go-build3243449595/b441/_pkg_.a
2025-08-20T21:45:11.8436441Z [00:02:37.896]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:11.8436972Z [00:02:37.896]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.8437315Z [00:02:37.896]➜  EOF
2025-08-20T21:45:11.8439575Z [00:02:37.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier=>github.com/netbirdio/netbird/client/internal/routemanager/notifier;$WORK/b440=>" -p github.com/netbirdio/netbird/client/internal/routemanager/notifier -lang=go1.23 -complete -installsuffix shared -buildid txcbtglCTpMdnwLvdoTb/txcbtglCTpMdnwLvdoTb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack ./internal/routemanager/notifier/notifier_other.go
2025-08-20T21:45:11.8550828Z [00:02:37.908]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:45:11.8555440Z [00:02:37.908]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/b6/b6f8f810127e04a4d9677c2a2af055a85e47fb1c8b02ec32752eca114dbeff8d-d # internal
2025-08-20T21:45:11.8556468Z [00:02:37.908]➜  github.com/netbirdio/netbird/client/internal/routemanager/systemops
2025-08-20T21:45:11.8559599Z [00:02:37.909]➜  mkdir -p $WORK/b439/
2025-08-20T21:45:11.8562835Z [00:02:37.909]➜  cat >/tmp/go-build3243449595/b439/importcfg << 'EOF' # internal
2025-08-20T21:45:11.8563239Z [00:02:37.909]➜  # import config
2025-08-20T21:45:11.8563586Z [00:02:37.909]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:11.8564156Z [00:02:37.909]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:11.8564639Z [00:02:37.909]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:11.8565058Z [00:02:37.909]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.8565578Z [00:02:37.909]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:11.8566181Z [00:02:37.909]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build3243449595/b360/_pkg_.a
2025-08-20T21:45:11.8566815Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:11.8567970Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:11.8568820Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:11.8569643Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/notifier=/tmp/go-build3243449595/b440/_pkg_.a
2025-08-20T21:45:11.8570774Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:11.8571791Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/sysctl=/tmp/go-build3243449595/b443/_pkg_.a
2025-08-20T21:45:11.8572794Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/util=/tmp/go-build3243449595/b444/_pkg_.a
2025-08-20T21:45:11.8573738Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/vars=/tmp/go-build3243449595/b445/_pkg_.a
2025-08-20T21:45:11.8574673Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:11.8575510Z [00:02:37.909]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:11.8576257Z [00:02:37.909]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:11.8577255Z [00:02:37.909]➜  packagefile github.com/vishvananda/netlink=/tmp/go-build3243449595/b204/_pkg_.a
2025-08-20T21:45:11.8605459Z [00:02:37.909]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:11.8606010Z [00:02:37.909]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:11.8606447Z [00:02:37.909]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.8606869Z [00:02:37.909]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:11.8607309Z [00:02:37.909]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:11.8607851Z [00:02:37.909]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.8608344Z [00:02:37.909]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.8608775Z [00:02:37.909]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:11.8609233Z [00:02:37.909]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:11.8609653Z [00:02:37.909]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:11.8609961Z [00:02:37.909]➜  EOF
2025-08-20T21:45:11.8612709Z [00:02:37.909]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops=>github.com/netbirdio/netbird/client/internal/routemanager/systemops;$WORK/b439=>" -p github.com/netbirdio/netbird/client/internal/routemanager/systemops -lang=go1.23 -complete -installsuffix shared -buildid hs0O1LcvHowXixzazdob/hs0O1LcvHowXixzazdob -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack ./internal/routemanager/systemops/state.go ./internal/routemanager/systemops/systemops.go ./internal/routemanager/systemops/systemops_generic.go ./internal/routemanager/systemops/systemops_linux.go
2025-08-20T21:45:11.9165478Z [00:02:37.969]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:45:11.9166286Z [00:02:37.969]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/63/63194b047bafc6453b75458e390dc4accc36e278cbbd84d0bd50e62ee2131182-d # internal
2025-08-20T21:45:11.9167004Z [00:02:37.969]➜  github.com/netbirdio/netbird/client/internal/acl/id
2025-08-20T21:45:11.9167351Z [00:02:37.969]➜  mkdir -p $WORK/b437/
2025-08-20T21:45:11.9167928Z [00:02:37.969]➜  cat >/tmp/go-build3243449595/b437/importcfg << 'EOF' # internal
2025-08-20T21:45:11.9168333Z [00:02:37.969]➜  # import config
2025-08-20T21:45:11.9169045Z [00:02:37.969]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:11.9169608Z [00:02:37.969]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:11.9170045Z [00:02:37.969]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:11.9170649Z [00:02:37.969]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:11.9171256Z [00:02:37.969]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:11.9171951Z [00:02:37.969]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.9172415Z [00:02:37.969]➜  EOF
2025-08-20T21:45:11.9174370Z [00:02:37.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/id=>github.com/netbirdio/netbird/client/internal/acl/id;$WORK/b437=>" -p github.com/netbirdio/netbird/client/internal/acl/id -lang=go1.23 -complete -installsuffix shared -buildid 5eXp5iJYDpu9PZinEL31/5eXp5iJYDpu9PZinEL31 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack ./internal/acl/id/id.go
2025-08-20T21:45:11.9540474Z [00:02:38.007]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:45:11.9558544Z [00:02:38.008]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/cf/cfbd5bd783cf585b0c5b9be0c239771ca028d098cbf86a9ad01641fddfdce02b-d # internal
2025-08-20T21:45:11.9559612Z [00:02:38.008]➜  golang.org/x/crypto/ed25519
2025-08-20T21:45:11.9559909Z [00:02:38.008]➜  mkdir -p $WORK/b461/
2025-08-20T21:45:11.9560296Z [00:02:38.008]➜  cat >/tmp/go-build3243449595/b461/importcfg << 'EOF' # internal
2025-08-20T21:45:11.9560641Z [00:02:38.008]➜  # import config
2025-08-20T21:45:11.9561005Z [00:02:38.008]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:11.9561441Z [00:02:38.008]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.9561749Z [00:02:38.008]➜  EOF
2025-08-20T21:45:11.9581327Z [00:02:38.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ed25519=>golang.org/x/crypto@v0.37.0/ed25519;$WORK/b461=>" -p golang.org/x/crypto/ed25519 -lang=go1.23 -complete -installsuffix shared -buildid D018ICTzok61mEwEJORv/D018ICTzok61mEwEJORv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ed25519/ed25519.go
2025-08-20T21:45:11.9819126Z [00:02:38.034]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:45:11.9825888Z [00:02:38.035]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/3e/3ea234259a426abd9fe5d8d0bbcc8bb494b5e8f2fa7640d7d0cfba68f122386d-d # internal
2025-08-20T21:45:11.9918787Z [00:02:38.045]➜  golang.org/x/term
2025-08-20T21:45:11.9925532Z [00:02:38.045]➜  mkdir -p $WORK/b462/
2025-08-20T21:45:11.9936117Z [00:02:38.046]➜  cat >/tmp/go-build3243449595/b462/importcfg << 'EOF' # internal
2025-08-20T21:45:11.9937905Z [00:02:38.047]➜  # import config
2025-08-20T21:45:11.9939058Z [00:02:38.047]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:11.9939611Z [00:02:38.047]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:11.9940087Z [00:02:38.047]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:11.9940508Z [00:02:38.047]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:11.9940958Z [00:02:38.047]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:11.9941378Z [00:02:38.047]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:11.9941819Z [00:02:38.047]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:11.9942150Z [00:02:38.047]➜  EOF
2025-08-20T21:45:11.9950985Z [00:02:38.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.31.0=>golang.org/x/term@v0.31.0;$WORK/b462=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid kYYT2Gg9ZIVgNzBer0SK/kYYT2Gg9ZIVgNzBer0SK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.31.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.31.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.31.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.31.0/terminal.go
2025-08-20T21:45:12.0513418Z [00:02:38.104]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:45:12.0539293Z [00:02:38.107]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/47/47da1eb896764d0a22531ecb040bd40d71610d473f33447b53e7156ad84260ee-d # internal
2025-08-20T21:45:12.0543865Z [00:02:38.107]➜  github.com/netbirdio/netbird/client/internal/routemanager/ipfwdstate
2025-08-20T21:45:12.0544322Z [00:02:38.107]➜  mkdir -p $WORK/b438/
2025-08-20T21:45:12.0544706Z [00:02:38.107]➜  cat >/tmp/go-build3243449595/b438/importcfg << 'EOF' # internal
2025-08-20T21:45:12.0545049Z [00:02:38.107]➜  # import config
2025-08-20T21:45:12.0545411Z [00:02:38.107]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.0546086Z [00:02:38.107]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/systemops=/tmp/go-build3243449595/b439/_pkg_.a
2025-08-20T21:45:12.0546804Z [00:02:38.107]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:12.0547185Z [00:02:38.107]➜  EOF
2025-08-20T21:45:12.0550021Z [00:02:38.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/ipfwdstate=>github.com/netbirdio/netbird/client/internal/routemanager/ipfwdstate;$WORK/b438=>" -p github.com/netbirdio/netbird/client/internal/routemanager/ipfwdstate -lang=go1.23 -complete -installsuffix shared -buildid 4fc5ikNREWqIqaxMnNkU/4fc5ikNREWqIqaxMnNkU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack ./internal/routemanager/ipfwdstate/ipfwdstate.go
2025-08-20T21:45:12.0601199Z [00:02:38.113]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:45:12.0693289Z [00:02:38.122]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:45:12.0697315Z [00:02:38.123]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/0b/0bc6fbf6776b910deda14a0abed66409f6259d17fe5781a262bf833055dd7005-d # internal
2025-08-20T21:45:12.0700984Z [00:02:38.123]➜  github.com/netbirdio/netbird/client/firewall/iptables
2025-08-20T21:45:12.0702231Z [00:02:38.123]➜  mkdir -p $WORK/b410/
2025-08-20T21:45:12.0703574Z [00:02:38.123]➜  cat >/tmp/go-build3243449595/b410/importcfg << 'EOF' # internal
2025-08-20T21:45:12.0703944Z [00:02:38.123]➜  # import config
2025-08-20T21:45:12.0704295Z [00:02:38.123]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.0706371Z [00:02:38.123]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:12.0707188Z [00:02:38.123]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.0710380Z [00:02:38.123]➜  packagefile github.com/coreos/go-iptables/iptables=/tmp/go-build3243449595/b401/_pkg_.a
2025-08-20T21:45:12.0711360Z [00:02:38.123]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:12.0714189Z [00:02:38.123]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:12.0714818Z [00:02:38.123]➜  packagefile github.com/nadoo/ipset=/tmp/go-build3243449595/b411/_pkg_.a
2025-08-20T21:45:12.0715448Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:12.0716169Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:12.0716912Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:12.0717646Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/client/internal/acl/id=/tmp/go-build3243449595/b437/_pkg_.a
2025-08-20T21:45:12.0722734Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/ipfwdstate=/tmp/go-build3243449595/b438/_pkg_.a
2025-08-20T21:45:12.0723744Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:12.0724596Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:12.0725329Z [00:02:38.123]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:12.0725949Z [00:02:38.123]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:12.0726427Z [00:02:38.123]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:12.0726850Z [00:02:38.123]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:12.0727293Z [00:02:38.123]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:12.0727851Z [00:02:38.123]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.0728345Z [00:02:38.123]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.0728764Z [00:02:38.123]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.0729069Z [00:02:38.123]➜  EOF
2025-08-20T21:45:12.0731622Z [00:02:38.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables=>github.com/netbirdio/netbird/client/firewall/iptables;$WORK/b410=>" -p github.com/netbirdio/netbird/client/firewall/iptables -lang=go1.23 -complete -installsuffix shared -buildid 1kqYmI1uME7pqYiEseik/1kqYmI1uME7pqYiEseik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack ./firewall/iptables/acl_linux.go ./firewall/iptables/manager_linux.go ./firewall/iptables/router_linux.go ./firewall/iptables/rule.go ./firewall/iptables/rulestore_linux.go ./firewall/iptables/state_linux.go
2025-08-20T21:45:12.0835761Z [00:02:38.136]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/b2/b2730c353181b45f281353c745e429445b9957fe672fd010f7a6bfa9f230beb0-d # internal
2025-08-20T21:45:12.0837586Z [00:02:38.136]➜  github.com/netbirdio/netbird/client/firewall/nftables
2025-08-20T21:45:12.0839225Z [00:02:38.136]➜  mkdir -p $WORK/b446/
2025-08-20T21:45:12.0844857Z [00:02:38.137]➜  cat >/tmp/go-build3243449595/b446/importcfg << 'EOF' # internal
2025-08-20T21:45:12.0845307Z [00:02:38.137]➜  # import config
2025-08-20T21:45:12.0845656Z [00:02:38.137]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:12.0846083Z [00:02:38.137]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.0846544Z [00:02:38.137]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:12.0846993Z [00:02:38.137]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:12.0847420Z [00:02:38.137]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.0848080Z [00:02:38.137]➜  packagefile github.com/coreos/go-iptables/iptables=/tmp/go-build3243449595/b401/_pkg_.a
2025-08-20T21:45:12.0848737Z [00:02:38.137]➜  packagefile github.com/google/nftables=/tmp/go-build3243449595/b402/_pkg_.a
2025-08-20T21:45:12.0849343Z [00:02:38.137]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build3243449595/b403/_pkg_.a
2025-08-20T21:45:12.0849971Z [00:02:38.137]➜  packagefile github.com/google/nftables/expr=/tmp/go-build3243449595/b404/_pkg_.a
2025-08-20T21:45:12.0850553Z [00:02:38.137]➜  packagefile github.com/google/nftables/xt=/tmp/go-build3243449595/b406/_pkg_.a
2025-08-20T21:45:12.0851147Z [00:02:38.137]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:12.0851801Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:12.0852845Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:12.0853681Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:12.0854472Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/client/internal/acl/id=/tmp/go-build3243449595/b437/_pkg_.a
2025-08-20T21:45:12.0855319Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/ipfwdstate=/tmp/go-build3243449595/b438/_pkg_.a
2025-08-20T21:45:12.0856231Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:12.0857076Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:12.0859884Z [00:02:38.137]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:12.0860593Z [00:02:38.137]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:12.0861262Z [00:02:38.137]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:12.0861739Z [00:02:38.137]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:12.0862166Z [00:02:38.137]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:12.0862946Z [00:02:38.137]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:12.0863375Z [00:02:38.137]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.0863802Z [00:02:38.137]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.0864222Z [00:02:38.137]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.0864634Z [00:02:38.137]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.0864940Z [00:02:38.137]➜  EOF
2025-08-20T21:45:12.0867525Z [00:02:38.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables=>github.com/netbirdio/netbird/client/firewall/nftables;$WORK/b446=>" -p github.com/netbirdio/netbird/client/firewall/nftables -lang=go1.23 -complete -installsuffix shared -buildid 7viQ1v1cI0jDob5UOmOW/7viQ1v1cI0jDob5UOmOW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack ./firewall/nftables/acl_linux.go ./firewall/nftables/ipsetstore_linux.go ./firewall/nftables/manager_linux.go ./firewall/nftables/router_linux.go ./firewall/nftables/rule_linux.go ./firewall/nftables/state_linux.go
2025-08-20T21:45:12.0872326Z [00:02:38.140]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:45:12.0882686Z [00:02:38.141]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/f9/f90f3f550cd25f0a857f343416fc9fa866bd7b51449cd647b380ae2daf442a69-d # internal
2025-08-20T21:45:12.0886037Z [00:02:38.141]➜  github.com/netbirdio/netbird/client/firewall/uspfilter
2025-08-20T21:45:12.0889176Z [00:02:38.142]➜  mkdir -p $WORK/b447/
2025-08-20T21:45:12.0893576Z [00:02:38.142]➜  cat >/tmp/go-build3243449595/b447/importcfg << 'EOF' # internal
2025-08-20T21:45:12.0894050Z [00:02:38.142]➜  # import config
2025-08-20T21:45:12.0894400Z [00:02:38.142]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.0895032Z [00:02:38.142]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:12.0895503Z [00:02:38.142]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:12.0896005Z [00:02:38.142]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.0896512Z [00:02:38.142]➜  packagefile github.com/google/gopacket=/tmp/go-build3243449595/b357/_pkg_.a
2025-08-20T21:45:12.0897241Z [00:02:38.142]➜  packagefile github.com/google/gopacket/layers=/tmp/go-build3243449595/b358/_pkg_.a
2025-08-20T21:45:12.0898094Z [00:02:38.142]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:12.0899201Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:12.0900232Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/common=/tmp/go-build3243449595/b448/_pkg_.a
2025-08-20T21:45:12.0901236Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/conntrack=/tmp/go-build3243449595/b449/_pkg_.a
2025-08-20T21:45:12.0902229Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/forwarder=/tmp/go-build3243449595/b452/_pkg_.a
2025-08-20T21:45:12.0903217Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/log=/tmp/go-build3243449595/b450/_pkg_.a
2025-08-20T21:45:12.0904145Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:12.0905061Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:12.0905992Z [00:02:38.142]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:12.0906813Z [00:02:38.142]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:12.0907433Z [00:02:38.142]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:12.0918047Z [00:02:38.142]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:12.0918603Z [00:02:38.142]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:12.0919068Z [00:02:38.142]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:12.0919689Z [00:02:38.142]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.0920282Z [00:02:38.142]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.0920731Z [00:02:38.142]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.0921366Z [00:02:38.142]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:12.0922006Z [00:02:38.142]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.0922319Z [00:02:38.142]➜  EOF
2025-08-20T21:45:12.0925278Z [00:02:38.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter=>github.com/netbirdio/netbird/client/firewall/uspfilter;$WORK/b447=>" -p github.com/netbirdio/netbird/client/firewall/uspfilter -lang=go1.23 -complete -installsuffix shared -buildid UWdWPhm1KW9Wz4we6sgU/UWdWPhm1KW9Wz4we6sgU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack ./firewall/uspfilter/allow_netbird.go ./firewall/uspfilter/filter.go ./firewall/uspfilter/localip.go ./firewall/uspfilter/nat.go ./firewall/uspfilter/rule.go ./firewall/uspfilter/tracer.go
2025-08-20T21:45:12.2450614Z [00:02:38.297]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:45:12.2485940Z [00:02:38.301]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/b0/b002c543c7bcbf801dba3e736bfca1a03e8d41484e470ee8c156bc337f82bb2c-d # internal
2025-08-20T21:45:12.2496349Z [00:02:38.302]➜  os/user
2025-08-20T21:45:12.2506180Z [00:02:38.303]➜  mkdir -p $WORK/b463/
2025-08-20T21:45:12.2511508Z [00:02:38.304]➜  echo -n > $WORK/b463/preferlinkext # internal
2025-08-20T21:45:12.2514158Z [00:02:38.304]➜  cd /root/.go/src/os/user
2025-08-20T21:45:12.2515549Z [00:02:38.304]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b463/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b463/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:45:12.4453225Z [00:02:38.498]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:45:12.4545768Z [00:02:38.507]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/06/06a6f7c4094754ee989abcd019b8334d464ee11b2845108c304ea9691e7ba563-d # internal
2025-08-20T21:45:12.4555708Z [00:02:38.508]➜  golang.org/x/net/internal/timeseries
2025-08-20T21:45:12.4580263Z [00:02:38.511]➜  mkdir -p $WORK/b467/
2025-08-20T21:45:12.4581367Z [00:02:38.511]➜  cat >/tmp/go-build3243449595/b467/importcfg << 'EOF' # internal
2025-08-20T21:45:12.4582453Z [00:02:38.511]➜  # import config
2025-08-20T21:45:12.4582854Z [00:02:38.511]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.4583314Z [00:02:38.511]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:12.4583736Z [00:02:38.511]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.4584045Z [00:02:38.511]➜  EOF
2025-08-20T21:45:12.4584320Z [00:02:38.511]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:12.4586333Z [00:02:38.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/timeseries=>golang.org/x/net@v0.39.0/internal/timeseries;$WORK/b467=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid ACdhvGHxgyr6ww2u6JeY/ACdhvGHxgyr6ww2u6JeY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/timeseries/timeseries.go
2025-08-20T21:45:12.5296798Z [00:02:38.582]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:45:12.5308927Z [00:02:38.584]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/eb/eb8c266f775387d44bdc9dca40f1921c81241b1d66074778e604c5cdf8d9196e-d # internal
2025-08-20T21:45:12.5312573Z [00:02:38.584]➜  html
2025-08-20T21:45:12.5316421Z [00:02:38.584]➜  mkdir -p $WORK/b469/
2025-08-20T21:45:12.5318350Z [00:02:38.585]➜  cat >/tmp/go-build3243449595/b469/importcfg << 'EOF' # internal
2025-08-20T21:45:12.5319372Z [00:02:38.585]➜  # import config
2025-08-20T21:45:12.5320361Z [00:02:38.585]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.5321184Z [00:02:38.585]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.5322241Z [00:02:38.585]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:12.5322898Z [00:02:38.585]➜  EOF
2025-08-20T21:45:12.5324816Z [00:02:38.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b469=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:45:12.5967238Z [00:02:38.649]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:45:12.5987070Z [00:02:38.651]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T21:45:12.5999527Z [00:02:38.653]➜  html/template
2025-08-20T21:45:12.6000970Z [00:02:38.653]➜  mkdir -p $WORK/b468/
2025-08-20T21:45:12.6024281Z [00:02:38.655]➜  cat >/tmp/go-build3243449595/b468/importcfg << 'EOF' # internal
2025-08-20T21:45:12.6025734Z [00:02:38.655]➜  # import config
2025-08-20T21:45:12.6026296Z [00:02:38.655]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:12.6026910Z [00:02:38.655]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:12.6027373Z [00:02:38.655]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.6028123Z [00:02:38.655]➜  packagefile html=/tmp/go-build3243449595/b469/_pkg_.a
2025-08-20T21:45:12.6028751Z [00:02:38.655]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:12.6029350Z [00:02:38.655]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:12.6031074Z [00:02:38.655]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:12.6032369Z [00:02:38.655]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:12.6033377Z [00:02:38.655]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:12.6034483Z [00:02:38.655]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:12.6035390Z [00:02:38.655]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:12.6036397Z [00:02:38.655]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:12.6037080Z [00:02:38.655]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:12.6038315Z [00:02:38.655]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.6039357Z [00:02:38.655]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.6040168Z [00:02:38.655]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.6040833Z [00:02:38.655]➜  packagefile text/template=/tmp/go-build3243449595/b088/_pkg_.a
2025-08-20T21:45:12.6041456Z [00:02:38.655]➜  packagefile text/template/parse=/tmp/go-build3243449595/b091/_pkg_.a
2025-08-20T21:45:12.6042438Z [00:02:38.655]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:12.6043187Z [00:02:38.655]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:12.6044037Z [00:02:38.655]➜  EOF
2025-08-20T21:45:12.6048660Z [00:02:38.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b468=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T21:45:12.6053159Z [00:02:38.656]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:45:12.6190027Z [00:02:38.671]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/fb/fbbc73e1cf71986d6b03cdf3d3b834c0ae7ce3e7a026f9fc878c3f8fbc2e34b9-d # internal
2025-08-20T21:45:12.6231278Z [00:02:38.676]➜  github.com/gliderlabs/ssh
2025-08-20T21:45:12.6237499Z [00:02:38.676]➜  mkdir -p $WORK/b456/
2025-08-20T21:45:12.6238067Z [00:02:38.676]➜  cat >/tmp/go-build3243449595/b456/importcfg << 'EOF' # internal
2025-08-20T21:45:12.6240415Z [00:02:38.676]➜  # import config
2025-08-20T21:45:12.6241874Z [00:02:38.676]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:12.6242357Z [00:02:38.676]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.6242843Z [00:02:38.676]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:12.6243298Z [00:02:38.676]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:12.6243771Z [00:02:38.676]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:12.6244248Z [00:02:38.676]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:12.6244739Z [00:02:38.676]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:12.6245182Z [00:02:38.676]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:12.6245597Z [00:02:38.676]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.6246088Z [00:02:38.676]➜  packagefile github.com/anmitsu/go-shlex=/tmp/go-build3243449595/b457/_pkg_.a
2025-08-20T21:45:12.6246640Z [00:02:38.676]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3243449595/b458/_pkg_.a
2025-08-20T21:45:12.6247538Z [00:02:38.676]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:12.6248190Z [00:02:38.676]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:12.6248600Z [00:02:38.676]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:12.6249000Z [00:02:38.676]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:12.6249409Z [00:02:38.676]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:12.6249849Z [00:02:38.676]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.6250296Z [00:02:38.676]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.6250710Z [00:02:38.676]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.6251017Z [00:02:38.676]➜  EOF
2025-08-20T21:45:12.6254871Z [00:02:38.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8=>github.com/gliderlabs/ssh@v0.3.8;$WORK/b456=>" -p github.com/gliderlabs/ssh -lang=go1.17 -complete -installsuffix shared -buildid KRSFK9vzCsHHQWJQ1HYF/KRSFK9vzCsHHQWJQ1HYF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/agent.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/conn.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/context.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/doc.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/options.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/server.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/session.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/ssh.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/tcpip.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/util.go /root/go/pkg/mod/github.com/gliderlabs/ssh@v0.3.8/wrap.go
2025-08-20T21:45:12.6493649Z [00:02:38.702]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:45:12.6560613Z [00:02:38.709]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/25/25bdf23361d2e8394761f85fbee82a3b38a867d77e27897666f7fc786aec55f8-d # internal
2025-08-20T21:45:12.6563879Z [00:02:38.709]➜  github.com/netbirdio/netbird/client/firewall
2025-08-20T21:45:12.6564270Z [00:02:38.709]➜  mkdir -p $WORK/b400/
2025-08-20T21:45:12.6564648Z [00:02:38.709]➜  cat >/tmp/go-build3243449595/b400/importcfg << 'EOF' # internal
2025-08-20T21:45:12.6564995Z [00:02:38.709]➜  # import config
2025-08-20T21:45:12.6565367Z [00:02:38.709]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:12.6565785Z [00:02:38.709]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.6566321Z [00:02:38.709]➜  packagefile github.com/coreos/go-iptables/iptables=/tmp/go-build3243449595/b401/_pkg_.a
2025-08-20T21:45:12.6566920Z [00:02:38.709]➜  packagefile github.com/google/nftables=/tmp/go-build3243449595/b402/_pkg_.a
2025-08-20T21:45:12.6567596Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/firewall/iptables=/tmp/go-build3243449595/b410/_pkg_.a
2025-08-20T21:45:12.6568603Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:12.6569372Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/firewall/nftables=/tmp/go-build3243449595/b446/_pkg_.a
2025-08-20T21:45:12.6570144Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter=/tmp/go-build3243449595/b447/_pkg_.a
2025-08-20T21:45:12.6570903Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/iface/device=/tmp/go-build3243449595/b355/_pkg_.a
2025-08-20T21:45:12.6571622Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:12.6572391Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:12.6573597Z [00:02:38.709]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:12.6574349Z [00:02:38.709]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:12.6574935Z [00:02:38.709]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:12.6575427Z [00:02:38.709]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:12.6575730Z [00:02:38.709]➜  EOF
2025-08-20T21:45:12.6577551Z [00:02:38.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall=>github.com/netbirdio/netbird/client/firewall;$WORK/b400=>" -p github.com/netbirdio/netbird/client/firewall -lang=go1.23 -complete -installsuffix shared -buildid BPLyQgwXLRqdmtC9TxMI/BPLyQgwXLRqdmtC9TxMI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack ./firewall/create_linux.go ./firewall/iface.go
2025-08-20T21:45:12.6644194Z [00:02:38.717]➜  cd $WORK/b463
2025-08-20T21:45:12.6646185Z [00:02:38.717]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b463=/tmp/go-build -gno-record-gcc-switches -I $WORK/b463/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b463/_x001.o -c _cgo_export.c
2025-08-20T21:45:12.6827069Z [00:02:38.735]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b463=/tmp/go-build -gno-record-gcc-switches -I $WORK/b463/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b463/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:45:12.7654885Z [00:02:38.818]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b463=/tmp/go-build -gno-record-gcc-switches -I $WORK/b463/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b463/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:45:12.7895003Z [00:02:38.842]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:45:12.7919353Z [00:02:38.845]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/7c/7cf5826c069a72f1cb39e6513c90258f3f6f75081ce0e22732b300f0710f233f-d # internal
2025-08-20T21:45:12.7982837Z [00:02:38.851]➜  google.golang.org/grpc/backoff
2025-08-20T21:45:12.7983190Z [00:02:38.851]➜  mkdir -p $WORK/b470/
2025-08-20T21:45:12.7988990Z [00:02:38.852]➜  cat >/tmp/go-build3243449595/b470/importcfg << 'EOF' # internal
2025-08-20T21:45:12.7991871Z [00:02:38.852]➜  # import config
2025-08-20T21:45:12.7992272Z [00:02:38.852]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.7992593Z [00:02:38.852]➜  EOF
2025-08-20T21:45:12.7992940Z [00:02:38.852]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:12.7996203Z [00:02:38.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/backoff=>google.golang.org/grpc@v1.64.1/backoff;$WORK/b470=>" -p google.golang.org/grpc/backoff -lang=go1.19 -complete -installsuffix shared -buildid 0wp9Z18mKhI8I-NWdl8j/0wp9Z18mKhI8I-NWdl8j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/backoff/backoff.go
2025-08-20T21:45:12.8240628Z [00:02:38.877]➜  cd $WORK/b463
2025-08-20T21:45:12.8242115Z [00:02:38.877]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b463=/tmp/go-build -gno-record-gcc-switches -I $WORK/b463/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b463/_cgo_main.o -c _cgo_main.c
2025-08-20T21:45:12.8244825Z [00:02:38.877]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:45:12.8256632Z [00:02:38.878]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/ec/ec6321b6e43722b69c839da1e7310acbf13d565f390449211164c4c30d3dfedc-d # internal
2025-08-20T21:45:12.8257960Z [00:02:38.878]➜  google.golang.org/grpc/connectivity
2025-08-20T21:45:12.8258531Z [00:02:38.878]➜  mkdir -p $WORK/b474/
2025-08-20T21:45:12.8259048Z [00:02:38.878]➜  cat >/tmp/go-build3243449595/b474/importcfg << 'EOF' # internal
2025-08-20T21:45:12.8260240Z [00:02:38.878]➜  # import config
2025-08-20T21:45:12.8260707Z [00:02:38.878]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:12.8261105Z [00:02:38.878]➜  EOF
2025-08-20T21:45:12.8261383Z [00:02:38.878]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:12.8263352Z [00:02:38.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/connectivity=>google.golang.org/grpc@v1.64.1/connectivity;$WORK/b474=>" -p google.golang.org/grpc/connectivity -lang=go1.19 -complete -installsuffix shared -buildid -H59hyz8J_YvjHz8leVz/-H59hyz8J_YvjHz8leVz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/connectivity/connectivity.go
2025-08-20T21:45:12.8424059Z [00:02:38.895]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:45:12.8426009Z [00:02:38.895]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:45:12.8430377Z [00:02:38.896]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/e5/e55801b351e33c0157eb3b91afa212f91f252c0c2f3ad78ab3efd56cb8683d79-d # internal
2025-08-20T21:45:12.8432679Z [00:02:38.896]➜  google.golang.org/grpc/attributes
2025-08-20T21:45:12.8434025Z [00:02:38.896]➜  mkdir -p $WORK/b476/
2025-08-20T21:45:12.8440585Z [00:02:38.897]➜  cat >/tmp/go-build3243449595/b476/importcfg << 'EOF' # internal
2025-08-20T21:45:12.8441214Z [00:02:38.897]➜  # import config
2025-08-20T21:45:12.8442127Z [00:02:38.897]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.8442815Z [00:02:38.897]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.8443755Z [00:02:38.897]➜  EOF
2025-08-20T21:45:12.8445693Z [00:02:38.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/attributes=>google.golang.org/grpc@v1.64.1/attributes;$WORK/b476=>" -p google.golang.org/grpc/attributes -lang=go1.19 -complete -installsuffix shared -buildid l9gWl3eyIwEIzeSLOvcA/l9gWl3eyIwEIzeSLOvcA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/attributes/attributes.go
2025-08-20T21:45:12.8483268Z [00:02:38.901]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T21:45:12.8485716Z [00:02:38.901]➜  golang.org/x/net/trace
2025-08-20T21:45:12.8492346Z [00:02:38.902]➜  mkdir -p $WORK/b466/
2025-08-20T21:45:12.8493014Z [00:02:38.902]➜  cat >/tmp/go-build3243449595/b466/importcfg << 'EOF' # internal
2025-08-20T21:45:12.8494671Z [00:02:38.902]➜  # import config
2025-08-20T21:45:12.8496472Z [00:02:38.902]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:12.8496963Z [00:02:38.902]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.8497399Z [00:02:38.902]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.8498173Z [00:02:38.902]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3243449595/b467/_pkg_.a
2025-08-20T21:45:12.8498792Z [00:02:38.902]➜  packagefile html/template=/tmp/go-build3243449595/b468/_pkg_.a
2025-08-20T21:45:12.8499236Z [00:02:38.902]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:12.8499640Z [00:02:38.902]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:12.8500125Z [00:02:38.902]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:12.8500906Z [00:02:38.902]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:12.8501412Z [00:02:38.902]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:12.8501845Z [00:02:38.902]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:12.8502275Z [00:02:38.902]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:12.8502690Z [00:02:38.902]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:12.8503126Z [00:02:38.902]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.8503555Z [00:02:38.902]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.8503973Z [00:02:38.902]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.8504405Z [00:02:38.902]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:12.8504879Z [00:02:38.902]➜  packagefile text/tabwriter=/tmp/go-build3243449595/b387/_pkg_.a
2025-08-20T21:45:12.8505334Z [00:02:38.902]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.8505643Z [00:02:38.902]➜  EOF
2025-08-20T21:45:12.8508971Z [00:02:38.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/trace=>golang.org/x/net@v0.39.0/trace;$WORK/b466=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid tUX2Wph7lth7x85YQlkJ/tUX2Wph7lth7x85YQlkJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/trace/trace.go
2025-08-20T21:45:12.8645195Z [00:02:38.917]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b463=/tmp/go-build -gno-record-gcc-switches -o $WORK/b463/_cgo_.o $WORK/b463/_cgo_main.o $WORK/b463/preferlinkext $WORK/b463/_x001.o $WORK/b463/_x002.o $WORK/b463/_x003.o -O2 -g
2025-08-20T21:45:12.8710523Z [00:02:38.924]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:45:12.8715622Z [00:02:38.924]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/a4/a42efd1eeddbae4f5c51701cf288816e55241f5695ef4cba2668cc70eae3b045-d # internal
2025-08-20T21:45:12.8739363Z [00:02:38.924]➜  google.golang.org/grpc/internal/credentials
2025-08-20T21:45:12.8740193Z [00:02:38.924]➜  mkdir -p $WORK/b477/
2025-08-20T21:45:12.8740891Z [00:02:38.925]➜  cat >/tmp/go-build3243449595/b477/importcfg << 'EOF' # internal
2025-08-20T21:45:12.8742163Z [00:02:38.925]➜  # import config
2025-08-20T21:45:12.8742530Z [00:02:38.925]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.8742979Z [00:02:38.925]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:12.8743438Z [00:02:38.925]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:12.8744347Z [00:02:38.925]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:12.8744921Z [00:02:38.925]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:12.8745345Z [00:02:38.925]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:12.8745775Z [00:02:38.925]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:12.8746092Z [00:02:38.925]➜  EOF
2025-08-20T21:45:12.8749336Z [00:02:38.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/credentials=>google.golang.org/grpc@v1.64.1/internal/credentials;$WORK/b477=>" -p google.golang.org/grpc/internal/credentials -lang=go1.19 -complete -installsuffix shared -buildid TdfUWm80OOzbN8p4pgTV/TdfUWm80OOzbN8p4pgTV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/credentials/util.go
2025-08-20T21:45:12.8879190Z [00:02:38.940]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:45:12.8926362Z [00:02:38.945]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/a5/a512fb7ac72c93c082f465db857f1e171da6de6b117c680adaeb8c8e9c600ba9-d # internal
2025-08-20T21:45:12.8930593Z [00:02:38.945]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:45:12.8931965Z [00:02:38.945]➜  mkdir -p $WORK/b481/
2025-08-20T21:45:12.8933002Z [00:02:38.945]➜  cat >/tmp/go-build3243449595/b481/importcfg << 'EOF' # internal
2025-08-20T21:45:12.8933694Z [00:02:38.945]➜  # import config
2025-08-20T21:45:12.8935098Z [00:02:38.945]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:12.8935686Z [00:02:38.945]➜  packagefile hash/fnv=/tmp/go-build3243449595/b201/_pkg_.a
2025-08-20T21:45:12.8936139Z [00:02:38.945]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:12.8936445Z [00:02:38.945]➜  EOF
2025-08-20T21:45:12.8938532Z [00:02:38.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/detrand=>google.golang.org/protobuf@v1.36.6/internal/detrand;$WORK/b481=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.22 -complete -installsuffix shared -buildid C0onLxeqYYCIgfoYQHMW/C0onLxeqYYCIgfoYQHMW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/detrand/rand.go
2025-08-20T21:45:12.9055422Z [00:02:38.958]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:45:12.9057072Z [00:02:38.958]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/02/022e30241cab2f1cd2ecb7068265af525df54d0af643d1c7d092cf71a296a26c-d # internal
2025-08-20T21:45:12.9057955Z [00:02:38.958]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:45:12.9058336Z [00:02:38.958]➜  mkdir -p $WORK/b484/
2025-08-20T21:45:12.9062526Z [00:02:38.959]➜  cat >/tmp/go-build3243449595/b484/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9063510Z [00:02:38.959]➜  # import config
2025-08-20T21:45:12.9063928Z [00:02:38.959]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:12.9064256Z [00:02:38.959]➜  EOF
2025-08-20T21:45:12.9066294Z [00:02:38.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/pragma=>google.golang.org/protobuf@v1.36.6/internal/pragma;$WORK/b484=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.22 -complete -installsuffix shared -buildid NHr-BLqF5XhR7s9pXNZf/NHr-BLqF5XhR7s9pXNZf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/pragma/pragma.go
2025-08-20T21:45:12.9106183Z [00:02:38.963]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:45:12.9113202Z [00:02:38.964]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/af/af7fdbef9080fa06277360f2175e12856050101e44516b7173b60f1ce770c330-d # internal
2025-08-20T21:45:12.9113901Z [00:02:38.964]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:45:12.9114232Z [00:02:38.964]➜  mkdir -p $WORK/b480/
2025-08-20T21:45:12.9121274Z [00:02:38.965]➜  cat >/tmp/go-build3243449595/b480/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9121747Z [00:02:38.965]➜  # import config
2025-08-20T21:45:12.9122102Z [00:02:38.965]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:12.9122528Z [00:02:38.965]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.9123087Z [00:02:38.965]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3243449595/b481/_pkg_.a
2025-08-20T21:45:12.9123526Z [00:02:38.965]➜  EOF
2025-08-20T21:45:12.9126433Z [00:02:38.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/errors=>google.golang.org/protobuf@v1.36.6/internal/errors;$WORK/b480=>" -p google.golang.org/protobuf/internal/errors -lang=go1.22 -complete -installsuffix shared -buildid g7267KKUT3AmOYzy21C7/g7267KKUT3AmOYzy21C7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/errors/errors.go
2025-08-20T21:45:12.9171481Z [00:02:38.970]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:45:12.9172234Z [00:02:38.970]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/73/7382aa788588c3ef6c2475608cb19281d720b8af3e8c06bd7479b4022e6abc04-d # internal
2025-08-20T21:45:12.9172829Z [00:02:38.970]➜  google.golang.org/grpc/internal
2025-08-20T21:45:12.9173125Z [00:02:38.970]➜  mkdir -p $WORK/b491/
2025-08-20T21:45:12.9173497Z [00:02:38.970]➜  cat >/tmp/go-build3243449595/b491/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9173864Z [00:02:38.970]➜  # import config
2025-08-20T21:45:12.9174213Z [00:02:38.970]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.9174696Z [00:02:38.970]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:12.9175277Z [00:02:38.970]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:12.9175907Z [00:02:38.970]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:12.9176439Z [00:02:38.970]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:12.9176857Z [00:02:38.970]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:12.9177279Z [00:02:38.970]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.9177589Z [00:02:38.970]➜  EOF
2025-08-20T21:45:12.9180188Z [00:02:38.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal=>google.golang.org/grpc@v1.64.1/internal;$WORK/b491=>" -p google.golang.org/grpc/internal -lang=go1.19 -complete -installsuffix shared -buildid Mua_t2PRziRDgB3ZMxKQ/Mua_t2PRziRDgB3ZMxKQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/tcp_keepalive_unix.go
2025-08-20T21:45:12.9292839Z [00:02:38.982]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:45:12.9304348Z [00:02:38.983]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/c5/c5bc2277faa0e380326034f37ad341931dc9533ba539e31b9ac0dee80ff4b790-d # internal
2025-08-20T21:45:12.9305391Z [00:02:38.983]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:45:12.9305904Z [00:02:38.983]➜  mkdir -p $WORK/b479/
2025-08-20T21:45:12.9316555Z [00:02:38.984]➜  cat >/tmp/go-build3243449595/b479/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9317334Z [00:02:38.984]➜  # import config
2025-08-20T21:45:12.9318132Z [00:02:38.984]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:12.9329102Z [00:02:38.984]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:12.9329641Z [00:02:38.984]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:12.9330114Z [00:02:38.984]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:12.9330445Z [00:02:38.985]➜  EOF
2025-08-20T21:45:12.9332499Z [00:02:38.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protowire=>google.golang.org/protobuf@v1.36.6/encoding/protowire;$WORK/b479=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.22 -complete -installsuffix shared -buildid ll4xJpCzUVXhR5AnlI_1/ll4xJpCzUVXhR5AnlI_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protowire/wire.go
2025-08-20T21:45:12.9465345Z [00:02:38.999]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:45:12.9468980Z [00:02:38.999]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/e2/e2ce9c964d752ee66f3970fa684546c8956ecb926fdcc1e4008b35bb99f2e861-d # internal
2025-08-20T21:45:12.9469601Z [00:02:38.999]➜  google.golang.org/grpc/metadata
2025-08-20T21:45:12.9470363Z [00:02:38.999]➜  mkdir -p $WORK/b493/
2025-08-20T21:45:12.9470747Z [00:02:38.999]➜  cat >/tmp/go-build3243449595/b493/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9471095Z [00:02:38.999]➜  # import config
2025-08-20T21:45:12.9471442Z [00:02:38.999]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.9471864Z [00:02:38.999]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.9472371Z [00:02:38.999]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:12.9472890Z [00:02:38.999]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.9473211Z [00:02:38.999]➜  EOF
2025-08-20T21:45:12.9475022Z [00:02:38.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/metadata=>google.golang.org/grpc@v1.64.1/metadata;$WORK/b493=>" -p google.golang.org/grpc/metadata -lang=go1.19 -complete -installsuffix shared -buildid WNuNvvzjWaBDtCh48Uee/WNuNvvzjWaBDtCh48Uee -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/metadata/metadata.go
2025-08-20T21:45:12.9547144Z [00:02:39.007]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:45:12.9553006Z [00:02:39.008]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/44/44fe0e1cbb07caa7709fc2ff70494a65dffd5f97eddfeba80e82ad1a0e30420c-d # internal
2025-08-20T21:45:12.9555772Z [00:02:39.008]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:45:12.9558294Z [00:02:39.008]➜  mkdir -p $WORK/b483/
2025-08-20T21:45:12.9559305Z [00:02:39.009]➜  cat >/tmp/go-build3243449595/b483/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9560240Z [00:02:39.009]➜  # import config
2025-08-20T21:45:12.9578878Z [00:02:39.009]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:12.9579560Z [00:02:39.009]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.9581119Z [00:02:39.009]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:12.9581881Z [00:02:39.009]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:12.9582428Z [00:02:39.009]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:12.9582905Z [00:02:39.009]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:12.9583697Z [00:02:39.009]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.9584239Z [00:02:39.009]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.9584563Z [00:02:39.009]➜  EOF
2025-08-20T21:45:12.9589394Z [00:02:39.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect=>google.golang.org/protobuf@v1.36.6/reflect/protoreflect;$WORK/b483=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.22 -complete -installsuffix shared -buildid Fc1_Unz8Md4Hm8PiArw7/Fc1_Unz8Md4Hm8PiArw7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value_unsafe.go
2025-08-20T21:45:12.9772830Z [00:02:39.030]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:45:12.9777944Z [00:02:39.030]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/bc/bc9dff9ea9c012451c68f455b1bb2ae9cfd06ad8470c9d6ef89c4f63a3ba3be8-d # internal
2025-08-20T21:45:12.9784054Z [00:02:39.031]➜  google.golang.org/grpc/internal/grpcrand
2025-08-20T21:45:12.9784476Z [00:02:39.031]➜  mkdir -p $WORK/b497/
2025-08-20T21:45:12.9784865Z [00:02:39.031]➜  cat >/tmp/go-build3243449595/b497/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9785209Z [00:02:39.031]➜  # import config
2025-08-20T21:45:12.9785591Z [00:02:39.031]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:12.9785918Z [00:02:39.031]➜  EOF
2025-08-20T21:45:12.9788133Z [00:02:39.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcrand=>google.golang.org/grpc@v1.64.1/internal/grpcrand;$WORK/b497=>" -p google.golang.org/grpc/internal/grpcrand -lang=go1.19 -complete -installsuffix shared -buildid icUeH8W4DOMP1Z4DmHon/icUeH8W4DOMP1Z4DmHon -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcrand/grpcrand_go1.21.go
2025-08-20T21:45:12.9832464Z [00:02:39.036]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:45:12.9863647Z [00:02:39.039]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/ab/abfc2b70a93ad9c636a40a9f79ce3284dcf41ecb73655b68a7eca76b00442ffd-d # internal
2025-08-20T21:45:12.9864283Z [00:02:39.039]➜  google.golang.org/grpc/codes
2025-08-20T21:45:12.9864604Z [00:02:39.039]➜  mkdir -p $WORK/b498/
2025-08-20T21:45:12.9864977Z [00:02:39.039]➜  cat >/tmp/go-build3243449595/b498/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9865320Z [00:02:39.039]➜  # import config
2025-08-20T21:45:12.9865649Z [00:02:39.039]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:12.9866160Z [00:02:39.039]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:12.9866683Z [00:02:39.039]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.9867001Z [00:02:39.039]➜  EOF
2025-08-20T21:45:12.9869884Z [00:02:39.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/codes=>google.golang.org/grpc@v1.64.1/codes;$WORK/b498=>" -p google.golang.org/grpc/codes -lang=go1.19 -complete -installsuffix shared -buildid 5vcTzMou6M1l7HTvRrRe/5vcTzMou6M1l7HTvRrRe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/codes/codes.go
2025-08-20T21:45:12.9876390Z [00:02:39.040]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:45:12.9879546Z [00:02:39.041]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/98/98c8a9d58af5aef96c3a778f84ee123b7050f030498846e1d707b47398a898d6-d # internal
2025-08-20T21:45:12.9881973Z [00:02:39.041]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T21:45:12.9882332Z [00:02:39.041]➜  mkdir -p $WORK/b501/
2025-08-20T21:45:12.9885746Z [00:02:39.041]➜  cat >/tmp/go-build3243449595/b501/importcfg << 'EOF' # internal
2025-08-20T21:45:12.9888217Z [00:02:39.041]➜  # import config
2025-08-20T21:45:12.9891313Z [00:02:39.041]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:12.9891880Z [00:02:39.041]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:12.9892432Z [00:02:39.042]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:12.9892942Z [00:02:39.042]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:12.9893365Z [00:02:39.042]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:12.9893795Z [00:02:39.042]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:12.9894219Z [00:02:39.042]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:12.9894868Z [00:02:39.042]➜  EOF
2025-08-20T21:45:12.9898523Z [00:02:39.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcutil=>google.golang.org/grpc@v1.64.1/internal/grpcutil;$WORK/b501=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.19 -complete -installsuffix shared -buildid WFexLK6PZwFOcCFt9QaI/WFexLK6PZwFOcCFt9QaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcutil/regex.go
2025-08-20T21:45:13.0014319Z [00:02:39.054]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:45:13.0021482Z [00:02:39.054]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d # internal
2025-08-20T21:45:13.0022171Z [00:02:39.054]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T21:45:13.0022524Z [00:02:39.054]➜  mkdir -p $WORK/b508/
2025-08-20T21:45:13.0022899Z [00:02:39.054]➜  cat >/tmp/go-build3243449595/b508/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0023276Z [00:02:39.054]➜  # import config
2025-08-20T21:45:13.0023616Z [00:02:39.054]➜  packagefile embed=/tmp/go-build3243449595/b367/_pkg_.a
2025-08-20T21:45:13.0023929Z [00:02:39.054]➜  EOF
2025-08-20T21:45:13.0024249Z [00:02:39.055]➜  cat >/tmp/go-build3243449595/b508/embedcfg << 'EOF' # internal
2025-08-20T21:45:13.0024566Z [00:02:39.055]➜  {
2025-08-20T21:45:13.0024775Z [00:02:39.055]➜  	"Patterns": {
2025-08-20T21:45:13.0025064Z [00:02:39.055]➜  		"editions_defaults.binpb": [
2025-08-20T21:45:13.0025370Z [00:02:39.055]➜  			"editions_defaults.binpb"
2025-08-20T21:45:13.0025628Z [00:02:39.055]➜  		]
2025-08-20T21:45:13.0025822Z [00:02:39.055]➜  	},
2025-08-20T21:45:13.0026032Z [00:02:39.055]➜  	"Files": {
2025-08-20T21:45:13.0026654Z [00:02:39.055]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T21:45:13.0027195Z [00:02:39.055]➜  	}
2025-08-20T21:45:13.0027390Z [00:02:39.055]➜  }EOF
2025-08-20T21:45:13.0030198Z [00:02:39.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults=>google.golang.org/protobuf@v1.36.6/internal/editiondefaults;$WORK/b508=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.22 -complete -installsuffix shared -buildid u1UXmGt3gSdYMBNhmBQQ/u1UXmGt3gSdYMBNhmBQQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -embedcfg $WORK/b508/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/defaults.go
2025-08-20T21:45:13.0067293Z [00:02:39.059]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:45:13.0072781Z [00:02:39.060]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/95/95335a864525be1ad4dfa6c6d88698794edb175ebe7f8d638c10848835f5782f-d # internal
2025-08-20T21:45:13.0079664Z [00:02:39.060]➜  google.golang.org/grpc/encoding
2025-08-20T21:45:13.0080001Z [00:02:39.060]➜  mkdir -p $WORK/b500/
2025-08-20T21:45:13.0080405Z [00:02:39.060]➜  cat >/tmp/go-build3243449595/b500/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0080757Z [00:02:39.060]➜  # import config
2025-08-20T21:45:13.0081228Z [00:02:39.060]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3243449595/b501/_pkg_.a
2025-08-20T21:45:13.0081750Z [00:02:39.060]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.0082167Z [00:02:39.060]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.0083043Z [00:02:39.060]➜  EOF
2025-08-20T21:45:13.0086561Z [00:02:39.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/encoding=>google.golang.org/grpc@v1.64.1/encoding;$WORK/b500=>" -p google.golang.org/grpc/encoding -lang=go1.19 -complete -installsuffix shared -buildid ViyWMSLtELwTHadviXsS/ViyWMSLtELwTHadviXsS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/encoding/encoding.go
2025-08-20T21:45:13.0146789Z [00:02:39.065]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:45:13.0149361Z [00:02:39.067]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/1f/1f860235e8ffadc0f8b862e5e84c72710c8dd9d87a92d56b50018ffbe4087f42-d # internal
2025-08-20T21:45:13.0150000Z [00:02:39.067]➜  google.golang.org/protobuf/internal/version
2025-08-20T21:45:13.0150326Z [00:02:39.067]➜  mkdir -p $WORK/b517/
2025-08-20T21:45:13.0150731Z [00:02:39.067]➜  cat >/tmp/go-build3243449595/b517/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0151083Z [00:02:39.067]➜  # import config
2025-08-20T21:45:13.0151413Z [00:02:39.067]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.0151838Z [00:02:39.067]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.0152158Z [00:02:39.067]➜  EOF
2025-08-20T21:45:13.0154163Z [00:02:39.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/version=>google.golang.org/protobuf@v1.36.6/internal/version;$WORK/b517=>" -p google.golang.org/protobuf/internal/version -lang=go1.22 -complete -installsuffix shared -buildid 3YTIBZ_fKiQhYR-A8g-z/3YTIBZ_fKiQhYR-A8g-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/version/version.go
2025-08-20T21:45:13.0221990Z [00:02:39.075]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:45:13.0241515Z [00:02:39.077]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/70/705d72883dd076c9152c06b411c304c93f01022dba66d586316879b71355d607-d # internal
2025-08-20T21:45:13.0243795Z [00:02:39.077]➜  google.golang.org/grpc/internal/backoff
2025-08-20T21:45:13.0244142Z [00:02:39.077]➜  mkdir -p $WORK/b518/
2025-08-20T21:45:13.0244526Z [00:02:39.077]➜  cat >/tmp/go-build3243449595/b518/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0244872Z [00:02:39.077]➜  # import config
2025-08-20T21:45:13.0245552Z [00:02:39.077]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.0246076Z [00:02:39.077]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.0246590Z [00:02:39.077]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3243449595/b470/_pkg_.a
2025-08-20T21:45:13.0247216Z [00:02:39.077]➜  packagefile google.golang.org/grpc/internal/grpcrand=/tmp/go-build3243449595/b497/_pkg_.a
2025-08-20T21:45:13.0247882Z [00:02:39.077]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.0248247Z [00:02:39.077]➜  EOF
2025-08-20T21:45:13.0250210Z [00:02:39.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/backoff=>google.golang.org/grpc@v1.64.1/internal/backoff;$WORK/b518=>" -p google.golang.org/grpc/internal/backoff -lang=go1.19 -complete -installsuffix shared -buildid k832QSJ7xmeCwGbDWnd2/k832QSJ7xmeCwGbDWnd2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/backoff/backoff.go
2025-08-20T21:45:13.0261860Z [00:02:39.079]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:45:13.0268948Z [00:02:39.079]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/8d/8dbd3dedbdf6e3346145e72cf6d25f678a0d5f1853926ee26d973bd6d973e602-d # internal
2025-08-20T21:45:13.0272265Z [00:02:39.079]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T21:45:13.0273039Z [00:02:39.079]➜  mkdir -p $WORK/b520/
2025-08-20T21:45:13.0273417Z [00:02:39.079]➜  cat >/tmp/go-build3243449595/b520/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0273761Z [00:02:39.079]➜  # import config
2025-08-20T21:45:13.0274193Z [00:02:39.079]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:13.0274589Z [00:02:39.079]➜  EOF
2025-08-20T21:45:13.0276598Z [00:02:39.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/balancerload=>google.golang.org/grpc@v1.64.1/internal/balancerload;$WORK/b520=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.19 -complete -installsuffix shared -buildid tX_eRj4K-XcsQt-W2Ug2/tX_eRj4K-XcsQt-W2Ug2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/balancerload/load.go
2025-08-20T21:45:13.0373438Z [00:02:39.090]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:45:13.0382700Z [00:02:39.091]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/5f/5f8c02bd8d6b6736be5b1c6a068e012e2795c135bd852ef7a03d014741c49883-d # internal
2025-08-20T21:45:13.0408925Z [00:02:39.094]➜  google.golang.org/grpc/internal/buffer
2025-08-20T21:45:13.0415632Z [00:02:39.094]➜  mkdir -p $WORK/b530/
2025-08-20T21:45:13.0428950Z [00:02:39.096]➜  cat >/tmp/go-build3243449595/b530/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0429621Z [00:02:39.096]➜  # import config
2025-08-20T21:45:13.0430319Z [00:02:39.096]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.0431633Z [00:02:39.096]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.0431969Z [00:02:39.096]➜  EOF
2025-08-20T21:45:13.0433898Z [00:02:39.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/buffer=>google.golang.org/grpc@v1.64.1/internal/buffer;$WORK/b530=>" -p google.golang.org/grpc/internal/buffer -lang=go1.19 -complete -installsuffix shared -buildid Uh_Sky48-A0L22ThC4aD/Uh_Sky48-A0L22ThC4aD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/buffer/unbounded.go
2025-08-20T21:45:13.0441205Z [00:02:39.097]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:45:13.0445751Z [00:02:39.097]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/ec/ec5ff0fee8ce24525c65e4cd06fb4bba430c1d44fe8409161fa15ef6ee11df83-d # internal
2025-08-20T21:45:13.0476655Z [00:02:39.100]➜  google.golang.org/grpc/internal/idle
2025-08-20T21:45:13.0479024Z [00:02:39.100]➜  mkdir -p $WORK/b531/
2025-08-20T21:45:13.0482565Z [00:02:39.101]➜  cat >/tmp/go-build3243449595/b531/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0482942Z [00:02:39.101]➜  # import config
2025-08-20T21:45:13.0483283Z [00:02:39.101]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.0483729Z [00:02:39.101]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.0484143Z [00:02:39.101]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.0484580Z [00:02:39.101]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.0485012Z [00:02:39.101]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.0485319Z [00:02:39.101]➜  EOF
2025-08-20T21:45:13.0487203Z [00:02:39.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/idle=>google.golang.org/grpc@v1.64.1/internal/idle;$WORK/b531=>" -p google.golang.org/grpc/internal/idle -lang=go1.19 -complete -installsuffix shared -buildid v-HwIARxWJ5N4chBy4IS/v-HwIARxWJ5N4chBy4IS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/idle/idle.go
2025-08-20T21:45:13.0732130Z [00:02:39.124]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:45:13.0740065Z [00:02:39.127]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/de/deededdf09301b43025b2f7ff5275ea6ef583cd9cf692835759e676c1e6e630b-d # internal
2025-08-20T21:45:13.0742008Z [00:02:39.127]➜  golang.org/x/net/http/httpguts
2025-08-20T21:45:13.0742344Z [00:02:39.127]➜  mkdir -p $WORK/b543/
2025-08-20T21:45:13.0742725Z [00:02:39.127]➜  cat >/tmp/go-build3243449595/b543/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0743073Z [00:02:39.127]➜  # import config
2025-08-20T21:45:13.0743504Z [00:02:39.127]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:13.0743972Z [00:02:39.127]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.0744416Z [00:02:39.127]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:13.0744870Z [00:02:39.127]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.0745344Z [00:02:39.127]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:13.0745682Z [00:02:39.127]➜  EOF
2025-08-20T21:45:13.0747853Z [00:02:39.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http/httpguts=>golang.org/x/net@v0.39.0/http/httpguts;$WORK/b543=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid 6E8f7f9K2rf-n3xZdoYx/6E8f7f9K2rf-n3xZdoYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http/httpguts/httplex.go
2025-08-20T21:45:13.0805749Z [00:02:39.133]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:45:13.0809342Z [00:02:39.133]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/61/610b23a1fdcd4eef6ed72832b438c06c983312b5f49c8c2bde102435b161f69b-d # internal
2025-08-20T21:45:13.0814787Z [00:02:39.134]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T21:45:13.0815903Z [00:02:39.134]➜  mkdir -p $WORK/b529/
2025-08-20T21:45:13.0816594Z [00:02:39.134]➜  cat >/tmp/go-build3243449595/b529/importcfg << 'EOF' # internal
2025-08-20T21:45:13.0819484Z [00:02:39.134]➜  # import config
2025-08-20T21:45:13.0819952Z [00:02:39.134]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.0820831Z [00:02:39.134]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3243449595/b530/_pkg_.a
2025-08-20T21:45:13.0822425Z [00:02:39.134]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.0822961Z [00:02:39.134]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.0823302Z [00:02:39.134]➜  EOF
2025-08-20T21:45:13.0826175Z [00:02:39.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcsync=>google.golang.org/grpc@v1.64.1/internal/grpcsync;$WORK/b529=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.19 -complete -installsuffix shared -buildid i0erAJMLrb9bkmMU7LKy/i0erAJMLrb9bkmMU7LKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcsync/oncefunc.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/grpcsync/pubsub.go
2025-08-20T21:45:13.0994673Z [00:02:39.152]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:45:13.1000302Z [00:02:39.153]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/0b/0bc03261abdd620e68a56636db0f1a9db0d3e88c428629f037f760baf04dc246-d # internal
2025-08-20T21:45:13.1000915Z [00:02:39.153]➜  golang.org/x/net/http2/hpack
2025-08-20T21:45:13.1001212Z [00:02:39.153]➜  mkdir -p $WORK/b544/
2025-08-20T21:45:13.1006067Z [00:02:39.153]➜  cat >/tmp/go-build3243449595/b544/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1007125Z [00:02:39.153]➜  # import config
2025-08-20T21:45:13.1007636Z [00:02:39.153]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.1009324Z [00:02:39.153]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.1009848Z [00:02:39.153]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.1010258Z [00:02:39.153]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.1010690Z [00:02:39.153]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.1011005Z [00:02:39.153]➜  EOF
2025-08-20T21:45:13.1013736Z [00:02:39.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack=>golang.org/x/net@v0.39.0/http2/hpack;$WORK/b544=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid DUnYbTDpTnV22suMdbe4/DUnYbTDpTnV22suMdbe4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/hpack/tables.go
2025-08-20T21:45:13.1215207Z [00:02:39.174]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:45:13.1224105Z [00:02:39.175]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/4c/4c3a9a4166398e26836684e9bcc3da0718f53adf041983843b57833b8ed35aa3-d # internal
2025-08-20T21:45:13.1224782Z [00:02:39.175]➜  google.golang.org/grpc/internal/syscall
2025-08-20T21:45:13.1225105Z [00:02:39.175]➜  mkdir -p $WORK/b546/
2025-08-20T21:45:13.1225480Z [00:02:39.175]➜  cat >/tmp/go-build3243449595/b546/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1225828Z [00:02:39.175]➜  # import config
2025-08-20T21:45:13.1226182Z [00:02:39.175]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.1226655Z [00:02:39.175]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:13.1227212Z [00:02:39.175]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:13.1227700Z [00:02:39.175]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.1228369Z [00:02:39.175]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:13.1229161Z [00:02:39.175]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.1229546Z [00:02:39.175]➜  EOF
2025-08-20T21:45:13.1231527Z [00:02:39.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/syscall=>google.golang.org/grpc@v1.64.1/internal/syscall;$WORK/b546=>" -p google.golang.org/grpc/internal/syscall -lang=go1.19 -complete -installsuffix shared -buildid ilNt2BR0kFII4e0hmS_W/ilNt2BR0kFII4e0hmS_W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/syscall/syscall_linux.go
2025-08-20T21:45:13.1360854Z [00:02:39.187]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:45:13.1379781Z [00:02:39.191]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d # internal
2025-08-20T21:45:13.1387303Z [00:02:39.191]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:45:13.1389922Z [00:02:39.191]➜  mkdir -p $WORK/b482/
2025-08-20T21:45:13.1398860Z [00:02:39.193]➜  cat >/tmp/go-build3243449595/b482/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1399732Z [00:02:39.193]➜  # import config
2025-08-20T21:45:13.1401664Z [00:02:39.193]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:13.1402755Z [00:02:39.193]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.1404319Z [00:02:39.193]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.1405546Z [00:02:39.193]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.1405870Z [00:02:39.193]➜  EOF
2025-08-20T21:45:13.1408291Z [00:02:39.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.6/internal/encoding/messageset;$WORK/b482=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.22 -complete -installsuffix shared -buildid x2T9PGNl5CUPrymt5633/x2T9PGNl5CUPrymt5633 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/messageset/messageset.go
2025-08-20T21:45:13.1595062Z [00:02:39.212]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:45:13.1607675Z [00:02:39.213]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/6c/6c1a9b36ef5a1e027cef3d3b5f0fc1f9bd3031d3422c84edcca084e2de9c7520-d # internal
2025-08-20T21:45:13.1628514Z [00:02:39.215]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:45:13.1629093Z [00:02:39.215]➜  mkdir -p $WORK/b486/
2025-08-20T21:45:13.1629492Z [00:02:39.215]➜  cat >/tmp/go-build3243449595/b486/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1629850Z [00:02:39.215]➜  # import config
2025-08-20T21:45:13.1630386Z [00:02:39.215]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.1630844Z [00:02:39.215]➜  EOF
2025-08-20T21:45:13.1638196Z [00:02:39.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid=>google.golang.org/protobuf@v1.36.6/internal/genid;$WORK/b486=>" -p google.golang.org/protobuf/internal/genid -lang=go1.22 -complete -installsuffix shared -buildid p45a4YRlOmSfsgo5IPHe/p45a4YRlOmSfsgo5IPHe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/wrappers_gen.go
2025-08-20T21:45:13.1655149Z [00:02:39.218]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:45:13.1659953Z [00:02:39.219]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/da/da4f725bd9b1bb9cf9588058c14b418d2149ecd66c5b8caf019e9360f1861077-d # internal
2025-08-20T21:45:13.1661126Z [00:02:39.219]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:45:13.1666034Z [00:02:39.219]➜  mkdir -p $WORK/b487/
2025-08-20T21:45:13.1666505Z [00:02:39.219]➜  cat >/tmp/go-build3243449595/b487/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1667295Z [00:02:39.219]➜  # import config
2025-08-20T21:45:13.1668086Z [00:02:39.219]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.1668722Z [00:02:39.219]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:13.1669140Z [00:02:39.219]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.1669450Z [00:02:39.219]➜  EOF
2025-08-20T21:45:13.1671723Z [00:02:39.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/order=>google.golang.org/protobuf@v1.36.6/internal/order;$WORK/b487=>" -p google.golang.org/protobuf/internal/order -lang=go1.22 -complete -installsuffix shared -buildid 58M8WeWEUULVdKfjGdA0/58M8WeWEUULVdKfjGdA0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/order/range.go
2025-08-20T21:45:13.1699395Z [00:02:39.223]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:45:13.1708383Z [00:02:39.223]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/88/8816e49676a3fa85286107a528c68050d1a0e793da7c1a5009d1264f52ec6894-d # internal
2025-08-20T21:45:13.1709025Z [00:02:39.223]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:45:13.1709341Z [00:02:39.223]➜  mkdir -p $WORK/b488/
2025-08-20T21:45:13.1709735Z [00:02:39.224]➜  cat >/tmp/go-build3243449595/b488/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1710078Z [00:02:39.224]➜  # import config
2025-08-20T21:45:13.1710422Z [00:02:39.224]➜  packagefile go/token=/tmp/go-build3243449595/b382/_pkg_.a
2025-08-20T21:45:13.1710986Z [00:02:39.224]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:13.1711679Z [00:02:39.224]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.1712257Z [00:02:39.224]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.1712684Z [00:02:39.224]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:13.1713131Z [00:02:39.224]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:13.1713465Z [00:02:39.224]➜  EOF
2025-08-20T21:45:13.1716072Z [00:02:39.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/strs=>google.golang.org/protobuf@v1.36.6/internal/strs;$WORK/b488=>" -p google.golang.org/protobuf/internal/strs -lang=go1.22 -complete -installsuffix shared -buildid opG3-o4Bq_gMpPjEADXQ/opG3-o4Bq_gMpPjEADXQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/strs/strings_unsafe.go
2025-08-20T21:45:13.1859244Z [00:02:39.239]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:45:13.1860563Z [00:02:39.239]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/3c/3ce5bc7a0e359f154a3fc843400ffbab8785e0445b7500dc97e3f95a1b54ee8f-d # internal
2025-08-20T21:45:13.1861283Z [00:02:39.239]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:45:13.1861633Z [00:02:39.239]➜  mkdir -p $WORK/b489/
2025-08-20T21:45:13.1867134Z [00:02:39.239]➜  cat >/tmp/go-build3243449595/b489/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1867579Z [00:02:39.239]➜  # import config
2025-08-20T21:45:13.1868068Z [00:02:39.239]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.1868693Z [00:02:39.240]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3243449595/b482/_pkg_.a
2025-08-20T21:45:13.1869426Z [00:02:39.240]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.1870587Z [00:02:39.240]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:13.1871289Z [00:02:39.240]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.1871833Z [00:02:39.240]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:13.1872251Z [00:02:39.240]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.1872670Z [00:02:39.240]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.1872989Z [00:02:39.240]➜  EOF
2025-08-20T21:45:13.1875118Z [00:02:39.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoregistry=>google.golang.org/protobuf@v1.36.6/reflect/protoregistry;$WORK/b489=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.22 -complete -installsuffix shared -buildid SXhTR5ADF2fZiMm7DcwL/SXhTR5ADF2fZiMm7DcwL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoregistry/registry.go
2025-08-20T21:45:13.1946770Z [00:02:39.247]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:45:13.1954936Z [00:02:39.248]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:45:13.1955783Z [00:02:39.248]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/a9/a9d6beff3052219407cb578fd5ee3adb9dc78d310890c7aa8883fd58fa19b436-d # internal
2025-08-20T21:45:13.1957055Z [00:02:39.248]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:45:13.1957914Z [00:02:39.248]➜  mkdir -p $WORK/b490/
2025-08-20T21:45:13.1961222Z [00:02:39.248]➜  cat >/tmp/go-build3243449595/b490/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1961767Z [00:02:39.248]➜  # import config
2025-08-20T21:45:13.1962253Z [00:02:39.248]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:13.1962982Z [00:02:39.248]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.1967981Z [00:02:39.248]➜  EOF
2025-08-20T21:45:13.1970740Z [00:02:39.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoiface=>google.golang.org/protobuf@v1.36.6/runtime/protoiface;$WORK/b490=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.22 -complete -installsuffix shared -buildid uS7KU_28exQvhnl94n2D/uS7KU_28exQvhnl94n2D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoiface/methods.go
2025-08-20T21:45:13.1973231Z [00:02:39.249]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/3a/3ad334930441477f443f319f45b8f45795473c04858e13017371ff146ae20d27-d # internal
2025-08-20T21:45:13.1973830Z [00:02:39.249]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T21:45:13.1974145Z [00:02:39.249]➜  mkdir -p $WORK/b506/
2025-08-20T21:45:13.1974521Z [00:02:39.249]➜  cat >/tmp/go-build3243449595/b506/importcfg << 'EOF' # internal
2025-08-20T21:45:13.1974864Z [00:02:39.249]➜  # import config
2025-08-20T21:45:13.1975197Z [00:02:39.249]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.1977527Z [00:02:39.249]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3243449595/b481/_pkg_.a
2025-08-20T21:45:13.1978357Z [00:02:39.249]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:13.1979065Z [00:02:39.249]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.1979613Z [00:02:39.249]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.1980037Z [00:02:39.249]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:13.1980865Z [00:02:39.249]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.1981297Z [00:02:39.249]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.1981626Z [00:02:39.249]➜  EOF
2025-08-20T21:45:13.1983650Z [00:02:39.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descfmt=>google.golang.org/protobuf@v1.36.6/internal/descfmt;$WORK/b506=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.22 -complete -installsuffix shared -buildid nSPRELQWW8rB8ZdzFyfG/nSPRELQWW8rB8ZdzFyfG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descfmt/stringer.go
2025-08-20T21:45:13.2162433Z [00:02:39.269]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:45:13.2172718Z [00:02:39.269]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/e5/e58c768a005aba3476b8fcbddf4a934678b23b892b6688d8782fd9d1529df640-d # internal
2025-08-20T21:45:13.2173454Z [00:02:39.269]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T21:45:13.2173788Z [00:02:39.269]➜  mkdir -p $WORK/b507/
2025-08-20T21:45:13.2174164Z [00:02:39.269]➜  cat >/tmp/go-build3243449595/b507/importcfg << 'EOF' # internal
2025-08-20T21:45:13.2174509Z [00:02:39.269]➜  # import config
2025-08-20T21:45:13.2175008Z [00:02:39.269]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.2175462Z [00:02:39.269]➜  EOF
2025-08-20T21:45:13.2177516Z [00:02:39.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descopts=>google.golang.org/protobuf@v1.36.6/internal/descopts;$WORK/b507=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.22 -complete -installsuffix shared -buildid JMGrVihzy-gUdFWJ-Fdg/JMGrVihzy-gUdFWJ-Fdg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descopts/options.go
2025-08-20T21:45:13.2465606Z [00:02:39.299]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:45:13.2466442Z [00:02:39.299]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/b2/b20a5360217c56fea782a2370fa7d7cf6bd1b476e6bd70fd0b437773e7174462-d # internal
2025-08-20T21:45:13.2483361Z [00:02:39.301]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T21:45:13.2487424Z [00:02:39.301]➜  mkdir -p $WORK/b510/
2025-08-20T21:45:13.2488452Z [00:02:39.301]➜  cat >/tmp/go-build3243449595/b510/importcfg << 'EOF' # internal
2025-08-20T21:45:13.2489669Z [00:02:39.301]➜  # import config
2025-08-20T21:45:13.2492060Z [00:02:39.301]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.2493494Z [00:02:39.301]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.2496456Z [00:02:39.301]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3243449595/b481/_pkg_.a
2025-08-20T21:45:13.2497487Z [00:02:39.301]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.2499105Z [00:02:39.301]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:13.2500063Z [00:02:39.301]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.2501065Z [00:02:39.301]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.2502008Z [00:02:39.302]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.2502707Z [00:02:39.302]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:13.2503631Z [00:02:39.302]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.2504420Z [00:02:39.302]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.2505068Z [00:02:39.302]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:13.2507044Z [00:02:39.302]➜  packagefile unicode/utf16=/tmp/go-build3243449595/b137/_pkg_.a
2025-08-20T21:45:13.2507538Z [00:02:39.302]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:13.2508059Z [00:02:39.302]➜  EOF
2025-08-20T21:45:13.2511874Z [00:02:39.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text=>google.golang.org/protobuf@v1.36.6/internal/encoding/text;$WORK/b510=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.22 -complete -installsuffix shared -buildid 63RhB76s5n_ihUzAD11l/63RhB76s5n_ihUzAD11l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/encode.go
2025-08-20T21:45:13.2624053Z [00:02:39.315]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:45:13.2634430Z [00:02:39.316]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/f3/f3de3d893edf63b4b77d3a8fb9cdff672cf1093f338afd8612fb964c2d4901f1-d # internal
2025-08-20T21:45:13.2636088Z [00:02:39.316]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T21:45:13.2636474Z [00:02:39.316]➜  mkdir -p $WORK/b516/
2025-08-20T21:45:13.2655019Z [00:02:39.318]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:45:13.3082532Z [00:02:39.361]➜  cat >/tmp/go-build3243449595/b516/importcfg << 'EOF' # internal
2025-08-20T21:45:13.3083003Z [00:02:39.361]➜  # import config
2025-08-20T21:45:13.3083402Z [00:02:39.361]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.3083823Z [00:02:39.361]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.3084391Z [00:02:39.361]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:13.3085091Z [00:02:39.361]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3243449595/b490/_pkg_.a
2025-08-20T21:45:13.3085632Z [00:02:39.361]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.3086412Z [00:02:39.361]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:13.3086936Z [00:02:39.361]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.3087269Z [00:02:39.361]➜  EOF
2025-08-20T21:45:13.3090238Z [00:02:39.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy=>google.golang.org/protobuf@v1.36.6/internal/protolazy;$WORK/b516=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.22 -complete -installsuffix shared -buildid BBHpgSfJxaQiAwo13VmY/BBHpgSfJxaQiAwo13VmY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy/pointer_unsafe.go
2025-08-20T21:45:13.3113905Z [00:02:39.363]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/99/9998df57cdaddf53838a931313f7e90e1759a66fa302c169b8a76078403d6740-d # internal
2025-08-20T21:45:13.3114540Z [00:02:39.363]➜  google.golang.org/protobuf/proto
2025-08-20T21:45:13.3114850Z [00:02:39.363]➜  mkdir -p $WORK/b478/
2025-08-20T21:45:13.3115245Z [00:02:39.364]➜  cat >/tmp/go-build3243449595/b478/importcfg << 'EOF' # internal
2025-08-20T21:45:13.3115589Z [00:02:39.364]➜  # import config
2025-08-20T21:45:13.3116372Z [00:02:39.364]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.3116787Z [00:02:39.364]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.3117350Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:13.3118526Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3243449595/b482/_pkg_.a
2025-08-20T21:45:13.3119288Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.3119956Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:13.3120617Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3243449595/b486/_pkg_.a
2025-08-20T21:45:13.3121278Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3243449595/b487/_pkg_.a
2025-08-20T21:45:13.3121958Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:13.3122619Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.3123306Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.3124022Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:13.3124740Z [00:02:39.364]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3243449595/b490/_pkg_.a
2025-08-20T21:45:13.3125285Z [00:02:39.364]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.3125706Z [00:02:39.364]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:13.3126158Z [00:02:39.364]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:13.3126502Z [00:02:39.364]➜  EOF
2025-08-20T21:45:13.3132843Z [00:02:39.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto=>google.golang.org/protobuf@v1.36.6/proto;$WORK/b478=>" -p google.golang.org/protobuf/proto -lang=go1.22 -complete -installsuffix shared -buildid tnqD7DajGuTRmAg4KMsN/tnqD7DajGuTRmAg4KMsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/wrappers.go
2025-08-20T21:45:13.3229826Z [00:02:39.375]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b463=/tmp/go-build -gno-record-gcc-switches -o $WORK/b463/_cgo_.o $WORK/b463/_cgo_main.o $WORK/b463/preferlinkext $WORK/b463/_x001.o $WORK/b463/_x002.o $WORK/b463/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:45:13.3231804Z [00:02:39.376]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b463/_cgo_.o -dynout $WORK/b463/_cgo_import.go
2025-08-20T21:45:13.3240782Z [00:02:39.377]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:45:13.3269574Z [00:02:39.380]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/8d/8dbc1d948f73d19a42cc43e8a5f8d9b57d823b9d8107c3b9ac32180a207f5f97-d # internal
2025-08-20T21:45:13.3290746Z [00:02:39.380]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T21:45:13.3291182Z [00:02:39.380]➜  mkdir -p $WORK/b509/
2025-08-20T21:45:13.3291569Z [00:02:39.382]➜  cat >/tmp/go-build3243449595/b509/importcfg << 'EOF' # internal
2025-08-20T21:45:13.3291918Z [00:02:39.382]➜  # import config
2025-08-20T21:45:13.3292249Z [00:02:39.382]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.3292842Z [00:02:39.382]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3243449595/b510/_pkg_.a
2025-08-20T21:45:13.3293598Z [00:02:39.382]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.3294301Z [00:02:39.382]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.3294864Z [00:02:39.382]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.3295285Z [00:02:39.382]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.3295607Z [00:02:39.382]➜  EOF
2025-08-20T21:45:13.3295941Z [00:02:39.382]➜  cat >/tmp/go-build3243449595/b463/importcfg << 'EOF' # internal
2025-08-20T21:45:13.3296290Z [00:02:39.382]➜  # import config
2025-08-20T21:45:13.3296612Z [00:02:39.382]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.3297032Z [00:02:39.382]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:13.3297462Z [00:02:39.382]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.3299657Z [00:02:39.382]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.3300139Z [00:02:39.383]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.3303500Z [00:02:39.383]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:13.3307873Z [00:02:39.383]➜  packagefile runtime/cgo=/tmp/go-build3243449595/b081/_pkg_.a
2025-08-20T21:45:13.3308879Z [00:02:39.383]➜  EOF
2025-08-20T21:45:13.3311555Z [00:02:39.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b463=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/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/b463/_cgo_gotypes.go $WORK/b463/cgo_lookup_cgo.cgo1.go $WORK/b463/getgrouplist_unix.cgo1.go $WORK/b463/_cgo_import.go
2025-08-20T21:45:13.3315440Z [00:02:39.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/defval=>google.golang.org/protobuf@v1.36.6/internal/encoding/defval;$WORK/b509=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.22 -complete -installsuffix shared -buildid owD3SlubY6qkWyLfHJxR/owD3SlubY6qkWyLfHJxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/defval/default.go
2025-08-20T21:45:13.3437134Z [00:02:39.396]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:45:13.3443507Z [00:02:39.396]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/26/2604839fb076a78ebb4623458abd5c35d7439253f2aa9bbb49d19e4c4e8dd544-d # internal
2025-08-20T21:45:13.3444275Z [00:02:39.396]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T21:45:13.3445051Z [00:02:39.396]➜  mkdir -p $WORK/b535/
2025-08-20T21:45:13.3445466Z [00:02:39.397]➜  cat >/tmp/go-build3243449595/b535/importcfg << 'EOF' # internal
2025-08-20T21:45:13.3445811Z [00:02:39.397]➜  # import config
2025-08-20T21:45:13.3446151Z [00:02:39.397]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.3446568Z [00:02:39.397]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.3447126Z [00:02:39.397]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3243449595/b481/_pkg_.a
2025-08-20T21:45:13.3447984Z [00:02:39.397]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.3448712Z [00:02:39.397]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.3471344Z [00:02:39.397]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.3471789Z [00:02:39.397]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.3472251Z [00:02:39.397]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:13.3472686Z [00:02:39.397]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:13.3474743Z [00:02:39.398]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.3477351Z [00:02:39.398]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.3478055Z [00:02:39.398]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:13.3478552Z [00:02:39.398]➜  packagefile unicode/utf16=/tmp/go-build3243449595/b137/_pkg_.a
2025-08-20T21:45:13.3479020Z [00:02:39.399]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:13.3479353Z [00:02:39.399]➜  EOF
2025-08-20T21:45:13.3483162Z [00:02:39.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json=>google.golang.org/protobuf@v1.36.6/internal/encoding/json;$WORK/b535=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid N1TTCV72b8OoWGe8NrPX/N1TTCV72b8OoWGe8NrPX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/encode.go
2025-08-20T21:45:13.3595298Z [00:02:39.412]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:45:13.3600254Z [00:02:39.413]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/ba/ba8cb8b748306c316010cf2dda1b6c20b6cb618176c524f7657ffc8ea7c08927-d # internal
2025-08-20T21:45:13.3623028Z [00:02:39.415]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:45:13.3624311Z [00:02:39.415]➜  mkdir -p $WORK/b545/
2025-08-20T21:45:13.3625462Z [00:02:39.415]➜  cat >/tmp/go-build3243449595/b545/importcfg << 'EOF' # internal
2025-08-20T21:45:13.3626735Z [00:02:39.415]➜  # import config
2025-08-20T21:45:13.3628344Z [00:02:39.415]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.3629739Z [00:02:39.415]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.3631293Z [00:02:39.415]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.3632141Z [00:02:39.416]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b543/_pkg_.a
2025-08-20T21:45:13.3633234Z [00:02:39.416]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3243449595/b544/_pkg_.a
2025-08-20T21:45:13.3634116Z [00:02:39.416]➜  packagefile net/http/httptrace=/tmp/go-build3243449595/b320/_pkg_.a
2025-08-20T21:45:13.3635673Z [00:02:39.416]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:13.3636567Z [00:02:39.416]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:13.3636991Z [00:02:39.416]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:13.3637410Z [00:02:39.416]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.3637980Z [00:02:39.416]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.3638460Z [00:02:39.416]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.3638780Z [00:02:39.416]➜  EOF
2025-08-20T21:45:13.3641244Z [00:02:39.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon=>golang.org/x/net@v0.39.0/internal/httpcommon;$WORK/b545=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid sbsZDgbgwTNJGFkbURj1/sbsZDgbgwTNJGFkbURj1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/internal/httpcommon/request.go
2025-08-20T21:45:13.3762362Z [00:02:39.429]➜  cd /root/.go/src/os/user
2025-08-20T21:45:13.3773709Z [00:02:39.429]➜  go tool pack r $WORK/b463/_pkg_.a $WORK/b463/preferlinkext $WORK/b463/_x001.o $WORK/b463/_x002.o $WORK/b463/_x003.o # internal
2025-08-20T21:45:13.3776200Z [00:02:39.429]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:45:13.3776900Z [00:02:39.430]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d # internal
2025-08-20T21:45:13.3792488Z [00:02:39.432]➜  github.com/netbirdio/netbird/client/ssh
2025-08-20T21:45:13.3797247Z [00:02:39.433]➜  mkdir -p $WORK/b454/
2025-08-20T21:45:13.3799621Z [00:02:39.433]➜  cat >/tmp/go-build3243449595/b454/importcfg << 'EOF' # internal
2025-08-20T21:45:13.3800549Z [00:02:39.433]➜  # import config
2025-08-20T21:45:13.3802982Z [00:02:39.433]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.3803745Z [00:02:39.433]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:13.3804948Z [00:02:39.433]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:13.3805792Z [00:02:39.433]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:13.3806802Z [00:02:39.433]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:13.3808945Z [00:02:39.433]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:13.3809559Z [00:02:39.433]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:13.3810210Z [00:02:39.433]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:13.3811193Z [00:02:39.433]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.3834584Z [00:02:39.433]➜  packagefile github.com/creack/pty=/tmp/go-build3243449595/b455/_pkg_.a
2025-08-20T21:45:13.3835393Z [00:02:39.433]➜  packagefile github.com/gliderlabs/ssh=/tmp/go-build3243449595/b456/_pkg_.a
2025-08-20T21:45:13.3836586Z [00:02:39.433]➜  packagefile github.com/netbirdio/netbird/util=/tmp/go-build3243449595/b415/_pkg_.a
2025-08-20T21:45:13.3837663Z [00:02:39.433]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:13.3838839Z [00:02:39.433]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3243449595/b461/_pkg_.a
2025-08-20T21:45:13.3840088Z [00:02:39.433]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3243449595/b458/_pkg_.a
2025-08-20T21:45:13.3841159Z [00:02:39.433]➜  packagefile golang.org/x/term=/tmp/go-build3243449595/b462/_pkg_.a
2025-08-20T21:45:13.3841941Z [00:02:39.433]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.3842541Z [00:02:39.433]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.3843503Z [00:02:39.433]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:13.3844471Z [00:02:39.433]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:13.3845091Z [00:02:39.433]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:13.3846508Z [00:02:39.433]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:13.3846994Z [00:02:39.433]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:13.3847440Z [00:02:39.433]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.3848043Z [00:02:39.433]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.3848521Z [00:02:39.433]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:13.3848942Z [00:02:39.433]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.3849249Z [00:02:39.433]➜  EOF
2025-08-20T21:45:13.3849523Z [00:02:39.433]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:13.3851870Z [00:02:39.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh=>github.com/netbirdio/netbird/client/ssh;$WORK/b454=>" -p github.com/netbirdio/netbird/client/ssh -lang=go1.23 -complete -installsuffix shared -buildid If66hu1_th4RGbvQxG5R/If66hu1_th4RGbvQxG5R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack ./ssh/client.go ./ssh/login.go ./ssh/lookup.go ./ssh/server.go ./ssh/server_mock.go ./ssh/util.go ./ssh/window_unix.go
2025-08-20T21:45:13.4242710Z [00:02:39.477]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:45:13.4252836Z [00:02:39.478]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/1f/1ffb0b583c3725d26e11681d36833599960aeca26f1c0385337c7dfe1582148c-d # internal
2025-08-20T21:45:13.4287314Z [00:02:39.481]➜  golang.org/x/net/http2
2025-08-20T21:45:13.4288472Z [00:02:39.481]➜  mkdir -p $WORK/b542/
2025-08-20T21:45:13.4293012Z [00:02:39.482]➜  cat >/tmp/go-build3243449595/b542/importcfg << 'EOF' # internal
2025-08-20T21:45:13.4294003Z [00:02:39.482]➜  # import config
2025-08-20T21:45:13.4294740Z [00:02:39.482]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:13.4295406Z [00:02:39.482]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.4296651Z [00:02:39.482]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:13.4297388Z [00:02:39.482]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.4299259Z [00:02:39.482]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:13.4300177Z [00:02:39.482]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:13.4301503Z [00:02:39.482]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:13.4302306Z [00:02:39.482]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.4303667Z [00:02:39.482]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.4304703Z [00:02:39.482]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b543/_pkg_.a
2025-08-20T21:45:13.4305860Z [00:02:39.482]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3243449595/b544/_pkg_.a
2025-08-20T21:45:13.4306678Z [00:02:39.482]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:13.4307934Z [00:02:39.482]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3243449595/b545/_pkg_.a
2025-08-20T21:45:13.4308796Z [00:02:39.482]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.4309772Z [00:02:39.482]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:13.4310772Z [00:02:39.482]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:13.4311515Z [00:02:39.482]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.4312461Z [00:02:39.482]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:13.4313175Z [00:02:39.482]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:13.4314074Z [00:02:39.482]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.4315076Z [00:02:39.482]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:13.4315747Z [00:02:39.482]➜  packagefile net/http/httptrace=/tmp/go-build3243449595/b320/_pkg_.a
2025-08-20T21:45:13.4316735Z [00:02:39.482]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:13.4317811Z [00:02:39.482]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:13.4318651Z [00:02:39.482]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:13.4319582Z [00:02:39.482]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:13.4320241Z [00:02:39.482]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:13.4320874Z [00:02:39.482]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:13.4321873Z [00:02:39.482]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.4322552Z [00:02:39.482]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.4323573Z [00:02:39.482]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.4324525Z [00:02:39.482]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.4325165Z [00:02:39.482]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.4326599Z [00:02:39.482]➜  EOF
2025-08-20T21:45:13.4333265Z [00:02:39.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http2=>golang.org/x/net@v0.39.0/http2;$WORK/b542=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid sdeOPNApP4s0rAFdLh7G/sdeOPNApP4s0rAFdLh7G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/writesched_roundrobin.go
2025-08-20T21:45:13.4511008Z [00:02:39.504]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:45:13.4653052Z [00:02:39.518]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:45:13.4690951Z [00:02:39.522]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/c6/c6821b56526fe0e9ce21df512ec161045013fc49433709573d9c9201da6999eb-d # internal
2025-08-20T21:45:13.4691653Z [00:02:39.522]➜  google.golang.org/grpc/keepalive
2025-08-20T21:45:13.4691965Z [00:02:39.522]➜  mkdir -p $WORK/b547/
2025-08-20T21:45:13.4692346Z [00:02:39.522]➜  cat >/tmp/go-build3243449595/b547/importcfg << 'EOF' # internal
2025-08-20T21:45:13.4692692Z [00:02:39.522]➜  # import config
2025-08-20T21:45:13.4693043Z [00:02:39.522]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.4693373Z [00:02:39.522]➜  EOF
2025-08-20T21:45:13.4698476Z [00:02:39.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/keepalive=>google.golang.org/grpc@v1.64.1/keepalive;$WORK/b547=>" -p google.golang.org/grpc/keepalive -lang=go1.19 -complete -installsuffix shared -buildid cndFESa0G5ab1p3zId3b/cndFESa0G5ab1p3zId3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/keepalive/keepalive.go
2025-08-20T21:45:13.4701406Z [00:02:39.522]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d # internal
2025-08-20T21:45:13.4702183Z [00:02:39.523]➜  google.golang.org/grpc/credentials
2025-08-20T21:45:13.4702663Z [00:02:39.523]➜  mkdir -p $WORK/b475/
2025-08-20T21:45:13.4703191Z [00:02:39.523]➜  cat >/tmp/go-build3243449595/b475/importcfg << 'EOF' # internal
2025-08-20T21:45:13.4703629Z [00:02:39.523]➜  # import config
2025-08-20T21:45:13.4704161Z [00:02:39.523]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.4705244Z [00:02:39.523]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:13.4705982Z [00:02:39.523]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:13.4706433Z [00:02:39.523]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.4707250Z [00:02:39.523]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.4707987Z [00:02:39.523]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3243449595/b476/_pkg_.a
2025-08-20T21:45:13.4708704Z [00:02:39.523]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3243449595/b477/_pkg_.a
2025-08-20T21:45:13.4709345Z [00:02:39.523]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:13.4709857Z [00:02:39.523]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.4710270Z [00:02:39.523]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:13.4710683Z [00:02:39.523]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:13.4710983Z [00:02:39.523]➜  EOF
2025-08-20T21:45:13.4720596Z [00:02:39.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/credentials=>google.golang.org/grpc@v1.64.1/credentials;$WORK/b475=>" -p google.golang.org/grpc/credentials -lang=go1.19 -complete -installsuffix shared -buildid SpkgLDiS60dbxRqyI_yC/SpkgLDiS60dbxRqyI_yC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/credentials/tls.go
2025-08-20T21:45:13.4770882Z [00:02:39.530]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:45:13.4784722Z [00:02:39.531]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/3b/3b49c2ea376ce4e6b15163562ec69d4fa210a6e4ab9049c8b1a0185af101fe7e-d # internal
2025-08-20T21:45:13.4849414Z [00:02:39.538]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T21:45:13.4850162Z [00:02:39.538]➜  mkdir -p $WORK/b505/
2025-08-20T21:45:13.4850835Z [00:02:39.538]➜  cat >/tmp/go-build3243449595/b505/importcfg << 'EOF' # internal
2025-08-20T21:45:13.4851318Z [00:02:39.538]➜  # import config
2025-08-20T21:45:13.4851782Z [00:02:39.538]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.4852229Z [00:02:39.538]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.4852799Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:13.4853520Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3243449595/b506/_pkg_.a
2025-08-20T21:45:13.4854214Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3243449595/b507/_pkg_.a
2025-08-20T21:45:13.4854957Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3243449595/b508/_pkg_.a
2025-08-20T21:45:13.4855707Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3243449595/b509/_pkg_.a
2025-08-20T21:45:13.4856471Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3243449595/b482/_pkg_.a
2025-08-20T21:45:13.4857204Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.4860675Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3243449595/b486/_pkg_.a
2025-08-20T21:45:13.4863636Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:13.4864713Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.4865395Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:13.4866060Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.4866781Z [00:02:39.538]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:13.4867336Z [00:02:39.538]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.4868153Z [00:02:39.538]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:13.4868661Z [00:02:39.538]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:13.4869082Z [00:02:39.538]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.4869500Z [00:02:39.538]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.4869946Z [00:02:39.538]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.4870275Z [00:02:39.538]➜  EOF
2025-08-20T21:45:13.4870583Z [00:02:39.538]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:45:13.4874843Z [00:02:39.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc=>google.golang.org/protobuf@v1.36.6/internal/filedesc;$WORK/b505=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.22 -complete -installsuffix shared -buildid uz_UBaeCqJELymzP5Wy0/uz_UBaeCqJELymzP5Wy0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/placeholder.go
2025-08-20T21:45:13.4887282Z [00:02:39.539]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/b5/b549ac03529ef2ed7eff59632d32b4419a082c437437cc76767f876af83c7e0c-d # internal
2025-08-20T21:45:13.4888161Z [00:02:39.539]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T21:45:13.4888556Z [00:02:39.541]➜  mkdir -p $WORK/b513/
2025-08-20T21:45:13.4888929Z [00:02:39.542]➜  cat >/tmp/go-build3243449595/b513/importcfg << 'EOF' # internal
2025-08-20T21:45:13.4889272Z [00:02:39.542]➜  # import config
2025-08-20T21:45:13.4889601Z [00:02:39.542]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.4890164Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:13.4890923Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3243449595/b482/_pkg_.a
2025-08-20T21:45:13.4891676Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3243449595/b510/_pkg_.a
2025-08-20T21:45:13.4892375Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.4893052Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:13.4893719Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3243449595/b486/_pkg_.a
2025-08-20T21:45:13.4894380Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3243449595/b487/_pkg_.a
2025-08-20T21:45:13.4895043Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:13.4895714Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3243449595/b514/_pkg_.a
2025-08-20T21:45:13.4896364Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.4896984Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:13.4897646Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.4898988Z [00:02:39.542]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:13.4899679Z [00:02:39.542]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.4900130Z [00:02:39.542]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:13.4900465Z [00:02:39.542]➜  EOF
2025-08-20T21:45:13.4903107Z [00:02:39.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext=>google.golang.org/protobuf@v1.36.6/encoding/prototext;$WORK/b513=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.22 -complete -installsuffix shared -buildid 8LuHB3T3ji1lYzUZP8nb/8LuHB3T3ji1lYzUZP8nb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext/encode.go
2025-08-20T21:45:13.5193966Z [00:02:39.572]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:45:13.5209257Z [00:02:39.574]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d # internal
2025-08-20T21:45:13.5218215Z [00:02:39.575]➜  google.golang.org/grpc/internal/channelz
2025-08-20T21:45:13.5219020Z [00:02:39.575]➜  mkdir -p $WORK/b473/
2025-08-20T21:45:13.5243903Z [00:02:39.576]➜  cat >/tmp/go-build3243449595/b473/importcfg << 'EOF' # internal
2025-08-20T21:45:13.5244740Z [00:02:39.576]➜  # import config
2025-08-20T21:45:13.5245526Z [00:02:39.576]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.5246084Z [00:02:39.576]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:13.5246679Z [00:02:39.576]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:13.5247327Z [00:02:39.576]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:13.5248114Z [00:02:39.576]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:13.5248760Z [00:02:39.576]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:13.5249253Z [00:02:39.576]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.5249682Z [00:02:39.576]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:13.5250096Z [00:02:39.576]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.5250531Z [00:02:39.576]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.5250968Z [00:02:39.576]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:13.5251389Z [00:02:39.576]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.5251692Z [00:02:39.576]➜  EOF
2025-08-20T21:45:13.5256294Z [00:02:39.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz=>google.golang.org/grpc@v1.64.1/internal/channelz;$WORK/b473=>" -p google.golang.org/grpc/internal/channelz -lang=go1.19 -complete -installsuffix shared -buildid 0L4leT29zKzvae2CxQqM/0L4leT29zKzvae2CxQqM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/channelz/trace.go
2025-08-20T21:45:13.5837875Z [00:02:39.635]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:45:13.5850426Z [00:02:39.638]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/f7/f7d3b635bd6ec030d2a871fb03505649e77cdebd0ed094ffd98af795d0917893-d # internal
2025-08-20T21:45:13.5851475Z [00:02:39.638]➜  google.golang.org/grpc/resolver
2025-08-20T21:45:13.5852077Z [00:02:39.638]➜  mkdir -p $WORK/b494/
2025-08-20T21:45:13.5866881Z [00:02:39.639]➜  cat >/tmp/go-build3243449595/b494/importcfg << 'EOF' # internal
2025-08-20T21:45:13.5867593Z [00:02:39.640]➜  # import config
2025-08-20T21:45:13.5868393Z [00:02:39.640]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.5869177Z [00:02:39.640]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.5870300Z [00:02:39.640]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3243449595/b476/_pkg_.a
2025-08-20T21:45:13.5871176Z [00:02:39.640]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:13.5872079Z [00:02:39.640]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:13.5872992Z [00:02:39.640]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:13.5874974Z [00:02:39.640]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.5875423Z [00:02:39.640]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:13.5875862Z [00:02:39.640]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.5876182Z [00:02:39.640]➜  EOF
2025-08-20T21:45:13.5891442Z [00:02:39.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/resolver=>google.golang.org/grpc@v1.64.1/resolver;$WORK/b494=>" -p google.golang.org/grpc/resolver -lang=go1.19 -complete -installsuffix shared -buildid 4HndfEIqBTa9MthzpN6V/4HndfEIqBTa9MthzpN6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/resolver/resolver.go
2025-08-20T21:45:13.6615035Z [00:02:39.713]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:45:13.6616281Z [00:02:39.714]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/67/67fdb0e510b25dfdd429742dd0b7a0a944e2cd1a9058ea78805f866532c15bcd-d # internal
2025-08-20T21:45:13.6625511Z [00:02:39.715]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T21:45:13.6650999Z [00:02:39.718]➜  mkdir -p $WORK/b499/
2025-08-20T21:45:13.6661606Z [00:02:39.719]➜  cat >/tmp/go-build3243449595/b499/importcfg << 'EOF' # internal
2025-08-20T21:45:13.6662286Z [00:02:39.719]➜  # import config
2025-08-20T21:45:13.6663041Z [00:02:39.719]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.6663881Z [00:02:39.719]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:13.6666752Z [00:02:39.719]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.6671660Z [00:02:39.719]➜  EOF
2025-08-20T21:45:13.6673747Z [00:02:39.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/credentials/insecure=>google.golang.org/grpc@v1.64.1/credentials/insecure;$WORK/b499=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.19 -complete -installsuffix shared -buildid q7h1Pwr3YuPC62IVaNOP/q7h1Pwr3YuPC62IVaNOP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/credentials/insecure/insecure.go
2025-08-20T21:45:13.6694412Z [00:02:39.722]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:45:13.6715964Z [00:02:39.724]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/97/97812843a3ae1b6d4a52b0c43ea9c144982598b2cdd71098125a342071c998ff-d # internal
2025-08-20T21:45:13.6731694Z [00:02:39.726]➜  google.golang.org/grpc/channelz
2025-08-20T21:45:13.6738481Z [00:02:39.727]➜  mkdir -p $WORK/b472/
2025-08-20T21:45:13.6748396Z [00:02:39.728]➜  cat >/tmp/go-build3243449595/b472/importcfg << 'EOF' # internal
2025-08-20T21:45:13.6749181Z [00:02:39.728]➜  # import config
2025-08-20T21:45:13.6749998Z [00:02:39.728]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3243449595/b473/_pkg_.a
2025-08-20T21:45:13.6750778Z [00:02:39.728]➜  EOF
2025-08-20T21:45:13.6768457Z [00:02:39.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/channelz=>google.golang.org/grpc@v1.64.1/channelz;$WORK/b472=>" -p google.golang.org/grpc/channelz -lang=go1.19 -complete -installsuffix shared -buildid LUNx1QuswyJAsmTKV1n7/LUNx1QuswyJAsmTKV1n7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/channelz/channelz.go
2025-08-20T21:45:13.6845545Z [00:02:39.737]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:45:13.6856265Z [00:02:39.738]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/24/24152e79334a29b5f9bdcdaf885f7638ca4495d8c4fdf343c9c67901a0b5e116-d # internal
2025-08-20T21:45:13.6863937Z [00:02:39.739]➜  google.golang.org/grpc/internal/metadata
2025-08-20T21:45:13.6870815Z [00:02:39.740]➜  mkdir -p $WORK/b532/
2025-08-20T21:45:13.6880892Z [00:02:39.741]➜  cat >/tmp/go-build3243449595/b532/importcfg << 'EOF' # internal
2025-08-20T21:45:13.6881557Z [00:02:39.741]➜  # import config
2025-08-20T21:45:13.6882196Z [00:02:39.741]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.6883037Z [00:02:39.741]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:13.6883939Z [00:02:39.741]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.6884862Z [00:02:39.741]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.6885418Z [00:02:39.741]➜  EOF
2025-08-20T21:45:13.6902254Z [00:02:39.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/metadata=>google.golang.org/grpc@v1.64.1/internal/metadata;$WORK/b532=>" -p google.golang.org/grpc/internal/metadata -lang=go1.19 -complete -installsuffix shared -buildid Hl7qMUF3MWOSdYvTkoWf/Hl7qMUF3MWOSdYvTkoWf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/metadata/metadata.go
2025-08-20T21:45:13.7003369Z [00:02:39.753]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:45:13.7009382Z [00:02:39.754]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/14/1479ef937f1430750bc27b0d6d3b6a104fc9e900901723a43567eef7848aa39f-d # internal
2025-08-20T21:45:13.7010580Z [00:02:39.754]➜  google.golang.org/grpc/balancer
2025-08-20T21:45:13.7012397Z [00:02:39.754]➜  mkdir -p $WORK/b471/
2025-08-20T21:45:13.7012807Z [00:02:39.754]➜  cat >/tmp/go-build3243449595/b471/importcfg << 'EOF' # internal
2025-08-20T21:45:13.7013153Z [00:02:39.754]➜  # import config
2025-08-20T21:45:13.7013499Z [00:02:39.754]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.7013974Z [00:02:39.754]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:13.7014420Z [00:02:39.754]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.7014935Z [00:02:39.754]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3243449595/b472/_pkg_.a
2025-08-20T21:45:13.7015540Z [00:02:39.754]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:13.7016157Z [00:02:39.754]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:13.7017110Z [00:02:39.754]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:13.7017966Z [00:02:39.754]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:13.7018616Z [00:02:39.754]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:13.7019200Z [00:02:39.754]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.7019824Z [00:02:39.754]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:13.7020335Z [00:02:39.754]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.7020752Z [00:02:39.754]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.7021069Z [00:02:39.754]➜  EOF
2025-08-20T21:45:13.7023207Z [00:02:39.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer=>google.golang.org/grpc@v1.64.1/balancer;$WORK/b471=>" -p google.golang.org/grpc/balancer -lang=go1.19 -complete -installsuffix shared -buildid 0XJ3uDov4HC6fg4lT0R1/0XJ3uDov4HC6fg4lT0R1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/conn_state_evaluator.go
2025-08-20T21:45:13.7155771Z [00:02:39.768]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:45:13.7160881Z [00:02:39.769]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/f3/f325fab89a325f1a7ec299029d9f4d1d192f88ae5231333e5c4855cb0d155713-d # internal
2025-08-20T21:45:13.7169145Z [00:02:39.769]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T21:45:13.7169524Z [00:02:39.769]➜  mkdir -p $WORK/b538/
2025-08-20T21:45:13.7178723Z [00:02:39.770]➜  cat >/tmp/go-build3243449595/b538/importcfg << 'EOF' # internal
2025-08-20T21:45:13.7179650Z [00:02:39.770]➜  # import config
2025-08-20T21:45:13.7182472Z [00:02:39.771]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.7183016Z [00:02:39.771]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.7183410Z [00:02:39.771]➜  EOF
2025-08-20T21:45:13.7185605Z [00:02:39.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/passthrough=>google.golang.org/grpc@v1.64.1/internal/resolver/passthrough;$WORK/b538=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.19 -complete -installsuffix shared -buildid RZDx2NcZlTDtfb9_y_Gd/RZDx2NcZlTDtfb9_y_Gd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/passthrough/passthrough.go
2025-08-20T21:45:13.7391066Z [00:02:39.790]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:45:13.7392089Z [00:02:39.790]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/a4/a43c320ab0082f9cc5b73e57b5910804b993ef4098e206031393ce278d90dc68-d # internal
2025-08-20T21:45:13.7393908Z [00:02:39.791]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T21:45:13.7394340Z [00:02:39.791]➜  mkdir -p $WORK/b540/
2025-08-20T21:45:13.7394672Z [00:02:39.791]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:45:13.7395357Z [00:02:39.792]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/87/876c6a8352ecc2d1fce02dbcf789088e1eb2ed4d5ce6ed89ebcba1ad26c589bd-d # internal
2025-08-20T21:45:13.7395947Z [00:02:39.792]➜  google.golang.org/grpc/balancer/base
2025-08-20T21:45:13.7396246Z [00:02:39.792]➜  mkdir -p $WORK/b495/
2025-08-20T21:45:13.7398393Z [00:02:39.793]➜  cat >/tmp/go-build3243449595/b495/importcfg << 'EOF' # internal
2025-08-20T21:45:13.7398765Z [00:02:39.793]➜  # import config
2025-08-20T21:45:13.7399282Z [00:02:39.793]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.7401763Z [00:02:39.793]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.7402395Z [00:02:39.793]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3243449595/b471/_pkg_.a
2025-08-20T21:45:13.7403011Z [00:02:39.793]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:13.7403612Z [00:02:39.793]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:13.7404242Z [00:02:39.793]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.7404632Z [00:02:39.793]➜  EOF
2025-08-20T21:45:13.7406789Z [00:02:39.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/base=>google.golang.org/grpc@v1.64.1/balancer/base;$WORK/b495=>" -p google.golang.org/grpc/balancer/base -lang=go1.19 -complete -installsuffix shared -buildid B3_sS7SLCd90Wx4XjBCi/B3_sS7SLCd90Wx4XjBCi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/base/base.go
2025-08-20T21:45:13.7434118Z [00:02:39.796]➜  cat >/tmp/go-build3243449595/b540/importcfg << 'EOF' # internal
2025-08-20T21:45:13.7434585Z [00:02:39.796]➜  # import config
2025-08-20T21:45:13.7436059Z [00:02:39.796]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.7437619Z [00:02:39.796]➜  EOF
2025-08-20T21:45:13.7441245Z [00:02:39.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/networktype=>google.golang.org/grpc@v1.64.1/internal/transport/networktype;$WORK/b540=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.19 -complete -installsuffix shared -buildid DSmnPRniQzsLxgVy47Lj/DSmnPRniQzsLxgVy47Lj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/networktype/networktype.go
2025-08-20T21:45:13.7613594Z [00:02:39.814]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:45:13.7633074Z [00:02:39.816]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/7e/7e1ab85d4c2727c8924ea5aac9d0b0d39ae20b6ffc6db068a8e7f00b9674eb82-d # internal
2025-08-20T21:45:13.7633876Z [00:02:39.816]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T21:45:13.7634225Z [00:02:39.816]➜  mkdir -p $WORK/b537/
2025-08-20T21:45:13.7634606Z [00:02:39.816]➜  cat >/tmp/go-build3243449595/b537/importcfg << 'EOF' # internal
2025-08-20T21:45:13.7634956Z [00:02:39.816]➜  # import config
2025-08-20T21:45:13.7635324Z [00:02:39.816]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:13.7635764Z [00:02:39.816]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.7636296Z [00:02:39.816]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3243449595/b471/_pkg_.a
2025-08-20T21:45:13.7636880Z [00:02:39.816]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:13.7637464Z [00:02:39.816]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:13.7638269Z [00:02:39.816]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:13.7638806Z [00:02:39.816]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.7639228Z [00:02:39.816]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.7639660Z [00:02:39.816]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.7640083Z [00:02:39.816]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.7640392Z [00:02:39.816]➜  EOF
2025-08-20T21:45:13.7643202Z [00:02:39.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/serviceconfig=>google.golang.org/grpc@v1.64.1/internal/serviceconfig;$WORK/b537=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.19 -complete -installsuffix shared -buildid I1UqH4SmdDbL94W2qrLD/I1UqH4SmdDbL94W2qrLD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/serviceconfig/serviceconfig.go
2025-08-20T21:45:13.7799096Z [00:02:39.833]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:45:13.7808629Z [00:02:39.834]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/55/55e186bd205432fa78750af0481993f27e0f5c73fdfbda93e70a1a056f5084e7-d # internal
2025-08-20T21:45:13.7809571Z [00:02:39.834]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T21:45:13.7810350Z [00:02:39.834]➜  mkdir -p $WORK/b496/
2025-08-20T21:45:13.7850408Z [00:02:39.838]➜  cat >/tmp/go-build3243449595/b496/importcfg << 'EOF' # internal
2025-08-20T21:45:13.7850877Z [00:02:39.838]➜  # import config
2025-08-20T21:45:13.7851323Z [00:02:39.838]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3243449595/b471/_pkg_.a
2025-08-20T21:45:13.7851943Z [00:02:39.838]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3243449595/b495/_pkg_.a
2025-08-20T21:45:13.7852548Z [00:02:39.838]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:13.7853622Z [00:02:39.838]➜  packagefile google.golang.org/grpc/internal/grpcrand=/tmp/go-build3243449595/b497/_pkg_.a
2025-08-20T21:45:13.7854183Z [00:02:39.838]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.7854516Z [00:02:39.838]➜  EOF
2025-08-20T21:45:13.7856579Z [00:02:39.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/roundrobin=>google.golang.org/grpc@v1.64.1/balancer/roundrobin;$WORK/b496=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.19 -complete -installsuffix shared -buildid jLSBdkRAO5PV25oS1vKx/jLSBdkRAO5PV25oS1vKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/roundrobin/roundrobin.go
2025-08-20T21:45:13.7919215Z [00:02:39.845]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:45:13.7936107Z [00:02:39.846]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/2e/2e1914fd06eecb07b243217ffd7ad9718b09fa0ebcf1230042a12206c8f50f40-d # internal
2025-08-20T21:45:13.7938884Z [00:02:39.846]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T21:45:13.7939382Z [00:02:39.846]➜  mkdir -p $WORK/b519/
2025-08-20T21:45:13.7939773Z [00:02:39.846]➜  cat >/tmp/go-build3243449595/b519/importcfg << 'EOF' # internal
2025-08-20T21:45:13.7940123Z [00:02:39.846]➜  # import config
2025-08-20T21:45:13.7940487Z [00:02:39.846]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:13.7940957Z [00:02:39.846]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.7941373Z [00:02:39.846]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.7941880Z [00:02:39.846]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3243449595/b471/_pkg_.a
2025-08-20T21:45:13.7942504Z [00:02:39.846]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3243449595/b495/_pkg_.a
2025-08-20T21:45:13.7943141Z [00:02:39.846]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:13.7943798Z [00:02:39.846]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.7944410Z [00:02:39.846]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:13.7944921Z [00:02:39.846]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.7945230Z [00:02:39.846]➜  EOF
2025-08-20T21:45:13.7948315Z [00:02:39.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.64.1/internal/balancer/gracefulswitch;$WORK/b519=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.19 -complete -installsuffix shared -buildid sE4prBBOGU0BWqdZgwdm/sE4prBBOGU0BWqdZgwdm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T21:45:13.8132757Z [00:02:39.866]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:45:13.8137864Z [00:02:39.866]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/85/85141b1cfd1497956bcb2b6cf892c4cfeed39a7ccf9ed37cfc97bb27a636b9e0-d # internal
2025-08-20T21:45:13.8141255Z [00:02:39.867]➜  google.golang.org/grpc/internal/resolver
2025-08-20T21:45:13.8181413Z [00:02:39.871]➜  mkdir -p $WORK/b536/
2025-08-20T21:45:13.8184457Z [00:02:39.871]➜  cat >/tmp/go-build3243449595/b536/importcfg << 'EOF' # internal
2025-08-20T21:45:13.8185993Z [00:02:39.871]➜  # import config
2025-08-20T21:45:13.8188776Z [00:02:39.871]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.8189825Z [00:02:39.871]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3243449595/b537/_pkg_.a
2025-08-20T21:45:13.8195259Z [00:02:39.871]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:13.8195870Z [00:02:39.871]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.8196378Z [00:02:39.871]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.8196692Z [00:02:39.871]➜  EOF
2025-08-20T21:45:13.8203072Z [00:02:39.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver=>google.golang.org/grpc@v1.64.1/internal/resolver;$WORK/b536=>" -p google.golang.org/grpc/internal/resolver -lang=go1.19 -complete -installsuffix shared -buildid 5DNqXGJCI4biYcS8ooVh/5DNqXGJCI4biYcS8ooVh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/config_selector.go
2025-08-20T21:45:13.8251772Z [00:02:39.878]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:45:13.8371908Z [00:02:39.890]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:45:13.8382278Z [00:02:39.891]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/ac/ac426da5c7211a5ea44d90da65a7c49e382afc1d41780105ecbed82ed05c12b4-d # internal
2025-08-20T21:45:13.8389617Z [00:02:39.891]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T21:45:13.8390065Z [00:02:39.891]➜  mkdir -p $WORK/b539/
2025-08-20T21:45:13.8393261Z [00:02:39.892]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/4d/4df0f812edb1f466998d188b4f555363bde43852afaa0544d412e344abbe1eba-d # internal
2025-08-20T21:45:13.8393918Z [00:02:39.892]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T21:45:13.8394257Z [00:02:39.892]➜  mkdir -p $WORK/b515/
2025-08-20T21:45:13.8394638Z [00:02:39.892]➜  cat >/tmp/go-build3243449595/b539/importcfg << 'EOF' # internal
2025-08-20T21:45:13.8394984Z [00:02:39.892]➜  # import config
2025-08-20T21:45:13.8396169Z [00:02:39.892]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.8397099Z [00:02:39.892]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3243449595/b540/_pkg_.a
2025-08-20T21:45:13.8398409Z [00:02:39.892]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:13.8399169Z [00:02:39.892]➜  EOF
2025-08-20T21:45:13.8407360Z [00:02:39.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/unix=>google.golang.org/grpc@v1.64.1/internal/resolver/unix;$WORK/b539=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.19 -complete -installsuffix shared -buildid HD8YK3yQEbwo-5GysVzs/HD8YK3yQEbwo-5GysVzs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/unix/unix.go
2025-08-20T21:45:13.8423892Z [00:02:39.895]➜  cat >/tmp/go-build3243449595/b515/importcfg << 'EOF' # internal
2025-08-20T21:45:13.8427210Z [00:02:39.895]➜  # import config
2025-08-20T21:45:13.8427896Z [00:02:39.895]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3243449595/b509/_pkg_.a
2025-08-20T21:45:13.8428685Z [00:02:39.895]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3243449595/b505/_pkg_.a
2025-08-20T21:45:13.8429363Z [00:02:39.895]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.8430075Z [00:02:39.895]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.8430642Z [00:02:39.895]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:13.8431070Z [00:02:39.895]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.8431498Z [00:02:39.895]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.8432239Z [00:02:39.895]➜  EOF
2025-08-20T21:45:13.8434328Z [00:02:39.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/tag=>google.golang.org/protobuf@v1.36.6/internal/encoding/tag;$WORK/b515=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.22 -complete -installsuffix shared -buildid iymLFbNxW877GuyetCkZ/iymLFbNxW877GuyetCkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/tag/tag.go
2025-08-20T21:45:13.8493840Z [00:02:39.902]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:45:13.8501729Z [00:02:39.903]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/72/724f7f4588ca8e325b31a1e224840b6198f7051ed84c0d1bd4d52fe6d1380ebf-d # internal
2025-08-20T21:45:13.8504748Z [00:02:39.903]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T21:45:13.8506353Z [00:02:39.903]➜  mkdir -p $WORK/b534/
2025-08-20T21:45:13.8522860Z [00:02:39.904]➜  cat >/tmp/go-build3243449595/b534/importcfg << 'EOF' # internal
2025-08-20T21:45:13.8523372Z [00:02:39.904]➜  # import config
2025-08-20T21:45:13.8523727Z [00:02:39.904]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.8524188Z [00:02:39.904]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:13.8524634Z [00:02:39.904]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.8525227Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:13.8525971Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3243449595/b535/_pkg_.a
2025-08-20T21:45:13.8526740Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3243449595/b482/_pkg_.a
2025-08-20T21:45:13.8527468Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.8531381Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3243449595/b505/_pkg_.a
2025-08-20T21:45:13.8532077Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:13.8532742Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3243449595/b486/_pkg_.a
2025-08-20T21:45:13.8533720Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3243449595/b487/_pkg_.a
2025-08-20T21:45:13.8534462Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:13.8535125Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3243449595/b514/_pkg_.a
2025-08-20T21:45:13.8535777Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.8536410Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:13.8537069Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.8538022Z [00:02:39.904]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:13.8538627Z [00:02:39.904]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.8539060Z [00:02:39.904]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.8539486Z [00:02:39.904]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.8539902Z [00:02:39.904]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.8540206Z [00:02:39.904]➜  EOF
2025-08-20T21:45:13.8544577Z [00:02:39.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson=>google.golang.org/protobuf@v1.36.6/encoding/protojson;$WORK/b534=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.22 -complete -installsuffix shared -buildid HY9v7eza-KiWadppJ8-0/HY9v7eza-KiWadppJ8-0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/well_known_types.go
2025-08-20T21:45:13.8815482Z [00:02:39.931]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:45:13.8817549Z [00:02:39.931]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/00/0069428cebd37a2c876820651991702cc28d5c0411f2e818042ff353061fbdef-d # internal
2025-08-20T21:45:13.8818294Z [00:02:39.931]➜  google.golang.org/grpc/peer
2025-08-20T21:45:13.8818651Z [00:02:39.931]➜  mkdir -p $WORK/b548/
2025-08-20T21:45:13.8819028Z [00:02:39.931]➜  cat >/tmp/go-build3243449595/b548/importcfg << 'EOF' # internal
2025-08-20T21:45:13.8819374Z [00:02:39.931]➜  # import config
2025-08-20T21:45:13.8819718Z [00:02:39.931]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.8820140Z [00:02:39.931]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.8820663Z [00:02:39.931]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:13.8821188Z [00:02:39.931]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.8821611Z [00:02:39.931]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.8821926Z [00:02:39.931]➜  EOF
2025-08-20T21:45:13.8823676Z [00:02:39.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/peer=>google.golang.org/grpc@v1.64.1/peer;$WORK/b548=>" -p google.golang.org/grpc/peer -lang=go1.19 -complete -installsuffix shared -buildid 1SBEB9jZygROB5HjhVUY/1SBEB9jZygROB5HjhVUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/peer/peer.go
2025-08-20T21:45:13.8969859Z [00:02:39.949]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:45:13.8977115Z [00:02:39.950]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/7b/7bc348e362d85419bd71a415c7c78422f7d7e3f661d2361eec6bcacf5cb2b013-d # internal
2025-08-20T21:45:13.8992231Z [00:02:39.952]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:45:13.9004488Z [00:02:39.953]➜  google.golang.org/protobuf/internal/impl
2025-08-20T21:45:13.9028601Z [00:02:39.954]➜  mkdir -p $WORK/b512/
2025-08-20T21:45:13.9029721Z [00:02:39.954]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/f5/f5e86a5f6cb2c0a06da4ab49578fbc299ceae0522b8d5de1106d37bbdc7ae25e-d # internal
2025-08-20T21:45:13.9030373Z [00:02:39.955]➜  google.golang.org/grpc/stats
2025-08-20T21:45:13.9030711Z [00:02:39.955]➜  mkdir -p $WORK/b549/
2025-08-20T21:45:13.9031082Z [00:02:39.955]➜  cat >/tmp/go-build3243449595/b512/importcfg << 'EOF' # internal
2025-08-20T21:45:13.9031427Z [00:02:39.955]➜  # import config
2025-08-20T21:45:13.9031767Z [00:02:39.955]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.9032214Z [00:02:39.955]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:13.9032694Z [00:02:39.955]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:13.9033187Z [00:02:39.955]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:13.9033629Z [00:02:39.955]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.9034198Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3243449595/b513/_pkg_.a
2025-08-20T21:45:13.9034899Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:13.9036056Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3243449595/b507/_pkg_.a
2025-08-20T21:45:13.9036744Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3243449595/b481/_pkg_.a
2025-08-20T21:45:13.9037512Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3243449595/b482/_pkg_.a
2025-08-20T21:45:13.9038601Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3243449595/b515/_pkg_.a
2025-08-20T21:45:13.9039348Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:13.9040032Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3243449595/b505/_pkg_.a
2025-08-20T21:45:13.9040708Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:13.9041381Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3243449595/b486/_pkg_.a
2025-08-20T21:45:13.9042042Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3243449595/b487/_pkg_.a
2025-08-20T21:45:13.9042707Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:13.9043507Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3243449595/b516/_pkg_.a
2025-08-20T21:45:13.9044288Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:13.9044919Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:13.9045586Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:13.9046308Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:13.9047026Z [00:02:39.955]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3243449595/b490/_pkg_.a
2025-08-20T21:45:13.9047592Z [00:02:39.955]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:13.9048145Z [00:02:39.955]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.9048555Z [00:02:39.955]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:13.9049247Z [00:02:39.955]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:13.9049750Z [00:02:39.955]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:13.9050164Z [00:02:39.955]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:13.9050581Z [00:02:39.955]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:13.9050997Z [00:02:39.955]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:13.9051434Z [00:02:39.955]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.9051853Z [00:02:39.955]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.9052286Z [00:02:39.955]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:13.9052746Z [00:02:39.955]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:13.9053078Z [00:02:39.955]➜  EOF
2025-08-20T21:45:13.9069330Z [00:02:39.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl=>google.golang.org/protobuf@v1.36.6/internal/impl;$WORK/b512=>" -p google.golang.org/protobuf/internal/impl -lang=go1.22 -complete -installsuffix shared -buildid RpBRQGAV8PTOAcayfnp7/RpBRQGAV8PTOAcayfnp7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/validate.go
2025-08-20T21:45:13.9081825Z [00:02:39.956]➜  cat >/tmp/go-build3243449595/b549/importcfg << 'EOF' # internal
2025-08-20T21:45:13.9082186Z [00:02:39.956]➜  # import config
2025-08-20T21:45:13.9082532Z [00:02:39.956]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.9083055Z [00:02:39.956]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:13.9083547Z [00:02:39.956]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.9083959Z [00:02:39.956]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.9084268Z [00:02:39.956]➜  EOF
2025-08-20T21:45:13.9086276Z [00:02:39.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/stats=>google.golang.org/grpc@v1.64.1/stats;$WORK/b549=>" -p google.golang.org/grpc/stats -lang=go1.19 -complete -installsuffix shared -buildid CASN9SbukRuXbm6drpfc/CASN9SbukRuXbm6drpfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/stats/stats.go
2025-08-20T21:45:13.9498291Z [00:02:40.002]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:45:13.9541055Z [00:02:40.005]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/bd/bddbad21c9c701a12c95925ec3aa26e57465ad5fcb2972b7bc536f9ebf054b4e-d # internal
2025-08-20T21:45:13.9541752Z [00:02:40.005]➜  google.golang.org/grpc/tap
2025-08-20T21:45:13.9542052Z [00:02:40.005]➜  mkdir -p $WORK/b550/
2025-08-20T21:45:13.9550912Z [00:02:40.008]➜  cat >/tmp/go-build3243449595/b550/importcfg << 'EOF' # internal
2025-08-20T21:45:13.9551344Z [00:02:40.008]➜  # import config
2025-08-20T21:45:13.9552936Z [00:02:40.008]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.9554758Z [00:02:40.008]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:13.9556341Z [00:02:40.008]➜  EOF
2025-08-20T21:45:13.9559750Z [00:02:40.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/tap=>google.golang.org/grpc@v1.64.1/tap;$WORK/b550=>" -p google.golang.org/grpc/tap -lang=go1.19 -complete -installsuffix shared -buildid 4O4UR6hcDLa6GC2z6mz9/4O4UR6hcDLa6GC2z6mz9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/tap/tap.go
2025-08-20T21:45:13.9737405Z [00:02:40.026]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:45:13.9743979Z [00:02:40.027]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/c1/c169d96f5d2754d799fe45c2f396723d246744251a6294d2b01a8b3294ac67ef-d # internal
2025-08-20T21:45:13.9744653Z [00:02:40.027]➜  net/http/httputil
2025-08-20T21:45:13.9744927Z [00:02:40.027]➜  mkdir -p $WORK/b551/
2025-08-20T21:45:13.9759140Z [00:02:40.028]➜  cat >/tmp/go-build3243449595/b551/importcfg << 'EOF' # internal
2025-08-20T21:45:13.9759637Z [00:02:40.028]➜  # import config
2025-08-20T21:45:13.9760071Z [00:02:40.028]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:45:13.9760577Z [00:02:40.028]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:13.9761345Z [00:02:40.028]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:13.9761889Z [00:02:40.028]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:13.9762315Z [00:02:40.028]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:13.9762733Z [00:02:40.028]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:13.9763258Z [00:02:40.028]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b308/_pkg_.a
2025-08-20T21:45:13.9763786Z [00:02:40.028]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:13.9764183Z [00:02:40.028]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:13.9764590Z [00:02:40.028]➜  packagefile mime=/tmp/go-build3243449595/b317/_pkg_.a
2025-08-20T21:45:13.9764998Z [00:02:40.028]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:13.9765416Z [00:02:40.028]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:13.9765901Z [00:02:40.028]➜  packagefile net/http/httptrace=/tmp/go-build3243449595/b320/_pkg_.a
2025-08-20T21:45:13.9766406Z [00:02:40.028]➜  packagefile net/http/internal=/tmp/go-build3243449595/b321/_pkg_.a
2025-08-20T21:45:13.9766930Z [00:02:40.028]➜  packagefile net/http/internal/ascii=/tmp/go-build3243449595/b322/_pkg_.a
2025-08-20T21:45:13.9767434Z [00:02:40.028]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:13.9768447Z [00:02:40.028]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:13.9768888Z [00:02:40.028]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:13.9769308Z [00:02:40.028]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:13.9769715Z [00:02:40.028]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:13.9770953Z [00:02:40.028]➜  EOF
2025-08-20T21:45:13.9773015Z [00:02:40.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b551=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid c6Bz9rt0E3U1Fg0g_wHY/c6Bz9rt0E3U1Fg0g_wHY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T21:45:14.1310715Z [00:02:40.184]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:45:14.1345070Z [00:02:40.187]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/49/49e97de3f4ca3af733156a9632f507d7c62b945efab82bb080afd9b038cecd18-d # internal
2025-08-20T21:45:14.1353703Z [00:02:40.188]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T21:45:14.1354472Z [00:02:40.188]➜  mkdir -p $WORK/b554/
2025-08-20T21:45:14.1365153Z [00:02:40.189]➜  cat >/tmp/go-build3243449595/b554/importcfg << 'EOF' # internal
2025-08-20T21:45:14.1366611Z [00:02:40.189]➜  # import config
2025-08-20T21:45:14.1368489Z [00:02:40.189]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:14.1368916Z [00:02:40.189]➜  EOF
2025-08-20T21:45:14.1379287Z [00:02:40.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/grpclb/state=>google.golang.org/grpc@v1.64.1/balancer/grpclb/state;$WORK/b554=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.19 -complete -installsuffix shared -buildid BNsmCHql68P19GwHbxNp/BNsmCHql68P19GwHbxNp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer/grpclb/state/state.go
2025-08-20T21:45:14.1440617Z [00:02:40.197]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:45:14.1459620Z [00:02:40.199]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/bf/bfa5a0b74e53e76c2a3fe594f751aed2b0b7db3c28ee7819c0010e8a7e436f71-d # internal
2025-08-20T21:45:14.1463261Z [00:02:40.199]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T21:45:14.1463754Z [00:02:40.199]➜  mkdir -p $WORK/b555/
2025-08-20T21:45:14.1469580Z [00:02:40.200]➜  cat >/tmp/go-build3243449595/b555/importcfg << 'EOF' # internal
2025-08-20T21:45:14.1470613Z [00:02:40.200]➜  # import config
2025-08-20T21:45:14.1471328Z [00:02:40.200]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.1471994Z [00:02:40.200]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.1473674Z [00:02:40.200]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.1474687Z [00:02:40.200]➜  EOF
2025-08-20T21:45:14.1477978Z [00:02:40.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/envconfig=>google.golang.org/grpc@v1.64.1/internal/envconfig;$WORK/b555=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.19 -complete -installsuffix shared -buildid KcKqltXka3KQLRm-eFPZ/KcKqltXka3KQLRm-eFPZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/envconfig/xds.go
2025-08-20T21:45:14.1521334Z [00:02:40.205]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:45:14.1528462Z [00:02:40.206]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/2d/2ddf05ad592777121a78d5cdf3446d3f6e0c44c3ad781a811a0f8b7013ce2ed7-d # internal
2025-08-20T21:45:14.1529839Z [00:02:40.206]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T21:45:14.1530513Z [00:02:40.206]➜  mkdir -p $WORK/b556/
2025-08-20T21:45:14.1541759Z [00:02:40.207]➜  cat >/tmp/go-build3243449595/b556/importcfg << 'EOF' # internal
2025-08-20T21:45:14.1542420Z [00:02:40.207]➜  # import config
2025-08-20T21:45:14.1542999Z [00:02:40.207]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.1544508Z [00:02:40.207]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.1544951Z [00:02:40.207]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.1545366Z [00:02:40.207]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.1545676Z [00:02:40.207]➜  EOF
2025-08-20T21:45:14.1548039Z [00:02:40.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/dns/internal=>google.golang.org/grpc@v1.64.1/internal/resolver/dns/internal;$WORK/b556=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.19 -complete -installsuffix shared -buildid nI5d8yh_e-wD8ebF25CR/nI5d8yh_e-wD8ebF25CR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/dns/internal/internal.go
2025-08-20T21:45:14.1593017Z [00:02:40.212]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:45:14.1596411Z [00:02:40.212]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/c0/c06944dd5965fb957ff3e79897848052d07468b599b2b3083181d9b8351c2d1b-d # internal
2025-08-20T21:45:14.1615911Z [00:02:40.214]➜  github.com/fsnotify/fsnotify
2025-08-20T21:45:14.1617094Z [00:02:40.214]➜  mkdir -p $WORK/b558/
2025-08-20T21:45:14.1619282Z [00:02:40.214]➜  cat >/tmp/go-build3243449595/b558/importcfg << 'EOF' # internal
2025-08-20T21:45:14.1619950Z [00:02:40.214]➜  # import config
2025-08-20T21:45:14.1620576Z [00:02:40.214]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.1622013Z [00:02:40.214]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.1623207Z [00:02:40.214]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:14.1624906Z [00:02:40.214]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.1625893Z [00:02:40.214]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.1626707Z [00:02:40.214]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:14.1628462Z [00:02:40.214]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.1629485Z [00:02:40.214]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.1630235Z [00:02:40.214]➜  EOF
2025-08-20T21:45:14.1633204Z [00:02:40.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.7.0=>github.com/fsnotify/fsnotify@v1.7.0;$WORK/b558=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid EKWQSrbS6TTyRQ30qgiz/EKWQSrbS6TTyRQ30qgiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.7.0/backend_inotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.7.0/fsnotify.go
2025-08-20T21:45:14.1713206Z [00:02:40.224]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:45:14.1719663Z [00:02:40.225]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/e9/e90cb7df36cf45d5ed0a6bac8da760e5fb23c619b1e9b4279d0fe9be82c17c37-d # internal
2025-08-20T21:45:14.1721170Z [00:02:40.225]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T21:45:14.1721566Z [00:02:40.225]➜  mkdir -p $WORK/b553/
2025-08-20T21:45:14.1730333Z [00:02:40.226]➜  cat >/tmp/go-build3243449595/b553/importcfg << 'EOF' # internal
2025-08-20T21:45:14.1731076Z [00:02:40.226]➜  # import config
2025-08-20T21:45:14.1732031Z [00:02:40.226]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.1732826Z [00:02:40.226]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:14.1733510Z [00:02:40.226]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.1734771Z [00:02:40.226]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3243449595/b554/_pkg_.a
2025-08-20T21:45:14.1735806Z [00:02:40.226]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:14.1736723Z [00:02:40.226]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3243449595/b518/_pkg_.a
2025-08-20T21:45:14.1738442Z [00:02:40.226]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3243449595/b555/_pkg_.a
2025-08-20T21:45:14.1739125Z [00:02:40.226]➜  packagefile google.golang.org/grpc/internal/grpcrand=/tmp/go-build3243449595/b497/_pkg_.a
2025-08-20T21:45:14.1739871Z [00:02:40.226]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3243449595/b556/_pkg_.a
2025-08-20T21:45:14.1740540Z [00:02:40.226]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:14.1741152Z [00:02:40.226]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:14.1741664Z [00:02:40.226]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.1742455Z [00:02:40.226]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.1742961Z [00:02:40.226]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.1743391Z [00:02:40.226]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.1743871Z [00:02:40.226]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.1744280Z [00:02:40.226]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.1744602Z [00:02:40.226]➜  EOF
2025-08-20T21:45:14.1746662Z [00:02:40.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/dns=>google.golang.org/grpc@v1.64.1/internal/resolver/dns;$WORK/b553=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.19 -complete -installsuffix shared -buildid mRCzI1ewduVKI3PG2NNH/mRCzI1ewduVKI3PG2NNH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/resolver/dns/dns_resolver.go
2025-08-20T21:45:14.2200809Z [00:02:40.270]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:45:14.2206689Z [00:02:40.272]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/a7/a777ff28bf2a722b89bdc1c631aaa37cd9ab3747984dc3cd675ffd7c876eedac-d # internal
2025-08-20T21:45:14.2225483Z [00:02:40.275]➜  google.golang.org/grpc/resolver/dns
2025-08-20T21:45:14.2226381Z [00:02:40.275]➜  mkdir -p $WORK/b552/
2025-08-20T21:45:14.2226773Z [00:02:40.275]➜  cat >/tmp/go-build3243449595/b552/importcfg << 'EOF' # internal
2025-08-20T21:45:14.2227121Z [00:02:40.275]➜  # import config
2025-08-20T21:45:14.2227610Z [00:02:40.275]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3243449595/b553/_pkg_.a
2025-08-20T21:45:14.2228521Z [00:02:40.275]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:14.2229024Z [00:02:40.275]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.2229358Z [00:02:40.275]➜  EOF
2025-08-20T21:45:14.2231257Z [00:02:40.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/resolver/dns=>google.golang.org/grpc@v1.64.1/resolver/dns;$WORK/b552=>" -p google.golang.org/grpc/resolver/dns -lang=go1.19 -complete -installsuffix shared -buildid qEjeWq8l-PKJ8O60YiZd/qEjeWq8l-PKJ8O60YiZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/resolver/dns/dns_resolver.go
2025-08-20T21:45:14.2232993Z [00:02:40.275]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:45:14.2261374Z [00:02:40.279]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:45:14.2280023Z [00:02:40.281]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/1c/1cff79676ea309ff32a030ac0233c300218148f3f5e466042714c11d54e91cef-d # internal
2025-08-20T21:45:14.2319710Z [00:02:40.285]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:45:14.2324158Z [00:02:40.285]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/91/91dbebbebfe30892259daaa85fb896a7c646fb85bb939d8635a61865cc27f7ea-d # internal
2025-08-20T21:45:14.2331264Z [00:02:40.286]➜  github.com/hashicorp/go-version
2025-08-20T21:45:14.2335424Z [00:02:40.286]➜  mkdir -p $WORK/b560/
2025-08-20T21:45:14.2336496Z [00:02:40.286]➜  cat >/tmp/go-build3243449595/b560/importcfg << 'EOF' # internal
2025-08-20T21:45:14.2336955Z [00:02:40.286]➜  # import config
2025-08-20T21:45:14.2337301Z [00:02:40.286]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:14.2337856Z [00:02:40.286]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.2338337Z [00:02:40.286]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:14.2338765Z [00:02:40.286]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:14.2339183Z [00:02:40.286]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:14.2339968Z [00:02:40.286]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.2340472Z [00:02:40.286]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.2340787Z [00:02:40.286]➜  EOF
2025-08-20T21:45:14.2343146Z [00:02:40.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.6.0=>github.com/hashicorp/go-version@v1.6.0;$WORK/b560=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid gnZbQedH7Hw9V6YTgFVK/gnZbQedH7Hw9V6YTgFVK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-version@v1.6.0/constraint.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.6.0/version.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.6.0/version_collection.go
2025-08-20T21:45:14.2363273Z [00:02:40.289]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/2a/2a28b2cfcd2cc2c7bc1f90ea321f8d0bffa930b2c6d98cb9fe0195926e76b873-d # internal
2025-08-20T21:45:14.2376361Z [00:02:40.290]➜  github.com/mitchellh/hashstructure/v2
2025-08-20T21:45:14.2376725Z [00:02:40.290]➜  mkdir -p $WORK/b561/
2025-08-20T21:45:14.2381997Z [00:02:40.291]➜  cat >/tmp/go-build3243449595/b561/importcfg << 'EOF' # internal
2025-08-20T21:45:14.2384037Z [00:02:40.291]➜  # import config
2025-08-20T21:45:14.2387399Z [00:02:40.291]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:14.2388791Z [00:02:40.291]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.2389220Z [00:02:40.291]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:14.2389650Z [00:02:40.291]➜  packagefile hash/fnv=/tmp/go-build3243449595/b201/_pkg_.a
2025-08-20T21:45:14.2390085Z [00:02:40.291]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:14.2390504Z [00:02:40.291]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.2390825Z [00:02:40.291]➜  EOF
2025-08-20T21:45:14.2393347Z [00:02:40.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/hashstructure/v2@v2.0.2=>github.com/mitchellh/hashstructure/v2@v2.0.2;$WORK/b561=>" -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/b561/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-20T21:45:14.2399951Z [00:02:40.293]➜  github.com/godbus/dbus/v5
2025-08-20T21:45:14.2400565Z [00:02:40.293]➜  mkdir -p $WORK/b559/
2025-08-20T21:45:14.2401712Z [00:02:40.293]➜  cat >/tmp/go-build3243449595/b559/importcfg << 'EOF' # internal
2025-08-20T21:45:14.2402080Z [00:02:40.293]➜  # import config
2025-08-20T21:45:14.2402441Z [00:02:40.293]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:14.2402863Z [00:02:40.293]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:14.2403294Z [00:02:40.293]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.2403740Z [00:02:40.293]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:14.2404216Z [00:02:40.293]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:14.2404689Z [00:02:40.293]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:14.2405163Z [00:02:40.293]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:14.2405607Z [00:02:40.293]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.2406026Z [00:02:40.293]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.2406783Z [00:02:40.293]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.2407327Z [00:02:40.293]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:14.2408077Z [00:02:40.293]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.2408554Z [00:02:40.293]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:14.2408964Z [00:02:40.293]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.2409387Z [00:02:40.293]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:14.2411480Z [00:02:40.293]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:14.2412041Z [00:02:40.293]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:14.2412463Z [00:02:40.293]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:14.2412876Z [00:02:40.293]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:14.2413296Z [00:02:40.293]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.2413744Z [00:02:40.293]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.2414164Z [00:02:40.293]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.2414577Z [00:02:40.293]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:14.2415001Z [00:02:40.293]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:14.2415900Z [00:02:40.293]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:14.2416236Z [00:02:40.293]➜  EOF
2025-08-20T21:45:14.2425011Z [00:02:40.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0=>github.com/godbus/dbus/v5@v5.1.0;$WORK/b559=>" -p github.com/godbus/dbus/v5 -lang=go1.12 -complete -installsuffix shared -buildid UcrTZl2cxXBSw5L2CmRc/UcrTZl2cxXBSw5L2CmRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/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-20T21:45:14.2842167Z [00:02:40.337]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:45:14.2865744Z [00:02:40.339]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/f0/f05f8da9efd41c8257af2c55ef07b36fdd77d44c833595ffdc8e38e0f1994b34-d # internal
2025-08-20T21:45:14.2868894Z [00:02:40.340]➜  github.com/netbirdio/netbird/client/configs
2025-08-20T21:45:14.2869852Z [00:02:40.340]➜  mkdir -p $WORK/b562/
2025-08-20T21:45:14.2870521Z [00:02:40.340]➜  cat >/tmp/go-build3243449595/b562/importcfg << 'EOF' # internal
2025-08-20T21:45:14.2871466Z [00:02:40.340]➜  # import config
2025-08-20T21:45:14.2872463Z [00:02:40.340]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.2872983Z [00:02:40.340]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:14.2873455Z [00:02:40.340]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:14.2873777Z [00:02:40.340]➜  EOF
2025-08-20T21:45:14.2875495Z [00:02:40.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/configs=>github.com/netbirdio/netbird/client/configs;$WORK/b562=>" -p github.com/netbirdio/netbird/client/configs -lang=go1.23 -complete -installsuffix shared -buildid _vn-HdIsd73MgMG6anKI/_vn-HdIsd73MgMG6anKI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack ./configs/configs.go
2025-08-20T21:45:14.2886243Z [00:02:40.341]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:45:14.2921965Z [00:02:40.345]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/54/54a462c8e43b7eb8ab9fea46ccce5286ddab6636d575598971f666a1647d2171-d # internal
2025-08-20T21:45:14.2922633Z [00:02:40.345]➜  github.com/netbirdio/netbird/dns
2025-08-20T21:45:14.2922944Z [00:02:40.345]➜  mkdir -p $WORK/b565/
2025-08-20T21:45:14.2923314Z [00:02:40.345]➜  cat >/tmp/go-build3243449595/b565/importcfg << 'EOF' # internal
2025-08-20T21:45:14.2923661Z [00:02:40.345]➜  # import config
2025-08-20T21:45:14.2923987Z [00:02:40.345]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.2924489Z [00:02:40.345]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:14.2925012Z [00:02:40.345]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:14.2925471Z [00:02:40.345]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.2925899Z [00:02:40.345]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:14.2926350Z [00:02:40.345]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:14.2926773Z [00:02:40.345]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:14.2927196Z [00:02:40.345]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.2927620Z [00:02:40.345]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.2928154Z [00:02:40.345]➜  EOF
2025-08-20T21:45:14.2929962Z [00:02:40.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/dns=>github.com/netbirdio/netbird/dns;$WORK/b565=>" -p github.com/netbirdio/netbird/dns -lang=go1.23 -complete -installsuffix shared -buildid Ry4Et0WXqTMVvdA0aQ_J/Ry4Et0WXqTMVvdA0aQ_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/dns/dns.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/dns/nameserver.go
2025-08-20T21:45:14.3145295Z [00:02:40.367]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:45:14.3159023Z [00:02:40.369]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/57/577a821f03a3fcaa9ce3baff5b8a2950eaec2e2840e8e176163dabe061388856-d # internal
2025-08-20T21:45:14.3163785Z [00:02:40.369]➜  github.com/netbirdio/netbird/client/internal/ingressgw
2025-08-20T21:45:14.3181146Z [00:02:40.371]➜  mkdir -p $WORK/b567/
2025-08-20T21:45:14.3185414Z [00:02:40.371]➜  cat >/tmp/go-build3243449595/b567/importcfg << 'EOF' # internal
2025-08-20T21:45:14.3185840Z [00:02:40.371]➜  # import config
2025-08-20T21:45:14.3186956Z [00:02:40.371]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.3187930Z [00:02:40.371]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:14.3188683Z [00:02:40.371]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:14.3189417Z [00:02:40.371]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:14.3190096Z [00:02:40.371]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.3190580Z [00:02:40.371]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.3190887Z [00:02:40.371]➜  EOF
2025-08-20T21:45:14.3192781Z [00:02:40.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ingressgw=>github.com/netbirdio/netbird/client/internal/ingressgw;$WORK/b567=>" -p github.com/netbirdio/netbird/client/internal/ingressgw -lang=go1.23 -complete -installsuffix shared -buildid t_wZmiPHbwXj8jl5BSzu/t_wZmiPHbwXj8jl5BSzu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack ./internal/ingressgw/manager.go
2025-08-20T21:45:14.3254216Z [00:02:40.378]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:45:14.3271255Z [00:02:40.380]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/f2/f2bf364066b0204b2784de57a7040ec6f2490cdac86a13a2746e552dd14119c6-d # internal
2025-08-20T21:45:14.3272379Z [00:02:40.380]➜  github.com/netbirdio/netbird/client/internal/dns/local
2025-08-20T21:45:14.3272742Z [00:02:40.380]➜  mkdir -p $WORK/b563/
2025-08-20T21:45:14.3273119Z [00:02:40.380]➜  cat >/tmp/go-build3243449595/b563/importcfg << 'EOF' # internal
2025-08-20T21:45:14.3273464Z [00:02:40.380]➜  # import config
2025-08-20T21:45:14.3273799Z [00:02:40.380]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.3274269Z [00:02:40.380]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:14.3274943Z [00:02:40.380]➜  packagefile github.com/netbirdio/netbird/client/internal/dns/types=/tmp/go-build3243449595/b564/_pkg_.a
2025-08-20T21:45:14.3275634Z [00:02:40.380]➜  packagefile github.com/netbirdio/netbird/dns=/tmp/go-build3243449595/b565/_pkg_.a
2025-08-20T21:45:14.3276328Z [00:02:40.380]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:14.3277065Z [00:02:40.380]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.3277606Z [00:02:40.380]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:14.3278282Z [00:02:40.380]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:14.3278715Z [00:02:40.380]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.3279135Z [00:02:40.380]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.3279441Z [00:02:40.380]➜  EOF
2025-08-20T21:45:14.3281305Z [00:02:40.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/local=>github.com/netbirdio/netbird/client/internal/dns/local;$WORK/b563=>" -p github.com/netbirdio/netbird/client/internal/dns/local -lang=go1.23 -complete -installsuffix shared -buildid 3IQ14HUsZfGJ2_b7GgLD/3IQ14HUsZfGJ2_b7GgLD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack ./internal/dns/local/local.go
2025-08-20T21:45:14.3521451Z [00:02:40.405]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:45:14.3526485Z [00:02:40.405]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/38/38654302fe181ff97ccdba9726edf1d0d3fe9c65314b5ca46f99476b54b83ede-d # internal
2025-08-20T21:45:14.3538926Z [00:02:40.405]➜  github.com/netbirdio/netbird/client/internal/peer/conntype
2025-08-20T21:45:14.3539335Z [00:02:40.405]➜  mkdir -p $WORK/b568/
2025-08-20T21:45:14.3540148Z [00:02:40.406]➜  cat >/tmp/go-build3243449595/b568/importcfg << 'EOF' # internal
2025-08-20T21:45:14.3540605Z [00:02:40.406]➜  # import config
2025-08-20T21:45:14.3540945Z [00:02:40.406]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.3541259Z [00:02:40.406]➜  EOF
2025-08-20T21:45:14.3543218Z [00:02:40.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conntype=>github.com/netbirdio/netbird/client/internal/peer/conntype;$WORK/b568=>" -p github.com/netbirdio/netbird/client/internal/peer/conntype -lang=go1.23 -complete -installsuffix shared -buildid dFQJnmKvDSVI_h3aEFal/dFQJnmKvDSVI_h3aEFal -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack ./internal/peer/conntype/priority.go
2025-08-20T21:45:14.3630116Z [00:02:40.415]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:45:14.3630889Z [00:02:40.415]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/d3/d3c9c6577e4cc39437a05ab9ef5b9fe29d8acea0d92343608c4af4c09b366b3d-d # internal
2025-08-20T21:45:14.3633167Z [00:02:40.416]➜  github.com/netbirdio/netbird/client/internal/peer/dispatcher
2025-08-20T21:45:14.3633589Z [00:02:40.416]➜  mkdir -p $WORK/b569/
2025-08-20T21:45:14.3633963Z [00:02:40.416]➜  cat >/tmp/go-build3243449595/b569/importcfg << 'EOF' # internal
2025-08-20T21:45:14.3634308Z [00:02:40.416]➜  # import config
2025-08-20T21:45:14.3634834Z [00:02:40.416]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/id=/tmp/go-build3243449595/b570/_pkg_.a
2025-08-20T21:45:14.3635871Z [00:02:40.416]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.3636185Z [00:02:40.416]➜  EOF
2025-08-20T21:45:14.3638358Z [00:02:40.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/dispatcher=>github.com/netbirdio/netbird/client/internal/peer/dispatcher;$WORK/b569=>" -p github.com/netbirdio/netbird/client/internal/peer/dispatcher -lang=go1.23 -complete -installsuffix shared -buildid 7f4GzWs92ygmuCxClayE/7f4GzWs92ygmuCxClayE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack ./internal/peer/dispatcher/dispatcher.go
2025-08-20T21:45:14.3745929Z [00:02:40.427]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:45:14.3754904Z [00:02:40.428]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/46/46f6f883711ff52821fff5c64d125d76bad421543f54ddfafb29a09c1f6206fd-d # internal
2025-08-20T21:45:14.3757393Z [00:02:40.428]➜  github.com/netbirdio/netbird/client/internal/stdnet
2025-08-20T21:45:14.3758157Z [00:02:40.428]➜  mkdir -p $WORK/b573/
2025-08-20T21:45:14.3760395Z [00:02:40.428]➜  cat >/tmp/go-build3243449595/b573/importcfg << 'EOF' # internal
2025-08-20T21:45:14.3761111Z [00:02:40.428]➜  # import config
2025-08-20T21:45:14.3761601Z [00:02:40.428]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.3762097Z [00:02:40.428]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.3763761Z [00:02:40.428]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:14.3764609Z [00:02:40.428]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:14.3765386Z [00:02:40.428]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build3243449595/b285/_pkg_.a
2025-08-20T21:45:14.3766957Z [00:02:40.428]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.3767935Z [00:02:40.428]➜  packagefile golang.zx2c4.com/wireguard/wgctrl=/tmp/go-build3243449595/b345/_pkg_.a
2025-08-20T21:45:14.3768638Z [00:02:40.428]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.3769193Z [00:02:40.428]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:14.3769660Z [00:02:40.428]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:14.3771180Z [00:02:40.428]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.3772286Z [00:02:40.428]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.3772883Z [00:02:40.428]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.3773400Z [00:02:40.428]➜  EOF
2025-08-20T21:45:14.3783265Z [00:02:40.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet=>github.com/netbirdio/netbird/client/internal/stdnet;$WORK/b573=>" -p github.com/netbirdio/netbird/client/internal/stdnet -lang=go1.23 -complete -installsuffix shared -buildid FdzwaZWSG2SJ5zOMIeJ2/FdzwaZWSG2SJ5zOMIeJ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack ./internal/stdnet/dialer.go ./internal/stdnet/discover.go ./internal/stdnet/discover_mobile.go ./internal/stdnet/discover_pion.go ./internal/stdnet/filter.go ./internal/stdnet/listener.go ./internal/stdnet/stdnet.go
2025-08-20T21:45:14.3847040Z [00:02:40.437]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:45:14.3850031Z [00:02:40.438]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/9a/9ac971690f1515fc0091b71d61ce48dbf8abb29a638958beb5fb8c9dbf54ce9b-d # internal
2025-08-20T21:45:14.3851828Z [00:02:40.438]➜  github.com/netbirdio/netbird/client/internal/peer/worker
2025-08-20T21:45:14.3852198Z [00:02:40.438]➜  mkdir -p $WORK/b574/
2025-08-20T21:45:14.3852622Z [00:02:40.438]➜  cat >/tmp/go-build3243449595/b574/importcfg << 'EOF' # internal
2025-08-20T21:45:14.3853384Z [00:02:40.438]➜  # import config
2025-08-20T21:45:14.3853806Z [00:02:40.438]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.3854315Z [00:02:40.438]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:14.3854646Z [00:02:40.438]➜  EOF
2025-08-20T21:45:14.3856576Z [00:02:40.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker=>github.com/netbirdio/netbird/client/internal/peer/worker;$WORK/b574=>" -p github.com/netbirdio/netbird/client/internal/peer/worker -lang=go1.23 -complete -installsuffix shared -buildid xvg3AH5D0SQVPD2OEFGU/xvg3AH5D0SQVPD2OEFGU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack ./internal/peer/worker/state.go
2025-08-20T21:45:14.4169305Z [00:02:40.469]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:45:14.4193646Z [00:02:40.472]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/d5/d5954420771e2dd3e79845a5f9b3a5198ec1b0cd1c90622ecfa17008a572c961-d # internal
2025-08-20T21:45:14.4194390Z [00:02:40.472]➜  github.com/netbirdio/netbird/shared/relay/auth/hmac/v2
2025-08-20T21:45:14.4195183Z [00:02:40.472]➜  mkdir -p $WORK/b580/
2025-08-20T21:45:14.4195607Z [00:02:40.472]➜  cat >/tmp/go-build3243449595/b580/importcfg << 'EOF' # internal
2025-08-20T21:45:14.4195961Z [00:02:40.472]➜  # import config
2025-08-20T21:45:14.4196323Z [00:02:40.472]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:14.4196816Z [00:02:40.472]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:14.4197264Z [00:02:40.472]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.4197682Z [00:02:40.472]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.4198265Z [00:02:40.472]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:14.4198704Z [00:02:40.472]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.4199157Z [00:02:40.472]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.4199466Z [00:02:40.472]➜  EOF
2025-08-20T21:45:14.4202651Z [00:02:40.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2=>github.com/netbirdio/netbird/shared/relay/auth/hmac/v2;$WORK/b580=>" -p github.com/netbirdio/netbird/shared/relay/auth/hmac/v2 -lang=go1.23 -complete -installsuffix shared -buildid _u3JiNZgO4EyRUWAKd4N/_u3JiNZgO4EyRUWAKd4N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/algo.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/generator.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/token.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/validator.go
2025-08-20T21:45:14.4359198Z [00:02:40.489]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:45:14.4373438Z [00:02:40.490]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/0e/0ed33553d4bd90218b0b6c6115020ff766ec77cd3867600fdfe34a6db9c08e7b-d # internal
2025-08-20T21:45:14.4375001Z [00:02:40.490]➜  github.com/netbirdio/netbird/client/internal/peer/ice
2025-08-20T21:45:14.4376127Z [00:02:40.490]➜  mkdir -p $WORK/b572/
2025-08-20T21:45:14.4382033Z [00:02:40.491]➜  cat >/tmp/go-build3243449595/b572/importcfg << 'EOF' # internal
2025-08-20T21:45:14.4382647Z [00:02:40.491]➜  # import config
2025-08-20T21:45:14.4383209Z [00:02:40.491]➜  packagefile github.com/netbirdio/netbird/client/internal/stdnet=/tmp/go-build3243449595/b573/_pkg_.a
2025-08-20T21:45:14.4384354Z [00:02:40.491]➜  packagefile github.com/pion/ice/v3=/tmp/go-build3243449595/b207/_pkg_.a
2025-08-20T21:45:14.4385062Z [00:02:40.491]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:14.4385667Z [00:02:40.491]➜  packagefile github.com/pion/randutil=/tmp/go-build3243449595/b289/_pkg_.a
2025-08-20T21:45:14.4386666Z [00:02:40.491]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:14.4387224Z [00:02:40.491]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.4387813Z [00:02:40.491]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.4388311Z [00:02:40.491]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.4388744Z [00:02:40.491]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.4389182Z [00:02:40.491]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.4389622Z [00:02:40.491]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:14.4390056Z [00:02:40.491]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.4390364Z [00:02:40.491]➜  EOF
2025-08-20T21:45:14.4392697Z [00:02:40.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice=>github.com/netbirdio/netbird/client/internal/peer/ice;$WORK/b572=>" -p github.com/netbirdio/netbird/client/internal/peer/ice -lang=go1.23 -complete -installsuffix shared -buildid oa2pmcLSOTZspAiCt4lQ/oa2pmcLSOTZspAiCt4lQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack ./internal/peer/ice/StunTurn.go ./internal/peer/ice/agent.go ./internal/peer/ice/config.go ./internal/peer/ice/env.go ./internal/peer/ice/stdnet.go
2025-08-20T21:45:14.4644963Z [00:02:40.515]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:45:14.4648447Z [00:02:40.517]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/cf/cf949de9e52b43c00acec4003f4eba83fa995766e34e9984be026314303d005e-d # internal
2025-08-20T21:45:14.4649114Z [00:02:40.517]➜  github.com/netbirdio/netbird/client/internal/relay
2025-08-20T21:45:14.4649463Z [00:02:40.517]➜  mkdir -p $WORK/b575/
2025-08-20T21:45:14.4649844Z [00:02:40.517]➜  cat >/tmp/go-build3243449595/b575/importcfg << 'EOF' # internal
2025-08-20T21:45:14.4650222Z [00:02:40.517]➜  # import config
2025-08-20T21:45:14.4650566Z [00:02:40.517]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.4650987Z [00:02:40.517]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.4651588Z [00:02:40.517]➜  packagefile github.com/netbirdio/netbird/client/internal/stdnet=/tmp/go-build3243449595/b573/_pkg_.a
2025-08-20T21:45:14.4652283Z [00:02:40.517]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:14.4653219Z [00:02:40.517]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:14.4653862Z [00:02:40.517]➜  packagefile github.com/pion/turn/v3=/tmp/go-build3243449595/b293/_pkg_.a
2025-08-20T21:45:14.4654416Z [00:02:40.517]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.4654891Z [00:02:40.517]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.4655319Z [00:02:40.517]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.4655730Z [00:02:40.518]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.4656039Z [00:02:40.518]➜  EOF
2025-08-20T21:45:14.4658042Z [00:02:40.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/relay=>github.com/netbirdio/netbird/client/internal/relay;$WORK/b575=>" -p github.com/netbirdio/netbird/client/internal/relay -lang=go1.23 -complete -installsuffix shared -buildid UoxeSZvMS2sBjNVaX3Mb/UoxeSZvMS2sBjNVaX3Mb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack ./internal/relay/relay.go
2025-08-20T21:45:14.5273290Z [00:02:40.580]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:45:14.5312192Z [00:02:40.584]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/a1/a167ab315da485ec11b8a7d398258043c56f7fd0ac0c8288f6e06c0723461bd0-d # internal
2025-08-20T21:45:14.5332432Z [00:02:40.586]➜  github.com/netbirdio/netbird/client/internal/peer/guard
2025-08-20T21:45:14.5334386Z [00:02:40.586]➜  mkdir -p $WORK/b571/
2025-08-20T21:45:14.5339902Z [00:02:40.587]➜  cat >/tmp/go-build3243449595/b571/importcfg << 'EOF' # internal
2025-08-20T21:45:14.5340320Z [00:02:40.587]➜  # import config
2025-08-20T21:45:14.5340680Z [00:02:40.587]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.5341112Z [00:02:40.587]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.5341649Z [00:02:40.587]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:14.5342358Z [00:02:40.587]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/ice=/tmp/go-build3243449595/b572/_pkg_.a
2025-08-20T21:45:14.5343123Z [00:02:40.587]➜  packagefile github.com/netbirdio/netbird/client/internal/stdnet=/tmp/go-build3243449595/b573/_pkg_.a
2025-08-20T21:45:14.5343757Z [00:02:40.587]➜  packagefile github.com/pion/ice/v3=/tmp/go-build3243449595/b207/_pkg_.a
2025-08-20T21:45:14.5344318Z [00:02:40.587]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.5344800Z [00:02:40.587]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.5345209Z [00:02:40.587]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.5345514Z [00:02:40.587]➜  EOF
2025-08-20T21:45:14.5347682Z [00:02:40.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard=>github.com/netbirdio/netbird/client/internal/peer/guard;$WORK/b571=>" -p github.com/netbirdio/netbird/client/internal/peer/guard -lang=go1.23 -complete -installsuffix shared -buildid -eFMMM5__RdpLgGp80vC/-eFMMM5__RdpLgGp80vC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack ./internal/peer/guard/guard.go ./internal/peer/guard/ice_monitor.go ./internal/peer/guard/sr_watcher.go
2025-08-20T21:45:14.5423422Z [00:02:40.595]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:45:14.5434237Z [00:02:40.596]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/a1/a1513b97cc4ae8f217b9ea4a1daa3564df145ecd783e46c2089221861b5fabb2-d # internal
2025-08-20T21:45:14.5434993Z [00:02:40.596]➜  github.com/netbirdio/netbird/shared/relay/auth/hmac
2025-08-20T21:45:14.5437508Z [00:02:40.596]➜  mkdir -p $WORK/b579/
2025-08-20T21:45:14.5438675Z [00:02:40.596]➜  cat >/tmp/go-build3243449595/b579/importcfg << 'EOF' # internal
2025-08-20T21:45:14.5439501Z [00:02:40.596]➜  # import config
2025-08-20T21:45:14.5439928Z [00:02:40.596]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:14.5440377Z [00:02:40.596]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:14.5440847Z [00:02:40.596]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:14.5441330Z [00:02:40.596]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:14.5441824Z [00:02:40.596]➜  packagefile encoding/gob=/tmp/go-build3243449595/b252/_pkg_.a
2025-08-20T21:45:14.5442263Z [00:02:40.596]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.5442872Z [00:02:40.596]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac/v2=/tmp/go-build3243449595/b580/_pkg_.a
2025-08-20T21:45:14.5443533Z [00:02:40.596]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.5444018Z [00:02:40.596]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:14.5444462Z [00:02:40.596]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.5444890Z [00:02:40.596]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.5445320Z [00:02:40.596]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.5445631Z [00:02:40.596]➜  EOF
2025-08-20T21:45:14.5448569Z [00:02:40.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac=>github.com/netbirdio/netbird/shared/relay/auth/hmac;$WORK/b579=>" -p github.com/netbirdio/netbird/shared/relay/auth/hmac -lang=go1.23 -complete -installsuffix shared -buildid DM20GdagGK7sh6rmGPeU/DM20GdagGK7sh6rmGPeU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/doc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/store.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/token.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/validator.go
2025-08-20T21:45:14.5988222Z [00:02:40.651]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:45:14.6009596Z [00:02:40.654]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/dd/dddab7c66de3e025cfdc5619e4b5cffc157afb008af8a10d66f939de04448951-d # internal
2025-08-20T21:45:14.6015520Z [00:02:40.654]➜  github.com/netbirdio/netbird/shared/relay/client/dialer
2025-08-20T21:45:14.6022713Z [00:02:40.655]➜  mkdir -p $WORK/b581/
2025-08-20T21:45:14.6034745Z [00:02:40.656]➜  cat >/tmp/go-build3243449595/b581/importcfg << 'EOF' # internal
2025-08-20T21:45:14.6035459Z [00:02:40.656]➜  # import config
2025-08-20T21:45:14.6037044Z [00:02:40.656]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.6037518Z [00:02:40.656]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.6040695Z [00:02:40.656]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.6041218Z [00:02:40.656]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.6041637Z [00:02:40.656]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.6041951Z [00:02:40.656]➜  EOF
2025-08-20T21:45:14.6044010Z [00:02:40.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer=>github.com/netbirdio/netbird/shared/relay/client/dialer;$WORK/b581=>" -p github.com/netbirdio/netbird/shared/relay/client/dialer -lang=go1.23 -complete -installsuffix shared -buildid 547VnKUPmxZV25cl3mWO/547VnKUPmxZV25cl3mWO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/race_dialer.go
2025-08-20T21:45:14.6259003Z [00:02:40.678]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:45:14.6270794Z [00:02:40.680]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/14/14b3cd8883d9df0df2ff5cd83b6acbffa4abdc0eb64cb8ecaa7c97c537631525-d # internal
2025-08-20T21:45:14.6272031Z [00:02:40.680]➜  github.com/netbirdio/netbird/shared/relay/client/dialer/net
2025-08-20T21:45:14.6272607Z [00:02:40.680]➜  mkdir -p $WORK/b583/
2025-08-20T21:45:14.6385518Z [00:02:40.691]➜  cat >/tmp/go-build3243449595/b583/importcfg << 'EOF' # internal
2025-08-20T21:45:14.6385974Z [00:02:40.691]➜  # import config
2025-08-20T21:45:14.6386333Z [00:02:40.691]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.6386703Z [00:02:40.691]➜  EOF
2025-08-20T21:45:14.6389021Z [00:02:40.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/net=>github.com/netbirdio/netbird/shared/relay/client/dialer/net;$WORK/b583=>" -p github.com/netbirdio/netbird/shared/relay/client/dialer/net -lang=go1.23 -complete -installsuffix shared -buildid 6rkG1z7ZONrOb1v1-fP5/6rkG1z7ZONrOb1v1-fP5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/net/err.go
2025-08-20T21:45:14.6551197Z [00:02:40.708]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:45:14.6563414Z [00:02:40.709]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/a2/a297509b3b1b7bcb407ce00b6b94687c032f1807efc7fbdcd08e3244b599befe-d # internal
2025-08-20T21:45:14.6581325Z [00:02:40.711]➜  github.com/netbirdio/netbird/util/embeddedroots
2025-08-20T21:45:14.6582519Z [00:02:40.711]➜  mkdir -p $WORK/b585/
2025-08-20T21:45:14.6583596Z [00:02:40.711]➜  cat >/tmp/go-build3243449595/b585/importcfg << 'EOF' # internal
2025-08-20T21:45:14.6584010Z [00:02:40.711]➜  # import config
2025-08-20T21:45:14.6584384Z [00:02:40.711]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:14.6584829Z [00:02:40.711]➜  packagefile embed=/tmp/go-build3243449595/b367/_pkg_.a
2025-08-20T21:45:14.6585247Z [00:02:40.711]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.6585559Z [00:02:40.711]➜  EOF
2025-08-20T21:45:14.6585906Z [00:02:40.711]➜  cat >/tmp/go-build3243449595/b585/embedcfg << 'EOF' # internal
2025-08-20T21:45:14.6586227Z [00:02:40.711]➜  {
2025-08-20T21:45:14.6586435Z [00:02:40.711]➜  	"Patterns": {
2025-08-20T21:45:14.6586689Z [00:02:40.711]➜  		"isrg-root-x1.pem": [
2025-08-20T21:45:14.6586966Z [00:02:40.711]➜  			"isrg-root-x1.pem"
2025-08-20T21:45:14.6587210Z [00:02:40.711]➜  		],
2025-08-20T21:45:14.6587451Z [00:02:40.711]➜  		"isrg-root-x2.pem": [
2025-08-20T21:45:14.6587882Z [00:02:40.711]➜  			"isrg-root-x2.pem"
2025-08-20T21:45:14.6588172Z [00:02:40.711]➜  		]
2025-08-20T21:45:14.6588366Z [00:02:40.711]➜  	},
2025-08-20T21:45:14.6588573Z [00:02:40.711]➜  	"Files": {
2025-08-20T21:45:14.6589022Z [00:02:40.711]➜  		"isrg-root-x1.pem": "/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/isrg-root-x1.pem",
2025-08-20T21:45:14.6589646Z [00:02:40.711]➜  		"isrg-root-x2.pem": "/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/isrg-root-x2.pem"
2025-08-20T21:45:14.6590044Z [00:02:40.711]➜  	}
2025-08-20T21:45:14.6590248Z [00:02:40.711]➜  }EOF
2025-08-20T21:45:14.6592299Z [00:02:40.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots=>github.com/netbirdio/netbird/util/embeddedroots;$WORK/b585=>" -p github.com/netbirdio/netbird/util/embeddedroots -lang=go1.23 -complete -installsuffix shared -buildid gByUHuh59zygsunoRncm/gByUHuh59zygsunoRncm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -embedcfg $WORK/b585/embedcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/embeddedroots.go
2025-08-20T21:45:14.6687422Z [00:02:40.721]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:45:14.6690188Z [00:02:40.722]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/ec/ec2c45b4ed0ec2bca2fa6359f3271732850c1f918a6f9a779b781e33216bb7ca-d # internal
2025-08-20T21:45:14.6735410Z [00:02:40.726]➜  golang.org/x/exp/rand
2025-08-20T21:45:14.6736705Z [00:02:40.726]➜  mkdir -p $WORK/b590/
2025-08-20T21:45:14.6747349Z [00:02:40.727]➜  cat >/tmp/go-build3243449595/b590/importcfg << 'EOF' # internal
2025-08-20T21:45:14.6748697Z [00:02:40.727]➜  # import config
2025-08-20T21:45:14.6749458Z [00:02:40.727]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:14.6750222Z [00:02:40.727]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.6751157Z [00:02:40.727]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:14.6752362Z [00:02:40.727]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:14.6753081Z [00:02:40.727]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.6753751Z [00:02:40.727]➜  EOF
2025-08-20T21:45:14.6757139Z [00:02:40.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/rand=>golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/rand;$WORK/b590=>" -p golang.org/x/exp/rand -lang=go1.20 -complete -installsuffix shared -buildid w7Zm2UWGv65OuzdeAUUg/w7Zm2UWGv65OuzdeAUUg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/rand/exp.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/rand/normal.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/rand/rand.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/rand/rng.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/rand/zipf.go
2025-08-20T21:45:14.6781175Z [00:02:40.729]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:45:14.6781863Z [00:02:40.730]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/81/8165ffa0c55d17e241baf5ec41d45ae5d8aef0da3133d2313cd80d0c65697dc2-d # internal
2025-08-20T21:45:14.6782474Z [00:02:40.730]➜  github.com/netbirdio/netbird/shared/relay/tls
2025-08-20T21:45:14.6782797Z [00:02:40.730]➜  mkdir -p $WORK/b584/
2025-08-20T21:45:14.6783185Z [00:02:40.730]➜  cat >/tmp/go-build3243449595/b584/importcfg << 'EOF' # internal
2025-08-20T21:45:14.6783531Z [00:02:40.730]➜  # import config
2025-08-20T21:45:14.6783890Z [00:02:40.730]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:14.6784347Z [00:02:40.730]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:14.6784773Z [00:02:40.730]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.6785360Z [00:02:40.730]➜  packagefile github.com/netbirdio/netbird/util/embeddedroots=/tmp/go-build3243449595/b585/_pkg_.a
2025-08-20T21:45:14.6785996Z [00:02:40.730]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.6786374Z [00:02:40.730]➜  EOF
2025-08-20T21:45:14.6789039Z [00:02:40.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls=>github.com/netbirdio/netbird/shared/relay/tls;$WORK/b584=>" -p github.com/netbirdio/netbird/shared/relay/tls -lang=go1.23 -complete -installsuffix shared -buildid ZP9ddnk_Z4OeNYW2LIkg/ZP9ddnk_Z4OeNYW2LIkg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/alpn.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/client_prod.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/doc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/server_prod.go
2025-08-20T21:45:14.7215182Z [00:02:40.774]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:45:14.7222167Z [00:02:40.775]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/c1/c1eab5d3e609e44cd0cb4f4986d909cf987fcec4803f4934a80176f11ac64a91-d # internal
2025-08-20T21:45:14.7232249Z [00:02:40.775]➜  github.com/quic-go/quic-go/quicvarint
2025-08-20T21:45:14.7232631Z [00:02:40.775]➜  mkdir -p $WORK/b595/
2025-08-20T21:45:14.7233042Z [00:02:40.775]➜  cat >/tmp/go-build3243449595/b595/importcfg << 'EOF' # internal
2025-08-20T21:45:14.7233396Z [00:02:40.775]➜  # import config
2025-08-20T21:45:14.7234087Z [00:02:40.775]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:14.7234597Z [00:02:40.775]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.7235000Z [00:02:40.775]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.7235302Z [00:02:40.775]➜  EOF
2025-08-20T21:45:14.7237444Z [00:02:40.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/quicvarint=>github.com/quic-go/quic-go@v0.48.2/quicvarint;$WORK/b595=>" -p github.com/quic-go/quic-go/quicvarint -lang=go1.22 -complete -installsuffix shared -buildid Ao6ARVHdhVEKp1dux9iw/Ao6ARVHdhVEKp1dux9iw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/quicvarint/io.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/quicvarint/varint.go
2025-08-20T21:45:14.7726178Z [00:02:40.825]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:45:14.7736194Z [00:02:40.826]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/4e/4eccbd0bb368a7cec258c56cbdc1a4f519f0b1bb4a3e6a7f193ab9c13cfdf6f6-d # internal
2025-08-20T21:45:14.7739848Z [00:02:40.826]➜  golang.org/x/crypto/hkdf
2025-08-20T21:45:14.7740204Z [00:02:40.827]➜  mkdir -p $WORK/b599/
2025-08-20T21:45:14.7742660Z [00:02:40.827]➜  cat >/tmp/go-build3243449595/b599/importcfg << 'EOF' # internal
2025-08-20T21:45:14.7744362Z [00:02:40.827]➜  # import config
2025-08-20T21:45:14.7745282Z [00:02:40.827]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:14.7746490Z [00:02:40.827]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.7747178Z [00:02:40.827]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:14.7747923Z [00:02:40.827]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.7748675Z [00:02:40.827]➜  EOF
2025-08-20T21:45:14.7750761Z [00:02:40.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/hkdf=>golang.org/x/crypto@v0.37.0/hkdf;$WORK/b599=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid iw8Of33Vnt1BuvB587Rh/iw8Of33Vnt1BuvB587Rh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/hkdf/hkdf.go
2025-08-20T21:45:14.7880513Z [00:02:40.841]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:45:14.7881318Z [00:02:40.841]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/0d/0db0ff89b4bd035f2337fe65c7df7810bd50fdfef0e6d51f28e7db16c3a9b101-d # internal
2025-08-20T21:45:14.7881948Z [00:02:40.841]➜  github.com/quic-go/quic-go/internal/protocol
2025-08-20T21:45:14.7882276Z [00:02:40.841]➜  mkdir -p $WORK/b589/
2025-08-20T21:45:14.7882651Z [00:02:40.841]➜  cat >/tmp/go-build3243449595/b589/importcfg << 'EOF' # internal
2025-08-20T21:45:14.7882993Z [00:02:40.841]➜  # import config
2025-08-20T21:45:14.7883388Z [00:02:40.841]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:14.7883873Z [00:02:40.841]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:14.7884328Z [00:02:40.841]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.7884741Z [00:02:40.841]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.7885240Z [00:02:40.841]➜  packagefile golang.org/x/exp/rand=/tmp/go-build3243449595/b590/_pkg_.a
2025-08-20T21:45:14.7885701Z [00:02:40.841]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.7886102Z [00:02:40.841]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:14.7886514Z [00:02:40.841]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.7886921Z [00:02:40.841]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.7887228Z [00:02:40.841]➜  EOF
2025-08-20T21:45:14.7892311Z [00:02:40.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol=>github.com/quic-go/quic-go@v0.48.2/internal/protocol;$WORK/b589=>" -p github.com/quic-go/quic-go/internal/protocol -lang=go1.22 -complete -installsuffix shared -buildid 3OpaVWADWKBeB1CAlbh9/3OpaVWADWKBeB1CAlbh9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/connection_id.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/encryption_level.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/key_phase.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/packet_number.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/params.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/perspective.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/protocol.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/protocol/version.go
2025-08-20T21:45:14.8021776Z [00:02:40.855]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:45:14.8027415Z [00:02:40.855]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/f4/f478a574f8117b60ce5244dcb4c2328110acde2584082c1aa3e28043fbcc9d1f-d # internal
2025-08-20T21:45:14.8037182Z [00:02:40.856]➜  github.com/quic-go/quic-go/internal/utils/linkedlist
2025-08-20T21:45:14.8037568Z [00:02:40.856]➜  mkdir -p $WORK/b600/
2025-08-20T21:45:14.8038182Z [00:02:40.856]➜  cat >/tmp/go-build3243449595/b600/importcfg << 'EOF' # internal
2025-08-20T21:45:14.8038538Z [00:02:40.856]➜  # import config
2025-08-20T21:45:14.8038878Z [00:02:40.856]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.8039191Z [00:02:40.856]➜  EOF
2025-08-20T21:45:14.8045411Z [00:02:40.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/linkedlist=>github.com/quic-go/quic-go@v0.48.2/internal/utils/linkedlist;$WORK/b600=>" -p github.com/quic-go/quic-go/internal/utils/linkedlist -lang=go1.22 -complete -installsuffix shared -buildid jVHeqc1QqTQC6fJ2Z5jG/jVHeqc1QqTQC6fJ2Z5jG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/linkedlist/linkedlist.go
2025-08-20T21:45:14.8310059Z [00:02:40.881]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:45:14.8313368Z [00:02:40.884]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/7c/7c25a11f802041d58d248ce4f4bf8d916b31a3b2ae274a4886d7d8fa9d04f29d-d # internal
2025-08-20T21:45:14.8316814Z [00:02:40.884]➜  github.com/coder/websocket/internal/errd
2025-08-20T21:45:14.8323288Z [00:02:40.884]➜  mkdir -p $WORK/b604/
2025-08-20T21:45:14.8323708Z [00:02:40.884]➜  cat >/tmp/go-build3243449595/b604/importcfg << 'EOF' # internal
2025-08-20T21:45:14.8324103Z [00:02:40.884]➜  # import config
2025-08-20T21:45:14.8324441Z [00:02:40.884]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.8324748Z [00:02:40.884]➜  EOF
2025-08-20T21:45:14.8326702Z [00:02:40.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/errd=>github.com/coder/websocket@v1.8.12/internal/errd;$WORK/b604=>" -p github.com/coder/websocket/internal/errd -lang=go1.19 -complete -installsuffix shared -buildid i2rN_9jJmlRYOYoI7jdH/i2rN_9jJmlRYOYoI7jdH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/errd/wrap.go
2025-08-20T21:45:14.8355690Z [00:02:40.888]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:45:14.8450312Z [00:02:40.898]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:45:14.8451953Z [00:02:40.898]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/25/257a6f6e180dc37ad39949611f2e933199c2e5f5cbef6a022d547cbbd2deb6e1-d # internal
2025-08-20T21:45:14.8458971Z [00:02:40.898]➜  github.com/coder/websocket/internal/xsync
2025-08-20T21:45:14.8459320Z [00:02:40.898]➜  mkdir -p $WORK/b606/
2025-08-20T21:45:14.8459704Z [00:02:40.898]➜  cat >/tmp/go-build3243449595/b606/importcfg << 'EOF' # internal
2025-08-20T21:45:14.8460051Z [00:02:40.898]➜  # import config
2025-08-20T21:45:14.8460417Z [00:02:40.898]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.8460860Z [00:02:40.898]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:14.8461336Z [00:02:40.898]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:14.8461666Z [00:02:40.898]➜  EOF
2025-08-20T21:45:14.8463937Z [00:02:40.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/xsync=>github.com/coder/websocket@v1.8.12/internal/xsync;$WORK/b606=>" -p github.com/coder/websocket/internal/xsync -lang=go1.19 -complete -installsuffix shared -buildid FMIMtHAFNJ3gdD0jIf09/FMIMtHAFNJ3gdD0jIf09 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/xsync/go.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/xsync/int64.go
2025-08-20T21:45:14.8519436Z [00:02:40.904]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:45:14.8530992Z [00:02:40.906]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/fc/fc0127af31c260acc6126d62ccee9ece9c1e6031f0cf7c6a1906bcc5f4357803-d # internal
2025-08-20T21:45:14.8533045Z [00:02:40.906]➜  github.com/quic-go/quic-go/internal/utils
2025-08-20T21:45:14.8533406Z [00:02:40.906]➜  mkdir -p $WORK/b591/
2025-08-20T21:45:14.8536353Z [00:02:40.906]➜  cat >/tmp/go-build3243449595/b591/importcfg << 'EOF' # internal
2025-08-20T21:45:14.8537033Z [00:02:40.906]➜  # import config
2025-08-20T21:45:14.8537994Z [00:02:40.906]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:14.8538876Z [00:02:40.906]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:14.8540857Z [00:02:40.906]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:14.8541327Z [00:02:40.906]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.8541891Z [00:02:40.906]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:14.8542448Z [00:02:40.906]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.8542853Z [00:02:40.906]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:14.8543265Z [00:02:40.906]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:14.8543666Z [00:02:40.906]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.8544082Z [00:02:40.906]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.8544513Z [00:02:40.906]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.8544825Z [00:02:40.906]➜  EOF
2025-08-20T21:45:14.8555745Z [00:02:40.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils=>github.com/quic-go/quic-go@v0.48.2/internal/utils;$WORK/b591=>" -p github.com/quic-go/quic-go/internal/utils -lang=go1.22 -complete -installsuffix shared -buildid o0Gp3EuOnqwXIXrd-DGp/o0Gp3EuOnqwXIXrd-DGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/buffered_write_closer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/log.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/rand.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/rtt_stats.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/utils/timer.go
2025-08-20T21:45:14.8603155Z [00:02:40.913]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/c7/c743ac3dbc1ecb66a24b27992ef601081f3971498b0afc18d4709e0e89de7cf8-d # internal
2025-08-20T21:45:14.8619563Z [00:02:40.915]➜  github.com/quic-go/quic-go/internal/qerr
2025-08-20T21:45:14.8625058Z [00:02:40.915]➜  mkdir -p $WORK/b593/
2025-08-20T21:45:14.8629524Z [00:02:40.916]➜  cat >/tmp/go-build3243449595/b593/importcfg << 'EOF' # internal
2025-08-20T21:45:14.8632678Z [00:02:40.916]➜  # import config
2025-08-20T21:45:14.8635547Z [00:02:40.916]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:14.8636379Z [00:02:40.916]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.8638822Z [00:02:40.916]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:14.8639374Z [00:02:40.916]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.8639688Z [00:02:40.916]➜  EOF
2025-08-20T21:45:14.8663471Z [00:02:40.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qerr=>github.com/quic-go/quic-go@v0.48.2/internal/qerr;$WORK/b593=>" -p github.com/quic-go/quic-go/internal/qerr -lang=go1.22 -complete -installsuffix shared -buildid 5tZ7rIwFxmaBvNzimyyv/5tZ7rIwFxmaBvNzimyyv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qerr/error_codes.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qerr/errors.go
2025-08-20T21:45:14.8667926Z [00:02:40.919]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:45:14.8670564Z [00:02:40.920]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/95/9547d54ce2e7e3179441399cee42c38fa50e4236ebfc5b6f8e87a33bc8b8cd8b-d # internal
2025-08-20T21:45:14.8672840Z [00:02:40.920]➜  github.com/quic-go/quic-go/internal/qtls
2025-08-20T21:45:14.8674529Z [00:02:40.920]➜  mkdir -p $WORK/b598/
2025-08-20T21:45:14.8682060Z [00:02:40.921]➜  cat >/tmp/go-build3243449595/b598/importcfg << 'EOF' # internal
2025-08-20T21:45:14.8686253Z [00:02:40.921]➜  # import config
2025-08-20T21:45:14.8687095Z [00:02:40.921]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:14.8688476Z [00:02:40.921]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:14.8688930Z [00:02:40.921]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.8689514Z [00:02:40.921]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:14.8690045Z [00:02:40.921]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.8690454Z [00:02:40.921]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.8690863Z [00:02:40.921]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.8691171Z [00:02:40.921]➜  EOF
2025-08-20T21:45:14.8694294Z [00:02:40.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qtls=>github.com/quic-go/quic-go@v0.48.2/internal/qtls;$WORK/b598=>" -p github.com/quic-go/quic-go/internal/qtls -lang=go1.22 -complete -installsuffix shared -buildid 3azmo1OTIx9i9ghZnN5m/3azmo1OTIx9i9ghZnN5m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qtls/cipher_suite.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qtls/client_session_cache.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qtls/conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/qtls/qtls.go
2025-08-20T21:45:14.9182940Z [00:02:40.970]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:45:14.9193202Z [00:02:40.971]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/76/76bfb5607720225cee1736911920770c68f8b4de100f9cd84ea977b185b815b1-d # internal
2025-08-20T21:45:14.9193844Z [00:02:40.971]➜  github.com/coder/websocket
2025-08-20T21:45:14.9194137Z [00:02:40.971]➜  mkdir -p $WORK/b603/
2025-08-20T21:45:14.9194447Z [00:02:40.972]➜  echo -n > $WORK/b603/go_asm.h # internal
2025-08-20T21:45:14.9195398Z [00:02:40.972]➜  cd /root/go/pkg/mod/github.com/coder/websocket@v1.8.12
2025-08-20T21:45:14.9197079Z [00:02:40.972]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/coder/websocket -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.12=>github.com/coder/websocket@v1.8.12;$WORK/b603=>" -I $WORK/b603/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b603/symabis ./mask_arm64.s
2025-08-20T21:45:14.9220967Z [00:02:40.975]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:45:14.9227138Z [00:02:40.976]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:45:14.9235243Z [00:02:40.976]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/8b/8bf5790f686c8f6362597008b1723f3934d4abaa71ef738a3c3b7c5ff9f25b27-d # internal
2025-08-20T21:45:14.9246947Z [00:02:40.977]➜  cat >/tmp/go-build3243449595/b603/importcfg << 'EOF' # internal
2025-08-20T21:45:14.9249232Z [00:02:40.977]➜  # import config
2025-08-20T21:45:14.9249649Z [00:02:40.977]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:14.9250076Z [00:02:40.977]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:14.9250526Z [00:02:40.977]➜  packagefile compress/flate=/tmp/go-build3243449595/b307/_pkg_.a
2025-08-20T21:45:14.9251005Z [00:02:40.977]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.9251454Z [00:02:40.977]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:14.9251911Z [00:02:40.977]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:14.9252387Z [00:02:40.977]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:14.9252871Z [00:02:40.977]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:14.9253336Z [00:02:40.977]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.9253752Z [00:02:40.977]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.9254303Z [00:02:40.977]➜  packagefile github.com/coder/websocket/internal/errd=/tmp/go-build3243449595/b604/_pkg_.a
2025-08-20T21:45:14.9254968Z [00:02:40.977]➜  packagefile github.com/coder/websocket/internal/util=/tmp/go-build3243449595/b605/_pkg_.a
2025-08-20T21:45:14.9255645Z [00:02:40.977]➜  packagefile github.com/coder/websocket/internal/xsync=/tmp/go-build3243449595/b606/_pkg_.a
2025-08-20T21:45:14.9256171Z [00:02:40.977]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.9256575Z [00:02:40.977]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:14.9256984Z [00:02:40.977]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:14.9257410Z [00:02:40.977]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:14.9272049Z [00:02:40.977]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:14.9272611Z [00:02:40.977]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:14.9273073Z [00:02:40.977]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:14.9273525Z [00:02:40.977]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:14.9273992Z [00:02:40.977]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:14.9274454Z [00:02:40.977]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:14.9274887Z [00:02:40.977]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.9275317Z [00:02:40.977]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.9275741Z [00:02:40.977]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.9276175Z [00:02:40.977]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:14.9276621Z [00:02:40.977]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.9276925Z [00:02:40.977]➜  EOF
2025-08-20T21:45:14.9277224Z [00:02:40.979]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:14.9282351Z [00:02:40.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.12=>github.com/coder/websocket@v1.8.12;$WORK/b603=>" -p github.com/coder/websocket -lang=go1.19 -installsuffix shared -buildid GNnc5Z6XnAJ61HCNgSWh/GNnc5Z6XnAJ61HCNgSWh -goversion go1.25.0 -symabis $WORK/b603/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack -asmhdr $WORK/b603/go_asm.h /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/accept.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/close.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/compress.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/conn.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/dial.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/doc.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/frame.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/mask.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/mask_asm.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/netconn.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/netconn_notjs.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/read.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/stringer.go /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/write.go
2025-08-20T21:45:14.9287327Z [00:02:40.979]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/62/622974bf157d47e9cadccf46f558dbcdbb2defcbab0e3bfa99ae5abef17f325c-d # internal
2025-08-20T21:45:14.9288489Z [00:02:40.979]➜  github.com/quic-go/quic-go/internal/wire
2025-08-20T21:45:14.9289295Z [00:02:40.979]➜  mkdir -p $WORK/b594/
2025-08-20T21:45:14.9289786Z [00:02:40.979]➜  github.com/netbirdio/netbird/shared/relay/healthcheck
2025-08-20T21:45:14.9290195Z [00:02:40.979]➜  mkdir -p $WORK/b608/
2025-08-20T21:45:14.9290677Z [00:02:40.979]➜  cat >/tmp/go-build3243449595/b594/importcfg << 'EOF' # internal
2025-08-20T21:45:14.9291060Z [00:02:40.979]➜  # import config
2025-08-20T21:45:14.9291586Z [00:02:40.979]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:14.9292198Z [00:02:40.979]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:14.9292693Z [00:02:40.979]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.9293248Z [00:02:40.979]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.9293943Z [00:02:40.979]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:14.9294754Z [00:02:40.979]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build3243449595/b593/_pkg_.a
2025-08-20T21:45:14.9295569Z [00:02:40.979]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:14.9296775Z [00:02:40.979]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build3243449595/b595/_pkg_.a
2025-08-20T21:45:14.9297556Z [00:02:40.979]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:14.9298246Z [00:02:40.979]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:14.9298831Z [00:02:40.979]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:14.9307326Z [00:02:40.979]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:14.9308058Z [00:02:40.979]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:14.9308543Z [00:02:40.979]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:14.9308962Z [00:02:40.979]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:14.9309381Z [00:02:40.979]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.9309852Z [00:02:40.979]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.9310162Z [00:02:40.979]➜  EOF
2025-08-20T21:45:14.9321426Z [00:02:40.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire=>github.com/quic-go/quic-go@v0.48.2/internal/wire;$WORK/b594=>" -p github.com/quic-go/quic-go/internal/wire -lang=go1.22 -complete -installsuffix shared -buildid 3KCDZj7iYv6Dm8J1yoUz/3KCDZj7iYv6Dm8J1yoUz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/ack_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/ack_range.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/connection_close_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/crypto_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/data_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/datagram_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/extended_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/frame_parser.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/handshake_done_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/log.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/max_data_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/max_stream_data_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/max_streams_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/new_connection_id_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/new_token_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/path_challenge_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/path_response_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/ping_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/pool.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/reset_stream_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/retire_connection_id_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/short_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/stop_sending_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/stream_data_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/stream_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/streams_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/transport_parameters.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/wire/version_negotiation.go
2025-08-20T21:45:14.9332069Z [00:02:40.979]➜  cat >/tmp/go-build3243449595/b608/importcfg << 'EOF' # internal
2025-08-20T21:45:14.9332432Z [00:02:40.979]➜  # import config
2025-08-20T21:45:14.9332775Z [00:02:40.979]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:14.9333275Z [00:02:40.979]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:14.9333765Z [00:02:40.979]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:14.9334178Z [00:02:40.979]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:14.9334596Z [00:02:40.979]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.9334902Z [00:02:40.979]➜  EOF
2025-08-20T21:45:14.9337403Z [00:02:40.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck=>github.com/netbirdio/netbird/shared/relay/healthcheck;$WORK/b608=>" -p github.com/netbirdio/netbird/shared/relay/healthcheck -lang=go1.23 -complete -installsuffix shared -buildid P_hZDni9IOpR1CMyGrdC/P_hZDni9IOpR1CMyGrdC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/doc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/receiver.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/sender.go
2025-08-20T21:45:14.9619821Z [00:02:41.014]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:45:14.9628798Z [00:02:41.015]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/bc/bc9d029cec5e64ee54895eb8e947b1198432f4f8fade7b16962db864f492f492-d # internal
2025-08-20T21:45:14.9630484Z [00:02:41.016]➜  github.com/quic-go/quic-go/internal/flowcontrol
2025-08-20T21:45:14.9633581Z [00:02:41.016]➜  mkdir -p $WORK/b596/
2025-08-20T21:45:14.9644866Z [00:02:41.017]➜  cat >/tmp/go-build3243449595/b596/importcfg << 'EOF' # internal
2025-08-20T21:45:14.9646428Z [00:02:41.017]➜  # import config
2025-08-20T21:45:14.9647112Z [00:02:41.017]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:14.9649864Z [00:02:41.017]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:14.9650513Z [00:02:41.017]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:14.9651181Z [00:02:41.017]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build3243449595/b593/_pkg_.a
2025-08-20T21:45:14.9651860Z [00:02:41.017]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:14.9652380Z [00:02:41.017]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:14.9652793Z [00:02:41.017]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:14.9653107Z [00:02:41.017]➜  EOF
2025-08-20T21:45:14.9656275Z [00:02:41.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/flowcontrol=>github.com/quic-go/quic-go@v0.48.2/internal/flowcontrol;$WORK/b596=>" -p github.com/quic-go/quic-go/internal/flowcontrol -lang=go1.22 -complete -installsuffix shared -buildid CF899eKd_iX207_uD5TP/CF899eKd_iX207_uD5TP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/flowcontrol/base_flow_controller.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/flowcontrol/connection_flow_controller.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/flowcontrol/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/flowcontrol/stream_flow_controller.go
2025-08-20T21:45:15.0098366Z [00:02:41.062]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:45:15.0110972Z [00:02:41.064]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/f4/f478b50245812860e69b4d5ffb96b64a60237c9ac70e5c7c0dbfdfb939f84cef-d # internal
2025-08-20T21:45:15.0129201Z [00:02:41.065]➜  github.com/netbirdio/netbird/shared/relay/messages
2025-08-20T21:45:15.0131024Z [00:02:41.065]➜  mkdir -p $WORK/b609/
2025-08-20T21:45:15.0131442Z [00:02:41.065]➜  cat >/tmp/go-build3243449595/b609/importcfg << 'EOF' # internal
2025-08-20T21:45:15.0131795Z [00:02:41.065]➜  # import config
2025-08-20T21:45:15.0132143Z [00:02:41.065]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.0132624Z [00:02:41.065]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:15.0133103Z [00:02:41.065]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:15.0133559Z [00:02:41.065]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.0133972Z [00:02:41.065]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.0134280Z [00:02:41.065]➜  EOF
2025-08-20T21:45:15.0136973Z [00:02:41.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages=>github.com/netbirdio/netbird/shared/relay/messages;$WORK/b609=>" -p github.com/netbirdio/netbird/shared/relay/messages -lang=go1.23 -complete -installsuffix shared -buildid zHi28X8wXUA178n5Yalx/zHi28X8wXUA178n5Yalx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/doc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/id.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/message.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/peer_state.go
2025-08-20T21:45:15.0626287Z [00:02:41.115]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:45:15.0633585Z [00:02:41.116]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/b0/b0d958828c252a01fc6462a27d30910e08f540288d07f94ae6387c13405caf94-d # internal
2025-08-20T21:45:15.0654038Z [00:02:41.118]➜  github.com/caddyserver/zerossl
2025-08-20T21:45:15.0655084Z [00:02:41.118]➜  mkdir -p $WORK/b613/
2025-08-20T21:45:15.0657998Z [00:02:41.119]➜  cat >/tmp/go-build3243449595/b613/importcfg << 'EOF' # internal
2025-08-20T21:45:15.0659769Z [00:02:41.119]➜  # import config
2025-08-20T21:45:15.0660389Z [00:02:41.119]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.0660973Z [00:02:41.119]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.0661539Z [00:02:41.119]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:15.0662163Z [00:02:41.119]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:15.0663540Z [00:02:41.119]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:15.0663998Z [00:02:41.119]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.0664403Z [00:02:41.119]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:15.0664825Z [00:02:41.119]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:15.0665278Z [00:02:41.119]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:15.0665710Z [00:02:41.119]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:15.0666135Z [00:02:41.119]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.0666556Z [00:02:41.119]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.0666865Z [00:02:41.119]➜  EOF
2025-08-20T21:45:15.0671137Z [00:02:41.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3=>github.com/caddyserver/zerossl@v0.1.3;$WORK/b613=>" -p github.com/caddyserver/zerossl -lang=go1.21 -complete -installsuffix shared -buildid 8_rv-Kz5CjruilFH5WkQ/8_rv-Kz5CjruilFH5WkQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/client.go /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/endpoints.go /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/models.go /root/go/pkg/mod/github.com/caddyserver/zerossl@v0.1.3/zerossl.go
2025-08-20T21:45:15.1670950Z [00:02:41.220]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:45:15.1683577Z [00:02:41.221]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:45:15.1702082Z [00:02:41.223]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/68/689228acbb9c95d3d7902a930f9cfd153a1849157413153d6cfa6471994b53cf-d # internal
2025-08-20T21:45:15.1706079Z [00:02:41.223]➜  github.com/klauspost/cpuid/v2
2025-08-20T21:45:15.1706423Z [00:02:41.223]➜  mkdir -p $WORK/b614/
2025-08-20T21:45:15.1710108Z [00:02:41.224]➜  echo -n > $WORK/b614/go_asm.h # internal
2025-08-20T21:45:15.1710967Z [00:02:41.224]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7
2025-08-20T21:45:15.1721995Z [00:02:41.225]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7=>github.com/klauspost/cpuid/v2@v2.2.7;$WORK/b614=>" -I $WORK/b614/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b614/symabis ./cpuid_arm64.s
2025-08-20T21:45:15.1724477Z [00:02:41.225]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/76/76bd584618edd1e06c23bf094411fadd93b86db7e329abc8657f149e79a262ba-d # internal
2025-08-20T21:45:15.1725231Z [00:02:41.225]➜  github.com/quic-go/quic-go/logging
2025-08-20T21:45:15.1726234Z [00:02:41.225]➜  mkdir -p $WORK/b592/
2025-08-20T21:45:15.1736049Z [00:02:41.226]➜  cat >/tmp/go-build3243449595/b592/importcfg << 'EOF' # internal
2025-08-20T21:45:15.1737074Z [00:02:41.226]➜  # import config
2025-08-20T21:45:15.1738290Z [00:02:41.226]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:15.1739327Z [00:02:41.226]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build3243449595/b593/_pkg_.a
2025-08-20T21:45:15.1740279Z [00:02:41.226]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:15.1741542Z [00:02:41.226]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build3243449595/b594/_pkg_.a
2025-08-20T21:45:15.1742653Z [00:02:41.226]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:15.1759411Z [00:02:41.226]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.1760082Z [00:02:41.226]➜  EOF
2025-08-20T21:45:15.1760987Z [00:02:41.226]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:15.1764654Z [00:02:41.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/logging=>github.com/quic-go/quic-go@v0.48.2/logging;$WORK/b592=>" -p github.com/quic-go/quic-go/logging -lang=go1.22 -complete -installsuffix shared -buildid oMnT10_eE5Fns0Bf4Xon/oMnT10_eE5Fns0Bf4Xon -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/logging/connection_tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/logging/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/logging/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/logging/packet_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/logging/tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/logging/types.go
2025-08-20T21:45:15.1770226Z [00:02:41.230]➜  cat >/tmp/go-build3243449595/b614/importcfg << 'EOF' # internal
2025-08-20T21:45:15.1772113Z [00:02:41.230]➜  # import config
2025-08-20T21:45:15.1773084Z [00:02:41.230]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:15.1774107Z [00:02:41.230]➜  packagefile flag=/tmp/go-build3243449595/b325/_pkg_.a
2025-08-20T21:45:15.1775079Z [00:02:41.230]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.1776003Z [00:02:41.230]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:15.1777092Z [00:02:41.230]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:15.1778451Z [00:02:41.230]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:15.1779488Z [00:02:41.230]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:15.1780450Z [00:02:41.230]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:15.1781441Z [00:02:41.230]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:15.1782278Z [00:02:41.230]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.1783075Z [00:02:41.230]➜  EOF
2025-08-20T21:45:15.1786416Z [00:02:41.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7=>github.com/klauspost/cpuid/v2@v2.2.7;$WORK/b614=>" -p github.com/klauspost/cpuid/v2 -lang=go1.15 -installsuffix shared -buildid Mo5k7vhJMmtuYsVbPr-G/Mo5k7vhJMmtuYsVbPr-G -goversion go1.25.0 -symabis $WORK/b614/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack -asmhdr $WORK/b614/go_asm.h /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/cpuid.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/detect_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/featureid_string.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/os_linux_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/os_unsafe_linux_arm64.go
2025-08-20T21:45:15.2374605Z [00:02:41.290]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:45:15.2382714Z [00:02:41.291]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/4c/4cb78cc38f9d58d8f044dfcd44089c944faaee9863fd530e8d7236e88c436287-d # internal
2025-08-20T21:45:15.2384606Z [00:02:41.291]➜  github.com/quic-go/quic-go/internal/congestion
2025-08-20T21:45:15.2385636Z [00:02:41.291]➜  mkdir -p $WORK/b588/
2025-08-20T21:45:15.2387334Z [00:02:41.291]➜  cat >/tmp/go-build3243449595/b588/importcfg << 'EOF' # internal
2025-08-20T21:45:15.2389266Z [00:02:41.291]➜  # import config
2025-08-20T21:45:15.2389976Z [00:02:41.291]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.2391139Z [00:02:41.291]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:15.2392122Z [00:02:41.292]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:15.2392933Z [00:02:41.292]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build3243449595/b592/_pkg_.a
2025-08-20T21:45:15.2393991Z [00:02:41.292]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:15.2394771Z [00:02:41.292]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.2395576Z [00:02:41.292]➜  EOF
2025-08-20T21:45:15.2400053Z [00:02:41.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion=>github.com/quic-go/quic-go@v0.48.2/internal/congestion;$WORK/b588=>" -p github.com/quic-go/quic-go/internal/congestion -lang=go1.22 -complete -installsuffix shared -buildid tifRvg4ojwt44O4O8J65/tifRvg4ojwt44O4O8J65 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion/bandwidth.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion/clock.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion/cubic.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion/cubic_sender.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion/hybrid_slow_start.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/congestion/pacer.go
2025-08-20T21:45:15.2589570Z [00:02:41.310]➜  cd /root/go/pkg/mod/github.com/coder/websocket@v1.8.12
2025-08-20T21:45:15.2591330Z [00:02:41.312]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/coder/websocket -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.12=>github.com/coder/websocket@v1.8.12;$WORK/b603=>" -I $WORK/b603/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b603/mask_arm64.o ./mask_arm64.s
2025-08-20T21:45:15.2611028Z [00:02:41.314]➜  go tool pack r $WORK/b603/_pkg_.a $WORK/b603/mask_arm64.o # internal
2025-08-20T21:45:15.2642334Z [00:02:41.317]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:45:15.2681047Z [00:02:41.321]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/5c/5c25abff0e4dc292414a2072a7dde5f079f03af02a288d81c71d031fbf071307-d # internal
2025-08-20T21:45:15.2693200Z [00:02:41.322]➜  github.com/quic-go/quic-go/internal/handshake
2025-08-20T21:45:15.2695343Z [00:02:41.322]➜  mkdir -p $WORK/b597/
2025-08-20T21:45:15.2707897Z [00:02:41.323]➜  cat >/tmp/go-build3243449595/b597/importcfg << 'EOF' # internal
2025-08-20T21:45:15.2708614Z [00:02:41.323]➜  # import config
2025-08-20T21:45:15.2709178Z [00:02:41.323]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.2710799Z [00:02:41.323]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.2711255Z [00:02:41.323]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:15.2711694Z [00:02:41.323]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:15.2712166Z [00:02:41.323]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:15.2713062Z [00:02:41.323]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:15.2713531Z [00:02:41.323]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:15.2713987Z [00:02:41.323]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:15.2714444Z [00:02:41.323]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:15.2714922Z [00:02:41.323]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:15.2715387Z [00:02:41.323]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.2715800Z [00:02:41.324]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.2716355Z [00:02:41.324]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:15.2717022Z [00:02:41.324]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build3243449595/b593/_pkg_.a
2025-08-20T21:45:15.2717673Z [00:02:41.324]➜  packagefile github.com/quic-go/quic-go/internal/qtls=/tmp/go-build3243449595/b598/_pkg_.a
2025-08-20T21:45:15.2718526Z [00:02:41.324]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:15.2719171Z [00:02:41.324]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build3243449595/b594/_pkg_.a
2025-08-20T21:45:15.2719786Z [00:02:41.324]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build3243449595/b592/_pkg_.a
2025-08-20T21:45:15.2720406Z [00:02:41.324]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build3243449595/b595/_pkg_.a
2025-08-20T21:45:15.2721000Z [00:02:41.324]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3243449595/b337/_pkg_.a
2025-08-20T21:45:15.2721607Z [00:02:41.324]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3243449595/b336/_pkg_.a
2025-08-20T21:45:15.2722193Z [00:02:41.324]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3243449595/b599/_pkg_.a
2025-08-20T21:45:15.2722673Z [00:02:41.324]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:15.2723072Z [00:02:41.324]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:15.2723489Z [00:02:41.324]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.2723908Z [00:02:41.324]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.2724341Z [00:02:41.324]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:15.2724775Z [00:02:41.324]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.2725390Z [00:02:41.324]➜  EOF
2025-08-20T21:45:15.2829754Z [00:02:41.335]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:15.2920397Z [00:02:41.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake=>github.com/quic-go/quic-go@v0.48.2/internal/handshake;$WORK/b597=>" -p github.com/quic-go/quic-go/internal/handshake -lang=go1.22 -complete -installsuffix shared -buildid 94qcoCPD52g5nwNIjZqW/94qcoCPD52g5nwNIjZqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/aead.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/cipher_suite.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/crypto_setup.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/header_protector.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/hkdf.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/initial_aead.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/retry.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/session_ticket.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/token_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/token_protector.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/handshake/updatable_aead.go
2025-08-20T21:45:15.2990806Z [00:02:41.350]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:45:15.2999085Z [00:02:41.352]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/20/2011a10c2ec2ef1fbf447ad642ec64c339d5e525ca4badb4ae0a1879df9258df-d # internal
2025-08-20T21:45:15.3004600Z [00:02:41.353]➜  github.com/quic-go/quic-go/internal/ackhandler
2025-08-20T21:45:15.3004993Z [00:02:41.353]➜  mkdir -p $WORK/b587/
2025-08-20T21:45:15.3009869Z [00:02:41.354]➜  cat >/tmp/go-build3243449595/b587/importcfg << 'EOF' # internal
2025-08-20T21:45:15.3010572Z [00:02:41.354]➜  # import config
2025-08-20T21:45:15.3011104Z [00:02:41.354]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.3012375Z [00:02:41.354]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.3012991Z [00:02:41.354]➜  packagefile github.com/quic-go/quic-go/internal/congestion=/tmp/go-build3243449595/b588/_pkg_.a
2025-08-20T21:45:15.3013688Z [00:02:41.354]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:15.3014351Z [00:02:41.354]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build3243449595/b593/_pkg_.a
2025-08-20T21:45:15.3014997Z [00:02:41.354]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:15.3015652Z [00:02:41.354]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build3243449595/b594/_pkg_.a
2025-08-20T21:45:15.3016274Z [00:02:41.354]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build3243449595/b592/_pkg_.a
2025-08-20T21:45:15.3016780Z [00:02:41.354]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:15.3017231Z [00:02:41.354]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.3017655Z [00:02:41.354]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.3018161Z [00:02:41.354]➜  EOF
2025-08-20T21:45:15.3024569Z [00:02:41.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler=>github.com/quic-go/quic-go@v0.48.2/internal/ackhandler;$WORK/b587=>" -p github.com/quic-go/quic-go/internal/ackhandler -lang=go1.22 -complete -installsuffix shared -buildid ohrb6CSh89HtCm_tYegG/ohrb6CSh89HtCm_tYegG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/ack_eliciting.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/ackhandler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/ecn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/interfaces.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/packet.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/packet_number_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/received_packet_handler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/received_packet_history.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/received_packet_tracker.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/send_mode.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/sent_packet_handler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/internal/ackhandler/sent_packet_history.go
2025-08-20T21:45:15.3285720Z [00:02:41.381]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:45:15.3460694Z [00:02:41.398]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/29/29bad14f07bc8d1198c4dda8713215b7b305c566a14558cf538cce650e50e1d1-d # internal
2025-08-20T21:45:15.3466429Z [00:02:41.399]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T21:45:15.3466790Z [00:02:41.399]➜  mkdir -p $WORK/b511/
2025-08-20T21:45:15.3490244Z [00:02:41.400]➜  cat >/tmp/go-build3243449595/b511/importcfg << 'EOF' # internal
2025-08-20T21:45:15.3491358Z [00:02:41.400]➜  # import config
2025-08-20T21:45:15.3492631Z [00:02:41.400]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3243449595/b507/_pkg_.a
2025-08-20T21:45:15.3493466Z [00:02:41.400]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3243449595/b505/_pkg_.a
2025-08-20T21:45:15.3494150Z [00:02:41.400]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3243449595/b512/_pkg_.a
2025-08-20T21:45:15.3494849Z [00:02:41.400]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:15.3495573Z [00:02:41.400]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:15.3496160Z [00:02:41.400]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.3496484Z [00:02:41.400]➜  EOF
2025-08-20T21:45:15.3510649Z [00:02:41.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filetype=>google.golang.org/protobuf@v1.36.6/internal/filetype;$WORK/b511=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.22 -complete -installsuffix shared -buildid 4p3HIy9rJhWfs6UCqXBr/4p3HIy9rJhWfs6UCqXBr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filetype/build.go
2025-08-20T21:45:15.3993806Z [00:02:41.452]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:45:15.4010850Z [00:02:41.454]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/29/294d3c59c2f7866b180c648d20ea8b3bbc7d799373d28ae4f11c2e2d17063c4e-d # internal
2025-08-20T21:45:15.4012356Z [00:02:41.454]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T21:45:15.4013340Z [00:02:41.454]➜  mkdir -p $WORK/b504/
2025-08-20T21:45:15.4026739Z [00:02:41.455]➜  cat >/tmp/go-build3243449595/b504/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4027825Z [00:02:41.455]➜  # import config
2025-08-20T21:45:15.4028679Z [00:02:41.455]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3243449595/b505/_pkg_.a
2025-08-20T21:45:15.4030076Z [00:02:41.455]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3243449595/b511/_pkg_.a
2025-08-20T21:45:15.4031454Z [00:02:41.455]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3243449595/b512/_pkg_.a
2025-08-20T21:45:15.4032512Z [00:02:41.455]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3243449595/b516/_pkg_.a
2025-08-20T21:45:15.4033480Z [00:02:41.455]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3243449595/b517/_pkg_.a
2025-08-20T21:45:15.4034503Z [00:02:41.455]➜  EOF
2025-08-20T21:45:15.4037281Z [00:02:41.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoimpl=>google.golang.org/protobuf@v1.36.6/runtime/protoimpl;$WORK/b504=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.22 -complete -installsuffix shared -buildid iUxZA2TDeKDELUZ9xuWp/iUxZA2TDeKDELUZ9xuWp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoimpl/version.go
2025-08-20T21:45:15.4173506Z [00:02:41.470]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7
2025-08-20T21:45:15.4174933Z [00:02:41.470]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7=>github.com/klauspost/cpuid/v2@v2.2.7;$WORK/b614=>" -I $WORK/b614/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b614/cpuid_arm64.o ./cpuid_arm64.s
2025-08-20T21:45:15.4192668Z [00:02:41.472]➜  go tool pack r $WORK/b614/_pkg_.a $WORK/b614/cpuid_arm64.o # internal
2025-08-20T21:45:15.4194105Z [00:02:41.472]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:45:15.4218676Z [00:02:41.475]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:45:15.4245289Z [00:02:41.477]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/d2/d29fbcbde14bfe300cbeea243c264a5d57c9bcac0dbab7a3def844fcfd15dfce-d # internal
2025-08-20T21:45:15.4255262Z [00:02:41.478]➜  github.com/netbirdio/netbird/shared/relay/client/dialer/ws
2025-08-20T21:45:15.4256703Z [00:02:41.478]➜  mkdir -p $WORK/b602/
2025-08-20T21:45:15.4258108Z [00:02:41.479]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/0c/0cf4ccad5f811faa0f13c5a85466cbb0a2018c0ccd163784dc3bf14bf8fcb17a-d # internal
2025-08-20T21:45:15.4260437Z [00:02:41.479]➜  github.com/libdns/libdns
2025-08-20T21:45:15.4261299Z [00:02:41.479]➜  mkdir -p $WORK/b615/
2025-08-20T21:45:15.4267233Z [00:02:41.479]➜  cat >/tmp/go-build3243449595/b602/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4267620Z [00:02:41.479]➜  # import config
2025-08-20T21:45:15.4268154Z [00:02:41.479]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.4268615Z [00:02:41.479]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:15.4269072Z [00:02:41.479]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:15.4269534Z [00:02:41.479]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.4269954Z [00:02:41.479]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.4270445Z [00:02:41.479]➜  packagefile github.com/coder/websocket=/tmp/go-build3243449595/b603/_pkg_.a
2025-08-20T21:45:15.4271073Z [00:02:41.479]➜  packagefile github.com/netbirdio/netbird/shared/relay=/tmp/go-build3243449595/b607/_pkg_.a
2025-08-20T21:45:15.4271787Z [00:02:41.479]➜  packagefile github.com/netbirdio/netbird/util/embeddedroots=/tmp/go-build3243449595/b585/_pkg_.a
2025-08-20T21:45:15.4272467Z [00:02:41.479]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:15.4273065Z [00:02:41.479]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:15.4273549Z [00:02:41.479]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:15.4273984Z [00:02:41.479]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:15.4274817Z [00:02:41.479]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:15.4275333Z [00:02:41.479]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.4275752Z [00:02:41.479]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.4276058Z [00:02:41.479]➜  EOF
2025-08-20T21:45:15.4276325Z [00:02:41.479]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:15.4279192Z [00:02:41.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws=>github.com/netbirdio/netbird/shared/relay/client/dialer/ws;$WORK/b602=>" -p github.com/netbirdio/netbird/shared/relay/client/dialer/ws -lang=go1.23 -complete -installsuffix shared -buildid oMjhHlS-fDXbz7npXMgx/oMjhHlS-fDXbz7npXMgx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/addr.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/conn.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/ws.go
2025-08-20T21:45:15.4287270Z [00:02:41.481]➜  cat >/tmp/go-build3243449595/b615/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4290554Z [00:02:41.481]➜  # import config
2025-08-20T21:45:15.4291209Z [00:02:41.481]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.4291835Z [00:02:41.481]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.4293144Z [00:02:41.481]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:15.4295367Z [00:02:41.481]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.4296188Z [00:02:41.481]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.4296711Z [00:02:41.481]➜  EOF
2025-08-20T21:45:15.4301957Z [00:02:41.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libdns/libdns@v0.2.2=>github.com/libdns/libdns@v0.2.2;$WORK/b615=>" -p github.com/libdns/libdns -lang=go1.18 -complete -installsuffix shared -buildid uM5H1tDTGtRV9TGt_bYb/uM5H1tDTGtRV9TGt_bYb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/github.com/libdns/libdns@v0.2.2/libdns.go
2025-08-20T21:45:15.4307461Z [00:02:41.481]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:45:15.4308180Z [00:02:41.481]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:45:15.4309595Z [00:02:41.481]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d # internal
2025-08-20T21:45:15.4310434Z [00:02:41.482]➜  google.golang.org/protobuf/protoadapt
2025-08-20T21:45:15.4310847Z [00:02:41.482]➜  mkdir -p $WORK/b503/
2025-08-20T21:45:15.4311222Z [00:02:41.482]➜  cat >/tmp/go-build3243449595/b503/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4311567Z [00:02:41.482]➜  # import config
2025-08-20T21:45:15.4312017Z [00:02:41.482]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:15.4312681Z [00:02:41.482]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3243449595/b490/_pkg_.a
2025-08-20T21:45:15.4313382Z [00:02:41.482]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:15.4313824Z [00:02:41.482]➜  EOF
2025-08-20T21:45:15.4315745Z [00:02:41.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt=>google.golang.org/protobuf@v1.36.6/protoadapt;$WORK/b503=>" -p google.golang.org/protobuf/protoadapt -lang=go1.22 -complete -installsuffix shared -buildid -riB8WHdgWG3FqvlGREB/-riB8WHdgWG3FqvlGREB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt/convert.go
2025-08-20T21:45:15.4318511Z [00:02:41.482]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/56/56a139f212c3339424b7afdd20e4603cd697ff67889b9c319b17828c0478a639-d # internal
2025-08-20T21:45:15.4319217Z [00:02:41.482]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T21:45:15.4319554Z [00:02:41.482]➜  mkdir -p $WORK/b523/
2025-08-20T21:45:15.4319924Z [00:02:41.483]➜  cat >/tmp/go-build3243449595/b523/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4320267Z [00:02:41.483]➜  # import config
2025-08-20T21:45:15.4320794Z [00:02:41.484]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:15.4321500Z [00:02:41.484]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:15.4322049Z [00:02:41.484]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:15.4322471Z [00:02:41.484]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.4322895Z [00:02:41.484]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.4323316Z [00:02:41.484]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.4323626Z [00:02:41.484]➜  EOF
2025-08-20T21:45:15.4325754Z [00:02:41.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/durationpb=>google.golang.org/protobuf@v1.36.6/types/known/durationpb;$WORK/b523=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.22 -complete -installsuffix shared -buildid NL19J-JP3EPOP6NTbYtr/NL19J-JP3EPOP6NTbYtr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/durationpb/duration.pb.go
2025-08-20T21:45:15.4590286Z [00:02:41.512]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:45:15.4597650Z [00:02:41.512]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/c3/c36dc50be94d9622d723ad4573a51cced7f716848c648c7fc2ad43d548708c92-d # internal
2025-08-20T21:45:15.4612544Z [00:02:41.514]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T21:45:15.4613580Z [00:02:41.514]➜  mkdir -p $WORK/b524/
2025-08-20T21:45:15.4617523Z [00:02:41.514]➜  cat >/tmp/go-build3243449595/b524/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4619405Z [00:02:41.515]➜  # import config
2025-08-20T21:45:15.4619962Z [00:02:41.515]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:15.4620949Z [00:02:41.515]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:15.4622123Z [00:02:41.515]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.4622567Z [00:02:41.515]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.4622984Z [00:02:41.515]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.4623300Z [00:02:41.515]➜  EOF
2025-08-20T21:45:15.4625486Z [00:02:41.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/timestamppb=>google.golang.org/protobuf@v1.36.6/types/known/timestamppb;$WORK/b524=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.22 -complete -installsuffix shared -buildid -wrBlv2Nu0p_rMFSjLtq/-wrBlv2Nu0p_rMFSjLtq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/timestamppb/timestamp.pb.go
2025-08-20T21:45:15.4627451Z [00:02:41.515]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:45:15.4629817Z [00:02:41.516]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/7a/7a378b3c7d58b67e49794d2c9b28f75f23d60a1d87b8258e6db087007562a5f8-d # internal
2025-08-20T21:45:15.4643475Z [00:02:41.517]➜  google.golang.org/grpc/encoding/proto
2025-08-20T21:45:15.4645774Z [00:02:41.517]➜  mkdir -p $WORK/b502/
2025-08-20T21:45:15.4650322Z [00:02:41.518]➜  cat >/tmp/go-build3243449595/b502/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4655448Z [00:02:41.518]➜  # import config
2025-08-20T21:45:15.4655816Z [00:02:41.518]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.4656333Z [00:02:41.518]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3243449595/b500/_pkg_.a
2025-08-20T21:45:15.4656931Z [00:02:41.518]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:15.4657585Z [00:02:41.518]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3243449595/b503/_pkg_.a
2025-08-20T21:45:15.4658258Z [00:02:41.518]➜  EOF
2025-08-20T21:45:15.4660168Z [00:02:41.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/encoding/proto=>google.golang.org/grpc@v1.64.1/encoding/proto;$WORK/b502=>" -p google.golang.org/grpc/encoding/proto -lang=go1.19 -complete -installsuffix shared -buildid xgA8SmBrU1kKnl-Fm7IN/xgA8SmBrU1kKnl-Fm7IN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/encoding/proto/proto.go
2025-08-20T21:45:15.4739319Z [00:02:41.526]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:45:15.4766689Z [00:02:41.529]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/ab/aba4fc3541f64d4284899b90223b8c3b9ca599f740c6b0691f5bdb7bb9131283-d # internal
2025-08-20T21:45:15.4773491Z [00:02:41.530]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T21:45:15.4774618Z [00:02:41.530]➜  mkdir -p $WORK/b527/
2025-08-20T21:45:15.4775398Z [00:02:41.530]➜  cat >/tmp/go-build3243449595/b527/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4777293Z [00:02:41.530]➜  # import config
2025-08-20T21:45:15.4778304Z [00:02:41.530]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:15.4779178Z [00:02:41.530]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:15.4780110Z [00:02:41.530]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:15.4780835Z [00:02:41.530]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:15.4781580Z [00:02:41.530]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.4782019Z [00:02:41.530]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.4782459Z [00:02:41.530]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.4782768Z [00:02:41.530]➜  EOF
2025-08-20T21:45:15.4785018Z [00:02:41.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/anypb=>google.golang.org/protobuf@v1.36.6/types/known/anypb;$WORK/b527=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.22 -complete -installsuffix shared -buildid hMJagNC4v2GM2JQqccZQ/hMJagNC4v2GM2JQqccZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/anypb/any.pb.go
2025-08-20T21:45:15.4801894Z [00:02:41.533]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:45:15.4824415Z [00:02:41.535]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/57/57a4653f5eb005b2c7a2444a17eda34701f9a3eff6a1022c68198da6e1acfdda-d # internal
2025-08-20T21:45:15.4831602Z [00:02:41.536]➜  google.golang.org/grpc/internal/pretty
2025-08-20T21:45:15.4835404Z [00:02:41.536]➜  mkdir -p $WORK/b533/
2025-08-20T21:45:15.4851277Z [00:02:41.538]➜  cat >/tmp/go-build3243449595/b533/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4862068Z [00:02:41.538]➜  # import config
2025-08-20T21:45:15.4862955Z [00:02:41.538]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.4863847Z [00:02:41.538]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:15.4864825Z [00:02:41.538]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.4865470Z [00:02:41.538]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3243449595/b534/_pkg_.a
2025-08-20T21:45:15.4866146Z [00:02:41.538]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3243449595/b503/_pkg_.a
2025-08-20T21:45:15.4866562Z [00:02:41.538]➜  EOF
2025-08-20T21:45:15.4868667Z [00:02:41.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/pretty=>google.golang.org/grpc@v1.64.1/internal/pretty;$WORK/b533=>" -p google.golang.org/grpc/internal/pretty -lang=go1.19 -complete -installsuffix shared -buildid u1f9JLfG8pdfwy2nbfEo/u1f9JLfG8pdfwy2nbfEo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/pretty/pretty.go
2025-08-20T21:45:15.4906953Z [00:02:41.543]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:45:15.4933909Z [00:02:41.545]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/05/057d32a83c71d275176c8f6fec548e624e19e008b786d08a951144014f70f602-d # internal
2025-08-20T21:45:15.4934568Z [00:02:41.545]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T21:45:15.4935926Z [00:02:41.545]➜  mkdir -p $WORK/b577/
2025-08-20T21:45:15.4936893Z [00:02:41.546]➜  cat >/tmp/go-build3243449595/b577/importcfg << 'EOF' # internal
2025-08-20T21:45:15.4939247Z [00:02:41.546]➜  # import config
2025-08-20T21:45:15.4939898Z [00:02:41.546]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:15.4940743Z [00:02:41.546]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:15.4941309Z [00:02:41.546]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.4941734Z [00:02:41.546]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.4942044Z [00:02:41.546]➜  EOF
2025-08-20T21:45:15.4944154Z [00:02:41.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/descriptorpb=>google.golang.org/protobuf@v1.36.6/types/descriptorpb;$WORK/b577=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.22 -complete -installsuffix shared -buildid Pcsm9J5QW9Gk3yXCvAjH/Pcsm9J5QW9Gk3yXCvAjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/descriptorpb/descriptor.pb.go
2025-08-20T21:45:15.5056560Z [00:02:41.558]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:45:15.5065504Z [00:02:41.559]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:45:15.5069030Z [00:02:41.560]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/2e/2ef545916b3c67e4e447b2b6a6e4702edd078290058f2618966509d245d41209-d # internal
2025-08-20T21:45:15.5079047Z [00:02:41.561]➜  github.com/quic-go/quic-go
2025-08-20T21:45:15.5079586Z [00:02:41.561]➜  mkdir -p $WORK/b586/
2025-08-20T21:45:15.5083447Z [00:02:41.561]➜  cat >/tmp/go-build3243449595/b586/importcfg << 'EOF' # internal
2025-08-20T21:45:15.5088377Z [00:02:41.561]➜  # import config
2025-08-20T21:45:15.5088758Z [00:02:41.561]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.5089189Z [00:02:41.561]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.5089672Z [00:02:41.561]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:15.5090134Z [00:02:41.561]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:15.5090601Z [00:02:41.561]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:15.5091061Z [00:02:41.561]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:15.5091532Z [00:02:41.561]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:15.5092287Z [00:02:41.561]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.5092780Z [00:02:41.561]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.5093349Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/ackhandler=/tmp/go-build3243449595/b587/_pkg_.a
2025-08-20T21:45:15.5094046Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/flowcontrol=/tmp/go-build3243449595/b596/_pkg_.a
2025-08-20T21:45:15.5094750Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/handshake=/tmp/go-build3243449595/b597/_pkg_.a
2025-08-20T21:45:15.5095430Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:15.5096088Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build3243449595/b593/_pkg_.a
2025-08-20T21:45:15.5096769Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:15.5097476Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/utils/linkedlist=/tmp/go-build3243449595/b600/_pkg_.a
2025-08-20T21:45:15.5104766Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/utils/ringbuffer=/tmp/go-build3243449595/b601/_pkg_.a
2025-08-20T21:45:15.5105483Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build3243449595/b594/_pkg_.a
2025-08-20T21:45:15.5106110Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build3243449595/b592/_pkg_.a
2025-08-20T21:45:15.5107156Z [00:02:41.561]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build3243449595/b595/_pkg_.a
2025-08-20T21:45:15.5108849Z [00:02:41.561]➜  packagefile golang.org/x/exp/rand=/tmp/go-build3243449595/b590/_pkg_.a
2025-08-20T21:45:15.5109528Z [00:02:41.561]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:15.5110058Z [00:02:41.561]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3243449595/b150/_pkg_.a
2025-08-20T21:45:15.5110601Z [00:02:41.561]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:15.5111070Z [00:02:41.561]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:15.5111476Z [00:02:41.561]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:15.5111876Z [00:02:41.561]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:15.5112300Z [00:02:41.561]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:15.5112734Z [00:02:41.561]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:15.5113158Z [00:02:41.561]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:15.5113574Z [00:02:41.561]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:15.5113988Z [00:02:41.561]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.5114412Z [00:02:41.561]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:15.5114846Z [00:02:41.561]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:15.5115280Z [00:02:41.561]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.5115698Z [00:02:41.561]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.5116134Z [00:02:41.561]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:15.5116576Z [00:02:41.561]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:15.5117007Z [00:02:41.561]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.5117313Z [00:02:41.561]➜  EOF
2025-08-20T21:45:15.5133509Z [00:02:41.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2=>github.com/quic-go/quic-go@v0.48.2;$WORK/b586=>" -p github.com/quic-go/quic-go -lang=go1.22 -complete -installsuffix shared -buildid 94iro9QyquUqsupVZWAi/94iro9QyquUqsupVZWAi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/buffer_pool.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/client.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/closed_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/config.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/conn_id_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/conn_id_manager.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/connection.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/connection_logging.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/connection_timer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/crypto_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/crypto_stream_manager.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/datagram_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/errors.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/frame_sorter.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/framer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/mtu_discoverer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/multiplexer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/packet_handler_map.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/packet_packer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/packet_unpacker.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/receive_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/retransmission_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/send_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/send_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/send_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/server.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/streams_map.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/streams_map_incoming.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/streams_map_outgoing.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/sys_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/sys_conn_buffers.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/sys_conn_buffers_write.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/sys_conn_df_linux.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/sys_conn_helper_linux.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/sys_conn_oob.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/token_store.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.48.2/transport.go
2025-08-20T21:45:15.5166116Z [00:02:41.568]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d # internal
2025-08-20T21:45:15.5166856Z [00:02:41.568]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T21:45:15.5167202Z [00:02:41.568]➜  mkdir -p $WORK/b522/
2025-08-20T21:45:15.5167598Z [00:02:41.569]➜  cat >/tmp/go-build3243449595/b522/importcfg << 'EOF' # internal
2025-08-20T21:45:15.5168082Z [00:02:41.569]➜  # import config
2025-08-20T21:45:15.5168588Z [00:02:41.569]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:15.5169299Z [00:02:41.569]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:15.5170030Z [00:02:41.569]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3243449595/b523/_pkg_.a
2025-08-20T21:45:15.5170768Z [00:02:41.569]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:15.5171398Z [00:02:41.569]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.5171819Z [00:02:41.569]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.5172127Z [00:02:41.569]➜  EOF
2025-08-20T21:45:15.5174555Z [00:02:41.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.64.1/binarylog/grpc_binarylog_v1;$WORK/b522=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.19 -complete -installsuffix shared -buildid eksm9EC2Rn07QCS0nYPH/eksm9EC2Rn07QCS0nYPH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T21:45:15.5253071Z [00:02:41.578]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:45:15.5273057Z [00:02:41.579]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/05/05984c5d0696fa237234498fc287a15c7d0981baa7b9ea336f3e59060abc22ef-d # internal
2025-08-20T21:45:15.5273772Z [00:02:41.579]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T21:45:15.5274109Z [00:02:41.579]➜  mkdir -p $WORK/b526/
2025-08-20T21:45:15.5274513Z [00:02:41.579]➜  cat >/tmp/go-build3243449595/b526/importcfg << 'EOF' # internal
2025-08-20T21:45:15.5274862Z [00:02:41.579]➜  # import config
2025-08-20T21:45:15.5275366Z [00:02:41.579]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:15.5276078Z [00:02:41.579]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:15.5277261Z [00:02:41.579]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3243449595/b527/_pkg_.a
2025-08-20T21:45:15.5278068Z [00:02:41.579]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.5278562Z [00:02:41.579]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.5278872Z [00:02:41.579]➜  EOF
2025-08-20T21:45:15.5281308Z [00:02:41.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/status;$WORK/b526=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.21 -complete -installsuffix shared -buildid AV7epGE8l2dEp-9far2C/AV7epGE8l2dEp-9far2C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/status/status.pb.go
2025-08-20T21:45:15.5636364Z [00:02:41.616]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:45:15.5643821Z [00:02:41.617]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/1b/1b63b3aaceaab13f6b10a7ebcfd2f32ef627c9165b0ec2cec471bcf9611bab29-d # internal
2025-08-20T21:45:15.5648549Z [00:02:41.617]➜  google.golang.org/grpc/internal/status
2025-08-20T21:45:15.5651587Z [00:02:41.617]➜  mkdir -p $WORK/b528/
2025-08-20T21:45:15.5652008Z [00:02:41.618]➜  cat >/tmp/go-build3243449595/b528/importcfg << 'EOF' # internal
2025-08-20T21:45:15.5652404Z [00:02:41.618]➜  # import config
2025-08-20T21:45:15.5652749Z [00:02:41.618]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.5653173Z [00:02:41.618]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.5653763Z [00:02:41.618]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3243449595/b526/_pkg_.a
2025-08-20T21:45:15.5654405Z [00:02:41.618]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:15.5658788Z [00:02:41.618]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:15.5659573Z [00:02:41.618]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3243449595/b503/_pkg_.a
2025-08-20T21:45:15.5660251Z [00:02:41.618]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3243449595/b527/_pkg_.a
2025-08-20T21:45:15.5660696Z [00:02:41.618]➜  EOF
2025-08-20T21:45:15.5662972Z [00:02:41.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/status=>google.golang.org/grpc@v1.64.1/internal/status;$WORK/b528=>" -p google.golang.org/grpc/internal/status -lang=go1.19 -complete -installsuffix shared -buildid JMlij2yq2FqGK5-ZYGE7/JMlij2yq2FqGK5-ZYGE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/status/status.go
2025-08-20T21:45:15.5979835Z [00:02:41.650]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:45:15.5989094Z [00:02:41.651]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/92/92b506b9b0b9fdfa12ae712837e56b34ccd25c482e670b2aff95d618655cd11b-d # internal
2025-08-20T21:45:15.5992532Z [00:02:41.652]➜  google.golang.org/grpc/status
2025-08-20T21:45:15.5994434Z [00:02:41.652]➜  mkdir -p $WORK/b525/
2025-08-20T21:45:15.5995661Z [00:02:41.652]➜  cat >/tmp/go-build3243449595/b525/importcfg << 'EOF' # internal
2025-08-20T21:45:15.5997643Z [00:02:41.652]➜  # import config
2025-08-20T21:45:15.5998769Z [00:02:41.652]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.5999467Z [00:02:41.652]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.6000228Z [00:02:41.652]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.6001319Z [00:02:41.652]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3243449595/b526/_pkg_.a
2025-08-20T21:45:15.6004554Z [00:02:41.653]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:15.6005171Z [00:02:41.653]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3243449595/b528/_pkg_.a
2025-08-20T21:45:15.6005590Z [00:02:41.653]➜  EOF
2025-08-20T21:45:15.6013923Z [00:02:41.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/status=>google.golang.org/grpc@v1.64.1/status;$WORK/b525=>" -p google.golang.org/grpc/status -lang=go1.19 -complete -installsuffix shared -buildid -RZwjkyDV1d6_EwXl1GS/-RZwjkyDV1d6_EwXl1GS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/status/status.go
2025-08-20T21:45:15.6072732Z [00:02:41.660]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:45:15.6110252Z [00:02:41.662]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/7f/7f871aab43350c3273235f2fba046a2cc6fcfde908f76bbea29eaec3cd134b23-d # internal
2025-08-20T21:45:15.6111118Z [00:02:41.662]➜  go.uber.org/multierr
2025-08-20T21:45:15.6111415Z [00:02:41.664]➜  mkdir -p $WORK/b619/
2025-08-20T21:45:15.6111801Z [00:02:41.664]➜  cat >/tmp/go-build3243449595/b619/importcfg << 'EOF' # internal
2025-08-20T21:45:15.6112155Z [00:02:41.664]➜  # import config
2025-08-20T21:45:15.6112497Z [00:02:41.664]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.6113187Z [00:02:41.664]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.6113691Z [00:02:41.664]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.6114097Z [00:02:41.664]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:15.6114512Z [00:02:41.664]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.6114933Z [00:02:41.664]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.6115383Z [00:02:41.664]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:15.6115708Z [00:02:41.664]➜  EOF
2025-08-20T21:45:15.6117567Z [00:02:41.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b619=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid CjvxZhZwUPABOVHbB3J-/CjvxZhZwUPABOVHbB3J- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/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-20T21:45:15.6475356Z [00:02:41.700]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:45:15.6491131Z [00:02:41.702]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d # internal
2025-08-20T21:45:15.6498679Z [00:02:41.703]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T21:45:15.6500573Z [00:02:41.703]➜  mkdir -p $WORK/b521/
2025-08-20T21:45:15.6542460Z [00:02:41.707]➜  cat >/tmp/go-build3243449595/b521/importcfg << 'EOF' # internal
2025-08-20T21:45:15.6543556Z [00:02:41.707]➜  # import config
2025-08-20T21:45:15.6544098Z [00:02:41.707]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:15.6545657Z [00:02:41.707]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.6546188Z [00:02:41.707]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:15.6546683Z [00:02:41.707]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.6547105Z [00:02:41.707]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.6547694Z [00:02:41.707]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3243449595/b522/_pkg_.a
2025-08-20T21:45:15.6548638Z [00:02:41.707]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:15.6549291Z [00:02:41.707]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3243449595/b501/_pkg_.a
2025-08-20T21:45:15.6549913Z [00:02:41.707]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:15.6550496Z [00:02:41.707]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:15.6551086Z [00:02:41.707]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:15.6551778Z [00:02:41.707]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3243449595/b523/_pkg_.a
2025-08-20T21:45:15.6552519Z [00:02:41.707]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:15.6553079Z [00:02:41.707]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:15.6553483Z [00:02:41.707]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:15.6553896Z [00:02:41.707]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:15.6554307Z [00:02:41.707]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:15.6554732Z [00:02:41.707]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:15.6555168Z [00:02:41.707]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.6555591Z [00:02:41.707]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.6556029Z [00:02:41.707]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:15.6556819Z [00:02:41.707]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.6557208Z [00:02:41.707]➜  EOF
2025-08-20T21:45:15.6560610Z [00:02:41.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/binarylog=>google.golang.org/grpc@v1.64.1/internal/binarylog;$WORK/b521=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.19 -complete -installsuffix shared -buildid dOOiloa7EYwCjImdrrJu/dOOiloa7EYwCjImdrrJu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/binarylog/sink.go
2025-08-20T21:45:15.6704309Z [00:02:41.723]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:45:15.6721297Z [00:02:41.724]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d # internal
2025-08-20T21:45:15.6736643Z [00:02:41.726]➜  google.golang.org/grpc/internal/transport
2025-08-20T21:45:15.6748671Z [00:02:41.727]➜  mkdir -p $WORK/b541/
2025-08-20T21:45:15.6754657Z [00:02:41.727]➜  cat >/tmp/go-build3243449595/b541/importcfg << 'EOF' # internal
2025-08-20T21:45:15.6755081Z [00:02:41.727]➜  # import config
2025-08-20T21:45:15.6755426Z [00:02:41.727]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:15.6755853Z [00:02:41.727]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.6756275Z [00:02:41.727]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:15.6756733Z [00:02:41.727]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:15.6757201Z [00:02:41.727]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.6757615Z [00:02:41.727]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.6758354Z [00:02:41.727]➜  packagefile golang.org/x/net/http2=/tmp/go-build3243449595/b542/_pkg_.a
2025-08-20T21:45:15.6758910Z [00:02:41.727]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3243449595/b544/_pkg_.a
2025-08-20T21:45:15.6759529Z [00:02:41.727]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:15.6760126Z [00:02:41.727]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:15.6760724Z [00:02:41.727]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:15.6761313Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:15.6761951Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3243449595/b473/_pkg_.a
2025-08-20T21:45:15.6762627Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3243449595/b477/_pkg_.a
2025-08-20T21:45:15.6763296Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3243449595/b425/_pkg_.a
2025-08-20T21:45:15.6763954Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/grpcrand=/tmp/go-build3243449595/b497/_pkg_.a
2025-08-20T21:45:15.6764619Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3243449595/b529/_pkg_.a
2025-08-20T21:45:15.6786235Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3243449595/b501/_pkg_.a
2025-08-20T21:45:15.6787170Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3243449595/b532/_pkg_.a
2025-08-20T21:45:15.6787983Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3243449595/b533/_pkg_.a
2025-08-20T21:45:15.6789039Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3243449595/b528/_pkg_.a
2025-08-20T21:45:15.6789807Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3243449595/b546/_pkg_.a
2025-08-20T21:45:15.6790531Z [00:02:41.727]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3243449595/b540/_pkg_.a
2025-08-20T21:45:15.6791224Z [00:02:41.727]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3243449595/b547/_pkg_.a
2025-08-20T21:45:15.6791817Z [00:02:41.727]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:15.6792393Z [00:02:41.727]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3243449595/b548/_pkg_.a
2025-08-20T21:45:15.6792972Z [00:02:41.727]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:15.6793556Z [00:02:41.727]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3243449595/b549/_pkg_.a
2025-08-20T21:45:15.6794128Z [00:02:41.727]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:15.6794689Z [00:02:41.727]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3243449595/b550/_pkg_.a
2025-08-20T21:45:15.6795268Z [00:02:41.727]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:15.6796124Z [00:02:41.727]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:15.6796535Z [00:02:41.727]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:15.6796938Z [00:02:41.727]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:15.6797357Z [00:02:41.727]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:15.6798153Z [00:02:41.727]➜  packagefile net/http/httputil=/tmp/go-build3243449595/b551/_pkg_.a
2025-08-20T21:45:15.6798687Z [00:02:41.727]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:15.6799151Z [00:02:41.727]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:15.6799599Z [00:02:41.727]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:15.6800025Z [00:02:41.727]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:15.6800453Z [00:02:41.727]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.6800879Z [00:02:41.727]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.6801311Z [00:02:41.727]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:15.6801743Z [00:02:41.727]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.6802182Z [00:02:41.727]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:15.6802515Z [00:02:41.727]➜  EOF
2025-08-20T21:45:15.6807938Z [00:02:41.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport=>google.golang.org/grpc@v1.64.1/internal/transport;$WORK/b541=>" -p google.golang.org/grpc/internal/transport -lang=go1.19 -complete -installsuffix shared -buildid yGau-THyml6CfAlpe7dd/yGau-THyml6CfAlpe7dd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/internal/transport/transport.go
2025-08-20T21:45:15.7151164Z [00:02:41.768]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:45:15.7240603Z [00:02:41.777]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/71/717aab7aeef0b0f2809969dc72be90389c7bff261fe73e7d81fc4d790d5e4d05-d # internal
2025-08-20T21:45:15.7253786Z [00:02:41.778]➜  go.uber.org/zap/internal/pool
2025-08-20T21:45:15.7257625Z [00:02:41.778]➜  mkdir -p $WORK/b623/
2025-08-20T21:45:15.7259291Z [00:02:41.779]➜  cat >/tmp/go-build3243449595/b623/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7259994Z [00:02:41.779]➜  # import config
2025-08-20T21:45:15.7260518Z [00:02:41.779]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.7261498Z [00:02:41.779]➜  EOF
2025-08-20T21:45:15.7263471Z [00:02:41.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_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/b623=>" -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/b623/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool/pool.go
2025-08-20T21:45:15.7332163Z [00:02:41.786]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:45:15.7335253Z [00:02:41.786]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/8d/8d7d33cc8d5faaa820a2c30809b31ef63d30023692839527f4f22b758bc840ed-d # internal
2025-08-20T21:45:15.7345821Z [00:02:41.787]➜  go.uber.org/zap/buffer
2025-08-20T21:45:15.7349808Z [00:02:41.788]➜  mkdir -p $WORK/b622/
2025-08-20T21:45:15.7351933Z [00:02:41.788]➜  cat >/tmp/go-build3243449595/b622/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7352330Z [00:02:41.788]➜  # import config
2025-08-20T21:45:15.7352787Z [00:02:41.788]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3243449595/b623/_pkg_.a
2025-08-20T21:45:15.7353292Z [00:02:41.788]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:15.7353714Z [00:02:41.788]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.7354024Z [00:02:41.788]➜  EOF
2025-08-20T21:45:15.7360645Z [00:02:41.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer=>go.uber.org/zap@v1.27.0/buffer;$WORK/b622=>" -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/b622/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-20T21:45:15.7397220Z [00:02:41.792]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:45:15.7417217Z [00:02:41.794]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/85/858b1390f2e034af4c5c548a09a18b1863588d6d0613049e5a685e2db943e259-d # internal
2025-08-20T21:45:15.7424277Z [00:02:41.795]➜  go.uber.org/zap/internal/color
2025-08-20T21:45:15.7424956Z [00:02:41.795]➜  mkdir -p $WORK/b625/
2025-08-20T21:45:15.7435510Z [00:02:41.796]➜  cat >/tmp/go-build3243449595/b625/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7435923Z [00:02:41.796]➜  # import config
2025-08-20T21:45:15.7436292Z [00:02:41.796]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.7436604Z [00:02:41.796]➜  EOF
2025-08-20T21:45:15.7439511Z [00:02:41.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_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/b625=>" -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/b625/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/color/color.go
2025-08-20T21:45:15.7553852Z [00:02:41.808]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:45:15.7557881Z [00:02:41.808]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/64/64adde809865bc56f3936befb7d8b47fa0770e6f6709e418c22cfee34fcb6abf-d # internal
2025-08-20T21:45:15.7561508Z [00:02:41.809]➜  go.uber.org/zap/internal/exit
2025-08-20T21:45:15.7563071Z [00:02:41.809]➜  mkdir -p $WORK/b626/
2025-08-20T21:45:15.7563481Z [00:02:41.809]➜  cat >/tmp/go-build3243449595/b626/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7563835Z [00:02:41.809]➜  # import config
2025-08-20T21:45:15.7564164Z [00:02:41.809]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:15.7564469Z [00:02:41.809]➜  EOF
2025-08-20T21:45:15.7566246Z [00:02:41.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_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/b626=>" -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/b626/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/exit/exit.go
2025-08-20T21:45:15.7629721Z [00:02:41.816]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:45:15.7643081Z [00:02:41.816]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/46/4683499672ce48bc81b6f8b3ea6a067cc526f790b0de0203e8c638751ff98ab0-d # internal
2025-08-20T21:45:15.7644960Z [00:02:41.817]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T21:45:15.7645941Z [00:02:41.817]➜  mkdir -p $WORK/b624/
2025-08-20T21:45:15.7646763Z [00:02:41.817]➜  cat >/tmp/go-build3243449595/b624/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7647440Z [00:02:41.817]➜  # import config
2025-08-20T21:45:15.7648516Z [00:02:41.817]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3243449595/b622/_pkg_.a
2025-08-20T21:45:15.7649456Z [00:02:41.817]➜  EOF
2025-08-20T21:45:15.7652136Z [00:02:41.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_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/b624=>" -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/b624/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/bufferpool/bufferpool.go
2025-08-20T21:45:15.7702552Z [00:02:41.823]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:45:15.7706489Z [00:02:41.823]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/10/105f1c2ac36e14bc99e5bd97b0085f5a1702180ede9f48ded861fd2de26f3f62-d # internal
2025-08-20T21:45:15.7709952Z [00:02:41.824]➜  github.com/zeebo/blake3/internal/consts
2025-08-20T21:45:15.7710285Z [00:02:41.824]➜  mkdir -p $WORK/b632/
2025-08-20T21:45:15.7713907Z [00:02:41.824]➜  cat >/tmp/go-build3243449595/b632/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7714419Z [00:02:41.824]➜  # import config
2025-08-20T21:45:15.7716409Z [00:02:41.824]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3243449595/b614/_pkg_.a
2025-08-20T21:45:15.7717855Z [00:02:41.824]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:15.7719548Z [00:02:41.824]➜  EOF
2025-08-20T21:45:15.7722823Z [00:02:41.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts=>github.com/zeebo/blake3@v0.2.3/internal/consts;$WORK/b632=>" -p github.com/zeebo/blake3/internal/consts -lang=go1.13 -complete -installsuffix shared -buildid gwr3iS3LMEKKL7CFTHGy/gwr3iS3LMEKKL7CFTHGy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts/consts.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts/cpu.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/consts/cpu_little.go
2025-08-20T21:45:15.7788028Z [00:02:41.831]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:45:15.7796169Z [00:02:41.832]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/58/58428706e7d026a873dccb50a976ceacc8059122a89a27b67fb119b4192696f8-d # internal
2025-08-20T21:45:15.7827060Z [00:02:41.835]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:45:15.7836275Z [00:02:41.836]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/ac/ac324ba5641a81401cb9336dfb0b17be5706b2e5c0c93634adf10cc51e60975a-d # internal
2025-08-20T21:45:15.7838946Z [00:02:41.837]➜  go.uber.org/zap/internal/stacktrace
2025-08-20T21:45:15.7839518Z [00:02:41.837]➜  mkdir -p $WORK/b627/
2025-08-20T21:45:15.7842349Z [00:02:41.837]➜  cat >/tmp/go-build3243449595/b627/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7842771Z [00:02:41.837]➜  # import config
2025-08-20T21:45:15.7843177Z [00:02:41.837]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3243449595/b622/_pkg_.a
2025-08-20T21:45:15.7843793Z [00:02:41.837]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3243449595/b624/_pkg_.a
2025-08-20T21:45:15.7844395Z [00:02:41.837]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3243449595/b623/_pkg_.a
2025-08-20T21:45:15.7844893Z [00:02:41.837]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:15.7845211Z [00:02:41.837]➜  EOF
﻿2025-08-20T21:45:15.7857803Z [00:02:41.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_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/b627=>" -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/b627/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/stacktrace/stack.go
2025-08-20T21:45:15.7879519Z [00:02:41.841]➜  go.uber.org/zap/zapcore
2025-08-20T21:45:15.7880131Z [00:02:41.841]➜  mkdir -p $WORK/b621/
2025-08-20T21:45:15.7880705Z [00:02:41.841]➜  cat >/tmp/go-build3243449595/b621/importcfg << 'EOF' # internal
2025-08-20T21:45:15.7881100Z [00:02:41.841]➜  # import config
2025-08-20T21:45:15.7881651Z [00:02:41.841]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:15.7882252Z [00:02:41.841]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:15.7883009Z [00:02:41.841]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:15.7883518Z [00:02:41.841]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:15.7884162Z [00:02:41.841]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:15.7884818Z [00:02:41.841]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:15.7885475Z [00:02:41.841]➜  packagefile go.uber.org/multierr=/tmp/go-build3243449595/b619/_pkg_.a
2025-08-20T21:45:15.7886231Z [00:02:41.841]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3243449595/b622/_pkg_.a
2025-08-20T21:45:15.7887007Z [00:02:41.841]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3243449595/b624/_pkg_.a
2025-08-20T21:45:15.7888345Z [00:02:41.841]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build3243449595/b625/_pkg_.a
2025-08-20T21:45:15.7889215Z [00:02:41.841]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build3243449595/b626/_pkg_.a
2025-08-20T21:45:15.7890035Z [00:02:41.841]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3243449595/b623/_pkg_.a
2025-08-20T21:45:15.7890684Z [00:02:41.841]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:15.7891240Z [00:02:41.841]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:15.7891780Z [00:02:41.841]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:15.7892400Z [00:02:41.841]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:15.7893467Z [00:02:41.841]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:15.7894037Z [00:02:41.841]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:15.7894600Z [00:02:41.841]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:15.7895042Z [00:02:41.841]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:15.7895479Z [00:02:41.841]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:15.7896075Z [00:02:41.841]➜  EOF
2025-08-20T21:45:15.7902998Z [00:02:41.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore=>go.uber.org/zap@v1.27.0/zapcore;$WORK/b621=>" -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/b621/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-20T21:45:15.8117150Z [00:02:41.864]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:45:15.8533364Z [00:02:41.864]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/8f/8f017bac6c2f5b20567d8f2a7003158183a3f802e918367fa92fe73ce835b0c6-d # internal
2025-08-20T21:45:15.8534177Z [00:02:41.864]➜  github.com/zeebo/blake3/internal/alg/compress/compress_pure
2025-08-20T21:45:15.8534563Z [00:02:41.864]➜  mkdir -p $WORK/b631/
2025-08-20T21:45:15.8534939Z [00:02:41.864]➜  cat >/tmp/go-build3243449595/b631/importcfg << 'EOF' # internal
2025-08-20T21:45:15.8535281Z [00:02:41.864]➜  # import config
2025-08-20T21:45:15.8535746Z [00:02:41.864]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3243449595/b632/_pkg_.a
2025-08-20T21:45:15.8536291Z [00:02:41.864]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:15.8536631Z [00:02:41.864]➜  EOF
2025-08-20T21:45:15.8539122Z [00:02:41.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_pure=>github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_pure;$WORK/b631=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_pure -lang=go1.13 -complete -installsuffix shared -buildid -ZynJQZq0HWAfGIyZsRV/-ZynJQZq0HWAfGIyZsRV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_pure/compress.go
2025-08-20T21:45:15.8541314Z [00:02:41.906]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:45:15.8546693Z [00:02:41.907]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/f5/f583149612bb0e4fb1f981d1dc3a744a999add1f02f123be735ad273ebcaca73-d # internal
2025-08-20T21:45:15.8548396Z [00:02:41.907]➜  github.com/zeebo/blake3/internal/alg/compress/compress_sse41
2025-08-20T21:45:15.8548908Z [00:02:41.907]➜  mkdir -p $WORK/b633/
2025-08-20T21:45:15.8549296Z [00:02:41.907]➜  cat >/tmp/go-build3243449595/b633/importcfg << 'EOF' # internal
2025-08-20T21:45:15.8549642Z [00:02:41.907]➜  # import config
2025-08-20T21:45:15.8550196Z [00:02:41.907]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build3243449595/b631/_pkg_.a
2025-08-20T21:45:15.8550711Z [00:02:41.907]➜  EOF
2025-08-20T21:45:15.8553004Z [00:02:41.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41=>github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41;$WORK/b633=>" -p github.com/zeebo/blake3/internal/alg/compress/compress_sse41 -lang=go1.13 -complete -installsuffix shared -buildid 1JKbcUBayuZ_GM0sJ6jX/1JKbcUBayuZ_GM0sJ6jX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress_sse41/impl_other.go
2025-08-20T21:45:15.8788423Z [00:02:41.932]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:45:15.8791568Z [00:02:41.932]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/c7/c77b9ebd1717d5e53ddf28d57edba8c37f21fd86a95a1e2e97a370892635b1f1-d # internal
2025-08-20T21:45:15.8795364Z [00:02:41.932]➜  github.com/zeebo/blake3/internal/alg/compress
2025-08-20T21:45:15.8796562Z [00:02:41.932]➜  mkdir -p $WORK/b630/
2025-08-20T21:45:15.8818272Z [00:02:41.932]➜  cat >/tmp/go-build3243449595/b630/importcfg << 'EOF' # internal
2025-08-20T21:45:15.8818961Z [00:02:41.932]➜  # import config
2025-08-20T21:45:15.8819547Z [00:02:41.932]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build3243449595/b631/_pkg_.a
2025-08-20T21:45:15.8820392Z [00:02:41.932]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build3243449595/b633/_pkg_.a
2025-08-20T21:45:15.8821156Z [00:02:41.932]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3243449595/b632/_pkg_.a
2025-08-20T21:45:15.8821579Z [00:02:41.932]➜  EOF
2025-08-20T21:45:15.8823633Z [00:02:41.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress=>github.com/zeebo/blake3@v0.2.3/internal/alg/compress;$WORK/b630=>" -p github.com/zeebo/blake3/internal/alg/compress -lang=go1.13 -complete -installsuffix shared -buildid eO7u8q8n_TDT0BfubnlP/eO7u8q8n_TDT0BfubnlP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/compress/compress.go
2025-08-20T21:45:15.8954226Z [00:02:41.948]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:45:15.8957699Z [00:02:41.949]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/bd/bdc3a0b695e8c87c5f0938bec3e2e741118f6959b69bf4013af58be181404378-d # internal
2025-08-20T21:45:15.8958641Z [00:02:41.949]➜  github.com/zeebo/blake3/internal/utils
2025-08-20T21:45:15.8959045Z [00:02:41.949]➜  mkdir -p $WORK/b637/
2025-08-20T21:45:15.8965357Z [00:02:41.949]➜  cat >/tmp/go-build3243449595/b637/importcfg << 'EOF' # internal
2025-08-20T21:45:15.8966337Z [00:02:41.949]➜  # import config
2025-08-20T21:45:15.8966823Z [00:02:41.949]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:15.8967214Z [00:02:41.949]➜  EOF
2025-08-20T21:45:15.8969277Z [00:02:41.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/utils=>github.com/zeebo/blake3@v0.2.3/internal/utils;$WORK/b637=>" -p github.com/zeebo/blake3/internal/utils -lang=go1.13 -complete -installsuffix shared -buildid 05A0pAjm2Fr215OoErp5/05A0pAjm2Fr215OoErp5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/utils/utils.go
2025-08-20T21:45:15.9186446Z [00:02:41.971]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:45:15.9192879Z [00:02:41.972]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/b5/b591a75e3b1d05ac504d0d188b23f5455bf379da9260a5f3e1c2a66c179c7cf0-d # internal
2025-08-20T21:45:15.9196165Z [00:02:41.972]➜  github.com/zeebo/blake3/internal/alg/hash/hash_pure
2025-08-20T21:45:15.9196595Z [00:02:41.972]➜  mkdir -p $WORK/b636/
2025-08-20T21:45:15.9202321Z [00:02:41.973]➜  cat >/tmp/go-build3243449595/b636/importcfg << 'EOF' # internal
2025-08-20T21:45:15.9203646Z [00:02:41.973]➜  # import config
2025-08-20T21:45:15.9204256Z [00:02:41.973]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build3243449595/b630/_pkg_.a
2025-08-20T21:45:15.9204948Z [00:02:41.973]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3243449595/b632/_pkg_.a
2025-08-20T21:45:15.9205601Z [00:02:41.973]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build3243449595/b637/_pkg_.a
2025-08-20T21:45:15.9206017Z [00:02:41.973]➜  EOF
2025-08-20T21:45:15.9208575Z [00:02:41.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure=>github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure;$WORK/b636=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_pure -lang=go1.13 -complete -installsuffix shared -buildid 4yPmxySfdCBMUbXsx_BJ/4yPmxySfdCBMUbXsx_BJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure/hashf.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_pure/hashp.go
2025-08-20T21:45:15.9339772Z [00:02:41.986]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:45:15.9359397Z [00:02:41.989]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/a9/a92178af121c96566a000c7502ae3fe6b7a2876860f6c96405beb1ddefe57a6b-d # internal
2025-08-20T21:45:15.9365365Z [00:02:41.989]➜  github.com/zeebo/blake3/internal/alg/hash/hash_avx2
2025-08-20T21:45:15.9370053Z [00:02:41.990]➜  mkdir -p $WORK/b635/
2025-08-20T21:45:15.9377047Z [00:02:41.990]➜  cat >/tmp/go-build3243449595/b635/importcfg << 'EOF' # internal
2025-08-20T21:45:15.9378026Z [00:02:41.990]➜  # import config
2025-08-20T21:45:15.9379491Z [00:02:41.990]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build3243449595/b636/_pkg_.a
2025-08-20T21:45:15.9380029Z [00:02:41.990]➜  EOF
2025-08-20T21:45:15.9389611Z [00:02:41.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2=>github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2;$WORK/b635=>" -p github.com/zeebo/blake3/internal/alg/hash/hash_avx2 -lang=go1.13 -complete -installsuffix shared -buildid KD-vlbRh9S8X6_ERrGFQ/KD-vlbRh9S8X6_ERrGFQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash_avx2/impl_other.go
2025-08-20T21:45:15.9813180Z [00:02:42.034]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:45:15.9820816Z [00:02:42.035]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/4f/4f32bff54d02067c742689024df371fc231e19d5cfd3452136b733c311bf59c0-d # internal
2025-08-20T21:45:15.9821456Z [00:02:42.035]➜  github.com/zeebo/blake3/internal/alg/hash
2025-08-20T21:45:15.9821780Z [00:02:42.035]➜  mkdir -p $WORK/b634/
2025-08-20T21:45:15.9822212Z [00:02:42.035]➜  cat >/tmp/go-build3243449595/b634/importcfg << 'EOF' # internal
2025-08-20T21:45:15.9822552Z [00:02:42.035]➜  # import config
2025-08-20T21:45:15.9823066Z [00:02:42.035]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build3243449595/b635/_pkg_.a
2025-08-20T21:45:15.9823810Z [00:02:42.035]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build3243449595/b636/_pkg_.a
2025-08-20T21:45:15.9824807Z [00:02:42.035]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3243449595/b632/_pkg_.a
2025-08-20T21:45:15.9825337Z [00:02:42.035]➜  EOF
2025-08-20T21:45:15.9827304Z [00:02:42.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash=>github.com/zeebo/blake3@v0.2.3/internal/alg/hash;$WORK/b634=>" -p github.com/zeebo/blake3/internal/alg/hash -lang=go1.13 -complete -installsuffix shared -buildid DJc1RT6oXsFyc00Hvjve/DJc1RT6oXsFyc00Hvjve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/hash/hash.go
2025-08-20T21:45:16.0136177Z [00:02:42.066]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:45:16.0153443Z [00:02:42.067]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/5a/5ab94cc23fe2f5abe4515cd48162c96cfdf687646061f21b90e31167cf030f7a-d # internal
2025-08-20T21:45:16.0160916Z [00:02:42.069]➜  github.com/zeebo/blake3/internal/alg
2025-08-20T21:45:16.0161319Z [00:02:42.069]➜  mkdir -p $WORK/b629/
2025-08-20T21:45:16.0161705Z [00:02:42.069]➜  cat >/tmp/go-build3243449595/b629/importcfg << 'EOF' # internal
2025-08-20T21:45:16.0162054Z [00:02:42.069]➜  # import config
2025-08-20T21:45:16.0162554Z [00:02:42.069]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build3243449595/b630/_pkg_.a
2025-08-20T21:45:16.0163247Z [00:02:42.069]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build3243449595/b634/_pkg_.a
2025-08-20T21:45:16.0164061Z [00:02:42.069]➜  EOF
2025-08-20T21:45:16.0165947Z [00:02:42.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg=>github.com/zeebo/blake3@v0.2.3/internal/alg;$WORK/b629=>" -p github.com/zeebo/blake3/internal/alg -lang=go1.13 -complete -installsuffix shared -buildid TTNLEXKJrveeCAJGl0EB/TTNLEXKJrveeCAJGl0EB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/internal/alg/alg.go
2025-08-20T21:45:16.0842766Z [00:02:42.137]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:45:16.0848781Z [00:02:42.138]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/dd/dd6062b45119f40c1f91fd4dec4efb476086a1762e8189b5646596f4e73a9576-d # internal
2025-08-20T21:45:16.0850817Z [00:02:42.138]➜  github.com/zeebo/blake3
2025-08-20T21:45:16.0852515Z [00:02:42.138]➜  mkdir -p $WORK/b628/
2025-08-20T21:45:16.0862207Z [00:02:42.139]➜  cat >/tmp/go-build3243449595/b628/importcfg << 'EOF' # internal
2025-08-20T21:45:16.0863291Z [00:02:42.139]➜  # import config
2025-08-20T21:45:16.0865046Z [00:02:42.139]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.0865536Z [00:02:42.139]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.0867090Z [00:02:42.139]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build3243449595/b629/_pkg_.a
2025-08-20T21:45:16.0868177Z [00:02:42.139]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3243449595/b632/_pkg_.a
2025-08-20T21:45:16.0868910Z [00:02:42.139]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build3243449595/b637/_pkg_.a
2025-08-20T21:45:16.0869434Z [00:02:42.139]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.0869868Z [00:02:42.139]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:16.0870197Z [00:02:42.140]➜  EOF
2025-08-20T21:45:16.0872294Z [00:02:42.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3=>github.com/zeebo/blake3@v0.2.3;$WORK/b628=>" -p github.com/zeebo/blake3 -lang=go1.13 -complete -installsuffix shared -buildid _FQSQmyHHtqezfrkHlPA/_FQSQmyHHtqezfrkHlPA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/api.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/blake3.go /root/go/pkg/mod/github.com/zeebo/blake3@v0.2.3/digest.go
2025-08-20T21:45:16.1364484Z [00:02:42.189]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:45:16.1378891Z [00:02:42.191]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:45:16.1385523Z [00:02:42.191]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/89/8944afe5abf9858e0c8cf8ec14855d94f7f40e4fec9678e11a75afc86cac40b6-d # internal
2025-08-20T21:45:16.1395109Z [00:02:42.192]➜  golang.org/x/crypto/ocsp
2025-08-20T21:45:16.1395635Z [00:02:42.192]➜  mkdir -p $WORK/b638/
2025-08-20T21:45:16.1396025Z [00:02:42.192]➜  cat >/tmp/go-build3243449595/b638/importcfg << 'EOF' # internal
2025-08-20T21:45:16.1396380Z [00:02:42.192]➜  # import config
2025-08-20T21:45:16.1396724Z [00:02:42.192]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:16.1397170Z [00:02:42.192]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:16.1397647Z [00:02:42.192]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:16.1398292Z [00:02:42.192]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:16.1398757Z [00:02:42.192]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:16.1399215Z [00:02:42.192]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:16.1399676Z [00:02:42.192]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:16.1400570Z [00:02:42.192]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:16.1401227Z [00:02:42.192]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:16.1401709Z [00:02:42.192]➜  packagefile crypto/x509/pkix=/tmp/go-build3243449595/b249/_pkg_.a
2025-08-20T21:45:16.1402185Z [00:02:42.192]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:16.1402626Z [00:02:42.192]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.1403048Z [00:02:42.192]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.1403469Z [00:02:42.192]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:16.1403897Z [00:02:42.192]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:16.1404315Z [00:02:42.192]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.1404626Z [00:02:42.192]➜  EOF
2025-08-20T21:45:16.1406305Z [00:02:42.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ocsp=>golang.org/x/crypto@v0.37.0/ocsp;$WORK/b638=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid w1YLzXzn0hVVP0mCXW-W/w1YLzXzn0hVVP0mCXW-W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/ocsp/ocsp.go
2025-08-20T21:45:16.1564173Z [00:02:42.209]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/69/69285a66a65ab9eb97a3850318f495af8a4c218fb35cbc141939d5643ffd1f7f-d # internal
2025-08-20T21:45:16.1604442Z [00:02:42.213]➜  go.uber.org/zap/internal
2025-08-20T21:45:16.1607651Z [00:02:42.213]➜  mkdir -p $WORK/b620/
2025-08-20T21:45:16.1635825Z [00:02:42.216]➜  cat >/tmp/go-build3243449595/b620/importcfg << 'EOF' # internal
2025-08-20T21:45:16.1637029Z [00:02:42.216]➜  # import config
2025-08-20T21:45:16.1638193Z [00:02:42.216]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3243449595/b621/_pkg_.a
2025-08-20T21:45:16.1639077Z [00:02:42.216]➜  EOF
2025-08-20T21:45:16.1641177Z [00:02:42.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal=>go.uber.org/zap@v1.27.0/internal;$WORK/b620=>" -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/b620/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/level_enabler.go
2025-08-20T21:45:16.1925995Z [00:02:42.245]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:45:16.1951177Z [00:02:42.248]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/82/824834fe3210c71508964e39e39e41ab362a533338ca39911f9330a9bad92fce-d # internal
2025-08-20T21:45:16.1988560Z [00:02:42.252]➜  go.uber.org/zap
2025-08-20T21:45:16.1989922Z [00:02:42.252]➜  mkdir -p $WORK/b618/
2025-08-20T21:45:16.1991074Z [00:02:42.252]➜  cat >/tmp/go-build3243449595/b618/importcfg << 'EOF' # internal
2025-08-20T21:45:16.1998974Z [00:02:42.252]➜  # import config
2025-08-20T21:45:16.1999363Z [00:02:42.252]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.1999819Z [00:02:42.252]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:16.2000272Z [00:02:42.252]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.2000688Z [00:02:42.252]➜  packagefile flag=/tmp/go-build3243449595/b325/_pkg_.a
2025-08-20T21:45:16.2001100Z [00:02:42.252]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.2001609Z [00:02:42.252]➜  packagefile go.uber.org/multierr=/tmp/go-build3243449595/b619/_pkg_.a
2025-08-20T21:45:16.2002142Z [00:02:42.252]➜  packagefile go.uber.org/zap/internal=/tmp/go-build3243449595/b620/_pkg_.a
2025-08-20T21:45:16.2002727Z [00:02:42.252]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3243449595/b624/_pkg_.a
2025-08-20T21:45:16.2003317Z [00:02:42.252]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3243449595/b623/_pkg_.a
2025-08-20T21:45:16.2005639Z [00:02:42.252]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build3243449595/b627/_pkg_.a
2025-08-20T21:45:16.2006237Z [00:02:42.252]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3243449595/b621/_pkg_.a
2025-08-20T21:45:16.2006726Z [00:02:42.252]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.2007132Z [00:02:42.252]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:16.2007558Z [00:02:42.252]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:16.2008224Z [00:02:42.252]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:16.2008660Z [00:02:42.252]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:16.2009073Z [00:02:42.252]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:16.2009513Z [00:02:42.252]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:16.2009971Z [00:02:42.252]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:16.2010394Z [00:02:42.252]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.2010812Z [00:02:42.252]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.2011247Z [00:02:42.252]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:16.2011683Z [00:02:42.252]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.2011989Z [00:02:42.252]➜  EOF
2025-08-20T21:45:16.2016259Z [00:02:42.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0=>go.uber.org/zap@v1.27.0;$WORK/b618=>" -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/b618/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-20T21:45:16.2334715Z [00:02:42.284]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:45:16.2336107Z [00:02:42.285]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/26/26910800082045cd09345f69c78dcea72f317831da895c1d2519d54100f38338-d # internal
2025-08-20T21:45:16.2336846Z [00:02:42.286]➜  google.golang.org/protobuf/internal/editionssupport
2025-08-20T21:45:16.2337198Z [00:02:42.286]➜  mkdir -p $WORK/b641/
2025-08-20T21:45:16.2337574Z [00:02:42.286]➜  cat >/tmp/go-build3243449595/b641/importcfg << 'EOF' # internal
2025-08-20T21:45:16.2338123Z [00:02:42.286]➜  # import config
2025-08-20T21:45:16.2338629Z [00:02:42.286]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3243449595/b577/_pkg_.a
2025-08-20T21:45:16.2339104Z [00:02:42.286]➜  EOF
2025-08-20T21:45:16.2341301Z [00:02:42.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editionssupport=>google.golang.org/protobuf@v1.36.6/internal/editionssupport;$WORK/b641=>" -p google.golang.org/protobuf/internal/editionssupport -lang=go1.22 -complete -installsuffix shared -buildid 3ltPXcqahcmrrnQKnmm8/3ltPXcqahcmrrnQKnmm8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editionssupport/editions.go
2025-08-20T21:45:16.2436886Z [00:02:42.296]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:45:16.2443513Z [00:02:42.297]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/9d/9d5777e5b79a58fc6e2228efed6a36d4d8b0d6cc8139d7d36be286976ae6019e-d # internal
2025-08-20T21:45:16.2444475Z [00:02:42.297]➜  google.golang.org/protobuf/types/gofeaturespb
2025-08-20T21:45:16.2444818Z [00:02:42.297]➜  mkdir -p $WORK/b642/
2025-08-20T21:45:16.2453306Z [00:02:42.298]➜  cat >/tmp/go-build3243449595/b642/importcfg << 'EOF' # internal
2025-08-20T21:45:16.2454108Z [00:02:42.298]➜  # import config
2025-08-20T21:45:16.2455100Z [00:02:42.298]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:16.2455866Z [00:02:42.298]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:16.2456576Z [00:02:42.298]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3243449595/b577/_pkg_.a
2025-08-20T21:45:16.2457166Z [00:02:42.298]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:16.2457589Z [00:02:42.298]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.2458169Z [00:02:42.298]➜  EOF
2025-08-20T21:45:16.2460291Z [00:02:42.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/gofeaturespb=>google.golang.org/protobuf@v1.36.6/types/gofeaturespb;$WORK/b642=>" -p google.golang.org/protobuf/types/gofeaturespb -lang=go1.22 -complete -installsuffix shared -buildid YDH4zuTBqVCm4ltRxVcK/YDH4zuTBqVCm4ltRxVcK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/gofeaturespb/go_features.pb.go
2025-08-20T21:45:16.2561395Z [00:02:42.309]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:45:16.2619009Z [00:02:42.315]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/5c/5c6bca3f4c6e8f5b496b76e3be893d8ca0600b7a011d836373b6b655725365d2-d # internal
2025-08-20T21:45:16.2626093Z [00:02:42.315]➜  google.golang.org/grpc
2025-08-20T21:45:16.2626853Z [00:02:42.316]➜  mkdir -p $WORK/b465/
2025-08-20T21:45:16.2634417Z [00:02:42.316]➜  cat >/tmp/go-build3243449595/b465/importcfg << 'EOF' # internal
2025-08-20T21:45:16.2637433Z [00:02:42.316]➜  # import config
2025-08-20T21:45:16.2650113Z [00:02:42.316]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.2650998Z [00:02:42.316]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:16.2651529Z [00:02:42.316]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.2651997Z [00:02:42.316]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:16.2652479Z [00:02:42.316]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:16.2652947Z [00:02:42.316]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.2653362Z [00:02:42.316]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.2653834Z [00:02:42.316]➜  packagefile golang.org/x/net/trace=/tmp/go-build3243449595/b466/_pkg_.a
2025-08-20T21:45:16.2654396Z [00:02:42.316]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3243449595/b470/_pkg_.a
2025-08-20T21:45:16.2654987Z [00:02:42.316]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3243449595/b471/_pkg_.a
2025-08-20T21:45:16.2655602Z [00:02:42.316]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3243449595/b495/_pkg_.a
2025-08-20T21:45:16.2656251Z [00:02:42.316]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3243449595/b496/_pkg_.a
2025-08-20T21:45:16.2656876Z [00:02:42.316]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3243449595/b472/_pkg_.a
2025-08-20T21:45:16.2657469Z [00:02:42.316]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:16.2658562Z [00:02:42.316]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:16.2659184Z [00:02:42.316]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:16.2659832Z [00:02:42.316]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3243449595/b499/_pkg_.a
2025-08-20T21:45:16.2660460Z [00:02:42.316]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3243449595/b500/_pkg_.a
2025-08-20T21:45:16.2661082Z [00:02:42.316]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3243449595/b502/_pkg_.a
2025-08-20T21:45:16.2661686Z [00:02:42.316]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:16.2662269Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:16.2662884Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3243449595/b518/_pkg_.a
2025-08-20T21:45:16.2663616Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3243449595/b519/_pkg_.a
2025-08-20T21:45:16.2664346Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3243449595/b520/_pkg_.a
2025-08-20T21:45:16.2665021Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3243449595/b521/_pkg_.a
2025-08-20T21:45:16.2665684Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3243449595/b473/_pkg_.a
2025-08-20T21:45:16.2666336Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3243449595/b425/_pkg_.a
2025-08-20T21:45:16.2666990Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/grpcrand=/tmp/go-build3243449595/b497/_pkg_.a
2025-08-20T21:45:16.2667642Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3243449595/b529/_pkg_.a
2025-08-20T21:45:16.2673770Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3243449595/b501/_pkg_.a
2025-08-20T21:45:16.2674414Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3243449595/b531/_pkg_.a
2025-08-20T21:45:16.2675056Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3243449595/b532/_pkg_.a
2025-08-20T21:45:16.2675696Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3243449595/b533/_pkg_.a
2025-08-20T21:45:16.2676586Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3243449595/b536/_pkg_.a
2025-08-20T21:45:16.2677366Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3243449595/b538/_pkg_.a
2025-08-20T21:45:16.2678235Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3243449595/b539/_pkg_.a
2025-08-20T21:45:16.2678929Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3243449595/b537/_pkg_.a
2025-08-20T21:45:16.2679605Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3243449595/b528/_pkg_.a
2025-08-20T21:45:16.2680272Z [00:02:42.316]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3243449595/b541/_pkg_.a
2025-08-20T21:45:16.2680902Z [00:02:42.316]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3243449595/b547/_pkg_.a
2025-08-20T21:45:16.2681499Z [00:02:42.316]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:16.2682081Z [00:02:42.316]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3243449595/b548/_pkg_.a
2025-08-20T21:45:16.2682652Z [00:02:42.316]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:16.2683253Z [00:02:42.316]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3243449595/b552/_pkg_.a
2025-08-20T21:45:16.2684259Z [00:02:42.316]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:16.2684856Z [00:02:42.316]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3243449595/b549/_pkg_.a
2025-08-20T21:45:16.2685424Z [00:02:42.316]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:16.2685992Z [00:02:42.316]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3243449595/b550/_pkg_.a
2025-08-20T21:45:16.2686464Z [00:02:42.316]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.2686879Z [00:02:42.316]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:16.2687286Z [00:02:42.316]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:16.2687832Z [00:02:42.316]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:16.2688332Z [00:02:42.316]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:16.2688768Z [00:02:42.316]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:16.2689197Z [00:02:42.316]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:16.2689624Z [00:02:42.316]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:16.2690050Z [00:02:42.316]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.2690468Z [00:02:42.316]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.2690899Z [00:02:42.316]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:16.2691335Z [00:02:42.316]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.2691655Z [00:02:42.316]➜  EOF
2025-08-20T21:45:16.2698283Z [00:02:42.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.64.1=>google.golang.org/grpc@v1.64.1;$WORK/b465=>" -p google.golang.org/grpc -lang=go1.19 -complete -installsuffix shared -buildid Hq01dxQyqiGrWIii-5xQ/Hq01dxQyqiGrWIii-5xQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/pickfirst.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/shared_buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.64.1/version.go
2025-08-20T21:45:16.3182876Z [00:02:42.371]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:45:16.3207812Z [00:02:42.372]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/3e/3e9102d15021a4cd1cf3c8699e7ebf0051778cf612ec539c6ca9db3101573b47-d # internal
2025-08-20T21:45:16.3208710Z [00:02:42.372]➜  google.golang.org/protobuf/reflect/protodesc
2025-08-20T21:45:16.3209057Z [00:02:42.372]➜  mkdir -p $WORK/b640/
2025-08-20T21:45:16.3209435Z [00:02:42.372]➜  cat >/tmp/go-build3243449595/b640/importcfg << 'EOF' # internal
2025-08-20T21:45:16.3209862Z [00:02:42.372]➜  # import config
2025-08-20T21:45:16.3210723Z [00:02:42.372]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.3211306Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:16.3212039Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3243449595/b508/_pkg_.a
2025-08-20T21:45:16.3212794Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/tmp/go-build3243449595/b641/_pkg_.a
2025-08-20T21:45:16.3213556Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3243449595/b509/_pkg_.a
2025-08-20T21:45:16.3214269Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:16.3214951Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3243449595/b505/_pkg_.a
2025-08-20T21:45:16.3215625Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:16.3216299Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3243449595/b486/_pkg_.a
2025-08-20T21:45:16.3216968Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:16.3217630Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:16.3218473Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:16.3219151Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:16.3219870Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:16.3220578Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3243449595/b577/_pkg_.a
2025-08-20T21:45:16.3221283Z [00:02:42.372]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/tmp/go-build3243449595/b642/_pkg_.a
2025-08-20T21:45:16.3221818Z [00:02:42.372]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:16.3222234Z [00:02:42.372]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.3222651Z [00:02:42.372]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.3223070Z [00:02:42.372]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:16.3223384Z [00:02:42.372]➜  EOF
2025-08-20T21:45:16.3227273Z [00:02:42.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protodesc=>google.golang.org/protobuf@v1.36.6/reflect/protodesc;$WORK/b640=>" -p google.golang.org/protobuf/reflect/protodesc -lang=go1.22 -complete -installsuffix shared -buildid _zC4OpD9UM6Vx-04werf/_zC4OpD9UM6Vx-04werf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protodesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protodesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protodesc/desc_resolve.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protodesc/desc_validate.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protodesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protodesc/proto.go
2025-08-20T21:45:16.4312656Z [00:02:42.484]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:45:16.4551968Z [00:02:42.507]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/3d/3d22dd082ef1c89c49f2174bea63e358dfcc0a60b3ce00807c7ad7ccbcd512e7-d # internal
2025-08-20T21:45:16.4552835Z [00:02:42.508]➜  github.com/netbirdio/netbird/shared/relay/client/dialer/quic
2025-08-20T21:45:16.4553220Z [00:02:42.508]➜  mkdir -p $WORK/b582/
2025-08-20T21:45:16.4553993Z [00:02:42.508]➜  cat >/tmp/go-build3243449595/b582/importcfg << 'EOF' # internal
2025-08-20T21:45:16.4554534Z [00:02:42.508]➜  # import config
2025-08-20T21:45:16.4554885Z [00:02:42.508]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.4555314Z [00:02:42.508]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.4555727Z [00:02:42.508]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.4556357Z [00:02:42.508]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer/net=/tmp/go-build3243449595/b583/_pkg_.a
2025-08-20T21:45:16.4557132Z [00:02:42.508]➜  packagefile github.com/netbirdio/netbird/shared/relay/tls=/tmp/go-build3243449595/b584/_pkg_.a
2025-08-20T21:45:16.4558038Z [00:02:42.508]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:16.4558735Z [00:02:42.508]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build3243449595/b586/_pkg_.a
2025-08-20T21:45:16.4559308Z [00:02:42.508]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:16.4559792Z [00:02:42.508]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:16.4560213Z [00:02:42.508]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.4560628Z [00:02:42.508]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.4560939Z [00:02:42.508]➜  EOF
2025-08-20T21:45:16.4563358Z [00:02:42.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic=>github.com/netbirdio/netbird/shared/relay/client/dialer/quic;$WORK/b582=>" -p github.com/netbirdio/netbird/shared/relay/client/dialer/quic -lang=go1.23 -complete -installsuffix shared -buildid 2ZFoVASqVpVJMAlhkdG1/2ZFoVASqVpVJMAlhkdG1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic/conn.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic/quic.go
2025-08-20T21:45:16.5058518Z [00:02:42.558]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:45:16.5071732Z [00:02:42.559]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/bd/bdf35b1a5453f2ff534cfba22a33c0a840c44868e2e13d4a1955537a172283ce-d # internal
2025-08-20T21:45:16.5072665Z [00:02:42.560]➜  github.com/netbirdio/netbird/shared/relay/client
2025-08-20T21:45:16.5073176Z [00:02:42.560]➜  mkdir -p $WORK/b578/
2025-08-20T21:45:16.5078230Z [00:02:42.560]➜  cat >/tmp/go-build3243449595/b578/importcfg << 'EOF' # internal
2025-08-20T21:45:16.5079121Z [00:02:42.560]➜  # import config
2025-08-20T21:45:16.5079609Z [00:02:42.560]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:16.5080081Z [00:02:42.560]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.5080515Z [00:02:42.560]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.5080926Z [00:02:42.560]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.5081464Z [00:02:42.560]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:16.5082142Z [00:02:42.560]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac=/tmp/go-build3243449595/b579/_pkg_.a
2025-08-20T21:45:16.5082912Z [00:02:42.560]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer=/tmp/go-build3243449595/b581/_pkg_.a
2025-08-20T21:45:16.5083725Z [00:02:42.560]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer/quic=/tmp/go-build3243449595/b582/_pkg_.a
2025-08-20T21:45:16.5084543Z [00:02:42.560]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer/ws=/tmp/go-build3243449595/b602/_pkg_.a
2025-08-20T21:45:16.5085327Z [00:02:42.560]➜  packagefile github.com/netbirdio/netbird/shared/relay/healthcheck=/tmp/go-build3243449595/b608/_pkg_.a
2025-08-20T21:45:16.5086081Z [00:02:42.560]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages=/tmp/go-build3243449595/b609/_pkg_.a
2025-08-20T21:45:16.5087006Z [00:02:42.560]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:16.5087489Z [00:02:42.560]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:16.5090755Z [00:02:42.560]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:16.5091187Z [00:02:42.560]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.5091624Z [00:02:42.560]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:16.5092072Z [00:02:42.560]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.5092381Z [00:02:42.560]➜  EOF
2025-08-20T21:45:16.5096198Z [00:02:42.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client=>github.com/netbirdio/netbird/shared/relay/client;$WORK/b578=>" -p github.com/netbirdio/netbird/shared/relay/client -lang=go1.23 -complete -installsuffix shared -buildid 4PDFWwB2L_k_NrYX93-X/4PDFWwB2L_k_NrYX93-X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/addr.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/client.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/conn.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/doc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/guard.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/manager.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/peer_subscription.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/picker.go
2025-08-20T21:45:16.5659167Z [00:02:42.617]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:45:16.5670447Z [00:02:42.620]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/d1/d1a58c988dd2b6507a6eb886280a1edafb1d710ded14309e2dc2a420bfe4c54e-d # internal
2025-08-20T21:45:16.5683073Z [00:02:42.621]➜  github.com/golang/protobuf/proto
2025-08-20T21:45:16.5701233Z [00:02:42.621]➜  mkdir -p $WORK/b639/
2025-08-20T21:45:16.5702205Z [00:02:42.621]➜  cat >/tmp/go-build3243449595/b639/importcfg << 'EOF' # internal
2025-08-20T21:45:16.5702779Z [00:02:42.621]➜  # import config
2025-08-20T21:45:16.5703484Z [00:02:42.621]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.5704446Z [00:02:42.621]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:16.5705027Z [00:02:42.621]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:16.5705531Z [00:02:42.621]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:16.5705984Z [00:02:42.621]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.5706404Z [00:02:42.621]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.5706974Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3243449595/b513/_pkg_.a
2025-08-20T21:45:16.5707679Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:16.5708878Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:16.5709531Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/tmp/go-build3243449595/b640/_pkg_.a
2025-08-20T21:45:16.5710239Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:16.5710970Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:16.5711685Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3243449595/b490/_pkg_.a
2025-08-20T21:45:16.5712380Z [00:02:42.621]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:16.5712917Z [00:02:42.621]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.5713586Z [00:02:42.621]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:16.5714017Z [00:02:42.621]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:16.5714440Z [00:02:42.621]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:16.5714858Z [00:02:42.621]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:16.5715279Z [00:02:42.621]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:16.5715719Z [00:02:42.621]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.5716141Z [00:02:42.621]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.5716583Z [00:02:42.621]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:16.5716919Z [00:02:42.621]➜  EOF
2025-08-20T21:45:16.5722031Z [00:02:42.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto=>github.com/golang/protobuf@v1.5.4/proto;$WORK/b639=>" -p github.com/golang/protobuf/proto -lang=go1.17 -complete -installsuffix shared -buildid TDuXlhhK3qnJHAgunFsZ/TDuXlhhK3qnJHAgunFsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/buffer.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/defaults.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/deprecated.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/discard.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/extensions.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/properties.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/proto.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/registry.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/text_decode.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/text_encode.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/wire.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto/wrappers.go
2025-08-20T21:45:16.6414847Z [00:02:42.694]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:45:16.6542463Z [00:02:42.707]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/6b/6b47cf917cb46039a456cbdf6dae3f08ae8e8c2ab657b3858ec397a93a595156-d # internal
2025-08-20T21:45:16.6545651Z [00:02:42.707]➜  github.com/mholt/acmez/v2/acme
2025-08-20T21:45:16.6546212Z [00:02:42.707]➜  mkdir -p $WORK/b617/
2025-08-20T21:45:16.6546784Z [00:02:42.707]➜  cat >/tmp/go-build3243449595/b617/importcfg << 'EOF' # internal
2025-08-20T21:45:16.6547165Z [00:02:42.707]➜  # import config
2025-08-20T21:45:16.6547508Z [00:02:42.707]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.6548090Z [00:02:42.707]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.6548524Z [00:02:42.707]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:16.6549315Z [00:02:42.707]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:16.6549786Z [00:02:42.707]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:16.6550244Z [00:02:42.707]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:16.6550695Z [00:02:42.707]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:16.6551156Z [00:02:42.707]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:16.6551637Z [00:02:42.707]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:16.6552101Z [00:02:42.707]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:16.6552563Z [00:02:42.707]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:16.6553038Z [00:02:42.707]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:16.6553514Z [00:02:42.707]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:16.6554155Z [00:02:42.707]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:16.6554600Z [00:02:42.707]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.6555013Z [00:02:42.707]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.6555452Z [00:02:42.707]➜  packagefile go.uber.org/zap=/tmp/go-build3243449595/b618/_pkg_.a
2025-08-20T21:45:16.6555961Z [00:02:42.707]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3243449595/b621/_pkg_.a
2025-08-20T21:45:16.6556433Z [00:02:42.707]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.6556851Z [00:02:42.707]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:16.6557285Z [00:02:42.707]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:16.6557913Z [00:02:42.707]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:16.6558422Z [00:02:42.707]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:16.6558862Z [00:02:42.707]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:16.6559286Z [00:02:42.707]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:16.6559713Z [00:02:42.707]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.6562090Z [00:02:42.707]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.6562633Z [00:02:42.707]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.6563105Z [00:02:42.707]➜  EOF
2025-08-20T21:45:16.6567155Z [00:02:42.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme=>github.com/mholt/acmez/v2@v2.0.1/acme;$WORK/b617=>" -p github.com/mholt/acmez/v2/acme -lang=go1.20 -complete -installsuffix shared -buildid HIIQzIHICtgFoEA1Pe_r/HIIQzIHICtgFoEA1Pe_r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/account.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/ari.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/authorization.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/certificate.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/challenge.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/client.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/http.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/jws.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/order.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/acme/problem.go
2025-08-20T21:45:16.7335271Z [00:02:42.786]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:45:16.7428296Z [00:02:42.795]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/94/9411549eef13b5abe5de4026ca80fbb060c88f2e951f4b912c83faf93bf1f3f8-d # internal
2025-08-20T21:45:16.7463154Z [00:02:42.799]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T21:45:16.7467029Z [00:02:42.799]➜  mkdir -p $WORK/b645/
2025-08-20T21:45:16.7474916Z [00:02:42.800]➜  cat >/tmp/go-build3243449595/b645/importcfg << 'EOF' # internal
2025-08-20T21:45:16.7476001Z [00:02:42.800]➜  # import config
2025-08-20T21:45:16.7476611Z [00:02:42.800]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:16.7477229Z [00:02:42.800]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.7477985Z [00:02:42.800]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.7478664Z [00:02:42.800]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:16.7479186Z [00:02:42.800]➜  EOF
2025-08-20T21:45:16.7488139Z [00:02:42.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/rand=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/rand;$WORK/b645=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid 7Wc_WKUzQvv3tMoQDPMP/7Wc_WKUzQvv3tMoQDPMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/rand/rand.go
2025-08-20T21:45:16.7867299Z [00:02:42.839]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:45:16.7883944Z [00:02:42.841]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/f7/f790be2be5370ec6713915bcd86d1f59f41e8f727b0875866b21eba591490a0a-d # internal
2025-08-20T21:45:16.7894268Z [00:02:42.842]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T21:45:16.7900379Z [00:02:42.842]➜  mkdir -p $WORK/b646/
2025-08-20T21:45:16.7900861Z [00:02:42.843]➜  cat >/tmp/go-build3243449595/b646/importcfg << 'EOF' # internal
2025-08-20T21:45:16.7901225Z [00:02:42.843]➜  # import config
2025-08-20T21:45:16.7901573Z [00:02:42.843]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.7902002Z [00:02:42.843]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.7902344Z [00:02:42.843]➜  EOF
2025-08-20T21:45:16.7904981Z [00:02:42.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk;$WORK/b646=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid --Mr2v20jMQw-aKGFRSx/--Mr2v20jMQw-aKGFRSx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk/interfaces.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sdk/time.go
2025-08-20T21:45:16.8081976Z [00:02:42.861]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:45:16.8101257Z [00:02:42.863]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/3f/3f403136d069eb46bf5f525af99731569362d8180094d949ba6f2568ad5c1a19-d # internal
2025-08-20T21:45:16.8109109Z [00:02:42.864]➜  github.com/mholt/acmez/v2
2025-08-20T21:45:16.8122282Z [00:02:42.865]➜  mkdir -p $WORK/b616/
2025-08-20T21:45:16.8123916Z [00:02:42.865]➜  cat >/tmp/go-build3243449595/b616/importcfg << 'EOF' # internal
2025-08-20T21:45:16.8124746Z [00:02:42.865]➜  # import config
2025-08-20T21:45:16.8125626Z [00:02:42.865]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.8127210Z [00:02:42.865]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:16.8127901Z [00:02:42.865]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:16.8128457Z [00:02:42.865]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:16.8128944Z [00:02:42.865]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:16.8129415Z [00:02:42.865]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:16.8129873Z [00:02:42.865]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:16.8130649Z [00:02:42.865]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:16.8131127Z [00:02:42.865]➜  packagefile crypto/x509/pkix=/tmp/go-build3243449595/b249/_pkg_.a
2025-08-20T21:45:16.8131609Z [00:02:42.865]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:16.8132075Z [00:02:42.865]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:16.8132523Z [00:02:42.865]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.8132950Z [00:02:42.865]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.8133455Z [00:02:42.865]➜  packagefile github.com/mholt/acmez/v2/acme=/tmp/go-build3243449595/b617/_pkg_.a
2025-08-20T21:45:16.8133985Z [00:02:42.865]➜  packagefile go.uber.org/zap=/tmp/go-build3243449595/b618/_pkg_.a
2025-08-20T21:45:16.8134520Z [00:02:42.865]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3243449595/b271/_pkg_.a
2025-08-20T21:45:16.8135140Z [00:02:42.865]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3243449595/b272/_pkg_.a
2025-08-20T21:45:16.8135949Z [00:02:42.865]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:16.8136620Z [00:02:42.865]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:16.8137079Z [00:02:42.865]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:16.8137514Z [00:02:42.865]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:16.8138205Z [00:02:42.865]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:16.8138698Z [00:02:42.865]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:16.8139120Z [00:02:42.865]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.8139539Z [00:02:42.865]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.8139948Z [00:02:42.865]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.8140266Z [00:02:42.865]➜  EOF
2025-08-20T21:45:16.8143125Z [00:02:42.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1=>github.com/mholt/acmez/v2@v2.0.1;$WORK/b616=>" -p github.com/mholt/acmez/v2 -lang=go1.20 -complete -installsuffix shared -buildid boFmfu9NJHJU9ObELxeA/boFmfu9NJHJU9ObELxeA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/client.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/csr.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/mailreply00.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/solver.go /root/go/pkg/mod/github.com/mholt/acmez/v2@v2.0.1/tlsalpn01.go
2025-08-20T21:45:16.8165166Z [00:02:42.869]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:45:16.8179132Z [00:02:42.871]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/dd/dd166ccb5ed84104e4c595d407da2b06cb2018580a849fbb2d798f182fa5b299-d # internal
2025-08-20T21:45:16.8192261Z [00:02:42.872]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T21:45:16.8208759Z [00:02:42.872]➜  mkdir -p $WORK/b647/
2025-08-20T21:45:16.8209863Z [00:02:42.872]➜  cat >/tmp/go-build3243449595/b647/importcfg << 'EOF' # internal
2025-08-20T21:45:16.8210348Z [00:02:42.872]➜  # import config
2025-08-20T21:45:16.8210727Z [00:02:42.872]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.8211169Z [00:02:42.872]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.8211592Z [00:02:42.872]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.8212012Z [00:02:42.872]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:16.8212463Z [00:02:42.872]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:16.8212902Z [00:02:42.872]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.8213211Z [00:02:42.872]➜  EOF
2025-08-20T21:45:16.8216151Z [00:02:42.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight;$WORK/b647=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid QtkwFXsRuKBN2xLFUedD/QtkwFXsRuKBN2xLFUedD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/sync/singleflight/singleflight.go
2025-08-20T21:45:16.8712809Z [00:02:42.924]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:45:16.8733379Z [00:02:42.926]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/76/768476d392283ea7dd0998e61a4597b6ae2b4647e23d0e26f3bbc12735505c36-d # internal
2025-08-20T21:45:16.8750977Z [00:02:42.928]➜  github.com/aws/smithy-go/context
2025-08-20T21:45:16.8751649Z [00:02:42.928]➜  mkdir -p $WORK/b649/
2025-08-20T21:45:16.8771897Z [00:02:42.930]➜  cat >/tmp/go-build3243449595/b649/importcfg << 'EOF' # internal
2025-08-20T21:45:16.8772332Z [00:02:42.930]➜  # import config
2025-08-20T21:45:16.8772693Z [00:02:42.930]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.8773018Z [00:02:42.930]➜  EOF
2025-08-20T21:45:16.8774918Z [00:02:42.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/context=>github.com/aws/smithy-go@v1.22.2/context;$WORK/b649=>" -p github.com/aws/smithy-go/context -lang=go1.21 -complete -installsuffix shared -buildid CCjpL1bAb1Kou8lPSka7/CCjpL1bAb1Kou8lPSka7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/context/suppress_expired.go
2025-08-20T21:45:16.9160726Z [00:02:42.969]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:45:16.9167632Z [00:02:42.969]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/cb/cbbb4e9b4412eb503e6c1b9c8dc3ad79242516bb71e5ba6be10953e64a9bd157-d # internal
2025-08-20T21:45:16.9171254Z [00:02:42.970]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T21:45:16.9175901Z [00:02:42.970]➜  mkdir -p $WORK/b650/
2025-08-20T21:45:16.9178459Z [00:02:42.971]➜  cat >/tmp/go-build3243449595/b650/importcfg << 'EOF' # internal
2025-08-20T21:45:16.9179331Z [00:02:42.971]➜  # import config
2025-08-20T21:45:16.9180070Z [00:02:42.971]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.9180579Z [00:02:42.971]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.9181002Z [00:02:42.971]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.9181420Z [00:02:42.971]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:16.9181872Z [00:02:42.971]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:16.9182333Z [00:02:42.971]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.9182641Z [00:02:42.971]➜  EOF
2025-08-20T21:45:16.9185151Z [00:02:42.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/internal/sync/singleflight=>github.com/aws/smithy-go@v1.22.2/internal/sync/singleflight;$WORK/b650=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.21 -complete -installsuffix shared -buildid R1fT2Ibf6e7Ufb1pnmtR/R1fT2Ibf6e7Ufb1pnmtR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/internal/sync/singleflight/singleflight.go
2025-08-20T21:45:16.9614008Z [00:02:43.014]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:45:16.9622939Z [00:02:43.015]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:45:16.9628491Z [00:02:43.016]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/2e/2e69055abf3a2a54e1a5478fda0bbbe99cbbc0a458649c5f71aa43dba422393c-d # internal
2025-08-20T21:45:16.9642009Z [00:02:43.017]➜  github.com/aws/smithy-go/logging
2025-08-20T21:45:16.9643233Z [00:02:43.017]➜  mkdir -p $WORK/b652/
2025-08-20T21:45:16.9647331Z [00:02:43.017]➜  cat >/tmp/go-build3243449595/b652/importcfg << 'EOF' # internal
2025-08-20T21:45:16.9648339Z [00:02:43.017]➜  # import config
2025-08-20T21:45:16.9648990Z [00:02:43.017]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.9649447Z [00:02:43.017]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.9649854Z [00:02:43.017]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:16.9650163Z [00:02:43.017]➜  EOF
2025-08-20T21:45:16.9651988Z [00:02:43.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/logging=>github.com/aws/smithy-go@v1.22.2/logging;$WORK/b652=>" -p github.com/aws/smithy-go/logging -lang=go1.21 -complete -installsuffix shared -buildid AQAZx4KljeZVsBF7qFSb/AQAZx4KljeZVsBF7qFSb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/logging/logger.go
2025-08-20T21:45:16.9679423Z [00:02:43.021]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:45:16.9680222Z [00:02:43.021]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/dc/dced2df9b0385ddcf51daf448824734387a02670f67a9d099e71c6b4c5933348-d # internal
2025-08-20T21:45:16.9691006Z [00:02:43.022]➜  github.com/aws/smithy-go
2025-08-20T21:45:16.9692281Z [00:02:43.022]➜  mkdir -p $WORK/b654/
2025-08-20T21:45:16.9692689Z [00:02:43.022]➜  cat >/tmp/go-build3243449595/b654/importcfg << 'EOF' # internal
2025-08-20T21:45:16.9693047Z [00:02:43.022]➜  # import config
2025-08-20T21:45:16.9693386Z [00:02:43.022]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.9693838Z [00:02:43.022]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.9694252Z [00:02:43.022]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:16.9694676Z [00:02:43.022]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.9694992Z [00:02:43.022]➜  EOF
2025-08-20T21:45:16.9698247Z [00:02:43.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2=>github.com/aws/smithy-go@v1.22.2;$WORK/b654=>" -p github.com/aws/smithy-go -lang=go1.21 -complete -installsuffix shared -buildid KWV4XKqU78PPs6o5DIIS/KWV4XKqU78PPs6o5DIIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/errors.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/go_module_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/validation.go
2025-08-20T21:45:16.9721732Z [00:02:43.025]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/4e/4eeb9761a90a481bce5c00ba9ee6144f1d62cb6668be7b1d4dfdabbf8d638250-d # internal
2025-08-20T21:45:16.9846492Z [00:02:43.037]➜  github.com/caddyserver/certmagic
2025-08-20T21:45:16.9847464Z [00:02:43.037]➜  mkdir -p $WORK/b612/
2025-08-20T21:45:16.9854712Z [00:02:43.038]➜  cat >/tmp/go-build3243449595/b612/importcfg << 'EOF' # internal
2025-08-20T21:45:16.9857969Z [00:02:43.038]➜  # import config
2025-08-20T21:45:16.9859102Z [00:02:43.038]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:16.9859561Z [00:02:43.038]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:16.9859991Z [00:02:43.038]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.9860421Z [00:02:43.038]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:16.9861308Z [00:02:43.038]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:16.9861784Z [00:02:43.038]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:16.9862264Z [00:02:43.038]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:16.9862735Z [00:02:43.038]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:16.9863197Z [00:02:43.038]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:16.9863650Z [00:02:43.038]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:16.9864103Z [00:02:43.038]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:16.9864577Z [00:02:43.038]➜  packagefile crypto/x509/pkix=/tmp/go-build3243449595/b249/_pkg_.a
2025-08-20T21:45:16.9865055Z [00:02:43.038]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:16.9865528Z [00:02:43.038]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:16.9866003Z [00:02:43.038]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:16.9866444Z [00:02:43.038]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:16.9866869Z [00:02:43.038]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.9867379Z [00:02:43.038]➜  packagefile github.com/caddyserver/zerossl=/tmp/go-build3243449595/b613/_pkg_.a
2025-08-20T21:45:16.9868228Z [00:02:43.038]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3243449595/b614/_pkg_.a
2025-08-20T21:45:16.9868796Z [00:02:43.038]➜  packagefile github.com/libdns/libdns=/tmp/go-build3243449595/b615/_pkg_.a
2025-08-20T21:45:16.9869338Z [00:02:43.038]➜  packagefile github.com/mholt/acmez/v2=/tmp/go-build3243449595/b616/_pkg_.a
2025-08-20T21:45:16.9869900Z [00:02:43.038]➜  packagefile github.com/mholt/acmez/v2/acme=/tmp/go-build3243449595/b617/_pkg_.a
2025-08-20T21:45:16.9870452Z [00:02:43.038]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:16.9870978Z [00:02:43.038]➜  packagefile github.com/zeebo/blake3=/tmp/go-build3243449595/b628/_pkg_.a
2025-08-20T21:45:16.9871483Z [00:02:43.038]➜  packagefile go.uber.org/zap=/tmp/go-build3243449595/b618/_pkg_.a
2025-08-20T21:45:16.9871983Z [00:02:43.038]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3243449595/b621/_pkg_.a
2025-08-20T21:45:16.9872701Z [00:02:43.038]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3243449595/b638/_pkg_.a
2025-08-20T21:45:16.9873419Z [00:02:43.038]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:16.9873972Z [00:02:43.038]➜  packagefile hash/fnv=/tmp/go-build3243449595/b201/_pkg_.a
2025-08-20T21:45:16.9874391Z [00:02:43.038]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.9874794Z [00:02:43.038]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:16.9875209Z [00:02:43.038]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:16.9875636Z [00:02:43.038]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:16.9876056Z [00:02:43.038]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:16.9876475Z [00:02:43.038]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:16.9876908Z [00:02:43.038]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:16.9877317Z [00:02:43.038]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:16.9888192Z [00:02:43.038]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:16.9889025Z [00:02:43.038]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:16.9889500Z [00:02:43.038]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:16.9889970Z [00:02:43.038]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:16.9890394Z [00:02:43.038]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:16.9891287Z [00:02:43.038]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:16.9891729Z [00:02:43.038]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.9892152Z [00:02:43.038]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:16.9892594Z [00:02:43.038]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:16.9893031Z [00:02:43.038]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:16.9893345Z [00:02:43.038]➜  EOF
2025-08-20T21:45:16.9900485Z [00:02:43.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3=>github.com/caddyserver/certmagic@v0.21.3;$WORK/b612=>" -p github.com/caddyserver/certmagic -lang=go1.21 -complete -installsuffix shared -buildid a1Ddlj8HaGA849jBTQ-y/a1Ddlj8HaGA849jBTQ-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/account.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/acmeclient.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/acmeissuer.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/async.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/cache.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/certificates.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/certmagic.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/config.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/crypto.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/dnsutil.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/filestorage.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/handshake.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/httphandlers.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/maintain.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/ocsp.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/ratelimiter.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/solvers.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/storage.go /root/go/pkg/mod/github.com/caddyserver/certmagic@v0.21.3/zerosslissuer.go
2025-08-20T21:45:16.9906456Z [00:02:43.043]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:45:16.9924473Z [00:02:43.045]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/4a/4a0d94cbb304fef82284f918d0e91018c8bd383c723c64bc5853e583aca90151-d # internal
2025-08-20T21:45:16.9931011Z [00:02:43.046]➜  github.com/aws/smithy-go/middleware
2025-08-20T21:45:16.9932742Z [00:02:43.046]➜  mkdir -p $WORK/b651/
2025-08-20T21:45:16.9943351Z [00:02:43.047]➜  cat >/tmp/go-build3243449595/b651/importcfg << 'EOF' # internal
2025-08-20T21:45:16.9943796Z [00:02:43.047]➜  # import config
2025-08-20T21:45:16.9944151Z [00:02:43.047]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:16.9944602Z [00:02:43.047]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:16.9945117Z [00:02:43.047]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:16.9945607Z [00:02:43.047]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:16.9946021Z [00:02:43.047]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:16.9946458Z [00:02:43.047]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:16.9946779Z [00:02:43.047]➜  EOF
2025-08-20T21:45:16.9976401Z [00:02:43.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware=>github.com/aws/smithy-go@v1.22.2/middleware;$WORK/b651=>" -p github.com/aws/smithy-go/middleware -lang=go1.21 -complete -installsuffix shared -buildid 7CdwxqlwzT19TXnqUu4n/7CdwxqlwzT19TXnqUu4n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/ordered_group.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/stack.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/stack_values.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/step_build.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/step_deserialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/step_finalize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/step_initialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/middleware/step_serialize.go
2025-08-20T21:45:17.0163043Z [00:02:43.069]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:45:17.0178226Z [00:02:43.070]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/38/38f0e4cd31f0d3290d70fdcae04c7cd557858b3ffe731628f5d58bf6e978072f-d # internal
2025-08-20T21:45:17.0184172Z [00:02:43.070]➜  github.com/aws/smithy-go/auth
2025-08-20T21:45:17.0184496Z [00:02:43.070]➜  mkdir -p $WORK/b655/
2025-08-20T21:45:17.0185437Z [00:02:43.070]➜  cat >/tmp/go-build3243449595/b655/importcfg << 'EOF' # internal
2025-08-20T21:45:17.0187301Z [00:02:43.070]➜  # import config
2025-08-20T21:45:17.0188405Z [00:02:43.070]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.0189005Z [00:02:43.070]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.0189496Z [00:02:43.070]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.0189814Z [00:02:43.070]➜  EOF
2025-08-20T21:45:17.0192798Z [00:02:43.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth=>github.com/aws/smithy-go@v1.22.2/auth;$WORK/b655=>" -p github.com/aws/smithy-go/auth -lang=go1.21 -complete -installsuffix shared -buildid xlLVxvaUNq6ARxSG6G1m/xlLVxvaUNq6ARxSG6G1m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/identity.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/option.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/scheme_id.go
2025-08-20T21:45:17.0340557Z [00:02:43.087]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T21:45:17.0343272Z [00:02:43.087]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/de/de43fa5e0d8e4d46517cba311d6562add17fcbeeb98f88c4777406617a300609-d # internal
2025-08-20T21:45:17.0344403Z [00:02:43.087]➜  github.com/aws/smithy-go/metrics
2025-08-20T21:45:17.0347372Z [00:02:43.087]➜  mkdir -p $WORK/b656/
2025-08-20T21:45:17.0347948Z [00:02:43.087]➜  cat >/tmp/go-build3243449595/b656/importcfg << 'EOF' # internal
2025-08-20T21:45:17.0348355Z [00:02:43.087]➜  # import config
2025-08-20T21:45:17.0348709Z [00:02:43.087]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.0349210Z [00:02:43.087]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.0349592Z [00:02:43.087]➜  EOF
2025-08-20T21:45:17.0351672Z [00:02:43.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/metrics=>github.com/aws/smithy-go@v1.22.2/metrics;$WORK/b656=>" -p github.com/aws/smithy-go/metrics -lang=go1.21 -complete -installsuffix shared -buildid mHVmvoA60bE7hriaEcqp/mHVmvoA60bE7hriaEcqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/metrics/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/metrics/nop.go
2025-08-20T21:45:17.0669033Z [00:02:43.120]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:45:17.0681659Z [00:02:43.121]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/7a/7a9b48143bf57f1554ac7423ee564133497f85fece8f914b849108afde4b520f-d # internal
2025-08-20T21:45:17.0683932Z [00:02:43.121]➜  github.com/aws/smithy-go/time
2025-08-20T21:45:17.0684505Z [00:02:43.121]➜  mkdir -p $WORK/b657/
2025-08-20T21:45:17.0685068Z [00:02:43.121]➜  cat >/tmp/go-build3243449595/b657/importcfg << 'EOF' # internal
2025-08-20T21:45:17.0685574Z [00:02:43.121]➜  # import config
2025-08-20T21:45:17.0686069Z [00:02:43.121]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.0686632Z [00:02:43.121]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.0687145Z [00:02:43.121]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:17.0687681Z [00:02:43.121]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.0688542Z [00:02:43.121]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.0688991Z [00:02:43.121]➜  EOF
2025-08-20T21:45:17.0703454Z [00:02:43.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/time=>github.com/aws/smithy-go@v1.22.2/time;$WORK/b657=>" -p github.com/aws/smithy-go/time -lang=go1.21 -complete -installsuffix shared -buildid h3hATRnZXxh205B8HIJI/h3hATRnZXxh205B8HIJI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/time/time.go
2025-08-20T21:45:17.0800019Z [00:02:43.133]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:45:17.0889368Z [00:02:43.142]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d # internal
2025-08-20T21:45:17.0891370Z [00:02:43.142]➜  github.com/netbirdio/netbird/shared/management/proto
2025-08-20T21:45:17.0891799Z [00:02:43.142]➜  mkdir -p $WORK/b464/
2025-08-20T21:45:17.0893008Z [00:02:43.142]➜  cat >/tmp/go-build3243449595/b464/importcfg << 'EOF' # internal
2025-08-20T21:45:17.0893539Z [00:02:43.142]➜  # import config
2025-08-20T21:45:17.0893905Z [00:02:43.142]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.0894402Z [00:02:43.142]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:17.0895276Z [00:02:43.142]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:17.0896027Z [00:02:43.142]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:17.0896774Z [00:02:43.142]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:17.0897482Z [00:02:43.142]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:17.0898395Z [00:02:43.142]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3243449595/b523/_pkg_.a
2025-08-20T21:45:17.0899162Z [00:02:43.142]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:17.0899740Z [00:02:43.142]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:17.0900160Z [00:02:43.142]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.0900477Z [00:02:43.142]➜  EOF
2025-08-20T21:45:17.0902876Z [00:02:43.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto=>github.com/netbirdio/netbird/shared/management/proto;$WORK/b464=>" -p github.com/netbirdio/netbird/shared/management/proto -lang=go1.23 -complete -installsuffix shared -buildid T1PyqbV3HMy9J8O75VDr/T1PyqbV3HMy9J8O75VDr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management.pb.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management_grpc.pb.go
2025-08-20T21:45:17.1010264Z [00:02:43.154]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:45:17.1018210Z [00:02:43.155]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/dc/dc47e96f6c14f38ae5fc11b5ed55e824406c7c13222e3e148972c7ac42df6351-d # internal
2025-08-20T21:45:17.1024155Z [00:02:43.155]➜  github.com/netbirdio/netbird/client/proto
2025-08-20T21:45:17.1027493Z [00:02:43.156]➜  mkdir -p $WORK/b576/
2025-08-20T21:45:17.1034369Z [00:02:43.156]➜  cat >/tmp/go-build3243449595/b576/importcfg << 'EOF' # internal
2025-08-20T21:45:17.1035285Z [00:02:43.156]➜  # import config
2025-08-20T21:45:17.1035741Z [00:02:43.156]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.1036256Z [00:02:43.156]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:17.1036816Z [00:02:43.156]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:17.1037422Z [00:02:43.156]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:17.1039127Z [00:02:43.156]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:17.1039847Z [00:02:43.156]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:17.1040561Z [00:02:43.156]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3243449595/b577/_pkg_.a
2025-08-20T21:45:17.1041288Z [00:02:43.156]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3243449595/b523/_pkg_.a
2025-08-20T21:45:17.1042031Z [00:02:43.156]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:17.1042608Z [00:02:43.156]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:17.1043033Z [00:02:43.156]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.1043356Z [00:02:43.156]➜  EOF
2025-08-20T21:45:17.1053169Z [00:02:43.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto=>github.com/netbirdio/netbird/client/proto;$WORK/b576=>" -p github.com/netbirdio/netbird/client/proto -lang=go1.23 -complete -installsuffix shared -buildid YBvLLkTz5oLvMQmwrrC0/YBvLLkTz5oLvMQmwrrC0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack ./proto/daemon.pb.go ./proto/daemon_grpc.pb.go
2025-08-20T21:45:17.1288967Z [00:02:43.181]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:45:17.1322286Z [00:02:43.185]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/59/5961fd1cf9e27a852fc9ae9d82a8781ea3dfc7449076a919950824abb632340c-d # internal
2025-08-20T21:45:17.1330847Z [00:02:43.186]➜  github.com/aws/smithy-go/tracing
2025-08-20T21:45:17.1339476Z [00:02:43.187]➜  mkdir -p $WORK/b658/
2025-08-20T21:45:17.1348998Z [00:02:43.188]➜  cat >/tmp/go-build3243449595/b658/importcfg << 'EOF' # internal
2025-08-20T21:45:17.1349794Z [00:02:43.188]➜  # import config
2025-08-20T21:45:17.1351817Z [00:02:43.188]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.1352390Z [00:02:43.188]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.1352776Z [00:02:43.188]➜  EOF
2025-08-20T21:45:17.1362428Z [00:02:43.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/tracing=>github.com/aws/smithy-go@v1.22.2/tracing;$WORK/b658=>" -p github.com/aws/smithy-go/tracing -lang=go1.21 -complete -installsuffix shared -buildid 0aZj0eP7MIVF5fYQjwyJ/0aZj0eP7MIVF5fYQjwyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/tracing/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/tracing/nop.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/tracing/tracing.go
2025-08-20T21:45:17.1585054Z [00:02:43.211]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:45:17.1592332Z [00:02:43.212]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/22/22e6cb1d8436b10c426662b6a82857052fe454bded7d513817a69776a4e1804c-d # internal
2025-08-20T21:45:17.1595032Z [00:02:43.212]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T21:45:17.1596806Z [00:02:43.212]➜  mkdir -p $WORK/b659/
2025-08-20T21:45:17.1598145Z [00:02:43.212]➜  cat >/tmp/go-build3243449595/b659/importcfg << 'EOF' # internal
2025-08-20T21:45:17.1598612Z [00:02:43.212]➜  # import config
2025-08-20T21:45:17.1598959Z [00:02:43.212]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.1599371Z [00:02:43.212]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.1599683Z [00:02:43.213]➜  EOF
2025-08-20T21:45:17.1601838Z [00:02:43.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/internal/io=>github.com/aws/smithy-go@v1.22.2/transport/http/internal/io;$WORK/b659=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.21 -complete -installsuffix shared -buildid Bm5kXNpauMdfMKplCXWM/Bm5kXNpauMdfMKplCXWM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/internal/io/safe.go
2025-08-20T21:45:17.1917001Z [00:02:43.244]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:45:17.1918086Z [00:02:43.244]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/d4/d4692bc33ccf763d00e5d4a1b032ab4126e21df7e258719578a9fa208c91a7e2-d # internal
2025-08-20T21:45:17.2105181Z [00:02:43.263]➜  github.com/aws/smithy-go/transport/http
2025-08-20T21:45:17.2105602Z [00:02:43.263]➜  mkdir -p $WORK/b653/
2025-08-20T21:45:17.2130999Z [00:02:43.266]➜  cat >/tmp/go-build3243449595/b653/importcfg << 'EOF' # internal
2025-08-20T21:45:17.2132027Z [00:02:43.266]➜  # import config
2025-08-20T21:45:17.2133040Z [00:02:43.266]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.2133798Z [00:02:43.266]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:17.2134723Z [00:02:43.266]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:17.2135501Z [00:02:43.266]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:17.2136547Z [00:02:43.266]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.2138227Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.2138960Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:17.2139556Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.2140151Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3243449595/b656/_pkg_.a
2025-08-20T21:45:17.2140778Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.2141368Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3243449595/b657/_pkg_.a
2025-08-20T21:45:17.2141949Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:17.2142630Z [00:02:43.266]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3243449595/b659/_pkg_.a
2025-08-20T21:45:17.2143191Z [00:02:43.266]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.2143649Z [00:02:43.266]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:17.2144073Z [00:02:43.266]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.2144545Z [00:02:43.266]➜  packagefile net/http/httptrace=/tmp/go-build3243449595/b320/_pkg_.a
2025-08-20T21:45:17.2145046Z [00:02:43.266]➜  packagefile net/http/httputil=/tmp/go-build3243449595/b551/_pkg_.a
2025-08-20T21:45:17.2145862Z [00:02:43.266]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.2146295Z [00:02:43.266]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.2146723Z [00:02:43.266]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.2147170Z [00:02:43.266]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:17.2147597Z [00:02:43.266]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.2148213Z [00:02:43.266]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:17.2148542Z [00:02:43.266]➜  EOF
2025-08-20T21:45:17.2157098Z [00:02:43.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http=>github.com/aws/smithy-go@v1.22.2/transport/http;$WORK/b653=>" -p github.com/aws/smithy-go/transport/http -lang=go1.21 -complete -installsuffix shared -buildid d7y6-mBcSqTcsyAbcSuP/d7y6-mBcSqTcsyAbcSuP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/auth_schemes.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/checksum_middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/client.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/headerlist.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/host.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/md5_checksum.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/middleware_close_response_body.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/middleware_content_length.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/middleware_header_comment.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/middleware_headers.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/middleware_http_logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/middleware_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/middleware_min_proto.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/request.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/response.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/time.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/url.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/user_agent.go
2025-08-20T21:45:17.3510013Z [00:02:43.404]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:45:17.3779380Z [00:02:43.430]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d # internal
2025-08-20T21:45:17.3790680Z [00:02:43.432]➜  github.com/netbirdio/netbird/client/internal/acl
2025-08-20T21:45:17.3791498Z [00:02:43.432]➜  mkdir -p $WORK/b453/
2025-08-20T21:45:17.3792488Z [00:02:43.432]➜  cat >/tmp/go-build3243449595/b453/importcfg << 'EOF' # internal
2025-08-20T21:45:17.3792927Z [00:02:43.432]➜  # import config
2025-08-20T21:45:17.3793310Z [00:02:43.432]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:17.3793785Z [00:02:43.432]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:17.3794232Z [00:02:43.432]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:17.3794647Z [00:02:43.432]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.3795178Z [00:02:43.432]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:17.3796320Z [00:02:43.432]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:17.3797052Z [00:02:43.432]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:17.3817242Z [00:02:43.432]➜  packagefile github.com/netbirdio/netbird/client/internal/acl/id=/tmp/go-build3243449595/b437/_pkg_.a
2025-08-20T21:45:17.3818374Z [00:02:43.432]➜  packagefile github.com/netbirdio/netbird/client/ssh=/tmp/go-build3243449595/b454/_pkg_.a
2025-08-20T21:45:17.3819128Z [00:02:43.432]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:17.3819898Z [00:02:43.432]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:17.3820562Z [00:02:43.432]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:17.3821063Z [00:02:43.432]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:17.3821491Z [00:02:43.432]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:17.3821930Z [00:02:43.432]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.3822349Z [00:02:43.432]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.3822768Z [00:02:43.432]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.3823076Z [00:02:43.432]➜  EOF
2025-08-20T21:45:17.3824853Z [00:02:43.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl=>github.com/netbirdio/netbird/client/internal/acl;$WORK/b453=>" -p github.com/netbirdio/netbird/client/internal/acl -lang=go1.23 -complete -installsuffix shared -buildid tuikTSx_VsICIupcjjJD/tuikTSx_VsICIupcjjJD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack ./internal/acl/manager.go
2025-08-20T21:45:17.4673980Z [00:02:43.520]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:45:17.4708721Z [00:02:43.523]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/73/7361c39a589e882d5eac6ba22a8d10791aaaff374df10ee73673dbff58c71e6b-d # internal
2025-08-20T21:45:17.4709385Z [00:02:43.523]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T21:45:17.4710649Z [00:02:43.524]➜  mkdir -p $WORK/b648/
2025-08-20T21:45:17.4712503Z [00:02:43.524]➜  cat >/tmp/go-build3243449595/b648/importcfg << 'EOF' # internal
2025-08-20T21:45:17.4713410Z [00:02:43.524]➜  # import config
2025-08-20T21:45:17.4713859Z [00:02:43.524]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.4714293Z [00:02:43.524]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.4714808Z [00:02:43.524]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3243449595/b649/_pkg_.a
2025-08-20T21:45:17.4715517Z [00:02:43.524]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3243449595/b650/_pkg_.a
2025-08-20T21:45:17.4716222Z [00:02:43.524]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.4716860Z [00:02:43.524]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.4717406Z [00:02:43.524]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:17.4717977Z [00:02:43.524]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.4718306Z [00:02:43.524]➜  EOF
2025-08-20T21:45:17.4721044Z [00:02:43.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/bearer=>github.com/aws/smithy-go@v1.22.2/auth/bearer;$WORK/b648=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.21 -complete -installsuffix shared -buildid 9fwnJpueufvu1iXKiDvs/9fwnJpueufvu1iXKiDvs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/bearer/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/bearer/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/bearer/token.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/auth/bearer/token_cache.go
2025-08-20T21:45:17.4818182Z [00:02:43.535]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:45:17.4837861Z [00:02:43.536]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/48/4836e9c5c08de1c957fe8980281eafdf28219046a1938692883ba57ab10e0de9-d # internal
2025-08-20T21:45:17.4838553Z [00:02:43.537]➜  github.com/aws/smithy-go/ptr
2025-08-20T21:45:17.4838853Z [00:02:43.537]➜  mkdir -p $WORK/b660/
2025-08-20T21:45:17.4850125Z [00:02:43.538]➜  cat >/tmp/go-build3243449595/b660/importcfg << 'EOF' # internal
2025-08-20T21:45:17.4850536Z [00:02:43.538]➜  # import config
2025-08-20T21:45:17.4850886Z [00:02:43.538]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.4851232Z [00:02:43.538]➜  EOF
2025-08-20T21:45:17.4853434Z [00:02:43.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/ptr=>github.com/aws/smithy-go@v1.22.2/ptr;$WORK/b660=>" -p github.com/aws/smithy-go/ptr -lang=go1.21 -complete -installsuffix shared -buildid -bc3cbGfTdK5B1UHIo-U/-bc3cbGfTdK5B1UHIo-U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/ptr/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/ptr/from_ptr.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/ptr/to_ptr.go
2025-08-20T21:45:17.5024743Z [00:02:43.555]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:45:17.5030712Z [00:02:43.556]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:45:17.5033856Z [00:02:43.556]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/f2/f21eb837a73eaaa98ada011a1825ba5adf948cd864422a3e4660401b69d5dccc-d # internal
2025-08-20T21:45:17.5035644Z [00:02:43.556]➜  github.com/aws/smithy-go/rand
2025-08-20T21:45:17.5036889Z [00:02:43.557]➜  mkdir -p $WORK/b663/
2025-08-20T21:45:17.5041636Z [00:02:43.557]➜  cat >/tmp/go-build3243449595/b663/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5044075Z [00:02:43.557]➜  # import config
2025-08-20T21:45:17.5044890Z [00:02:43.557]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:17.5046107Z [00:02:43.557]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:17.5047482Z [00:02:43.557]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.5048103Z [00:02:43.557]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.5048547Z [00:02:43.557]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:17.5048870Z [00:02:43.557]➜  EOF
2025-08-20T21:45:17.5051110Z [00:02:43.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/rand=>github.com/aws/smithy-go@v1.22.2/rand;$WORK/b663=>" -p github.com/aws/smithy-go/rand -lang=go1.21 -complete -installsuffix shared -buildid 8h54cm8Vie6kblt8jkAX/8h54cm8Vie6kblt8jkAX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/rand/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/rand/rand.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/rand/uuid.go
2025-08-20T21:45:17.5124359Z [00:02:43.565]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/99/99367351169d7ba68843d267b16bf1f3b1e8cd1a61d36fed879b23111f2750e9-d # internal
2025-08-20T21:45:17.5125070Z [00:02:43.565]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T21:45:17.5125397Z [00:02:43.565]➜  mkdir -p $WORK/b664/
2025-08-20T21:45:17.5137055Z [00:02:43.566]➜  cat >/tmp/go-build3243449595/b664/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5137475Z [00:02:43.566]➜  # import config
2025-08-20T21:45:17.5138488Z [00:02:43.566]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.5138919Z [00:02:43.566]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.5139333Z [00:02:43.566]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.5139639Z [00:02:43.566]➜  EOF
2025-08-20T21:45:17.5142203Z [00:02:43.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit;$WORK/b664=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid YjS_WM16RDxeIKMcOEwU/YjS_WM16RDxeIKMcOEwU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit/none.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit/token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/ratelimit/token_rate_limit.go
2025-08-20T21:45:17.5208782Z [00:02:43.573]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:45:17.5218335Z [00:02:43.574]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/f5/f597ef597187a51ae3c6137637368cfd4ff1f1f478c84436e41a93d9d8b58e9b-d # internal
2025-08-20T21:45:17.5219052Z [00:02:43.574]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T21:45:17.5219387Z [00:02:43.574]➜  mkdir -p $WORK/b665/
2025-08-20T21:45:17.5220683Z [00:02:43.575]➜  cat >/tmp/go-build3243449595/b665/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5221842Z [00:02:43.575]➜  # import config
2025-08-20T21:45:17.5222545Z [00:02:43.575]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.5223436Z [00:02:43.575]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.5224454Z [00:02:43.575]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.5225250Z [00:02:43.575]➜  EOF
2025-08-20T21:45:17.5227959Z [00:02:43.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/context=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/context;$WORK/b665=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid okfBz6-wE05hklUooXZI/okfBz6-wE05hklUooXZI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/context/context.go
2025-08-20T21:45:17.5469781Z [00:02:43.600]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:45:17.5475261Z [00:02:43.600]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/86/8651e939e61f282b59e6ca38d108a8bbe10c9aa41ad41e9b1d20ceb7842f2e17-d # internal
2025-08-20T21:45:17.5478245Z [00:02:43.600]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T21:45:17.5478604Z [00:02:43.601]➜  mkdir -p $WORK/b666/
2025-08-20T21:45:17.5481714Z [00:02:43.601]➜  cat >/tmp/go-build3243449595/b666/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5482477Z [00:02:43.601]➜  # import config
2025-08-20T21:45:17.5483491Z [00:02:43.601]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.5484401Z [00:02:43.601]➜  EOF
2025-08-20T21:45:17.5487437Z [00:02:43.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/timeconv=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/timeconv;$WORK/b666=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid xq2QkDQs6CktFR41JIX1/xq2QkDQs6CktFR41JIX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/timeconv/duration.go
2025-08-20T21:45:17.5600631Z [00:02:43.613]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:45:17.5603239Z [00:02:43.613]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:45:17.5607968Z [00:02:43.614]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/21/21868b8177dae858fe3ce0188abb22464ad9c02e17f21eef08aba471fa3690fc-d # internal
2025-08-20T21:45:17.5613351Z [00:02:43.614]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/ea/ea31b260c2504b815da8c9235dbdb7f8162332e266196a1880ea0c049e13dfff-d # internal
2025-08-20T21:45:17.5614855Z [00:02:43.614]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:45:17.5616577Z [00:02:43.614]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T21:45:17.5619850Z [00:02:43.614]➜  mkdir -p $WORK/b672/
2025-08-20T21:45:17.5620507Z [00:02:43.614]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/8b/8b6723ad0f86e25b5f4de90b0beebfe64c89c36266fb351cc11ea26d5f179fb6-d # internal
2025-08-20T21:45:17.5621082Z [00:02:43.615]➜  github.com/aws/smithy-go/io
2025-08-20T21:45:17.5621364Z [00:02:43.615]➜  mkdir -p $WORK/b673/
2025-08-20T21:45:17.5621736Z [00:02:43.615]➜  cat >/tmp/go-build3243449595/b673/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5622100Z [00:02:43.615]➜  # import config
2025-08-20T21:45:17.5627081Z [00:02:43.615]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:17.5627596Z [00:02:43.615]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.5628128Z [00:02:43.615]➜  EOF
2025-08-20T21:45:17.5630960Z [00:02:43.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/io=>github.com/aws/smithy-go@v1.22.2/io;$WORK/b673=>" -p github.com/aws/smithy-go/io -lang=go1.21 -complete -installsuffix shared -buildid -zfVBXBKJPWrK3NqJyNa/-zfVBXBKJPWrK3NqJyNa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/io/byte.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/io/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/io/reader.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/io/ringbuffer.go
2025-08-20T21:45:17.5643384Z [00:02:43.617]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T21:45:17.5644330Z [00:02:43.617]➜  mkdir -p $WORK/b644/
2025-08-20T21:45:17.5645383Z [00:02:43.617]➜  cat >/tmp/go-build3243449595/b644/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5646098Z [00:02:43.617]➜  # import config
2025-08-20T21:45:17.5648888Z [00:02:43.617]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.5650989Z [00:02:43.617]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.5651861Z [00:02:43.617]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3243449595/b645/_pkg_.a
2025-08-20T21:45:17.5652599Z [00:02:43.617]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:17.5653316Z [00:02:43.617]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3243449595/b647/_pkg_.a
2025-08-20T21:45:17.5654002Z [00:02:43.617]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3243449595/b648/_pkg_.a
2025-08-20T21:45:17.5654628Z [00:02:43.617]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.5655236Z [00:02:43.617]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.5655825Z [00:02:43.617]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3243449595/b660/_pkg_.a
2025-08-20T21:45:17.5656328Z [00:02:43.617]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.5656767Z [00:02:43.617]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:17.5657199Z [00:02:43.617]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.5657643Z [00:02:43.617]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:17.5658263Z [00:02:43.617]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.5658575Z [00:02:43.617]➜  EOF
2025-08-20T21:45:17.5665119Z [00:02:43.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws;$WORK/b644=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid GNkN3x7avgw5G0zwS4H0/GNkN3x7avgw5G0zwS4H0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/accountid_endpoint_mode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/credential_cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/from_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/logging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/runtime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/to_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/version.go
2025-08-20T21:45:17.5672634Z [00:02:43.618]➜  cat >/tmp/go-build3243449595/b672/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5672986Z [00:02:43.618]➜  # import config
2025-08-20T21:45:17.5673314Z [00:02:43.618]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.5673743Z [00:02:43.618]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.5674060Z [00:02:43.618]➜  EOF
2025-08-20T21:45:17.5676551Z [00:02:43.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/internal/config=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/internal/config;$WORK/b672=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.22 -complete -installsuffix shared -buildid XwHGYr0rZ-LRdsI8B2ZI/XwHGYr0rZ-LRdsI8B2ZI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/internal/config/resolvers.go
2025-08-20T21:45:17.5795367Z [00:02:43.632]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:45:17.5801418Z [00:02:43.633]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/a2/a21b3ea5a9f02b7d04569ce594c3db3068624e94993c8e684579d93b272eef39-d # internal
2025-08-20T21:45:17.5805906Z [00:02:43.633]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T21:45:17.5813030Z [00:02:43.633]➜  mkdir -p $WORK/b679/
2025-08-20T21:45:17.5813422Z [00:02:43.633]➜  cat >/tmp/go-build3243449595/b679/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5813770Z [00:02:43.633]➜  # import config
2025-08-20T21:45:17.5814111Z [00:02:43.633]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:17.5814544Z [00:02:43.633]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:17.5815012Z [00:02:43.633]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:17.5815350Z [00:02:43.633]➜  EOF
2025-08-20T21:45:17.5817499Z [00:02:43.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/shareddefaults=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/shareddefaults;$WORK/b679=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid cviFdtI-3HGKL341O-XF/cviFdtI-3HGKL341O-XF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/shareddefaults/shared_config.go
2025-08-20T21:45:17.5892241Z [00:02:43.642]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:45:17.5912653Z [00:02:43.643]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/e8/e8d7c906597ff32f535fa06ac880b1ca565deab92e3f453abc9e2dc60dfd7765-d # internal
2025-08-20T21:45:17.5913943Z [00:02:43.644]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T21:45:17.5914304Z [00:02:43.644]➜  mkdir -p $WORK/b682/
2025-08-20T21:45:17.5928228Z [00:02:43.646]➜  cat >/tmp/go-build3243449595/b682/importcfg << 'EOF' # internal
2025-08-20T21:45:17.5929721Z [00:02:43.646]➜  # import config
2025-08-20T21:45:17.5930118Z [00:02:43.646]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:17.5930692Z [00:02:43.646]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.5931170Z [00:02:43.646]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.5931596Z [00:02:43.646]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.5931914Z [00:02:43.646]➜  EOF
2025-08-20T21:45:17.5934408Z [00:02:43.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/restjson=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/restjson;$WORK/b682=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid -Rt3CrOIMB-f4WCCACW9/-Rt3CrOIMB-f4WCCACW9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/restjson/decoder_util.go
2025-08-20T21:45:17.6015320Z [00:02:43.654]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:45:17.6023695Z [00:02:43.655]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/20/204e1e58749fc0ed20db4a1989918fb7e4641240e8ce38bddc0216ac2ac2a17d-d # internal
2025-08-20T21:45:17.6025912Z [00:02:43.655]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T21:45:17.6026282Z [00:02:43.655]➜  mkdir -p $WORK/b685/
2025-08-20T21:45:17.6026955Z [00:02:43.655]➜  cat >/tmp/go-build3243449595/b685/importcfg << 'EOF' # internal
2025-08-20T21:45:17.6027363Z [00:02:43.655]➜  # import config
2025-08-20T21:45:17.6027847Z [00:02:43.655]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.6028233Z [00:02:43.655]➜  EOF
2025-08-20T21:45:17.6030292Z [00:02:43.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/strings=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/strings;$WORK/b685=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid -7hjwuPUeNlcBde32JEP/-7hjwuPUeNlcBde32JEP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/strings/strings.go
2025-08-20T21:45:17.6215059Z [00:02:43.674]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:45:17.6223800Z [00:02:43.675]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/d9/d96710735da4536115cd40b39868a502c0e4f357e41b57c753e7f2ec50fe5a38-d # internal
2025-08-20T21:45:17.6225852Z [00:02:43.675]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T21:45:17.6226200Z [00:02:43.675]➜  mkdir -p $WORK/b686/
2025-08-20T21:45:17.6226580Z [00:02:43.675]➜  cat >/tmp/go-build3243449595/b686/importcfg << 'EOF' # internal
2025-08-20T21:45:17.6226927Z [00:02:43.675]➜  # import config
2025-08-20T21:45:17.6227275Z [00:02:43.675]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.6227700Z [00:02:43.675]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.6228693Z [00:02:43.675]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.6229273Z [00:02:43.675]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:17.6229876Z [00:02:43.675]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.6230525Z [00:02:43.675]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.6230940Z [00:02:43.675]➜  EOF
2025-08-20T21:45:17.6233196Z [00:02:43.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth;$WORK/b686=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid mzwr3IzWmXQUivWN9MpI/mzwr3IzWmXQUivWN9MpI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/scheme.go
2025-08-20T21:45:17.6335671Z [00:02:43.686]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:45:17.6354987Z [00:02:43.687]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/99/9953124580050380552e37549c147af07ea09d12feb5f21d63eeff1c7af870f1-d # internal
2025-08-20T21:45:17.6358931Z [00:02:43.688]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T21:45:17.6359581Z [00:02:43.688]➜  mkdir -p $WORK/b687/
2025-08-20T21:45:17.6360022Z [00:02:43.689]➜  cat >/tmp/go-build3243449595/b687/importcfg << 'EOF' # internal
2025-08-20T21:45:17.6360371Z [00:02:43.689]➜  # import config
2025-08-20T21:45:17.6360715Z [00:02:43.689]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:17.6361176Z [00:02:43.689]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:17.6361646Z [00:02:43.689]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.6362059Z [00:02:43.689]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:17.6362672Z [00:02:43.689]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:17.6363126Z [00:02:43.689]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.6363708Z [00:02:43.689]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.6364212Z [00:02:43.689]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.6364645Z [00:02:43.689]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.6364964Z [00:02:43.689]➜  EOF
2025-08-20T21:45:17.6368351Z [00:02:43.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/httpbinding=>github.com/aws/smithy-go@v1.22.2/encoding/httpbinding;$WORK/b687=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.21 -complete -installsuffix shared -buildid eeC0V1oBh-_0hQAqasQJ/eeC0V1oBh-_0hQAqasQJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/httpbinding/encode.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/httpbinding/header.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/httpbinding/path_replace.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/httpbinding/query.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/httpbinding/uri.go
2025-08-20T21:45:17.6561571Z [00:02:43.709]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:45:17.6575549Z [00:02:43.710]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/d6/d6e00067b23dfee04020943e090518c72b65d1fb1127ad6e1b764b3549492537-d # internal
2025-08-20T21:45:17.6588739Z [00:02:43.711]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T21:45:17.6592363Z [00:02:43.711]➜  mkdir -p $WORK/b691/
2025-08-20T21:45:17.6599961Z [00:02:43.713]➜  cat >/tmp/go-build3243449595/b691/importcfg << 'EOF' # internal
2025-08-20T21:45:17.6601106Z [00:02:43.713]➜  # import config
2025-08-20T21:45:17.6602010Z [00:02:43.713]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.6602823Z [00:02:43.713]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:17.6603922Z [00:02:43.713]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:17.6604555Z [00:02:43.713]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.6605012Z [00:02:43.713]➜  EOF
2025-08-20T21:45:17.6609414Z [00:02:43.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn;$WORK/b691=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid l8k7IjsHJz5uPbBn-eRi/l8k7IjsHJz5uPbBn-eRi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/partition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/awsrulesfn/partitions.go
2025-08-20T21:45:17.7044620Z [00:02:43.757]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:45:17.7050327Z [00:02:43.758]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/19/199af5a7900c1827528ed71bf7650e07adc9179e51addcdb558702e84bad3c61-d # internal
2025-08-20T21:45:17.7061492Z [00:02:43.759]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T21:45:17.7062722Z [00:02:43.759]➜  mkdir -p $WORK/b692/
2025-08-20T21:45:17.7063821Z [00:02:43.759]➜  cat >/tmp/go-build3243449595/b692/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7065323Z [00:02:43.759]➜  # import config
2025-08-20T21:45:17.7065942Z [00:02:43.759]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.7067293Z [00:02:43.759]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3243449595/b665/_pkg_.a
2025-08-20T21:45:17.7068495Z [00:02:43.759]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.7069576Z [00:02:43.759]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:17.7070297Z [00:02:43.759]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.7070934Z [00:02:43.759]➜  EOF
2025-08-20T21:45:17.7073451Z [00:02:43.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/middleware;$WORK/b692=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid dkQjaTlISl1Mzzl5Dn43/dkQjaTlISl1Mzzl5Dn43 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/middleware/middleware.go
2025-08-20T21:45:17.7184609Z [00:02:43.771]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:45:17.7190338Z [00:02:43.772]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/71/71951620616b660684406880826990f075384c6550107ab3421a6f9dfeacb3c9-d # internal
2025-08-20T21:45:17.7191061Z [00:02:43.772]➜  github.com/aws/smithy-go/document
2025-08-20T21:45:17.7191376Z [00:02:43.772]➜  mkdir -p $WORK/b696/
2025-08-20T21:45:17.7195202Z [00:02:43.772]➜  cat >/tmp/go-build3243449595/b696/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7196162Z [00:02:43.772]➜  # import config
2025-08-20T21:45:17.7197975Z [00:02:43.772]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.7199115Z [00:02:43.772]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:17.7199908Z [00:02:43.772]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:17.7200635Z [00:02:43.772]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.7201329Z [00:02:43.772]➜  EOF
2025-08-20T21:45:17.7204616Z [00:02:43.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/document=>github.com/aws/smithy-go@v1.22.2/document;$WORK/b696=>" -p github.com/aws/smithy-go/document -lang=go1.21 -complete -installsuffix shared -buildid KI8rnMZWrCJ2T2kCEC2j/KI8rnMZWrCJ2T2kCEC2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/document/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/document/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/document/errors.go
2025-08-20T21:45:17.7304579Z [00:02:43.783]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:45:17.7339965Z [00:02:43.786]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/4b/4ba358d22f5650bc3242176df2fb2c0cd627756aa7a61f7549daf48bd4850e25-d # internal
2025-08-20T21:45:17.7341612Z [00:02:43.786]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T21:45:17.7343035Z [00:02:43.786]➜  mkdir -p $WORK/b662/
2025-08-20T21:45:17.7343977Z [00:02:43.786]➜  cat >/tmp/go-build3243449595/b662/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7345342Z [00:02:43.786]➜  # import config
2025-08-20T21:45:17.7345740Z [00:02:43.786]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.7346163Z [00:02:43.786]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.7346669Z [00:02:43.786]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.7347319Z [00:02:43.786]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3243449595/b645/_pkg_.a
2025-08-20T21:45:17.7353324Z [00:02:43.786]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:17.7353994Z [00:02:43.786]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.7354624Z [00:02:43.786]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.7355220Z [00:02:43.786]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3243449595/b663/_pkg_.a
2025-08-20T21:45:17.7355803Z [00:02:43.786]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:17.7356418Z [00:02:43.786]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.7356928Z [00:02:43.786]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:17.7357685Z [00:02:43.786]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:17.7358276Z [00:02:43.786]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:17.7358700Z [00:02:43.786]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.7359117Z [00:02:43.786]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.7359423Z [00:02:43.786]➜  EOF
2025-08-20T21:45:17.7363269Z [00:02:43.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware;$WORK/b662=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid zRxRO50gZ-xc4VNwc7Dj/zRxRO50gZ-xc4VNwc7Dj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/osname.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/recursion_detection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/request_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/request_id_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/middleware/user_agent.go
2025-08-20T21:45:17.7379678Z [00:02:43.791]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:45:17.7399045Z [00:02:43.792]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/51/51c821cc577eaf0802b68886b38e0e249ea63d5ec7093a829553372a47aa267f-d # internal
2025-08-20T21:45:17.7400137Z [00:02:43.792]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T21:45:17.7409515Z [00:02:43.794]➜  mkdir -p $WORK/b669/
2025-08-20T21:45:17.7410356Z [00:02:43.794]➜  cat >/tmp/go-build3243449595/b669/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7411419Z [00:02:43.794]➜  # import config
2025-08-20T21:45:17.7412143Z [00:02:43.794]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.7412944Z [00:02:43.794]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.7413566Z [00:02:43.794]➜  EOF
2025-08-20T21:45:17.7417287Z [00:02:43.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67;$WORK/b669=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid 0PpkKsl_e1acNt-J2yp6/0PpkKsl_e1acNt-J2yp6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/static_provider.go
2025-08-20T21:45:17.7529770Z [00:02:43.806]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:45:17.7531250Z [00:02:43.806]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/98/98a85d0c1960465225abdfd28da327cbab6a7cba977089dc8ac0febd10fe04a6-d # internal
2025-08-20T21:45:17.7533154Z [00:02:43.806]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T21:45:17.7536253Z [00:02:43.806]➜  mkdir -p $WORK/b676/
2025-08-20T21:45:17.7536743Z [00:02:43.806]➜  cat >/tmp/go-build3243449595/b676/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7537109Z [00:02:43.806]➜  # import config
2025-08-20T21:45:17.7537459Z [00:02:43.806]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:17.7538099Z [00:02:43.806]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.7538593Z [00:02:43.806]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:17.7539038Z [00:02:43.806]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.7539893Z [00:02:43.806]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.7540527Z [00:02:43.806]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3243449595/b677/_pkg_.a
2025-08-20T21:45:17.7541052Z [00:02:43.806]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.7541461Z [00:02:43.806]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:17.7541881Z [00:02:43.806]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:17.7542310Z [00:02:43.806]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:17.7542730Z [00:02:43.806]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.7543037Z [00:02:43.806]➜  EOF
2025-08-20T21:45:17.7545552Z [00:02:43.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds;$WORK/b676=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid D63CfMtB9UfGpW7mmtIA/D63CfMtB9UfGpW7mmtIA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/processcreds/provider.go
2025-08-20T21:45:17.7552938Z [00:02:43.808]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:45:17.7571123Z [00:02:43.810]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:45:17.7576414Z [00:02:43.810]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/09/09136ecd2b651c8c04a715613779b1fe16b0f8b390bc2bfec1d259d66a2bc5ad-d # internal
2025-08-20T21:45:17.7609558Z [00:02:43.814]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T21:45:17.7610518Z [00:02:43.814]➜  mkdir -p $WORK/b681/
2025-08-20T21:45:17.7611009Z [00:02:43.814]➜  cat >/tmp/go-build3243449595/b681/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7611369Z [00:02:43.814]➜  # import config
2025-08-20T21:45:17.7611715Z [00:02:43.814]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.7612232Z [00:02:43.814]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.7612948Z [00:02:43.814]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:17.7613572Z [00:02:43.814]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.7614101Z [00:02:43.814]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.7614410Z [00:02:43.814]➜  EOF
2025-08-20T21:45:17.7617210Z [00:02:43.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults;$WORK/b681=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid Nke18CdHq2xLLRbIYdnk/Nke18CdHq2xLLRbIYdnk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/auto.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/configuration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/defaults/doc.go
2025-08-20T21:45:17.7669513Z [00:02:43.820]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/94/94c7193846655fb9aad42c52c246907e828d7d107374932840e8c26cf911a7dd-d # internal
2025-08-20T21:45:17.7674421Z [00:02:43.820]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T21:45:17.7674824Z [00:02:43.820]➜  mkdir -p $WORK/b684/
2025-08-20T21:45:17.7681949Z [00:02:43.821]➜  cat >/tmp/go-build3243449595/b684/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7682760Z [00:02:43.821]➜  # import config
2025-08-20T21:45:17.7683131Z [00:02:43.821]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:17.7685296Z [00:02:43.821]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:17.7687235Z [00:02:43.821]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.7688197Z [00:02:43.821]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3243449595/b685/_pkg_.a
2025-08-20T21:45:17.7688830Z [00:02:43.821]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.7689279Z [00:02:43.821]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.7689711Z [00:02:43.821]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.7690134Z [00:02:43.821]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.7690543Z [00:02:43.821]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.7690870Z [00:02:43.821]➜  EOF
2025-08-20T21:45:17.7695499Z [00:02:43.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4;$WORK/b684=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid 0oG3anczUKExlD6fdOPE/0oG3anczUKExlD6fdOPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/scope.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/internal/v4/util.go
2025-08-20T21:45:17.7822312Z [00:02:43.835]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:45:17.7831254Z [00:02:43.836]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/c9/c9e85144a299576b04e296b830b1440e56a5163123d9369324da783896abda0c-d # internal
2025-08-20T21:45:17.7833669Z [00:02:43.836]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T21:45:17.7834120Z [00:02:43.836]➜  mkdir -p $WORK/b689/
2025-08-20T21:45:17.7839255Z [00:02:43.837]➜  cat >/tmp/go-build3243449595/b689/importcfg << 'EOF' # internal
2025-08-20T21:45:17.7839670Z [00:02:43.837]➜  # import config
2025-08-20T21:45:17.7840029Z [00:02:43.837]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.7840587Z [00:02:43.837]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.7840976Z [00:02:43.837]➜  EOF
2025-08-20T21:45:17.7847046Z [00:02:43.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34=>github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34;$WORK/b689=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid kMFWSoyEhd6R0AzHVnoD/kMFWSoyEhd6R0AzHVnoD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.34/go_module_metadata.go
2025-08-20T21:45:17.7994509Z [00:02:43.852]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:45:17.8003504Z [00:02:43.853]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/1a/1a3d0a781d59b755ec5fd44f2485eededb7d3588c941bbe7c98bcaea61e2fa3b-d # internal
2025-08-20T21:45:17.8005038Z [00:02:43.853]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T21:45:17.8006126Z [00:02:43.853]➜  mkdir -p $WORK/b690/
2025-08-20T21:45:17.8010525Z [00:02:43.854]➜  cat >/tmp/go-build3243449595/b690/importcfg << 'EOF' # internal
2025-08-20T21:45:17.8011459Z [00:02:43.854]➜  # import config
2025-08-20T21:45:17.8011928Z [00:02:43.854]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.8012474Z [00:02:43.854]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.8012989Z [00:02:43.854]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:17.8013423Z [00:02:43.854]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.8013744Z [00:02:43.854]➜  EOF
2025-08-20T21:45:17.8015867Z [00:02:43.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints;$WORK/b690=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid WgbNR4u5I0gCW8BNipAd/WgbNR4u5I0gCW8BNipAd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/endpoints/endpoints.go
2025-08-20T21:45:17.8078340Z [00:02:43.861]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:45:17.8088360Z [00:02:43.861]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/fe/fec0125226c314e2d5b26a5808547dbb38be5f9f09e7e8582f99d013a6216f8c-d # internal
2025-08-20T21:45:17.8089513Z [00:02:43.862]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T21:45:17.8091419Z [00:02:43.862]➜  mkdir -p $WORK/b694/
2025-08-20T21:45:17.8120643Z [00:02:43.865]➜  cat >/tmp/go-build3243449595/b694/importcfg << 'EOF' # internal
2025-08-20T21:45:17.8122085Z [00:02:43.865]➜  # import config
2025-08-20T21:45:17.8122461Z [00:02:43.865]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.8122989Z [00:02:43.865]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.8123926Z [00:02:43.865]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.8124662Z [00:02:43.865]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:17.8125197Z [00:02:43.865]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.8125522Z [00:02:43.865]➜  EOF
2025-08-20T21:45:17.8128280Z [00:02:43.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34=>github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34;$WORK/b694=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid 5HmMRXdgJ5T-wwVYl386/5HmMRXdgJ5T-wwVYl386 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.34/go_module_metadata.go
2025-08-20T21:45:17.8239199Z [00:02:43.877]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:45:17.8256396Z [00:02:43.878]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/04/04781290101fc7867407e63f436eb173fa9da1ff00db95cadaf35abad8e63b9c-d # internal
2025-08-20T21:45:17.8267597Z [00:02:43.879]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T21:45:17.8269829Z [00:02:43.879]➜  mkdir -p $WORK/b661/
2025-08-20T21:45:17.8272183Z [00:02:43.880]➜  cat >/tmp/go-build3243449595/b661/importcfg << 'EOF' # internal
2025-08-20T21:45:17.8273059Z [00:02:43.880]➜  # import config
2025-08-20T21:45:17.8273889Z [00:02:43.880]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.8274334Z [00:02:43.880]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:17.8274752Z [00:02:43.880]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.8275257Z [00:02:43.880]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.8275895Z [00:02:43.880]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:17.8276558Z [00:02:43.880]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3243449595/b664/_pkg_.a
2025-08-20T21:45:17.8277225Z [00:02:43.880]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3243449595/b665/_pkg_.a
2025-08-20T21:45:17.8278033Z [00:02:43.880]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3243449595/b645/_pkg_.a
2025-08-20T21:45:17.8278754Z [00:02:43.880]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:17.8279429Z [00:02:43.880]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3243449595/b666/_pkg_.a
2025-08-20T21:45:17.8280037Z [00:02:43.880]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.8280614Z [00:02:43.880]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.8281212Z [00:02:43.880]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3243449595/b656/_pkg_.a
2025-08-20T21:45:17.8281817Z [00:02:43.880]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.8282413Z [00:02:43.880]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:17.8283030Z [00:02:43.880]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.8283556Z [00:02:43.880]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:17.8283963Z [00:02:43.880]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:17.8284382Z [00:02:43.880]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.8284810Z [00:02:43.880]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.8285425Z [00:02:43.880]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.8285926Z [00:02:43.880]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.8286445Z [00:02:43.880]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.8286809Z [00:02:43.880]➜  EOF
2025-08-20T21:45:17.8298351Z [00:02:43.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry;$WORK/b661=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid d2kCum7t7w9JgXEe5WEu/d2kCum7t7w9JgXEe5WEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/adaptive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/adaptive_ratelimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/adaptive_token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/attempt_metrics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/jitter_backoff.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/retry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/retryable_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/standard.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/throttle_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/retry/timeout_error.go
2025-08-20T21:45:17.8342277Z [00:02:43.886]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:45:17.8347496Z [00:02:43.887]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/b6/b60d4fec4f1bca0c50cdaafde12a1ac93bf6b312f384415ffa6254f1336976dc-d # internal
2025-08-20T21:45:17.8348289Z [00:02:43.887]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T21:45:17.8348664Z [00:02:43.887]➜  mkdir -p $WORK/b668/
2025-08-20T21:45:17.8358125Z [00:02:43.888]➜  cat >/tmp/go-build3243449595/b668/importcfg << 'EOF' # internal
2025-08-20T21:45:17.8358619Z [00:02:43.888]➜  # import config
2025-08-20T21:45:17.8358976Z [00:02:43.888]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.8359448Z [00:02:43.888]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:17.8359900Z [00:02:43.888]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:17.8360334Z [00:02:43.888]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.8360846Z [00:02:43.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.8361490Z [00:02:43.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:17.8362099Z [00:02:43.888]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.8362685Z [00:02:43.888]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.8363288Z [00:02:43.888]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:17.8363906Z [00:02:43.888]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.8364426Z [00:02:43.888]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.8364824Z [00:02:43.888]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:17.8365241Z [00:02:43.888]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.8365673Z [00:02:43.888]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:17.8366432Z [00:02:43.888]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.8367019Z [00:02:43.888]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.8367382Z [00:02:43.888]➜  EOF
2025-08-20T21:45:17.8371028Z [00:02:43.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http;$WORK/b668=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid dcZF3IT56SsxXJOwZKe0/dcZF3IT56SsxXJOwZKe0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/content_type.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/transport/http/timeout_read_closer.go
2025-08-20T21:45:17.8484964Z [00:02:43.901]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:45:17.8502388Z [00:02:43.903]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/12/12626a4a37442f1ac6125782580763b20a66b728d8c4d0ca2780e917cb0eb54e-d # internal
2025-08-20T21:45:17.8503805Z [00:02:43.903]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T21:45:17.8504143Z [00:02:43.903]➜  mkdir -p $WORK/b683/
2025-08-20T21:45:17.8508078Z [00:02:43.903]➜  cat >/tmp/go-build3243449595/b683/importcfg << 'EOF' # internal
2025-08-20T21:45:17.8509085Z [00:02:43.904]➜  # import config
2025-08-20T21:45:17.8510024Z [00:02:43.904]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.8510490Z [00:02:43.904]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:17.8510973Z [00:02:43.904]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:17.8511408Z [00:02:43.904]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.8511924Z [00:02:43.904]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.8512556Z [00:02:43.904]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:17.8513253Z [00:02:43.904]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3243449595/b684/_pkg_.a
2025-08-20T21:45:17.8513951Z [00:02:43.904]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3243449595/b686/_pkg_.a
2025-08-20T21:45:17.8514600Z [00:02:43.904]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:17.8515270Z [00:02:43.904]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3243449595/b687/_pkg_.a
2025-08-20T21:45:17.8515913Z [00:02:43.904]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.8516544Z [00:02:43.904]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.8517147Z [00:02:43.904]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:17.8517898Z [00:02:43.904]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.8518477Z [00:02:43.904]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:17.8518900Z [00:02:43.904]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.8519320Z [00:02:43.904]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.8519774Z [00:02:43.904]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:17.8520219Z [00:02:43.904]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.8520914Z [00:02:43.904]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:17.8521546Z [00:02:43.904]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.8522100Z [00:02:43.904]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.8522522Z [00:02:43.904]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.8522829Z [00:02:43.904]➜  EOF
2025-08-20T21:45:17.8525670Z [00:02:43.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4;$WORK/b683=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid Khb4biUH0YQBxF5hHLpO/Khb4biUH0YQBxF5hHLpO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/signer/v4/v4.go
2025-08-20T21:45:17.8544476Z [00:02:43.907]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:45:17.8545366Z [00:02:43.907]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/6d/6da85ee745cbb3b507b9b0bf231625dbebf1a32c1a75f68725da434db2c548c7-d # internal
2025-08-20T21:45:17.8546171Z [00:02:43.907]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T21:45:17.8547923Z [00:02:43.907]➜  mkdir -p $WORK/b693/
2025-08-20T21:45:17.8548538Z [00:02:43.907]➜  cat >/tmp/go-build3243449595/b693/importcfg << 'EOF' # internal
2025-08-20T21:45:17.8549187Z [00:02:43.907]➜  # import config
2025-08-20T21:45:17.8549918Z [00:02:43.907]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.8551057Z [00:02:43.907]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3243449595/b694/_pkg_.a
2025-08-20T21:45:17.8552065Z [00:02:43.907]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.8552869Z [00:02:43.907]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:17.8553518Z [00:02:43.907]➜  EOF
2025-08-20T21:45:17.8556458Z [00:02:43.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/internal/endpoints;$WORK/b693=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 47oQL56vQAfHY7XDo4Au/47oQL56vQAfHY7XDo4Au -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/internal/endpoints/endpoints.go
2025-08-20T21:45:17.8802905Z [00:02:43.933]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:45:17.8803703Z [00:02:43.933]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/1c/1c6fe0c64468d2f03797617071fcb1270eaa30ef539b79cd35dfc3df948e32c8-d # internal
2025-08-20T21:45:17.8804430Z [00:02:43.933]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T21:45:17.8804817Z [00:02:43.933]➜  mkdir -p $WORK/b695/
2025-08-20T21:45:17.8805194Z [00:02:43.933]➜  cat >/tmp/go-build3243449595/b695/importcfg << 'EOF' # internal
2025-08-20T21:45:17.8805538Z [00:02:43.933]➜  # import config
2025-08-20T21:45:17.8805901Z [00:02:43.933]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.8806387Z [00:02:43.933]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.8806969Z [00:02:43.933]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:17.8807364Z [00:02:43.933]➜  EOF
2025-08-20T21:45:17.8810152Z [00:02:43.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types;$WORK/b695=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid gFj1X-1Lg2ajyZMC_pSA/gFj1X-1Lg2ajyZMC_pSA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types/types.go
2025-08-20T21:45:17.9089469Z [00:02:43.962]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:45:17.9126555Z [00:02:43.965]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/a1/a1bbdf9bd62501868283b750a8e69ebf7e7c05cae617e7e58c2e95535df0d0b1-d # internal
2025-08-20T21:45:17.9131711Z [00:02:43.966]➜  github.com/aws/smithy-go/endpoints
2025-08-20T21:45:17.9132579Z [00:02:43.966]➜  mkdir -p $WORK/b697/
2025-08-20T21:45:17.9138920Z [00:02:43.967]➜  cat >/tmp/go-build3243449595/b697/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9139374Z [00:02:43.967]➜  # import config
2025-08-20T21:45:17.9139803Z [00:02:43.967]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.9140303Z [00:02:43.967]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.9140741Z [00:02:43.967]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.9141058Z [00:02:43.967]➜  EOF
2025-08-20T21:45:17.9142921Z [00:02:43.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/endpoints=>github.com/aws/smithy-go@v1.22.2/endpoints;$WORK/b697=>" -p github.com/aws/smithy-go/endpoints -lang=go1.21 -complete -installsuffix shared -buildid vV3Ra_muOoVrnyDfegol/vV3Ra_muOoVrnyDfegol -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/endpoints/endpoint.go
2025-08-20T21:45:17.9270750Z [00:02:43.980]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:45:17.9281766Z [00:02:43.981]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/8e/8e033d212cd6ed4c4c86eacf74c3602c8edeb91eefe1b45d3a5fcc7258d14dd5-d # internal
2025-08-20T21:45:17.9282623Z [00:02:43.981]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T21:45:17.9283009Z [00:02:43.981]➜  mkdir -p $WORK/b699/
2025-08-20T21:45:17.9292397Z [00:02:43.982]➜  cat >/tmp/go-build3243449595/b699/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9295688Z [00:02:43.982]➜  # import config
2025-08-20T21:45:17.9296139Z [00:02:43.982]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.9296812Z [00:02:43.982]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3243449595/b694/_pkg_.a
2025-08-20T21:45:17.9297481Z [00:02:43.982]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.9298225Z [00:02:43.982]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:17.9298551Z [00:02:43.982]➜  EOF
2025-08-20T21:45:17.9300903Z [00:02:43.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/internal/endpoints;$WORK/b699=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid CG0T8OqtulUUjQ0Lfv3p/CG0T8OqtulUUjQ0Lfv3p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/internal/endpoints/endpoints.go
2025-08-20T21:45:17.9303037Z [00:02:43.983]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:45:17.9315254Z [00:02:43.984]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/83/839b0a67017cac1c5f5fcca1880e812e9e5823257813e819bf0783b7767ae733-d # internal
2025-08-20T21:45:17.9316111Z [00:02:43.984]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T21:45:17.9316528Z [00:02:43.984]➜  mkdir -p $WORK/b700/
2025-08-20T21:45:17.9325075Z [00:02:43.985]➜  cat >/tmp/go-build3243449595/b700/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9325523Z [00:02:43.985]➜  # import config
2025-08-20T21:45:17.9339580Z [00:02:43.985]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.9340152Z [00:02:43.985]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.9340771Z [00:02:43.985]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:17.9341171Z [00:02:43.985]➜  EOF
2025-08-20T21:45:17.9343593Z [00:02:43.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types;$WORK/b700=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid ay2wiR3N7Y9j8Tu83Nqd/ay2wiR3N7Y9j8Tu83Nqd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types/types.go
2025-08-20T21:45:17.9450605Z [00:02:43.997]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:45:17.9527301Z [00:02:44.005]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/6a/6a3e00860798c0c65ebef6a3502aca5e36bb391c4e052c46f25a882a8f22e87f-d # internal
2025-08-20T21:45:17.9543795Z [00:02:44.007]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T21:45:17.9544195Z [00:02:44.007]➜  mkdir -p $WORK/b688/
2025-08-20T21:45:17.9546753Z [00:02:44.007]➜  cat >/tmp/go-build3243449595/b688/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9547329Z [00:02:44.007]➜  # import config
2025-08-20T21:45:17.9547958Z [00:02:44.007]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.9548490Z [00:02:44.007]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.9549012Z [00:02:44.007]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.9549638Z [00:02:44.007]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3243449595/b683/_pkg_.a
2025-08-20T21:45:17.9550305Z [00:02:44.007]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3243449595/b665/_pkg_.a
2025-08-20T21:45:17.9550991Z [00:02:44.007]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:17.9551586Z [00:02:44.007]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.9552146Z [00:02:44.007]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:17.9552747Z [00:02:44.007]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3243449595/b648/_pkg_.a
2025-08-20T21:45:17.9553359Z [00:02:44.007]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.9553978Z [00:02:44.007]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.9554500Z [00:02:44.007]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.9554805Z [00:02:44.007]➜  EOF
2025-08-20T21:45:17.9558842Z [00:02:44.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy=>github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy;$WORK/b688=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid iwyWZCcBdvg4WvRUUESz/iwyWZCcBdvg4WvRUUESz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/bearer_token_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/bearer_token_signer_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/credentials_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/internal/auth/smithy/v4signer_adapter.go
2025-08-20T21:45:17.9639530Z [00:02:44.017]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:45:17.9656537Z [00:02:44.018]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/b7/b7b79b8a996297ae623809f24a0dc06a510e8238c56f13083caa2cf4f079ba40-d # internal
2025-08-20T21:45:17.9657182Z [00:02:44.018]➜  github.com/aws/smithy-go/encoding
2025-08-20T21:45:17.9663692Z [00:02:44.019]➜  mkdir -p $WORK/b702/
2025-08-20T21:45:17.9676691Z [00:02:44.020]➜  cat >/tmp/go-build3243449595/b702/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9677122Z [00:02:44.020]➜  # import config
2025-08-20T21:45:17.9677486Z [00:02:44.020]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.9678199Z [00:02:44.020]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:17.9678647Z [00:02:44.020]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.9678969Z [00:02:44.020]➜  EOF
2025-08-20T21:45:17.9681068Z [00:02:44.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding=>github.com/aws/smithy-go@v1.22.2/encoding;$WORK/b702=>" -p github.com/aws/smithy-go/encoding -lang=go1.21 -complete -installsuffix shared -buildid s9sMsqcQuzTm7rYA6-8d/s9sMsqcQuzTm7rYA6-8d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/encoding.go
2025-08-20T21:45:17.9749128Z [00:02:44.028]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:45:17.9761540Z [00:02:44.029]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:45:17.9773433Z [00:02:44.030]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/ff/ff2d8863f8db703622d0b4e85e82a58b85e65529c7fcbca5dcf0e7c8688f80fe-d # internal
2025-08-20T21:45:17.9786955Z [00:02:44.031]➜  encoding/xml
2025-08-20T21:45:17.9787345Z [00:02:44.031]➜  mkdir -p $WORK/b705/
2025-08-20T21:45:17.9788115Z [00:02:44.032]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/35/351ef6919396a461506ec5364b1969f7e3e4008f1e44641e05b7626e120b5ead-d # internal
2025-08-20T21:45:17.9794082Z [00:02:44.032]➜  cat >/tmp/go-build3243449595/b705/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9794490Z [00:02:44.032]➜  # import config
2025-08-20T21:45:17.9794838Z [00:02:44.032]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:17.9795259Z [00:02:44.032]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:17.9795704Z [00:02:44.032]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:17.9799530Z [00:02:44.032]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:17.9800008Z [00:02:44.032]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.9800419Z [00:02:44.032]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.9800834Z [00:02:44.032]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:17.9801263Z [00:02:44.032]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:17.9801711Z [00:02:44.032]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.9802135Z [00:02:44.032]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.9802555Z [00:02:44.032]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.9802975Z [00:02:44.032]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:17.9803759Z [00:02:44.032]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:17.9804158Z [00:02:44.032]➜  EOF
2025-08-20T21:45:17.9810219Z [00:02:44.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b705=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T21:45:17.9812114Z [00:02:44.032]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T21:45:17.9812444Z [00:02:44.032]➜  mkdir -p $WORK/b671/
2025-08-20T21:45:17.9812843Z [00:02:44.033]➜  cat >/tmp/go-build3243449595/b671/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9813188Z [00:02:44.033]➜  # import config
2025-08-20T21:45:17.9813531Z [00:02:44.033]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:17.9813988Z [00:02:44.033]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.9814443Z [00:02:44.033]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:17.9814886Z [00:02:44.033]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:17.9815301Z [00:02:44.033]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.9815806Z [00:02:44.033]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.9816779Z [00:02:44.033]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:17.9817427Z [00:02:44.033]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:17.9818338Z [00:02:44.033]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:17.9819112Z [00:02:44.033]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3243449595/b672/_pkg_.a
2025-08-20T21:45:17.9819777Z [00:02:44.033]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.9820332Z [00:02:44.033]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3243449595/b673/_pkg_.a
2025-08-20T21:45:17.9820952Z [00:02:44.033]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.9821557Z [00:02:44.033]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.9822197Z [00:02:44.033]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.9822706Z [00:02:44.033]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.9823127Z [00:02:44.033]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:17.9823555Z [00:02:44.033]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:17.9823980Z [00:02:44.033]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.9824412Z [00:02:44.033]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.9824822Z [00:02:44.033]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:17.9825595Z [00:02:44.033]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:17.9826231Z [00:02:44.033]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:17.9826826Z [00:02:44.033]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.9827297Z [00:02:44.033]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:17.9827790Z [00:02:44.033]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:17.9828282Z [00:02:44.033]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.9828590Z [00:02:44.033]➜  EOF
2025-08-20T21:45:17.9835169Z [00:02:44.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30;$WORK/b671=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid LP0OlKQcG2xs5k2oD9qA/LP0OlKQcG2xs5k2oD9qA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetDynamicData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetIAMInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetInstanceIdentityDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetRegion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetUserData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/request_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/token_provider.go
2025-08-20T21:45:17.9841036Z [00:02:44.035]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:45:17.9841691Z [00:02:44.036]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/a5/a599f46457e55e5642e10f53f834de5c32b91068e80e56c4c86ce1b7f66efa93-d # internal
2025-08-20T21:45:17.9842380Z [00:02:44.037]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T21:45:17.9842770Z [00:02:44.037]➜  mkdir -p $WORK/b675/
2025-08-20T21:45:17.9843160Z [00:02:44.037]➜  cat >/tmp/go-build3243449595/b675/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9843503Z [00:02:44.037]➜  # import config
2025-08-20T21:45:17.9843838Z [00:02:44.037]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.9844292Z [00:02:44.037]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:17.9844742Z [00:02:44.037]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.9845247Z [00:02:44.037]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.9845872Z [00:02:44.037]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:17.9846516Z [00:02:44.037]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:17.9847183Z [00:02:44.037]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:17.9849612Z [00:02:44.037]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.9850887Z [00:02:44.037]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.9851532Z [00:02:44.037]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.9852073Z [00:02:44.037]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.9854058Z [00:02:44.037]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.9854836Z [00:02:44.037]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.9855295Z [00:02:44.037]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.9855926Z [00:02:44.037]➜  EOF
2025-08-20T21:45:17.9861119Z [00:02:44.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client;$WORK/b675=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid eu8O2N3HOjjBx4a421xf/eu8O2N3HOjjBx4a421xf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/internal/client/middleware.go
2025-08-20T21:45:17.9918214Z [00:02:44.044]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:45:17.9929553Z [00:02:44.046]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/31/31f0ad2f8e6099553aa5cd6fe11f4536e00ac36a10994c48f64dc076d4945d70-d # internal
2025-08-20T21:45:17.9937934Z [00:02:44.047]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T21:45:17.9944594Z [00:02:44.047]➜  mkdir -p $WORK/b680/
2025-08-20T21:45:17.9953283Z [00:02:44.048]➜  cat >/tmp/go-build3243449595/b680/importcfg << 'EOF' # internal
2025-08-20T21:45:17.9953877Z [00:02:44.048]➜  # import config
2025-08-20T21:45:17.9954716Z [00:02:44.048]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:17.9955149Z [00:02:44.048]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:17.9955605Z [00:02:44.048]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:17.9956052Z [00:02:44.048]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:17.9956478Z [00:02:44.048]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:17.9956990Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:17.9957612Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3243449595/b681/_pkg_.a
2025-08-20T21:45:17.9958488Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:17.9959190Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3243449595/b682/_pkg_.a
2025-08-20T21:45:17.9959870Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:17.9960507Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3243449595/b683/_pkg_.a
2025-08-20T21:45:17.9961178Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:17.9961863Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3243449595/b686/_pkg_.a
2025-08-20T21:45:17.9962553Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3243449595/b688/_pkg_.a
2025-08-20T21:45:17.9963272Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3243449595/b689/_pkg_.a
2025-08-20T21:45:17.9963980Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3243449595/b690/_pkg_.a
2025-08-20T21:45:17.9964733Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3243449595/b691/_pkg_.a
2025-08-20T21:45:17.9965467Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3243449595/b692/_pkg_.a
2025-08-20T21:45:17.9966215Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3243449595/b693/_pkg_.a
2025-08-20T21:45:17.9967191Z [00:02:44.048]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3243449595/b695/_pkg_.a
2025-08-20T21:45:17.9968101Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:17.9968735Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:17.9969321Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:17.9969970Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3243449595/b687/_pkg_.a
2025-08-20T21:45:17.9970626Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3243449595/b697/_pkg_.a
2025-08-20T21:45:17.9971208Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3243449595/b673/_pkg_.a
2025-08-20T21:45:17.9971789Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:17.9972386Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3243449595/b656/_pkg_.a
2025-08-20T21:45:17.9972997Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:17.9973588Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3243449595/b660/_pkg_.a
2025-08-20T21:45:17.9974157Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3243449595/b657/_pkg_.a
2025-08-20T21:45:17.9974737Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:17.9975666Z [00:02:44.048]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:17.9976185Z [00:02:44.048]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:17.9976615Z [00:02:44.048]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:17.9977041Z [00:02:44.048]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:17.9977465Z [00:02:44.048]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:17.9978471Z [00:02:44.048]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:17.9978915Z [00:02:44.048]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:17.9979332Z [00:02:44.048]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:17.9979776Z [00:02:44.048]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:17.9980225Z [00:02:44.048]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:17.9980534Z [00:02:44.048]➜  EOF
2025-08-20T21:45:17.9986243Z [00:02:44.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3;$WORK/b680=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid KE86BsalD2ROjpvXqO63/KE86BsalD2ROjpvXqO63 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_GetRoleCredentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_ListAccountRoles.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_ListAccounts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_Logout.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/validators.go
2025-08-20T21:45:18.0399334Z [00:02:44.093]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:45:18.0414870Z [00:02:44.094]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/33/3338cfe05dbe77f29cf5a5d9de00eadd48919d3474a3b51a11e9bc088dc71522-d # internal
2025-08-20T21:45:18.0415674Z [00:02:44.094]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T21:45:18.0416432Z [00:02:44.094]➜  mkdir -p $WORK/b674/
2025-08-20T21:45:18.0420216Z [00:02:44.095]➜  cat >/tmp/go-build3243449595/b674/importcfg << 'EOF' # internal
2025-08-20T21:45:18.0421311Z [00:02:44.095]➜  # import config
2025-08-20T21:45:18.0421744Z [00:02:44.095]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.0422191Z [00:02:44.095]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.0422702Z [00:02:44.095]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.0423463Z [00:02:44.095]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3243449595/b675/_pkg_.a
2025-08-20T21:45:18.0424209Z [00:02:44.095]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.0424733Z [00:02:44.095]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.0425423Z [00:02:44.095]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.0425746Z [00:02:44.095]➜  EOF
2025-08-20T21:45:18.0428159Z [00:02:44.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds;$WORK/b674=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid moHlxqhVOCgarQocLNZL/moHlxqhVOCgarQocLNZL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/endpointcreds/provider.go
2025-08-20T21:45:18.0779164Z [00:02:44.130]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:45:18.0790926Z [00:02:44.132]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/7c/7c197a2d34e44eb77cb5614a4c1d3d571a4c5052b05f95da4af22b65a6bb7737-d # internal
2025-08-20T21:45:18.0798340Z [00:02:44.133]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T21:45:18.0798702Z [00:02:44.133]➜  mkdir -p $WORK/b701/
2025-08-20T21:45:18.0812512Z [00:02:44.134]➜  cat >/tmp/go-build3243449595/b701/importcfg << 'EOF' # internal
2025-08-20T21:45:18.0812965Z [00:02:44.134]➜  # import config
2025-08-20T21:45:18.0813320Z [00:02:44.134]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.0813802Z [00:02:44.134]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:18.0814560Z [00:02:44.134]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:18.0815054Z [00:02:44.134]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.0815570Z [00:02:44.134]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3243449595/b702/_pkg_.a
2025-08-20T21:45:18.0816064Z [00:02:44.134]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.0816486Z [00:02:44.134]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:18.0816935Z [00:02:44.134]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.0817381Z [00:02:44.134]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:18.0817932Z [00:02:44.134]➜  EOF
2025-08-20T21:45:18.0821721Z [00:02:44.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json=>github.com/aws/smithy-go@v1.22.2/encoding/json;$WORK/b701=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid D_9yVhQdWaIr_4mTDuSy/D_9yVhQdWaIr_4mTDuSy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json/decoder_util.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json/object.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/json/value.go
2025-08-20T21:45:18.1064262Z [00:02:44.159]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:45:18.1093454Z [00:02:44.162]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/f8/f802505c469ce590db65e64c16868cb585924d1ff871bbc24c408b037098a0e0-d # internal
2025-08-20T21:45:18.1094246Z [00:02:44.162]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T21:45:18.1094605Z [00:02:44.162]➜  mkdir -p $WORK/b670/
2025-08-20T21:45:18.1094985Z [00:02:44.162]➜  cat >/tmp/go-build3243449595/b670/importcfg << 'EOF' # internal
2025-08-20T21:45:18.1095333Z [00:02:44.162]➜  # import config
2025-08-20T21:45:18.1095675Z [00:02:44.162]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:18.1096107Z [00:02:44.162]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.1096945Z [00:02:44.162]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:18.1097388Z [00:02:44.162]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.1098017Z [00:02:44.162]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.1098721Z [00:02:44.162]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3243449595/b671/_pkg_.a
2025-08-20T21:45:18.1099400Z [00:02:44.162]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3243449595/b645/_pkg_.a
2025-08-20T21:45:18.1100053Z [00:02:44.162]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:18.1100647Z [00:02:44.162]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.1101216Z [00:02:44.162]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:18.1101836Z [00:02:44.162]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.1102349Z [00:02:44.162]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:18.1102764Z [00:02:44.162]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:18.1103187Z [00:02:44.162]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.1103654Z [00:02:44.162]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.1104162Z [00:02:44.162]➜  EOF
2025-08-20T21:45:18.1106741Z [00:02:44.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds;$WORK/b670=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid rn3DwvXM-YyhvgPHAYJf/rn3DwvXM-YyhvgPHAYJf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ec2rolecreds/provider.go
2025-08-20T21:45:18.1592957Z [00:02:44.212]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:45:18.1610399Z [00:02:44.214]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/4e/4e96dcfcb7a68b66e6172bd4d69c353d6de765424bbe1dc7eec3e3a52fb52853-d # internal
2025-08-20T21:45:18.1617591Z [00:02:44.215]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T21:45:18.1618202Z [00:02:44.215]➜  mkdir -p $WORK/b698/
2025-08-20T21:45:18.1627444Z [00:02:44.215]➜  cat >/tmp/go-build3243449595/b698/importcfg << 'EOF' # internal
2025-08-20T21:45:18.1628331Z [00:02:44.215]➜  # import config
2025-08-20T21:45:18.1628724Z [00:02:44.215]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.1629159Z [00:02:44.215]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.1630037Z [00:02:44.215]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:18.1630485Z [00:02:44.215]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:18.1630901Z [00:02:44.215]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.1631418Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.1632052Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3243449595/b681/_pkg_.a
2025-08-20T21:45:18.1632707Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:18.1633403Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3243449595/b682/_pkg_.a
2025-08-20T21:45:18.1634066Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:18.1634941Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3243449595/b683/_pkg_.a
2025-08-20T21:45:18.1635613Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:18.1636278Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3243449595/b686/_pkg_.a
2025-08-20T21:45:18.1636962Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3243449595/b688/_pkg_.a
2025-08-20T21:45:18.1637684Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3243449595/b689/_pkg_.a
2025-08-20T21:45:18.1638708Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3243449595/b690/_pkg_.a
2025-08-20T21:45:18.1639463Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3243449595/b691/_pkg_.a
2025-08-20T21:45:18.1640214Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3243449595/b692/_pkg_.a
2025-08-20T21:45:18.1640986Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3243449595/b699/_pkg_.a
2025-08-20T21:45:18.1641746Z [00:02:44.215]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3243449595/b700/_pkg_.a
2025-08-20T21:45:18.1642543Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.1643284Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:18.1643931Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:18.1644579Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3243449595/b687/_pkg_.a
2025-08-20T21:45:18.1645236Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3243449595/b701/_pkg_.a
2025-08-20T21:45:18.1645863Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3243449595/b697/_pkg_.a
2025-08-20T21:45:18.1646443Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3243449595/b673/_pkg_.a
2025-08-20T21:45:18.1647025Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:18.1647618Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3243449595/b656/_pkg_.a
2025-08-20T21:45:18.1648432Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.1649030Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3243449595/b660/_pkg_.a
2025-08-20T21:45:18.1649591Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3243449595/b657/_pkg_.a
2025-08-20T21:45:18.1650169Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:18.1651002Z [00:02:44.215]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:18.1651512Z [00:02:44.215]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.1651913Z [00:02:44.215]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:18.1652340Z [00:02:44.215]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.1652774Z [00:02:44.215]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:18.1653185Z [00:02:44.215]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:18.1653599Z [00:02:44.215]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.1654041Z [00:02:44.215]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:18.1654473Z [00:02:44.215]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.1654981Z [00:02:44.215]➜  EOF
2025-08-20T21:45:18.1661328Z [00:02:44.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1;$WORK/b698=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid -sn4o_C7mElSIrRf6Fh4/-sn4o_C7mElSIrRf6Fh4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_CreateToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_CreateTokenWithIAM.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_RegisterClient.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_StartDeviceAuthorization.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/validators.go
2025-08-20T21:45:18.1765549Z [00:02:44.229]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:45:18.1787360Z [00:02:44.231]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/2b/2b0dc419ac96c13620020a100ae77cffcd5b5ad1fbf728114a0781f928ffa267-d # internal
2025-08-20T21:45:18.1793965Z [00:02:44.232]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T21:45:18.1794640Z [00:02:44.232]➜  mkdir -p $WORK/b706/
2025-08-20T21:45:18.1837137Z [00:02:44.236]➜  cat >/tmp/go-build3243449595/b706/importcfg << 'EOF' # internal
2025-08-20T21:45:18.1837635Z [00:02:44.236]➜  # import config
2025-08-20T21:45:18.1838245Z [00:02:44.236]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.1838676Z [00:02:44.236]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.1839265Z [00:02:44.236]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3243449595/b687/_pkg_.a
2025-08-20T21:45:18.1839940Z [00:02:44.236]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.1840575Z [00:02:44.236]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:18.1841086Z [00:02:44.236]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.1841532Z [00:02:44.236]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:18.1842344Z [00:02:44.236]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:18.1842776Z [00:02:44.236]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:18.1843195Z [00:02:44.236]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:18.1843612Z [00:02:44.236]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.1843934Z [00:02:44.236]➜  EOF
2025-08-20T21:45:18.1847498Z [00:02:44.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query;$WORK/b706=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid 8wTXb7vY4otlS1r3uGY_/8wTXb7vY4otlS1r3uGY_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/array.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/encoder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/map.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/object.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/query/value.go
2025-08-20T21:45:18.2471091Z [00:02:44.300]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:45:18.2512321Z [00:02:44.304]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T21:45:18.2513094Z [00:02:44.304]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T21:45:18.2513435Z [00:02:44.304]➜  mkdir -p $WORK/b707/
2025-08-20T21:45:18.2529083Z [00:02:44.304]➜  cat >/tmp/go-build3243449595/b707/importcfg << 'EOF' # internal
2025-08-20T21:45:18.2529587Z [00:02:44.304]➜  # import config
2025-08-20T21:45:18.2529982Z [00:02:44.304]➜  packagefile encoding/xml=/tmp/go-build3243449595/b705/_pkg_.a
2025-08-20T21:45:18.2530428Z [00:02:44.304]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.2530832Z [00:02:44.304]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.2531140Z [00:02:44.304]➜  EOF
2025-08-20T21:45:18.2533641Z [00:02:44.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/xml=>github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/xml;$WORK/b707=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid qFhwHY4AZKhj5rjI3rm7/qFhwHY4AZKhj5rjI3rm7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.3/aws/protocol/xml/error_utils.go
2025-08-20T21:45:18.2691865Z [00:02:44.322]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:45:18.2731256Z [00:02:44.326]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/af/af8b27d6902eb9873d3eca7bf0e0e1fb474f38436b86e679ce6c0676e09fee4d-d # internal
2025-08-20T21:45:18.2732521Z [00:02:44.326]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T21:45:18.2732988Z [00:02:44.326]➜  mkdir -p $WORK/b708/
2025-08-20T21:45:18.2733402Z [00:02:44.326]➜  cat >/tmp/go-build3243449595/b708/importcfg << 'EOF' # internal
2025-08-20T21:45:18.2733755Z [00:02:44.326]➜  # import config
2025-08-20T21:45:18.2734131Z [00:02:44.326]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:18.2734591Z [00:02:44.326]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.2735014Z [00:02:44.326]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.2735490Z [00:02:44.326]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.2736080Z [00:02:44.326]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.2737100Z [00:02:44.326]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:18.2737683Z [00:02:44.326]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.2738157Z [00:02:44.326]➜  EOF
2025-08-20T21:45:18.2741413Z [00:02:44.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3=>github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3;$WORK/b708=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid bpgym-Lph92waBOWeQoM/bpgym-Lph92waBOWeQoM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3/accept_encoding_gzip.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3/go_module_metadata.go
2025-08-20T21:45:18.2822453Z [00:02:44.335]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:45:18.2849574Z [00:02:44.337]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/9e/9ea81b89a3aacea5d2e30aaac460b414ec2504693d4a300de0e7f6936d58bf43-d # internal
2025-08-20T21:45:18.2850463Z [00:02:44.337]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T21:45:18.2850853Z [00:02:44.337]➜  mkdir -p $WORK/b709/
2025-08-20T21:45:18.2851234Z [00:02:44.337]➜  cat >/tmp/go-build3243449595/b709/importcfg << 'EOF' # internal
2025-08-20T21:45:18.2851577Z [00:02:44.337]➜  # import config
2025-08-20T21:45:18.2851923Z [00:02:44.338]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.2852344Z [00:02:44.338]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.2852923Z [00:02:44.338]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:18.2853577Z [00:02:44.338]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3243449595/b683/_pkg_.a
2025-08-20T21:45:18.2854209Z [00:02:44.338]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.2854610Z [00:02:44.338]➜  EOF
2025-08-20T21:45:18.2897054Z [00:02:44.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15=>github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15;$WORK/b709=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid T4Q4p-Vt9VurZNMgaZDU/T4Q4p-Vt9VurZNMgaZDU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/middleware.go
2025-08-20T21:45:18.2954323Z [00:02:44.348]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:45:18.2984820Z [00:02:44.351]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/18/188ed8c2a677994d5af995f688c7c16f5881413b0a973464125fe3c14833923c-d # internal
2025-08-20T21:45:18.2986385Z [00:02:44.351]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T21:45:18.2987573Z [00:02:44.351]➜  mkdir -p $WORK/b710/
2025-08-20T21:45:18.3014357Z [00:02:44.354]➜  cat >/tmp/go-build3243449595/b710/importcfg << 'EOF' # internal
2025-08-20T21:45:18.3014837Z [00:02:44.354]➜  # import config
2025-08-20T21:45:18.3015278Z [00:02:44.354]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.3016417Z [00:02:44.354]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3243449595/b694/_pkg_.a
2025-08-20T21:45:18.3017076Z [00:02:44.354]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:18.3017585Z [00:02:44.354]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:18.3018204Z [00:02:44.354]➜  EOF
2025-08-20T21:45:18.3020631Z [00:02:44.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/internal/endpoints;$WORK/b710=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid qXKDxiXZpBtLnMOa3xW0/qXKDxiXZpBtLnMOa3xW0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/internal/endpoints/endpoints.go
2025-08-20T21:45:18.3292040Z [00:02:44.382]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:45:18.3304425Z [00:02:44.383]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/a3/a3ae78f008938defb8ab4b3e682bee9972d4045b5f50b216a6b9c5049446cae7-d # internal
2025-08-20T21:45:18.3305934Z [00:02:44.383]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T21:45:18.3307021Z [00:02:44.383]➜  mkdir -p $WORK/b711/
2025-08-20T21:45:18.3320511Z [00:02:44.385]➜  cat >/tmp/go-build3243449595/b711/importcfg << 'EOF' # internal
2025-08-20T21:45:18.3320975Z [00:02:44.385]➜  # import config
2025-08-20T21:45:18.3321319Z [00:02:44.385]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.3321814Z [00:02:44.385]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.3322397Z [00:02:44.385]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:18.3322935Z [00:02:44.385]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.3323246Z [00:02:44.385]➜  EOF
2025-08-20T21:45:18.3325984Z [00:02:44.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types;$WORK/b711=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid 2jXogzDMQsE6DxseGygp/2jXogzDMQsE6DxseGygp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/types/types.go
2025-08-20T21:45:18.3349928Z [00:02:44.388]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:45:18.3361554Z [00:02:44.389]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/b0/b03c9ef6e624bccfedf5de389caabc96abbb87aaafee17acb9c4e186dbca4b49-d # internal
2025-08-20T21:45:18.3379051Z [00:02:44.390]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T21:45:18.3380171Z [00:02:44.390]➜  mkdir -p $WORK/b712/
2025-08-20T21:45:18.3394060Z [00:02:44.392]➜  cat >/tmp/go-build3243449595/b712/importcfg << 'EOF' # internal
2025-08-20T21:45:18.3395138Z [00:02:44.392]➜  # import config
2025-08-20T21:45:18.3395545Z [00:02:44.392]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:18.3396037Z [00:02:44.392]➜  packagefile encoding/xml=/tmp/go-build3243449595/b705/_pkg_.a
2025-08-20T21:45:18.3396480Z [00:02:44.392]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.3396996Z [00:02:44.392]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3243449595/b702/_pkg_.a
2025-08-20T21:45:18.3397492Z [00:02:44.392]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.3400326Z [00:02:44.392]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:18.3401238Z [00:02:44.392]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.3401669Z [00:02:44.392]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.3402115Z [00:02:44.392]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:18.3402446Z [00:02:44.392]➜  EOF
2025-08-20T21:45:18.3406750Z [00:02:44.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml=>github.com/aws/smithy-go@v1.22.2/encoding/xml;$WORK/b712=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.21 -complete -installsuffix shared -buildid ikdtco86JhpnGYq_MAcp/ikdtco86JhpnGYq_MAcp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/element.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/error_utils.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/map.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/value.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/encoding/xml/xml_decoder.go
2025-08-20T21:45:18.3723017Z [00:02:44.425]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:45:18.3732515Z [00:02:44.426]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/ff/ff96363289cb50d48dec6c106c1345c9a030a34b910d0d32273d01849a31e249-d # internal
2025-08-20T21:45:18.3733236Z [00:02:44.426]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T21:45:18.3735072Z [00:02:44.426]➜  mkdir -p $WORK/b713/
2025-08-20T21:45:18.3736553Z [00:02:44.426]➜  cat >/tmp/go-build3243449595/b713/importcfg << 'EOF' # internal
2025-08-20T21:45:18.3736958Z [00:02:44.426]➜  # import config
2025-08-20T21:45:18.3737293Z [00:02:44.426]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.3737700Z [00:02:44.426]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.3738242Z [00:02:44.426]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:18.3738987Z [00:02:44.426]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:18.3739624Z [00:02:44.426]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.3740161Z [00:02:44.426]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.3740483Z [00:02:44.426]➜  EOF
2025-08-20T21:45:18.3744613Z [00:02:44.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3=>github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3;$WORK/b713=>" -p github.com/aws/aws-sdk-go-v2/internal/ini -lang=go1.22 -complete -installsuffix shared -buildid L_j4kxURlcD4HrokvjT7/L_j4kxURlcD4HrokvjT7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/ini.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/parse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/sections.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/strings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/tokenize.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/value.go
2025-08-20T21:45:18.4320183Z [00:02:44.484]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:45:18.4335736Z [00:02:44.486]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/bd/bdfa2478f7d4fd62895ce9335ce34468eee619dd7ee8b4ce076d198616543cf4-d # internal
2025-08-20T21:45:18.4342464Z [00:02:44.487]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T21:45:18.4344005Z [00:02:44.487]➜  mkdir -p $WORK/b704/
2025-08-20T21:45:18.4344489Z [00:02:44.487]➜  cat >/tmp/go-build3243449595/b704/importcfg << 'EOF' # internal
2025-08-20T21:45:18.4344865Z [00:02:44.487]➜  # import config
2025-08-20T21:45:18.4345213Z [00:02:44.487]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.4346236Z [00:02:44.487]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.4347109Z [00:02:44.487]➜  packagefile encoding/xml=/tmp/go-build3243449595/b705/_pkg_.a
2025-08-20T21:45:18.4348165Z [00:02:44.487]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:18.4348893Z [00:02:44.487]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.4349649Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.4350623Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3243449595/b681/_pkg_.a
2025-08-20T21:45:18.4351661Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:18.4352718Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3243449595/b706/_pkg_.a
2025-08-20T21:45:18.4353869Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3243449595/b707/_pkg_.a
2025-08-20T21:45:18.4355414Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:18.4356155Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3243449595/b683/_pkg_.a
2025-08-20T21:45:18.4356840Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:18.4357541Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3243449595/b686/_pkg_.a
2025-08-20T21:45:18.4358413Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3243449595/b688/_pkg_.a
2025-08-20T21:45:18.4359438Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3243449595/b689/_pkg_.a
2025-08-20T21:45:18.4360383Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3243449595/b690/_pkg_.a
2025-08-20T21:45:18.4361205Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3243449595/b691/_pkg_.a
2025-08-20T21:45:18.4361946Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3243449595/b692/_pkg_.a
2025-08-20T21:45:18.4362714Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3243449595/b708/_pkg_.a
2025-08-20T21:45:18.4363524Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3243449595/b709/_pkg_.a
2025-08-20T21:45:18.4364311Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3243449595/b710/_pkg_.a
2025-08-20T21:45:18.4365046Z [00:02:44.487]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3243449595/b711/_pkg_.a
2025-08-20T21:45:18.4365661Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.4366217Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:18.4366802Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:18.4367451Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3243449595/b687/_pkg_.a
2025-08-20T21:45:18.4368612Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3243449595/b712/_pkg_.a
2025-08-20T21:45:18.4369234Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3243449595/b697/_pkg_.a
2025-08-20T21:45:18.4369814Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3243449595/b673/_pkg_.a
2025-08-20T21:45:18.4370397Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:18.4370997Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3243449595/b656/_pkg_.a
2025-08-20T21:45:18.4371604Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.4372192Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3243449595/b660/_pkg_.a
2025-08-20T21:45:18.4372762Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3243449595/b657/_pkg_.a
2025-08-20T21:45:18.4373348Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:18.4373965Z [00:02:44.488]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:18.4374477Z [00:02:44.488]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.4374886Z [00:02:44.488]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:18.4375312Z [00:02:44.488]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.4375749Z [00:02:44.488]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:18.4376168Z [00:02:44.488]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:18.4376574Z [00:02:44.488]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:18.4376997Z [00:02:44.488]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.4377430Z [00:02:44.488]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.4378113Z [00:02:44.488]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:18.4378562Z [00:02:44.488]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.4378874Z [00:02:44.488]➜  EOF
2025-08-20T21:45:18.4386389Z [00:02:44.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19;$WORK/b704=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid isbk6fOVTa-1YutXAsu8/isbk6fOVTa-1YutXAsu8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRole.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRoleWithSAML.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRoleWithWebIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_AssumeRoot.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_DecodeAuthorizationMessage.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetAccessKeyInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetCallerIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetFederationToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/api_op_GetSessionToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.19/validators.go
2025-08-20T21:45:18.4415130Z [00:02:44.493]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:45:18.4416052Z [00:02:44.494]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d # internal
2025-08-20T21:45:18.4430384Z [00:02:44.496]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T21:45:18.4430957Z [00:02:44.496]➜  mkdir -p $WORK/b714/
2025-08-20T21:45:18.4431526Z [00:02:44.496]➜  cat >/tmp/go-build3243449595/b714/importcfg << 'EOF' # internal
2025-08-20T21:45:18.4432025Z [00:02:44.496]➜  # import config
2025-08-20T21:45:18.4432525Z [00:02:44.496]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.4438215Z [00:02:44.496]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:18.4438879Z [00:02:44.496]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.4439316Z [00:02:44.496]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.4439835Z [00:02:44.496]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.4440489Z [00:02:44.496]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:18.4441010Z [00:02:44.496]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.4441434Z [00:02:44.496]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.4441755Z [00:02:44.496]➜  EOF
2025-08-20T21:45:18.4445075Z [00:02:44.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/private/requestcompression=>github.com/aws/smithy-go@v1.22.2/private/requestcompression;$WORK/b714=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.21 -complete -installsuffix shared -buildid YB-7cGt_pdjORKGAh5tX/YB-7cGt_pdjORKGAh5tX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/private/requestcompression/gzip.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/private/requestcompression/middleware_capture_request_compression.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/private/requestcompression/request_compression.go
2025-08-20T21:45:18.4447915Z [00:02:44.496]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:45:18.4484061Z [00:02:44.501]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/be/be3c5cb3b9da5605a05ae0a4e2bc42b8ccb0f74da2cc0545b009a1efa5e513d2-d # internal
2025-08-20T21:45:18.4495576Z [00:02:44.502]➜  github.com/aws/aws-sdk-go-v2/service/route53/types
2025-08-20T21:45:18.4496356Z [00:02:44.502]➜  mkdir -p $WORK/b717/
2025-08-20T21:45:18.4501472Z [00:02:44.503]➜  cat >/tmp/go-build3243449595/b717/importcfg << 'EOF' # internal
2025-08-20T21:45:18.4501920Z [00:02:44.503]➜  # import config
2025-08-20T21:45:18.4502273Z [00:02:44.503]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.4502765Z [00:02:44.503]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.4503365Z [00:02:44.503]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:18.4503877Z [00:02:44.503]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.4504188Z [00:02:44.503]➜  EOF
2025-08-20T21:45:18.4510295Z [00:02:44.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/types=>github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/types;$WORK/b717=>" -p github.com/aws/aws-sdk-go-v2/service/route53/types -lang=go1.20 -complete -installsuffix shared -buildid jcUL11bxcAUEYzFPCZTE/jcUL11bxcAUEYzFPCZTE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/types/types.go
2025-08-20T21:45:18.4916809Z [00:02:44.543]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:45:18.4917602Z [00:02:44.544]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/3f/3f96c6944fa7753f1046901ea0a08217fafb9be783b8bf1dc551c4e13de0e937-d # internal
2025-08-20T21:45:18.4918478Z [00:02:44.544]➜  github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints
2025-08-20T21:45:18.4918871Z [00:02:44.544]➜  mkdir -p $WORK/b718/
2025-08-20T21:45:18.4935036Z [00:02:44.546]➜  cat >/tmp/go-build3243449595/b718/importcfg << 'EOF' # internal
2025-08-20T21:45:18.4935658Z [00:02:44.546]➜  # import config
2025-08-20T21:45:18.4936257Z [00:02:44.546]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.4937061Z [00:02:44.546]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3243449595/b694/_pkg_.a
2025-08-20T21:45:18.4937983Z [00:02:44.546]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:18.4950854Z [00:02:44.546]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:18.4951396Z [00:02:44.546]➜  EOF
2025-08-20T21:45:18.4953773Z [00:02:44.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/endpoints;$WORK/b718=>" -p github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints -lang=go1.20 -complete -installsuffix shared -buildid z-HgrvhDNUbJmYhZNt3G/z-HgrvhDNUbJmYhZNt3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/endpoints/endpoints.go
2025-08-20T21:45:18.5335773Z [00:02:44.586]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:45:18.5341399Z [00:02:44.587]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/7c/7c789e678505244d940f6b76ebe3fd1daab312ca93cb397f95291b2e488a3bd6-d # internal
2025-08-20T21:45:18.5342540Z [00:02:44.587]➜  github.com/aws/smithy-go/waiter
2025-08-20T21:45:18.5344439Z [00:02:44.587]➜  mkdir -p $WORK/b719/
2025-08-20T21:45:18.5344920Z [00:02:44.587]➜  cat >/tmp/go-build3243449595/b719/importcfg << 'EOF' # internal
2025-08-20T21:45:18.5345266Z [00:02:44.587]➜  # import config
2025-08-20T21:45:18.5345617Z [00:02:44.587]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.5346038Z [00:02:44.587]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.5346568Z [00:02:44.587]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:18.5347192Z [00:02:44.587]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.5347881Z [00:02:44.587]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3243449595/b663/_pkg_.a
2025-08-20T21:45:18.5348422Z [00:02:44.587]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:18.5348842Z [00:02:44.587]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.5349159Z [00:02:44.587]➜  EOF
2025-08-20T21:45:18.5351197Z [00:02:44.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/waiter=>github.com/aws/smithy-go@v1.22.2/waiter;$WORK/b719=>" -p github.com/aws/smithy-go/waiter -lang=go1.21 -complete -installsuffix shared -buildid Ha4-xFI4Xy-5FEmWx60e/Ha4-xFI4Xy-5FEmWx60e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/waiter/logger.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/waiter/waiter.go
2025-08-20T21:45:18.5652682Z [00:02:44.618]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:45:18.5655996Z [00:02:44.618]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/b9/b963b865acb86d2db014a54ddef6222fd262426fae5f56fb6eab28fd37f15bfd-d # internal
2025-08-20T21:45:18.5658974Z [00:02:44.619]➜  github.com/jmespath/go-jmespath
2025-08-20T21:45:18.5659324Z [00:02:44.619]➜  mkdir -p $WORK/b720/
2025-08-20T21:45:18.5662256Z [00:02:44.619]➜  cat >/tmp/go-build3243449595/b720/importcfg << 'EOF' # internal
2025-08-20T21:45:18.5663071Z [00:02:44.619]➜  # import config
2025-08-20T21:45:18.5688937Z [00:02:44.619]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.5690332Z [00:02:44.619]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:18.5691876Z [00:02:44.619]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:18.5693227Z [00:02:44.619]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.5693732Z [00:02:44.619]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:18.5694158Z [00:02:44.619]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:18.5695472Z [00:02:44.619]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:18.5695929Z [00:02:44.619]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.5696448Z [00:02:44.619]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.5696881Z [00:02:44.619]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:18.5697327Z [00:02:44.619]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:18.5697664Z [00:02:44.619]➜  EOF
2025-08-20T21:45:18.5711093Z [00:02:44.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0=>github.com/jmespath/go-jmespath@v0.4.0;$WORK/b720=>" -p github.com/jmespath/go-jmespath -lang=go1.14 -complete -installsuffix shared -buildid rYS2BkWkdxpUV8hW-Bk4/rYS2BkWkdxpUV8hW-Bk4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/api.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/astnodetype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/functions.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/interpreter.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/lexer.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/parser.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/toktype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/util.go
2025-08-20T21:45:18.6982190Z [00:02:44.751]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:45:18.7036468Z [00:02:44.756]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:45:18.7066788Z [00:02:44.759]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/75/75f7483b40f6bbaa7de70ed11a2956fc3799c1a9a770b9b5d3c91b1155a4bead-d # internal
2025-08-20T21:45:18.7068215Z [00:02:44.759]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T21:45:18.7068932Z [00:02:44.759]➜  mkdir -p $WORK/b678/
2025-08-20T21:45:18.7070507Z [00:02:44.759]➜  cat >/tmp/go-build3243449595/b678/importcfg << 'EOF' # internal
2025-08-20T21:45:18.7070875Z [00:02:44.759]➜  # import config
2025-08-20T21:45:18.7071238Z [00:02:44.759]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.7071688Z [00:02:44.759]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:18.7072149Z [00:02:44.759]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:18.7072617Z [00:02:44.759]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:18.7073053Z [00:02:44.759]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.7073973Z [00:02:44.759]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.7074599Z [00:02:44.759]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:18.7075295Z [00:02:44.759]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3243449595/b679/_pkg_.a
2025-08-20T21:45:18.7075983Z [00:02:44.759]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3243449595/b680/_pkg_.a
2025-08-20T21:45:18.7076642Z [00:02:44.759]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3243449595/b698/_pkg_.a
2025-08-20T21:45:18.7077280Z [00:02:44.759]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3243449595/b648/_pkg_.a
2025-08-20T21:45:18.7077950Z [00:02:44.759]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:18.7078432Z [00:02:44.759]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:18.7078885Z [00:02:44.759]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:18.7079335Z [00:02:44.759]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.7079763Z [00:02:44.759]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.7080183Z [00:02:44.759]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.7080498Z [00:02:44.759]➜  EOF
2025-08-20T21:45:18.7101253Z [00:02:44.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds;$WORK/b678=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid nFIPGenVkPxwth1Gv7dL/nFIPGenVkPxwth1Gv7dL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/sso_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/ssocreds/sso_token_provider.go
2025-08-20T21:45:18.7171134Z [00:02:44.770]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/c0/c0dc89ee1dbca76fd763321238750b8adc790cfa0c24f15e608444248df609ec-d # internal
2025-08-20T21:45:18.7179502Z [00:02:44.770]➜  github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations
2025-08-20T21:45:18.7181843Z [00:02:44.771]➜  mkdir -p $WORK/b716/
2025-08-20T21:45:18.7194252Z [00:02:44.772]➜  cat >/tmp/go-build3243449595/b716/importcfg << 'EOF' # internal
2025-08-20T21:45:18.7196813Z [00:02:44.772]➜  # import config
2025-08-20T21:45:18.7199496Z [00:02:44.772]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.7199964Z [00:02:44.772]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.7200466Z [00:02:44.772]➜  packagefile encoding/xml=/tmp/go-build3243449595/b705/_pkg_.a
2025-08-20T21:45:18.7200902Z [00:02:44.772]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.7201450Z [00:02:44.772]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:18.7202150Z [00:02:44.772]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/types=/tmp/go-build3243449595/b717/_pkg_.a
2025-08-20T21:45:18.7202777Z [00:02:44.772]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.7203367Z [00:02:44.772]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3243449595/b712/_pkg_.a
2025-08-20T21:45:18.7203988Z [00:02:44.772]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.7204578Z [00:02:44.772]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3243449595/b660/_pkg_.a
2025-08-20T21:45:18.7205618Z [00:02:44.772]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:18.7206134Z [00:02:44.772]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.7206557Z [00:02:44.772]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:18.7206995Z [00:02:44.772]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.7207314Z [00:02:44.772]➜  EOF
2025-08-20T21:45:18.7214580Z [00:02:44.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/customizations=>github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/customizations;$WORK/b716=>" -p github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations -lang=go1.20 -complete -installsuffix shared -buildid 5jucf18myUOcoQ1KKewi/5jucf18myUOcoQ1KKewi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/customizations/custom_error_deser.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/customizations/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/internal/customizations/sanitizeurl.go
2025-08-20T21:45:18.7759971Z [00:02:44.829]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:45:18.7791601Z [00:02:44.832]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/bd/bdb47a9bc9f1952f2b72b253979ed097df48cf6f483700748e9f71afc68d437e-d # internal
2025-08-20T21:45:18.7836036Z [00:02:44.836]➜  golang.org/x/crypto/acme
2025-08-20T21:45:18.7838172Z [00:02:44.836]➜  mkdir -p $WORK/b721/
2025-08-20T21:45:18.7849626Z [00:02:44.838]➜  cat >/tmp/go-build3243449595/b721/importcfg << 'EOF' # internal
2025-08-20T21:45:18.7850312Z [00:02:44.838]➜  # import config
2025-08-20T21:45:18.7852849Z [00:02:44.838]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.7854702Z [00:02:44.838]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.7857457Z [00:02:44.838]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:18.7858076Z [00:02:44.838]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:18.7858808Z [00:02:44.838]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:18.7859374Z [00:02:44.838]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:18.7859949Z [00:02:44.838]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:18.7860482Z [00:02:44.838]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:18.7860942Z [00:02:44.838]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:18.7861404Z [00:02:44.838]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:18.7861877Z [00:02:44.838]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:18.7862331Z [00:02:44.838]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:18.7862802Z [00:02:44.838]➜  packagefile crypto/x509/pkix=/tmp/go-build3243449595/b249/_pkg_.a
2025-08-20T21:45:18.7863281Z [00:02:44.838]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:18.7863760Z [00:02:44.838]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:18.7864238Z [00:02:44.838]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:18.7864708Z [00:02:44.838]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:18.7865172Z [00:02:44.838]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:18.7865612Z [00:02:44.838]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:18.7866025Z [00:02:44.838]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.7866775Z [00:02:44.838]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.7867195Z [00:02:44.838]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:18.7867628Z [00:02:44.838]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.7868348Z [00:02:44.838]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:18.7868814Z [00:02:44.838]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.7869250Z [00:02:44.838]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.7869668Z [00:02:44.838]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:18.7870072Z [00:02:44.838]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.7870384Z [00:02:44.838]➜  EOF
2025-08-20T21:45:18.7874825Z [00:02:44.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme=>golang.org/x/crypto@v0.37.0/acme;$WORK/b721=>" -p golang.org/x/crypto/acme -lang=go1.23 -complete -installsuffix shared -buildid tKHWbOOLamNb-TZthdaq/tKHWbOOLamNb-TZthdaq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/acme.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/http.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/jws.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/rfc8555.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/types.go
2025-08-20T21:45:18.7889000Z [00:02:44.841]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:45:18.7906205Z [00:02:44.843]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/bf/bfe5db1827aa6588e989d9def0b2f309c1e7eb679b342773d9e64f735feaf3cb-d # internal
2025-08-20T21:45:18.7951226Z [00:02:44.848]➜  golang.org/x/crypto/blake2b
2025-08-20T21:45:18.7951886Z [00:02:44.848]➜  mkdir -p $WORK/b724/
2025-08-20T21:45:18.7961373Z [00:02:44.849]➜  cat >/tmp/go-build3243449595/b724/importcfg << 'EOF' # internal
2025-08-20T21:45:18.7962020Z [00:02:44.849]➜  # import config
2025-08-20T21:45:18.7962667Z [00:02:44.849]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:18.7965718Z [00:02:44.849]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:18.7994221Z [00:02:44.849]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:18.7997347Z [00:02:44.849]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:18.7998111Z [00:02:44.849]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.8001024Z [00:02:44.849]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:18.8003889Z [00:02:44.849]➜  EOF
2025-08-20T21:45:18.8006866Z [00:02:44.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2b=>golang.org/x/crypto@v0.37.0/blake2b;$WORK/b724=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -complete -installsuffix shared -buildid dORj8UbycBhU3ayzasld/dORj8UbycBhU3ayzasld -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2b/blake2b_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/blake2b/register.go
2025-08-20T21:45:18.8041313Z [00:02:44.857]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:45:18.8063438Z [00:02:44.859]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/46/46c279ab13e162e9fedcbb74fe04793bffe84a088e1a635e414603f365453194-d # internal
2025-08-20T21:45:18.8213728Z [00:02:44.874]➜  github.com/aws/aws-sdk-go-v2/service/route53
2025-08-20T21:45:18.8214416Z [00:02:44.874]➜  mkdir -p $WORK/b715/
2025-08-20T21:45:18.8267358Z [00:02:44.879]➜  cat >/tmp/go-build3243449595/b715/importcfg << 'EOF' # internal
2025-08-20T21:45:18.8268179Z [00:02:44.879]➜  # import config
2025-08-20T21:45:18.8272478Z [00:02:44.879]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.8272967Z [00:02:44.879]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.8273423Z [00:02:44.879]➜  packagefile encoding/xml=/tmp/go-build3243449595/b705/_pkg_.a
2025-08-20T21:45:18.8273885Z [00:02:44.879]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:18.8274314Z [00:02:44.879]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.8274819Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:18.8275445Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3243449595/b681/_pkg_.a
2025-08-20T21:45:18.8276096Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:18.8276786Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3243449595/b707/_pkg_.a
2025-08-20T21:45:18.8277430Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:18.8278265Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3243449595/b683/_pkg_.a
2025-08-20T21:45:18.8278945Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:18.8279619Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3243449595/b686/_pkg_.a
2025-08-20T21:45:18.8280298Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3243449595/b688/_pkg_.a
2025-08-20T21:45:18.8281014Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3243449595/b689/_pkg_.a
2025-08-20T21:45:18.8281730Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3243449595/b690/_pkg_.a
2025-08-20T21:45:18.8282469Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3243449595/b691/_pkg_.a
2025-08-20T21:45:18.8283252Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3243449595/b692/_pkg_.a
2025-08-20T21:45:18.8284373Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations=/tmp/go-build3243449595/b716/_pkg_.a
2025-08-20T21:45:18.8285286Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints=/tmp/go-build3243449595/b718/_pkg_.a
2025-08-20T21:45:18.8286051Z [00:02:44.879]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/types=/tmp/go-build3243449595/b717/_pkg_.a
2025-08-20T21:45:18.8286673Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:18.8287240Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:18.8287964Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:18.8288677Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3243449595/b687/_pkg_.a
2025-08-20T21:45:18.8289341Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3243449595/b712/_pkg_.a
2025-08-20T21:45:18.8289962Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3243449595/b697/_pkg_.a
2025-08-20T21:45:18.8290543Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3243449595/b673/_pkg_.a
2025-08-20T21:45:18.8291123Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:18.8291727Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:18.8292588Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3243449595/b660/_pkg_.a
2025-08-20T21:45:18.8293152Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3243449595/b657/_pkg_.a
2025-08-20T21:45:18.8293759Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:18.8294370Z [00:02:44.879]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3243449595/b719/_pkg_.a
2025-08-20T21:45:18.8294954Z [00:02:44.879]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3243449595/b720/_pkg_.a
2025-08-20T21:45:18.8295443Z [00:02:44.879]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.8295845Z [00:02:44.879]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:18.8296263Z [00:02:44.879]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.8296737Z [00:02:44.879]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:18.8297154Z [00:02:44.879]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:18.8297567Z [00:02:44.879]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:18.8302141Z [00:02:44.879]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.8302589Z [00:02:44.879]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:18.8303028Z [00:02:44.879]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.8303338Z [00:02:44.879]➜  EOF
2025-08-20T21:45:18.8355260Z [00:02:44.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3=>github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3;$WORK/b715=>" -p github.com/aws/aws-sdk-go-v2/service/route53 -lang=go1.20 -complete -installsuffix shared -buildid 9sT_WLqygGu8h47EjPM_/9sT_WLqygGu8h47EjPM_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ActivateKeySigningKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_AssociateVPCWithHostedZone.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ChangeCidrCollection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ChangeResourceRecordSets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ChangeTagsForResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateCidrCollection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateHealthCheck.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateHostedZone.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateKeySigningKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateQueryLoggingConfig.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateReusableDelegationSet.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateTrafficPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateTrafficPolicyInstance.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateTrafficPolicyVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_CreateVPCAssociationAuthorization.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeactivateKeySigningKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteCidrCollection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteHealthCheck.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteHostedZone.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteKeySigningKey.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteQueryLoggingConfig.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteReusableDelegationSet.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteTrafficPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteTrafficPolicyInstance.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DeleteVPCAssociationAuthorization.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DisableHostedZoneDNSSEC.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_DisassociateVPCFromHostedZone.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_EnableHostedZoneDNSSEC.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetAccountLimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetChange.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetCheckerIpRanges.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetDNSSEC.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetGeoLocation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetHealthCheck.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetHealthCheckCount.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetHealthCheckLastFailureReason.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetHealthCheckStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetHostedZone.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetHostedZoneCount.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetHostedZoneLimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetQueryLoggingConfig.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetReusableDelegationSet.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetReusableDelegationSetLimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetTrafficPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetTrafficPolicyInstance.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_GetTrafficPolicyInstanceCount.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListCidrBlocks.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListCidrCollections.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListCidrLocations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListGeoLocations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListHealthChecks.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListHostedZones.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListHostedZonesByName.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListHostedZonesByVPC.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListQueryLoggingConfigs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListResourceRecordSets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListReusableDelegationSets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListTagsForResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListTagsForResources.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListTrafficPolicies.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListTrafficPolicyInstances.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListTrafficPolicyInstancesByHostedZone.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListTrafficPolicyInstancesByPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListTrafficPolicyVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_ListVPCAssociationAuthorizations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_TestDNSAnswer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_UpdateHealthCheck.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_UpdateHostedZoneComment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_UpdateTrafficPolicyComment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/api_op_UpdateTrafficPolicyInstance.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/handwritten_paginators.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/route53@v1.42.3/validators.go
2025-08-20T21:45:18.8791399Z [00:02:44.932]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:45:18.8807934Z [00:02:44.933]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/99/9984fd4f94e881d6541eff0d5ff736724f4c72bf721b4b1e4a294e68aee7af46-d # internal
2025-08-20T21:45:18.8816295Z [00:02:44.934]➜  golang.org/x/crypto/nacl/secretbox
2025-08-20T21:45:18.8841070Z [00:02:44.934]➜  mkdir -p $WORK/b725/
2025-08-20T21:45:18.8850049Z [00:02:44.938]➜  cat >/tmp/go-build3243449595/b725/importcfg << 'EOF' # internal
2025-08-20T21:45:18.8863491Z [00:02:44.938]➜  # import config
2025-08-20T21:45:18.8864167Z [00:02:44.938]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3243449595/b338/_pkg_.a
2025-08-20T21:45:18.8864897Z [00:02:44.938]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3243449595/b339/_pkg_.a
2025-08-20T21:45:18.8865524Z [00:02:44.938]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build3243449595/b726/_pkg_.a
2025-08-20T21:45:18.8865925Z [00:02:44.938]➜  EOF
2025-08-20T21:45:18.8867922Z [00:02:44.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/nacl/secretbox=>golang.org/x/crypto@v0.37.0/nacl/secretbox;$WORK/b725=>" -p golang.org/x/crypto/nacl/secretbox -lang=go1.23 -complete -installsuffix shared -buildid NH_15Ypk5ckCVw5sQWxu/NH_15Ypk5ckCVw5sQWxu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/nacl/secretbox/secretbox.go
2025-08-20T21:45:18.9315000Z [00:02:44.984]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:45:18.9325292Z [00:02:44.985]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/3a/3af1ba5c807f2185ef740e4a1bffa82188972bbc72cdd1539f8c8e6b1cfba1d9-d # internal
2025-08-20T21:45:18.9330949Z [00:02:44.986]➜  golang.org/x/crypto/nacl/box
2025-08-20T21:45:18.9333855Z [00:02:44.986]➜  mkdir -p $WORK/b723/
2025-08-20T21:45:18.9343860Z [00:02:44.987]➜  cat >/tmp/go-build3243449595/b723/importcfg << 'EOF' # internal
2025-08-20T21:45:18.9344557Z [00:02:44.987]➜  # import config
2025-08-20T21:45:18.9346444Z [00:02:44.987]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:18.9347001Z [00:02:44.987]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3243449595/b724/_pkg_.a
2025-08-20T21:45:18.9347592Z [00:02:44.987]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3243449595/b261/_pkg_.a
2025-08-20T21:45:18.9348383Z [00:02:44.987]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build3243449595/b725/_pkg_.a
2025-08-20T21:45:18.9349006Z [00:02:44.987]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build3243449595/b726/_pkg_.a
2025-08-20T21:45:18.9349518Z [00:02:44.987]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.9349824Z [00:02:44.987]➜  EOF
2025-08-20T21:45:18.9351575Z [00:02:44.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/nacl/box=>golang.org/x/crypto@v0.37.0/nacl/box;$WORK/b723=>" -p golang.org/x/crypto/nacl/box -lang=go1.23 -complete -installsuffix shared -buildid 8Ls-aVmv9MAdubpMjeJO/8Ls-aVmv9MAdubpMjeJO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/nacl/box/box.go
2025-08-20T21:45:18.9530678Z [00:02:45.006]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:45:18.9563066Z [00:02:45.009]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/e5/e51e5c4489e69cc870196aa2d2111eb767126ad8e7ed28afe40c1ca4d2086bf0-d # internal
2025-08-20T21:45:18.9592482Z [00:02:45.012]➜  golang.org/x/crypto/acme/autocert
2025-08-20T21:45:18.9593563Z [00:02:45.012]➜  mkdir -p $WORK/b722/
2025-08-20T21:45:18.9601600Z [00:02:45.013]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:45:18.9608904Z [00:02:45.013]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/84/849a068ef3c0998e2aa514389202ae860cd05d1b78e4053fe708275b93eca0d9-d # internal
2025-08-20T21:45:18.9614386Z [00:02:45.014]➜  github.com/netbirdio/netbird/client/system/detect_cloud
2025-08-20T21:45:18.9614824Z [00:02:45.014]➜  mkdir -p $WORK/b729/
2025-08-20T21:45:18.9624321Z [00:02:45.015]➜  cat >/tmp/go-build3243449595/b729/importcfg << 'EOF' # internal
2025-08-20T21:45:18.9624918Z [00:02:45.015]➜  # import config
2025-08-20T21:45:18.9625490Z [00:02:45.015]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.9626827Z [00:02:45.015]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.9627509Z [00:02:45.015]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:18.9628730Z [00:02:45.015]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.9629142Z [00:02:45.015]➜  EOF
2025-08-20T21:45:18.9639756Z [00:02:45.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud=>github.com/netbirdio/netbird/client/system/detect_cloud;$WORK/b729=>" -p github.com/netbirdio/netbird/client/system/detect_cloud -lang=go1.23 -complete -installsuffix shared -buildid V7OnOL89fd9xCT0a8n_a/V7OnOL89fd9xCT0a8n_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack ./system/detect_cloud/alibabacloud.go ./system/detect_cloud/aws.go ./system/detect_cloud/azure.go ./system/detect_cloud/detect.go ./system/detect_cloud/digitalocean.go ./system/detect_cloud/gcp.go ./system/detect_cloud/oracle.go ./system/detect_cloud/vultr.go
2025-08-20T21:45:18.9653242Z [00:02:45.018]➜  cat >/tmp/go-build3243449595/b722/importcfg << 'EOF' # internal
2025-08-20T21:45:18.9654210Z [00:02:45.018]➜  # import config
2025-08-20T21:45:18.9655130Z [00:02:45.018]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:18.9655678Z [00:02:45.018]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:18.9656159Z [00:02:45.018]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:18.9656613Z [00:02:45.018]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:18.9657129Z [00:02:45.018]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:18.9658143Z [00:02:45.018]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:18.9658659Z [00:02:45.018]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:18.9659111Z [00:02:45.018]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:18.9659576Z [00:02:45.018]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:18.9660057Z [00:02:45.018]➜  packagefile crypto/x509/pkix=/tmp/go-build3243449595/b249/_pkg_.a
2025-08-20T21:45:18.9660537Z [00:02:45.018]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:18.9660982Z [00:02:45.018]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:18.9661393Z [00:02:45.018]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:18.9661873Z [00:02:45.018]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3243449595/b721/_pkg_.a
2025-08-20T21:45:18.9662413Z [00:02:45.018]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:18.9662872Z [00:02:45.018]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:18.9663277Z [00:02:45.018]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:18.9663699Z [00:02:45.018]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:18.9664134Z [00:02:45.018]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:18.9664753Z [00:02:45.018]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:18.9665232Z [00:02:45.018]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:18.9665640Z [00:02:45.018]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:18.9666081Z [00:02:45.018]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:18.9666528Z [00:02:45.018]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:18.9666970Z [00:02:45.018]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:18.9667386Z [00:02:45.018]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:18.9667958Z [00:02:45.018]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:18.9668341Z [00:02:45.018]➜  EOF
2025-08-20T21:45:18.9691700Z [00:02:45.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/autocert=>golang.org/x/crypto@v0.37.0/acme/autocert;$WORK/b722=>" -p golang.org/x/crypto/acme/autocert -lang=go1.23 -complete -installsuffix shared -buildid 0zofKzMQSqe4OoneDLQT/0zofKzMQSqe4OoneDLQT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/autocert/autocert.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/autocert/cache.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/autocert/listener.go /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/acme/autocert/renewal.go
2025-08-20T21:45:18.9993549Z [00:02:45.052]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:45:19.0003263Z [00:02:45.053]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/6e/6ea4c410ec44eebf621fa21f1e00280882fed1ca0a1b89f5a36448ee2bd5e88b-d # internal
2025-08-20T21:45:19.0012722Z [00:02:45.054]➜  github.com/netbirdio/netbird/client/system/detect_platform
2025-08-20T21:45:19.0016776Z [00:02:45.054]➜  mkdir -p $WORK/b730/
2025-08-20T21:45:19.0033152Z [00:02:45.056]➜  cat >/tmp/go-build3243449595/b730/importcfg << 'EOF' # internal
2025-08-20T21:45:19.0034087Z [00:02:45.056]➜  # import config
2025-08-20T21:45:19.0034514Z [00:02:45.056]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.0034967Z [00:02:45.056]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:19.0035392Z [00:02:45.056]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.0036182Z [00:02:45.056]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.0036896Z [00:02:45.056]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.0037212Z [00:02:45.056]➜  EOF
2025-08-20T21:45:19.0039884Z [00:02:45.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform=>github.com/netbirdio/netbird/client/system/detect_platform;$WORK/b730=>" -p github.com/netbirdio/netbird/client/system/detect_platform -lang=go1.23 -complete -installsuffix shared -buildid ppgT9AQy8IKgbAYdK0u1/ppgT9AQy8IKgbAYdK0u1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack ./system/detect_platform/detect.go ./system/detect_platform/kube.go ./system/detect_platform/openstack.go
2025-08-20T21:45:19.0403921Z [00:02:45.093]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:45:19.0408053Z [00:02:45.094]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/16/1677b109ee797d5881cabee2c4a24a3885840b7f4b21e4c8876700c7747a87a6-d # internal
2025-08-20T21:45:19.0411544Z [00:02:45.094]➜  github.com/netbirdio/netbird/version
2025-08-20T21:45:19.0411908Z [00:02:45.094]➜  mkdir -p $WORK/b731/
2025-08-20T21:45:19.0416360Z [00:02:45.094]➜  cat >/tmp/go-build3243449595/b731/importcfg << 'EOF' # internal
2025-08-20T21:45:19.0416769Z [00:02:45.094]➜  # import config
2025-08-20T21:45:19.0417876Z [00:02:45.094]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3243449595/b560/_pkg_.a
2025-08-20T21:45:19.0418743Z [00:02:45.094]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.0419288Z [00:02:45.094]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.0419719Z [00:02:45.094]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:19.0420148Z [00:02:45.094]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:19.0420565Z [00:02:45.094]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.0420997Z [00:02:45.094]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.0421308Z [00:02:45.094]➜  EOF
2025-08-20T21:45:19.0423583Z [00:02:45.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/version=>github.com/netbirdio/netbird/version;$WORK/b731=>" -p github.com/netbirdio/netbird/version -lang=go1.23 -complete -installsuffix shared -buildid 0C_jRvwYe2tVZ1AYQzqu/0C_jRvwYe2tVZ1AYQzqu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/version/update.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_linux.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/version/version.go
2025-08-20T21:45:19.0900887Z [00:02:45.143]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:45:19.0911855Z [00:02:45.144]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/d4/d41f4b462272bbbe2650062579bb6accb1a4b8f68afa5c21d15512ab0007a7c8-d # internal
2025-08-20T21:45:19.0920675Z [00:02:45.145]➜  github.com/shirou/gopsutil/v3/internal/common
2025-08-20T21:45:19.0921313Z [00:02:45.145]➜  mkdir -p $WORK/b734/
2025-08-20T21:45:19.0931994Z [00:02:45.146]➜  cat >/tmp/go-build3243449595/b734/importcfg << 'EOF' # internal
2025-08-20T21:45:19.0932648Z [00:02:45.146]➜  # import config
2025-08-20T21:45:19.0933239Z [00:02:45.146]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:19.0934727Z [00:02:45.146]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.0935184Z [00:02:45.146]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.0935613Z [00:02:45.146]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.0936026Z [00:02:45.146]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.0936553Z [00:02:45.146]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build3243449595/b735/_pkg_.a
2025-08-20T21:45:19.0937372Z [00:02:45.146]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.0940503Z [00:02:45.146]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:19.0941028Z [00:02:45.146]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:19.0941441Z [00:02:45.146]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.0941869Z [00:02:45.146]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:19.0942287Z [00:02:45.146]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:19.0942739Z [00:02:45.146]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:19.0943189Z [00:02:45.146]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:19.0943615Z [00:02:45.146]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.0944042Z [00:02:45.146]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.0944477Z [00:02:45.146]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.0944896Z [00:02:45.146]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.0945327Z [00:02:45.146]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:19.0945773Z [00:02:45.146]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:19.0946403Z [00:02:45.146]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.0946773Z [00:02:45.146]➜  EOF
2025-08-20T21:45:19.0950987Z [00:02:45.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common=>github.com/shirou/gopsutil/v3@v3.24.4/internal/common;$WORK/b734=>" -p github.com/shirou/gopsutil/v3/internal/common -lang=go1.15 -complete -installsuffix shared -buildid _ZFG28F7nxcfvBibgkvW/_ZFG28F7nxcfvBibgkvW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/binary.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/common.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/common_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/common_unix.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/endian.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/sleep.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/warnings.go
2025-08-20T21:45:19.1545106Z [00:02:45.207]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:45:19.1568064Z [00:02:45.209]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/7a/7af199b548efc654f7df232cfad736146bb963fddfe0475bf8fb155851456bc1-d # internal
2025-08-20T21:45:19.1568824Z [00:02:45.209]➜  github.com/tklauser/numcpus
2025-08-20T21:45:19.1569132Z [00:02:45.209]➜  mkdir -p $WORK/b737/
2025-08-20T21:45:19.1569909Z [00:02:45.210]➜  cat >/tmp/go-build3243449595/b737/importcfg << 'EOF' # internal
2025-08-20T21:45:19.1570276Z [00:02:45.210]➜  # import config
2025-08-20T21:45:19.1570618Z [00:02:45.210]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.1571098Z [00:02:45.210]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:19.1571555Z [00:02:45.210]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.1572004Z [00:02:45.210]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:19.1572465Z [00:02:45.210]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.1572895Z [00:02:45.210]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.1573214Z [00:02:45.210]➜  EOF
2025-08-20T21:45:19.1575220Z [00:02:45.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/numcpus@v0.8.0=>github.com/tklauser/numcpus@v0.8.0;$WORK/b737=>" -p github.com/tklauser/numcpus -lang=go1.18 -complete -installsuffix shared -buildid 59w9EaNhIxvr2sZeNZet/59w9EaNhIxvr2sZeNZet -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/tklauser/numcpus@v0.8.0/numcpus.go /root/go/pkg/mod/github.com/tklauser/numcpus@v0.8.0/numcpus_linux.go
2025-08-20T21:45:19.1896171Z [00:02:45.241]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:45:19.1896700Z [00:02:45.242]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:45:19.1897380Z [00:02:45.242]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/2c/2c276a29b6f7f73d3d40349b1b533bc649d143c43337c04cf4500f385955c844-d # internal
2025-08-20T21:45:19.1898167Z [00:02:45.242]➜  github.com/tklauser/go-sysconf
2025-08-20T21:45:19.1898468Z [00:02:45.242]➜  mkdir -p $WORK/b736/
2025-08-20T21:45:19.1898840Z [00:02:45.242]➜  cat >/tmp/go-build3243449595/b736/importcfg << 'EOF' # internal
2025-08-20T21:45:19.1899186Z [00:02:45.242]➜  # import config
2025-08-20T21:45:19.1899547Z [00:02:45.242]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:19.1899970Z [00:02:45.242]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.1900482Z [00:02:45.242]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build3243449595/b737/_pkg_.a
2025-08-20T21:45:19.1901027Z [00:02:45.242]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:19.1901745Z [00:02:45.242]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.1902359Z [00:02:45.242]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.1902888Z [00:02:45.242]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.1903319Z [00:02:45.242]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.1903634Z [00:02:45.242]➜  EOF
2025-08-20T21:45:19.1906820Z [00:02:45.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.14=>github.com/tklauser/go-sysconf@v0.3.14;$WORK/b736=>" -p github.com/tklauser/go-sysconf -lang=go1.18 -complete -installsuffix shared -buildid -6R5g01HfvOK2qB_FpEc/-6R5g01HfvOK2qB_FpEc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.14/sysconf.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.14/sysconf_generic.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.14/sysconf_linux.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.14/sysconf_posix.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.14/zsysconf_defs_linux.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.14/zsysconf_values_linux_arm64.go
2025-08-20T21:45:19.2162319Z [00:02:45.269]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/c3/c3152a0197e928456ac161a79b78d0fd1ceba4798c1b34f0e80b348e60f58756-d # internal
2025-08-20T21:45:19.2167631Z [00:02:45.269]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T21:45:19.2168451Z [00:02:45.269]➜  mkdir -p $WORK/b703/
2025-08-20T21:45:19.2194504Z [00:02:45.272]➜  cat >/tmp/go-build3243449595/b703/importcfg << 'EOF' # internal
2025-08-20T21:45:19.2209675Z [00:02:45.272]➜  # import config
2025-08-20T21:45:19.2210525Z [00:02:45.272]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.2211557Z [00:02:45.272]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.2212628Z [00:02:45.272]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:19.2213520Z [00:02:45.272]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:19.2214658Z [00:02:45.272]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:19.2215937Z [00:02:45.272]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3243449595/b704/_pkg_.a
2025-08-20T21:45:19.2217462Z [00:02:45.272]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3243449595/b711/_pkg_.a
2025-08-20T21:45:19.2218697Z [00:02:45.272]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:19.2219200Z [00:02:45.272]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.2219646Z [00:02:45.272]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.2220088Z [00:02:45.272]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.2220399Z [00:02:45.272]➜  EOF
2025-08-20T21:45:19.2222933Z [00:02:45.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds;$WORK/b703=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid rKIDDSjOXhu-2CR1vAGr/rKIDDSjOXhu-2CR1vAGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.67/stscreds/web_identity_provider.go
2025-08-20T21:45:19.2400029Z [00:02:45.293]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:45:19.2405665Z [00:02:45.293]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/1a/1ab7149e51a092a156423582d4e0aafa0261fcb9f929f8c78027d3e63acfeb44-d # internal
2025-08-20T21:45:19.2469940Z [00:02:45.300]➜  github.com/zcalusic/sysinfo
2025-08-20T21:45:19.2470581Z [00:02:45.300]➜  mkdir -p $WORK/b740/
2025-08-20T21:45:19.2493731Z [00:02:45.302]➜  cat >/tmp/go-build3243449595/b740/importcfg << 'EOF' # internal
2025-08-20T21:45:19.2495242Z [00:02:45.302]➜  # import config
2025-08-20T21:45:19.2495894Z [00:02:45.302]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:19.2496393Z [00:02:45.302]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.2496887Z [00:02:45.302]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:19.2497334Z [00:02:45.302]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.2497918Z [00:02:45.302]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:19.2498567Z [00:02:45.302]➜  packagefile github.com/zcalusic/sysinfo/cpuid=/tmp/go-build3243449595/b741/_pkg_.a
2025-08-20T21:45:19.2499072Z [00:02:45.302]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.2499488Z [00:02:45.302]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:19.2499907Z [00:02:45.302]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:19.2512935Z [00:02:45.302]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.2513454Z [00:02:45.302]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.2514277Z [00:02:45.302]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.2514932Z [00:02:45.302]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:19.2515357Z [00:02:45.302]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.2515670Z [00:02:45.302]➜  EOF
2025-08-20T21:45:19.2521024Z [00:02:45.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3=>github.com/zcalusic/sysinfo@v1.1.3;$WORK/b740=>" -p github.com/zcalusic/sysinfo -lang=go1.22 -complete -installsuffix shared -buildid tLgVhgViOMgInMKmvL5a/tLgVhgViOMgInMKmvL5a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/bios.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/board.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/chassis.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/cpu.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/hypervisor.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/kernel_linux.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/memory.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/meta.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/network.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/node.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/os.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/product.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/storage.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/sysinfo.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/util.go /root/go/pkg/mod/github.com/zcalusic/sysinfo@v1.1.3/version.go
2025-08-20T21:45:19.2642672Z [00:02:45.317]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:45:19.2661407Z [00:02:45.319]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/df/dfde370b2f91bd6212f5629e8738c796864be64845a70a83dc2d9718c5fe67a3-d # internal
2025-08-20T21:45:19.2662138Z [00:02:45.319]➜  github.com/shirou/gopsutil/v3/cpu
2025-08-20T21:45:19.2662854Z [00:02:45.319]➜  mkdir -p $WORK/b733/
2025-08-20T21:45:19.2668128Z [00:02:45.320]➜  cat >/tmp/go-build3243449595/b733/importcfg << 'EOF' # internal
2025-08-20T21:45:19.2668888Z [00:02:45.320]➜  # import config
2025-08-20T21:45:19.2676911Z [00:02:45.320]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.2677849Z [00:02:45.320]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:19.2678399Z [00:02:45.320]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.2678942Z [00:02:45.320]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.2679609Z [00:02:45.320]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3243449595/b734/_pkg_.a
2025-08-20T21:45:19.2680259Z [00:02:45.320]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3243449595/b736/_pkg_.a
2025-08-20T21:45:19.2680791Z [00:02:45.320]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:19.2681258Z [00:02:45.320]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:19.2681708Z [00:02:45.320]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.2682138Z [00:02:45.320]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.2682564Z [00:02:45.320]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.2682991Z [00:02:45.320]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.2683409Z [00:02:45.320]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.2683722Z [00:02:45.320]➜  EOF
2025-08-20T21:45:19.2685827Z [00:02:45.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu=>github.com/shirou/gopsutil/v3@v3.24.4/cpu;$WORK/b733=>" -p github.com/shirou/gopsutil/v3/cpu -lang=go1.15 -complete -installsuffix shared -buildid dx3Avq75B4A0T5T5EgzD/dx3Avq75B4A0T5T5EgzD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu/cpu.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu/cpu_linux.go
2025-08-20T21:45:19.2702777Z [00:02:45.323]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:45:19.2730970Z [00:02:45.326]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/5b/5ba69bc45a859d319d720043314ee7d4bbd418854f2f8190c4872f7c80df9467-d # internal
2025-08-20T21:45:19.2733603Z [00:02:45.326]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T21:45:19.2733967Z [00:02:45.326]➜  mkdir -p $WORK/b667/
2025-08-20T21:45:19.2738638Z [00:02:45.326]➜  cat >/tmp/go-build3243449595/b667/importcfg << 'EOF' # internal
2025-08-20T21:45:19.2739001Z [00:02:45.326]➜  # import config
2025-08-20T21:45:19.2739505Z [00:02:45.326]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.2740086Z [00:02:45.326]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.2740656Z [00:02:45.326]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:19.2741263Z [00:02:45.326]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:19.2741835Z [00:02:45.326]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.2742346Z [00:02:45.326]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.2742958Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:19.2743723Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:19.2744412Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3243449595/b669/_pkg_.a
2025-08-20T21:45:19.2745228Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3243449595/b670/_pkg_.a
2025-08-20T21:45:19.2745995Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3243449595/b674/_pkg_.a
2025-08-20T21:45:19.2746859Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3243449595/b676/_pkg_.a
2025-08-20T21:45:19.2747844Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3243449595/b678/_pkg_.a
2025-08-20T21:45:19.2748978Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3243449595/b703/_pkg_.a
2025-08-20T21:45:19.2749974Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3243449595/b671/_pkg_.a
2025-08-20T21:45:19.2750806Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3243449595/b713/_pkg_.a
2025-08-20T21:45:19.2751520Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3243449595/b679/_pkg_.a
2025-08-20T21:45:19.2752383Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3243449595/b680/_pkg_.a
2025-08-20T21:45:19.2753169Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3243449595/b698/_pkg_.a
2025-08-20T21:45:19.2753952Z [00:02:45.326]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3243449595/b704/_pkg_.a
2025-08-20T21:45:19.2754727Z [00:02:45.326]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3243449595/b648/_pkg_.a
2025-08-20T21:45:19.2755466Z [00:02:45.327]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:19.2756231Z [00:02:45.327]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:19.2756940Z [00:02:45.327]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3243449595/b714/_pkg_.a
2025-08-20T21:45:19.2757606Z [00:02:45.327]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.2770884Z [00:02:45.327]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:19.2771320Z [00:02:45.327]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.2771747Z [00:02:45.327]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:19.2772177Z [00:02:45.327]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:19.2772597Z [00:02:45.327]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.2773041Z [00:02:45.327]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:19.2773491Z [00:02:45.327]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.2773918Z [00:02:45.327]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.2774342Z [00:02:45.327]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.2774650Z [00:02:45.327]➜  EOF
2025-08-20T21:45:19.2779914Z [00:02:45.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14=>github.com/aws/aws-sdk-go-v2/config@v1.29.14;$WORK/b667=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid 18R9qgChGvvMTzCECG6o/18R9qgChGvvMTzCECG6o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/generate.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/load_options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/local.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/resolve_bearer_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/resolve_credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.14/shared_config.go
2025-08-20T21:45:19.3271761Z [00:02:45.380]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:45:19.3299794Z [00:02:45.383]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/ba/ba0934a2f82c3da77c9d73c6d9a0fdadd74ce751e036534a9dc5f88cabb173ed-d # internal
2025-08-20T21:45:19.3305091Z [00:02:45.383]➜  github.com/shirou/gopsutil/v3/mem
2025-08-20T21:45:19.3306826Z [00:02:45.383]➜  mkdir -p $WORK/b738/
2025-08-20T21:45:19.3307270Z [00:02:45.383]➜  cat >/tmp/go-build3243449595/b738/importcfg << 'EOF' # internal
2025-08-20T21:45:19.3307630Z [00:02:45.383]➜  # import config
2025-08-20T21:45:19.3308193Z [00:02:45.383]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:19.3308671Z [00:02:45.383]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.3309126Z [00:02:45.383]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:19.3309563Z [00:02:45.383]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.3310142Z [00:02:45.383]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3243449595/b734/_pkg_.a
2025-08-20T21:45:19.3310764Z [00:02:45.383]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:19.3311224Z [00:02:45.383]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.3311631Z [00:02:45.383]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:19.3312036Z [00:02:45.383]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.3312451Z [00:02:45.383]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.3313335Z [00:02:45.383]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.3313656Z [00:02:45.383]➜  EOF
2025-08-20T21:45:19.3330718Z [00:02:45.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/mem=>github.com/shirou/gopsutil/v3@v3.24.4/mem;$WORK/b738=>" -p github.com/shirou/gopsutil/v3/mem -lang=go1.15 -complete -installsuffix shared -buildid aIm_fiP0u9BSUGZtbd-I/aIm_fiP0u9BSUGZtbd-I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/mem/mem.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/mem/mem_linux.go
2025-08-20T21:45:19.3332765Z [00:02:45.384]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:45:19.3333447Z [00:02:45.386]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/13/13e0dee09dfedacacf77625ae8f9dca6627e321f37815d223cbf311b09112df1-d # internal
2025-08-20T21:45:19.3345120Z [00:02:45.387]➜  github.com/shirou/gopsutil/v3/net
2025-08-20T21:45:19.3345512Z [00:02:45.387]➜  mkdir -p $WORK/b739/
2025-08-20T21:45:19.3348023Z [00:02:45.387]➜  cat >/tmp/go-build3243449595/b739/importcfg << 'EOF' # internal
2025-08-20T21:45:19.3351154Z [00:02:45.387]➜  # import config
2025-08-20T21:45:19.3351539Z [00:02:45.387]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.3351989Z [00:02:45.387]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.3352456Z [00:02:45.387]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:19.3352924Z [00:02:45.387]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:19.3353370Z [00:02:45.387]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.3353785Z [00:02:45.387]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.3354362Z [00:02:45.387]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3243449595/b734/_pkg_.a
2025-08-20T21:45:19.3354923Z [00:02:45.387]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.3355327Z [00:02:45.387]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.3355726Z [00:02:45.387]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.3356141Z [00:02:45.387]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.3356825Z [00:02:45.387]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.3357473Z [00:02:45.387]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:19.3357996Z [00:02:45.387]➜  EOF
2025-08-20T21:45:19.3360384Z [00:02:45.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net=>github.com/shirou/gopsutil/v3@v3.24.4/net;$WORK/b739=>" -p github.com/shirou/gopsutil/v3/net -lang=go1.15 -complete -installsuffix shared -buildid qLAOR0FXaH5ouDVHZO7W/qLAOR0FXaH5ouDVHZO7W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net/net.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net/net_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net/net_linux_116.go
2025-08-20T21:45:19.3971050Z [00:02:45.450]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:45:19.4002699Z [00:02:45.453]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/dc/dc444760bc3a66ba6d79752e33a759ef69db798b09553ee56933b21e639e29a3-d # internal
2025-08-20T21:45:19.4009603Z [00:02:45.453]➜  github.com/netbirdio/netbird/util/grpc
2025-08-20T21:45:19.4009956Z [00:02:45.453]➜  mkdir -p $WORK/b742/
2025-08-20T21:45:19.4010342Z [00:02:45.453]➜  cat >/tmp/go-build3243449595/b742/importcfg << 'EOF' # internal
2025-08-20T21:45:19.4010696Z [00:02:45.453]➜  # import config
2025-08-20T21:45:19.4011053Z [00:02:45.453]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.4011988Z [00:02:45.453]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:19.4012449Z [00:02:45.453]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:19.4012879Z [00:02:45.453]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.4013388Z [00:02:45.453]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:19.4014059Z [00:02:45.454]➜  packagefile github.com/netbirdio/netbird/util/embeddedroots=/tmp/go-build3243449595/b585/_pkg_.a
2025-08-20T21:45:19.4016620Z [00:02:45.454]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:19.4017994Z [00:02:45.454]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.4019093Z [00:02:45.454]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:19.4019720Z [00:02:45.454]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:19.4020353Z [00:02:45.454]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:19.4021018Z [00:02:45.454]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3243449595/b499/_pkg_.a
2025-08-20T21:45:19.4021659Z [00:02:45.454]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3243449595/b547/_pkg_.a
2025-08-20T21:45:19.4022251Z [00:02:45.454]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:19.4022745Z [00:02:45.454]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.4023170Z [00:02:45.454]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:19.4023594Z [00:02:45.454]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.4024012Z [00:02:45.454]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.4024325Z [00:02:45.454]➜  EOF
2025-08-20T21:45:19.4026349Z [00:02:45.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/grpc=>github.com/netbirdio/netbird/util/grpc;$WORK/b742=>" -p github.com/netbirdio/netbird/util/grpc -lang=go1.23 -complete -installsuffix shared -buildid YtEoZuHnPTAJEr2jz8D5/YtEoZuHnPTAJEr2jz8D5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/grpc/dialer.go
2025-08-20T21:45:19.4500632Z [00:02:45.503]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:45:19.4539428Z [00:02:45.507]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/41/41f759e2c70c1b1f8d0fa1d144b934a54c790e740dd09198697725f6f9ca970b-d # internal
2025-08-20T21:45:19.4544565Z [00:02:45.507]➜  github.com/shirou/gopsutil/v3/process
2025-08-20T21:45:19.4546424Z [00:02:45.507]➜  mkdir -p $WORK/b732/
2025-08-20T21:45:19.4559503Z [00:02:45.509]➜  cat >/tmp/go-build3243449595/b732/importcfg << 'EOF' # internal
2025-08-20T21:45:19.4560051Z [00:02:45.509]➜  # import config
2025-08-20T21:45:19.4560407Z [00:02:45.509]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:19.4560834Z [00:02:45.509]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.4561261Z [00:02:45.509]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.4561725Z [00:02:45.509]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:19.4562172Z [00:02:45.509]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.4562597Z [00:02:45.509]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.4563108Z [00:02:45.509]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build3243449595/b733/_pkg_.a
2025-08-20T21:45:19.4563785Z [00:02:45.509]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3243449595/b734/_pkg_.a
2025-08-20T21:45:19.4564435Z [00:02:45.509]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3243449595/b738/_pkg_.a
2025-08-20T21:45:19.4565478Z [00:02:45.509]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build3243449595/b739/_pkg_.a
2025-08-20T21:45:19.4566073Z [00:02:45.509]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3243449595/b736/_pkg_.a
2025-08-20T21:45:19.4566621Z [00:02:45.509]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:19.4567093Z [00:02:45.509]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:19.4567506Z [00:02:45.509]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.4568184Z [00:02:45.509]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:19.4568642Z [00:02:45.509]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:19.4569093Z [00:02:45.509]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.4569508Z [00:02:45.509]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:19.4569939Z [00:02:45.509]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.4570361Z [00:02:45.509]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.4570781Z [00:02:45.509]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.4571200Z [00:02:45.509]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:19.4571622Z [00:02:45.509]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.4571933Z [00:02:45.509]➜  EOF
2025-08-20T21:45:19.4576068Z [00:02:45.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process=>github.com/shirou/gopsutil/v3@v3.24.4/process;$WORK/b732=>" -p github.com/shirou/gopsutil/v3/process -lang=go1.15 -complete -installsuffix shared -buildid 5exTKNjMEU8mHSdOJuB8/5exTKNjMEU8mHSdOJuB8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process/process.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process/process_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process/process_posix.go
2025-08-20T21:45:19.4856711Z [00:02:45.538]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:45:19.4881568Z [00:02:45.541]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/ce/ce217bda00dfc3415c0e4e353b1309f90b27b107acb2f5ce6a97e8b028a735e0-d # internal
2025-08-20T21:45:19.4889687Z [00:02:45.542]➜  github.com/netbirdio/netbird/shared/signal/proto
2025-08-20T21:45:19.4894164Z [00:02:45.542]➜  mkdir -p $WORK/b743/
2025-08-20T21:45:19.4896110Z [00:02:45.542]➜  cat >/tmp/go-build3243449595/b743/importcfg << 'EOF' # internal
2025-08-20T21:45:19.4897125Z [00:02:45.542]➜  # import config
2025-08-20T21:45:19.4897558Z [00:02:45.542]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.4898349Z [00:02:45.542]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:19.4898953Z [00:02:45.542]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:19.4899534Z [00:02:45.542]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:19.4900193Z [00:02:45.542]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:19.4900907Z [00:02:45.542]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:19.4901613Z [00:02:45.542]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3243449595/b577/_pkg_.a
2025-08-20T21:45:19.4902399Z [00:02:45.542]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:19.4903048Z [00:02:45.542]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.4903419Z [00:02:45.542]➜  EOF
2025-08-20T21:45:19.4906200Z [00:02:45.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto=>github.com/netbirdio/netbird/shared/signal/proto;$WORK/b743=>" -p github.com/netbirdio/netbird/shared/signal/proto -lang=go1.23 -complete -installsuffix shared -buildid 0M4GzJSG_PSHSHSsl4hG/0M4GzJSG_PSHSHSsl4hG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/constants.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange.pb.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange_grpc.pb.go
2025-08-20T21:45:19.5691690Z [00:02:45.622]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:45:19.5722918Z [00:02:45.625]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/5b/5bab5e6055968aa4707f7e91afce166b58490a2ca6af9e599db426a3d7752d16-d # internal
2025-08-20T21:45:19.5732036Z [00:02:45.626]➜  github.com/netbirdio/netbird/util/semaphore-group
2025-08-20T21:45:19.5739329Z [00:02:45.627]➜  mkdir -p $WORK/b744/
2025-08-20T21:45:19.5749493Z [00:02:45.628]➜  cat >/tmp/go-build3243449595/b744/importcfg << 'EOF' # internal
2025-08-20T21:45:19.5750487Z [00:02:45.628]➜  # import config
2025-08-20T21:45:19.5751385Z [00:02:45.628]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.5752163Z [00:02:45.628]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.5754134Z [00:02:45.628]➜  EOF
2025-08-20T21:45:19.5771677Z [00:02:45.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/semaphore-group=>github.com/netbirdio/netbird/util/semaphore-group;$WORK/b744=>" -p github.com/netbirdio/netbird/util/semaphore-group -lang=go1.23 -complete -installsuffix shared -buildid V19U5C1IuepSNK6Mw5kW/V19U5C1IuepSNK6Mw5kW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/util/semaphore-group/semaphore_group.go
2025-08-20T21:45:19.6002364Z [00:02:45.653]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:45:19.6030232Z [00:02:45.656]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/8a/8ab776ae4a970d34535eec75ac6e5a5810c43577bf1167be44f0825cc62754a2-d # internal
2025-08-20T21:45:19.6032632Z [00:02:45.656]➜  github.com/netbirdio/netbird/client/internal/lazyconn
2025-08-20T21:45:19.6033446Z [00:02:45.656]➜  mkdir -p $WORK/b746/
2025-08-20T21:45:19.6034650Z [00:02:45.656]➜  cat >/tmp/go-build3243449595/b746/importcfg << 'EOF' # internal
2025-08-20T21:45:19.6035445Z [00:02:45.656]➜  # import config
2025-08-20T21:45:19.6036351Z [00:02:45.656]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3243449595/b560/_pkg_.a
2025-08-20T21:45:19.6037627Z [00:02:45.656]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/id=/tmp/go-build3243449595/b570/_pkg_.a
2025-08-20T21:45:19.6039145Z [00:02:45.656]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:19.6040028Z [00:02:45.656]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.6040941Z [00:02:45.656]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:19.6048710Z [00:02:45.656]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.6049648Z [00:02:45.656]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:19.6050426Z [00:02:45.656]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.6051179Z [00:02:45.656]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.6052101Z [00:02:45.656]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.6052836Z [00:02:45.656]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.6053437Z [00:02:45.656]➜  EOF
2025-08-20T21:45:19.6056034Z [00:02:45.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn=>github.com/netbirdio/netbird/client/internal/lazyconn;$WORK/b746=>" -p github.com/netbirdio/netbird/client/internal/lazyconn -lang=go1.23 -complete -installsuffix shared -buildid 10NBKz5nrTpYPC-zo1sV/10NBKz5nrTpYPC-zo1sV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack ./internal/lazyconn/doc.go ./internal/lazyconn/env.go ./internal/lazyconn/peercfg.go ./internal/lazyconn/support.go ./internal/lazyconn/wgiface.go
2025-08-20T21:45:19.6434036Z [00:02:45.696]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:45:19.6438219Z [00:02:45.696]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/f9/f9d3e7a235013bf70c09d8725f6182bd2662ea33f56abdd18115d4af6e313447-d # internal
2025-08-20T21:45:19.6442922Z [00:02:45.696]➜  github.com/netbirdio/netbird/client/system
2025-08-20T21:45:19.6443351Z [00:02:45.696]➜  mkdir -p $WORK/b728/
2025-08-20T21:45:19.6443738Z [00:02:45.696]➜  cat >/tmp/go-build3243449595/b728/importcfg << 'EOF' # internal
2025-08-20T21:45:19.6444117Z [00:02:45.696]➜  # import config
2025-08-20T21:45:19.6444457Z [00:02:45.696]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:19.6444906Z [00:02:45.696]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.6445328Z [00:02:45.696]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.6445966Z [00:02:45.696]➜  packagefile github.com/netbirdio/netbird/client/system/detect_cloud=/tmp/go-build3243449595/b729/_pkg_.a
2025-08-20T21:45:19.6446764Z [00:02:45.696]➜  packagefile github.com/netbirdio/netbird/client/system/detect_platform=/tmp/go-build3243449595/b730/_pkg_.a
2025-08-20T21:45:19.6447546Z [00:02:45.696]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:19.6448561Z [00:02:45.696]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:19.6449205Z [00:02:45.696]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build3243449595/b732/_pkg_.a
2025-08-20T21:45:19.6449817Z [00:02:45.696]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.6450379Z [00:02:45.696]➜  packagefile github.com/zcalusic/sysinfo=/tmp/go-build3243449595/b740/_pkg_.a
2025-08-20T21:45:19.6450959Z [00:02:45.696]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:19.6451698Z [00:02:45.696]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.6452322Z [00:02:45.696]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:19.6452800Z [00:02:45.696]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.6453215Z [00:02:45.696]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:19.6453640Z [00:02:45.696]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:19.6454069Z [00:02:45.696]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.6454511Z [00:02:45.696]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:19.6454938Z [00:02:45.696]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.6455357Z [00:02:45.696]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.6455765Z [00:02:45.696]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.6456074Z [00:02:45.696]➜  EOF
2025-08-20T21:45:19.6460204Z [00:02:45.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system=>github.com/netbirdio/netbird/client/system;$WORK/b728=>" -p github.com/netbirdio/netbird/client/system -lang=go1.23 -complete -installsuffix shared -buildid BFmwmw2M8SAQlkaX9yCf/BFmwmw2M8SAQlkaX9yCf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack ./system/info.go ./system/info_linux.go ./system/osrelease_unix.go ./system/process.go ./system/static_info.go ./system/sysinfo_linux.go
2025-08-20T21:45:19.6463091Z [00:02:45.696]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:45:19.6472709Z [00:02:45.700]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/87/87b9c6acdfce1ddae9c44fd5022fd06050d8319869e27910760a62e1ff0b7bad-d # internal
2025-08-20T21:45:19.6473419Z [00:02:45.700]➜  github.com/netbirdio/netbird/client/internal/lazyconn/activity
2025-08-20T21:45:19.6473794Z [00:02:45.700]➜  mkdir -p $WORK/b748/
2025-08-20T21:45:19.6478732Z [00:02:45.700]➜  cat >/tmp/go-build3243449595/b748/importcfg << 'EOF' # internal
2025-08-20T21:45:19.6479166Z [00:02:45.700]➜  # import config
2025-08-20T21:45:19.6479503Z [00:02:45.700]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.6480115Z [00:02:45.700]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn=/tmp/go-build3243449595/b746/_pkg_.a
2025-08-20T21:45:19.6480879Z [00:02:45.700]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/id=/tmp/go-build3243449595/b570/_pkg_.a
2025-08-20T21:45:19.6481546Z [00:02:45.700]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.6482165Z [00:02:45.700]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:19.6482690Z [00:02:45.700]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.6483121Z [00:02:45.700]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:19.6483550Z [00:02:45.700]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.6483991Z [00:02:45.700]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:19.6484427Z [00:02:45.700]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.6484736Z [00:02:45.700]➜  EOF
2025-08-20T21:45:19.6487111Z [00:02:45.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity=>github.com/netbirdio/netbird/client/internal/lazyconn/activity;$WORK/b748=>" -p github.com/netbirdio/netbird/client/internal/lazyconn/activity -lang=go1.23 -complete -installsuffix shared -buildid MIlp7-D2I8pnEK633xb3/MIlp7-D2I8pnEK633xb3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack ./internal/lazyconn/activity/listen_ip_linux.go ./internal/lazyconn/activity/listener.go ./internal/lazyconn/activity/manager.go
2025-08-20T21:45:19.6788070Z [00:02:45.731]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:45:19.6876275Z [00:02:45.740]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/fc/fc8a717298e20f9356cc3f453319bcfa92b6894c6aaf275fe1b4e3bf9b2f11b8-d # internal
2025-08-20T21:45:19.6893263Z [00:02:45.742]➜  github.com/netbirdio/netbird/client/internal/lazyconn/inactivity
2025-08-20T21:45:19.6894229Z [00:02:45.742]➜  mkdir -p $WORK/b749/
2025-08-20T21:45:19.6900756Z [00:02:45.743]➜  cat >/tmp/go-build3243449595/b749/importcfg << 'EOF' # internal
2025-08-20T21:45:19.6901747Z [00:02:45.743]➜  # import config
2025-08-20T21:45:19.6902191Z [00:02:45.743]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.6902628Z [00:02:45.743]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.6903242Z [00:02:45.743]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn=/tmp/go-build3243449595/b746/_pkg_.a
2025-08-20T21:45:19.6903979Z [00:02:45.743]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:19.6904587Z [00:02:45.743]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.6905071Z [00:02:45.743]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.6905377Z [00:02:45.743]➜  EOF
2025-08-20T21:45:19.6907623Z [00:02:45.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity=>github.com/netbirdio/netbird/client/internal/lazyconn/inactivity;$WORK/b749=>" -p github.com/netbirdio/netbird/client/internal/lazyconn/inactivity -lang=go1.23 -complete -installsuffix shared -buildid Qar4vyjX6B2Zdn7u_KlW/Qar4vyjX6B2Zdn7u_KlW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack ./internal/lazyconn/inactivity/manager.go ./internal/lazyconn/inactivity/ticker.go
2025-08-20T21:45:19.6929607Z [00:02:45.746]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:45:19.6943351Z [00:02:45.747]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/42/42586622a8a6293a92e115da5a71635da4ee00aa419e6a2e9a6d38ce4f150931-d # internal
2025-08-20T21:45:19.6946268Z [00:02:45.747]➜  github.com/pkg/errors
2025-08-20T21:45:19.6948287Z [00:02:45.748]➜  mkdir -p $WORK/b754/
2025-08-20T21:45:19.6956943Z [00:02:45.748]➜  cat >/tmp/go-build3243449595/b754/importcfg << 'EOF' # internal
2025-08-20T21:45:19.6957379Z [00:02:45.748]➜  # import config
2025-08-20T21:45:19.6958245Z [00:02:45.748]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.6958806Z [00:02:45.748]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.6959219Z [00:02:45.748]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.6959622Z [00:02:45.748]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:19.6960046Z [00:02:45.748]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.6960484Z [00:02:45.748]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.6960920Z [00:02:45.748]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.6961236Z [00:02:45.748]➜  EOF
2025-08-20T21:45:19.6963279Z [00:02:45.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b754=>" -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/b754/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-20T21:45:19.7196258Z [00:02:45.772]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:45:19.7213652Z [00:02:45.774]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/05/0519f51b7432506631ee2f0ebd534843e7abaee89f1a4b24c89a46eacbf2b929-d # internal
2025-08-20T21:45:19.7214448Z [00:02:45.774]➜  github.com/netbirdio/netbird/client/internal/netflow/store
2025-08-20T21:45:19.7214960Z [00:02:45.774]➜  mkdir -p $WORK/b757/
2025-08-20T21:45:19.7218861Z [00:02:45.775]➜  cat >/tmp/go-build3243449595/b757/importcfg << 'EOF' # internal
2025-08-20T21:45:19.7220060Z [00:02:45.775]➜  # import config
2025-08-20T21:45:19.7220826Z [00:02:45.775]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:19.7221588Z [00:02:45.775]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:19.7222283Z [00:02:45.775]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:19.7222752Z [00:02:45.775]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.7223060Z [00:02:45.775]➜  EOF
2025-08-20T21:45:19.7225036Z [00:02:45.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/store=>github.com/netbirdio/netbird/client/internal/netflow/store;$WORK/b757=>" -p github.com/netbirdio/netbird/client/internal/netflow/store -lang=go1.23 -complete -installsuffix shared -buildid KRBcgr2pju76UzIGIgMl/KRBcgr2pju76UzIGIgMl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack ./internal/netflow/store/memory.go
2025-08-20T21:45:19.7276494Z [00:02:45.780]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:45:19.7297936Z [00:02:45.782]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:45:19.7304339Z [00:02:45.783]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T21:45:19.7308385Z [00:02:45.784]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/cd/cddc104ff3827368799b1554620645d5c20e080de41a1c20bbb04b7e17efe836-d # internal
2025-08-20T21:45:19.7309068Z [00:02:45.784]➜  github.com/netbirdio/netbird/flow/proto
2025-08-20T21:45:19.7309419Z [00:02:45.784]➜  mkdir -p $WORK/b759/
2025-08-20T21:45:19.7311614Z [00:02:45.784]➜  cat >/tmp/go-build3243449595/b759/importcfg << 'EOF' # internal
2025-08-20T21:45:19.7312027Z [00:02:45.784]➜  # import config
2025-08-20T21:45:19.7314086Z [00:02:45.784]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.7314606Z [00:02:45.784]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:19.7315172Z [00:02:45.784]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:19.7315768Z [00:02:45.784]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:19.7316425Z [00:02:45.784]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:19.7317132Z [00:02:45.784]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:19.7317965Z [00:02:45.784]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:19.7318612Z [00:02:45.784]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:19.7319037Z [00:02:45.784]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.7319345Z [00:02:45.784]➜  EOF
2025-08-20T21:45:19.7332050Z [00:02:45.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto=>github.com/netbirdio/netbird/flow/proto;$WORK/b759=>" -p github.com/netbirdio/netbird/flow/proto -lang=go1.23 -complete -installsuffix shared -buildid D2PmrXoGAoBo8ltRcD8z/D2PmrXoGAoBo8ltRcD8z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow.pb.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow_grpc.pb.go
2025-08-20T21:45:19.7386738Z [00:02:45.791]➜  github.com/ti-mo/netfilter
2025-08-20T21:45:19.7389859Z [00:02:45.791]➜  mkdir -p $WORK/b755/
2025-08-20T21:45:19.7390438Z [00:02:45.791]➜  cat >/tmp/go-build3243449595/b755/importcfg << 'EOF' # internal
2025-08-20T21:45:19.7390844Z [00:02:45.791]➜  # import config
2025-08-20T21:45:19.7391225Z [00:02:45.791]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:19.7391686Z [00:02:45.791]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.7392102Z [00:02:45.791]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.7392745Z [00:02:45.791]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:19.7393303Z [00:02:45.791]➜  packagefile github.com/pkg/errors=/tmp/go-build3243449595/b754/_pkg_.a
2025-08-20T21:45:19.7393826Z [00:02:45.791]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:19.7394299Z [00:02:45.791]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.7394726Z [00:02:45.791]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.7395138Z [00:02:45.791]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.7395445Z [00:02:45.791]➜  EOF
2025-08-20T21:45:19.7399391Z [00:02:45.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2=>github.com/ti-mo/netfilter@v0.5.2;$WORK/b755=>" -p github.com/ti-mo/netfilter -lang=go1.21 -complete -installsuffix shared -buildid ziBVR8PtafCXXhClGP8c/ziBVR8PtafCXXhClGP8c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/attribute.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/conn.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/doc.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/enum.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/errors.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/gen.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/header.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/message.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/protofamily_string.go /root/go/pkg/mod/github.com/ti-mo/netfilter@v0.5.2/subsystemid_string.go
2025-08-20T21:45:19.7413381Z [00:02:45.794]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:45:19.7423675Z [00:02:45.795]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/fa/fad53f78c372562f5509647a9a4e8008c5d6796b81499961f860114772067746-d # internal
2025-08-20T21:45:19.7424678Z [00:02:45.795]➜  github.com/netbirdio/netbird/client/internal/networkmonitor
2025-08-20T21:45:19.7425161Z [00:02:45.795]➜  mkdir -p $WORK/b760/
2025-08-20T21:45:19.7425687Z [00:02:45.795]➜  cat >/tmp/go-build3243449595/b760/importcfg << 'EOF' # internal
2025-08-20T21:45:19.7426046Z [00:02:45.795]➜  # import config
2025-08-20T21:45:19.7426572Z [00:02:45.795]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.7427174Z [00:02:45.795]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.7427617Z [00:02:45.795]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.7428673Z [00:02:45.795]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:19.7429686Z [00:02:45.795]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/systemops=/tmp/go-build3243449595/b439/_pkg_.a
2025-08-20T21:45:19.7430575Z [00:02:45.795]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.7431367Z [00:02:45.795]➜  packagefile github.com/vishvananda/netlink=/tmp/go-build3243449595/b204/_pkg_.a
2025-08-20T21:45:19.7432056Z [00:02:45.795]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:19.7432665Z [00:02:45.795]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:19.7433254Z [00:02:45.795]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.7433841Z [00:02:45.795]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:19.7434482Z [00:02:45.795]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.7452635Z [00:02:45.795]➜  EOF
2025-08-20T21:45:19.7455938Z [00:02:45.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor=>github.com/netbirdio/netbird/client/internal/networkmonitor;$WORK/b760=>" -p github.com/netbirdio/netbird/client/internal/networkmonitor -lang=go1.23 -complete -installsuffix shared -buildid zFwj9bLQRHDYCqoCAm-U/zFwj9bLQRHDYCqoCAm-U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack ./internal/networkmonitor/check_change_linux.go ./internal/networkmonitor/monitor.go
2025-08-20T21:45:19.7947041Z [00:02:45.847]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:45:19.7957446Z [00:02:45.848]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/de/de6f3d44ace3ff1cf30f1b1d8a76b4104ec5cdd24b0e9cbc2a156c15a453d965-d # internal
2025-08-20T21:45:19.7958390Z [00:02:45.848]➜  github.com/netbirdio/netbird/client/internal/routemanager/fakeip
2025-08-20T21:45:19.7958803Z [00:02:45.848]➜  mkdir -p $WORK/b764/
2025-08-20T21:45:19.7959176Z [00:02:45.848]➜  cat >/tmp/go-build3243449595/b764/importcfg << 'EOF' # internal
2025-08-20T21:45:19.7959519Z [00:02:45.848]➜  # import config
2025-08-20T21:45:19.7959848Z [00:02:45.848]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.7960282Z [00:02:45.848]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:19.7961058Z [00:02:45.848]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.7961368Z [00:02:45.848]➜  EOF
2025-08-20T21:45:19.7963450Z [00:02:45.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/fakeip=>github.com/netbirdio/netbird/client/internal/routemanager/fakeip;$WORK/b764=>" -p github.com/netbirdio/netbird/client/internal/routemanager/fakeip -lang=go1.23 -complete -installsuffix shared -buildid _8zyyJZ9MThb7YIYwZAN/_8zyyJZ9MThb7YIYwZAN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack ./internal/routemanager/fakeip/fakeip.go
2025-08-20T21:45:19.8056181Z [00:02:45.858]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:45:19.8067893Z [00:02:45.859]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/18/187da21143853bd79ddb71dc804be4272ecdd460ecfcfa58fb85e29b062f9210-d # internal
2025-08-20T21:45:19.8121486Z [00:02:45.864]➜  github.com/ti-mo/conntrack
2025-08-20T21:45:19.8122993Z [00:02:45.864]➜  mkdir -p $WORK/b753/
2025-08-20T21:45:19.8124649Z [00:02:45.865]➜  cat >/tmp/go-build3243449595/b753/importcfg << 'EOF' # internal
2025-08-20T21:45:19.8125461Z [00:02:45.865]➜  # import config
2025-08-20T21:45:19.8127609Z [00:02:45.865]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.8128926Z [00:02:45.865]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.8130129Z [00:02:45.865]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:19.8131590Z [00:02:45.865]➜  packagefile github.com/pkg/errors=/tmp/go-build3243449595/b754/_pkg_.a
2025-08-20T21:45:19.8133201Z [00:02:45.865]➜  packagefile github.com/ti-mo/netfilter=/tmp/go-build3243449595/b755/_pkg_.a
2025-08-20T21:45:19.8133901Z [00:02:45.865]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:19.8134737Z [00:02:45.865]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.8136344Z [00:02:45.865]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:19.8136906Z [00:02:45.865]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.8137337Z [00:02:45.865]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.8137920Z [00:02:45.865]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:19.8138668Z [00:02:45.865]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.8139047Z [00:02:45.865]➜  EOF
2025-08-20T21:45:19.8145090Z [00:02:45.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1=>github.com/ti-mo/conntrack@v0.5.1;$WORK/b753=>" -p github.com/ti-mo/conntrack -lang=go1.21 -complete -installsuffix shared -buildid YP97_AF_8eYvVm_sc3fk/YP97_AF_8eYvVm_sc3fk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/attribute_types.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/attributetype_string.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/conn.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/doc.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/enum.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/errors.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/event.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/eventtype_string.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/expect.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/expectnattype_string.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/expecttype_string.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/filter.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/flow.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/gen.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/protoinfotype_string.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/stats.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/status.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/string.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/tuple.go /root/go/pkg/mod/github.com/ti-mo/conntrack@v0.5.1/tupletype_string.go
2025-08-20T21:45:19.8264552Z [00:02:45.879]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:45:19.8274357Z [00:02:45.880]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:45:19.8313255Z [00:02:45.884]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/88/88a1c817a06b1fccbc9a4b3dad1338daf996b891c56a40a6a2086cbda6e44f02-d # internal
2025-08-20T21:45:19.8315808Z [00:02:45.884]➜  github.com/netbirdio/netbird/client/internal/routemanager/iface
2025-08-20T21:45:19.8316902Z [00:02:45.884]➜  mkdir -p $WORK/b765/
2025-08-20T21:45:19.8318519Z [00:02:45.884]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/10/10dfbc58f67f387cc155dd2071a699433de3b00efa6d4ec11d5904b912f1a2ef-d # internal
2025-08-20T21:45:19.8320095Z [00:02:45.884]➜  cat >/tmp/go-build3243449595/b765/importcfg << 'EOF' # internal
2025-08-20T21:45:19.8320467Z [00:02:45.884]➜  # import config
2025-08-20T21:45:19.8320975Z [00:02:45.884]➜  packagefile github.com/netbirdio/netbird/client/iface/device=/tmp/go-build3243449595/b355/_pkg_.a
2025-08-20T21:45:19.8321702Z [00:02:45.884]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:19.8322468Z [00:02:45.884]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.8323105Z [00:02:45.884]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:19.8323490Z [00:02:45.884]➜  EOF
2025-08-20T21:45:19.8323764Z [00:02:45.884]➜  github.com/netbirdio/netbird/flow/client
2025-08-20T21:45:19.8324073Z [00:02:45.884]➜  mkdir -p $WORK/b758/
2025-08-20T21:45:19.8326515Z [00:02:45.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface=>github.com/netbirdio/netbird/client/internal/routemanager/iface;$WORK/b765=>" -p github.com/netbirdio/netbird/client/internal/routemanager/iface -lang=go1.23 -complete -installsuffix shared -buildid 5sWECgUgiuqn8Cl0qbuD/5sWECgUgiuqn8Cl0qbuD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack ./internal/routemanager/iface/iface.go ./internal/routemanager/iface/iface_common.go
2025-08-20T21:45:19.8336865Z [00:02:45.886]➜  cat >/tmp/go-build3243449595/b758/importcfg << 'EOF' # internal
2025-08-20T21:45:19.8337931Z [00:02:45.886]➜  # import config
2025-08-20T21:45:19.8338874Z [00:02:45.886]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.8339697Z [00:02:45.886]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:19.8340533Z [00:02:45.886]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:19.8341343Z [00:02:45.886]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.8342437Z [00:02:45.886]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.8343334Z [00:02:45.886]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:19.8344477Z [00:02:45.886]➜  packagefile github.com/netbirdio/netbird/flow/proto=/tmp/go-build3243449595/b759/_pkg_.a
2025-08-20T21:45:19.8345633Z [00:02:45.886]➜  packagefile github.com/netbirdio/netbird/util/embeddedroots=/tmp/go-build3243449595/b585/_pkg_.a
2025-08-20T21:45:19.8346891Z [00:02:45.886]➜  packagefile github.com/netbirdio/netbird/util/grpc=/tmp/go-build3243449595/b742/_pkg_.a
2025-08-20T21:45:19.8348178Z [00:02:45.886]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:19.8349393Z [00:02:45.886]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:19.8350348Z [00:02:45.886]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:19.8351535Z [00:02:45.886]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:19.8352899Z [00:02:45.886]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:19.8354142Z [00:02:45.886]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3243449595/b499/_pkg_.a
2025-08-20T21:45:19.8355295Z [00:02:45.886]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3243449595/b547/_pkg_.a
2025-08-20T21:45:19.8356320Z [00:02:45.886]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:19.8357255Z [00:02:45.886]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:19.8358099Z [00:02:45.886]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.8359033Z [00:02:45.886]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.8359699Z [00:02:45.886]➜  EOF
2025-08-20T21:45:19.8362085Z [00:02:45.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client=>github.com/netbirdio/netbird/flow/client;$WORK/b758=>" -p github.com/netbirdio/netbird/flow/client -lang=go1.23 -complete -installsuffix shared -buildid tadhMYtlMyp8WXr7P2nr/tadhMYtlMyp8WXr7P2nr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/auth.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/client.go
2025-08-20T21:45:19.8647160Z [00:02:45.917]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:45:19.8654933Z [00:02:45.918]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/4d/4d301c60b14b029bc68d4118a6cb2ea03c0bec238511a0f851ce666e2be9c45c-d # internal
2025-08-20T21:45:19.8663079Z [00:02:45.919]➜  cunicu.li/go-rosenpass/internal/ebpf
2025-08-20T21:45:19.8666713Z [00:02:45.919]➜  mkdir -p $WORK/b768/
2025-08-20T21:45:19.8668811Z [00:02:45.920]➜  cat >/tmp/go-build3243449595/b768/importcfg << 'EOF' # internal
2025-08-20T21:45:19.8669566Z [00:02:45.920]➜  # import config
2025-08-20T21:45:19.8670247Z [00:02:45.920]➜  packagefile github.com/cilium/ebpf/asm=/tmp/go-build3243449595/b374/_pkg_.a
2025-08-20T21:45:19.8671353Z [00:02:45.920]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:19.8671983Z [00:02:45.920]➜  EOF
2025-08-20T21:45:19.8682385Z [00:02:45.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/internal/ebpf=>cunicu.li/go-rosenpass@v0.4.0/internal/ebpf;$WORK/b768=>" -p cunicu.li/go-rosenpass/internal/ebpf -lang=go1.21 -complete -installsuffix shared -buildid m0ZEXIm7CmzHpN_MxeNp/m0ZEXIm7CmzHpN_MxeNp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/internal/ebpf/ebpf.go
2025-08-20T21:45:19.8939596Z [00:02:45.947]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:45:19.8950179Z [00:02:45.948]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/cd/cdee62cde380d594e7aa7c11ec45b88f96c78db6bfbcf78c12359e7e7b18438a-d # internal
2025-08-20T21:45:19.9078543Z [00:02:45.960]➜  github.com/gopacket/gopacket
2025-08-20T21:45:19.9078940Z [00:02:45.961]➜  mkdir -p $WORK/b770/
2025-08-20T21:45:19.9082412Z [00:02:45.961]➜  cat >/tmp/go-build3243449595/b770/importcfg << 'EOF' # internal
2025-08-20T21:45:19.9084449Z [00:02:45.961]➜  # import config
2025-08-20T21:45:19.9084860Z [00:02:45.961]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.9085307Z [00:02:45.961]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.9085762Z [00:02:45.961]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:19.9086205Z [00:02:45.961]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.9086619Z [00:02:45.961]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.9087024Z [00:02:45.961]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.9087926Z [00:02:45.961]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:19.9090191Z [00:02:45.961]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:19.9091333Z [00:02:45.961]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:19.9092111Z [00:02:45.961]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:19.9092946Z [00:02:45.961]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:19.9093746Z [00:02:45.961]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.9094653Z [00:02:45.961]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.9095454Z [00:02:45.961]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.9096046Z [00:02:45.961]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:19.9096932Z [00:02:45.961]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.9097633Z [00:02:45.961]➜  EOF
2025-08-20T21:45:19.9102465Z [00:02:45.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1=>github.com/gopacket/gopacket@v1.1.1;$WORK/b770=>" -p github.com/gopacket/gopacket -lang=go1.20 -complete -installsuffix shared -buildid JUwfGPBHWZ_d3_zxbhJd/JUwfGPBHWZ_d3_zxbhJd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/base.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/decode.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/doc.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/flows.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layerclass.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers_decoder.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layertype.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/packet.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/parser.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/time.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/writer.go
2025-08-20T21:45:19.9276302Z [00:02:45.980]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:45:19.9312450Z [00:02:45.984]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/76/76e4b59e2cbbea6c02b033a76701be4da55780558d56ba5c1d756214573d8949-d # internal
2025-08-20T21:45:19.9319437Z [00:02:45.984]➜  log/slog/internal/buffer
2025-08-20T21:45:19.9319784Z [00:02:45.984]➜  mkdir -p $WORK/b774/
2025-08-20T21:45:19.9320182Z [00:02:45.984]➜  cat >/tmp/go-build3243449595/b774/importcfg << 'EOF' # internal
2025-08-20T21:45:19.9320531Z [00:02:45.984]➜  # import config
2025-08-20T21:45:19.9320870Z [00:02:45.984]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.9321182Z [00:02:45.984]➜  EOF
2025-08-20T21:45:19.9322799Z [00:02:45.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b774=>" -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/b774/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T21:45:19.9645454Z [00:02:46.017]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:45:19.9653853Z [00:02:46.018]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T21:45:19.9654432Z [00:02:46.018]➜  log/slog
2025-08-20T21:45:19.9654687Z [00:02:46.018]➜  mkdir -p $WORK/b772/
2025-08-20T21:45:19.9656609Z [00:02:46.018]➜  cat >/tmp/go-build3243449595/b772/importcfg << 'EOF' # internal
2025-08-20T21:45:19.9657687Z [00:02:46.018]➜  # import config
2025-08-20T21:45:19.9658260Z [00:02:46.018]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:19.9658716Z [00:02:46.018]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:19.9659545Z [00:02:46.018]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:19.9660012Z [00:02:46.018]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:19.9660632Z [00:02:46.018]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:19.9661064Z [00:02:46.018]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:19.9661470Z [00:02:46.018]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:19.9661882Z [00:02:46.018]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:19.9662323Z [00:02:46.018]➜  packagefile log/internal=/tmp/go-build3243449595/b072/_pkg_.a
2025-08-20T21:45:19.9662798Z [00:02:46.018]➜  packagefile log/slog/internal=/tmp/go-build3243449595/b773/_pkg_.a
2025-08-20T21:45:19.9663327Z [00:02:46.018]➜  packagefile log/slog/internal/buffer=/tmp/go-build3243449595/b774/_pkg_.a
2025-08-20T21:45:19.9663815Z [00:02:46.018]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:19.9664235Z [00:02:46.018]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:19.9664659Z [00:02:46.018]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:19.9665083Z [00:02:46.018]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:19.9665668Z [00:02:46.018]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:19.9666297Z [00:02:46.018]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:19.9666784Z [00:02:46.018]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:19.9667219Z [00:02:46.018]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:19.9667650Z [00:02:46.018]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:19.9668251Z [00:02:46.018]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:19.9668729Z [00:02:46.018]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:19.9669064Z [00:02:46.018]➜  EOF
2025-08-20T21:45:19.9671398Z [00:02:46.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b772=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/.go/src/log/slog/attr.go /root/.go/src/log/slog/doc.go /root/.go/src/log/slog/handler.go /root/.go/src/log/slog/json_handler.go /root/.go/src/log/slog/level.go /root/.go/src/log/slog/logger.go /root/.go/src/log/slog/record.go /root/.go/src/log/slog/text_handler.go /root/.go/src/log/slog/value.go
2025-08-20T21:45:20.0110814Z [00:02:46.064]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:45:20.0136588Z [00:02:46.066]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/ef/ef0b0d7ddb9ada313f74c857b77f36bafb0b678fac9be73ee36df2cb2338e89a-d # internal
2025-08-20T21:45:20.0137950Z [00:02:46.066]➜  github.com/netbirdio/netbird/client/internal/netflow/conntrack
2025-08-20T21:45:20.0138395Z [00:02:46.066]➜  mkdir -p $WORK/b752/
2025-08-20T21:45:20.0139924Z [00:02:46.067]➜  cat >/tmp/go-build3243449595/b752/importcfg << 'EOF' # internal
2025-08-20T21:45:20.0140825Z [00:02:46.067]➜  # import config
2025-08-20T21:45:20.0141832Z [00:02:46.067]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:20.0142402Z [00:02:46.067]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.0142893Z [00:02:46.067]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:20.0143587Z [00:02:46.067]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:20.0144309Z [00:02:46.067]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:20.0144919Z [00:02:46.067]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:20.0145475Z [00:02:46.067]➜  packagefile github.com/ti-mo/conntrack=/tmp/go-build3243449595/b753/_pkg_.a
2025-08-20T21:45:20.0146026Z [00:02:46.067]➜  packagefile github.com/ti-mo/netfilter=/tmp/go-build3243449595/b755/_pkg_.a
2025-08-20T21:45:20.0146534Z [00:02:46.067]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:20.0146955Z [00:02:46.067]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:20.0147379Z [00:02:46.067]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:20.0147979Z [00:02:46.067]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.0148466Z [00:02:46.067]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:20.0148777Z [00:02:46.067]➜  EOF
2025-08-20T21:45:20.0151264Z [00:02:46.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack=>github.com/netbirdio/netbird/client/internal/netflow/conntrack;$WORK/b752=>" -p github.com/netbirdio/netbird/client/internal/netflow/conntrack -lang=go1.23 -complete -installsuffix shared -buildid J2RDzmX2U21xzKO4kq59/J2RDzmX2U21xzKO4kq59 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack ./internal/netflow/conntrack/conntrack.go ./internal/netflow/conntrack/sysctl.go
2025-08-20T21:45:20.0981495Z [00:02:46.151]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:45:20.1013629Z [00:02:46.154]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:45:20.1022859Z [00:02:46.155]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/06/061a9d04410fa0c7529686627fbd69843bfce7dcdccb2fc757ee1b5170db3487-d # internal
2025-08-20T21:45:20.1038829Z [00:02:46.157]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/77/7744d78c381a6aa47f5a910752d6071c141b54dc3bdd820b45e0216302a3d06e-d # internal
2025-08-20T21:45:20.1046530Z [00:02:46.157]➜  github.com/cloudflare/circl/kem
2025-08-20T21:45:20.1053720Z [00:02:46.158]➜  mkdir -p $WORK/b775/
2025-08-20T21:45:20.1063492Z [00:02:46.159]➜  cat >/tmp/go-build3243449595/b775/importcfg << 'EOF' # internal
2025-08-20T21:45:20.1064188Z [00:02:46.159]➜  # import config
2025-08-20T21:45:20.1070102Z [00:02:46.159]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:20.1070580Z [00:02:46.159]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.1070901Z [00:02:46.159]➜  EOF
2025-08-20T21:45:20.1085767Z [00:02:46.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem=>github.com/cloudflare/circl@v1.3.3/kem;$WORK/b775=>" -p github.com/cloudflare/circl/kem -lang=go1.17 -complete -installsuffix shared -buildid VpYMg9eshOUwWzsMdBez/VpYMg9eshOUwWzsMdBez -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/kem.go
2025-08-20T21:45:20.1425571Z [00:02:46.195]➜  github.com/gopacket/gopacket/layers
2025-08-20T21:45:20.1432249Z [00:02:46.196]➜  mkdir -p $WORK/b771/
2025-08-20T21:45:20.1440242Z [00:02:46.197]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:45:20.1455326Z [00:02:46.198]➜  cat >/tmp/go-build3243449595/b771/importcfg << 'EOF' # internal
2025-08-20T21:45:20.1456807Z [00:02:46.198]➜  # import config
2025-08-20T21:45:20.1457184Z [00:02:46.198]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:20.1457654Z [00:02:46.198]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:20.1458316Z [00:02:46.198]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:20.1458762Z [00:02:46.198]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.1459177Z [00:02:46.198]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.1459695Z [00:02:46.198]➜  packagefile github.com/gopacket/gopacket=/tmp/go-build3243449595/b770/_pkg_.a
2025-08-20T21:45:20.1460236Z [00:02:46.198]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:20.1460663Z [00:02:46.198]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.1461067Z [00:02:46.198]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:20.1461480Z [00:02:46.198]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:20.1461901Z [00:02:46.198]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:20.1462330Z [00:02:46.198]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:20.1462759Z [00:02:46.198]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:20.1463184Z [00:02:46.198]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.1463603Z [00:02:46.198]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:20.1463924Z [00:02:46.198]➜  EOF
2025-08-20T21:45:20.1518770Z [00:02:46.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers=>github.com/gopacket/gopacket@v1.1.1/layers;$WORK/b771=>" -p github.com/gopacket/gopacket/layers -lang=go1.20 -complete -installsuffix shared -buildid J_lZfap4WrpZEgTJn4A9/J_lZfap4WrpZEgTJn4A9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/arp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/asf.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/asf_presencepong.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/base.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/bfd.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/bitfield.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/cdp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ctp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/dhcpv4.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/dhcpv6.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/dhcpv6_options.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/dns.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/doc.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/dot11.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/dot1q.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/eap.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/eapol.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/endpoints.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/enums.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/enums_generated.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/erspan2.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/etherip.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ethernet.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/fddi.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/fuzz_layer.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/geneve.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/gre.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/gtp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/iana_ports.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/icmp4.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/icmp6.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/icmp6msg.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/igmp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ip4.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ip6.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ipsec.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/layertypes.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/lcm.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/linux_sll.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/linux_sll2.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/llc.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/lldp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/loopback.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/mldv1.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/mldv2.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/modbustcp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/mpls.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ndp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ntp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ospf.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/pflog.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ports.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/ppp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/pppoe.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/prism.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/radiotap.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/radius.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/rmcp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/rudp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/sctp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/sflow.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/sip.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/stp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/tcp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/tcpip.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/tls.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/tls_alert.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/tls_appdata.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/tls_cipherspec.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/tls_handshake.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/udp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/udplite.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/usb.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/vrrp.go /root/go/pkg/mod/github.com/gopacket/gopacket@v1.1.1/layers/vxlan.go
2025-08-20T21:45:20.1542808Z [00:02:46.201]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/e2/e2b4101ca5a724a8578d29c54593d582b346d4a125301b4974ade50da7648aaa-d # internal
2025-08-20T21:45:20.1543412Z [00:02:46.203]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T21:45:20.1543729Z [00:02:46.203]➜  mkdir -p $WORK/b777/
2025-08-20T21:45:20.1544103Z [00:02:46.203]➜  cat >/tmp/go-build3243449595/b777/importcfg << 'EOF' # internal
2025-08-20T21:45:20.1544756Z [00:02:46.203]➜  # import config
2025-08-20T21:45:20.1545131Z [00:02:46.203]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:20.1545576Z [00:02:46.203]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.1545880Z [00:02:46.203]➜  EOF
2025-08-20T21:45:20.1550774Z [00:02:46.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3=>github.com/cloudflare/circl@v1.3.3/internal/sha3;$WORK/b777=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.17 -complete -installsuffix shared -buildid ki3gUT9TI-VHVaneYISm/ki3gUT9TI-VHVaneYISm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/doc.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/hashes.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/keccakf.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/rc.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/sha3.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/shake.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/xor.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/sha3/xor_generic.go
2025-08-20T21:45:20.2024838Z [00:02:46.255]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:45:20.2040746Z [00:02:46.257]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/4e/4e387062acef64a32d8a848bdc81e643c305cd9d3b362540b725dccc79e41c9e-d # internal
2025-08-20T21:45:20.2047650Z [00:02:46.257]➜  github.com/cloudflare/circl/simd/keccakf1600
2025-08-20T21:45:20.2051377Z [00:02:46.258]➜  mkdir -p $WORK/b782/
2025-08-20T21:45:20.2057506Z [00:02:46.258]➜  echo -n > $WORK/b782/go_asm.h # internal
2025-08-20T21:45:20.2060533Z [00:02:46.258]➜  cd /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/simd/keccakf1600
2025-08-20T21:45:20.2062585Z [00:02:46.258]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cloudflare/circl/simd/keccakf1600 -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/simd/keccakf1600=>github.com/cloudflare/circl@v1.3.3/simd/keccakf1600;$WORK/b782=>" -I $WORK/b782/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b782/symabis ./f1600x2_arm64.s
2025-08-20T21:45:20.2086945Z [00:02:46.261]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:45:20.2114444Z [00:02:46.264]➜  cat >/tmp/go-build3243449595/b782/importcfg << 'EOF' # internal
2025-08-20T21:45:20.2115219Z [00:02:46.264]➜  # import config
2025-08-20T21:45:20.2118037Z [00:02:46.264]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3243449595/b777/_pkg_.a
2025-08-20T21:45:20.2118973Z [00:02:46.264]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3243449595/b156/_pkg_.a
2025-08-20T21:45:20.2120265Z [00:02:46.264]➜  EOF
2025-08-20T21:45:20.2129627Z [00:02:46.266]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:20.2133002Z [00:02:46.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/simd/keccakf1600=>github.com/cloudflare/circl@v1.3.3/simd/keccakf1600;$WORK/b782=>" -p github.com/cloudflare/circl/simd/keccakf1600 -lang=go1.17 -installsuffix shared -buildid wVfBoh3eAy1ILfUqTUbX/wVfBoh3eAy1ILfUqTUbX -goversion go1.25.0 -symabis $WORK/b782/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack -asmhdr $WORK/b782/go_asm.h /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/simd/keccakf1600/f1600x.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/simd/keccakf1600/f1600x2_arm64.go
2025-08-20T21:45:20.2136580Z [00:02:46.266]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T21:45:20.2137485Z [00:02:46.266]➜  github.com/cloudflare/circl/internal/nist
2025-08-20T21:45:20.2139171Z [00:02:46.266]➜  mkdir -p $WORK/b784/
2025-08-20T21:45:20.2139597Z [00:02:46.266]➜  cat >/tmp/go-build3243449595/b784/importcfg << 'EOF' # internal
2025-08-20T21:45:20.2139948Z [00:02:46.266]➜  # import config
2025-08-20T21:45:20.2140313Z [00:02:46.266]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:20.2140644Z [00:02:46.266]➜  EOF
2025-08-20T21:45:20.2142767Z [00:02:46.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/nist=>github.com/cloudflare/circl@v1.3.3/internal/nist;$WORK/b784=>" -p github.com/cloudflare/circl/internal/nist -lang=go1.17 -complete -installsuffix shared -buildid -nIUFDboC6C33fB2CYxz/-nIUFDboC6C33fB2CYxz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/internal/nist/drbg.go
2025-08-20T21:45:20.2256389Z [00:02:46.278]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:45:20.2264533Z [00:02:46.279]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/d4/d41d89bd66c0183a2ee18283e91bf068b68ddc65721c2437f93a67482e9e47d7-d # internal
2025-08-20T21:45:20.2272319Z [00:02:46.280]➜  github.com/cloudflare/circl/kem/mceliece/mceliece460896
2025-08-20T21:45:20.2272721Z [00:02:46.280]➜  mkdir -p $WORK/b783/
2025-08-20T21:45:20.2279563Z [00:02:46.281]➜  cat >/tmp/go-build3243449595/b783/importcfg << 'EOF' # internal
2025-08-20T21:45:20.2281996Z [00:02:46.281]➜  # import config
2025-08-20T21:45:20.2282650Z [00:02:46.281]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:20.2286793Z [00:02:46.281]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:20.2288111Z [00:02:46.281]➜  packagefile github.com/cloudflare/circl/internal/nist=/tmp/go-build3243449595/b784/_pkg_.a
2025-08-20T21:45:20.2289695Z [00:02:46.281]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3243449595/b777/_pkg_.a
2025-08-20T21:45:20.2302216Z [00:02:46.281]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3243449595/b775/_pkg_.a
2025-08-20T21:45:20.2305181Z [00:02:46.281]➜  packagefile github.com/cloudflare/circl/kem/mceliece/internal=/tmp/go-build3243449595/b785/_pkg_.a
2025-08-20T21:45:20.2305965Z [00:02:46.281]➜  packagefile github.com/cloudflare/circl/math/gf2e13=/tmp/go-build3243449595/b787/_pkg_.a
2025-08-20T21:45:20.2306489Z [00:02:46.281]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.2306794Z [00:02:46.281]➜  EOF
2025-08-20T21:45:20.2311153Z [00:02:46.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/mceliece460896=>github.com/cloudflare/circl@v1.3.3/kem/mceliece/mceliece460896;$WORK/b783=>" -p github.com/cloudflare/circl/kem/mceliece/mceliece460896 -lang=go1.17 -complete -installsuffix shared -buildid lxfhcHl8ReesxsIW0weP/lxfhcHl8ReesxsIW0weP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/mceliece460896/benes.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/mceliece460896/fft.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/mceliece460896/mceliece.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/mceliece460896/pk_gen.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/mceliece/mceliece460896/vec.go
2025-08-20T21:45:20.2370381Z [00:02:46.290]➜  cd /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/simd/keccakf1600
2025-08-20T21:45:20.2381656Z [00:02:46.290]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cloudflare/circl/simd/keccakf1600 -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/simd/keccakf1600=>github.com/cloudflare/circl@v1.3.3/simd/keccakf1600;$WORK/b782=>" -I $WORK/b782/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b782/f1600x2_arm64.o ./f1600x2_arm64.s
2025-08-20T21:45:20.2462704Z [00:02:46.299]➜  go tool pack r $WORK/b782/_pkg_.a $WORK/b782/f1600x2_arm64.o # internal
2025-08-20T21:45:20.2469070Z [00:02:46.300]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:45:20.2469770Z [00:02:46.300]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/95/950d1b1170372e89ed90b486f4f0b92aa4cbf2c028e38986d07e94687b2efe90-d # internal
2025-08-20T21:45:20.2481784Z [00:02:46.301]➜  github.com/cloudflare/circl/pke/kyber/internal/common
2025-08-20T21:45:20.2483182Z [00:02:46.301]➜  mkdir -p $WORK/b780/
2025-08-20T21:45:20.2483607Z [00:02:46.301]➜  cat >/tmp/go-build3243449595/b780/importcfg << 'EOF' # internal
2025-08-20T21:45:20.2483958Z [00:02:46.301]➜  # import config
2025-08-20T21:45:20.2484330Z [00:02:46.301]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:20.2484928Z [00:02:46.301]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3243449595/b777/_pkg_.a
2025-08-20T21:45:20.2485694Z [00:02:46.301]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common/params=/tmp/go-build3243449595/b781/_pkg_.a
2025-08-20T21:45:20.2486454Z [00:02:46.301]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3243449595/b782/_pkg_.a
2025-08-20T21:45:20.2486959Z [00:02:46.301]➜  EOF
2025-08-20T21:45:20.2487225Z [00:02:46.301]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/client
2025-08-20T21:45:20.2505598Z [00:02:46.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common=>github.com/cloudflare/circl@v1.3.3/pke/kyber/internal/common;$WORK/b780=>" -p github.com/cloudflare/circl/pke/kyber/internal/common -lang=go1.17 -complete -installsuffix shared -buildid PE7hEXXIg6Tm5UQGwS0y/PE7hEXXIg6Tm5UQGwS0y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/field.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/generic.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/ntt.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/params.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/poly.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/internal/common/sample.go
2025-08-20T21:45:20.2882533Z [00:02:46.341]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:45:20.2889845Z [00:02:46.341]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/64/64fd6b0614a7b2cba8562f22f9191e3d7aa539a421ea2add9cd019207119203b-d # internal
2025-08-20T21:45:20.2890621Z [00:02:46.342]➜  github.com/cloudflare/circl/pke/kyber/kyber512/internal
2025-08-20T21:45:20.2891024Z [00:02:46.342]➜  mkdir -p $WORK/b779/
2025-08-20T21:45:20.2891861Z [00:02:46.342]➜  cat >/tmp/go-build3243449595/b779/importcfg << 'EOF' # internal
2025-08-20T21:45:20.2892867Z [00:02:46.342]➜  # import config
2025-08-20T21:45:20.2893424Z [00:02:46.342]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3243449595/b777/_pkg_.a
2025-08-20T21:45:20.2894166Z [00:02:46.342]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common=/tmp/go-build3243449595/b780/_pkg_.a
2025-08-20T21:45:20.2894997Z [00:02:46.342]➜  EOF
2025-08-20T21:45:20.2899022Z [00:02:46.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/kyber512/internal=>github.com/cloudflare/circl@v1.3.3/pke/kyber/kyber512/internal;$WORK/b779=>" -p github.com/cloudflare/circl/pke/kyber/kyber512/internal -lang=go1.17 -complete -installsuffix shared -buildid ELP2dlVvQdZrrY1vvF2L/ELP2dlVvQdZrrY1vvF2L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/kyber512/internal/cpapke.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/kyber512/internal/mat.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/kyber512/internal/params.go /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/kyber512/internal/vec.go
2025-08-20T21:45:20.3137166Z [00:02:46.366]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:45:20.3154174Z [00:02:46.368]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/43/43730de704565e31478acd0774324b8e159285f001c7bd64c70b7e5c31088fe7-d # internal
2025-08-20T21:45:20.3163616Z [00:02:46.369]➜  github.com/netbirdio/netbird/client/internal/routeselector
2025-08-20T21:45:20.3164895Z [00:02:46.369]➜  mkdir -p $WORK/b793/
2025-08-20T21:45:20.3165845Z [00:02:46.369]➜  cat >/tmp/go-build3243449595/b793/importcfg << 'EOF' # internal
2025-08-20T21:45:20.3166208Z [00:02:46.369]➜  # import config
2025-08-20T21:45:20.3166586Z [00:02:46.369]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:20.3167027Z [00:02:46.369]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.3167547Z [00:02:46.369]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:20.3168353Z [00:02:46.369]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:20.3169024Z [00:02:46.369]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:20.3169609Z [00:02:46.369]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:20.3170147Z [00:02:46.369]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:20.3170888Z [00:02:46.369]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:20.3171540Z [00:02:46.369]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:20.3171916Z [00:02:46.369]➜  EOF
2025-08-20T21:45:20.3173907Z [00:02:46.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routeselector=>github.com/netbirdio/netbird/client/internal/routeselector;$WORK/b793=>" -p github.com/netbirdio/netbird/client/internal/routeselector -lang=go1.23 -complete -installsuffix shared -buildid OPSbAZYnIDaTfSCm-yIH/OPSbAZYnIDaTfSCm-yIH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack ./internal/routeselector/routeselector.go
2025-08-20T21:45:20.3238765Z [00:02:46.377]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:45:20.3245118Z [00:02:46.377]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/98/98bd319551ad206dd64a1c8ff0804ad17554c2bae6543f617a18bde7fd3b5f5c-d # internal
2025-08-20T21:45:20.3246474Z [00:02:46.377]➜  github.com/cloudflare/circl/pke/kyber/kyber512
2025-08-20T21:45:20.3246899Z [00:02:46.377]➜  mkdir -p $WORK/b778/
2025-08-20T21:45:20.3250309Z [00:02:46.378]➜  cat >/tmp/go-build3243449595/b778/importcfg << 'EOF' # internal
2025-08-20T21:45:20.3251701Z [00:02:46.378]➜  # import config
2025-08-20T21:45:20.3252151Z [00:02:46.378]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:20.3252800Z [00:02:46.378]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber512/internal=/tmp/go-build3243449595/b779/_pkg_.a
2025-08-20T21:45:20.3253736Z [00:02:46.378]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.3254043Z [00:02:46.378]➜  EOF
2025-08-20T21:45:20.3256298Z [00:02:46.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/kyber512=>github.com/cloudflare/circl@v1.3.3/pke/kyber/kyber512;$WORK/b778=>" -p github.com/cloudflare/circl/pke/kyber/kyber512 -lang=go1.17 -complete -installsuffix shared -buildid gg4kQGRo5a8fjUStqF2f/gg4kQGRo5a8fjUStqF2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/pke/kyber/kyber512/kyber.go
2025-08-20T21:45:20.3399998Z [00:02:46.392]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:45:20.3408368Z [00:02:46.393]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/e2/e26cb1043e7d92db8e35b352ae8ec88c92ce70f3741ac43895f133a6380d38f3-d # internal
2025-08-20T21:45:20.3409102Z [00:02:46.393]➜  github.com/cloudflare/circl/kem/kyber/kyber512
2025-08-20T21:45:20.3409443Z [00:02:46.393]➜  mkdir -p $WORK/b776/
2025-08-20T21:45:20.3409820Z [00:02:46.393]➜  cat >/tmp/go-build3243449595/b776/importcfg << 'EOF' # internal
2025-08-20T21:45:20.3410165Z [00:02:46.393]➜  # import config
2025-08-20T21:45:20.3410506Z [00:02:46.393]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:20.3410958Z [00:02:46.393]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:20.3411432Z [00:02:46.393]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:20.3412014Z [00:02:46.393]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3243449595/b777/_pkg_.a
2025-08-20T21:45:20.3412643Z [00:02:46.393]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3243449595/b775/_pkg_.a
2025-08-20T21:45:20.3413299Z [00:02:46.393]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber512=/tmp/go-build3243449595/b778/_pkg_.a
2025-08-20T21:45:20.3413854Z [00:02:46.393]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.3414159Z [00:02:46.393]➜  EOF
2025-08-20T21:45:20.3416737Z [00:02:46.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/kyber/kyber512=>github.com/cloudflare/circl@v1.3.3/kem/kyber/kyber512;$WORK/b776=>" -p github.com/cloudflare/circl/kem/kyber/kyber512 -lang=go1.17 -complete -installsuffix shared -buildid QM7f-QGkMipUGOXgsjma/QM7f-QGkMipUGOXgsjma -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/cunicu/circl@v0.0.0-20230801113412-fec58fc7b5f6/kem/kyber/kyber512/kyber.go
2025-08-20T21:45:20.3776736Z [00:02:46.430]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:45:20.3795771Z [00:02:46.431]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/3a/3a8cfc9b4740d36f7de7949c3c2a97ba8c618424b2d44e8451efc7fcc134fa3f-d # internal
2025-08-20T21:45:20.3799336Z [00:02:46.431]➜  github.com/netbirdio/netbird/client/internal/templates
2025-08-20T21:45:20.3799734Z [00:02:46.431]➜  mkdir -p $WORK/b796/
2025-08-20T21:45:20.3801406Z [00:02:46.432]➜  cat >/tmp/go-build3243449595/b796/importcfg << 'EOF' # internal
2025-08-20T21:45:20.3805142Z [00:02:46.432]➜  # import config
2025-08-20T21:45:20.3805610Z [00:02:46.432]➜  packagefile embed=/tmp/go-build3243449595/b367/_pkg_.a
2025-08-20T21:45:20.3805953Z [00:02:46.432]➜  EOF
2025-08-20T21:45:20.3806292Z [00:02:46.432]➜  cat >/tmp/go-build3243449595/b796/embedcfg << 'EOF' # internal
2025-08-20T21:45:20.3806615Z [00:02:46.432]➜  {
2025-08-20T21:45:20.3806823Z [00:02:46.432]➜  	"Patterns": {
2025-08-20T21:45:20.3807080Z [00:02:46.432]➜  		"pkce-auth-msg.html": [
2025-08-20T21:45:20.3807371Z [00:02:46.432]➜  			"pkce-auth-msg.html"
2025-08-20T21:45:20.3807618Z [00:02:46.432]➜  		]
2025-08-20T21:45:20.3807943Z [00:02:46.432]➜  	},
2025-08-20T21:45:20.3808605Z [00:02:46.432]➜  	"Files": {
2025-08-20T21:45:20.3809106Z [00:02:46.432]➜  		"pkce-auth-msg.html": "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/templates/pkce-auth-msg.html"
2025-08-20T21:45:20.3809553Z [00:02:46.432]➜  	}
2025-08-20T21:45:20.3809741Z [00:02:46.432]➜  }EOF
2025-08-20T21:45:20.3811720Z [00:02:46.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/templates=>github.com/netbirdio/netbird/client/internal/templates;$WORK/b796=>" -p github.com/netbirdio/netbird/client/internal/templates -lang=go1.23 -complete -installsuffix shared -buildid hm4kNHL-qn4_Y_UOn_Hl/hm4kNHL-qn4_Y_UOn_Hl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -embedcfg $WORK/b796/embedcfg -pack ./internal/templates/embed.go
2025-08-20T21:45:20.3823800Z [00:02:46.435]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:45:20.3838258Z [00:02:46.436]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/e2/e21855e7a91c9dc26404d6466efa9d117ba1638752d18cec068b5a30c6399f19-d # internal
2025-08-20T21:45:20.3849705Z [00:02:46.438]➜  golang.org/x/oauth2/internal
2025-08-20T21:45:20.3852508Z [00:02:46.438]➜  mkdir -p $WORK/b798/
2025-08-20T21:45:20.3852964Z [00:02:46.438]➜  cat >/tmp/go-build3243449595/b798/importcfg << 'EOF' # internal
2025-08-20T21:45:20.3853316Z [00:02:46.438]➜  # import config
2025-08-20T21:45:20.3853680Z [00:02:46.438]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:20.3854397Z [00:02:46.438]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:20.3854998Z [00:02:46.438]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:20.3855631Z [00:02:46.438]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:20.3856192Z [00:02:46.438]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:20.3856741Z [00:02:46.438]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.3858100Z [00:02:46.438]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.3858538Z [00:02:46.438]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.3858960Z [00:02:46.438]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:20.3859385Z [00:02:46.438]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:20.3860001Z [00:02:46.438]➜  packagefile mime=/tmp/go-build3243449595/b317/_pkg_.a
2025-08-20T21:45:20.3860654Z [00:02:46.438]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:20.3861183Z [00:02:46.438]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:20.3861611Z [00:02:46.438]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:20.3862038Z [00:02:46.438]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.3862456Z [00:02:46.438]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:20.3862904Z [00:02:46.438]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:20.3863333Z [00:02:46.438]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:20.3863640Z [00:02:46.438]➜  EOF
2025-08-20T21:45:20.3866096Z [00:02:46.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/internal=>golang.org/x/oauth2@v0.27.0/internal;$WORK/b798=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid ZMbsaVw-4cXih-9p8Baw/ZMbsaVw-4cXih-9p8Baw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/internal/transport.go
2025-08-20T21:45:20.3876642Z [00:02:46.440]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:45:20.3878631Z [00:02:46.441]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/72/7256a284a76d2920732b20116710fcb729ff869b8904cf86735800acca097f88-d # internal
2025-08-20T21:45:20.3885304Z [00:02:46.441]➜  archive/zip
2025-08-20T21:45:20.3889526Z [00:02:46.442]➜  mkdir -p $WORK/b800/
2025-08-20T21:45:20.3899377Z [00:02:46.442]➜  cat >/tmp/go-build3243449595/b800/importcfg << 'EOF' # internal
2025-08-20T21:45:20.3905047Z [00:02:46.442]➜  # import config
2025-08-20T21:45:20.3907408Z [00:02:46.442]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:20.3916581Z [00:02:46.442]➜  packagefile compress/flate=/tmp/go-build3243449595/b307/_pkg_.a
2025-08-20T21:45:20.3917117Z [00:02:46.442]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:20.3917583Z [00:02:46.442]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.3918179Z [00:02:46.442]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.3918614Z [00:02:46.442]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:20.3919080Z [00:02:46.442]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:20.3919553Z [00:02:46.442]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:20.3919999Z [00:02:46.442]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.3920413Z [00:02:46.442]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:20.3920821Z [00:02:46.443]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:20.3921230Z [00:02:46.443]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:20.3921679Z [00:02:46.443]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:20.3922123Z [00:02:46.443]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:20.3922548Z [00:02:46.443]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.3922979Z [00:02:46.443]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:20.3923389Z [00:02:46.443]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:20.3923827Z [00:02:46.443]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:20.3924159Z [00:02:46.443]➜  EOF
2025-08-20T21:45:20.3926319Z [00:02:46.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b800=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/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-20T21:45:20.4327354Z [00:02:46.485]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:45:20.4346236Z [00:02:46.487]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/2f/2f1381b9eaa58b41e0d5a4013d6f478c8b462c46bc7ac665216459ebe028bfb7-d # internal
2025-08-20T21:45:20.4347116Z [00:02:46.487]➜  golang.org/x/oauth2
2025-08-20T21:45:20.4347414Z [00:02:46.487]➜  mkdir -p $WORK/b797/
2025-08-20T21:45:20.4347903Z [00:02:46.487]➜  cat >/tmp/go-build3243449595/b797/importcfg << 'EOF' # internal
2025-08-20T21:45:20.4348304Z [00:02:46.487]➜  # import config
2025-08-20T21:45:20.4348661Z [00:02:46.487]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:20.4349100Z [00:02:46.487]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:20.4349547Z [00:02:46.487]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:20.4350013Z [00:02:46.487]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:20.4350491Z [00:02:46.487]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:20.4350970Z [00:02:46.487]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:20.4351872Z [00:02:46.487]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.4352291Z [00:02:46.487]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.4352794Z [00:02:46.487]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3243449595/b798/_pkg_.a
2025-08-20T21:45:20.4353279Z [00:02:46.487]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.4353690Z [00:02:46.487]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:20.4354129Z [00:02:46.487]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:20.4354563Z [00:02:46.487]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:20.4354992Z [00:02:46.487]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:20.4355423Z [00:02:46.487]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.4355842Z [00:02:46.487]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:20.4356264Z [00:02:46.487]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:20.4356573Z [00:02:46.487]➜  EOF
2025-08-20T21:45:20.4359703Z [00:02:46.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0=>golang.org/x/oauth2@v0.27.0;$WORK/b797=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid KxtNLVwv48SdKJZKw4wH/KxtNLVwv48SdKJZKw4wH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/transport.go
2025-08-20T21:45:20.5049013Z [00:02:46.557]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:45:20.5068970Z [00:02:46.559]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d # internal
2025-08-20T21:45:20.5077107Z [00:02:46.560]➜  github.com/netbirdio/netbird/client/anonymize
2025-08-20T21:45:20.5084453Z [00:02:46.561]➜  mkdir -p $WORK/b801/
2025-08-20T21:45:20.5094396Z [00:02:46.562]➜  cat >/tmp/go-build3243449595/b801/importcfg << 'EOF' # internal
2025-08-20T21:45:20.5095195Z [00:02:46.562]➜  # import config
2025-08-20T21:45:20.5096055Z [00:02:46.562]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:20.5097458Z [00:02:46.562]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.5099024Z [00:02:46.562]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:20.5099811Z [00:02:46.562]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:20.5101094Z [00:02:46.562]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:20.5101543Z [00:02:46.562]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:20.5101995Z [00:02:46.562]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:20.5102416Z [00:02:46.562]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:20.5102840Z [00:02:46.562]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.5103158Z [00:02:46.562]➜  EOF
2025-08-20T21:45:20.5104902Z [00:02:46.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/anonymize=>github.com/netbirdio/netbird/client/anonymize;$WORK/b801=>" -p github.com/netbirdio/netbird/client/anonymize -lang=go1.23 -complete -installsuffix shared -buildid GK2AFdz6EovXmwO_1SkL/GK2AFdz6EovXmwO_1SkL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack ./anonymize/anonymize.go
2025-08-20T21:45:20.5915456Z [00:02:46.644]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:45:20.5927256Z [00:02:46.645]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/ee/ee76f51921f0aa7672fb7a6a3dcd08ba6908fc162fbc08c0469c40fc49285335-d # internal
2025-08-20T21:45:20.5934316Z [00:02:46.646]➜  runtime/pprof
2025-08-20T21:45:20.5935707Z [00:02:46.646]➜  mkdir -p $WORK/b802/
2025-08-20T21:45:20.5942963Z [00:02:46.647]➜  cat >/tmp/go-build3243449595/b802/importcfg << 'EOF' # internal
2025-08-20T21:45:20.5943759Z [00:02:46.647]➜  # import config
2025-08-20T21:45:20.5944582Z [00:02:46.647]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:20.5958832Z [00:02:46.647]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:20.5959999Z [00:02:46.647]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:45:20.5960468Z [00:02:46.647]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:20.5960935Z [00:02:46.647]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:20.5961404Z [00:02:46.647]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:20.5961875Z [00:02:46.647]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.5962287Z [00:02:46.647]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.5962728Z [00:02:46.647]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:45:20.5963236Z [00:02:46.647]➜  packagefile internal/profilerecord=/tmp/go-build3243449595/b019/_pkg_.a
2025-08-20T21:45:20.5963708Z [00:02:46.647]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.5964120Z [00:02:46.647]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:20.5964523Z [00:02:46.647]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:20.5964937Z [00:02:46.647]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:20.5965360Z [00:02:46.647]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:20.5965778Z [00:02:46.647]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:20.5966214Z [00:02:46.647]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:20.5966639Z [00:02:46.647]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.5967059Z [00:02:46.647]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:20.5967482Z [00:02:46.647]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:20.5968445Z [00:02:46.647]➜  packagefile text/tabwriter=/tmp/go-build3243449595/b387/_pkg_.a
2025-08-20T21:45:20.5969078Z [00:02:46.647]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:20.5969458Z [00:02:46.647]➜  EOF
2025-08-20T21:45:20.5972290Z [00:02:46.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b802=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T21:45:20.8246582Z [00:02:46.877]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:45:20.8384571Z [00:02:46.891]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T21:45:20.8458980Z [00:02:46.899]➜  github.com/skratchdot/open-golang/open
2025-08-20T21:45:20.8459567Z [00:02:46.899]➜  mkdir -p $WORK/b806/
2025-08-20T21:45:20.8466716Z [00:02:46.899]➜  cat >/tmp/go-build3243449595/b806/importcfg << 'EOF' # internal
2025-08-20T21:45:20.8467922Z [00:02:46.899]➜  # import config
2025-08-20T21:45:20.8469010Z [00:02:46.899]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:20.8480222Z [00:02:46.899]➜  EOF
2025-08-20T21:45:20.8482925Z [00:02:46.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skratchdot/open-golang@v0.0.0-20200116055534-eef842397966/open=>github.com/skratchdot/open-golang@v0.0.0-20200116055534-eef842397966/open;$WORK/b806=>" -p github.com/skratchdot/open-golang/open -lang=go1.16 -complete -installsuffix shared -buildid fdQFmMsyfDJIxccRzXUn/fdQFmMsyfDJIxccRzXUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/skratchdot/open-golang@v0.0.0-20200116055534-eef842397966/open/exec.go /root/go/pkg/mod/github.com/skratchdot/open-golang@v0.0.0-20200116055534-eef842397966/open/open.go
2025-08-20T21:45:20.9033623Z [00:02:46.956]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:45:20.9038859Z [00:02:46.957]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/bf/bf0945b3d376b48fbd7c8ab86aa63a355b440bb9443e904b8e50a6ac34e46201-d # internal
2025-08-20T21:45:20.9043532Z [00:02:46.957]➜  encoding/csv
2025-08-20T21:45:20.9044009Z [00:02:46.957]➜  mkdir -p $WORK/b809/
2025-08-20T21:45:20.9049814Z [00:02:46.957]➜  cat >/tmp/go-build3243449595/b809/importcfg << 'EOF' # internal
2025-08-20T21:45:20.9050268Z [00:02:46.957]➜  # import config
2025-08-20T21:45:20.9050677Z [00:02:46.957]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:20.9051119Z [00:02:46.958]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:20.9051542Z [00:02:46.958]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.9051959Z [00:02:46.958]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.9052362Z [00:02:46.958]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.9052781Z [00:02:46.958]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:20.9053232Z [00:02:46.958]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:20.9053681Z [00:02:46.958]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:20.9054013Z [00:02:46.958]➜  EOF
2025-08-20T21:45:20.9056635Z [00:02:46.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b809=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:45:20.9687088Z [00:02:47.021]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:45:20.9775234Z [00:02:47.030]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:45:20.9789036Z [00:02:47.032]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T21:45:20.9836006Z [00:02:47.036]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T21:45:20.9976026Z [00:02:47.050]➜  github.com/spf13/pflag
2025-08-20T21:45:20.9978047Z [00:02:47.050]➜  mkdir -p $WORK/b808/
2025-08-20T21:45:20.9990954Z [00:02:47.052]➜  cat >/tmp/go-build3243449595/b808/importcfg << 'EOF' # internal
2025-08-20T21:45:20.9992541Z [00:02:47.052]➜  # import config
2025-08-20T21:45:20.9992938Z [00:02:47.052]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:20.9993409Z [00:02:47.052]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:20.9993888Z [00:02:47.052]➜  packagefile encoding/csv=/tmp/go-build3243449595/b809/_pkg_.a
2025-08-20T21:45:20.9994357Z [00:02:47.052]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:20.9994796Z [00:02:47.052]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:20.9995586Z [00:02:47.052]➜  packagefile flag=/tmp/go-build3243449595/b325/_pkg_.a
2025-08-20T21:45:20.9995999Z [00:02:47.052]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:20.9997461Z [00:02:47.052]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:20.9998343Z [00:02:47.053]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:20.9999073Z [00:02:47.053]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:21.0000094Z [00:02:47.053]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:21.0000608Z [00:02:47.053]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:21.0001043Z [00:02:47.053]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:21.0001480Z [00:02:47.053]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:21.0001908Z [00:02:47.053]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:21.0002237Z [00:02:47.053]➜  EOF
2025-08-20T21:45:21.0022286Z [00:02:47.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.5=>github.com/spf13/pflag@v1.0.5;$WORK/b808=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid E99C4sRat_UmeuiZcKMz/E99C4sRat_UmeuiZcKMz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.5/uint_slice.go
2025-08-20T21:45:21.4643145Z [00:02:47.517]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:45:21.4701343Z [00:02:47.523]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/7b/7bd86f00263e95057a33f0dabe1e509c9abc6e710d547e389464e400c903c9eb-d # internal
2025-08-20T21:45:21.4756134Z [00:02:47.528]➜  github.com/spf13/cobra
2025-08-20T21:45:21.4756889Z [00:02:47.528]➜  mkdir -p $WORK/b807/
2025-08-20T21:45:21.4767533Z [00:02:47.530]➜  cat >/tmp/go-build3243449595/b807/importcfg << 'EOF' # internal
2025-08-20T21:45:21.4768674Z [00:02:47.530]➜  # import config
2025-08-20T21:45:21.4769271Z [00:02:47.530]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:21.4770102Z [00:02:47.530]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:21.4771174Z [00:02:47.530]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:21.4771712Z [00:02:47.530]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:21.4772205Z [00:02:47.530]➜  packagefile github.com/spf13/pflag=/tmp/go-build3243449595/b808/_pkg_.a
2025-08-20T21:45:21.4772672Z [00:02:47.530]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:21.4773071Z [00:02:47.530]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:21.4773507Z [00:02:47.530]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:21.4773960Z [00:02:47.530]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:21.4779567Z [00:02:47.531]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:21.4780032Z [00:02:47.531]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:21.4780468Z [00:02:47.531]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:21.4780892Z [00:02:47.531]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:21.4781352Z [00:02:47.531]➜  packagefile text/template=/tmp/go-build3243449595/b088/_pkg_.a
2025-08-20T21:45:21.4781971Z [00:02:47.531]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:21.4782467Z [00:02:47.531]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:21.4782786Z [00:02:47.531]➜  EOF
2025-08-20T21:45:21.4787391Z [00:02:47.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.7.0=>github.com/spf13/cobra@v1.7.0;$WORK/b807=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid jTk2uvWDO6UhWGAeyZ9j/jTk2uvWDO6UhWGAeyZ9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/zsh_completions.go
2025-08-20T21:45:21.7350666Z [00:02:47.787]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:45:21.7390218Z [00:02:47.791]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d # internal
2025-08-20T21:45:21.9184237Z [00:02:47.971]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:45:21.9379721Z [00:02:47.991]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/67/675729ff9f73bf4db62612a769f81b6888c6532e5d1b8f6940fbb0b939b395ab-d # internal
2025-08-20T21:45:21.9382696Z [00:02:47.991]➜  cunicu.li/go-rosenpass/internal/net
2025-08-20T21:45:21.9383048Z [00:02:47.991]➜  mkdir -p $WORK/b769/
2025-08-20T21:45:21.9385645Z [00:02:47.991]➜  cat >/tmp/go-build3243449595/b769/importcfg << 'EOF' # internal
2025-08-20T21:45:21.9386045Z [00:02:47.991]➜  # import config
2025-08-20T21:45:21.9386402Z [00:02:47.991]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:21.9386858Z [00:02:47.991]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:21.9387681Z [00:02:47.991]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:21.9388451Z [00:02:47.991]➜  packagefile github.com/cilium/ebpf=/tmp/go-build3243449595/b368/_pkg_.a
2025-08-20T21:45:21.9389005Z [00:02:47.991]➜  packagefile github.com/cilium/ebpf/asm=/tmp/go-build3243449595/b374/_pkg_.a
2025-08-20T21:45:21.9389580Z [00:02:47.991]➜  packagefile github.com/gopacket/gopacket=/tmp/go-build3243449595/b770/_pkg_.a
2025-08-20T21:45:21.9390190Z [00:02:47.991]➜  packagefile github.com/gopacket/gopacket/layers=/tmp/go-build3243449595/b771/_pkg_.a
2025-08-20T21:45:21.9390778Z [00:02:47.991]➜  packagefile github.com/mdlayher/socket=/tmp/go-build3243449595/b352/_pkg_.a
2025-08-20T21:45:21.9391316Z [00:02:47.991]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:21.9391790Z [00:02:47.991]➜  packagefile log/slog=/tmp/go-build3243449595/b772/_pkg_.a
2025-08-20T21:45:21.9392225Z [00:02:47.991]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:21.9392656Z [00:02:47.991]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:21.9393065Z [00:02:47.991]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:21.9393372Z [00:02:47.991]➜  EOF
2025-08-20T21:45:21.9397695Z [00:02:47.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/internal/net=>cunicu.li/go-rosenpass@v0.4.0/internal/net;$WORK/b769=>" -p cunicu.li/go-rosenpass/internal/net -lang=go1.21 -complete -installsuffix shared -buildid 8mpbzi5KJiyxQIHr5oOD/8mpbzi5KJiyxQIHr5oOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/internal/net/raw_udp_conn.go
2025-08-20T21:45:21.9846782Z [00:02:48.037]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:45:21.9853904Z [00:02:48.038]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/36/36a9ae9dc6d994335d43100dbe1de43af090856a3bdda6341a2964cc798fcea3-d # internal
2025-08-20T21:45:21.9891294Z [00:02:48.042]➜  cunicu.li/go-rosenpass
2025-08-20T21:45:21.9891614Z [00:02:48.042]➜  mkdir -p $WORK/b767/
2025-08-20T21:45:21.9894542Z [00:02:48.042]➜  cat >/tmp/go-build3243449595/b767/importcfg << 'EOF' # internal
2025-08-20T21:45:21.9895019Z [00:02:48.042]➜  # import config
2025-08-20T21:45:21.9895706Z [00:02:48.042]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:21.9896203Z [00:02:48.042]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:21.9896672Z [00:02:48.042]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:21.9897226Z [00:02:48.042]➜  packagefile cunicu.li/go-rosenpass/internal/ebpf=/tmp/go-build3243449595/b768/_pkg_.a
2025-08-20T21:45:21.9897957Z [00:02:48.042]➜  packagefile cunicu.li/go-rosenpass/internal/net=/tmp/go-build3243449595/b769/_pkg_.a
2025-08-20T21:45:21.9898570Z [00:02:48.042]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:21.9899418Z [00:02:48.042]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:21.9899894Z [00:02:48.042]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:21.9900337Z [00:02:48.042]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:21.9900756Z [00:02:48.042]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:21.9901273Z [00:02:48.042]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3243449595/b775/_pkg_.a
2025-08-20T21:45:21.9901955Z [00:02:48.042]➜  packagefile github.com/cloudflare/circl/kem/kyber/kyber512=/tmp/go-build3243449595/b776/_pkg_.a
2025-08-20T21:45:21.9902705Z [00:02:48.042]➜  packagefile github.com/cloudflare/circl/kem/mceliece/mceliece460896=/tmp/go-build3243449595/b783/_pkg_.a
2025-08-20T21:45:21.9903374Z [00:02:48.042]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3243449595/b724/_pkg_.a
2025-08-20T21:45:21.9904848Z [00:02:48.043]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3243449595/b336/_pkg_.a
2025-08-20T21:45:21.9905416Z [00:02:48.043]➜  packagefile log/slog=/tmp/go-build3243449595/b772/_pkg_.a
2025-08-20T21:45:21.9905841Z [00:02:48.043]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:21.9906260Z [00:02:48.043]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:21.9906693Z [00:02:48.043]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:21.9907117Z [00:02:48.043]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:21.9907542Z [00:02:48.043]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:21.9908195Z [00:02:48.043]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:21.9908609Z [00:02:48.043]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:21.9908913Z [00:02:48.043]➜  EOF
2025-08-20T21:45:21.9914228Z [00:02:48.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0=>cunicu.li/go-rosenpass@v0.4.0;$WORK/b767=>" -p cunicu.li/go-rosenpass -lang=go1.21 -complete -installsuffix shared -buildid 2VF8HD0xuZapEkgwU06L/2VF8HD0xuZapEkgwU06L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/biscuit.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/config.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/conn.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/conn_udp.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/conn_udp_others.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/conn_udp_singleport.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/crypto.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/handlers.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/handshake.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/handshake_initiator.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/handshake_responder.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/messages.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/output.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/peer.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/protocol.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/server.go /root/go/pkg/mod/cunicu.li/go-rosenpass@v0.4.0/types.go
2025-08-20T21:45:21.9994875Z [00:02:48.052]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:45:22.0293642Z [00:02:48.082]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/03/03db750ce14990197e7c47cc9b2d18bd79147e3a9766d9e6e4b7bcd5b06daf3d-d # internal
2025-08-20T21:45:22.0300188Z [00:02:48.083]➜  github.com/libdns/route53
2025-08-20T21:45:22.0301122Z [00:02:48.083]➜  mkdir -p $WORK/b643/
2025-08-20T21:45:22.0304322Z [00:02:48.083]➜  cat >/tmp/go-build3243449595/b643/importcfg << 'EOF' # internal
2025-08-20T21:45:22.0304745Z [00:02:48.083]➜  # import config
2025-08-20T21:45:22.0305099Z [00:02:48.083]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.0305821Z [00:02:48.083]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:22.0306244Z [00:02:48.083]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.0306751Z [00:02:48.083]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:22.0307368Z [00:02:48.083]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:22.0308259Z [00:02:48.083]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3243449595/b667/_pkg_.a
2025-08-20T21:45:22.0308903Z [00:02:48.083]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3243449595/b669/_pkg_.a
2025-08-20T21:45:22.0309565Z [00:02:48.083]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53=/tmp/go-build3243449595/b715/_pkg_.a
2025-08-20T21:45:22.0310260Z [00:02:48.083]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/types=/tmp/go-build3243449595/b717/_pkg_.a
2025-08-20T21:45:22.0311126Z [00:02:48.083]➜  packagefile github.com/libdns/libdns=/tmp/go-build3243449595/b615/_pkg_.a
2025-08-20T21:45:22.0311599Z [00:02:48.083]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:22.0312018Z [00:02:48.083]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:22.0312452Z [00:02:48.083]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:22.0312878Z [00:02:48.083]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.0313193Z [00:02:48.083]➜  EOF
2025-08-20T21:45:22.0315344Z [00:02:48.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libdns/route53@v1.5.0=>github.com/libdns/route53@v1.5.0;$WORK/b643=>" -p github.com/libdns/route53 -lang=go1.19 -complete -installsuffix shared -buildid cPAbwXexpd8Ze-bGO_Ce/cPAbwXexpd8Ze-bGO_Ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/github.com/libdns/route53@v1.5.0/client.go /root/go/pkg/mod/github.com/libdns/route53@v1.5.0/provider.go /root/go/pkg/mod/github.com/libdns/route53@v1.5.0/quote.go
2025-08-20T21:45:22.0847474Z [00:02:48.137]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:45:22.0862509Z [00:02:48.139]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/bd/bde1625641d75f798976cef3bc096e4fd301d9593c6d32e4d08ed0286e74e1d0-d # internal
2025-08-20T21:45:22.0866448Z [00:02:48.139]➜  github.com/netbirdio/netbird/encryption
2025-08-20T21:45:22.0866992Z [00:02:48.139]➜  mkdir -p $WORK/b611/
2025-08-20T21:45:22.0867441Z [00:02:48.139]➜  cat >/tmp/go-build3243449595/b611/importcfg << 'EOF' # internal
2025-08-20T21:45:22.0867920Z [00:02:48.139]➜  # import config
2025-08-20T21:45:22.0868333Z [00:02:48.139]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.0868786Z [00:02:48.139]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:22.0869274Z [00:02:48.139]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:22.0869704Z [00:02:48.139]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.0870222Z [00:02:48.139]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build3243449595/b612/_pkg_.a
2025-08-20T21:45:22.0870831Z [00:02:48.139]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build3243449595/b639/_pkg_.a
2025-08-20T21:45:22.0871416Z [00:02:48.139]➜  packagefile github.com/libdns/route53=/tmp/go-build3243449595/b643/_pkg_.a
2025-08-20T21:45:22.0871978Z [00:02:48.139]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.0872497Z [00:02:48.139]➜  packagefile go.uber.org/zap=/tmp/go-build3243449595/b618/_pkg_.a
2025-08-20T21:45:22.0873004Z [00:02:48.139]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3243449595/b621/_pkg_.a
2025-08-20T21:45:22.0873542Z [00:02:48.139]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3243449595/b721/_pkg_.a
2025-08-20T21:45:22.0874838Z [00:02:48.139]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build3243449595/b722/_pkg_.a
2025-08-20T21:45:22.0875448Z [00:02:48.139]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build3243449595/b723/_pkg_.a
2025-08-20T21:45:22.0876078Z [00:02:48.139]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:22.0876612Z [00:02:48.139]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:22.0877055Z [00:02:48.139]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:22.0877509Z [00:02:48.139]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:22.0878021Z [00:02:48.139]➜  EOF
2025-08-20T21:45:22.0880630Z [00:02:48.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption=>github.com/netbirdio/netbird/encryption;$WORK/b611=>" -p github.com/netbirdio/netbird/encryption -lang=go1.23 -complete -installsuffix shared -buildid 7glqGJMvDGeqDtV0u9OO/7glqGJMvDGeqDtV0u9OO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/cert.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/encryption.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/letsencrypt.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/message.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/route53.go
2025-08-20T21:45:22.0980479Z [00:02:48.151]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:45:22.1006141Z [00:02:48.153]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/f8/f81e9945a33397ba98f570e584d2200589cef85ae02de27b635b676650283777-d # internal
2025-08-20T21:45:22.1007448Z [00:02:48.153]➜  github.com/netbirdio/netbird/client/internal/rosenpass
2025-08-20T21:45:22.1009771Z [00:02:48.154]➜  mkdir -p $WORK/b766/
2025-08-20T21:45:22.1011648Z [00:02:48.154]➜  cat >/tmp/go-build3243449595/b766/importcfg << 'EOF' # internal
2025-08-20T21:45:22.1012221Z [00:02:48.154]➜  # import config
2025-08-20T21:45:22.1013742Z [00:02:48.154]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:22.1014209Z [00:02:48.154]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:22.1014714Z [00:02:48.154]➜  packagefile cunicu.li/go-rosenpass=/tmp/go-build3243449595/b767/_pkg_.a
2025-08-20T21:45:22.1015215Z [00:02:48.154]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:22.1015861Z [00:02:48.154]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.1016566Z [00:02:48.154]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.1017246Z [00:02:48.154]➜  packagefile golang.zx2c4.com/wireguard/wgctrl=/tmp/go-build3243449595/b345/_pkg_.a
2025-08-20T21:45:22.1018172Z [00:02:48.154]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:22.1018789Z [00:02:48.154]➜  packagefile log/slog=/tmp/go-build3243449595/b772/_pkg_.a
2025-08-20T21:45:22.1019230Z [00:02:48.154]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:22.1019630Z [00:02:48.154]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:22.1020043Z [00:02:48.154]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:22.1020472Z [00:02:48.154]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:22.1020895Z [00:02:48.154]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.1021234Z [00:02:48.154]➜  EOF
2025-08-20T21:45:22.1023294Z [00:02:48.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/rosenpass=>github.com/netbirdio/netbird/client/internal/rosenpass;$WORK/b766=>" -p github.com/netbirdio/netbird/client/internal/rosenpass -lang=go1.23 -complete -installsuffix shared -buildid oIxiYWgieiUTKTfh3oDp/oIxiYWgieiUTKTfh3oDp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack ./internal/rosenpass/manager.go ./internal/rosenpass/netbird_handler.go
2025-08-20T21:45:22.1317097Z [00:02:48.184]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:45:22.1323254Z [00:02:48.185]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d # internal
2025-08-20T21:45:22.1324289Z [00:02:48.185]➜  github.com/netbirdio/netbird/shared/management/client
2025-08-20T21:45:22.1324890Z [00:02:48.185]➜  mkdir -p $WORK/b727/
2025-08-20T21:45:22.1326950Z [00:02:48.185]➜  cat >/tmp/go-build3243449595/b727/importcfg << 'EOF' # internal
2025-08-20T21:45:22.1327396Z [00:02:48.185]➜  # import config
2025-08-20T21:45:22.1327849Z [00:02:48.185]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.1328347Z [00:02:48.185]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:22.1328771Z [00:02:48.185]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.1329302Z [00:02:48.185]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:22.1329948Z [00:02:48.185]➜  packagefile github.com/netbirdio/netbird/client/system=/tmp/go-build3243449595/b728/_pkg_.a
2025-08-20T21:45:22.1330619Z [00:02:48.185]➜  packagefile github.com/netbirdio/netbird/encryption=/tmp/go-build3243449595/b611/_pkg_.a
2025-08-20T21:45:22.1331360Z [00:02:48.185]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:22.1332130Z [00:02:48.186]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:22.1332833Z [00:02:48.186]➜  packagefile github.com/netbirdio/netbird/util/grpc=/tmp/go-build3243449595/b742/_pkg_.a
2025-08-20T21:45:22.1333437Z [00:02:48.186]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.1334059Z [00:02:48.186]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:22.1334666Z [00:02:48.186]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:22.1335632Z [00:02:48.186]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:22.1336240Z [00:02:48.186]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:22.1337089Z [00:02:48.186]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:22.1337880Z [00:02:48.186]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:22.1338379Z [00:02:48.186]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.1338793Z [00:02:48.186]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.1339104Z [00:02:48.186]➜  EOF
2025-08-20T21:45:22.1341952Z [00:02:48.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client=>github.com/netbirdio/netbird/shared/management/client;$WORK/b727=>" -p github.com/netbirdio/netbird/shared/management/client -lang=go1.23 -complete -installsuffix shared -buildid O6Ipt3KSH4hd5E3XHr91/O6Ipt3KSH4hd5E3XHr91 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/client.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/grpc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/mock.go
2025-08-20T21:45:22.1395260Z [00:02:48.192]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:45:22.1406857Z [00:02:48.193]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/39/393d96c7c0e293f5590066a02a551492dd34bb408f0968f4b26034a09837462f-d # internal
2025-08-20T21:45:22.2017914Z [00:02:48.254]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:45:22.2039079Z [00:02:48.257]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/4e/4e50c7df7d8184549cb30ccd2a3d50c7c71ec1721de71e0879974e7824acc24c-d # internal
2025-08-20T21:45:22.2040188Z [00:02:48.257]➜  github.com/netbirdio/netbird/shared/signal/client
2025-08-20T21:45:22.2040539Z [00:02:48.257]➜  mkdir -p $WORK/b610/
2025-08-20T21:45:22.2042776Z [00:02:48.257]➜  cat >/tmp/go-build3243449595/b610/importcfg << 'EOF' # internal
2025-08-20T21:45:22.2043185Z [00:02:48.257]➜  # import config
2025-08-20T21:45:22.2043548Z [00:02:48.257]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.2043974Z [00:02:48.257]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.2044509Z [00:02:48.257]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:22.2045142Z [00:02:48.257]➜  packagefile github.com/netbirdio/netbird/encryption=/tmp/go-build3243449595/b611/_pkg_.a
2025-08-20T21:45:22.2045867Z [00:02:48.257]➜  packagefile github.com/netbirdio/netbird/shared/management/client=/tmp/go-build3243449595/b727/_pkg_.a
2025-08-20T21:45:22.2046632Z [00:02:48.257]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/tmp/go-build3243449595/b743/_pkg_.a
2025-08-20T21:45:22.2047314Z [00:02:48.257]➜  packagefile github.com/netbirdio/netbird/util/grpc=/tmp/go-build3243449595/b742/_pkg_.a
2025-08-20T21:45:22.2048286Z [00:02:48.257]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:22.2048915Z [00:02:48.257]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.2049543Z [00:02:48.257]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:22.2050136Z [00:02:48.257]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:22.2050681Z [00:02:48.257]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:22.2051276Z [00:02:48.257]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:22.2051885Z [00:02:48.257]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:22.2052465Z [00:02:48.257]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:22.2052945Z [00:02:48.257]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:22.2053358Z [00:02:48.257]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:22.2054133Z [00:02:48.257]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.2054709Z [00:02:48.257]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.2055072Z [00:02:48.257]➜  EOF
2025-08-20T21:45:22.2057883Z [00:02:48.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client=>github.com/netbirdio/netbird/shared/signal/client;$WORK/b610=>" -p github.com/netbirdio/netbird/shared/signal/client -lang=go1.23 -complete -installsuffix shared -buildid AoompLhhLkhLC3ZT5bs0/AoompLhhLkhLC3ZT5bs0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/client.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/grpc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/mock.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/worker.go
2025-08-20T21:45:22.2672133Z [00:02:48.320]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:45:22.2691218Z [00:02:48.322]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/b3/b3cdb7834f0909503e6de74a134b67115f3833d2ada1d93f85420dea334beec8-d # internal
2025-08-20T21:45:22.2693741Z [00:02:48.322]➜  github.com/netbirdio/netbird/client/internal/peer
2025-08-20T21:45:22.2694101Z [00:02:48.322]➜  mkdir -p $WORK/b566/
2025-08-20T21:45:22.2699014Z [00:02:48.322]➜  cat >/tmp/go-build3243449595/b566/importcfg << 'EOF' # internal
2025-08-20T21:45:22.2699398Z [00:02:48.322]➜  # import config
2025-08-20T21:45:22.2699745Z [00:02:48.322]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.2700662Z [00:02:48.322]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:22.2701129Z [00:02:48.322]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:22.2701570Z [00:02:48.323]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:22.2701991Z [00:02:48.323]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.2702468Z [00:02:48.323]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:22.2703130Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:22.2703852Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/iface=/tmp/go-build3243449595/b092/_pkg_.a
2025-08-20T21:45:22.2704548Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:22.2705294Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/iface/configurer=/tmp/go-build3243449595/b333/_pkg_.a
2025-08-20T21:45:22.2706035Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:22.2706763Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy=/tmp/go-build3243449595/b361/_pkg_.a
2025-08-20T21:45:22.2707523Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/ingressgw=/tmp/go-build3243449595/b567/_pkg_.a
2025-08-20T21:45:22.2708597Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/conntype=/tmp/go-build3243449595/b568/_pkg_.a
2025-08-20T21:45:22.2709420Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/dispatcher=/tmp/go-build3243449595/b569/_pkg_.a
2025-08-20T21:45:22.2710226Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/guard=/tmp/go-build3243449595/b571/_pkg_.a
2025-08-20T21:45:22.2711014Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/ice=/tmp/go-build3243449595/b572/_pkg_.a
2025-08-20T21:45:22.2711776Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/id=/tmp/go-build3243449595/b570/_pkg_.a
2025-08-20T21:45:22.2712709Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/worker=/tmp/go-build3243449595/b574/_pkg_.a
2025-08-20T21:45:22.2713633Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/relay=/tmp/go-build3243449595/b575/_pkg_.a
2025-08-20T21:45:22.2714479Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/internal/stdnet=/tmp/go-build3243449595/b573/_pkg_.a
2025-08-20T21:45:22.2715195Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:22.2715842Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:22.2716547Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:22.2717289Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/shared/relay/client=/tmp/go-build3243449595/b578/_pkg_.a
2025-08-20T21:45:22.2718479Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/shared/signal/client=/tmp/go-build3243449595/b610/_pkg_.a
2025-08-20T21:45:22.2719276Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/tmp/go-build3243449595/b743/_pkg_.a
2025-08-20T21:45:22.2720013Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/util/semaphore-group=/tmp/go-build3243449595/b744/_pkg_.a
2025-08-20T21:45:22.2720694Z [00:02:48.323]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:22.2721269Z [00:02:48.323]➜  packagefile github.com/pion/ice/v3=/tmp/go-build3243449595/b207/_pkg_.a
2025-08-20T21:45:22.2722013Z [00:02:48.323]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:22.2722718Z [00:02:48.323]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.2723264Z [00:02:48.323]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:22.2723866Z [00:02:48.323]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:22.2724482Z [00:02:48.323]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:22.2725058Z [00:02:48.323]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:22.2725722Z [00:02:48.323]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:22.2726277Z [00:02:48.323]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:22.2726702Z [00:02:48.323]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:22.2727139Z [00:02:48.323]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:22.2727563Z [00:02:48.323]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.2728528Z [00:02:48.323]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:22.2728953Z [00:02:48.323]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:22.2729382Z [00:02:48.323]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:22.2729804Z [00:02:48.323]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:22.2730215Z [00:02:48.323]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.2730644Z [00:02:48.323]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:22.2731077Z [00:02:48.323]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.2731390Z [00:02:48.323]➜  EOF
2025-08-20T21:45:22.2734964Z [00:02:48.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer=>github.com/netbirdio/netbird/client/internal/peer;$WORK/b566=>" -p github.com/netbirdio/netbird/client/internal/peer -lang=go1.23 -complete -installsuffix shared -buildid DkMPegmWNOUunVRhGdE9/DkMPegmWNOUunVRhGdE9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack ./internal/peer/conn.go ./internal/peer/conn_status.go ./internal/peer/error.go ./internal/peer/handshaker.go ./internal/peer/iface.go ./internal/peer/listener.go ./internal/peer/nilcheck.go ./internal/peer/notifier.go ./internal/peer/route.go ./internal/peer/session_id.go ./internal/peer/signaler.go ./internal/peer/state_dump.go ./internal/peer/status.go ./internal/peer/wg_watcher.go ./internal/peer/worker_ice.go ./internal/peer/worker_relay.go
2025-08-20T21:45:22.4922407Z [00:02:48.545]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:45:22.4989727Z [00:02:48.552]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/5a/5a86d78684f6e2659a21f7ce9061a3bd44997b0c2a4b1f58146ece6794ee2ef8-d # internal
2025-08-20T21:45:22.4997696Z [00:02:48.552]➜  github.com/netbirdio/netbird/client/internal/dnsfwd
2025-08-20T21:45:22.4998870Z [00:02:48.552]➜  mkdir -p $WORK/b745/
2025-08-20T21:45:22.5006316Z [00:02:48.552]➜  github.com/netbirdio/netbird/client/internal/peerstore
2025-08-20T21:45:22.5007119Z [00:02:48.552]➜  mkdir -p $WORK/b750/
2025-08-20T21:45:22.5011787Z [00:02:48.552]➜  github.com/netbirdio/netbird/client/internal/routemanager/server
2025-08-20T21:45:22.5012380Z [00:02:48.552]➜  mkdir -p $WORK/b792/
2025-08-20T21:45:22.5012762Z [00:02:48.552]➜  cat >/tmp/go-build3243449595/b745/importcfg << 'EOF' # internal
2025-08-20T21:45:22.5013113Z [00:02:48.552]➜  # import config
2025-08-20T21:45:22.5013461Z [00:02:48.552]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.5013894Z [00:02:48.552]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:22.5014800Z [00:02:48.552]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.5015329Z [00:02:48.553]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:22.5015894Z [00:02:48.553]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:22.5016513Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:22.5017248Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:22.5018194Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.5018894Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:22.5019596Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:22.5020265Z [00:02:48.553]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.5020747Z [00:02:48.553]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:22.5021156Z [00:02:48.553]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:22.5021576Z [00:02:48.553]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.5022017Z [00:02:48.553]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:22.5022444Z [00:02:48.553]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.5022852Z [00:02:48.553]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.5023162Z [00:02:48.553]➜  EOF
2025-08-20T21:45:22.5023487Z [00:02:48.553]➜  cat >/tmp/go-build3243449595/b750/importcfg << 'EOF' # internal
2025-08-20T21:45:22.5023828Z [00:02:48.553]➜  # import config
2025-08-20T21:45:22.5024166Z [00:02:48.553]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.5024770Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.5025395Z [00:02:48.553]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:22.5025876Z [00:02:48.553]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.5026523Z [00:02:48.553]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.5026895Z [00:02:48.553]➜  EOF
2025-08-20T21:45:22.5027289Z [00:02:48.553]➜  github.com/netbirdio/netbird/client/internal/dns
2025-08-20T21:45:22.5029701Z [00:02:48.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd=>github.com/netbirdio/netbird/client/internal/dnsfwd;$WORK/b745=>" -p github.com/netbirdio/netbird/client/internal/dnsfwd -lang=go1.23 -complete -installsuffix shared -buildid b2j_S2_zr9WPcpOVsfwD/b2j_S2_zr9WPcpOVsfwD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack ./internal/dnsfwd/forwarder.go ./internal/dnsfwd/manager.go
2025-08-20T21:45:22.5033097Z [00:02:48.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peerstore=>github.com/netbirdio/netbird/client/internal/peerstore;$WORK/b750=>" -p github.com/netbirdio/netbird/client/internal/peerstore -lang=go1.23 -complete -installsuffix shared -buildid HygRt4MA0twueq-MSVlN/HygRt4MA0twueq-MSVlN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack ./internal/peerstore/store.go
2025-08-20T21:45:22.5034749Z [00:02:48.553]➜  mkdir -p $WORK/b557/
2025-08-20T21:45:22.5035112Z [00:02:48.553]➜  cat >/tmp/go-build3243449595/b792/importcfg << 'EOF' # internal
2025-08-20T21:45:22.5035453Z [00:02:48.553]➜  # import config
2025-08-20T21:45:22.5035789Z [00:02:48.553]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.5036490Z [00:02:48.553]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.5037087Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:22.5043909Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.5045220Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/iface=/tmp/go-build3243449595/b765/_pkg_.a
2025-08-20T21:45:22.5046208Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:22.5047049Z [00:02:48.553]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.5048144Z [00:02:48.553]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.5048607Z [00:02:48.553]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.5049174Z [00:02:48.553]➜  EOF
2025-08-20T21:45:22.5052025Z [00:02:48.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/server=>github.com/netbirdio/netbird/client/internal/routemanager/server;$WORK/b792=>" -p github.com/netbirdio/netbird/client/internal/routemanager/server -lang=go1.23 -complete -installsuffix shared -buildid aFBdw2Z5HA1PcBWCtWNg/aFBdw2Z5HA1PcBWCtWNg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack ./internal/routemanager/server/server.go
2025-08-20T21:45:22.5054591Z [00:02:48.553]➜  cat >/tmp/go-build3243449595/b557/importcfg << 'EOF' # internal
2025-08-20T21:45:22.5055143Z [00:02:48.553]➜  # import config
2025-08-20T21:45:22.5055499Z [00:02:48.553]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:22.5056167Z [00:02:48.553]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:22.5056818Z [00:02:48.553]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.5057474Z [00:02:48.553]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:22.5058254Z [00:02:48.553]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:22.5058968Z [00:02:48.553]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:22.5059910Z [00:02:48.553]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:22.5060629Z [00:02:48.553]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:22.5061369Z [00:02:48.553]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.5062484Z [00:02:48.553]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:22.5063371Z [00:02:48.553]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3243449595/b558/_pkg_.a
2025-08-20T21:45:22.5064211Z [00:02:48.553]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build3243449595/b559/_pkg_.a
2025-08-20T21:45:22.5065332Z [00:02:48.553]➜  packagefile github.com/google/gopacket=/tmp/go-build3243449595/b357/_pkg_.a
2025-08-20T21:45:22.5066244Z [00:02:48.553]➜  packagefile github.com/google/gopacket/layers=/tmp/go-build3243449595/b358/_pkg_.a
2025-08-20T21:45:22.5067153Z [00:02:48.553]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:22.5068474Z [00:02:48.553]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3243449595/b560/_pkg_.a
2025-08-20T21:45:22.5069321Z [00:02:48.553]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:22.5070199Z [00:02:48.553]➜  packagefile github.com/mitchellh/hashstructure/v2=/tmp/go-build3243449595/b561/_pkg_.a
2025-08-20T21:45:22.5071209Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/configs=/tmp/go-build3243449595/b562/_pkg_.a
2025-08-20T21:45:22.5072382Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/iface=/tmp/go-build3243449595/b092/_pkg_.a
2025-08-20T21:45:22.5073766Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/iface/device=/tmp/go-build3243449595/b355/_pkg_.a
2025-08-20T21:45:22.5074974Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:22.5075995Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:22.5077210Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/dns/local=/tmp/go-build3243449595/b563/_pkg_.a
2025-08-20T21:45:22.5078493Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/dns/types=/tmp/go-build3243449595/b564/_pkg_.a
2025-08-20T21:45:22.5079614Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf=/tmp/go-build3243449595/b365/_pkg_.a
2025-08-20T21:45:22.5080591Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf/manager=/tmp/go-build3243449595/b395/_pkg_.a
2025-08-20T21:45:22.5081784Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/listener=/tmp/go-build3243449595/b441/_pkg_.a
2025-08-20T21:45:22.5082747Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.5083841Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:22.5084805Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:22.5085719Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/dns=/tmp/go-build3243449595/b565/_pkg_.a
2025-08-20T21:45:22.5086583Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:22.5087669Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:22.5088762Z [00:02:48.553]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:22.5089542Z [00:02:48.553]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.5090260Z [00:02:48.553]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:22.5091166Z [00:02:48.553]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:22.5092240Z [00:02:48.553]➜  packagefile golang.zx2c4.com/wireguard/tun=/tmp/go-build3243449595/b144/_pkg_.a
2025-08-20T21:45:22.5092933Z [00:02:48.553]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:22.5093516Z [00:02:48.553]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:22.5094084Z [00:02:48.553]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.5094538Z [00:02:48.553]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:22.5095158Z [00:02:48.553]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:22.5095726Z [00:02:48.553]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:22.5096195Z [00:02:48.553]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:22.5096840Z [00:02:48.553]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:22.5097438Z [00:02:48.553]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:22.5098098Z [00:02:48.553]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:22.5098663Z [00:02:48.553]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:22.5099146Z [00:02:48.553]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:22.5099795Z [00:02:48.553]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.5100333Z [00:02:48.553]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:22.5101094Z [00:02:48.553]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.5101714Z [00:02:48.553]➜  EOF
2025-08-20T21:45:22.5106408Z [00:02:48.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns=>github.com/netbirdio/netbird/client/internal/dns;$WORK/b557=>" -p github.com/netbirdio/netbird/client/internal/dns -lang=go1.23 -complete -installsuffix shared -buildid BTIf9NzoU_XIbmP6gTCz/BTIf9NzoU_XIbmP6gTCz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack ./internal/dns/consts.go ./internal/dns/dbus_unix.go ./internal/dns/file_parser_unix.go ./internal/dns/file_repair_unix.go ./internal/dns/file_unix.go ./internal/dns/handler_chain.go ./internal/dns/host.go ./internal/dns/host_unix.go ./internal/dns/hosts_dns_holder.go ./internal/dns/mock_server.go ./internal/dns/network_manager_unix.go ./internal/dns/notifier.go ./internal/dns/resolvconf_unix.go ./internal/dns/response_writer.go ./internal/dns/server.go ./internal/dns/server_export.go ./internal/dns/server_unix.go ./internal/dns/service.go ./internal/dns/service_listener.go ./internal/dns/service_memory.go ./internal/dns/systemd_linux.go ./internal/dns/unclean_shutdown_unix.go ./internal/dns/upstream.go ./internal/dns/upstream_general.go ./internal/dns/wgiface.go
2025-08-20T21:45:22.6263857Z [00:02:48.679]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:45:22.6303150Z [00:02:48.683]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/1a/1a008290dcba32ed2b7efb386da7f03395a3d4ba416edf09247dac455922867e-d # internal
2025-08-20T21:45:22.6338942Z [00:02:48.683]➜  github.com/netbirdio/netbird/client/status
2025-08-20T21:45:22.6339311Z [00:02:48.683]➜  mkdir -p $WORK/b805/
2025-08-20T21:45:22.6339696Z [00:02:48.683]➜  cat >/tmp/go-build3243449595/b805/importcfg << 'EOF' # internal
2025-08-20T21:45:22.6340053Z [00:02:48.683]➜  # import config
2025-08-20T21:45:22.6340417Z [00:02:48.683]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:22.6340895Z [00:02:48.683]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.6341475Z [00:02:48.683]➜  packagefile github.com/netbirdio/netbird/client/anonymize=/tmp/go-build3243449595/b801/_pkg_.a
2025-08-20T21:45:22.6342204Z [00:02:48.683]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.6343243Z [00:02:48.683]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:22.6344209Z [00:02:48.683]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:22.6344991Z [00:02:48.683]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:22.6345553Z [00:02:48.683]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3243449595/b304/_pkg_.a
2025-08-20T21:45:22.6345999Z [00:02:48.683]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:22.6346447Z [00:02:48.683]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.6346864Z [00:02:48.683]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:22.6347281Z [00:02:48.683]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:22.6347701Z [00:02:48.683]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:22.6349902Z [00:02:48.683]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:22.6350330Z [00:02:48.683]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.6350638Z [00:02:48.683]➜  EOF
2025-08-20T21:45:22.6352377Z [00:02:48.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status=>github.com/netbirdio/netbird/client/status;$WORK/b805=>" -p github.com/netbirdio/netbird/client/status -lang=go1.23 -complete -installsuffix shared -buildid oJvj6WkT0KSpHotrFYR9/oJvj6WkT0KSpHotrFYR9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack ./status/event.go ./status/status.go
2025-08-20T21:45:22.6399480Z [00:02:48.693]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:45:22.6430492Z [00:02:48.696]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/d7/d7a46139e2533dc014be19be05a2e42b2247a39f9825a7cf962df031c66f7683-d # internal
2025-08-20T21:45:22.6434976Z [00:02:48.696]➜  github.com/netbirdio/netbird/client/internal/lazyconn/manager
2025-08-20T21:45:22.6437527Z [00:02:48.696]➜  mkdir -p $WORK/b747/
2025-08-20T21:45:22.6438086Z [00:02:48.696]➜  cat >/tmp/go-build3243449595/b747/importcfg << 'EOF' # internal
2025-08-20T21:45:22.6438497Z [00:02:48.696]➜  # import config
2025-08-20T21:45:22.6438854Z [00:02:48.696]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.6439478Z [00:02:48.696]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn=/tmp/go-build3243449595/b746/_pkg_.a
2025-08-20T21:45:22.6440311Z [00:02:48.696]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn/activity=/tmp/go-build3243449595/b748/_pkg_.a
2025-08-20T21:45:22.6441169Z [00:02:48.696]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn/inactivity=/tmp/go-build3243449595/b749/_pkg_.a
2025-08-20T21:45:22.6441983Z [00:02:48.696]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/id=/tmp/go-build3243449595/b570/_pkg_.a
2025-08-20T21:45:22.6442755Z [00:02:48.696]➜  packagefile github.com/netbirdio/netbird/client/internal/peerstore=/tmp/go-build3243449595/b750/_pkg_.a
2025-08-20T21:45:22.6443447Z [00:02:48.696]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:22.6444032Z [00:02:48.696]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.6444572Z [00:02:48.696]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:22.6445046Z [00:02:48.696]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.6445453Z [00:02:48.696]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.6445759Z [00:02:48.696]➜  EOF
2025-08-20T21:45:22.6448219Z [00:02:48.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/manager=>github.com/netbirdio/netbird/client/internal/lazyconn/manager;$WORK/b747=>" -p github.com/netbirdio/netbird/client/internal/lazyconn/manager -lang=go1.23 -complete -installsuffix shared -buildid AyaUNwD8xdpCriPla-b7/AyaUNwD8xdpCriPla-b7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack ./internal/lazyconn/manager/manager.go
2025-08-20T21:45:22.6566207Z [00:02:48.709]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:45:22.6610318Z [00:02:48.713]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/48/48a2eda65b610b0dd2e86b579a78a89362dfd93ba10089fb2f3ddb96629824dc-d # internal
2025-08-20T21:45:22.6617338Z [00:02:48.714]➜  github.com/netbirdio/netbird/client/internal/netflow/logger
2025-08-20T21:45:22.6617884Z [00:02:48.714]➜  mkdir -p $WORK/b756/
2025-08-20T21:45:22.6625988Z [00:02:48.715]➜  cat >/tmp/go-build3243449595/b756/importcfg << 'EOF' # internal
2025-08-20T21:45:22.6627911Z [00:02:48.715]➜  # import config
2025-08-20T21:45:22.6629700Z [00:02:48.716]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.6630491Z [00:02:48.716]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:22.6631922Z [00:02:48.716]➜  packagefile github.com/netbirdio/netbird/client/internal/dnsfwd=/tmp/go-build3243449595/b745/_pkg_.a
2025-08-20T21:45:22.6633054Z [00:02:48.716]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/store=/tmp/go-build3243449595/b757/_pkg_.a
2025-08-20T21:45:22.6634759Z [00:02:48.716]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:22.6635942Z [00:02:48.716]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.6636594Z [00:02:48.716]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.6637098Z [00:02:48.716]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.6637536Z [00:02:48.716]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.6638244Z [00:02:48.716]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:22.6638691Z [00:02:48.716]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.6638999Z [00:02:48.716]➜  EOF
2025-08-20T21:45:22.6640977Z [00:02:48.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/logger=>github.com/netbirdio/netbird/client/internal/netflow/logger;$WORK/b756=>" -p github.com/netbirdio/netbird/client/internal/netflow/logger -lang=go1.23 -complete -installsuffix shared -buildid kmTeHYxfVygwrDOhnFXG/kmTeHYxfVygwrDOhnFXG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack ./internal/netflow/logger/logger.go
2025-08-20T21:45:22.6993522Z [00:02:48.752]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:45:22.7020861Z [00:02:48.753]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/0b/0b8b5aa7ebce41d23a1dbdaa7878a46988bed46bc662e6987e4419870cc0640e-d # internal
2025-08-20T21:45:22.7896745Z [00:02:48.842]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:45:22.7932817Z [00:02:48.846]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/55/557a461055a03832a9e166cb8e6be3a0c12b4117c97eec214f04d1f7e83cc908-d # internal
2025-08-20T21:45:22.7933495Z [00:02:48.846]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:45:22.7942542Z [00:02:48.847]➜  github.com/netbirdio/netbird/client/internal/netflow
2025-08-20T21:45:22.7942953Z [00:02:48.847]➜  mkdir -p $WORK/b751/
2025-08-20T21:45:22.7946621Z [00:02:48.847]➜  cat >/tmp/go-build3243449595/b751/importcfg << 'EOF' # internal
2025-08-20T21:45:22.7947517Z [00:02:48.847]➜  # import config
2025-08-20T21:45:22.7948270Z [00:02:48.847]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:22.7949425Z [00:02:48.847]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:22.7950881Z [00:02:48.847]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:22.7951607Z [00:02:48.847]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:22.7952404Z [00:02:48.847]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/conntrack=/tmp/go-build3243449595/b752/_pkg_.a
2025-08-20T21:45:22.7953252Z [00:02:48.847]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/logger=/tmp/go-build3243449595/b756/_pkg_.a
2025-08-20T21:45:22.7954063Z [00:02:48.847]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:22.7954863Z [00:02:48.847]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.7955563Z [00:02:48.847]➜  packagefile github.com/netbirdio/netbird/flow/client=/tmp/go-build3243449595/b758/_pkg_.a
2025-08-20T21:45:22.7956226Z [00:02:48.847]➜  packagefile github.com/netbirdio/netbird/flow/proto=/tmp/go-build3243449595/b759/_pkg_.a
2025-08-20T21:45:22.7956826Z [00:02:48.847]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:22.7957486Z [00:02:48.847]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:22.7958286Z [00:02:48.847]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:22.7958729Z [00:02:48.847]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:22.7959144Z [00:02:48.847]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:22.7959853Z [00:02:48.847]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.7960163Z [00:02:48.847]➜  EOF
2025-08-20T21:45:22.7969245Z [00:02:48.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow=>github.com/netbirdio/netbird/client/internal/netflow;$WORK/b751=>" -p github.com/netbirdio/netbird/client/internal/netflow -lang=go1.23 -complete -installsuffix shared -buildid UcRuHE6ykvBBcARiwlps/UcRuHE6ykvBBcARiwlps -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack ./internal/netflow/manager.go
2025-08-20T21:45:22.8022184Z [00:02:48.855]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/fa/fa24e4a42be049fb5fdaf2d20315f2350b31c4c0a29ae73a890177311fb9706d-d # internal
2025-08-20T21:45:22.9029282Z [00:02:48.955]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:45:22.9047302Z [00:02:48.957]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:45:22.9081248Z [00:02:48.961]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/ff/ff1b19215d657cc726cd9a5c1845f157297ab627bf1f90fef54853b28c71d005-d # internal
2025-08-20T21:45:22.9096360Z [00:02:48.962]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/11/11b85d057a8ca8bf481bc7df5d0b9566ce8547ce86526dd31c255925326a10a7-d # internal
2025-08-20T21:45:22.9097137Z [00:02:48.962]➜  github.com/netbirdio/netbird/client/internal/routemanager/common
2025-08-20T21:45:22.9097535Z [00:02:48.962]➜  mkdir -p $WORK/b763/
2025-08-20T21:45:22.9100370Z [00:02:48.963]➜  cat >/tmp/go-build3243449595/b763/importcfg << 'EOF' # internal
2025-08-20T21:45:22.9100749Z [00:02:48.963]➜  # import config
2025-08-20T21:45:22.9101280Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:22.9102033Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/client/internal/dns=/tmp/go-build3243449595/b557/_pkg_.a
2025-08-20T21:45:22.9102778Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:22.9103536Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/client/internal/peerstore=/tmp/go-build3243449595/b750/_pkg_.a
2025-08-20T21:45:22.9104365Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/fakeip=/tmp/go-build3243449595/b764/_pkg_.a
2025-08-20T21:45:22.9105498Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/iface=/tmp/go-build3243449595/b765/_pkg_.a
2025-08-20T21:45:22.9106582Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:22.9107409Z [00:02:48.963]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:22.9108295Z [00:02:48.963]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:22.9108641Z [00:02:48.963]➜  EOF
2025-08-20T21:45:22.9110731Z [00:02:48.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/common=>github.com/netbirdio/netbird/client/internal/routemanager/common;$WORK/b763=>" -p github.com/netbirdio/netbird/client/internal/routemanager/common -lang=go1.23 -complete -installsuffix shared -buildid 7VxGeu1JH09KoLHu1642/7VxGeu1JH09KoLHu1642 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack ./internal/routemanager/common/params.go
2025-08-20T21:45:23.0091905Z [00:02:49.062]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:45:23.0129372Z [00:02:49.066]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/3c/3c66cd642cf5770da4cbf293b4454988087f5546aaddb9b971220c15a453d727-d # internal
2025-08-20T21:45:23.0131567Z [00:02:49.066]➜  github.com/netbirdio/netbird/client/internal/routemanager/dynamic
2025-08-20T21:45:23.0141469Z [00:02:49.067]➜  mkdir -p $WORK/b762/
2025-08-20T21:45:23.0143412Z [00:02:49.067]➜  github.com/netbirdio/netbird/client/internal/routemanager/static
2025-08-20T21:45:23.0143837Z [00:02:49.067]➜  mkdir -p $WORK/b791/
2025-08-20T21:45:23.0144272Z [00:02:49.067]➜  github.com/netbirdio/netbird/client/internal/routemanager/dnsinterceptor
2025-08-20T21:45:23.0144683Z [00:02:49.067]➜  mkdir -p $WORK/b790/
2025-08-20T21:45:23.0145051Z [00:02:49.067]➜  cat >/tmp/go-build3243449595/b762/importcfg << 'EOF' # internal
2025-08-20T21:45:23.0145403Z [00:02:49.067]➜  # import config
2025-08-20T21:45:23.0147336Z [00:02:49.067]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.0147892Z [00:02:49.067]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.0148474Z [00:02:49.067]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:23.0149135Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:23.0149867Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:23.0150672Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/common=/tmp/go-build3243449595/b763/_pkg_.a
2025-08-20T21:45:23.0151529Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/iface=/tmp/go-build3243449595/b765/_pkg_.a
2025-08-20T21:45:23.0152422Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:23.0153486Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/util=/tmp/go-build3243449595/b444/_pkg_.a
2025-08-20T21:45:23.0154293Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:23.0154996Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:23.0155667Z [00:02:49.067]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.0156142Z [00:02:49.067]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:23.0156568Z [00:02:49.067]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:23.0157004Z [00:02:49.067]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:23.0157538Z [00:02:49.067]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:23.0158152Z [00:02:49.067]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.0158473Z [00:02:49.067]➜  EOF
2025-08-20T21:45:23.0160765Z [00:02:49.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic=>github.com/netbirdio/netbird/client/internal/routemanager/dynamic;$WORK/b762=>" -p github.com/netbirdio/netbird/client/internal/routemanager/dynamic -lang=go1.23 -complete -installsuffix shared -buildid FYz9vXPnjrffxHEO2L9C/FYz9vXPnjrffxHEO2L9C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack ./internal/routemanager/dynamic/route.go ./internal/routemanager/dynamic/route_generic.go
2025-08-20T21:45:23.0163062Z [00:02:49.067]➜  cat >/tmp/go-build3243449595/b791/importcfg << 'EOF' # internal
2025-08-20T21:45:23.0163408Z [00:02:49.067]➜  # import config
2025-08-20T21:45:23.0163755Z [00:02:49.067]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.0164179Z [00:02:49.067]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.0164829Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/common=/tmp/go-build3243449595/b763/_pkg_.a
2025-08-20T21:45:23.0165712Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:23.0166461Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:23.0167214Z [00:02:49.067]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.0167589Z [00:02:49.067]➜  EOF
2025-08-20T21:45:23.0169877Z [00:02:49.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/static=>github.com/netbirdio/netbird/client/internal/routemanager/static;$WORK/b791=>" -p github.com/netbirdio/netbird/client/internal/routemanager/static -lang=go1.23 -complete -installsuffix shared -buildid 6MuBhF2D-eIJvxDNEAsI/6MuBhF2D-eIJvxDNEAsI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack ./internal/routemanager/static/route.go
2025-08-20T21:45:23.0171824Z [00:02:49.067]➜  cat >/tmp/go-build3243449595/b790/importcfg << 'EOF' # internal
2025-08-20T21:45:23.0172171Z [00:02:49.067]➜  # import config
2025-08-20T21:45:23.0172509Z [00:02:49.067]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.0172937Z [00:02:49.067]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.0173454Z [00:02:49.067]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:23.0174013Z [00:02:49.067]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:23.0174624Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:23.0175510Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:23.0176325Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:23.0177048Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/dns=/tmp/go-build3243449595/b557/_pkg_.a
2025-08-20T21:45:23.0177911Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/dnsfwd=/tmp/go-build3243449595/b745/_pkg_.a
2025-08-20T21:45:23.0178728Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:23.0179485Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/peerstore=/tmp/go-build3243449595/b750/_pkg_.a
2025-08-20T21:45:23.0180412Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/common=/tmp/go-build3243449595/b763/_pkg_.a
2025-08-20T21:45:23.0181391Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/fakeip=/tmp/go-build3243449595/b764/_pkg_.a
2025-08-20T21:45:23.0182278Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:23.0183026Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:23.0183921Z [00:02:49.067]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:23.0184584Z [00:02:49.067]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.0185087Z [00:02:49.067]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:23.0185523Z [00:02:49.067]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:23.0185960Z [00:02:49.067]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:23.0186383Z [00:02:49.067]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:23.0186691Z [00:02:49.067]➜  EOF
2025-08-20T21:45:23.0189031Z [00:02:49.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dnsinterceptor=>github.com/netbirdio/netbird/client/internal/routemanager/dnsinterceptor;$WORK/b790=>" -p github.com/netbirdio/netbird/client/internal/routemanager/dnsinterceptor -lang=go1.23 -complete -installsuffix shared -buildid ewmBx8POwKA-UZQ12vQp/ewmBx8POwKA-UZQ12vQp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack ./internal/routemanager/dnsinterceptor/handler.go
2025-08-20T21:45:23.1668831Z [00:02:49.220]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:45:23.1742769Z [00:02:49.227]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/59/59acc85603aa3ebaa14a95a8f8cd2f28ba3898832ca028b03f24fba67faa580f-d # internal
2025-08-20T21:45:23.2027869Z [00:02:49.255]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:45:23.2062160Z [00:02:49.259]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:45:23.2069994Z [00:02:49.260]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/d8/d8e6716427c53ea8f1a44b9a01b17e8be66d55e565643c027b730e93983192d5-d # internal
2025-08-20T21:45:23.2071942Z [00:02:49.260]➜  github.com/netbirdio/netbird/client/internal/profilemanager
2025-08-20T21:45:23.2072492Z [00:02:49.260]➜  mkdir -p $WORK/b761/
2025-08-20T21:45:23.2075604Z [00:02:49.260]➜  cat >/tmp/go-build3243449595/b761/importcfg << 'EOF' # internal
2025-08-20T21:45:23.2077058Z [00:02:49.260]➜  # import config
2025-08-20T21:45:23.2077490Z [00:02:49.260]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.2078132Z [00:02:49.260]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:23.2078816Z [00:02:49.260]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:23.2079407Z [00:02:49.260]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.2080070Z [00:02:49.260]➜  packagefile github.com/netbirdio/netbird/client/iface=/tmp/go-build3243449595/b092/_pkg_.a
2025-08-20T21:45:23.2080856Z [00:02:49.260]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/dynamic=/tmp/go-build3243449595/b762/_pkg_.a
2025-08-20T21:45:23.2081618Z [00:02:49.260]➜  packagefile github.com/netbirdio/netbird/client/ssh=/tmp/go-build3243449595/b454/_pkg_.a
2025-08-20T21:45:23.2082353Z [00:02:49.260]➜  packagefile github.com/netbirdio/netbird/shared/management/client=/tmp/go-build3243449595/b727/_pkg_.a
2025-08-20T21:45:23.2083123Z [00:02:49.260]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:23.2083812Z [00:02:49.260]➜  packagefile github.com/netbirdio/netbird/util=/tmp/go-build3243449595/b415/_pkg_.a
2025-08-20T21:45:23.2084398Z [00:02:49.260]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.2085021Z [00:02:49.260]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:23.2085540Z [00:02:49.260]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:23.2085957Z [00:02:49.260]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:23.2086367Z [00:02:49.260]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:23.2087004Z [00:02:49.260]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:23.2087460Z [00:02:49.260]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:23.2088171Z [00:02:49.260]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:23.2088605Z [00:02:49.260]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:23.2089034Z [00:02:49.260]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:23.2089455Z [00:02:49.260]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:23.2089874Z [00:02:49.260]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:23.2090289Z [00:02:49.260]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:23.2090697Z [00:02:49.260]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.2091116Z [00:02:49.260]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:23.2091676Z [00:02:49.260]➜  EOF
2025-08-20T21:45:23.2094306Z [00:02:49.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager=>github.com/netbirdio/netbird/client/internal/profilemanager;$WORK/b761=>" -p github.com/netbirdio/netbird/client/internal/profilemanager -lang=go1.23 -complete -installsuffix shared -buildid PWHobSHRBEwUlQjPwt88/PWHobSHRBEwUlQjPwt88 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack ./internal/profilemanager/config.go ./internal/profilemanager/error.go ./internal/profilemanager/profilemanager.go ./internal/profilemanager/service.go ./internal/profilemanager/state.go
2025-08-20T21:45:23.2116588Z [00:02:49.264]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/66/667f996aaca76bdb894e91997832afe0ef05c23f926873398406ee1716291385-d # internal
2025-08-20T21:45:23.2117333Z [00:02:49.264]➜  github.com/netbirdio/netbird/client/internal/routemanager/client
2025-08-20T21:45:23.2117944Z [00:02:49.264]➜  mkdir -p $WORK/b789/
2025-08-20T21:45:23.2121098Z [00:02:49.265]➜  cat >/tmp/go-build3243449595/b789/importcfg << 'EOF' # internal
2025-08-20T21:45:23.2122065Z [00:02:49.265]➜  # import config
2025-08-20T21:45:23.2122779Z [00:02:49.265]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.2123403Z [00:02:49.265]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.2125139Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/internal/dns=/tmp/go-build3243449595/b557/_pkg_.a
2025-08-20T21:45:23.2128057Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:23.2129593Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/common=/tmp/go-build3243449595/b763/_pkg_.a
2025-08-20T21:45:23.2130683Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/dnsinterceptor=/tmp/go-build3243449595/b790/_pkg_.a
2025-08-20T21:45:23.2131919Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/dynamic=/tmp/go-build3243449595/b762/_pkg_.a
2025-08-20T21:45:23.2132862Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/iface=/tmp/go-build3243449595/b765/_pkg_.a
2025-08-20T21:45:23.2133913Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/static=/tmp/go-build3243449595/b791/_pkg_.a
2025-08-20T21:45:23.2134687Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:23.2135490Z [00:02:49.265]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:23.2136139Z [00:02:49.265]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.2136632Z [00:02:49.265]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:23.2137303Z [00:02:49.265]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.2137609Z [00:02:49.265]➜  EOF
2025-08-20T21:45:23.2139892Z [00:02:49.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client=>github.com/netbirdio/netbird/client/internal/routemanager/client;$WORK/b789=>" -p github.com/netbirdio/netbird/client/internal/routemanager/client -lang=go1.23 -complete -installsuffix shared -buildid pyGk78DKi1UivSzj-zQy/pyGk78DKi1UivSzj-zQy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack ./internal/routemanager/client/client.go
2025-08-20T21:45:23.3084553Z [00:02:49.360]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:45:23.3086006Z [00:02:49.361]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/16/16954ccbf8bd9c75e4185ec462cac07405610698830252faa1a5d8d607361d30-d # internal
2025-08-20T21:45:23.3087555Z [00:02:49.361]➜  github.com/netbirdio/netbird/client/internal/debug
2025-08-20T21:45:23.3088551Z [00:02:49.361]➜  mkdir -p $WORK/b799/
2025-08-20T21:45:23.3090901Z [00:02:49.362]➜  cat >/tmp/go-build3243449595/b799/importcfg << 'EOF' # internal
2025-08-20T21:45:23.3091752Z [00:02:49.362]➜  # import config
2025-08-20T21:45:23.3092601Z [00:02:49.362]➜  packagefile archive/zip=/tmp/go-build3243449595/b800/_pkg_.a
2025-08-20T21:45:23.3093279Z [00:02:49.362]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:23.3095009Z [00:02:49.362]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:23.3095543Z [00:02:49.362]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:23.3096003Z [00:02:49.362]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.3096463Z [00:02:49.362]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:23.3096939Z [00:02:49.362]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:23.3097398Z [00:02:49.362]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:23.3097921Z [00:02:49.362]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.3098470Z [00:02:49.362]➜  packagefile github.com/google/nftables=/tmp/go-build3243449595/b402/_pkg_.a
2025-08-20T21:45:23.3099049Z [00:02:49.362]➜  packagefile github.com/google/nftables/expr=/tmp/go-build3243449595/b404/_pkg_.a
2025-08-20T21:45:23.3099882Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/client/anonymize=/tmp/go-build3243449595/b801/_pkg_.a
2025-08-20T21:45:23.3100790Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/client/iface/configurer=/tmp/go-build3243449595/b333/_pkg_.a
2025-08-20T21:45:23.3101598Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:23.3102381Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/client/internal/profilemanager=/tmp/go-build3243449595/b761/_pkg_.a
2025-08-20T21:45:23.3103252Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/systemops=/tmp/go-build3243449595/b439/_pkg_.a
2025-08-20T21:45:23.3104075Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:23.3104838Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:23.3105520Z [00:02:49.362]➜  packagefile github.com/netbirdio/netbird/util=/tmp/go-build3243449595/b415/_pkg_.a
2025-08-20T21:45:23.3106106Z [00:02:49.362]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.3106740Z [00:02:49.362]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3243449595/b534/_pkg_.a
2025-08-20T21:45:23.3107279Z [00:02:49.362]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:23.3107683Z [00:02:49.362]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:23.3110626Z [00:02:49.362]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:23.3111069Z [00:02:49.362]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:23.3111492Z [00:02:49.362]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:23.3111905Z [00:02:49.362]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:23.3112359Z [00:02:49.362]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:23.3112813Z [00:02:49.362]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:23.3113263Z [00:02:49.362]➜  packagefile runtime/pprof=/tmp/go-build3243449595/b802/_pkg_.a
2025-08-20T21:45:23.3113707Z [00:02:49.362]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:23.3114119Z [00:02:49.362]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:23.3114536Z [00:02:49.362]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:23.3115153Z [00:02:49.362]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.3115462Z [00:02:49.362]➜  EOF
2025-08-20T21:45:23.3118106Z [00:02:49.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug=>github.com/netbirdio/netbird/client/internal/debug;$WORK/b799=>" -p github.com/netbirdio/netbird/client/internal/debug -lang=go1.23 -complete -installsuffix shared -buildid mV-vM0iiuy3_72YJmov3/mV-vM0iiuy3_72YJmov3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack ./internal/debug/debug.go ./internal/debug/debug_linux.go ./internal/debug/debug_nonmobile.go ./internal/debug/format.go ./internal/debug/format_linux.go ./internal/debug/format_nonwindows.go ./internal/debug/wgshow.go
2025-08-20T21:45:23.3497461Z [00:02:49.402]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:45:23.3542703Z [00:02:49.407]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/de/def781f2354c488976bdfdd0577b839f776fca322ccfc0757fdfd7719ecf3087-d # internal
2025-08-20T21:45:23.3543594Z [00:02:49.407]➜  github.com/netbirdio/netbird/client/internal/routemanager
2025-08-20T21:45:23.3543969Z [00:02:49.407]➜  mkdir -p $WORK/b788/
2025-08-20T21:45:23.3544709Z [00:02:49.407]➜  cat >/tmp/go-build3243449595/b788/importcfg << 'EOF' # internal
2025-08-20T21:45:23.3545440Z [00:02:49.407]➜  # import config
2025-08-20T21:45:23.3546089Z [00:02:49.407]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.3546795Z [00:02:49.407]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:23.3547302Z [00:02:49.407]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.3547934Z [00:02:49.407]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:23.3548575Z [00:02:49.407]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:23.3549866Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:23.3550608Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:23.3551325Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/iface=/tmp/go-build3243449595/b092/_pkg_.a
2025-08-20T21:45:23.3552054Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/iface/configurer=/tmp/go-build3243449595/b333/_pkg_.a
2025-08-20T21:45:23.3552815Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:23.3553548Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/dns=/tmp/go-build3243449595/b557/_pkg_.a
2025-08-20T21:45:23.3554295Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/listener=/tmp/go-build3243449595/b441/_pkg_.a
2025-08-20T21:45:23.3555453Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:23.3556220Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/peerstore=/tmp/go-build3243449595/b750/_pkg_.a
2025-08-20T21:45:23.3557047Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/client=/tmp/go-build3243449595/b789/_pkg_.a
2025-08-20T21:45:23.3558130Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/common=/tmp/go-build3243449595/b763/_pkg_.a
2025-08-20T21:45:23.3559148Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/fakeip=/tmp/go-build3243449595/b764/_pkg_.a
2025-08-20T21:45:23.3560126Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/iface=/tmp/go-build3243449595/b765/_pkg_.a
2025-08-20T21:45:23.3561001Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/notifier=/tmp/go-build3243449595/b440/_pkg_.a
2025-08-20T21:45:23.3561907Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:23.3562782Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/server=/tmp/go-build3243449595/b792/_pkg_.a
2025-08-20T21:45:23.3563664Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/systemops=/tmp/go-build3243449595/b439/_pkg_.a
2025-08-20T21:45:23.3564533Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/vars=/tmp/go-build3243449595/b445/_pkg_.a
2025-08-20T21:45:23.3565358Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/routeselector=/tmp/go-build3243449595/b793/_pkg_.a
2025-08-20T21:45:23.3566164Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:23.3566871Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:23.3567549Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/shared/relay/client=/tmp/go-build3243449595/b578/_pkg_.a
2025-08-20T21:45:23.3568396Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:23.3569213Z [00:02:49.407]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:23.3569979Z [00:02:49.407]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.3570596Z [00:02:49.407]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:23.3571054Z [00:02:49.407]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:23.3571480Z [00:02:49.407]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:23.3571908Z [00:02:49.407]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:23.3572348Z [00:02:49.407]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:23.3572773Z [00:02:49.407]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:23.3573188Z [00:02:49.407]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:23.3573597Z [00:02:49.407]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.3573909Z [00:02:49.407]➜  EOF
2025-08-20T21:45:23.3576131Z [00:02:49.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager=>github.com/netbirdio/netbird/client/internal/routemanager;$WORK/b788=>" -p github.com/netbirdio/netbird/client/internal/routemanager -lang=go1.23 -complete -installsuffix shared -buildid HLEkxO4mnaQ_lhnTnG6S/HLEkxO4mnaQ_lhnTnG6S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack ./internal/routemanager/manager.go ./internal/routemanager/mock.go ./internal/routemanager/state.go
2025-08-20T21:45:23.5467586Z [00:02:49.599]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:45:23.5515450Z [00:02:49.604]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/50/500762378d20b4da39fc2e8e99db66d5597967337c611a2bf8fcf2ac7bb67399-d # internal
2025-08-20T21:45:23.5761753Z [00:02:49.629]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:45:23.5819391Z [00:02:49.635]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/08/08d9469c0cb18e1fdd6b9cfa35bb7e914b6f5c7ee453527993f2b08601055458-d # internal
2025-08-20T21:45:23.5822000Z [00:02:49.635]➜  github.com/netbirdio/netbird/client/internal
2025-08-20T21:45:23.5822468Z [00:02:49.635]➜  mkdir -p $WORK/b397/
2025-08-20T21:45:23.5827264Z [00:02:49.636]➜  cat >/tmp/go-build3243449595/b397/importcfg << 'EOF' # internal
2025-08-20T21:45:23.5829256Z [00:02:49.636]➜  # import config
2025-08-20T21:45:23.5829672Z [00:02:49.636]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.5830164Z [00:02:49.636]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:23.5830601Z [00:02:49.636]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:23.5831021Z [00:02:49.636]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.5831528Z [00:02:49.636]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:23.5832095Z [00:02:49.636]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:23.5832681Z [00:02:49.636]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:23.5833244Z [00:02:49.636]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:23.5833851Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:23.5834546Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/firewall=/tmp/go-build3243449595/b400/_pkg_.a
2025-08-20T21:45:23.5835291Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:23.5836003Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/iface=/tmp/go-build3243449595/b092/_pkg_.a
2025-08-20T21:45:23.5837002Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:23.5838231Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/iface/configurer=/tmp/go-build3243449595/b333/_pkg_.a
2025-08-20T21:45:23.5839045Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/iface/device=/tmp/go-build3243449595/b355/_pkg_.a
2025-08-20T21:45:23.5839780Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:23.5840508Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:23.5841252Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy=/tmp/go-build3243449595/b361/_pkg_.a
2025-08-20T21:45:23.5841977Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/acl=/tmp/go-build3243449595/b453/_pkg_.a
2025-08-20T21:45:23.5842700Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/dns=/tmp/go-build3243449595/b557/_pkg_.a
2025-08-20T21:45:23.5843441Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/dnsfwd=/tmp/go-build3243449595/b745/_pkg_.a
2025-08-20T21:45:23.5844204Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/ingressgw=/tmp/go-build3243449595/b567/_pkg_.a
2025-08-20T21:45:23.5845034Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn=/tmp/go-build3243449595/b746/_pkg_.a
2025-08-20T21:45:23.5845840Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn/manager=/tmp/go-build3243449595/b747/_pkg_.a
2025-08-20T21:45:23.5846945Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/listener=/tmp/go-build3243449595/b441/_pkg_.a
2025-08-20T21:45:23.5847848Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow=/tmp/go-build3243449595/b751/_pkg_.a
2025-08-20T21:45:23.5848887Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:23.5849711Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/networkmonitor=/tmp/go-build3243449595/b760/_pkg_.a
2025-08-20T21:45:23.5850490Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:23.5851251Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/guard=/tmp/go-build3243449595/b571/_pkg_.a
2025-08-20T21:45:23.5852023Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/ice=/tmp/go-build3243449595/b572/_pkg_.a
2025-08-20T21:45:23.5852807Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/peerstore=/tmp/go-build3243449595/b750/_pkg_.a
2025-08-20T21:45:23.5853609Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/profilemanager=/tmp/go-build3243449595/b761/_pkg_.a
2025-08-20T21:45:23.5854390Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/relay=/tmp/go-build3243449595/b575/_pkg_.a
2025-08-20T21:45:23.5855151Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/rosenpass=/tmp/go-build3243449595/b766/_pkg_.a
2025-08-20T21:45:23.5855937Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager=/tmp/go-build3243449595/b788/_pkg_.a
2025-08-20T21:45:23.5856791Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/systemops=/tmp/go-build3243449595/b439/_pkg_.a
2025-08-20T21:45:23.5857640Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:23.5858612Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/internal/stdnet=/tmp/go-build3243449595/b573/_pkg_.a
2025-08-20T21:45:23.5859329Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:23.5860175Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/ssh=/tmp/go-build3243449595/b454/_pkg_.a
2025-08-20T21:45:23.5861014Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/client/system=/tmp/go-build3243449595/b728/_pkg_.a
2025-08-20T21:45:23.5861723Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/dns=/tmp/go-build3243449595/b565/_pkg_.a
2025-08-20T21:45:23.5862351Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:23.5862973Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:23.5863678Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/management/client=/tmp/go-build3243449595/b727/_pkg_.a
2025-08-20T21:45:23.5864470Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/management/client/common=/tmp/go-build3243449595/b794/_pkg_.a
2025-08-20T21:45:23.5865264Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:23.5866030Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:23.5866794Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac=/tmp/go-build3243449595/b579/_pkg_.a
2025-08-20T21:45:23.5867529Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/relay/client=/tmp/go-build3243449595/b578/_pkg_.a
2025-08-20T21:45:23.5868448Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/signal/client=/tmp/go-build3243449595/b610/_pkg_.a
2025-08-20T21:45:23.5869592Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/tmp/go-build3243449595/b743/_pkg_.a
2025-08-20T21:45:23.5870259Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/util=/tmp/go-build3243449595/b415/_pkg_.a
2025-08-20T21:45:23.5870884Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:23.5871581Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/util/semaphore-group=/tmp/go-build3243449595/b744/_pkg_.a
2025-08-20T21:45:23.5872259Z [00:02:49.636]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:23.5872834Z [00:02:49.636]➜  packagefile github.com/pion/ice/v3=/tmp/go-build3243449595/b207/_pkg_.a
2025-08-20T21:45:23.5873363Z [00:02:49.636]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:23.5873909Z [00:02:49.636]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.5874509Z [00:02:49.636]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:23.5875132Z [00:02:49.636]➜  packagefile golang.zx2c4.com/wireguard/tun/netstack=/tmp/go-build3243449595/b152/_pkg_.a
2025-08-20T21:45:23.5875789Z [00:02:49.636]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:23.5876398Z [00:02:49.636]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:23.5876971Z [00:02:49.636]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:23.5877555Z [00:02:49.636]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:23.5878280Z [00:02:49.636]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:23.5878713Z [00:02:49.636]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:23.5879146Z [00:02:49.636]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:23.5879575Z [00:02:49.636]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:23.5879996Z [00:02:49.636]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:23.5880407Z [00:02:49.636]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:23.5881066Z [00:02:49.636]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:23.5881688Z [00:02:49.636]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:23.5882200Z [00:02:49.636]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:23.5882645Z [00:02:49.636]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:23.5883060Z [00:02:49.636]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:23.5883498Z [00:02:49.636]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:23.5883940Z [00:02:49.636]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:23.5884354Z [00:02:49.636]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:23.5884761Z [00:02:49.636]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.5885069Z [00:02:49.636]➜  EOF
2025-08-20T21:45:23.5888076Z [00:02:49.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal=>github.com/netbirdio/netbird/client/internal;$WORK/b397=>" -p github.com/netbirdio/netbird/client/internal -lang=go1.23 -complete -installsuffix shared -buildid dOAmc-ndQFUkaBA_fLkj/dOAmc-ndQFUkaBA_fLkj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack ./internal/conn_mgr.go ./internal/connect.go ./internal/device_auth.go ./internal/dns.go ./internal/engine.go ./internal/engine_stdnet.go ./internal/iface.go ./internal/iface_common.go ./internal/login.go ./internal/message_convert.go ./internal/mobile_dependency.go ./internal/pkce_auth.go ./internal/session.go ./internal/state.go
2025-08-20T21:45:23.9151228Z [00:02:49.968]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:45:23.9241448Z [00:02:49.977]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/9c/9c1306dacb519cf8163d16c85ad53feff6c970585ce429b867e0cd250b4584bb-d # internal
2025-08-20T21:45:23.9242210Z [00:02:49.977]➜  github.com/netbirdio/netbird/client/internal/auth
2025-08-20T21:45:23.9242553Z [00:02:49.977]➜  mkdir -p $WORK/b795/
2025-08-20T21:45:23.9244549Z [00:02:49.977]➜  cat >/tmp/go-build3243449595/b795/importcfg << 'EOF' # internal
2025-08-20T21:45:23.9244903Z [00:02:49.977]➜  # import config
2025-08-20T21:45:23.9245258Z [00:02:49.977]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.9246268Z [00:02:49.977]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:23.9246740Z [00:02:49.977]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:23.9247230Z [00:02:49.977]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:23.9247911Z [00:02:49.977]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:23.9248442Z [00:02:49.977]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:23.9248922Z [00:02:49.977]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:23.9249397Z [00:02:49.977]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:23.9249874Z [00:02:49.977]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:23.9250316Z [00:02:49.977]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:23.9250730Z [00:02:49.977]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.9251300Z [00:02:49.977]➜  packagefile github.com/netbirdio/netbird/client/internal=/tmp/go-build3243449595/b397/_pkg_.a
2025-08-20T21:45:23.9252093Z [00:02:49.977]➜  packagefile github.com/netbirdio/netbird/client/internal/profilemanager=/tmp/go-build3243449595/b761/_pkg_.a
2025-08-20T21:45:23.9252897Z [00:02:49.977]➜  packagefile github.com/netbirdio/netbird/client/internal/templates=/tmp/go-build3243449595/b796/_pkg_.a
2025-08-20T21:45:23.9253645Z [00:02:49.977]➜  packagefile github.com/netbirdio/netbird/util/embeddedroots=/tmp/go-build3243449595/b585/_pkg_.a
2025-08-20T21:45:23.9254588Z [00:02:49.977]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.9255288Z [00:02:49.977]➜  packagefile golang.org/x/oauth2=/tmp/go-build3243449595/b797/_pkg_.a
2025-08-20T21:45:23.9255893Z [00:02:49.977]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:23.9256463Z [00:02:49.977]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:23.9256979Z [00:02:49.977]➜  packagefile html/template=/tmp/go-build3243449595/b468/_pkg_.a
2025-08-20T21:45:23.9257420Z [00:02:49.977]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:23.9258042Z [00:02:49.977]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:23.9258524Z [00:02:49.977]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:23.9258958Z [00:02:49.977]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:23.9259390Z [00:02:49.977]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:23.9259823Z [00:02:49.977]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:23.9260241Z [00:02:49.977]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.9260548Z [00:02:49.977]➜  EOF
2025-08-20T21:45:23.9262719Z [00:02:49.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth=>github.com/netbirdio/netbird/client/internal/auth;$WORK/b795=>" -p github.com/netbirdio/netbird/client/internal/auth -lang=go1.23 -complete -installsuffix shared -buildid 0xJXgQZ7c4QC1vFVY-le/0xJXgQZ7c4QC1vFVY-le -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack ./internal/auth/device_flow.go ./internal/auth/oauth.go ./internal/auth/pkce_flow.go ./internal/auth/util.go
2025-08-20T21:45:23.9938768Z [00:02:50.047]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:45:23.9956192Z [00:02:50.048]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/9e/9e8ade26a75ea8ff9d85d7464e5a60591fc8861d7b8a086d02b4d5046f7aa15f-d # internal
2025-08-20T21:45:23.9957541Z [00:02:50.049]➜  github.com/netbirdio/netbird/client/server
2025-08-20T21:45:23.9958053Z [00:02:50.049]➜  mkdir -p $WORK/b803/
2025-08-20T21:45:23.9961883Z [00:02:50.049]➜  cat >/tmp/go-build3243449595/b803/importcfg << 'EOF' # internal
2025-08-20T21:45:23.9962275Z [00:02:50.049]➜  # import config
2025-08-20T21:45:23.9962637Z [00:02:50.049]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:23.9963126Z [00:02:50.049]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:23.9963597Z [00:02:50.049]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:23.9964041Z [00:02:50.049]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:23.9964454Z [00:02:50.049]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:23.9965003Z [00:02:50.049]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:23.9965614Z [00:02:50.049]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:23.9966270Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:23.9967008Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/firewall/iptables=/tmp/go-build3243449595/b410/_pkg_.a
2025-08-20T21:45:23.9968232Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:23.9969109Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/firewall/nftables=/tmp/go-build3243449595/b446/_pkg_.a
2025-08-20T21:45:23.9969884Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter=/tmp/go-build3243449595/b447/_pkg_.a
2025-08-20T21:45:23.9970963Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal=/tmp/go-build3243449595/b397/_pkg_.a
2025-08-20T21:45:23.9971860Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal/auth=/tmp/go-build3243449595/b795/_pkg_.a
2025-08-20T21:45:23.9972676Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal/debug=/tmp/go-build3243449595/b799/_pkg_.a
2025-08-20T21:45:23.9973580Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal/dns=/tmp/go-build3243449595/b557/_pkg_.a
2025-08-20T21:45:23.9974371Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:23.9975172Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal/profilemanager=/tmp/go-build3243449595/b761/_pkg_.a
2025-08-20T21:45:23.9976034Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/systemops=/tmp/go-build3243449595/b439/_pkg_.a
2025-08-20T21:45:23.9976884Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:23.9977617Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:23.9978477Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/client/system=/tmp/go-build3243449595/b728/_pkg_.a
2025-08-20T21:45:23.9979125Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:23.9979821Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/shared/management/client=/tmp/go-build3243449595/b727/_pkg_.a
2025-08-20T21:45:23.9980902Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:23.9981667Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:23.9982410Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/upload-server/types=/tmp/go-build3243449595/b804/_pkg_.a
2025-08-20T21:45:23.9983087Z [00:02:50.049]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:23.9983683Z [00:02:50.049]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:23.9984223Z [00:02:50.049]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:23.9984825Z [00:02:50.049]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:23.9985446Z [00:02:50.049]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:23.9986020Z [00:02:50.049]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:23.9986599Z [00:02:50.049]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:23.9987261Z [00:02:50.049]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3243449595/b523/_pkg_.a
2025-08-20T21:45:23.9988149Z [00:02:50.049]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:23.9988730Z [00:02:50.049]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:23.9989158Z [00:02:50.049]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:23.9989596Z [00:02:50.049]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:23.9990022Z [00:02:50.049]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:23.9990432Z [00:02:50.049]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:23.9990856Z [00:02:50.049]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:23.9991278Z [00:02:50.049]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:23.9991866Z [00:02:50.049]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:23.9992342Z [00:02:50.049]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:23.9992848Z [00:02:50.049]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:23.9993307Z [00:02:50.049]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:23.9993739Z [00:02:50.049]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:23.9994171Z [00:02:50.049]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:23.9994486Z [00:02:50.049]➜  EOF
2025-08-20T21:45:23.9996838Z [00:02:50.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server=>github.com/netbirdio/netbird/client/server;$WORK/b803=>" -p github.com/netbirdio/netbird/client/server -lang=go1.23 -complete -installsuffix shared -buildid 4HbGLOerrjrkrJ2k35lg/4HbGLOerrjrkrJ2k35lg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack ./server/debug.go ./server/event.go ./server/forwardingrules.go ./server/log.go ./server/network.go ./server/panic_generic.go ./server/server.go ./server/state.go ./server/state_linux.go ./server/trace.go
2025-08-20T21:45:24.2410363Z [00:02:50.294]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:45:24.2477485Z [00:02:50.300]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/33/339272d981299849fef3f2b5035a4f05c5fbdd75717286c20e0b578d62a55a3b-d # internal
2025-08-20T21:45:24.2488877Z [00:02:50.302]➜  github.com/netbirdio/netbird/client/cmd
2025-08-20T21:45:24.2511393Z [00:02:50.302]➜  mkdir -p $WORK/b002/
2025-08-20T21:45:24.2512568Z [00:02:50.304]➜  cat >/tmp/go-build3243449595/b002/importcfg << 'EOF' # internal
2025-08-20T21:45:24.2512975Z [00:02:50.304]➜  # import config
2025-08-20T21:45:24.2513334Z [00:02:50.304]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:24.2513767Z [00:02:50.304]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:24.2514209Z [00:02:50.304]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:24.2514731Z [00:02:50.304]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:24.2515312Z [00:02:50.304]➜  packagefile github.com/kardianos/service=/tmp/go-build3243449595/b066/_pkg_.a
2025-08-20T21:45:24.2515941Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/iface=/tmp/go-build3243449595/b092/_pkg_.a
2025-08-20T21:45:24.2516627Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/internal=/tmp/go-build3243449595/b397/_pkg_.a
2025-08-20T21:45:24.2517361Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/internal/auth=/tmp/go-build3243449595/b795/_pkg_.a
2025-08-20T21:45:24.2518336Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/internal/debug=/tmp/go-build3243449595/b799/_pkg_.a
2025-08-20T21:45:24.2519091Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:24.2519881Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/internal/profilemanager=/tmp/go-build3243449595/b761/_pkg_.a
2025-08-20T21:45:24.2520620Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:24.2521291Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/server=/tmp/go-build3243449595/b803/_pkg_.a
2025-08-20T21:45:24.2521953Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/ssh=/tmp/go-build3243449595/b454/_pkg_.a
2025-08-20T21:45:24.2522626Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/status=/tmp/go-build3243449595/b805/_pkg_.a
2025-08-20T21:45:24.2523303Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/client/system=/tmp/go-build3243449595/b728/_pkg_.a
2025-08-20T21:45:24.2524028Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:24.2525082Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:24.2526029Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/upload-server/types=/tmp/go-build3243449595/b804/_pkg_.a
2025-08-20T21:45:24.2526755Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/util=/tmp/go-build3243449595/b415/_pkg_.a
2025-08-20T21:45:24.2527383Z [00:02:50.304]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:24.2528187Z [00:02:50.304]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:24.2528801Z [00:02:50.304]➜  packagefile github.com/skratchdot/open-golang/open=/tmp/go-build3243449595/b806/_pkg_.a
2025-08-20T21:45:24.2529382Z [00:02:50.304]➜  packagefile github.com/spf13/cobra=/tmp/go-build3243449595/b807/_pkg_.a
2025-08-20T21:45:24.2529915Z [00:02:50.304]➜  packagefile github.com/spf13/pflag=/tmp/go-build3243449595/b808/_pkg_.a
2025-08-20T21:45:24.2530440Z [00:02:50.304]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:24.2530988Z [00:02:50.304]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:24.2531616Z [00:02:50.304]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3243449595/b499/_pkg_.a
2025-08-20T21:45:24.2532242Z [00:02:50.304]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:24.2532904Z [00:02:50.304]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3243449595/b523/_pkg_.a
2025-08-20T21:45:24.2533883Z [00:02:50.304]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:24.2534295Z [00:02:50.304]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:24.2534720Z [00:02:50.304]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:24.2535144Z [00:02:50.304]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:24.2535655Z [00:02:50.304]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:24.2536071Z [00:02:50.304]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:24.2536489Z [00:02:50.304]➜  packagefile os/signal=/tmp/go-build3243449595/b084/_pkg_.a
2025-08-20T21:45:24.2536919Z [00:02:50.304]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:24.2537338Z [00:02:50.304]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:24.2537928Z [00:02:50.304]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:24.2538456Z [00:02:50.304]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:24.2538881Z [00:02:50.304]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:24.2539294Z [00:02:50.304]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:24.2539717Z [00:02:50.304]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:24.2540140Z [00:02:50.304]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:24.2540558Z [00:02:50.304]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:24.2540975Z [00:02:50.304]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:24.2541285Z [00:02:50.304]➜  EOF
2025-08-20T21:45:24.2544209Z [00:02:50.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd=>github.com/netbirdio/netbird/client/cmd;$WORK/b002=>" -p github.com/netbirdio/netbird/client/cmd -lang=go1.23 -complete -installsuffix shared -buildid bqWPreFb9zwcUYmxyVD6/bqWPreFb9zwcUYmxyVD6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./cmd/debug.go ./cmd/debug_unix.go ./cmd/down.go ./cmd/forwarding_rules.go ./cmd/login.go ./cmd/logout.go ./cmd/networks.go ./cmd/profile.go ./cmd/root.go ./cmd/service.go ./cmd/service_controller.go ./cmd/service_installer.go ./cmd/ssh.go ./cmd/state.go ./cmd/status.go ./cmd/system.go ./cmd/trace.go ./cmd/up.go ./cmd/version.go
2025-08-20T21:45:24.5271252Z [00:02:50.580]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:45:24.5348884Z [00:02:50.588]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/9f/9fd73dfa9e092e8d2f1912d1d1f5a9208c24b1ae637916ae74d16dd877ff4551-d # internal
2025-08-20T21:45:24.5349533Z [00:02:50.588]➜  github.com/netbirdio/netbird/client
2025-08-20T21:45:24.5349846Z [00:02:50.588]➜  mkdir -p $WORK/b001/
2025-08-20T21:45:24.5352308Z [00:02:50.588]➜  cat >/tmp/go-build3243449595/b001/importcfg << 'EOF' # internal
2025-08-20T21:45:24.5352728Z [00:02:50.588]➜  # import config
2025-08-20T21:45:24.5353204Z [00:02:50.588]➜  packagefile github.com/netbirdio/netbird/client/cmd=/tmp/go-build3243449595/b002/_pkg_.a
2025-08-20T21:45:24.5353730Z [00:02:50.588]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:24.5354166Z [00:02:50.588]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:24.5354627Z [00:02:50.588]➜  packagefile runtime/cgo=/tmp/go-build3243449595/b081/_pkg_.a
2025-08-20T21:45:24.5354964Z [00:02:50.588]➜  EOF
2025-08-20T21:45:24.5356382Z [00:02:50.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/client=>github.com/netbirdio/netbird/client;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid 3UMo_c1rNICn1XVw4Oge/3UMo_c1rNICn1XVw4Oge -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:45:24.5536995Z [00:02:50.606]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:45:24.5541543Z [00:02:50.607]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/fe/fe9e2d983a155ae78f9bf1b7e818f7768b4472429a81693886f19976857bf0c3-d # internal
2025-08-20T21:45:24.5574540Z [00:02:50.610]➜  cat >/tmp/go-build3243449595/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:45:24.5576232Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client=/tmp/go-build3243449595/b001/_pkg_.a
2025-08-20T21:45:24.5577206Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/cmd=/tmp/go-build3243449595/b002/_pkg_.a
2025-08-20T21:45:24.5578200Z [00:02:50.610]➜  packagefile os=/tmp/go-build3243449595/b056/_pkg_.a
2025-08-20T21:45:24.5578784Z [00:02:50.610]➜  packagefile runtime=/tmp/go-build3243449595/b010/_pkg_.a
2025-08-20T21:45:24.5579272Z [00:02:50.610]➜  packagefile runtime/cgo=/tmp/go-build3243449595/b081/_pkg_.a
2025-08-20T21:45:24.5579907Z [00:02:50.610]➜  packagefile context=/tmp/go-build3243449595/b003/_pkg_.a
2025-08-20T21:45:24.5580613Z [00:02:50.610]➜  packagefile errors=/tmp/go-build3243449595/b004/_pkg_.a
2025-08-20T21:45:24.5581254Z [00:02:50.610]➜  packagefile fmt=/tmp/go-build3243449595/b048/_pkg_.a
2025-08-20T21:45:24.5581899Z [00:02:50.610]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3243449595/b064/_pkg_.a
2025-08-20T21:45:24.5582709Z [00:02:50.610]➜  packagefile github.com/kardianos/service=/tmp/go-build3243449595/b066/_pkg_.a
2025-08-20T21:45:24.5583560Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/iface=/tmp/go-build3243449595/b092/_pkg_.a
2025-08-20T21:45:24.5585643Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal=/tmp/go-build3243449595/b397/_pkg_.a
2025-08-20T21:45:24.5586544Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal/auth=/tmp/go-build3243449595/b795/_pkg_.a
2025-08-20T21:45:24.5587508Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal/debug=/tmp/go-build3243449595/b799/_pkg_.a
2025-08-20T21:45:24.5588642Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal/peer=/tmp/go-build3243449595/b566/_pkg_.a
2025-08-20T21:45:24.5589433Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal/profilemanager=/tmp/go-build3243449595/b761/_pkg_.a
2025-08-20T21:45:24.5590504Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/proto=/tmp/go-build3243449595/b576/_pkg_.a
2025-08-20T21:45:24.5591390Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/server=/tmp/go-build3243449595/b803/_pkg_.a
2025-08-20T21:45:24.5592142Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/ssh=/tmp/go-build3243449595/b454/_pkg_.a
2025-08-20T21:45:24.5592822Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/status=/tmp/go-build3243449595/b805/_pkg_.a
2025-08-20T21:45:24.5593495Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/system=/tmp/go-build3243449595/b728/_pkg_.a
2025-08-20T21:45:24.5594230Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/tmp/go-build3243449595/b429/_pkg_.a
2025-08-20T21:45:24.5595005Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/tmp/go-build3243449595/b464/_pkg_.a
2025-08-20T21:45:24.5595753Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/upload-server/types=/tmp/go-build3243449595/b804/_pkg_.a
2025-08-20T21:45:24.5596417Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/util=/tmp/go-build3243449595/b415/_pkg_.a
2025-08-20T21:45:24.5597039Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/version=/tmp/go-build3243449595/b731/_pkg_.a
2025-08-20T21:45:24.5597634Z [00:02:50.610]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3243449595/b139/_pkg_.a
2025-08-20T21:45:24.5598466Z [00:02:50.610]➜  packagefile github.com/skratchdot/open-golang/open=/tmp/go-build3243449595/b806/_pkg_.a
2025-08-20T21:45:24.5599399Z [00:02:50.610]➜  packagefile github.com/spf13/cobra=/tmp/go-build3243449595/b807/_pkg_.a
2025-08-20T21:45:24.5599932Z [00:02:50.610]➜  packagefile github.com/spf13/pflag=/tmp/go-build3243449595/b808/_pkg_.a
2025-08-20T21:45:24.5600483Z [00:02:50.610]➜  packagefile google.golang.org/grpc=/tmp/go-build3243449595/b465/_pkg_.a
2025-08-20T21:45:24.5601031Z [00:02:50.610]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3243449595/b498/_pkg_.a
2025-08-20T21:45:24.5601663Z [00:02:50.610]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3243449595/b499/_pkg_.a
2025-08-20T21:45:24.5602293Z [00:02:50.610]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3243449595/b525/_pkg_.a
2025-08-20T21:45:24.5602951Z [00:02:50.610]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3243449595/b523/_pkg_.a
2025-08-20T21:45:24.5603503Z [00:02:50.610]➜  packagefile io=/tmp/go-build3243449595/b055/_pkg_.a
2025-08-20T21:45:24.5603911Z [00:02:50.610]➜  packagefile io/fs=/tmp/go-build3243449595/b058/_pkg_.a
2025-08-20T21:45:24.5604392Z [00:02:50.610]➜  packagefile math/rand=/tmp/go-build3243449595/b065/_pkg_.a
2025-08-20T21:45:24.5606734Z [00:02:50.610]➜  packagefile net=/tmp/go-build3243449595/b074/_pkg_.a
2025-08-20T21:45:24.5607345Z [00:02:50.610]➜  packagefile net/netip=/tmp/go-build3243449595/b078/_pkg_.a
2025-08-20T21:45:24.5607963Z [00:02:50.610]➜  packagefile os/signal=/tmp/go-build3243449595/b084/_pkg_.a
2025-08-20T21:45:24.5608481Z [00:02:50.610]➜  packagefile os/user=/tmp/go-build3243449595/b463/_pkg_.a
2025-08-20T21:45:24.5608907Z [00:02:50.610]➜  packagefile path=/tmp/go-build3243449595/b059/_pkg_.a
2025-08-20T21:45:24.5609354Z [00:02:50.610]➜  packagefile path/filepath=/tmp/go-build3243449595/b083/_pkg_.a
2025-08-20T21:45:24.5609800Z [00:02:50.610]➜  packagefile slices=/tmp/go-build3243449595/b045/_pkg_.a
2025-08-20T21:45:24.5610214Z [00:02:50.610]➜  packagefile sort=/tmp/go-build3243449595/b087/_pkg_.a
2025-08-20T21:45:24.5610629Z [00:02:50.610]➜  packagefile strings=/tmp/go-build3243449595/b069/_pkg_.a
2025-08-20T21:45:24.5611057Z [00:02:50.610]➜  packagefile sync=/tmp/go-build3243449595/b034/_pkg_.a
2025-08-20T21:45:24.5611474Z [00:02:50.610]➜  packagefile syscall=/tmp/go-build3243449595/b042/_pkg_.a
2025-08-20T21:45:24.5611891Z [00:02:50.610]➜  packagefile time=/tmp/go-build3243449595/b038/_pkg_.a
2025-08-20T21:45:24.5612338Z [00:02:50.610]➜  packagefile internal/bytealg=/tmp/go-build3243449595/b011/_pkg_.a
2025-08-20T21:45:24.5613126Z [00:02:50.610]➜  packagefile internal/byteorder=/tmp/go-build3243449595/b013/_pkg_.a
2025-08-20T21:45:24.5613862Z [00:02:50.610]➜  packagefile internal/filepathlite=/tmp/go-build3243449595/b057/_pkg_.a
2025-08-20T21:45:24.5614465Z [00:02:50.610]➜  packagefile internal/goarch=/tmp/go-build3243449595/b007/_pkg_.a
2025-08-20T21:45:24.5614942Z [00:02:50.610]➜  packagefile internal/itoa=/tmp/go-build3243449595/b043/_pkg_.a
2025-08-20T21:45:24.5615408Z [00:02:50.610]➜  packagefile internal/poll=/tmp/go-build3243449595/b060/_pkg_.a
2025-08-20T21:45:24.5615914Z [00:02:50.610]➜  packagefile internal/stringslite=/tmp/go-build3243449595/b032/_pkg_.a
2025-08-20T21:45:24.5616452Z [00:02:50.610]➜  packagefile internal/syscall/execenv=/tmp/go-build3243449595/b062/_pkg_.a
2025-08-20T21:45:24.5616989Z [00:02:50.610]➜  packagefile internal/syscall/unix=/tmp/go-build3243449595/b061/_pkg_.a
2025-08-20T21:45:24.5617519Z [00:02:50.610]➜  packagefile internal/testlog=/tmp/go-build3243449595/b063/_pkg_.a
2025-08-20T21:45:24.5618256Z [00:02:50.610]➜  packagefile sync/atomic=/tmp/go-build3243449595/b036/_pkg_.a
2025-08-20T21:45:24.5618726Z [00:02:50.610]➜  packagefile internal/abi=/tmp/go-build3243449595/b006/_pkg_.a
2025-08-20T21:45:24.5619223Z [00:02:50.610]➜  packagefile internal/chacha8rand=/tmp/go-build3243449595/b014/_pkg_.a
2025-08-20T21:45:24.5619753Z [00:02:50.610]➜  packagefile internal/coverage/rtcov=/tmp/go-build3243449595/b015/_pkg_.a
2025-08-20T21:45:24.5620252Z [00:02:50.610]➜  packagefile internal/cpu=/tmp/go-build3243449595/b012/_pkg_.a
2025-08-20T21:45:24.5621071Z [00:02:50.610]➜  packagefile internal/godebugs=/tmp/go-build3243449595/b016/_pkg_.a
2025-08-20T21:45:24.5621593Z [00:02:50.610]➜  packagefile internal/goexperiment=/tmp/go-build3243449595/b017/_pkg_.a
2025-08-20T21:45:24.5622098Z [00:02:50.610]➜  packagefile internal/goos=/tmp/go-build3243449595/b018/_pkg_.a
2025-08-20T21:45:24.5622606Z [00:02:50.610]➜  packagefile internal/profilerecord=/tmp/go-build3243449595/b019/_pkg_.a
2025-08-20T21:45:24.5623146Z [00:02:50.610]➜  packagefile internal/runtime/atomic=/tmp/go-build3243449595/b020/_pkg_.a
2025-08-20T21:45:24.5623684Z [00:02:50.610]➜  packagefile internal/runtime/cgroup=/tmp/go-build3243449595/b021/_pkg_.a
2025-08-20T21:45:24.5624233Z [00:02:50.610]➜  packagefile internal/runtime/exithook=/tmp/go-build3243449595/b025/_pkg_.a
2025-08-20T21:45:24.5624767Z [00:02:50.610]➜  packagefile internal/runtime/gc=/tmp/go-build3243449595/b026/_pkg_.a
2025-08-20T21:45:24.5625284Z [00:02:50.610]➜  packagefile internal/runtime/maps=/tmp/go-build3243449595/b027/_pkg_.a
2025-08-20T21:45:24.5625815Z [00:02:50.610]➜  packagefile internal/runtime/math=/tmp/go-build3243449595/b023/_pkg_.a
2025-08-20T21:45:24.5626351Z [00:02:50.610]➜  packagefile internal/runtime/strconv=/tmp/go-build3243449595/b022/_pkg_.a
2025-08-20T21:45:24.5626884Z [00:02:50.610]➜  packagefile internal/runtime/sys=/tmp/go-build3243449595/b031/_pkg_.a
2025-08-20T21:45:24.5627425Z [00:02:50.610]➜  packagefile internal/runtime/syscall=/tmp/go-build3243449595/b024/_pkg_.a
2025-08-20T21:45:24.5628472Z [00:02:50.610]➜  packagefile internal/trace/tracev2=/tmp/go-build3243449595/b033/_pkg_.a
2025-08-20T21:45:24.5629069Z [00:02:50.610]➜  packagefile internal/reflectlite=/tmp/go-build3243449595/b005/_pkg_.a
2025-08-20T21:45:24.5629574Z [00:02:50.610]➜  packagefile internal/fmtsort=/tmp/go-build3243449595/b049/_pkg_.a
2025-08-20T21:45:24.5630024Z [00:02:50.610]➜  packagefile math=/tmp/go-build3243449595/b051/_pkg_.a
2025-08-20T21:45:24.5630441Z [00:02:50.610]➜  packagefile reflect=/tmp/go-build3243449595/b050/_pkg_.a
2025-08-20T21:45:24.5630878Z [00:02:50.610]➜  packagefile strconv=/tmp/go-build3243449595/b052/_pkg_.a
2025-08-20T21:45:24.5631323Z [00:02:50.610]➜  packagefile unicode/utf8=/tmp/go-build3243449595/b053/_pkg_.a
2025-08-20T21:45:24.5631759Z [00:02:50.610]➜  packagefile bufio=/tmp/go-build3243449595/b067/_pkg_.a
2025-08-20T21:45:24.5632172Z [00:02:50.610]➜  packagefile bytes=/tmp/go-build3243449595/b068/_pkg_.a
2025-08-20T21:45:24.5632720Z [00:02:50.610]➜  packagefile io/ioutil=/tmp/go-build3243449595/b070/_pkg_.a
2025-08-20T21:45:24.5633245Z [00:02:50.610]➜  packagefile log=/tmp/go-build3243449595/b071/_pkg_.a
2025-08-20T21:45:24.5633674Z [00:02:50.610]➜  packagefile log/syslog=/tmp/go-build3243449595/b073/_pkg_.a
2025-08-20T21:45:24.5634109Z [00:02:50.610]➜  packagefile os/exec=/tmp/go-build3243449595/b082/_pkg_.a
2025-08-20T21:45:24.5634529Z [00:02:50.610]➜  packagefile regexp=/tmp/go-build3243449595/b085/_pkg_.a
2025-08-20T21:45:24.5634973Z [00:02:50.610]➜  packagefile text/template=/tmp/go-build3243449595/b088/_pkg_.a
2025-08-20T21:45:24.5635720Z [00:02:50.610]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3243449595/b093/_pkg_.a
2025-08-20T21:45:24.5636372Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/errors=/tmp/go-build3243449595/b095/_pkg_.a
2025-08-20T21:45:24.5637066Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/iface/bind=/tmp/go-build3243449595/b096/_pkg_.a
2025-08-20T21:45:24.5638012Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/iface/configurer=/tmp/go-build3243449595/b333/_pkg_.a
2025-08-20T21:45:24.5638829Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/iface/device=/tmp/go-build3243449595/b355/_pkg_.a
2025-08-20T21:45:24.5639564Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/iface/netstack=/tmp/go-build3243449595/b138/_pkg_.a
2025-08-20T21:45:24.5640290Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/iface/wgaddr=/tmp/go-build3243449595/b098/_pkg_.a
2025-08-20T21:45:24.5641236Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy=/tmp/go-build3243449595/b361/_pkg_.a
2025-08-20T21:45:24.5641918Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/monotime=/tmp/go-build3243449595/b099/_pkg_.a
2025-08-20T21:45:24.5642520Z [00:02:50.610]➜  packagefile github.com/pion/transport/v3=/tmp/go-build3243449595/b203/_pkg_.a
2025-08-20T21:45:24.5643101Z [00:02:50.610]➜  packagefile github.com/vishvananda/netlink=/tmp/go-build3243449595/b204/_pkg_.a
2025-08-20T21:45:24.5643698Z [00:02:50.610]➜  packagefile golang.zx2c4.com/wireguard/device=/tmp/go-build3243449595/b334/_pkg_.a
2025-08-20T21:45:24.5644322Z [00:02:50.610]➜  packagefile golang.zx2c4.com/wireguard/tun/netstack=/tmp/go-build3243449595/b152/_pkg_.a
2025-08-20T21:45:24.5644977Z [00:02:50.610]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/tmp/go-build3243449595/b347/_pkg_.a
2025-08-20T21:45:24.5645525Z [00:02:50.610]➜  packagefile crypto/tls=/tmp/go-build3243449595/b208/_pkg_.a
2025-08-20T21:45:24.5646030Z [00:02:50.610]➜  packagefile github.com/google/uuid=/tmp/go-build3243449595/b101/_pkg_.a
2025-08-20T21:45:24.5646550Z [00:02:50.610]➜  packagefile github.com/miekg/dns=/tmp/go-build3243449595/b398/_pkg_.a
2025-08-20T21:45:24.5647163Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/firewall=/tmp/go-build3243449595/b400/_pkg_.a
2025-08-20T21:45:24.5648093Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/firewall/manager=/tmp/go-build3243449595/b413/_pkg_.a
2025-08-20T21:45:24.5649123Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal/acl=/tmp/go-build3243449595/b453/_pkg_.a
2025-08-20T21:45:24.5649905Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal/dns=/tmp/go-build3243449595/b557/_pkg_.a
2025-08-20T21:45:24.5650643Z [00:02:50.610]➜  packagefile github.com/netbirdio/netbird/client/internal/dnsfwd=/tmp/go-build3243449595/b745/_pkg_.a
2025-08-20T21:45:24.5651404Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/ingressgw=/tmp/go-build3243449595/b567/_pkg_.a
2025-08-20T21:45:24.5652178Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn=/tmp/go-build3243449595/b746/_pkg_.a
2025-08-20T21:45:24.5652978Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn/manager=/tmp/go-build3243449595/b747/_pkg_.a
2025-08-20T21:45:24.5653877Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/listener=/tmp/go-build3243449595/b441/_pkg_.a
2025-08-20T21:45:24.5654724Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow=/tmp/go-build3243449595/b751/_pkg_.a
2025-08-20T21:45:24.5655507Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/types=/tmp/go-build3243449595/b451/_pkg_.a
2025-08-20T21:45:24.5656316Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/networkmonitor=/tmp/go-build3243449595/b760/_pkg_.a
2025-08-20T21:45:24.5657326Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/guard=/tmp/go-build3243449595/b571/_pkg_.a
2025-08-20T21:45:24.5658302Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/ice=/tmp/go-build3243449595/b572/_pkg_.a
2025-08-20T21:45:24.5659080Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/peerstore=/tmp/go-build3243449595/b750/_pkg_.a
2025-08-20T21:45:24.5659841Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/relay=/tmp/go-build3243449595/b575/_pkg_.a
2025-08-20T21:45:24.5660600Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/rosenpass=/tmp/go-build3243449595/b766/_pkg_.a
2025-08-20T21:45:24.5661384Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager=/tmp/go-build3243449595/b788/_pkg_.a
2025-08-20T21:45:24.5662235Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/systemops=/tmp/go-build3243449595/b439/_pkg_.a
2025-08-20T21:45:24.5663299Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/statemanager=/tmp/go-build3243449595/b414/_pkg_.a
2025-08-20T21:45:24.5664072Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/stdnet=/tmp/go-build3243449595/b573/_pkg_.a
2025-08-20T21:45:24.5664745Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/dns=/tmp/go-build3243449595/b565/_pkg_.a
2025-08-20T21:45:24.5665358Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/route=/tmp/go-build3243449595/b428/_pkg_.a
2025-08-20T21:45:24.5666055Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/management/client=/tmp/go-build3243449595/b727/_pkg_.a
2025-08-20T21:45:24.5666854Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/management/client/common=/tmp/go-build3243449595/b794/_pkg_.a
2025-08-20T21:45:24.5667637Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac=/tmp/go-build3243449595/b579/_pkg_.a
2025-08-20T21:45:24.5668620Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/client=/tmp/go-build3243449595/b578/_pkg_.a
2025-08-20T21:45:24.5669351Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/signal/client=/tmp/go-build3243449595/b610/_pkg_.a
2025-08-20T21:45:24.5670226Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/tmp/go-build3243449595/b743/_pkg_.a
2025-08-20T21:45:24.5671060Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/util/net=/tmp/go-build3243449595/b100/_pkg_.a
2025-08-20T21:45:24.5671911Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/util/semaphore-group=/tmp/go-build3243449595/b744/_pkg_.a
2025-08-20T21:45:24.5672591Z [00:02:50.611]➜  packagefile github.com/pion/ice/v3=/tmp/go-build3243449595/b207/_pkg_.a
2025-08-20T21:45:24.5673122Z [00:02:50.611]➜  packagefile github.com/pion/stun/v2=/tmp/go-build3243449595/b283/_pkg_.a
2025-08-20T21:45:24.5673695Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3243449595/b478/_pkg_.a
2025-08-20T21:45:24.5674211Z [00:02:50.611]➜  packagefile net/url=/tmp/go-build3243449595/b090/_pkg_.a
2025-08-20T21:45:24.5674664Z [00:02:50.611]➜  packagefile runtime/debug=/tmp/go-build3243449595/b327/_pkg_.a
2025-08-20T21:45:24.5675123Z [00:02:50.611]➜  packagefile crypto/rand=/tmp/go-build3243449595/b124/_pkg_.a
2025-08-20T21:45:24.5675593Z [00:02:50.611]➜  packagefile crypto/sha256=/tmp/go-build3243449595/b177/_pkg_.a
2025-08-20T21:45:24.5676057Z [00:02:50.611]➜  packagefile crypto/subtle=/tmp/go-build3243449595/b128/_pkg_.a
2025-08-20T21:45:24.5676520Z [00:02:50.611]➜  packagefile crypto/x509=/tmp/go-build3243449595/b247/_pkg_.a
2025-08-20T21:45:24.5676989Z [00:02:50.611]➜  packagefile encoding/base64=/tmp/go-build3243449595/b136/_pkg_.a
2025-08-20T21:45:24.5677464Z [00:02:50.611]➜  packagefile encoding/hex=/tmp/go-build3243449595/b133/_pkg_.a
2025-08-20T21:45:24.5678153Z [00:02:50.611]➜  packagefile encoding/json=/tmp/go-build3243449595/b134/_pkg_.a
2025-08-20T21:45:24.5679010Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/templates=/tmp/go-build3243449595/b796/_pkg_.a
2025-08-20T21:45:24.5679759Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/util/embeddedroots=/tmp/go-build3243449595/b585/_pkg_.a
2025-08-20T21:45:24.5680365Z [00:02:50.611]➜  packagefile golang.org/x/oauth2=/tmp/go-build3243449595/b797/_pkg_.a
2025-08-20T21:45:24.5680862Z [00:02:50.611]➜  packagefile html/template=/tmp/go-build3243449595/b468/_pkg_.a
2025-08-20T21:45:24.5681320Z [00:02:50.611]➜  packagefile net/http=/tmp/go-build3243449595/b305/_pkg_.a
2025-08-20T21:45:24.5681772Z [00:02:50.611]➜  packagefile archive/zip=/tmp/go-build3243449595/b800/_pkg_.a
2025-08-20T21:45:24.5682239Z [00:02:50.611]➜  packagefile compress/gzip=/tmp/go-build3243449595/b306/_pkg_.a
2025-08-20T21:45:24.5682715Z [00:02:50.611]➜  packagefile encoding/binary=/tmp/go-build3243449595/b097/_pkg_.a
2025-08-20T21:45:24.5683239Z [00:02:50.611]➜  packagefile github.com/google/nftables=/tmp/go-build3243449595/b402/_pkg_.a
2025-08-20T21:45:24.5684113Z [00:02:50.611]➜  packagefile github.com/google/nftables/expr=/tmp/go-build3243449595/b404/_pkg_.a
2025-08-20T21:45:24.5684773Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/anonymize=/tmp/go-build3243449595/b801/_pkg_.a
2025-08-20T21:45:24.5685479Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3243449595/b534/_pkg_.a
2025-08-20T21:45:24.5686064Z [00:02:50.611]➜  packagefile runtime/pprof=/tmp/go-build3243449595/b802/_pkg_.a
2025-08-20T21:45:24.5686723Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/conntype=/tmp/go-build3243449595/b568/_pkg_.a
2025-08-20T21:45:24.5687543Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/dispatcher=/tmp/go-build3243449595/b569/_pkg_.a
2025-08-20T21:45:24.5688549Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/id=/tmp/go-build3243449595/b570/_pkg_.a
2025-08-20T21:45:24.5689334Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/peer/worker=/tmp/go-build3243449595/b574/_pkg_.a
2025-08-20T21:45:24.5689980Z [00:02:50.611]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3243449595/b427/_pkg_.a
2025-08-20T21:45:24.5690621Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3243449595/b524/_pkg_.a
2025-08-20T21:45:24.5691596Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/dynamic=/tmp/go-build3243449595/b762/_pkg_.a
2025-08-20T21:45:24.5692388Z [00:02:50.611]➜  packagefile unicode=/tmp/go-build3243449595/b054/_pkg_.a
2025-08-20T21:45:24.5693065Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3243449595/b483/_pkg_.a
2025-08-20T21:45:24.5693771Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3243449595/b504/_pkg_.a
2025-08-20T21:45:24.5694465Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3243449595/b577/_pkg_.a
2025-08-20T21:45:24.5695209Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/firewall/iptables=/tmp/go-build3243449595/b410/_pkg_.a
2025-08-20T21:45:24.5695972Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/firewall/nftables=/tmp/go-build3243449595/b446/_pkg_.a
2025-08-20T21:45:24.5696750Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter=/tmp/go-build3243449595/b447/_pkg_.a
2025-08-20T21:45:24.5697424Z [00:02:50.611]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3243449595/b493/_pkg_.a
2025-08-20T21:45:24.5698284Z [00:02:50.611]➜  packagefile crypto=/tmp/go-build3243449595/b103/_pkg_.a
2025-08-20T21:45:24.5698744Z [00:02:50.611]➜  packagefile crypto/ecdsa=/tmp/go-build3243449595/b216/_pkg_.a
2025-08-20T21:45:24.5699220Z [00:02:50.611]➜  packagefile crypto/elliptic=/tmp/go-build3243449595/b217/_pkg_.a
2025-08-20T21:45:24.5699685Z [00:02:50.611]➜  packagefile crypto/rsa=/tmp/go-build3243449595/b243/_pkg_.a
2025-08-20T21:45:24.5700422Z [00:02:50.611]➜  packagefile encoding/pem=/tmp/go-build3243449595/b250/_pkg_.a
2025-08-20T21:45:24.5700922Z [00:02:50.611]➜  packagefile github.com/creack/pty=/tmp/go-build3243449595/b455/_pkg_.a
2025-08-20T21:45:24.5701459Z [00:02:50.611]➜  packagefile github.com/gliderlabs/ssh=/tmp/go-build3243449595/b456/_pkg_.a
2025-08-20T21:45:24.5702021Z [00:02:50.611]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build3243449595/b461/_pkg_.a
2025-08-20T21:45:24.5702571Z [00:02:50.611]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3243449595/b458/_pkg_.a
2025-08-20T21:45:24.5703080Z [00:02:50.611]➜  packagefile golang.org/x/term=/tmp/go-build3243449595/b462/_pkg_.a
2025-08-20T21:45:24.5703570Z [00:02:50.611]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3243449595/b304/_pkg_.a
2025-08-20T21:45:24.5704264Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/system/detect_cloud=/tmp/go-build3243449595/b729/_pkg_.a
2025-08-20T21:45:24.5705239Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/system/detect_platform=/tmp/go-build3243449595/b730/_pkg_.a
2025-08-20T21:45:24.5705954Z [00:02:50.611]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build3243449595/b732/_pkg_.a
2025-08-20T21:45:24.5706559Z [00:02:50.611]➜  packagefile github.com/zcalusic/sysinfo=/tmp/go-build3243449595/b740/_pkg_.a
2025-08-20T21:45:24.5707110Z [00:02:50.611]➜  packagefile golang.org/x/net/idna=/tmp/go-build3243449595/b430/_pkg_.a
2025-08-20T21:45:24.5707701Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/formatter=/tmp/go-build3243449595/b416/_pkg_.a
2025-08-20T21:45:24.5708640Z [00:02:50.611]➜  packagefile github.com/sirupsen/logrus/hooks/syslog=/tmp/go-build3243449595/b423/_pkg_.a
2025-08-20T21:45:24.5709263Z [00:02:50.611]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3243449595/b424/_pkg_.a
2025-08-20T21:45:24.5709857Z [00:02:50.611]➜  packagefile gopkg.in/natefinch/lumberjack.v2=/tmp/go-build3243449595/b426/_pkg_.a
2025-08-20T21:45:24.5710491Z [00:02:50.611]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3243449595/b560/_pkg_.a
2025-08-20T21:45:24.5711039Z [00:02:50.611]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3243449595/b140/_pkg_.a
2025-08-20T21:45:24.5711526Z [00:02:50.611]➜  packagefile encoding/csv=/tmp/go-build3243449595/b809/_pkg_.a
2025-08-20T21:45:24.5712173Z [00:02:50.611]➜  packagefile flag=/tmp/go-build3243449595/b325/_pkg_.a
2025-08-20T21:45:24.5712730Z [00:02:50.611]➜  packagefile golang.org/x/net/trace=/tmp/go-build3243449595/b466/_pkg_.a
2025-08-20T21:45:24.5713378Z [00:02:50.611]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3243449595/b470/_pkg_.a
2025-08-20T21:45:24.5714039Z [00:02:50.611]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3243449595/b471/_pkg_.a
2025-08-20T21:45:24.5714643Z [00:02:50.611]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3243449595/b495/_pkg_.a
2025-08-20T21:45:24.5715290Z [00:02:50.611]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3243449595/b496/_pkg_.a
2025-08-20T21:45:24.5715923Z [00:02:50.611]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3243449595/b472/_pkg_.a
2025-08-20T21:45:24.5716526Z [00:02:50.611]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3243449595/b474/_pkg_.a
2025-08-20T21:45:24.5717144Z [00:02:50.611]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3243449595/b475/_pkg_.a
2025-08-20T21:45:24.5717939Z [00:02:50.611]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3243449595/b500/_pkg_.a
2025-08-20T21:45:24.5718619Z [00:02:50.611]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3243449595/b502/_pkg_.a
2025-08-20T21:45:24.5719227Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3243449595/b491/_pkg_.a
2025-08-20T21:45:24.5719846Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3243449595/b518/_pkg_.a
2025-08-20T21:45:24.5720769Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3243449595/b519/_pkg_.a
2025-08-20T21:45:24.5721505Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3243449595/b520/_pkg_.a
2025-08-20T21:45:24.5722181Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3243449595/b521/_pkg_.a
2025-08-20T21:45:24.5722845Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3243449595/b473/_pkg_.a
2025-08-20T21:45:24.5723499Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3243449595/b425/_pkg_.a
2025-08-20T21:45:24.5724147Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/grpcrand=/tmp/go-build3243449595/b497/_pkg_.a
2025-08-20T21:45:24.5724800Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3243449595/b529/_pkg_.a
2025-08-20T21:45:24.5725448Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3243449595/b501/_pkg_.a
2025-08-20T21:45:24.5726239Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3243449595/b531/_pkg_.a
2025-08-20T21:45:24.5726879Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3243449595/b532/_pkg_.a
2025-08-20T21:45:24.5727521Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3243449595/b533/_pkg_.a
2025-08-20T21:45:24.5728437Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3243449595/b536/_pkg_.a
2025-08-20T21:45:24.5729165Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3243449595/b538/_pkg_.a
2025-08-20T21:45:24.5729891Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3243449595/b539/_pkg_.a
2025-08-20T21:45:24.5730586Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3243449595/b537/_pkg_.a
2025-08-20T21:45:24.5731258Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3243449595/b528/_pkg_.a
2025-08-20T21:45:24.5731904Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3243449595/b541/_pkg_.a
2025-08-20T21:45:24.5732532Z [00:02:50.611]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3243449595/b547/_pkg_.a
2025-08-20T21:45:24.5733251Z [00:02:50.611]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3243449595/b548/_pkg_.a
2025-08-20T21:45:24.5733999Z [00:02:50.611]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3243449595/b494/_pkg_.a
2025-08-20T21:45:24.5734668Z [00:02:50.611]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3243449595/b552/_pkg_.a
2025-08-20T21:45:24.5735287Z [00:02:50.611]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3243449595/b492/_pkg_.a
2025-08-20T21:45:24.5735878Z [00:02:50.611]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3243449595/b549/_pkg_.a
2025-08-20T21:45:24.5736444Z [00:02:50.611]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3243449595/b550/_pkg_.a
2025-08-20T21:45:24.5737088Z [00:02:50.611]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3243449595/b526/_pkg_.a
2025-08-20T21:45:24.5737686Z [00:02:50.611]➜  packagefile internal/oserror=/tmp/go-build3243449595/b044/_pkg_.a
2025-08-20T21:45:24.5738370Z [00:02:50.611]➜  packagefile internal/godebug=/tmp/go-build3243449595/b039/_pkg_.a
2025-08-20T21:45:24.5738820Z [00:02:50.611]➜  packagefile cmp=/tmp/go-build3243449595/b046/_pkg_.a
2025-08-20T21:45:24.5739350Z [00:02:50.611]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3243449595/b075/_pkg_.a
2025-08-20T21:45:24.5739913Z [00:02:50.611]➜  packagefile internal/nettrace=/tmp/go-build3243449595/b076/_pkg_.a
2025-08-20T21:45:24.5740424Z [00:02:50.611]➜  packagefile internal/singleflight=/tmp/go-build3243449595/b077/_pkg_.a
2025-08-20T21:45:24.5740914Z [00:02:50.611]➜  packagefile math/bits=/tmp/go-build3243449595/b041/_pkg_.a
2025-08-20T21:45:24.5741663Z [00:02:50.611]➜  packagefile unique=/tmp/go-build3243449595/b079/_pkg_.a
2025-08-20T21:45:24.5742084Z [00:02:50.611]➜  packagefile iter=/tmp/go-build3243449595/b047/_pkg_.a
2025-08-20T21:45:24.5742521Z [00:02:50.611]➜  packagefile internal/race=/tmp/go-build3243449595/b030/_pkg_.a
2025-08-20T21:45:24.5742994Z [00:02:50.611]➜  packagefile internal/sync=/tmp/go-build3243449595/b035/_pkg_.a
2025-08-20T21:45:24.5743473Z [00:02:50.611]➜  packagefile internal/synctest=/tmp/go-build3243449595/b037/_pkg_.a
2025-08-20T21:45:24.5743956Z [00:02:50.611]➜  packagefile internal/asan=/tmp/go-build3243449595/b028/_pkg_.a
2025-08-20T21:45:24.5744422Z [00:02:50.611]➜  packagefile internal/msan=/tmp/go-build3243449595/b029/_pkg_.a
2025-08-20T21:45:24.5744924Z [00:02:50.611]➜  packagefile internal/unsafeheader=/tmp/go-build3243449595/b009/_pkg_.a
2025-08-20T21:45:24.5745415Z [00:02:50.611]➜  packagefile log/internal=/tmp/go-build3243449595/b072/_pkg_.a
2025-08-20T21:45:24.5745893Z [00:02:50.611]➜  packagefile regexp/syntax=/tmp/go-build3243449595/b086/_pkg_.a
2025-08-20T21:45:24.5746330Z [00:02:50.611]➜  packagefile maps=/tmp/go-build3243449595/b089/_pkg_.a
2025-08-20T21:45:24.5746797Z [00:02:50.611]➜  packagefile text/template/parse=/tmp/go-build3243449595/b091/_pkg_.a
2025-08-20T21:45:24.5747343Z [00:02:50.611]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3243449595/b094/_pkg_.a
2025-08-20T21:45:24.5748107Z [00:02:50.611]➜  packagefile github.com/pion/logging=/tmp/go-build3243449595/b274/_pkg_.a
2025-08-20T21:45:24.5748812Z [00:02:50.611]➜  packagefile github.com/pion/transport/v3/packetio=/tmp/go-build3243449595/b290/_pkg_.a
2025-08-20T21:45:24.5749444Z [00:02:50.611]➜  packagefile github.com/pion/transport/v3/stdnet=/tmp/go-build3243449595/b285/_pkg_.a
2025-08-20T21:45:24.5750007Z [00:02:50.611]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build3243449595/b146/_pkg_.a
2025-08-20T21:45:24.5750525Z [00:02:50.611]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build3243449595/b150/_pkg_.a
2025-08-20T21:45:24.5751085Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/conn=/tmp/go-build3243449595/b145/_pkg_.a
2025-08-20T21:45:24.5751662Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/ipc=/tmp/go-build3243449595/b341/_pkg_.a
2025-08-20T21:45:24.5752252Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/wgctrl=/tmp/go-build3243449595/b345/_pkg_.a
2025-08-20T21:45:24.5753090Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/sharedsock=/tmp/go-build3243449595/b356/_pkg_.a
2025-08-20T21:45:24.5753875Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/tun=/tmp/go-build3243449595/b144/_pkg_.a
2025-08-20T21:45:24.5754535Z [00:02:50.611]➜  packagefile github.com/things-go/go-socks5=/tmp/go-build3243449595/b141/_pkg_.a
2025-08-20T21:45:24.5755217Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/bind=/tmp/go-build3243449595/b362/_pkg_.a
2025-08-20T21:45:24.5755992Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/ebpf=/tmp/go-build3243449595/b364/_pkg_.a
2025-08-20T21:45:24.5756770Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/udp=/tmp/go-build3243449595/b396/_pkg_.a
2025-08-20T21:45:24.5757447Z [00:02:50.611]➜  packagefile github.com/vishvananda/netlink/nl=/tmp/go-build3243449595/b205/_pkg_.a
2025-08-20T21:45:24.5758332Z [00:02:50.611]➜  packagefile github.com/vishvananda/netns=/tmp/go-build3243449595/b206/_pkg_.a
2025-08-20T21:45:24.5758854Z [00:02:50.611]➜  packagefile container/list=/tmp/go-build3243449595/b185/_pkg_.a
2025-08-20T21:45:24.5759329Z [00:02:50.611]➜  packagefile crypto/cipher=/tmp/go-build3243449595/b126/_pkg_.a
2025-08-20T21:45:24.5759792Z [00:02:50.611]➜  packagefile crypto/hmac=/tmp/go-build3243449595/b233/_pkg_.a
2025-08-20T21:45:24.5760305Z [00:02:50.611]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build3243449595/b335/_pkg_.a
2025-08-20T21:45:24.5760905Z [00:02:50.611]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3243449595/b336/_pkg_.a
2025-08-20T21:45:24.5761789Z [00:02:50.611]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3243449595/b261/_pkg_.a
2025-08-20T21:45:24.5762364Z [00:02:50.611]➜  packagefile golang.org/x/crypto/poly1305=/tmp/go-build3243449595/b340/_pkg_.a
2025-08-20T21:45:24.5762969Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/ratelimiter=/tmp/go-build3243449595/b342/_pkg_.a
2025-08-20T21:45:24.5763590Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/replay=/tmp/go-build3243449595/b343/_pkg_.a
2025-08-20T21:45:24.5764205Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/rwcancel=/tmp/go-build3243449595/b151/_pkg_.a
2025-08-20T21:45:24.5764811Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/tai64n=/tmp/go-build3243449595/b344/_pkg_.a
2025-08-20T21:45:24.5765307Z [00:02:50.611]➜  packagefile hash=/tmp/go-build3243449595/b104/_pkg_.a
2025-08-20T21:45:24.5765809Z [00:02:50.611]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build3243449595/b153/_pkg_.a
2025-08-20T21:45:24.5766397Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build3243449595/b154/_pkg_.a
2025-08-20T21:45:24.5766960Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build3243449595/b170/_pkg_.a
2025-08-20T21:45:24.5767584Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/adapters/gonet=/tmp/go-build3243449595/b171/_pkg_.a
2025-08-20T21:45:24.5768435Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build3243449595/b176/_pkg_.a
2025-08-20T21:45:24.5769080Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/link/channel=/tmp/go-build3243449595/b194/_pkg_.a
2025-08-20T21:45:24.5769734Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv4=/tmp/go-build3243449595/b195/_pkg_.a
2025-08-20T21:45:24.5770393Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv6=/tmp/go-build3243449595/b200/_pkg_.a
2025-08-20T21:45:24.5771020Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build3243449595/b172/_pkg_.a
2025-08-20T21:45:24.5771671Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/icmp=/tmp/go-build3243449595/b202/_pkg_.a
2025-08-20T21:45:24.5772345Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/tmp/go-build3243449595/b183/_pkg_.a
2025-08-20T21:45:24.5773009Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build3243449595/b193/_pkg_.a
2025-08-20T21:45:24.5773800Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build3243449595/b168/_pkg_.a
2025-08-20T21:45:24.5774467Z [00:02:50.611]➜  packagefile crypto/aes=/tmp/go-build3243449595/b209/_pkg_.a
2025-08-20T21:45:24.5774980Z [00:02:50.611]➜  packagefile crypto/des=/tmp/go-build3243449595/b210/_pkg_.a
2025-08-20T21:45:24.5775433Z [00:02:50.611]➜  packagefile crypto/ecdh=/tmp/go-build3243449595/b211/_pkg_.a
2025-08-20T21:45:24.5775898Z [00:02:50.611]➜  packagefile crypto/ed25519=/tmp/go-build3243449595/b228/_pkg_.a
2025-08-20T21:45:24.5776365Z [00:02:50.611]➜  packagefile crypto/hkdf=/tmp/go-build3243449595/b231/_pkg_.a
2025-08-20T21:45:24.5776862Z [00:02:50.611]➜  packagefile crypto/internal/boring=/tmp/go-build3243449595/b125/_pkg_.a
2025-08-20T21:45:24.5777418Z [00:02:50.611]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3243449595/b111/_pkg_.a
2025-08-20T21:45:24.5778225Z [00:02:50.611]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3243449595/b127/_pkg_.a
2025-08-20T21:45:24.5778829Z [00:02:50.611]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3243449595/b234/_pkg_.a
2025-08-20T21:45:24.5779413Z [00:02:50.611]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3243449595/b235/_pkg_.a
2025-08-20T21:45:24.5779989Z [00:02:50.611]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3243449595/b236/_pkg_.a
2025-08-20T21:45:24.5780529Z [00:02:50.611]➜  packagefile crypto/internal/hpke=/tmp/go-build3243449595/b237/_pkg_.a
2025-08-20T21:45:24.5781010Z [00:02:50.611]➜  packagefile crypto/md5=/tmp/go-build3243449595/b102/_pkg_.a
2025-08-20T21:45:24.5781733Z [00:02:50.611]➜  packagefile crypto/rc4=/tmp/go-build3243449595/b242/_pkg_.a
2025-08-20T21:45:24.5782186Z [00:02:50.611]➜  packagefile crypto/sha1=/tmp/go-build3243449595/b131/_pkg_.a
2025-08-20T21:45:24.5782645Z [00:02:50.611]➜  packagefile crypto/sha512=/tmp/go-build3243449595/b224/_pkg_.a
2025-08-20T21:45:24.5783183Z [00:02:50.611]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3243449595/b245/_pkg_.a
2025-08-20T21:45:24.5783828Z [00:02:50.611]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3243449595/b238/_pkg_.a
2025-08-20T21:45:24.5784484Z [00:02:50.611]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3243449595/b225/_pkg_.a
2025-08-20T21:45:24.5784998Z [00:02:50.611]➜  packagefile weak=/tmp/go-build3243449595/b080/_pkg_.a
2025-08-20T21:45:24.5785461Z [00:02:50.611]➜  packagefile database/sql/driver=/tmp/go-build3243449595/b132/_pkg_.a
2025-08-20T21:45:24.5785949Z [00:02:50.611]➜  packagefile encoding/asn1=/tmp/go-build3243449595/b226/_pkg_.a
2025-08-20T21:45:24.5786430Z [00:02:50.611]➜  packagefile encoding/base32=/tmp/go-build3243449595/b399/_pkg_.a
2025-08-20T21:45:24.5786887Z [00:02:50.611]➜  packagefile math/big=/tmp/go-build3243449595/b130/_pkg_.a
2025-08-20T21:45:24.5787421Z [00:02:50.611]➜  packagefile github.com/coreos/go-iptables/iptables=/tmp/go-build3243449595/b401/_pkg_.a
2025-08-20T21:45:24.5788432Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/acl/id=/tmp/go-build3243449595/b437/_pkg_.a
2025-08-20T21:45:24.5789099Z [00:02:50.611]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3243449595/b558/_pkg_.a
2025-08-20T21:45:24.5789659Z [00:02:50.611]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build3243449595/b559/_pkg_.a
2025-08-20T21:45:24.5790212Z [00:02:50.611]➜  packagefile github.com/google/gopacket=/tmp/go-build3243449595/b357/_pkg_.a
2025-08-20T21:45:24.5790795Z [00:02:50.611]➜  packagefile github.com/google/gopacket/layers=/tmp/go-build3243449595/b358/_pkg_.a
2025-08-20T21:45:24.5791430Z [00:02:50.611]➜  packagefile github.com/mitchellh/hashstructure/v2=/tmp/go-build3243449595/b561/_pkg_.a
2025-08-20T21:45:24.5792089Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/configs=/tmp/go-build3243449595/b562/_pkg_.a
2025-08-20T21:45:24.5792822Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/dns/local=/tmp/go-build3243449595/b563/_pkg_.a
2025-08-20T21:45:24.5793782Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/dns/types=/tmp/go-build3243449595/b564/_pkg_.a
2025-08-20T21:45:24.5794683Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf=/tmp/go-build3243449595/b365/_pkg_.a
2025-08-20T21:45:24.5795513Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf/manager=/tmp/go-build3243449595/b395/_pkg_.a
2025-08-20T21:45:24.5796343Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn/activity=/tmp/go-build3243449595/b748/_pkg_.a
2025-08-20T21:45:24.5797208Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/lazyconn/inactivity=/tmp/go-build3243449595/b749/_pkg_.a
2025-08-20T21:45:24.5798237Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/conntrack=/tmp/go-build3243449595/b752/_pkg_.a
2025-08-20T21:45:24.5799130Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/logger=/tmp/go-build3243449595/b756/_pkg_.a
2025-08-20T21:45:24.5799865Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/flow/client=/tmp/go-build3243449595/b758/_pkg_.a
2025-08-20T21:45:24.5800520Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/flow/proto=/tmp/go-build3243449595/b759/_pkg_.a
2025-08-20T21:45:24.5801116Z [00:02:50.611]➜  packagefile github.com/pion/randutil=/tmp/go-build3243449595/b289/_pkg_.a
2025-08-20T21:45:24.5801649Z [00:02:50.611]➜  packagefile github.com/pion/turn/v3=/tmp/go-build3243449595/b293/_pkg_.a
2025-08-20T21:45:24.5802470Z [00:02:50.611]➜  packagefile cunicu.li/go-rosenpass=/tmp/go-build3243449595/b767/_pkg_.a
2025-08-20T21:45:24.5802948Z [00:02:50.611]➜  packagefile log/slog=/tmp/go-build3243449595/b772/_pkg_.a
2025-08-20T21:45:24.5803613Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/client=/tmp/go-build3243449595/b789/_pkg_.a
2025-08-20T21:45:24.5804477Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/common=/tmp/go-build3243449595/b763/_pkg_.a
2025-08-20T21:45:24.5805340Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/fakeip=/tmp/go-build3243449595/b764/_pkg_.a
2025-08-20T21:45:24.5806202Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/iface=/tmp/go-build3243449595/b765/_pkg_.a
2025-08-20T21:45:24.5807069Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/notifier=/tmp/go-build3243449595/b440/_pkg_.a
2025-08-20T21:45:24.5808123Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/refcounter=/tmp/go-build3243449595/b442/_pkg_.a
2025-08-20T21:45:24.5809062Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/server=/tmp/go-build3243449595/b792/_pkg_.a
2025-08-20T21:45:24.5809923Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/vars=/tmp/go-build3243449595/b445/_pkg_.a
2025-08-20T21:45:24.5810754Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routeselector=/tmp/go-build3243449595/b793/_pkg_.a
2025-08-20T21:45:24.5811442Z [00:02:50.611]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build3243449595/b360/_pkg_.a
2025-08-20T21:45:24.5812169Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/sysctl=/tmp/go-build3243449595/b443/_pkg_.a
2025-08-20T21:45:24.5813015Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/util=/tmp/go-build3243449595/b444/_pkg_.a
2025-08-20T21:45:24.5813820Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/tmp/go-build3243449595/b435/_pkg_.a
2025-08-20T21:45:24.5814523Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/encryption=/tmp/go-build3243449595/b611/_pkg_.a
2025-08-20T21:45:24.5815170Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/util/grpc=/tmp/go-build3243449595/b742/_pkg_.a
2025-08-20T21:45:24.5815907Z [00:02:50.611]➜  packagefile encoding/gob=/tmp/go-build3243449595/b252/_pkg_.a
2025-08-20T21:45:24.5816664Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac/v2=/tmp/go-build3243449595/b580/_pkg_.a
2025-08-20T21:45:24.5817518Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer=/tmp/go-build3243449595/b581/_pkg_.a
2025-08-20T21:45:24.5818561Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer/quic=/tmp/go-build3243449595/b582/_pkg_.a
2025-08-20T21:45:24.5819395Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer/ws=/tmp/go-build3243449595/b602/_pkg_.a
2025-08-20T21:45:24.5820178Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/healthcheck=/tmp/go-build3243449595/b608/_pkg_.a
2025-08-20T21:45:24.5820931Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages=/tmp/go-build3243449595/b609/_pkg_.a
2025-08-20T21:45:24.5821563Z [00:02:50.611]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build3243449595/b251/_pkg_.a
2025-08-20T21:45:24.5822191Z [00:02:50.611]➜  packagefile github.com/pion/ice/v3/internal/atomic=/tmp/go-build3243449595/b280/_pkg_.a
2025-08-20T21:45:24.5822837Z [00:02:50.611]➜  packagefile github.com/pion/ice/v3/internal/fakenet=/tmp/go-build3243449595/b281/_pkg_.a
2025-08-20T21:45:24.5823471Z [00:02:50.611]➜  packagefile github.com/pion/ice/v3/internal/stun=/tmp/go-build3243449595/b282/_pkg_.a
2025-08-20T21:45:24.5824060Z [00:02:50.611]➜  packagefile github.com/pion/mdns=/tmp/go-build3243449595/b288/_pkg_.a
2025-08-20T21:45:24.5824871Z [00:02:50.611]➜  packagefile github.com/pion/transport/v3/vnet=/tmp/go-build3243449595/b292/_pkg_.a
2025-08-20T21:45:24.5825489Z [00:02:50.611]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build3243449595/b299/_pkg_.a
2025-08-20T21:45:24.5826063Z [00:02:50.611]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3243449595/b328/_pkg_.a
2025-08-20T21:45:24.5826553Z [00:02:50.611]➜  packagefile hash/crc32=/tmp/go-build3243449595/b287/_pkg_.a
2025-08-20T21:45:24.5826995Z [00:02:50.611]➜  packagefile testing=/tmp/go-build3243449595/b330/_pkg_.a
2025-08-20T21:45:24.5827530Z [00:02:50.611]➜  packagefile github.com/pion/stun/v2/internal/hmac=/tmp/go-build3243449595/b284/_pkg_.a
2025-08-20T21:45:24.5828416Z [00:02:50.611]➜  packagefile github.com/pion/transport/v3/utils/xor=/tmp/go-build3243449595/b286/_pkg_.a
2025-08-20T21:45:24.5829089Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3243449595/b479/_pkg_.a
2025-08-20T21:45:24.5829839Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3243449595/b482/_pkg_.a
2025-08-20T21:45:24.5830558Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3243449595/b480/_pkg_.a
2025-08-20T21:45:24.5831221Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3243449595/b485/_pkg_.a
2025-08-20T21:45:24.5831883Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3243449595/b486/_pkg_.a
2025-08-20T21:45:24.5832547Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3243449595/b487/_pkg_.a
2025-08-20T21:45:24.5833216Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3243449595/b484/_pkg_.a
2025-08-20T21:45:24.5833879Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3243449595/b488/_pkg_.a
2025-08-20T21:45:24.5834577Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3243449595/b489/_pkg_.a
2025-08-20T21:45:24.5835285Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3243449595/b490/_pkg_.a
2025-08-20T21:45:24.5835897Z [00:02:50.611]➜  packagefile crypto/internal/fips140=/tmp/go-build3243449595/b109/_pkg_.a
2025-08-20T21:45:24.5836632Z [00:02:50.611]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3243449595/b106/_pkg_.a
2025-08-20T21:45:24.5837387Z [00:02:50.611]➜  packagefile crypto/internal/fips140only=/tmp/go-build3243449595/b105/_pkg_.a
2025-08-20T21:45:24.5838272Z [00:02:50.611]➜  packagefile crypto/internal/randutil=/tmp/go-build3243449595/b122/_pkg_.a
2025-08-20T21:45:24.5838829Z [00:02:50.611]➜  packagefile crypto/internal/sysrand=/tmp/go-build3243449595/b108/_pkg_.a
2025-08-20T21:45:24.5839400Z [00:02:50.611]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3243449595/b115/_pkg_.a
2025-08-20T21:45:24.5839998Z [00:02:50.611]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3243449595/b120/_pkg_.a
2025-08-20T21:45:24.5840508Z [00:02:50.611]➜  packagefile crypto/dsa=/tmp/go-build3243449595/b248/_pkg_.a
2025-08-20T21:45:24.5840978Z [00:02:50.611]➜  packagefile crypto/x509/pkix=/tmp/go-build3243449595/b249/_pkg_.a
2025-08-20T21:45:24.5841567Z [00:02:50.611]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3243449595/b227/_pkg_.a
2025-08-20T21:45:24.5842135Z [00:02:50.611]➜  packagefile unicode/utf16=/tmp/go-build3243449595/b137/_pkg_.a
2025-08-20T21:45:24.5842586Z [00:02:50.611]➜  packagefile encoding=/tmp/go-build3243449595/b135/_pkg_.a
2025-08-20T21:45:24.5843010Z [00:02:50.611]➜  packagefile embed=/tmp/go-build3243449595/b367/_pkg_.a
2025-08-20T21:45:24.5843507Z [00:02:50.611]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3243449595/b798/_pkg_.a
2025-08-20T21:45:24.5843990Z [00:02:50.611]➜  packagefile html=/tmp/go-build3243449595/b469/_pkg_.a
2025-08-20T21:45:24.5844855Z [00:02:50.611]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b308/_pkg_.a
2025-08-20T21:45:24.5845492Z [00:02:50.611]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3243449595/b315/_pkg_.a
2025-08-20T21:45:24.5846117Z [00:02:50.611]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3243449595/b316/_pkg_.a
2025-08-20T21:45:24.5846710Z [00:02:50.611]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3243449595/b309/_pkg_.a
2025-08-20T21:45:24.5847190Z [00:02:50.611]➜  packagefile mime=/tmp/go-build3243449595/b317/_pkg_.a
2025-08-20T21:45:24.5847636Z [00:02:50.611]➜  packagefile mime/multipart=/tmp/go-build3243449595/b318/_pkg_.a
2025-08-20T21:45:24.5848345Z [00:02:50.611]➜  packagefile net/http/httptrace=/tmp/go-build3243449595/b320/_pkg_.a
2025-08-20T21:45:24.5848896Z [00:02:50.611]➜  packagefile net/http/internal=/tmp/go-build3243449595/b321/_pkg_.a
2025-08-20T21:45:24.5849413Z [00:02:50.611]➜  packagefile net/http/internal/ascii=/tmp/go-build3243449595/b322/_pkg_.a
2025-08-20T21:45:24.5849981Z [00:02:50.611]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3243449595/b323/_pkg_.a
2025-08-20T21:45:24.5850501Z [00:02:50.611]➜  packagefile net/textproto=/tmp/go-build3243449595/b314/_pkg_.a
2025-08-20T21:45:24.5850969Z [00:02:50.611]➜  packagefile compress/flate=/tmp/go-build3243449595/b307/_pkg_.a
2025-08-20T21:45:24.5851532Z [00:02:50.611]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build3243449595/b403/_pkg_.a
2025-08-20T21:45:24.5852233Z [00:02:50.611]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/tmp/go-build3243449595/b405/_pkg_.a
2025-08-20T21:45:24.5852912Z [00:02:50.611]➜  packagefile github.com/google/nftables/userdata=/tmp/go-build3243449595/b408/_pkg_.a
2025-08-20T21:45:24.5853504Z [00:02:50.611]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build3243449595/b350/_pkg_.a
2025-08-20T21:45:24.5854091Z [00:02:50.611]➜  packagefile github.com/mdlayher/netlink/nltest=/tmp/go-build3243449595/b409/_pkg_.a
2025-08-20T21:45:24.5854691Z [00:02:50.611]➜  packagefile github.com/google/nftables/xt=/tmp/go-build3243449595/b406/_pkg_.a
2025-08-20T21:45:24.5855350Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3243449595/b535/_pkg_.a
2025-08-20T21:45:24.5856058Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3243449595/b505/_pkg_.a
2025-08-20T21:45:24.5856930Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3243449595/b514/_pkg_.a
2025-08-20T21:45:24.5857621Z [00:02:50.611]➜  packagefile text/tabwriter=/tmp/go-build3243449595/b387/_pkg_.a
2025-08-20T21:45:24.5858426Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3243449595/b511/_pkg_.a
2025-08-20T21:45:24.5859107Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3243449595/b512/_pkg_.a
2025-08-20T21:45:24.5859780Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3243449595/b516/_pkg_.a
2025-08-20T21:45:24.5860476Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3243449595/b517/_pkg_.a
2025-08-20T21:45:24.5861080Z [00:02:50.611]➜  packagefile github.com/nadoo/ipset=/tmp/go-build3243449595/b411/_pkg_.a
2025-08-20T21:45:24.5861816Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/ipfwdstate=/tmp/go-build3243449595/b438/_pkg_.a
2025-08-20T21:45:24.5862690Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/common=/tmp/go-build3243449595/b448/_pkg_.a
2025-08-20T21:45:24.5863541Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/conntrack=/tmp/go-build3243449595/b449/_pkg_.a
2025-08-20T21:45:24.5864400Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/forwarder=/tmp/go-build3243449595/b452/_pkg_.a
2025-08-20T21:45:24.5865231Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/firewall/uspfilter/log=/tmp/go-build3243449595/b450/_pkg_.a
2025-08-20T21:45:24.5866149Z [00:02:50.611]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3243449595/b218/_pkg_.a
2025-08-20T21:45:24.5866735Z [00:02:50.611]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3243449595/b219/_pkg_.a
2025-08-20T21:45:24.5867321Z [00:02:50.611]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3243449595/b213/_pkg_.a
2025-08-20T21:45:24.5868105Z [00:02:50.611]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3243449595/b221/_pkg_.a
2025-08-20T21:45:24.5868748Z [00:02:50.611]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3243449595/b222/_pkg_.a
2025-08-20T21:45:24.5869261Z [00:02:50.611]➜  packagefile math/rand/v2=/tmp/go-build3243449595/b123/_pkg_.a
2025-08-20T21:45:24.5869790Z [00:02:50.611]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3243449595/b220/_pkg_.a
2025-08-20T21:45:24.5870366Z [00:02:50.611]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3243449595/b244/_pkg_.a
2025-08-20T21:45:24.5870937Z [00:02:50.611]➜  packagefile github.com/anmitsu/go-shlex=/tmp/go-build3243449595/b457/_pkg_.a
2025-08-20T21:45:24.5871502Z [00:02:50.611]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3243449595/b337/_pkg_.a
2025-08-20T21:45:24.5872105Z [00:02:50.611]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3243449595/b339/_pkg_.a
2025-08-20T21:45:24.5872773Z [00:02:50.611]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3243449595/b459/_pkg_.a
2025-08-20T21:45:24.5873427Z [00:02:50.611]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build3243449595/b733/_pkg_.a
2025-08-20T21:45:24.5874080Z [00:02:50.611]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3243449595/b734/_pkg_.a
2025-08-20T21:45:24.5874726Z [00:02:50.611]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3243449595/b738/_pkg_.a
2025-08-20T21:45:24.5875328Z [00:02:50.611]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build3243449595/b739/_pkg_.a
2025-08-20T21:45:24.5875932Z [00:02:50.611]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3243449595/b736/_pkg_.a
2025-08-20T21:45:24.5876529Z [00:02:50.611]➜  packagefile github.com/zcalusic/sysinfo/cpuid=/tmp/go-build3243449595/b741/_pkg_.a
2025-08-20T21:45:24.5877134Z [00:02:50.611]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3243449595/b431/_pkg_.a
2025-08-20T21:45:24.5878046Z [00:02:50.611]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3243449595/b433/_pkg_.a
2025-08-20T21:45:24.5878796Z [00:02:50.611]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3243449595/b434/_pkg_.a
2025-08-20T21:45:24.5879503Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/tmp/go-build3243449595/b417/_pkg_.a
2025-08-20T21:45:24.5880199Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/formatter/logcat=/tmp/go-build3243449595/b419/_pkg_.a
2025-08-20T21:45:24.5880898Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/formatter/syslog=/tmp/go-build3243449595/b421/_pkg_.a
2025-08-20T21:45:24.5881588Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/formatter/txt=/tmp/go-build3243449595/b422/_pkg_.a
2025-08-20T21:45:24.5882240Z [00:02:50.611]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3243449595/b467/_pkg_.a
2025-08-20T21:45:24.5882856Z [00:02:50.611]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3243449595/b476/_pkg_.a
2025-08-20T21:45:24.5883501Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3243449595/b477/_pkg_.a
2025-08-20T21:45:24.5884157Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3243449595/b503/_pkg_.a
2025-08-20T21:45:24.5884841Z [00:02:50.611]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3243449595/b522/_pkg_.a
2025-08-20T21:45:24.5885515Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3243449595/b530/_pkg_.a
2025-08-20T21:45:24.5886468Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3243449595/b540/_pkg_.a
2025-08-20T21:45:24.5887191Z [00:02:50.611]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3243449595/b527/_pkg_.a
2025-08-20T21:45:24.5887939Z [00:02:50.611]➜  packagefile golang.org/x/net/http2=/tmp/go-build3243449595/b542/_pkg_.a
2025-08-20T21:45:24.5888556Z [00:02:50.611]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3243449595/b544/_pkg_.a
2025-08-20T21:45:24.5889168Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3243449595/b546/_pkg_.a
2025-08-20T21:45:24.5889735Z [00:02:50.611]➜  packagefile net/http/httputil=/tmp/go-build3243449595/b551/_pkg_.a
2025-08-20T21:45:24.5890336Z [00:02:50.611]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3243449595/b553/_pkg_.a
2025-08-20T21:45:24.5890908Z [00:02:50.611]➜  packagefile internal/bisect=/tmp/go-build3243449595/b040/_pkg_.a
2025-08-20T21:45:24.5891482Z [00:02:50.611]➜  packagefile github.com/pion/transport/v3/deadline=/tmp/go-build3243449595/b291/_pkg_.a
2025-08-20T21:45:24.5892055Z [00:02:50.611]➜  packagefile golang.org/x/net/bpf=/tmp/go-build3243449595/b147/_pkg_.a
2025-08-20T21:45:24.5892606Z [00:02:50.611]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build3243449595/b148/_pkg_.a
2025-08-20T21:45:24.5893198Z [00:02:50.611]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build3243449595/b149/_pkg_.a
2025-08-20T21:45:24.5893887Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wginternal=/tmp/go-build3243449595/b346/_pkg_.a
2025-08-20T21:45:24.5894633Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wglinux=/tmp/go-build3243449595/b348/_pkg_.a
2025-08-20T21:45:24.5895362Z [00:02:50.611]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/internal/wguser=/tmp/go-build3243449595/b354/_pkg_.a
2025-08-20T21:45:24.5896036Z [00:02:50.611]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build3243449595/b359/_pkg_.a
2025-08-20T21:45:24.5896635Z [00:02:50.611]➜  packagefile github.com/mdlayher/socket=/tmp/go-build3243449595/b352/_pkg_.a
2025-08-20T21:45:24.5897192Z [00:02:50.611]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3243449595/b353/_pkg_.a
2025-08-20T21:45:24.5898045Z [00:02:50.611]➜  packagefile github.com/things-go/go-socks5/bufferpool=/tmp/go-build3243449595/b142/_pkg_.a
2025-08-20T21:45:24.5898960Z [00:02:50.611]➜  packagefile github.com/things-go/go-socks5/statute=/tmp/go-build3243449595/b143/_pkg_.a
2025-08-20T21:45:24.5899826Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/iface/wgproxy/listener=/tmp/go-build3243449595/b363/_pkg_.a
2025-08-20T21:45:24.5900575Z [00:02:50.611]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3243449595/b112/_pkg_.a
2025-08-20T21:45:24.5901151Z [00:02:50.611]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3243449595/b114/_pkg_.a
2025-08-20T21:45:24.5901757Z [00:02:50.611]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3243449595/b338/_pkg_.a
2025-08-20T21:45:24.5902373Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build3243449595/b155/_pkg_.a
2025-08-20T21:45:24.5902953Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/bits=/tmp/go-build3243449595/b165/_pkg_.a
2025-08-20T21:45:24.5903513Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build3243449595/b166/_pkg_.a
2025-08-20T21:45:24.5904071Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build3243449595/b163/_pkg_.a
2025-08-20T21:45:24.5904630Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build3243449595/b161/_pkg_.a
2025-08-20T21:45:24.5905221Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build3243449595/b169/_pkg_.a
2025-08-20T21:45:24.5905797Z [00:02:50.611]➜  packagefile github.com/google/btree=/tmp/go-build3243449595/b178/_pkg_.a
2025-08-20T21:45:24.5906374Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build3243449595/b179/_pkg_.a
2025-08-20T21:45:24.5907295Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build3243449595/b187/_pkg_.a
2025-08-20T21:45:24.5908143Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/hash=/tmp/go-build3243449595/b196/_pkg_.a
2025-08-20T21:45:24.5908943Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation=/tmp/go-build3243449595/b197/_pkg_.a
2025-08-20T21:45:24.5909706Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/ip=/tmp/go-build3243449595/b198/_pkg_.a
2025-08-20T21:45:24.5910455Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast=/tmp/go-build3243449595/b199/_pkg_.a
2025-08-20T21:45:24.5911046Z [00:02:50.611]➜  packagefile hash/fnv=/tmp/go-build3243449595/b201/_pkg_.a
2025-08-20T21:45:24.5911525Z [00:02:50.611]➜  packagefile golang.org/x/time/rate=/tmp/go-build3243449595/b159/_pkg_.a
2025-08-20T21:45:24.5912070Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build3243449595/b158/_pkg_.a
2025-08-20T21:45:24.5912619Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build3243449595/b173/_pkg_.a
2025-08-20T21:45:24.5913206Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/sync/locking=/tmp/go-build3243449595/b174/_pkg_.a
2025-08-20T21:45:24.5913842Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/hash/jenkins=/tmp/go-build3243449595/b175/_pkg_.a
2025-08-20T21:45:24.5914499Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/internal/tcp=/tmp/go-build3243449595/b180/_pkg_.a
2025-08-20T21:45:24.5915137Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build3243449595/b181/_pkg_.a
2025-08-20T21:45:24.5915819Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack=/tmp/go-build3243449595/b182/_pkg_.a
2025-08-20T21:45:24.5916515Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build3243449595/b189/_pkg_.a
2025-08-20T21:45:24.5917237Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build3243449595/b190/_pkg_.a
2025-08-20T21:45:24.5918094Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build3243449595/b188/_pkg_.a
2025-08-20T21:45:24.5918720Z [00:02:50.611]➜  packagefile container/heap=/tmp/go-build3243449595/b184/_pkg_.a
2025-08-20T21:45:24.5919432Z [00:02:50.611]➜  packagefile gvisor.dev/gvisor/pkg/sleep=/tmp/go-build3243449595/b186/_pkg_.a
2025-08-20T21:45:24.5920134Z [00:02:50.611]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3243449595/b212/_pkg_.a
2025-08-20T21:45:24.5920824Z [00:02:50.611]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3243449595/b215/_pkg_.a
2025-08-20T21:45:24.5921455Z [00:02:50.611]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3243449595/b229/_pkg_.a
2025-08-20T21:45:24.5922041Z [00:02:50.611]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3243449595/b232/_pkg_.a
2025-08-20T21:45:24.5922621Z [00:02:50.611]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3243449595/b129/_pkg_.a
2025-08-20T21:45:24.5923191Z [00:02:50.611]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3243449595/b113/_pkg_.a
2025-08-20T21:45:24.5923804Z [00:02:50.611]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3243449595/b116/_pkg_.a
2025-08-20T21:45:24.5924433Z [00:02:50.611]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3243449595/b117/_pkg_.a
2025-08-20T21:45:24.5925051Z [00:02:50.611]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3243449595/b110/_pkg_.a
2025-08-20T21:45:24.5925620Z [00:02:50.611]➜  packagefile crypto/internal/impl=/tmp/go-build3243449595/b118/_pkg_.a
2025-08-20T21:45:24.5926169Z [00:02:50.611]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3243449595/b119/_pkg_.a
2025-08-20T21:45:24.5926749Z [00:02:50.611]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3243449595/b121/_pkg_.a
2025-08-20T21:45:24.5927513Z [00:02:50.611]➜  packagefile crypto/fips140=/tmp/go-build3243449595/b246/_pkg_.a
2025-08-20T21:45:24.5928283Z [00:02:50.611]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3243449595/b239/_pkg_.a
2025-08-20T21:45:24.5928939Z [00:02:50.611]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3243449595/b240/_pkg_.a
2025-08-20T21:45:24.5929623Z [00:02:50.611]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3243449595/b241/_pkg_.a
2025-08-20T21:45:24.5930360Z [00:02:50.611]➜  packagefile github.com/netbirdio/netbird/client/internal/ebpf/ebpf=/tmp/go-build3243449595/b366/_pkg_.a
2025-08-20T21:45:24.5931019Z [00:02:50.611]➜  packagefile github.com/ti-mo/conntrack=/tmp/go-build3243449595/b753/_pkg_.a
2025-08-20T21:45:24.5931570Z [00:02:50.612]➜  packagefile github.com/ti-mo/netfilter=/tmp/go-build3243449595/b755/_pkg_.a
2025-08-20T21:45:24.5932257Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/client/internal/netflow/store=/tmp/go-build3243449595/b757/_pkg_.a
2025-08-20T21:45:24.5933005Z [00:02:50.612]➜  packagefile github.com/pion/turn/v3/internal/allocation=/tmp/go-build3243449595/b294/_pkg_.a
2025-08-20T21:45:24.5933672Z [00:02:50.612]➜  packagefile github.com/pion/turn/v3/internal/client=/tmp/go-build3243449595/b297/_pkg_.a
2025-08-20T21:45:24.5934339Z [00:02:50.612]➜  packagefile github.com/pion/turn/v3/internal/proto=/tmp/go-build3243449595/b296/_pkg_.a
2025-08-20T21:45:24.5934990Z [00:02:50.612]➜  packagefile github.com/pion/turn/v3/internal/server=/tmp/go-build3243449595/b298/_pkg_.a
2025-08-20T21:45:24.5935631Z [00:02:50.612]➜  packagefile cunicu.li/go-rosenpass/internal/ebpf=/tmp/go-build3243449595/b768/_pkg_.a
2025-08-20T21:45:24.5936248Z [00:02:50.612]➜  packagefile cunicu.li/go-rosenpass/internal/net=/tmp/go-build3243449595/b769/_pkg_.a
2025-08-20T21:45:24.5936849Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/kem=/tmp/go-build3243449595/b775/_pkg_.a
2025-08-20T21:45:24.5937511Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/kem/kyber/kyber512=/tmp/go-build3243449595/b776/_pkg_.a
2025-08-20T21:45:24.5938552Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/kem/mceliece/mceliece460896=/tmp/go-build3243449595/b783/_pkg_.a
2025-08-20T21:45:24.5939221Z [00:02:50.612]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3243449595/b724/_pkg_.a
2025-08-20T21:45:24.5939953Z [00:02:50.612]➜  packagefile log/slog/internal=/tmp/go-build3243449595/b773/_pkg_.a
2025-08-20T21:45:24.5940629Z [00:02:50.612]➜  packagefile log/slog/internal/buffer=/tmp/go-build3243449595/b774/_pkg_.a
2025-08-20T21:45:24.5941436Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/dnsinterceptor=/tmp/go-build3243449595/b790/_pkg_.a
2025-08-20T21:45:24.5942336Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/client/internal/routemanager/static=/tmp/go-build3243449595/b791/_pkg_.a
2025-08-20T21:45:24.5943162Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/shared/management/operations=/tmp/go-build3243449595/b436/_pkg_.a
2025-08-20T21:45:24.5943867Z [00:02:50.612]➜  packagefile github.com/caddyserver/certmagic=/tmp/go-build3243449595/b612/_pkg_.a
2025-08-20T21:45:24.5944470Z [00:02:50.612]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build3243449595/b639/_pkg_.a
2025-08-20T21:45:24.5945042Z [00:02:50.612]➜  packagefile github.com/libdns/route53=/tmp/go-build3243449595/b643/_pkg_.a
2025-08-20T21:45:24.5945556Z [00:02:50.612]➜  packagefile go.uber.org/zap=/tmp/go-build3243449595/b618/_pkg_.a
2025-08-20T21:45:24.5946065Z [00:02:50.612]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3243449595/b621/_pkg_.a
2025-08-20T21:45:24.5946597Z [00:02:50.612]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3243449595/b721/_pkg_.a
2025-08-20T21:45:24.5947176Z [00:02:50.612]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build3243449595/b722/_pkg_.a
2025-08-20T21:45:24.5947908Z [00:02:50.612]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build3243449595/b723/_pkg_.a
2025-08-20T21:45:24.5948748Z [00:02:50.612]➜  packagefile internal/saferio=/tmp/go-build3243449595/b253/_pkg_.a
2025-08-20T21:45:24.5949422Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/shared/relay/client/dialer/net=/tmp/go-build3243449595/b583/_pkg_.a
2025-08-20T21:45:24.5950178Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/shared/relay/tls=/tmp/go-build3243449595/b584/_pkg_.a
2025-08-20T21:45:24.5950803Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build3243449595/b586/_pkg_.a
2025-08-20T21:45:24.5951365Z [00:02:50.612]➜  packagefile github.com/coder/websocket=/tmp/go-build3243449595/b603/_pkg_.a
2025-08-20T21:45:24.5951979Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/shared/relay=/tmp/go-build3243449595/b607/_pkg_.a
2025-08-20T21:45:24.5952665Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite=/tmp/go-build3243449595/b254/_pkg_.a
2025-08-20T21:45:24.5953385Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build3243449595/b255/_pkg_.a
2025-08-20T21:45:24.5954086Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/internal/closer=/tmp/go-build3243449595/b273/_pkg_.a
2025-08-20T21:45:24.5954793Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build3243449595/b266/_pkg_.a
2025-08-20T21:45:24.5955517Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build3243449595/b260/_pkg_.a
2025-08-20T21:45:24.5956320Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build3243449595/b267/_pkg_.a
2025-08-20T21:45:24.5957033Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build3243449595/b259/_pkg_.a
2025-08-20T21:45:24.5957847Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build3243449595/b269/_pkg_.a
2025-08-20T21:45:24.5958580Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build3243449595/b262/_pkg_.a
2025-08-20T21:45:24.5959236Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build3243449595/b264/_pkg_.a
2025-08-20T21:45:24.5959926Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build3243449595/b270/_pkg_.a
2025-08-20T21:45:24.5960632Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build3243449595/b265/_pkg_.a
2025-08-20T21:45:24.5961462Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build3243449595/b263/_pkg_.a
2025-08-20T21:45:24.5962211Z [00:02:50.612]➜  packagefile github.com/pion/transport/v2/connctx=/tmp/go-build3243449595/b275/_pkg_.a
2025-08-20T21:45:24.5962849Z [00:02:50.612]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build3243449595/b276/_pkg_.a
2025-08-20T21:45:24.5963510Z [00:02:50.612]➜  packagefile github.com/pion/transport/v2/replaydetector=/tmp/go-build3243449595/b277/_pkg_.a
2025-08-20T21:45:24.5964308Z [00:02:50.612]➜  packagefile github.com/pion/transport/v2/udp=/tmp/go-build3243449595/b278/_pkg_.a
2025-08-20T21:45:24.5964918Z [00:02:50.612]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build3243449595/b300/_pkg_.a
2025-08-20T21:45:24.5965516Z [00:02:50.612]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3243449595/b329/_pkg_.a
2025-08-20T21:45:24.5966050Z [00:02:50.612]➜  packagefile internal/sysinfo=/tmp/go-build3243449595/b331/_pkg_.a
2025-08-20T21:45:24.5966534Z [00:02:50.612]➜  packagefile runtime/trace=/tmp/go-build3243449595/b332/_pkg_.a
2025-08-20T21:45:24.5967121Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3243449595/b481/_pkg_.a
2025-08-20T21:45:24.5967672Z [00:02:50.612]➜  packagefile go/token=/tmp/go-build3243449595/b382/_pkg_.a
2025-08-20T21:45:24.5968347Z [00:02:50.612]➜  packagefile crypto/internal/entropy=/tmp/go-build3243449595/b107/_pkg_.a
2025-08-20T21:45:24.5968955Z [00:02:50.612]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3243449595/b310/_pkg_.a
2025-08-20T21:45:24.5969789Z [00:02:50.612]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3243449595/b312/_pkg_.a
2025-08-20T21:45:24.5970421Z [00:02:50.612]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3243449595/b313/_pkg_.a
2025-08-20T21:45:24.5970993Z [00:02:50.612]➜  packagefile mime/quotedprintable=/tmp/go-build3243449595/b319/_pkg_.a
2025-08-20T21:45:24.5971569Z [00:02:50.612]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build3243449595/b351/_pkg_.a
2025-08-20T21:45:24.5972207Z [00:02:50.612]➜  packagefile github.com/google/nftables/alignedbuff=/tmp/go-build3243449595/b407/_pkg_.a
2025-08-20T21:45:24.5972872Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3243449595/b506/_pkg_.a
2025-08-20T21:45:24.5973560Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3243449595/b507/_pkg_.a
2025-08-20T21:45:24.5974283Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3243449595/b508/_pkg_.a
2025-08-20T21:45:24.5975042Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3243449595/b509/_pkg_.a
2025-08-20T21:45:24.5975760Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3243449595/b513/_pkg_.a
2025-08-20T21:45:24.5976471Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3243449595/b515/_pkg_.a
2025-08-20T21:45:24.5977267Z [00:02:50.612]➜  packagefile github.com/nadoo/ipset/internal/netlink=/tmp/go-build3243449595/b412/_pkg_.a
2025-08-20T21:45:24.5978215Z [00:02:50.612]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3243449595/b214/_pkg_.a
2025-08-20T21:45:24.5978808Z [00:02:50.612]➜  packagefile crypto/sha3=/tmp/go-build3243449595/b223/_pkg_.a
2025-08-20T21:45:24.5979329Z [00:02:50.612]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3243449595/b460/_pkg_.a
2025-08-20T21:45:24.5979944Z [00:02:50.612]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build3243449595/b735/_pkg_.a
2025-08-20T21:45:24.5980535Z [00:02:50.612]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build3243449595/b737/_pkg_.a
2025-08-20T21:45:24.5981097Z [00:02:50.612]➜  packagefile golang.org/x/text/transform=/tmp/go-build3243449595/b432/_pkg_.a
2025-08-20T21:45:24.5981829Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/shared/context=/tmp/go-build3243449595/b418/_pkg_.a
2025-08-20T21:45:24.5982591Z [00:02:50.612]➜  packagefile github.com/netbirdio/netbird/formatter/levels=/tmp/go-build3243449595/b420/_pkg_.a
2025-08-20T21:45:24.5983223Z [00:02:50.612]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3243449595/b543/_pkg_.a
2025-08-20T21:45:24.5983831Z [00:02:50.612]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3243449595/b545/_pkg_.a
2025-08-20T21:45:24.5984487Z [00:02:50.612]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3243449595/b554/_pkg_.a
2025-08-20T21:45:24.5985309Z [00:02:50.612]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3243449595/b555/_pkg_.a
2025-08-20T21:45:24.5986025Z [00:02:50.612]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3243449595/b556/_pkg_.a
2025-08-20T21:45:24.5986686Z [00:02:50.612]➜  packagefile github.com/mdlayher/genetlink=/tmp/go-build3243449595/b349/_pkg_.a
2025-08-20T21:45:24.5987229Z [00:02:50.612]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3243449595/b156/_pkg_.a
2025-08-20T21:45:24.5987949Z [00:02:50.612]➜  packagefile gvisor.dev/gvisor/pkg/cpuid=/tmp/go-build3243449595/b157/_pkg_.a
2025-08-20T21:45:24.5988590Z [00:02:50.612]➜  packagefile gvisor.dev/gvisor/pkg/context=/tmp/go-build3243449595/b167/_pkg_.a
2025-08-20T21:45:24.5989179Z [00:02:50.612]➜  packagefile gvisor.dev/gvisor/pkg/state/wire=/tmp/go-build3243449595/b164/_pkg_.a
2025-08-20T21:45:24.5989763Z [00:02:50.612]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build3243449595/b162/_pkg_.a
2025-08-20T21:45:24.5990553Z [00:02:50.612]➜  packagefile gvisor.dev/gvisor/pkg/linewriter=/tmp/go-build3243449595/b160/_pkg_.a
2025-08-20T21:45:24.5991240Z [00:02:50.612]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop=/tmp/go-build3243449595/b191/_pkg_.a
2025-08-20T21:45:24.5991963Z [00:02:50.612]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/packet=/tmp/go-build3243449595/b192/_pkg_.a
2025-08-20T21:45:24.5992636Z [00:02:50.612]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3243449595/b230/_pkg_.a
2025-08-20T21:45:24.5993215Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf=/tmp/go-build3243449595/b368/_pkg_.a
2025-08-20T21:45:24.5993761Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/link=/tmp/go-build3243449595/b393/_pkg_.a
2025-08-20T21:45:24.5994328Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/rlimit=/tmp/go-build3243449595/b394/_pkg_.a
2025-08-20T21:45:24.5994868Z [00:02:50.612]➜  packagefile github.com/pkg/errors=/tmp/go-build3243449595/b754/_pkg_.a
2025-08-20T21:45:24.5995463Z [00:02:50.612]➜  packagefile github.com/pion/turn/v3/internal/ipnet=/tmp/go-build3243449595/b295/_pkg_.a
2025-08-20T21:45:24.5996054Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/asm=/tmp/go-build3243449595/b374/_pkg_.a
2025-08-20T21:45:24.5996616Z [00:02:50.612]➜  packagefile github.com/gopacket/gopacket=/tmp/go-build3243449595/b770/_pkg_.a
2025-08-20T21:45:24.5997324Z [00:02:50.612]➜  packagefile github.com/gopacket/gopacket/layers=/tmp/go-build3243449595/b771/_pkg_.a
2025-08-20T21:45:24.5998356Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3243449595/b777/_pkg_.a
2025-08-20T21:45:24.5999108Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber512=/tmp/go-build3243449595/b778/_pkg_.a
2025-08-20T21:45:24.5999794Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/internal/nist=/tmp/go-build3243449595/b784/_pkg_.a
2025-08-20T21:45:24.6000489Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/kem/mceliece/internal=/tmp/go-build3243449595/b785/_pkg_.a
2025-08-20T21:45:24.6001182Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/math/gf2e13=/tmp/go-build3243449595/b787/_pkg_.a
2025-08-20T21:45:24.6001795Z [00:02:50.612]➜  packagefile github.com/caddyserver/zerossl=/tmp/go-build3243449595/b613/_pkg_.a
2025-08-20T21:45:24.6002381Z [00:02:50.612]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3243449595/b614/_pkg_.a
2025-08-20T21:45:24.6002935Z [00:02:50.612]➜  packagefile github.com/libdns/libdns=/tmp/go-build3243449595/b615/_pkg_.a
2025-08-20T21:45:24.6003482Z [00:02:50.612]➜  packagefile github.com/mholt/acmez/v2=/tmp/go-build3243449595/b616/_pkg_.a
2025-08-20T21:45:24.6004049Z [00:02:50.612]➜  packagefile github.com/mholt/acmez/v2/acme=/tmp/go-build3243449595/b617/_pkg_.a
2025-08-20T21:45:24.6004602Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3=/tmp/go-build3243449595/b628/_pkg_.a
2025-08-20T21:45:24.6005131Z [00:02:50.612]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3243449595/b638/_pkg_.a
2025-08-20T21:45:24.6005952Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/tmp/go-build3243449595/b640/_pkg_.a
2025-08-20T21:45:24.6006585Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3243449595/b644/_pkg_.a
2025-08-20T21:45:24.6007183Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3243449595/b661/_pkg_.a
2025-08-20T21:45:24.6007933Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3243449595/b667/_pkg_.a
2025-08-20T21:45:24.6008615Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3243449595/b669/_pkg_.a
2025-08-20T21:45:24.6009272Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53=/tmp/go-build3243449595/b715/_pkg_.a
2025-08-20T21:45:24.6009963Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/types=/tmp/go-build3243449595/b717/_pkg_.a
2025-08-20T21:45:24.6010810Z [00:02:50.612]➜  packagefile go.uber.org/multierr=/tmp/go-build3243449595/b619/_pkg_.a
2025-08-20T21:45:24.6011332Z [00:02:50.612]➜  packagefile go.uber.org/zap/internal=/tmp/go-build3243449595/b620/_pkg_.a
2025-08-20T21:45:24.6011908Z [00:02:50.612]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3243449595/b624/_pkg_.a
2025-08-20T21:45:24.6012501Z [00:02:50.612]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3243449595/b623/_pkg_.a
2025-08-20T21:45:24.6013095Z [00:02:50.612]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build3243449595/b627/_pkg_.a
2025-08-20T21:45:24.6013655Z [00:02:50.612]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3243449595/b622/_pkg_.a
2025-08-20T21:45:24.6014199Z [00:02:50.612]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build3243449595/b625/_pkg_.a
2025-08-20T21:45:24.6014765Z [00:02:50.612]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build3243449595/b626/_pkg_.a
2025-08-20T21:45:24.6015351Z [00:02:50.612]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build3243449595/b725/_pkg_.a
2025-08-20T21:45:24.6015969Z [00:02:50.612]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build3243449595/b726/_pkg_.a
2025-08-20T21:45:24.6016624Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/ackhandler=/tmp/go-build3243449595/b587/_pkg_.a
2025-08-20T21:45:24.6017442Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/flowcontrol=/tmp/go-build3243449595/b596/_pkg_.a
2025-08-20T21:45:24.6018581Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/handshake=/tmp/go-build3243449595/b597/_pkg_.a
2025-08-20T21:45:24.6019328Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build3243449595/b589/_pkg_.a
2025-08-20T21:45:24.6019985Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build3243449595/b593/_pkg_.a
2025-08-20T21:45:24.6020625Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build3243449595/b591/_pkg_.a
2025-08-20T21:45:24.6021331Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/utils/linkedlist=/tmp/go-build3243449595/b600/_pkg_.a
2025-08-20T21:45:24.6022066Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/utils/ringbuffer=/tmp/go-build3243449595/b601/_pkg_.a
2025-08-20T21:45:24.6022745Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build3243449595/b594/_pkg_.a
2025-08-20T21:45:24.6023364Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build3243449595/b592/_pkg_.a
2025-08-20T21:45:24.6023980Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build3243449595/b595/_pkg_.a
2025-08-20T21:45:24.6024543Z [00:02:50.612]➜  packagefile golang.org/x/exp/rand=/tmp/go-build3243449595/b590/_pkg_.a
2025-08-20T21:45:24.6025139Z [00:02:50.612]➜  packagefile github.com/coder/websocket/internal/errd=/tmp/go-build3243449595/b604/_pkg_.a
2025-08-20T21:45:24.6025796Z [00:02:50.612]➜  packagefile github.com/coder/websocket/internal/util=/tmp/go-build3243449595/b605/_pkg_.a
2025-08-20T21:45:24.6026648Z [00:02:50.612]➜  packagefile github.com/coder/websocket/internal/xsync=/tmp/go-build3243449595/b606/_pkg_.a
2025-08-20T21:45:24.6027338Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ciphersuite=/tmp/go-build3243449595/b256/_pkg_.a
2025-08-20T21:45:24.6028318Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build3243449595/b268/_pkg_.a
2025-08-20T21:45:24.6028977Z [00:02:50.612]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3243449595/b271/_pkg_.a
2025-08-20T21:45:24.6029589Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build3243449595/b257/_pkg_.a
2025-08-20T21:45:24.6030227Z [00:02:50.612]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build3243449595/b279/_pkg_.a
2025-08-20T21:45:24.6030838Z [00:02:50.612]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3243449595/b301/_pkg_.a
2025-08-20T21:45:24.6031665Z [00:02:50.612]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build3243449595/b302/_pkg_.a
2025-08-20T21:45:24.6032302Z [00:02:50.612]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build3243449595/b303/_pkg_.a
2025-08-20T21:45:24.6032874Z [00:02:50.612]➜  packagefile net/http/httptest=/tmp/go-build3243449595/b324/_pkg_.a
2025-08-20T21:45:24.6033439Z [00:02:50.612]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3243449595/b311/_pkg_.a
2025-08-20T21:45:24.6034118Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3243449595/b510/_pkg_.a
2025-08-20T21:45:24.6034693Z [00:02:50.612]➜  packagefile debug/elf=/tmp/go-build3243449595/b369/_pkg_.a
2025-08-20T21:45:24.6035194Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/btf=/tmp/go-build3243449595/b377/_pkg_.a
2025-08-20T21:45:24.6035767Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/internal=/tmp/go-build3243449595/b378/_pkg_.a
2025-08-20T21:45:24.6036402Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/internal/kallsyms=/tmp/go-build3243449595/b389/_pkg_.a
2025-08-20T21:45:24.6037057Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/internal/kconfig=/tmp/go-build3243449595/b390/_pkg_.a
2025-08-20T21:45:24.6037694Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/internal/sys=/tmp/go-build3243449595/b375/_pkg_.a
2025-08-20T21:45:24.6038685Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/internal/sysenc=/tmp/go-build3243449595/b391/_pkg_.a
2025-08-20T21:45:24.6039519Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/internal/tracefs=/tmp/go-build3243449595/b392/_pkg_.a
2025-08-20T21:45:24.6040227Z [00:02:50.612]➜  packagefile github.com/cilium/ebpf/internal/unix=/tmp/go-build3243449595/b376/_pkg_.a
2025-08-20T21:45:24.6040940Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/pke/kyber/kyber512/internal=/tmp/go-build3243449595/b779/_pkg_.a
2025-08-20T21:45:24.6041649Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/math/gf2e12=/tmp/go-build3243449595/b786/_pkg_.a
2025-08-20T21:45:24.6042292Z [00:02:50.612]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3243449595/b272/_pkg_.a
2025-08-20T21:45:24.6042914Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/alg=/tmp/go-build3243449595/b629/_pkg_.a
2025-08-20T21:45:24.6043549Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/consts=/tmp/go-build3243449595/b632/_pkg_.a
2025-08-20T21:45:24.6044193Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/utils=/tmp/go-build3243449595/b637/_pkg_.a
2025-08-20T21:45:24.6044897Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/tmp/go-build3243449595/b641/_pkg_.a
2025-08-20T21:45:24.6045619Z [00:02:50.612]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/tmp/go-build3243449595/b642/_pkg_.a
2025-08-20T21:45:24.6046294Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3243449595/b645/_pkg_.a
2025-08-20T21:45:24.6047115Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3243449595/b646/_pkg_.a
2025-08-20T21:45:24.6048023Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3243449595/b647/_pkg_.a
2025-08-20T21:45:24.6048820Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3243449595/b648/_pkg_.a
2025-08-20T21:45:24.6049428Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3243449595/b652/_pkg_.a
2025-08-20T21:45:24.6050062Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3243449595/b651/_pkg_.a
2025-08-20T21:45:24.6050651Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3243449595/b660/_pkg_.a
2025-08-20T21:45:24.6051264Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3243449595/b662/_pkg_.a
2025-08-20T21:45:24.6051920Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3243449595/b664/_pkg_.a
2025-08-20T21:45:24.6052838Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3243449595/b665/_pkg_.a
2025-08-20T21:45:24.6053521Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3243449595/b666/_pkg_.a
2025-08-20T21:45:24.6054128Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3243449595/b654/_pkg_.a
2025-08-20T21:45:24.6054701Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3243449595/b656/_pkg_.a
2025-08-20T21:45:24.6055295Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3243449595/b658/_pkg_.a
2025-08-20T21:45:24.6055911Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3243449595/b653/_pkg_.a
2025-08-20T21:45:24.6056578Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3243449595/b668/_pkg_.a
2025-08-20T21:45:24.6057294Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3243449595/b670/_pkg_.a
2025-08-20T21:45:24.6058258Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3243449595/b674/_pkg_.a
2025-08-20T21:45:24.6059016Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3243449595/b676/_pkg_.a
2025-08-20T21:45:24.6059877Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3243449595/b678/_pkg_.a
2025-08-20T21:45:24.6060703Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3243449595/b703/_pkg_.a
2025-08-20T21:45:24.6061450Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3243449595/b671/_pkg_.a
2025-08-20T21:45:24.6062105Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3243449595/b713/_pkg_.a
2025-08-20T21:45:24.6062799Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3243449595/b679/_pkg_.a
2025-08-20T21:45:24.6063489Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3243449595/b680/_pkg_.a
2025-08-20T21:45:24.6064141Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3243449595/b698/_pkg_.a
2025-08-20T21:45:24.6064798Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3243449595/b704/_pkg_.a
2025-08-20T21:45:24.6065491Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3243449595/b714/_pkg_.a
2025-08-20T21:45:24.6066085Z [00:02:50.612]➜  packagefile encoding/xml=/tmp/go-build3243449595/b705/_pkg_.a
2025-08-20T21:45:24.6066647Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3243449595/b681/_pkg_.a
2025-08-20T21:45:24.6067306Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3243449595/b707/_pkg_.a
2025-08-20T21:45:24.6068439Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3243449595/b683/_pkg_.a
2025-08-20T21:45:24.6069096Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3243449595/b686/_pkg_.a
2025-08-20T21:45:24.6069791Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3243449595/b688/_pkg_.a
2025-08-20T21:45:24.6070521Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3243449595/b689/_pkg_.a
2025-08-20T21:45:24.6071234Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3243449595/b690/_pkg_.a
2025-08-20T21:45:24.6071971Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3243449595/b691/_pkg_.a
2025-08-20T21:45:24.6072710Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3243449595/b692/_pkg_.a
2025-08-20T21:45:24.6073514Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations=/tmp/go-build3243449595/b716/_pkg_.a
2025-08-20T21:45:24.6074355Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints=/tmp/go-build3243449595/b718/_pkg_.a
2025-08-20T21:45:24.6075039Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3243449595/b655/_pkg_.a
2025-08-20T21:45:24.6075633Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3243449595/b696/_pkg_.a
2025-08-20T21:45:24.6076288Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3243449595/b687/_pkg_.a
2025-08-20T21:45:24.6076946Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3243449595/b712/_pkg_.a
2025-08-20T21:45:24.6077562Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3243449595/b697/_pkg_.a
2025-08-20T21:45:24.6078381Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3243449595/b673/_pkg_.a
2025-08-20T21:45:24.6078960Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3243449595/b657/_pkg_.a
2025-08-20T21:45:24.6079534Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3243449595/b719/_pkg_.a
2025-08-20T21:45:24.6080117Z [00:02:50.612]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3243449595/b720/_pkg_.a
2025-08-20T21:45:24.6080972Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/congestion=/tmp/go-build3243449595/b588/_pkg_.a
2025-08-20T21:45:24.6081722Z [00:02:50.612]➜  packagefile github.com/quic-go/quic-go/internal/qtls=/tmp/go-build3243449595/b598/_pkg_.a
2025-08-20T21:45:24.6082308Z [00:02:50.612]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3243449595/b599/_pkg_.a
2025-08-20T21:45:24.6082903Z [00:02:50.612]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ccm=/tmp/go-build3243449595/b258/_pkg_.a
2025-08-20T21:45:24.6083505Z [00:02:50.612]➜  packagefile net/http/internal/testcert=/tmp/go-build3243449595/b326/_pkg_.a
2025-08-20T21:45:24.6084021Z [00:02:50.612]➜  packagefile compress/zlib=/tmp/go-build3243449595/b370/_pkg_.a
2025-08-20T21:45:24.6084480Z [00:02:50.612]➜  packagefile debug/dwarf=/tmp/go-build3243449595/b372/_pkg_.a
2025-08-20T21:45:24.6084944Z [00:02:50.612]➜  packagefile internal/zstd=/tmp/go-build3243449595/b373/_pkg_.a
2025-08-20T21:45:24.6085397Z [00:02:50.612]➜  packagefile go/format=/tmp/go-build3243449595/b379/_pkg_.a
2025-08-20T21:45:24.6085843Z [00:02:50.612]➜  packagefile go/scanner=/tmp/go-build3243449595/b381/_pkg_.a
2025-08-20T21:45:24.6086362Z [00:02:50.612]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3243449595/b388/_pkg_.a
2025-08-20T21:45:24.6087040Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common=/tmp/go-build3243449595/b780/_pkg_.a
2025-08-20T21:45:24.6087937Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/tmp/go-build3243449595/b630/_pkg_.a
2025-08-20T21:45:24.6088886Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/tmp/go-build3243449595/b634/_pkg_.a
2025-08-20T21:45:24.6089518Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3243449595/b649/_pkg_.a
2025-08-20T21:45:24.6090188Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3243449595/b650/_pkg_.a
2025-08-20T21:45:24.6090838Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3243449595/b663/_pkg_.a
2025-08-20T21:45:24.6091502Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3243449595/b659/_pkg_.a
2025-08-20T21:45:24.6092316Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3243449595/b675/_pkg_.a
2025-08-20T21:45:24.6093078Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3243449595/b677/_pkg_.a
2025-08-20T21:45:24.6093756Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3243449595/b711/_pkg_.a
2025-08-20T21:45:24.6094504Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3243449595/b672/_pkg_.a
2025-08-20T21:45:24.6095261Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3243449595/b682/_pkg_.a
2025-08-20T21:45:24.6096018Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3243449595/b693/_pkg_.a
2025-08-20T21:45:24.6096748Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3243449595/b695/_pkg_.a
2025-08-20T21:45:24.6097508Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3243449595/b699/_pkg_.a
2025-08-20T21:45:24.6098487Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3243449595/b700/_pkg_.a
2025-08-20T21:45:24.6099170Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3243449595/b701/_pkg_.a
2025-08-20T21:45:24.6099829Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3243449595/b706/_pkg_.a
2025-08-20T21:45:24.6100576Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3243449595/b708/_pkg_.a
2025-08-20T21:45:24.6101529Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3243449595/b709/_pkg_.a
2025-08-20T21:45:24.6102454Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3243449595/b710/_pkg_.a
2025-08-20T21:45:24.6103275Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3243449595/b684/_pkg_.a
2025-08-20T21:45:24.6103995Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3243449595/b694/_pkg_.a
2025-08-20T21:45:24.6104657Z [00:02:50.612]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3243449595/b702/_pkg_.a
2025-08-20T21:45:24.6105183Z [00:02:50.612]➜  packagefile hash/adler32=/tmp/go-build3243449595/b371/_pkg_.a
2025-08-20T21:45:24.6105626Z [00:02:50.612]➜  packagefile go/ast=/tmp/go-build3243449595/b380/_pkg_.a
2025-08-20T21:45:24.6106057Z [00:02:50.612]➜  packagefile go/parser=/tmp/go-build3243449595/b383/_pkg_.a
2025-08-20T21:45:24.6106502Z [00:02:50.612]➜  packagefile go/printer=/tmp/go-build3243449595/b385/_pkg_.a
2025-08-20T21:45:24.6107158Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/pke/kyber/internal/common/params=/tmp/go-build3243449595/b781/_pkg_.a
2025-08-20T21:45:24.6108077Z [00:02:50.612]➜  packagefile github.com/cloudflare/circl/simd/keccakf1600=/tmp/go-build3243449595/b782/_pkg_.a
2025-08-20T21:45:24.6108908Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/tmp/go-build3243449595/b631/_pkg_.a
2025-08-20T21:45:24.6110058Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/tmp/go-build3243449595/b633/_pkg_.a
2025-08-20T21:45:24.6110839Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/tmp/go-build3243449595/b635/_pkg_.a
2025-08-20T21:45:24.6111581Z [00:02:50.612]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/tmp/go-build3243449595/b636/_pkg_.a
2025-08-20T21:45:24.6112290Z [00:02:50.612]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3243449595/b685/_pkg_.a
2025-08-20T21:45:24.6112887Z [00:02:50.612]➜  packagefile go/build/constraint=/tmp/go-build3243449595/b384/_pkg_.a
2025-08-20T21:45:24.6113373Z [00:02:50.612]➜  packagefile go/doc/comment=/tmp/go-build3243449595/b386/_pkg_.a
2025-08-20T21:45:24.6153401Z [00:02:50.612]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/netbirdio/netbird/client\nmod\tgithub.com/netbirdio/netbird\tv0.55.2-0.20250820170419-0d2845ea310b\t\ndep\tcunicu.li/go-rosenpass\tv0.4.0\th1:LtPtBgFWY/9emfgC4glKLEqS0MJTylzV6+ChRhiZERw=\ndep\tgithub.com/anmitsu/go-shlex\tv0.0.0-20200514113438-38f4b401e2be\th1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.3\th1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.14\th1:f+eEi/2cKCg9pqKBoAIwRGzVb70MRKqWX4dg1BDcSJM=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.67\th1:9KxtdcIA/5xPNQyZRgUSpYOE6j9Bc4+D7nZua0KGYOM=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.30\th1:x793wxmUWVDhshP8WW2mlnXuFrO4cOd3HLBroh1paFw=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.34\th1:ZK5jHhnrioRkUNOc+hOgQKlUL5JeC3S6JgLxtQ+Rm0Q=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.34\th1:SZwFm17ZUNNg5Np0ioo/gq8Mn6u9w19Mri8DnJ15Jf0=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.3\th1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.3\th1:eAh2A4b5IzM/lum78bZ590jy36+d/aFLgKF/4Vd1xPE=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.15\th1:dM9/92u2F1JbDaGooxTq18wmmFzbJRfXfVfy96/1CXM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/route53\tv1.42.3\th1:MmLCRqP4U4Cw9gJ4bNrCG0mWqEtBlmAVleyelcHARMU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.25.3\th1:1Gw+9ajCV1jogloEv1RRnvfRFia2cL6c9cuKV2Ps+G8=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.30.1\th1:hXmVKytPfTy5axZ+fYbR5d0cFmC3JvwLm5kM83luako=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.33.19\th1:1XuUZ8mYJw9B6lzAkXhqHlJd/XvaX32evhproijJEZY=\ndep\tgithub.com/aws/smithy-go\tv1.22.2\th1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=\ndep\tgithub.com/caddyserver/certmagic\tv0.21.3\th1:pqRRry3yuB4CWBVq9+cUqu+Y6E2z8TswbhNx1AZeYm0=\ndep\tgithub.com/caddyserver/zerossl\tv0.1.3\th1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=\ndep\tgithub.com/cenkalti/backoff/v4\tv4.3.0\th1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=\ndep\tgithub.com/cilium/ebpf\tv0.15.0\th1:7NxJhNiBT3NG8pZJ3c+yfrVdHY8ScgKD27sScgjLMMk=\ndep\tgithub.com/cloudflare/circl\tv1.3.3\n=>\tgithub.com/cunicu/circl\tv0.0.0-20230801113412-fec58fc7b5f6\th1:/DS5cDX3FJdl+XaN2D7XAwFpuanTxnp52DBLZAaJKx0=\n\ndep\tgithub.com/coder/websocket\tv1.8.12\th1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo=\ndep\tgithub.com/coreos/go-iptables\tv0.7.0\th1:XWM3V+MPRr5/q51NuWSgU0fqMad64Zyxs8ZUoMsamr8=\ndep\tgithub.com/creack/pty\tv1.1.18\th1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=\ndep\tgithub.com/davecgh/go-spew\tv1.1.1\th1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=\ndep\tgithub.com/fsnotify/fsnotify\tv1.7.0\th1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=\ndep\tgithub.com/gliderlabs/ssh\tv0.3.8\th1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=\ndep\tgithub.com/godbus/dbus/v5\tv5.1.0\th1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=\ndep\tgithub.com/golang/protobuf\tv1.5.4\th1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=\ndep\tgithub.com/google/btree\tv1.1.2\th1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=\ndep\tgithub.com/google/gopacket\tv1.1.19\th1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF8=\ndep\tgithub.com/google/nftables\tv0.3.0\th1:bkyZ0cbpVeMHXOrtlFc8ISmfVqq5gPJukoYieyVmITg=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/gopacket/gopacket\tv1.1.1\th1:zbx9F9d6A7sWNkFKrvMBZTfGgxFoY4NgUudFVVHMfcw=\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.6.0\th1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/kardianos/service\tv1.2.3-0.20240613133416-becf2eb62b83\n=>\tgithub.com/netbirdio/service\tv0.0.0-20240911161631-f62744f42502\th1:3tHlFmhTdX9axERMVN63dqyFqnvuD+EMJHzM7mNGON8=\n\ndep\tgithub.com/klauspost/cpuid/v2\tv2.2.7\th1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=\ndep\tgithub.com/libdns/libdns\tv0.2.2\th1:O6ws7bAfRPaBsgAYt8MDe2HcNBGC29hkZ9MX2eUSX3s=\ndep\tgithub.com/libdns/route53\tv1.5.0\th1:2SKdpPFl/qgWsXQvsLNJJAoX7rSxlk7zgoL4jnWdXVA=\ndep\tgithub.com/libp2p/go-netroute\tv0.2.1\n=>\tgithub.com/netbirdio/go-netroute\tv0.0.0-20240611143515-f59b0e1d3944\th1:TDtJKmM6Sf8uYFx/dMeqNOL90KUoRscdfpFZ3Im89uk=\n\ndep\tgithub.com/mdlayher/genetlink\tv1.3.2\th1:KdrNKe+CTu+IbZnm/GVUMXSqBBLqcGpRDa0xkQy56gw=\ndep\tgithub.com/mdlayher/netlink\tv1.7.3-0.20250113171957-fbb4dce95f42\th1:A1Cq6Ysb0GM0tpKMbdCXCIfBclan4oHk1Jb+Hrejirg=\ndep\tgithub.com/mdlayher/socket\tv0.5.1\th1:VZaqt6RkGkt2OE9l3GcC6nZkqD3xKeQLyfleW/uBcos=\ndep\tgithub.com/mholt/acmez/v2\tv2.0.1\th1:3/3N0u1pLjMK4sNEAFSI+bcvzbPhRpY383sy1kLHJ6k=\ndep\tgithub.com/miekg/dns\tv1.1.59\th1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs=\ndep\tgithub.com/mitchellh/hashstructure/v2\tv2.0.2\th1:vGKWl0YJqUNxE8d+h8f6NJLcCJrgbhC4NcD46KavDd4=\ndep\tgithub.com/nadoo/ipset\tv0.5.0\th1:5GJUAuZ7ITQQQGne5J96AmFjRtI8Avlbk6CabzYWVUc=\ndep\tgithub.com/pion/dtls/v2\tv2.2.10\th1:u2Axk+FyIR1VFTPurktB+1zoEPGIW3bmyj3LEFrXjAA=\ndep\tgithub.com/pion/ice/v3\tv3.0.2\n=>\tgithub.com/netbirdio/ice/v3\tv3.0.0-20240315174635-e72a50fcb64e\th1:PURA50S8u4mF6RrkYYCAvvPCixhqqEiEy3Ej6avh04c=\n\ndep\tgithub.com/pion/logging\tv0.2.2\th1:M9+AIj/+pxNsDfAT64+MAVgJO0rsyLnoJKCqf//DoeY=\ndep\tgithub.com/pion/mdns\tv0.0.12\th1:CiMYlY+O0azojWDmxdNr7ADGrnZ+V6Ilfner+6mSVK8=\ndep\tgithub.com/pion/randutil\tv0.1.0\th1:CFG1UdESneORglEsnimhUjf33Rwjubwj6xfiOXBa3mA=\ndep\tgithub.com/pion/stun/v2\tv2.0.0\th1:A5+wXKLAypxQri59+tmQKVs7+l6mMM+3d+eER9ifRU0=\ndep\tgithub.com/pion/transport/v2\tv2.2.4\th1:41JJK6DZQYSeVLxILA2+F4ZkKb4Xd/tFJZRFZQ9QAlo=\ndep\tgithub.com/pion/transport/v3\tv3.0.1\th1:gDTlPJwROfSfz6QfSi0ZmeCSkFcnWWiiR9ES0ouANiM=\ndep\tgithub.com/pion/turn/v3\tv3.0.1\th1:wLi7BTQr6/Q20R0vt/lHbjv6y4GChFtC33nkYbasoT8=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/pmezard/go-difflib\tv1.0.0\th1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=\ndep\tgithub.com/quic-go/quic-go\tv0.48.2\th1:wsKXZPeGWpMpCGSWqOcqpW2wZYic/8T3aqiOID0/KWE=\ndep\tgithub.com/shirou/gopsutil/v3\tv3.24.4\th1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/skratchdot/open-golang\tv0.0.0-20200116055534-eef842397966\th1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=\ndep\tgithub.com/spf13/cobra\tv1.7.0\th1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=\ndep\tgithub.com/spf13/pflag\tv1.0.5\th1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=\ndep\tgithub.com/stretchr/testify\tv1.10.0\th1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=\ndep\tgithub.com/things-go/go-socks5\tv0.0.4\th1:jMQjIc+qhD4z9cITOMnBiwo9dDmpGuXmBlkRFrl/qD0=\ndep\tgithub.com/ti-mo/conntrack\tv0.5.1\th1:opEwkFICnDbQc0BUXl73PHBK0h23jEIFVjXsqvF4GY0=\ndep\tgithub.com/ti-mo/netfilter\tv0.5.2\th1:CTjOwFuNNeZ9QPdRXt1MZFLFUf84cKtiQutNauHWd40=\ndep\tgithub.com/tklauser/go-sysconf\tv0.3.14\th1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU=\ndep\tgithub.com/tklauser/numcpus\tv0.8.0\th1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY=\ndep\tgithub.com/vishvananda/netlink\tv1.3.0\th1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQdrZk=\ndep\tgithub.com/vishvananda/netns\tv0.0.4\th1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8=\ndep\tgithub.com/zcalusic/sysinfo\tv1.1.3\th1:u/AVENkuoikKuIZ4sUEJ6iibpmQP6YpGD8SSMCrqAF0=\ndep\tgithub.com/zeebo/blake3\tv0.2.3\th1:TFoLXsjeXqRNFxSbk35Dk4YtszE/MQQGK10BH4ptoTg=\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.37.0\th1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=\ndep\tgolang.org/x/exp\tv0.0.0-20240506185415-9bf2ced13842\th1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=\ndep\tgolang.org/x/net\tv0.39.0\th1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=\ndep\tgolang.org/x/oauth2\tv0.27.0\th1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=\ndep\tgolang.org/x/sync\tv0.13.0\th1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=\ndep\tgolang.org/x/sys\tv0.32.0\th1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=\ndep\tgolang.org/x/term\tv0.31.0\th1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=\ndep\tgolang.org/x/text\tv0.24.0\th1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=\ndep\tgolang.org/x/time\tv0.5.0\th1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=\ndep\tgolang.zx2c4.com/wireguard\tv0.0.0-20230704135630-469159ecf7d1\n=>\tgithub.com/netbirdio/wireguard-go\tv0.0.0-20241230120307-6a676aebaaf6\th1:X5h5QgP7uHAv78FWgHV8+WYLjHxK9v3ilkVXT1cpCrQ=\n\ndep\tgolang.zx2c4.com/wireguard/wgctrl\tv0.0.0-20230429144221-925a1e7659e6\th1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20240903143218-8af14fe29dc1\th1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=\ndep\tgoogle.golang.org/grpc\tv1.64.1\th1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA=\ndep\tgoogle.golang.org/protobuf\tv1.36.6\th1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=\ndep\tgopkg.in/natefinch/lumberjack.v2\tv2.0.0\th1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tgvisor.dev/gvisor\tv0.0.0-20231020174304-b8a429915ff1\th1:qDCwdCWECGnwQSQC01Dpnp09fRHxJs9PbktotUqG+hs=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8\nbuild\tvcs.time=2025-08-20T17:04:19Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:45:24.6186991Z [00:02:50.612]➜  EOF
2025-08-20T21:45:24.6187240Z [00:02:50.612]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:45:24.6187490Z [00:02:50.612]➜  cd .
2025-08-20T21:45:24.6189811Z [00:02:50.612]➜  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,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=GUXFx8zHQY-6xUBZRJO_/3UMo_c1rNICn1XVw4Oge/U2dpkelOVfJKxykREEB8/GUXFx8zHQY-6xUBZRJO_ -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:45:25.8535247Z [00:02:51.906]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:45:25.8808089Z [00:02:51.934]➜  mkdir -p /build-bins/
2025-08-20T21:45:25.8812384Z [00:02:51.934]➜  cp $WORK/b001/exe/a.out /build-bins/netbird
2025-08-20T21:45:25.9010990Z [00:02:51.954]➜  rm -rf $WORK/b001/
2025-08-20T21:45:26.0091949Z [00:02:52.062]➜  + go build -C management -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/netbird-mgmt
2025-08-20T21:45:26.0123065Z [00:02:52.065]➜  WORK=/tmp/go-build1255330412
2025-08-20T21:45:26.0986642Z [00:02:52.151]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/v2/@v/v2.0.2-0.20240212192251-757544f21357.info
2025-08-20T21:45:26.1382604Z [00:02:52.191]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/v2/@v/v2.0.2-0.20240212192251-757544f21357.info: 200 OK (0.040s)
2025-08-20T21:45:26.1460170Z [00:02:52.199]➜  # get https://proxy.golang.org/github.com/netbirdio/management-integrations/integrations/@v/v0.0.0-20250820151658-9ee1b34f4190.info
2025-08-20T21:45:26.1580157Z [00:02:52.211]➜  # get https://proxy.golang.org/github.com/netbirdio/management-integrations/integrations/@v/v0.0.0-20250820151658-9ee1b34f4190.info: 200 OK (0.012s)
2025-08-20T21:45:26.1585595Z [00:02:52.211]➜  # get https://proxy.golang.org/github.com/eko/gocache/lib/v4/@v/v4.2.0.info
2025-08-20T21:45:26.3240622Z [00:02:52.377]➜  # get https://proxy.golang.org/github.com/eko/gocache/lib/v4/@v/v4.2.0.info: 200 OK (0.165s)
2025-08-20T21:45:26.3243790Z [00:02:52.377]➜  # get https://proxy.golang.org/go.uber.org/mock/@v/v0.4.0.info
2025-08-20T21:45:26.3323269Z [00:02:52.385]➜  # get https://proxy.golang.org/go.uber.org/mock/@v/v0.4.0.info: 200 OK (0.008s)
2025-08-20T21:45:26.3344219Z [00:02:52.387]➜  # get https://proxy.golang.org/github.com/vmihailenco/msgpack/v5/@v/v5.4.1.info
2025-08-20T21:45:26.3413712Z [00:02:52.394]➜  # get https://proxy.golang.org/github.com/vmihailenco/msgpack/v5/@v/v5.4.1.info: 200 OK (0.007s)
2025-08-20T21:45:26.3416319Z [00:02:52.394]➜  # get https://proxy.golang.org/github.com/vmihailenco/tagparser/v2/@v/v2.0.0.info
2025-08-20T21:45:26.3485865Z [00:02:52.401]➜  # get https://proxy.golang.org/github.com/vmihailenco/tagparser/v2/@v/v2.0.0.info: 200 OK (0.007s)
2025-08-20T21:45:26.3489203Z [00:02:52.402]➜  # get https://proxy.golang.org/github.com/eko/gocache/store/go_cache/v4/@v/v4.2.2.info
2025-08-20T21:45:26.3557625Z [00:02:52.408]➜  # get https://proxy.golang.org/github.com/eko/gocache/store/go_cache/v4/@v/v4.2.2.info: 200 OK (0.007s)
2025-08-20T21:45:26.3560847Z [00:02:52.409]➜  # get https://proxy.golang.org/github.com/eko/gocache/store/redis/v4/@v/v4.2.2.info
2025-08-20T21:45:26.5298596Z [00:02:52.582]➜  # get https://proxy.golang.org/github.com/eko/gocache/store/redis/v4/@v/v4.2.2.info: 200 OK (0.173s)
2025-08-20T21:45:26.5301696Z [00:02:52.583]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.7.3.info
2025-08-20T21:45:26.5370189Z [00:02:52.590]➜  # get https://proxy.golang.org/github.com/redis/go-redis/v9/@v/v9.7.3.info: 200 OK (0.007s)
2025-08-20T21:45:26.5373223Z [00:02:52.590]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info
2025-08-20T21:45:26.5442942Z [00:02:52.597]➜  # get https://proxy.golang.org/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.info: 200 OK (0.007s)
2025-08-20T21:45:26.5812754Z [00:02:52.634]➜  # get https://proxy.golang.org/github.com/oschwald/maxminddb-golang/@v/v1.12.0.info
2025-08-20T21:45:26.5881923Z [00:02:52.641]➜  # get https://proxy.golang.org/github.com/oschwald/maxminddb-golang/@v/v1.12.0.info: 200 OK (0.007s)
2025-08-20T21:45:26.5893484Z [00:02:52.642]➜  # get https://proxy.golang.org/github.com/rs/cors/@v/v1.8.0.info
2025-08-20T21:45:26.5963540Z [00:02:52.649]➜  # get https://proxy.golang.org/github.com/rs/cors/@v/v1.8.0.info: 200 OK (0.007s)
2025-08-20T21:45:26.6001928Z [00:02:52.653]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:45:26.6002315Z [00:02:52.653]➜  git status --porcelain
2025-08-20T21:45:26.6126755Z [00:02:52.665]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:45:26.6127182Z [00:02:52.665]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:45:26.6140926Z [00:02:52.667]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:45:26.6150512Z [00:02:52.668]➜  0.001s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:45:26.6151876Z [00:02:52.668]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:45:26.6172127Z [00:02:52.670]➜  0.002s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:45:26.6173190Z [00:02:52.670]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:45:26.6379440Z [00:02:52.691]➜  0.021s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:45:26.6380454Z [00:02:52.691]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:45:26.6400909Z [00:02:52.693]➜  0.002s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:45:26.6401825Z [00:02:52.693]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:45:26.6414680Z [00:02:52.694]➜  0.001s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:45:26.6522223Z [00:02:52.705]➜  github.com/vmihailenco/msgpack/v5/msgpcode
2025-08-20T21:45:26.6524790Z [00:02:52.705]➜  mkdir -p $WORK/b338/
2025-08-20T21:45:26.6525595Z [00:02:52.705]➜  echo '# import config' > $WORK/b338/importcfg # internal
2025-08-20T21:45:26.6526336Z [00:02:52.705]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:26.6529350Z [00:02:52.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/msgpcode=>github.com/vmihailenco/msgpack/v5@v5.4.1/msgpcode;$WORK/b338=>" -p github.com/vmihailenco/msgpack/v5/msgpcode -lang=go1.19 -complete -installsuffix shared -buildid zKrCwGO1TEWSU43EbZ32/zKrCwGO1TEWSU43EbZ32 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/msgpcode/msgpcode.go
2025-08-20T21:45:26.6547595Z [00:02:52.707]➜  golang.org/x/exp/slices
2025-08-20T21:45:26.6550629Z [00:02:52.708]➜  mkdir -p $WORK/b318/
2025-08-20T21:45:26.6551556Z [00:02:52.708]➜  github.com/vmihailenco/tagparser/v2/internal
2025-08-20T21:45:26.6559750Z [00:02:52.708]➜  mkdir -p $WORK/b341/
2025-08-20T21:45:26.6560513Z [00:02:52.708]➜  echo '# import config' > $WORK/b341/importcfg # internal
2025-08-20T21:45:26.6562887Z [00:02:52.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal=>github.com/vmihailenco/tagparser/v2@v2.0.0/internal;$WORK/b341=>" -p github.com/vmihailenco/tagparser/v2/internal -lang=go1.15 -complete -installsuffix shared -buildid QcfoxH7Y4rzuGWnwgjJH/QcfoxH7Y4rzuGWnwgjJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal/unsafe.go
2025-08-20T21:45:26.6569773Z [00:02:52.709]➜  cat >/tmp/go-build1255330412/b318/importcfg << 'EOF' # internal
2025-08-20T21:45:26.6570191Z [00:02:52.709]➜  # import config
2025-08-20T21:45:26.6570863Z [00:02:52.709]➜  packagefile golang.org/x/exp/constraints=/root/.cache/go-build/34/342c82fe10b0107269e9c6fa9a74b1d08b1fecb88c78b422c61fab69e9b78702-d
2025-08-20T21:45:26.6571785Z [00:02:52.709]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:26.6572286Z [00:02:52.709]➜  EOF
2025-08-20T21:45:26.6575542Z [00:02:52.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/slices=>golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/slices;$WORK/b318=>" -p golang.org/x/exp/slices -lang=go1.20 -complete -installsuffix shared -buildid bIc2ng8EEl1T-dtnnxKd/bIc2ng8EEl1T-dtnnxKd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/slices/cmp.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/slices/slices.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/slices/sort.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/slices/zsortanyfunc.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/slices/zsortordered.go
2025-08-20T21:45:26.6633541Z [00:02:52.716]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:45:26.6638510Z [00:02:52.717]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/de/de2bee4893319777281c352f2dfb8d3fd6664a7c1d18f72c8ce4f6d7cd5c23a9-d # internal
2025-08-20T21:45:26.6673163Z [00:02:52.720]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:45:26.6693962Z [00:02:52.722]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/af/af79c598e89fa6357f43d6d98783b4b871a120a930b16983945b845e96760a3d-d # internal
2025-08-20T21:45:26.6774264Z [00:02:52.730]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:45:26.6806617Z [00:02:52.733]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/be/be2cefe06bcea34b5bd3232275abd8bf510cee2c3dd9c10c1a0aa8498cd542eb-d # internal
2025-08-20T21:45:26.6908914Z [00:02:52.743]➜  github.com/gorilla/mux
2025-08-20T21:45:26.6909438Z [00:02:52.743]➜  mkdir -p $WORK/b309/
2025-08-20T21:45:26.6909819Z [00:02:52.743]➜  github.com/netbirdio/netbird/management/server/activity
2025-08-20T21:45:26.6910182Z [00:02:52.743]➜  mkdir -p $WORK/b312/
2025-08-20T21:45:26.6910510Z [00:02:52.743]➜  go.uber.org/mock/gomock
2025-08-20T21:45:26.6910791Z [00:02:52.743]➜  mkdir -p $WORK/b317/
2025-08-20T21:45:26.6911165Z [00:02:52.744]➜  cat >/tmp/go-build1255330412/b312/importcfg << 'EOF' # internal
2025-08-20T21:45:26.6911540Z [00:02:52.744]➜  # import config
2025-08-20T21:45:26.6912104Z [00:02:52.744]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.6912933Z [00:02:52.744]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T21:45:26.6925161Z [00:02:52.744]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:26.6926198Z [00:02:52.744]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:26.6926754Z [00:02:52.744]➜  EOF
2025-08-20T21:45:26.6927097Z [00:02:52.744]➜  cat >/tmp/go-build1255330412/b309/importcfg << 'EOF' # internal
2025-08-20T21:45:26.6927445Z [00:02:52.744]➜  # import config
2025-08-20T21:45:26.6928393Z [00:02:52.744]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.6929318Z [00:02:52.744]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.6930144Z [00:02:52.744]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:26.6930965Z [00:02:52.744]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.6931790Z [00:02:52.744]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:26.6932610Z [00:02:52.744]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:26.6933416Z [00:02:52.744]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:26.6934552Z [00:02:52.744]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:26.6935369Z [00:02:52.744]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.6936197Z [00:02:52.744]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.6936692Z [00:02:52.744]➜  EOF
2025-08-20T21:45:26.6939735Z [00:02:52.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/mux@v1.8.0=>github.com/gorilla/mux@v1.8.0;$WORK/b309=>" -p github.com/gorilla/mux -lang=go1.12 -complete -installsuffix shared -buildid ZlF299jPdlQcG4VLj0pw/ZlF299jPdlQcG4VLj0pw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/github.com/gorilla/mux@v1.8.0/doc.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.0/middleware.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.0/mux.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.0/regexp.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.0/route.go /root/go/pkg/mod/github.com/gorilla/mux@v1.8.0/test_helpers.go
2025-08-20T21:45:26.6942260Z [00:02:52.744]➜  cat >/tmp/go-build1255330412/b317/importcfg << 'EOF' # internal
2025-08-20T21:45:26.6942606Z [00:02:52.744]➜  # import config
2025-08-20T21:45:26.6943168Z [00:02:52.744]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.6943994Z [00:02:52.744]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.6944820Z [00:02:52.744]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:26.6945639Z [00:02:52.744]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.6946460Z [00:02:52.744]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:26.6947267Z [00:02:52.744]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:26.6948521Z [00:02:52.744]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:26.6949516Z [00:02:52.744]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.6950424Z [00:02:52.744]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.6951230Z [00:02:52.744]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:26.6951721Z [00:02:52.744]➜  EOF
2025-08-20T21:45:26.6954171Z [00:02:52.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/mock@v0.4.0/gomock=>go.uber.org/mock@v0.4.0/gomock;$WORK/b317=>" -p go.uber.org/mock/gomock -lang=go1.20 -complete -installsuffix shared -buildid R7TNiymRkdk3_XKfwSas/R7TNiymRkdk3_XKfwSas -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/go.uber.org/mock@v0.4.0/gomock/call.go /root/go/pkg/mod/go.uber.org/mock@v0.4.0/gomock/callset.go /root/go/pkg/mod/go.uber.org/mock@v0.4.0/gomock/controller.go /root/go/pkg/mod/go.uber.org/mock@v0.4.0/gomock/doc.go /root/go/pkg/mod/go.uber.org/mock@v0.4.0/gomock/matchers.go
2025-08-20T21:45:26.6958258Z [00:02:52.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity=>github.com/netbirdio/netbird/management/server/activity;$WORK/b312=>" -p github.com/netbirdio/netbird/management/server/activity -lang=go1.23 -complete -installsuffix shared -buildid bfjjfDZNmgWK2XM9yw_u/bfjjfDZNmgWK2XM9yw_u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack ./server/activity/codes.go ./server/activity/event.go ./server/activity/store.go
2025-08-20T21:45:26.6973619Z [00:02:52.750]➜  github.com/grpc-ecosystem/go-grpc-middleware/v2
2025-08-20T21:45:26.6974145Z [00:02:52.750]➜  mkdir -p $WORK/b179/
2025-08-20T21:45:26.6981113Z [00:02:52.751]➜  cat >/tmp/go-build1255330412/b179/importcfg << 'EOF' # internal
2025-08-20T21:45:26.6981654Z [00:02:52.751]➜  # import config
2025-08-20T21:45:26.6982239Z [00:02:52.751]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.6983199Z [00:02:52.751]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:26.6983744Z [00:02:52.751]➜  EOF
2025-08-20T21:45:26.7002459Z [00:02:52.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357=>github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357;$WORK/b179=>" -p github.com/grpc-ecosystem/go-grpc-middleware/v2 -lang=go1.19 -complete -installsuffix shared -buildid 86wxxY9p0aXCHl6uJ8eO/86wxxY9p0aXCHl6uJ8eO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357/wrappers.go
2025-08-20T21:45:26.7223024Z [00:02:52.774]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:45:26.7224472Z [00:02:52.775]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/58/58695c5224e7848dcbc306d4e3ab295636c9a66a70609de5448f2569e5008332-d # internal
2025-08-20T21:45:26.7238394Z [00:02:52.777]➜  github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/realip
2025-08-20T21:45:26.7239285Z [00:02:52.777]➜  mkdir -p $WORK/b307/
2025-08-20T21:45:26.7251221Z [00:02:52.778]➜  cat >/tmp/go-build1255330412/b307/importcfg << 'EOF' # internal
2025-08-20T21:45:26.7252005Z [00:02:52.778]➜  # import config
2025-08-20T21:45:26.7253738Z [00:02:52.778]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.7255276Z [00:02:52.778]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:26.7256718Z [00:02:52.778]➜  packagefile google.golang.org/grpc/metadata=/root/.cache/go-build/bc/bc9dff9ea9c012451c68f455b1bb2ae9cfd06ad8470c9d6ef89c4f63a3ba3be8-d
2025-08-20T21:45:26.7257881Z [00:02:52.778]➜  packagefile google.golang.org/grpc/peer=/root/.cache/go-build/f5/f5e86a5f6cb2c0a06da4ab49578fbc299ceae0522b8d5de1106d37bbdc7ae25e-d
2025-08-20T21:45:26.7258859Z [00:02:52.778]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:26.7259703Z [00:02:52.778]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:26.7260552Z [00:02:52.778]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.7261052Z [00:02:52.778]➜  EOF
2025-08-20T21:45:26.7263199Z [00:02:52.779]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:45:26.7288365Z [00:02:52.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357/interceptors/realip=>github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357/interceptors/realip;$WORK/b307=>" -p github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/realip -lang=go1.19 -complete -installsuffix shared -buildid pZgxkAr292pWvZZOz7HD/pZgxkAr292pWvZZOz7HD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357/interceptors/realip/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357/interceptors/realip/options.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.2-0.20240212192251-757544f21357/interceptors/realip/realip.go
2025-08-20T21:45:26.7293981Z [00:02:52.782]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/b3/b38dc942170469a9401a151b6f74de44dcc4a0ac4f8853733382183eaca8ecb7-d # internal
2025-08-20T21:45:26.7295015Z [00:02:52.782]➜  expvar
2025-08-20T21:45:26.7295315Z [00:02:52.782]➜  mkdir -p $WORK/b322/
2025-08-20T21:45:26.7295713Z [00:02:52.782]➜  cat >/tmp/go-build1255330412/b322/importcfg << 'EOF' # internal
2025-08-20T21:45:26.7296110Z [00:02:52.782]➜  # import config
2025-08-20T21:45:26.7296708Z [00:02:52.782]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:26.7297593Z [00:02:52.782]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T21:45:26.7298711Z [00:02:52.782]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:26.7299524Z [00:02:52.782]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:26.7300344Z [00:02:52.782]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:26.7301150Z [00:02:52.782]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:26.7301974Z [00:02:52.782]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:26.7302802Z [00:02:52.782]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:26.7303821Z [00:02:52.782]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.7305090Z [00:02:52.782]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:26.7306008Z [00:02:52.782]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:26.7306881Z [00:02:52.782]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:26.7307402Z [00:02:52.782]➜  EOF
2025-08-20T21:45:26.7309017Z [00:02:52.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b322=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:45:26.7613633Z [00:02:52.814]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:45:26.7622833Z [00:02:52.815]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/97/97013263880c3394b3652171ca0b0c5e11db32fcb5de36abf23ed582d37e577a-d # internal
2025-08-20T21:45:26.7623909Z [00:02:52.815]➜  github.com/beorn7/perks/quantile
2025-08-20T21:45:26.7624359Z [00:02:52.815]➜  mkdir -p $WORK/b323/
2025-08-20T21:45:26.7628918Z [00:02:52.816]➜  cat >/tmp/go-build1255330412/b323/importcfg << 'EOF' # internal
2025-08-20T21:45:26.7630084Z [00:02:52.816]➜  # import config
2025-08-20T21:45:26.7631197Z [00:02:52.816]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:26.7632486Z [00:02:52.816]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:26.7632976Z [00:02:52.816]➜  EOF
2025-08-20T21:45:26.7634828Z [00:02:52.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b323=>" -p github.com/beorn7/perks/quantile -lang=go1.11 -complete -installsuffix shared -buildid 33J2bBrDZVjugqmpMaCK/33J2bBrDZVjugqmpMaCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T21:45:26.7967352Z [00:02:52.849]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:45:26.7989602Z [00:02:52.850]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d # internal
2025-08-20T21:45:26.7990857Z [00:02:52.851]➜  github.com/cespare/xxhash/v2
2025-08-20T21:45:26.7991746Z [00:02:52.851]➜  mkdir -p $WORK/b324/
2025-08-20T21:45:26.7992165Z [00:02:52.851]➜  echo -n > $WORK/b324/go_asm.h # internal
2025-08-20T21:45:26.7992571Z [00:02:52.851]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:45:26.7993920Z [00:02:52.851]➜  /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/b324=>" -I $WORK/b324/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b324/symabis ./xxhash_arm64.s
2025-08-20T21:45:26.8050236Z [00:02:52.858]➜  cat >/tmp/go-build1255330412/b324/importcfg << 'EOF' # internal
2025-08-20T21:45:26.8051183Z [00:02:52.858]➜  # import config
2025-08-20T21:45:26.8052341Z [00:02:52.858]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:26.8053517Z [00:02:52.858]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:26.8054369Z [00:02:52.858]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:26.8054875Z [00:02:52.858]➜  EOF
2025-08-20T21:45:26.8055434Z [00:02:52.858]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:26.8058298Z [00:02:52.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b324=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b324/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack -asmhdr $WORK/b324/go_asm.h /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_asm.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_unsafe.go
2025-08-20T21:45:26.8135133Z [00:02:52.866]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:45:26.8153257Z [00:02:52.868]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/c3/c3a8c2708dad8e7c3f12f339df7b7a3dade0f70a9c7ec96d09d75762f33cf5c7-d # internal
2025-08-20T21:45:26.8154055Z [00:02:52.868]➜  github.com/prometheus/client_model/go
2025-08-20T21:45:26.8154567Z [00:02:52.868]➜  mkdir -p $WORK/b326/
2025-08-20T21:45:26.8156158Z [00:02:52.868]➜  cat >/tmp/go-build1255330412/b326/importcfg << 'EOF' # internal
2025-08-20T21:45:26.8156709Z [00:02:52.868]➜  # import config
2025-08-20T21:45:26.8157471Z [00:02:52.868]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:26.8158816Z [00:02:52.868]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:26.8160455Z [00:02:52.868]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d
2025-08-20T21:45:26.8161455Z [00:02:52.868]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:26.8162278Z [00:02:52.868]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:26.8162764Z [00:02:52.868]➜  EOF
2025-08-20T21:45:26.8164696Z [00:02:52.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go=>github.com/prometheus/client_model@v0.6.1/go;$WORK/b326=>" -p github.com/prometheus/client_model/go -lang=go1.19 -complete -installsuffix shared -buildid gWtB2CdgUaDIgoPpDCVR/gWtB2CdgUaDIgoPpDCVR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go/metrics.pb.go
2025-08-20T21:45:26.8336943Z [00:02:52.886]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:45:26.8339032Z [00:02:52.886]➜  /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/b324=>" -I $WORK/b324/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b324/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:45:26.8345828Z [00:02:52.887]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:45:26.8383029Z [00:02:52.891]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/a2/a23f98e1bc6a0f67ea4e8fea0276868ec6ba9a17cffb19a3c51a9bd61bccbe4b-d # internal
2025-08-20T21:45:26.8458974Z [00:02:52.895]➜  github.com/eko/gocache/lib/v4/store
2025-08-20T21:45:26.8459810Z [00:02:52.895]➜  mkdir -p $WORK/b316/
2025-08-20T21:45:26.8460796Z [00:02:52.895]➜  cat >/tmp/go-build1255330412/b316/importcfg << 'EOF' # internal
2025-08-20T21:45:26.8461198Z [00:02:52.895]➜  # import config
2025-08-20T21:45:26.8461776Z [00:02:52.895]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.8462960Z [00:02:52.895]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.8463803Z [00:02:52.895]➜  packagefile go.uber.org/mock/gomock=/tmp/go-build1255330412/b317/_pkg_.a
2025-08-20T21:45:26.8464420Z [00:02:52.895]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1255330412/b318/_pkg_.a
2025-08-20T21:45:26.8465120Z [00:02:52.895]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:26.8465931Z [00:02:52.895]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:26.8466432Z [00:02:52.895]➜  EOF
2025-08-20T21:45:26.8466703Z [00:02:52.895]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:26.8470214Z [00:02:52.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/store=>github.com/eko/gocache/lib/v4@v4.2.0/store;$WORK/b316=>" -p github.com/eko/gocache/lib/v4/store -lang=go1.22 -complete -installsuffix shared -buildid 6w5mPET0_ehWeM1fdoLo/6w5mPET0_ehWeM1fdoLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/store/errors.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/store/interface.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/store/invalidate_options.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/store/options.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/store/options_test_matchers.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/store/store_mock.go
2025-08-20T21:45:26.8473413Z [00:02:52.895]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:45:26.8473870Z [00:02:52.895]➜  go tool pack r $WORK/b324/_pkg_.a $WORK/b324/xxhash_arm64.o # internal
2025-08-20T21:45:26.8474297Z [00:02:52.895]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:45:26.8474962Z [00:02:52.896]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T21:45:26.8475503Z [00:02:52.896]➜  runtime/metrics
2025-08-20T21:45:26.8477107Z [00:02:52.900]➜  mkdir -p $WORK/b328/
2025-08-20T21:45:26.8477553Z [00:02:52.900]➜  cat >/tmp/go-build1255330412/b328/importcfg << 'EOF' # internal
2025-08-20T21:45:26.8478071Z [00:02:52.900]➜  # import config
2025-08-20T21:45:26.8478668Z [00:02:52.901]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T21:45:26.8479528Z [00:02:52.901]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:26.8480349Z [00:02:52.901]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:26.8480853Z [00:02:52.901]➜  EOF
2025-08-20T21:45:26.8481125Z [00:02:52.901]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:26.8483280Z [00:02:52.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b328=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid r4f670ttoJBq9e3NNbJ_/r4f670ttoJBq9e3NNbJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/.go/src/runtime/metrics/description.go /root/.go/src/runtime/metrics/doc.go /root/.go/src/runtime/metrics/histogram.go /root/.go/src/runtime/metrics/sample.go /root/.go/src/runtime/metrics/value.go
2025-08-20T21:45:26.8744330Z [00:02:52.927]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:45:26.8812286Z [00:02:52.934]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d # internal
2025-08-20T21:45:26.8819392Z [00:02:52.935]➜  github.com/munnerz/goautoneg
2025-08-20T21:45:26.8827429Z [00:02:52.935]➜  mkdir -p $WORK/b330/
2025-08-20T21:45:26.8835273Z [00:02:52.936]➜  cat >/tmp/go-build1255330412/b330/importcfg << 'EOF' # internal
2025-08-20T21:45:26.8835764Z [00:02:52.936]➜  # import config
2025-08-20T21:45:26.8836453Z [00:02:52.936]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:26.8837324Z [00:02:52.936]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.8838302Z [00:02:52.936]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.8840089Z [00:02:52.937]➜  EOF
2025-08-20T21:45:26.8850871Z [00:02:52.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822=>github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822;$WORK/b330=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid Wd8hT5OKTvEBSA7ibi-E/Wd8hT5OKTvEBSA7ibi-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T21:45:26.9012407Z [00:02:52.954]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:45:26.9023986Z [00:02:52.955]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:45:26.9040511Z [00:02:52.957]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T21:45:26.9052317Z [00:02:52.958]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/ea/ea1702a3e4aeeeadaff9e5f1c80045444b7bacd4708a71e5c27c8de0f070ac13-d # internal
2025-08-20T21:45:26.9063807Z [00:02:52.959]➜  github.com/prometheus/common/model
2025-08-20T21:45:26.9064169Z [00:02:52.959]➜  mkdir -p $WORK/b327/
2025-08-20T21:45:26.9064551Z [00:02:52.959]➜  cat >/tmp/go-build1255330412/b327/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9064920Z [00:02:52.959]➜  # import config
2025-08-20T21:45:26.9065488Z [00:02:52.959]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.9066336Z [00:02:52.959]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:26.9067183Z [00:02:52.959]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:26.9068165Z [00:02:52.959]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.9068957Z [00:02:52.959]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1255330412/b326/_pkg_.a
2025-08-20T21:45:26.9069805Z [00:02:52.959]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:26.9070811Z [00:02:52.959]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:26.9071630Z [00:02:52.959]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:26.9072446Z [00:02:52.959]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:26.9073296Z [00:02:52.959]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:26.9074142Z [00:02:52.959]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.9074965Z [00:02:52.959]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.9076097Z [00:02:52.959]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:26.9077156Z [00:02:52.959]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:26.9087459Z [00:02:52.959]➜  EOF
2025-08-20T21:45:26.9094808Z [00:02:52.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model=>github.com/prometheus/common@v0.62.0/model;$WORK/b327=>" -p github.com/prometheus/common/model -lang=go1.21 -complete -installsuffix shared -buildid lOMWuBLRK8xA8CSnz0ji/lOMWuBLRK8xA8CSnz0ji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/alert.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/fingerprinting.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/fnv.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/labels.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/labelset.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/labelset_string.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/metadata.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/metric.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/model.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/signature.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/silence.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/time.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/value.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/value_float.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/value_histogram.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/model/value_type.go
2025-08-20T21:45:26.9101243Z [00:02:52.962]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T21:45:26.9101592Z [00:02:52.962]➜  mkdir -p $WORK/b331/
2025-08-20T21:45:26.9101972Z [00:02:52.962]➜  cat >/tmp/go-build1255330412/b331/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9102319Z [00:02:52.962]➜  # import config
2025-08-20T21:45:26.9102871Z [00:02:52.962]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:26.9103717Z [00:02:52.962]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:26.9104557Z [00:02:52.962]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.9105558Z [00:02:52.962]➜  packagefile google.golang.org/protobuf/encoding/protowire=/root/.cache/go-build/44/44fe0e1cbb07caa7709fc2ff70494a65dffd5f97eddfeba80e82ad1a0e30420c-d
2025-08-20T21:45:26.9106676Z [00:02:52.962]➜  packagefile google.golang.org/protobuf/internal/errors=/root/.cache/go-build/c5/c5bc2277faa0e380326034f37ad341931dc9533ba539e31b9ac0dee80ff4b790-d
2025-08-20T21:45:26.9107866Z [00:02:52.962]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:26.9108833Z [00:02:52.962]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:26.9109309Z [00:02:52.962]➜  EOF
2025-08-20T21:45:26.9111440Z [00:02:52.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protodelim=>google.golang.org/protobuf@v1.36.6/encoding/protodelim;$WORK/b331=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.22 -complete -installsuffix shared -buildid 3i1pIfyqW4VPme46QmO_/3i1pIfyqW4VPme46QmO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protodelim/protodelim.go
2025-08-20T21:45:26.9127685Z [00:02:52.965]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:45:26.9133580Z [00:02:52.965]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:45:26.9134778Z [00:02:52.965]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d # internal
2025-08-20T21:45:26.9135439Z [00:02:52.965]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T21:45:26.9135752Z [00:02:52.965]➜  mkdir -p $WORK/b333/
2025-08-20T21:45:26.9136124Z [00:02:52.965]➜  cat >/tmp/go-build1255330412/b333/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9136685Z [00:02:52.965]➜  # import config
2025-08-20T21:45:26.9137242Z [00:02:52.965]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.9138193Z [00:02:52.965]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:26.9139093Z [00:02:52.965]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:26.9139612Z [00:02:52.965]➜  EOF
2025-08-20T21:45:26.9141538Z [00:02:52.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/fs=>github.com/prometheus/procfs@v0.15.1/internal/fs;$WORK/b333=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.20 -complete -installsuffix shared -buildid g7_cYIPkkzx-Xz7ypO5W/g7_cYIPkkzx-Xz7ypO5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/fs/fs.go
2025-08-20T21:45:26.9143833Z [00:02:52.965]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/a5/a5d17816b0954a6192e7e57c400a3fef423307021b2656d4bb65b6ec9eead58a-d # internal
2025-08-20T21:45:26.9152197Z [00:02:52.968]➜  github.com/eko/gocache/lib/v4/codec
2025-08-20T21:45:26.9156586Z [00:02:52.968]➜  mkdir -p $WORK/b315/
2025-08-20T21:45:26.9167146Z [00:02:52.969]➜  cat >/tmp/go-build1255330412/b315/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9168197Z [00:02:52.969]➜  # import config
2025-08-20T21:45:26.9170003Z [00:02:52.969]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.9170788Z [00:02:52.969]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:26.9171631Z [00:02:52.969]➜  packagefile go.uber.org/mock/gomock=/tmp/go-build1255330412/b317/_pkg_.a
2025-08-20T21:45:26.9172494Z [00:02:52.969]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:26.9174513Z [00:02:52.969]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:26.9175463Z [00:02:52.969]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:26.9175964Z [00:02:52.969]➜  EOF
2025-08-20T21:45:26.9182138Z [00:02:52.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/codec=>github.com/eko/gocache/lib/v4@v4.2.0/codec;$WORK/b315=>" -p github.com/eko/gocache/lib/v4/codec -lang=go1.22 -complete -installsuffix shared -buildid mYdfS2eIjUf1dUU8bukk/mYdfS2eIjUf1dUU8bukk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/codec/codec.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/codec/codec_mock.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/codec/interface.go
2025-08-20T21:45:26.9281616Z [00:02:52.980]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:45:26.9283190Z [00:02:52.981]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/71/71c8aa6758f97e065485e2c43724c06c3f10ca2d2e43176ad7a912a03b6f45bf-d # internal
2025-08-20T21:45:26.9290891Z [00:02:52.982]➜  github.com/prometheus/procfs/internal/util
2025-08-20T21:45:26.9291316Z [00:02:52.982]➜  mkdir -p $WORK/b334/
2025-08-20T21:45:26.9296611Z [00:02:52.982]➜  cat >/tmp/go-build1255330412/b334/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9297030Z [00:02:52.982]➜  # import config
2025-08-20T21:45:26.9297601Z [00:02:52.982]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.9298601Z [00:02:52.982]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:26.9299776Z [00:02:52.982]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:26.9300587Z [00:02:52.982]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.9301416Z [00:02:52.982]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.9302250Z [00:02:52.982]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:26.9302754Z [00:02:52.982]➜  EOF
2025-08-20T21:45:26.9305711Z [00:02:52.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util=>github.com/prometheus/procfs@v0.15.1/internal/util;$WORK/b334=>" -p github.com/prometheus/procfs/internal/util -lang=go1.20 -complete -installsuffix shared -buildid hGh7nAHa502AwTaH77Om/hGh7nAHa502AwTaH77Om -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/parse.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/readfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/sysreadfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/valueparser.go
2025-08-20T21:45:26.9557650Z [00:02:53.008]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:45:26.9576050Z [00:02:53.010]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/79/79157ab500aaf0de90ecc124901fd716618cd96413b57412642de156e8bf316a-d # internal
2025-08-20T21:45:26.9609085Z [00:02:53.012]➜  github.com/prometheus/procfs
2025-08-20T21:45:26.9609520Z [00:02:53.012]➜  mkdir -p $WORK/b332/
2025-08-20T21:45:26.9618921Z [00:02:53.013]➜  cat >/tmp/go-build1255330412/b332/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9619347Z [00:02:53.013]➜  # import config
2025-08-20T21:45:26.9619948Z [00:02:53.013]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:26.9620763Z [00:02:53.013]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.9624519Z [00:02:53.013]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:26.9625924Z [00:02:53.013]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:26.9626836Z [00:02:53.013]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.9627579Z [00:02:53.013]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build1255330412/b333/_pkg_.a
2025-08-20T21:45:26.9628411Z [00:02:53.013]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build1255330412/b334/_pkg_.a
2025-08-20T21:45:26.9629253Z [00:02:53.013]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:26.9630101Z [00:02:53.013]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:26.9631087Z [00:02:53.013]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:26.9632027Z [00:02:53.013]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:26.9632827Z [00:02:53.013]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:26.9633662Z [00:02:53.013]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:26.9634703Z [00:02:53.013]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:26.9635512Z [00:02:53.013]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:26.9636325Z [00:02:53.013]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.9637162Z [00:02:53.013]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.9638166Z [00:02:53.013]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:26.9639046Z [00:02:53.013]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:26.9639530Z [00:02:53.013]➜  EOF
2025-08-20T21:45:26.9639816Z [00:02:53.013]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:45:26.9641039Z [00:02:53.015]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/c8/c869155729eb9c238ed317fdfe0fd6435dc3d9f50be54b3b3169f45f33bd1a0a-d # internal
2025-08-20T21:45:26.9657821Z [00:02:53.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1=>github.com/prometheus/procfs@v0.15.1;$WORK/b332=>" -p github.com/prometheus/procfs -lang=go1.20 -complete -installsuffix shared -buildid i75jfFAks1fmtMEZsNz3/i75jfFAks1fmtMEZsNz3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo_armx.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/zoneinfo.go
2025-08-20T21:45:26.9682912Z [00:02:53.017]➜  golang.org/x/sync/singleflight
2025-08-20T21:45:26.9683286Z [00:02:53.017]➜  mkdir -p $WORK/b335/
2025-08-20T21:45:26.9683680Z [00:02:53.018]➜  cat >/tmp/go-build1255330412/b335/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9684028Z [00:02:53.018]➜  # import config
2025-08-20T21:45:26.9684589Z [00:02:53.018]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.9685415Z [00:02:53.018]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:26.9686244Z [00:02:53.018]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.9687074Z [00:02:53.018]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:26.9688328Z [00:02:53.018]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:45:26.9689589Z [00:02:53.018]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:26.9690250Z [00:02:53.018]➜  EOF
2025-08-20T21:45:26.9692141Z [00:02:53.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/singleflight=>golang.org/x/sync@v0.13.0/singleflight;$WORK/b335=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid mwLp1WtAC9LnULj8tdYv/mwLp1WtAC9LnULj8tdYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/singleflight/singleflight.go
2025-08-20T21:45:26.9699877Z [00:02:53.023]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:45:26.9701657Z [00:02:53.023]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/e2/e24b80ab584767e0c46962bd87e03712c63495fc88fe2bbd28eda8882abed0ff-d # internal
2025-08-20T21:45:26.9703838Z [00:02:53.023]➜  github.com/vmihailenco/tagparser/v2/internal/parser
2025-08-20T21:45:26.9704613Z [00:02:53.023]➜  mkdir -p $WORK/b340/
2025-08-20T21:45:26.9705229Z [00:02:53.023]➜  cat >/tmp/go-build1255330412/b340/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9705733Z [00:02:53.023]➜  # import config
2025-08-20T21:45:26.9706469Z [00:02:53.023]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.9707382Z [00:02:53.023]➜  packagefile github.com/vmihailenco/tagparser/v2/internal=/tmp/go-build1255330412/b341/_pkg_.a
2025-08-20T21:45:26.9708584Z [00:02:53.023]➜  EOF
2025-08-20T21:45:26.9711954Z [00:02:53.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal/parser=>github.com/vmihailenco/tagparser/v2@v2.0.0/internal/parser;$WORK/b340=>" -p github.com/vmihailenco/tagparser/v2/internal/parser -lang=go1.15 -complete -installsuffix shared -buildid butuLKzdYJsObAG_f3w5/butuLKzdYJsObAG_f3w5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal/parser/parser.go
2025-08-20T21:45:26.9835743Z [00:02:53.036]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:45:26.9838683Z [00:02:53.037]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/94/943c0f5764cb2ed8cb3cfd3b4f3e90e84429fb2f0fb0d78a0c6ffbb7c83e622c-d # internal
2025-08-20T21:45:26.9840679Z [00:02:53.037]➜  github.com/vmihailenco/tagparser/v2
2025-08-20T21:45:26.9843299Z [00:02:53.037]➜  mkdir -p $WORK/b339/
2025-08-20T21:45:26.9860534Z [00:02:53.038]➜  cat >/tmp/go-build1255330412/b339/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9860934Z [00:02:53.038]➜  # import config
2025-08-20T21:45:26.9861463Z [00:02:53.038]➜  packagefile github.com/vmihailenco/tagparser/v2/internal/parser=/tmp/go-build1255330412/b340/_pkg_.a
2025-08-20T21:45:26.9862499Z [00:02:53.038]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.9863007Z [00:02:53.038]➜  EOF
2025-08-20T21:45:26.9867533Z [00:02:53.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0=>github.com/vmihailenco/tagparser/v2@v2.0.0;$WORK/b339=>" -p github.com/vmihailenco/tagparser/v2 -lang=go1.15 -complete -installsuffix shared -buildid JHgSo5Hi25h1scXC2wo6/JHgSo5Hi25h1scXC2wo6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/tagparser.go
2025-08-20T21:45:26.9935714Z [00:02:53.046]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:45:26.9944965Z [00:02:53.047]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/71/711597ffacadd20f9620f6d56c98599c24ab0fe5490fdbfc2c021ab1f4f942cd-d # internal
2025-08-20T21:45:26.9964640Z [00:02:53.049]➜  github.com/golang/mock/gomock
2025-08-20T21:45:26.9968951Z [00:02:53.049]➜  mkdir -p $WORK/b343/
2025-08-20T21:45:26.9970618Z [00:02:53.050]➜  cat >/tmp/go-build1255330412/b343/importcfg << 'EOF' # internal
2025-08-20T21:45:26.9974437Z [00:02:53.050]➜  # import config
2025-08-20T21:45:26.9975214Z [00:02:53.050]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:26.9976116Z [00:02:53.050]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:26.9976950Z [00:02:53.050]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:26.9994086Z [00:02:53.050]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:26.9995154Z [00:02:53.050]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:26.9996016Z [00:02:53.050]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:26.9996852Z [00:02:53.050]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:26.9997674Z [00:02:53.050]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:26.9998684Z [00:02:53.050]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:26.9999620Z [00:02:53.050]➜  EOF
2025-08-20T21:45:27.0002173Z [00:02:53.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/mock@v1.6.0/gomock=>github.com/golang/mock@v1.6.0/gomock;$WORK/b343=>" -p github.com/golang/mock/gomock -lang=go1.11 -complete -installsuffix shared -buildid nonz80qymi7IE1zZuoar/nonz80qymi7IE1zZuoar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/go/pkg/mod/github.com/golang/mock@v1.6.0/gomock/call.go /root/go/pkg/mod/github.com/golang/mock@v1.6.0/gomock/callset.go /root/go/pkg/mod/github.com/golang/mock@v1.6.0/gomock/controller.go /root/go/pkg/mod/github.com/golang/mock@v1.6.0/gomock/matchers.go
2025-08-20T21:45:27.0197844Z [00:02:53.072]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:45:27.0215931Z [00:02:53.074]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/3d/3d2229725edb0ecf46fbddc65b3e4562ce1b86d28c22e26d26cad6ba086b10f7-d # internal
2025-08-20T21:45:27.0303092Z [00:02:53.083]➜  github.com/vmihailenco/msgpack/v5
2025-08-20T21:45:27.0309501Z [00:02:53.083]➜  mkdir -p $WORK/b337/
2025-08-20T21:45:27.0326952Z [00:02:53.085]➜  cat >/tmp/go-build1255330412/b337/importcfg << 'EOF' # internal
2025-08-20T21:45:27.0328102Z [00:02:53.085]➜  # import config
2025-08-20T21:45:27.0328921Z [00:02:53.085]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:27.0330045Z [00:02:53.085]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.0331031Z [00:02:53.085]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:27.0332027Z [00:02:53.085]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:27.0333016Z [00:02:53.085]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.0334777Z [00:02:53.085]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.0335579Z [00:02:53.085]➜  packagefile github.com/vmihailenco/msgpack/v5/msgpcode=/tmp/go-build1255330412/b338/_pkg_.a
2025-08-20T21:45:27.0336533Z [00:02:53.085]➜  packagefile github.com/vmihailenco/tagparser/v2=/tmp/go-build1255330412/b339/_pkg_.a
2025-08-20T21:45:27.0337413Z [00:02:53.085]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.0338373Z [00:02:53.085]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:27.0339164Z [00:02:53.085]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:27.0339987Z [00:02:53.085]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.0340793Z [00:02:53.085]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:27.0341596Z [00:02:53.085]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.0342416Z [00:02:53.085]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.0343230Z [00:02:53.085]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.0344027Z [00:02:53.085]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.0344512Z [00:02:53.085]➜  EOF
2025-08-20T21:45:27.0360810Z [00:02:53.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1=>github.com/vmihailenco/msgpack/v5@v5.4.1;$WORK/b337=>" -p github.com/vmihailenco/msgpack/v5 -lang=go1.19 -complete -installsuffix shared -buildid CQ4FPze7ZT2A6JTa_gsH/CQ4FPze7ZT2A6JTa_gsH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_map.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_number.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_query.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_slice.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_string.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_typgen.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_value.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_map.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_number.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_slice.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_value.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/ext.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/intern.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/msgpack.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/time.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/types.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/unsafe.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/version.go
2025-08-20T21:45:27.1185807Z [00:02:53.171]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:45:27.1206896Z [00:02:53.173]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/8c/8cdd90c3894db82d32af523b00a842bb320091ccef188ef635f51c266ec53cbd-d # internal
2025-08-20T21:45:27.1219850Z [00:02:53.175]➜  github.com/eko/gocache/store/go_cache/v4
2025-08-20T21:45:27.1220525Z [00:02:53.175]➜  mkdir -p $WORK/b342/
2025-08-20T21:45:27.1221119Z [00:02:53.175]➜  cat >/tmp/go-build1255330412/b342/importcfg << 'EOF' # internal
2025-08-20T21:45:27.1221772Z [00:02:53.175]➜  # import config
2025-08-20T21:45:27.1223735Z [00:02:53.175]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.1224770Z [00:02:53.175]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.1225654Z [00:02:53.175]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.1226365Z [00:02:53.175]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:27.1226965Z [00:02:53.175]➜  packagefile github.com/golang/mock/gomock=/tmp/go-build1255330412/b343/_pkg_.a
2025-08-20T21:45:27.1227694Z [00:02:53.175]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.1228763Z [00:02:53.175]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.1229574Z [00:02:53.175]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.1230058Z [00:02:53.175]➜  EOF
2025-08-20T21:45:27.1232286Z [00:02:53.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eko/gocache/store/go_cache/v4@v4.2.2=>github.com/eko/gocache/store/go_cache/v4@v4.2.2;$WORK/b342=>" -p github.com/eko/gocache/store/go_cache/v4 -lang=go1.22 -complete -installsuffix shared -buildid hVHgN6S2Dk2vOa0HYMqR/hVHgN6S2Dk2vOa0HYMqR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/github.com/eko/gocache/store/go_cache/v4@v4.2.2/go_cache.go /root/go/pkg/mod/github.com/eko/gocache/store/go_cache/v4@v4.2.2/go_cache_mock.go
2025-08-20T21:45:27.1250983Z [00:02:53.178]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:45:27.1290862Z [00:02:53.182]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/52/528d2a1dfc0379621f9497d9609ea995d4f45b112a783fd942e7bc17daa72bd0-d # internal
2025-08-20T21:45:27.1299636Z [00:02:53.182]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T21:45:27.1305363Z [00:02:53.183]➜  mkdir -p $WORK/b325/
2025-08-20T21:45:27.1330324Z [00:02:53.186]➜  cat >/tmp/go-build1255330412/b325/importcfg << 'EOF' # internal
2025-08-20T21:45:27.1330991Z [00:02:53.186]➜  # import config
2025-08-20T21:45:27.1331768Z [00:02:53.186]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:27.1332859Z [00:02:53.186]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.1334989Z [00:02:53.186]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.1335764Z [00:02:53.186]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1255330412/b326/_pkg_.a
2025-08-20T21:45:27.1336407Z [00:02:53.186]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1255330412/b327/_pkg_.a
2025-08-20T21:45:27.1337121Z [00:02:53.186]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.1338058Z [00:02:53.186]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:27.1338915Z [00:02:53.186]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:27.1339713Z [00:02:53.186]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:27.1340363Z [00:02:53.186]➜  packagefile runtime/metrics=/tmp/go-build1255330412/b328/_pkg_.a
2025-08-20T21:45:27.1341019Z [00:02:53.186]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:27.1342063Z [00:02:53.186]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.1343069Z [00:02:53.186]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.1343629Z [00:02:53.186]➜  EOF
2025-08-20T21:45:27.1347349Z [00:02:53.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal=>github.com/prometheus/client_golang@v1.22.0/prometheus/internal;$WORK/b325=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.22 -complete -installsuffix shared -buildid YXzOH1aDLUNONcoEWVz1/YXzOH1aDLUNONcoEWVz1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/almost_equal.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/difflib.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/go_collector_options.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/go_runtime_metrics.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/metric.go
2025-08-20T21:45:27.1611798Z [00:02:53.211]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:45:27.1620756Z [00:02:53.212]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/38/385f85285966840287c90f289db52af815647a50b06bbcebd52967f700c4d551-d # internal
2025-08-20T21:45:27.1621374Z [00:02:53.213]➜  github.com/prometheus/common/expfmt
2025-08-20T21:45:27.1622065Z [00:02:53.213]➜  mkdir -p $WORK/b329/
2025-08-20T21:45:27.1622444Z [00:02:53.213]➜  cat >/tmp/go-build1255330412/b329/importcfg << 'EOF' # internal
2025-08-20T21:45:27.1622789Z [00:02:53.213]➜  # import config
2025-08-20T21:45:27.1623350Z [00:02:53.213]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:27.1624176Z [00:02:53.213]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.1625009Z [00:02:53.213]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.1625836Z [00:02:53.213]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.1626518Z [00:02:53.213]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build1255330412/b330/_pkg_.a
2025-08-20T21:45:27.1627134Z [00:02:53.213]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1255330412/b326/_pkg_.a
2025-08-20T21:45:27.1627894Z [00:02:53.213]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1255330412/b327/_pkg_.a
2025-08-20T21:45:27.1628602Z [00:02:53.213]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build1255330412/b331/_pkg_.a
2025-08-20T21:45:27.1629549Z [00:02:53.213]➜  packagefile google.golang.org/protobuf/encoding/prototext=/root/.cache/go-build/f7/f7d3b635bd6ec030d2a871fb03505649e77cdebd0ed094ffd98af795d0917893-d
2025-08-20T21:45:27.1630622Z [00:02:53.213]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:27.1631723Z [00:02:53.213]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d
2025-08-20T21:45:27.1632686Z [00:02:53.213]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.1633483Z [00:02:53.213]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:27.1634288Z [00:02:53.213]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T21:45:27.1635277Z [00:02:53.213]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:27.1636301Z [00:02:53.213]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.1637236Z [00:02:53.213]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.1638787Z [00:02:53.213]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.1639678Z [00:02:53.213]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:27.1640204Z [00:02:53.213]➜  EOF
2025-08-20T21:45:27.1643489Z [00:02:53.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.62.0/expfmt=>github.com/prometheus/common@v0.62.0/expfmt;$WORK/b329=>" -p github.com/prometheus/common/expfmt -lang=go1.21 -complete -installsuffix shared -buildid TkS3Q-Ecgza8sCZEjS84/TkS3Q-Ecgza8sCZEjS84 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/expfmt/decode.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/expfmt/encode.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/expfmt/expfmt.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/expfmt/openmetrics_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/expfmt/text_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.62.0/expfmt/text_parse.go
2025-08-20T21:45:27.2130164Z [00:02:53.264]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:45:27.2133876Z [00:02:53.266]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/92/92c6983accefab7a0dc0233cfebc1b9499f811aca6828a78eb01fa5565a0fa17-d # internal
2025-08-20T21:45:27.2164697Z [00:02:53.269]➜  github.com/dgryski/go-rendezvous
2025-08-20T21:45:27.2167867Z [00:02:53.269]➜  mkdir -p $WORK/b346/
2025-08-20T21:45:27.2176268Z [00:02:53.270]➜  echo '# import config' > $WORK/b346/importcfg # internal
2025-08-20T21:45:27.2181310Z [00:02:53.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f=>github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f;$WORK/b346=>" -p github.com/dgryski/go-rendezvous -lang=go1.16 -complete -installsuffix shared -buildid nHwHg4IW7CgQ0P5cMsMT/nHwHg4IW7CgQ0P5cMsMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/github.com/dgryski/go-rendezvous@v0.0.0-20200823014737-9f7001d12a5f/rdv.go
2025-08-20T21:45:27.2385710Z [00:02:53.291]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:45:27.2390944Z [00:02:53.292]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/ab/ab273930c730c2649daef38a6f6a5b3c0ab579605e80036b792071a8ecded337-d # internal
2025-08-20T21:45:27.2527492Z [00:02:53.305]➜  github.com/redis/go-redis/v9/internal/rand
2025-08-20T21:45:27.2528315Z [00:02:53.305]➜  mkdir -p $WORK/b348/
2025-08-20T21:45:27.2585796Z [00:02:53.311]➜  cat >/tmp/go-build1255330412/b348/importcfg << 'EOF' # internal
2025-08-20T21:45:27.2586620Z [00:02:53.311]➜  # import config
2025-08-20T21:45:27.2587386Z [00:02:53.311]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:27.2589515Z [00:02:53.311]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.2590104Z [00:02:53.311]➜  EOF
2025-08-20T21:45:27.2592438Z [00:02:53.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/rand=>github.com/redis/go-redis/v9@v9.7.3/internal/rand;$WORK/b348=>" -p github.com/redis/go-redis/v9/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid Wv7_ckAedmqPz3TAOLkT/Wv7_ckAedmqPz3TAOLkT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/rand/rand.go
2025-08-20T21:45:27.3002459Z [00:02:53.353]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:45:27.3012864Z [00:02:53.354]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/28/28b55e5814f314dd21fdeacb12bc61b8ce36f0e081eccc9b2cc4bccee69e719d-d # internal
2025-08-20T21:45:27.3035565Z [00:02:53.356]➜  github.com/redis/go-redis/v9/internal/util
2025-08-20T21:45:27.3036542Z [00:02:53.356]➜  mkdir -p $WORK/b349/
2025-08-20T21:45:27.3048006Z [00:02:53.358]➜  cat >/tmp/go-build1255330412/b349/importcfg << 'EOF' # internal
2025-08-20T21:45:27.3048691Z [00:02:53.358]➜  # import config
2025-08-20T21:45:27.3049433Z [00:02:53.358]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.3050714Z [00:02:53.358]➜  EOF
2025-08-20T21:45:27.3062466Z [00:02:53.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util=>github.com/redis/go-redis/v9@v9.7.3/internal/util;$WORK/b349=>" -p github.com/redis/go-redis/v9/internal/util -lang=go1.18 -complete -installsuffix shared -buildid x2a5JtF9Fr5c1Ed1mUKr/x2a5JtF9Fr5c1Ed1mUKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util/strconv.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util/type.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util/unsafe.go
2025-08-20T21:45:27.3373151Z [00:02:53.390]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:45:27.3375108Z [00:02:53.390]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/f5/f562fa11e1755eebd1bbba6727e49b40935707343d0b8e14fc5241574ed53a77-d # internal
2025-08-20T21:45:27.3415089Z [00:02:53.394]➜  github.com/redis/go-redis/v9/internal
2025-08-20T21:45:27.3415473Z [00:02:53.394]➜  mkdir -p $WORK/b347/
2025-08-20T21:45:27.3422930Z [00:02:53.395]➜  cat >/tmp/go-build1255330412/b347/importcfg << 'EOF' # internal
2025-08-20T21:45:27.3423371Z [00:02:53.395]➜  # import config
2025-08-20T21:45:27.3423946Z [00:02:53.395]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.3424772Z [00:02:53.395]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.3425535Z [00:02:53.395]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build1255330412/b348/_pkg_.a
2025-08-20T21:45:27.3426202Z [00:02:53.395]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build1255330412/b349/_pkg_.a
2025-08-20T21:45:27.3426928Z [00:02:53.395]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:27.3427878Z [00:02:53.395]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:27.3428744Z [00:02:53.395]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:27.3429548Z [00:02:53.395]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.3430372Z [00:02:53.395]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.3431192Z [00:02:53.395]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.3432017Z [00:02:53.395]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:27.3433139Z [00:02:53.395]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.3433664Z [00:02:53.395]➜  EOF
2025-08-20T21:45:27.3436680Z [00:02:53.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal=>github.com/redis/go-redis/v9@v9.7.3/internal;$WORK/b347=>" -p github.com/redis/go-redis/v9/internal -lang=go1.18 -complete -installsuffix shared -buildid ZQBpnxfpTCy5zwvK2ogs/ZQBpnxfpTCy5zwvK2ogs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/arg.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/internal.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/log.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/once.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/util.go
2025-08-20T21:45:27.4259790Z [00:02:53.479]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:45:27.4269249Z [00:02:53.480]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/0c/0c89b53a8eeb6402742df06b6cf62616a4bf559fd77786b365e908168c1d12d2-d # internal
2025-08-20T21:45:27.4276000Z [00:02:53.480]➜  github.com/redis/go-redis/v9/internal/hashtag
2025-08-20T21:45:27.4276732Z [00:02:53.481]➜  mkdir -p $WORK/b350/
2025-08-20T21:45:27.4290417Z [00:02:53.481]➜  cat >/tmp/go-build1255330412/b350/importcfg << 'EOF' # internal
2025-08-20T21:45:27.4292589Z [00:02:53.481]➜  # import config
2025-08-20T21:45:27.4294636Z [00:02:53.481]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build1255330412/b348/_pkg_.a
2025-08-20T21:45:27.4295933Z [00:02:53.481]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.4296448Z [00:02:53.481]➜  EOF
2025-08-20T21:45:27.4298643Z [00:02:53.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hashtag=>github.com/redis/go-redis/v9@v9.7.3/internal/hashtag;$WORK/b350=>" -p github.com/redis/go-redis/v9/internal/hashtag -lang=go1.18 -complete -installsuffix shared -buildid xZgQU0dcVGvNCMgZ7sOv/xZgQU0dcVGvNCMgZ7sOv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hashtag/hashtag.go
2025-08-20T21:45:27.4451265Z [00:02:53.498]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:45:27.4463395Z [00:02:53.499]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/f4/f43c8a0a75dd2fabc3cd22bb353180b21e4be3d3eaee1228bec59c2b0fa859dd-d # internal
2025-08-20T21:45:27.4483334Z [00:02:53.501]➜  github.com/redis/go-redis/v9/internal/hscan
2025-08-20T21:45:27.4483790Z [00:02:53.501]➜  mkdir -p $WORK/b351/
2025-08-20T21:45:27.4493886Z [00:02:53.502]➜  cat >/tmp/go-build1255330412/b351/importcfg << 'EOF' # internal
2025-08-20T21:45:27.4494345Z [00:02:53.502]➜  # import config
2025-08-20T21:45:27.4494950Z [00:02:53.502]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:27.4495806Z [00:02:53.502]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.4496635Z [00:02:53.502]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.4497361Z [00:02:53.502]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build1255330412/b349/_pkg_.a
2025-08-20T21:45:27.4503181Z [00:02:53.502]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.4504015Z [00:02:53.502]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.4505111Z [00:02:53.502]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.4506091Z [00:02:53.502]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.4506660Z [00:02:53.502]➜  EOF
2025-08-20T21:45:27.4513757Z [00:02:53.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hscan=>github.com/redis/go-redis/v9@v9.7.3/internal/hscan;$WORK/b351=>" -p github.com/redis/go-redis/v9/internal/hscan -lang=go1.18 -complete -installsuffix shared -buildid nBZ9nmw0AorGuabohLRe/nBZ9nmw0AorGuabohLRe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hscan/hscan.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/hscan/structmap.go
2025-08-20T21:45:27.4557590Z [00:02:53.508]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:45:27.4585902Z [00:02:53.511]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/ae/ae8f83f5ca94c00ac8b7bb9eecaf6ed95eb344e18ac07c29bd279ea33d209e5b-d # internal
2025-08-20T21:45:27.4599241Z [00:02:53.513]➜  github.com/redis/go-redis/v9/internal/proto
2025-08-20T21:45:27.4605831Z [00:02:53.513]➜  mkdir -p $WORK/b353/
2025-08-20T21:45:27.4609156Z [00:02:53.514]➜  cat >/tmp/go-build1255330412/b353/importcfg << 'EOF' # internal
2025-08-20T21:45:27.4609541Z [00:02:53.514]➜  # import config
2025-08-20T21:45:27.4610099Z [00:02:53.514]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:27.4611314Z [00:02:53.514]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:27.4612152Z [00:02:53.514]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.4612983Z [00:02:53.514]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.4613722Z [00:02:53.514]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build1255330412/b349/_pkg_.a
2025-08-20T21:45:27.4614448Z [00:02:53.514]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.4615236Z [00:02:53.514]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:27.4616047Z [00:02:53.514]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:27.4616932Z [00:02:53.514]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:27.4617872Z [00:02:53.514]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.4618748Z [00:02:53.514]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.4619561Z [00:02:53.514]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.4620042Z [00:02:53.514]➜  EOF
2025-08-20T21:45:27.4624471Z [00:02:53.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto=>github.com/redis/go-redis/v9@v9.7.3/internal/proto;$WORK/b353=>" -p github.com/redis/go-redis/v9/internal/proto -lang=go1.18 -complete -installsuffix shared -buildid S3J0Nxplsta4GYp1A6mj/S3J0Nxplsta4GYp1A6mj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto/reader.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto/scan.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/proto/writer.go
2025-08-20T21:45:27.4796484Z [00:02:53.532]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:45:27.4910722Z [00:02:53.543]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/bd/bdc066092e7249933a679b37f182cdb9acb95b18af1146c4249aaeaffb1f5fff-d # internal
2025-08-20T21:45:27.4911526Z [00:02:53.544]➜  golang.org/x/net/context
2025-08-20T21:45:27.4911827Z [00:02:53.544]➜  mkdir -p $WORK/b357/
2025-08-20T21:45:27.4913632Z [00:02:53.544]➜  cat >/tmp/go-build1255330412/b357/importcfg << 'EOF' # internal
2025-08-20T21:45:27.4916707Z [00:02:53.544]➜  # import config
2025-08-20T21:45:27.4917947Z [00:02:53.544]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.4919341Z [00:02:53.544]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.4920363Z [00:02:53.544]➜  EOF
2025-08-20T21:45:27.4922406Z [00:02:53.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/context=>golang.org/x/net@v0.39.0/context;$WORK/b357=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid xXsERxMUvTUwSLS5vlJW/xXsERxMUvTUwSLS5vlJW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/context/context.go
2025-08-20T21:45:27.5281827Z [00:02:53.580]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:45:27.5284675Z [00:02:53.581]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/dd/ddd0655d651b32bc5127ce280d70eb1fd7010568334c1c6750eee1fe8ed91c5f-d # internal
2025-08-20T21:45:27.5305380Z [00:02:53.583]➜  github.com/TheJumpCloud/jcapi-go/v1
2025-08-20T21:45:27.5315388Z [00:02:53.584]➜  mkdir -p $WORK/b355/
2025-08-20T21:45:27.5325942Z [00:02:53.585]➜  cat >/tmp/go-build1255330412/b355/importcfg << 'EOF' # internal
2025-08-20T21:45:27.5339834Z [00:02:53.586]➜  # import config
2025-08-20T21:45:27.5340499Z [00:02:53.586]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.5341379Z [00:02:53.586]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:27.5342256Z [00:02:53.586]➜  packagefile encoding/xml=/root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d
2025-08-20T21:45:27.5343104Z [00:02:53.586]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.5343948Z [00:02:53.586]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.5344615Z [00:02:53.586]➜  packagefile golang.org/x/net/context=/tmp/go-build1255330412/b357/_pkg_.a
2025-08-20T21:45:27.5345374Z [00:02:53.586]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:27.5346226Z [00:02:53.586]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.5347039Z [00:02:53.586]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:27.5348067Z [00:02:53.586]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T21:45:27.5348986Z [00:02:53.586]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:27.5349839Z [00:02:53.586]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:27.5350657Z [00:02:53.586]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:27.5351821Z [00:02:53.586]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:27.5352860Z [00:02:53.586]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.5353751Z [00:02:53.586]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:27.5354564Z [00:02:53.586]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.5355457Z [00:02:53.586]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.5356271Z [00:02:53.586]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.5357119Z [00:02:53.586]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:27.5357643Z [00:02:53.586]➜  EOF
2025-08-20T21:45:27.5423569Z [00:02:53.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1=>github.com/TheJumpCloud/jcapi-go@v3.0.0+incompatible/v1;$WORK/b355=>" -p github.com/TheJumpCloud/jcapi-go/v1 -lang=go1.16 -complete -installsuffix shared -buildid jBBeb52ZZc0vbquYgtbs/jBBeb52ZZc0vbquYgtbs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/api_client.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/api_response.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_config.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_config_acs_url.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_config_acs_url_tooltip.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_config_acs_url_tooltip_variables.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_config_constant_attributes.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_config_constant_attributes_value.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_config_database_attributes.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/application_templates_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/applications_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/applicationslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/applicationtemplate.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/applicationtemplate_jit.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/applicationtemplateslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/body.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/body_1.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/command.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/command_results_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/command_triggers_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandfilereturn.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandfilereturn_results.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandresult.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandresult_response.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandresult_response_data.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandresultslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commands_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/commandslist_results.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/configuration.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/errorresponse.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/fde.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/mfa.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/organizations_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/organizationslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/organizationslist_results.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/radius_servers_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/radiusserver.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/radiusserverpost.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/radiusserverput.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/radiusserverslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/search.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/search_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/sshkeylist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/sshkeypost.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/system.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/system_network_interfaces.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/system_sshd_params.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/system_system_insights.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemput.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemput_agent_bound_messages.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systems_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuser.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserbinding.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserbindingsput.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserput.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserput_addresses.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserput_phone_numbers.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserputpost.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserputpost_addresses.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserputpost_phone_numbers.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserreturn.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserreturn_addresses.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserreturn_phone_numbers.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemusers_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/systemuserslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/tag.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/tagpost.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/tagput.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/tags_api.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/tagslist.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/usersystembinding.go /root/go/pkg/mod/github.com/!the!jump!cloud/jcapi-go@v3.0.0+incompatible/v1/usersystembindingsput.go
2025-08-20T21:45:27.5545576Z [00:02:53.607]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:45:27.5581773Z [00:02:53.611]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/96/96bc8056ca2d4daedad375671d530d63235ba547b3bfab284296d17c92df50cb-d # internal
2025-08-20T21:45:27.5610321Z [00:02:53.614]➜  github.com/redis/go-redis/v9/internal/pool
2025-08-20T21:45:27.5616498Z [00:02:53.614]➜  mkdir -p $WORK/b352/
2025-08-20T21:45:27.5622665Z [00:02:53.615]➜  cat >/tmp/go-build1255330412/b352/importcfg << 'EOF' # internal
2025-08-20T21:45:27.5628630Z [00:02:53.616]➜  # import config
2025-08-20T21:45:27.5634557Z [00:02:53.616]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:27.5642291Z [00:02:53.617]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.5646523Z [00:02:53.617]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.5647382Z [00:02:53.617]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.5648288Z [00:02:53.617]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build1255330412/b347/_pkg_.a
2025-08-20T21:45:27.5648958Z [00:02:53.617]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build1255330412/b353/_pkg_.a
2025-08-20T21:45:27.5649698Z [00:02:53.617]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.5650488Z [00:02:53.617]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:27.5651291Z [00:02:53.617]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.5652132Z [00:02:53.617]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:27.5652984Z [00:02:53.617]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:27.5653810Z [00:02:53.617]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.5654302Z [00:02:53.617]➜  EOF
2025-08-20T21:45:27.5657478Z [00:02:53.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool=>github.com/redis/go-redis/v9@v9.7.3/internal/pool;$WORK/b352=>" -p github.com/redis/go-redis/v9/internal/pool -lang=go1.18 -complete -installsuffix shared -buildid C-nYh2niXBPAR8mHDBIw/C-nYh2niXBPAR8mHDBIw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/conn.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/conn_check.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/pool.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/pool_single.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/internal/pool/pool_sticky.go
2025-08-20T21:45:27.5857023Z [00:02:53.638]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:45:27.5885765Z [00:02:53.641]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/b4/b471dbefe1430ce43f70bb2f5a4c0ab75ff207401e897fbd9c7a366804337dc8-d # internal
2025-08-20T21:45:27.5891127Z [00:02:53.642]➜  github.com/golang-jwt/jwt
2025-08-20T21:45:27.5892329Z [00:02:53.642]➜  mkdir -p $WORK/b361/
2025-08-20T21:45:27.5904054Z [00:02:53.643]➜  cat >/tmp/go-build1255330412/b361/importcfg << 'EOF' # internal
2025-08-20T21:45:27.5904466Z [00:02:53.643]➜  # import config
2025-08-20T21:45:27.5905071Z [00:02:53.643]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.5905897Z [00:02:53.643]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:27.5906750Z [00:02:53.643]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:45:27.5907646Z [00:02:53.643]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T21:45:27.5910062Z [00:02:53.643]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:27.5910943Z [00:02:53.643]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:27.5911790Z [00:02:53.643]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:27.5913142Z [00:02:53.643]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:45:27.5914004Z [00:02:53.643]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:27.5914882Z [00:02:53.643]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:27.5915764Z [00:02:53.643]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:27.5916624Z [00:02:53.643]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:27.5917462Z [00:02:53.643]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.5918606Z [00:02:53.643]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.5919425Z [00:02:53.643]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:27.5920277Z [00:02:53.643]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.5921092Z [00:02:53.643]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.5921887Z [00:02:53.643]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.5922372Z [00:02:53.643]➜  EOF
2025-08-20T21:45:27.5929464Z [00:02:53.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible=>github.com/golang-jwt/jwt@v3.2.2+incompatible;$WORK/b361=>" -p github.com/golang-jwt/jwt -lang=go1.16 -complete -installsuffix shared -buildid RIVu7Kv6DJqLbhFi1KvB/RIVu7Kv6DJqLbhFi1KvB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt@v3.2.2+incompatible/token.go
2025-08-20T21:45:27.6178463Z [00:02:53.670]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:45:27.6275701Z [00:02:53.680]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/89/89aa59d5dc9ec0c92b26192ea9d9ed58bf6726fc7fd513adab815c2439c1047a-d # internal
2025-08-20T21:45:27.6299653Z [00:02:53.681]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T21:45:27.6300139Z [00:02:53.681]➜  mkdir -p $WORK/b321/
2025-08-20T21:45:27.6300957Z [00:02:53.681]➜  cat >/tmp/go-build1255330412/b321/importcfg << 'EOF' # internal
2025-08-20T21:45:27.6301760Z [00:02:53.681]➜  # import config
2025-08-20T21:45:27.6302360Z [00:02:53.681]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.6303217Z [00:02:53.681]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:27.6304075Z [00:02:53.681]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.6304695Z [00:02:53.681]➜  packagefile expvar=/tmp/go-build1255330412/b322/_pkg_.a
2025-08-20T21:45:27.6305335Z [00:02:53.681]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.6306026Z [00:02:53.681]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build1255330412/b323/_pkg_.a
2025-08-20T21:45:27.6306612Z [00:02:53.681]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1255330412/b324/_pkg_.a
2025-08-20T21:45:27.6307299Z [00:02:53.681]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build1255330412/b325/_pkg_.a
2025-08-20T21:45:27.6308229Z [00:02:53.681]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1255330412/b326/_pkg_.a
2025-08-20T21:45:27.6308985Z [00:02:53.683]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build1255330412/b329/_pkg_.a
2025-08-20T21:45:27.6309620Z [00:02:53.683]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1255330412/b327/_pkg_.a
2025-08-20T21:45:27.6310218Z [00:02:53.683]➜  packagefile github.com/prometheus/procfs=/tmp/go-build1255330412/b332/_pkg_.a
2025-08-20T21:45:27.6311038Z [00:02:53.683]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:27.6312147Z [00:02:53.683]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d
2025-08-20T21:45:27.6313132Z [00:02:53.683]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:27.6313920Z [00:02:53.683]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:27.6314926Z [00:02:53.683]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:27.6315965Z [00:02:53.683]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:27.6316868Z [00:02:53.683]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:45:27.6317529Z [00:02:53.683]➜  packagefile runtime/metrics=/tmp/go-build1255330412/b328/_pkg_.a
2025-08-20T21:45:27.6318381Z [00:02:53.683]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:27.6319207Z [00:02:53.683]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.6320032Z [00:02:53.683]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.6320852Z [00:02:53.683]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.6321689Z [00:02:53.683]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:27.6322516Z [00:02:53.683]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.6323356Z [00:02:53.683]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:27.6324183Z [00:02:53.683]➜  EOF
2025-08-20T21:45:27.6347292Z [00:02:53.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus=>github.com/prometheus/client_golang@v1.22.0/prometheus;$WORK/b321=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.22 -complete -installsuffix shared -buildid WLijUIUZJDw-vSVvGMD0/WLijUIUZJDw-vSVvGMD0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/build_info_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/collectorfunc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/counter.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/desc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/doc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/fnv.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/gauge.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/get_pid.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/go_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/histogram.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/labels.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/metric.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/num_threads.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/observer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/process_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/process_collector_procfsenabled.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/registry.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/summary.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/timer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/untyped.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/value.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/vec.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/vnext.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/wrap.go
2025-08-20T21:45:27.6683965Z [00:02:53.721]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:45:27.6700652Z [00:02:53.723]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/c5/c540607ced38a943d3a6083ff641cac6b741f7cc7b37f5c8325fe2f06465bd05-d # internal
2025-08-20T21:45:27.6869871Z [00:02:53.739]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:45:27.6876902Z [00:02:53.740]➜  github.com/redis/go-redis/v9
2025-08-20T21:45:27.6877300Z [00:02:53.740]➜  mkdir -p $WORK/b345/
2025-08-20T21:45:27.6883463Z [00:02:53.741]➜  cat >/tmp/go-build1255330412/b345/importcfg << 'EOF' # internal
2025-08-20T21:45:27.6886087Z [00:02:53.741]➜  # import config
2025-08-20T21:45:27.6888876Z [00:02:53.741]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:27.6892661Z [00:02:53.741]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.6893602Z [00:02:53.741]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:45:27.6894467Z [00:02:53.741]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:27.6895784Z [00:02:53.741]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:27.6896636Z [00:02:53.741]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:27.6897511Z [00:02:53.741]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:27.6898637Z [00:02:53.741]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:27.6899463Z [00:02:53.741]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.6900146Z [00:02:53.741]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1255330412/b324/_pkg_.a
2025-08-20T21:45:27.6900731Z [00:02:53.741]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build1255330412/b346/_pkg_.a
2025-08-20T21:45:27.6901357Z [00:02:53.741]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build1255330412/b347/_pkg_.a
2025-08-20T21:45:27.6902019Z [00:02:53.741]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build1255330412/b350/_pkg_.a
2025-08-20T21:45:27.6902702Z [00:02:53.741]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build1255330412/b351/_pkg_.a
2025-08-20T21:45:27.6903371Z [00:02:53.741]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build1255330412/b352/_pkg_.a
2025-08-20T21:45:27.6904035Z [00:02:53.741]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build1255330412/b353/_pkg_.a
2025-08-20T21:45:27.6906118Z [00:02:53.741]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build1255330412/b348/_pkg_.a
2025-08-20T21:45:27.6906863Z [00:02:53.741]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build1255330412/b349/_pkg_.a
2025-08-20T21:45:27.6907614Z [00:02:53.741]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.6908587Z [00:02:53.741]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:27.6909612Z [00:02:53.741]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:27.6910651Z [00:02:53.741]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:27.6911552Z [00:02:53.741]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.6912384Z [00:02:53.741]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:27.6913207Z [00:02:53.741]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:27.6916843Z [00:02:53.741]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:27.6918396Z [00:02:53.741]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.6919628Z [00:02:53.741]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.6920628Z [00:02:53.741]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.6921850Z [00:02:53.741]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:27.6922886Z [00:02:53.741]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.6923849Z [00:02:53.741]➜  EOF
2025-08-20T21:45:27.6935536Z [00:02:53.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3=>github.com/redis/go-redis/v9@v9.7.3;$WORK/b345=>" -p github.com/redis/go-redis/v9 -lang=go1.18 -complete -installsuffix shared -buildid UQDeP2bQQmImr1DmhwqJ/UQDeP2bQQmImr1DmhwqJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/acl_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/bitmap_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/cluster_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/command.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/doc.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/error.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/gears_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/generic_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/geo_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/hash_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/hyperloglog_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/iterator.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/json.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/list_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/options.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/osscluster.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/osscluster_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/pipeline.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/probabilistic.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/pubsub.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/pubsub_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/redis.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/result.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/ring.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/script.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/scripting_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/search_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/sentinel.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/set_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/sortedset_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/stream_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/string_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/timeseries_commands.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/tx.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/universal.go /root/go/pkg/mod/github.com/redis/go-redis/v9@v9.7.3/version.go
2025-08-20T21:45:27.6944907Z [00:02:53.742]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/6c/6c8bb566d3d3385010cbee361f2525a37001d5f81f14141beeafdd3382a07b11-d # internal
2025-08-20T21:45:27.6945549Z [00:02:53.743]➜  github.com/netbirdio/netbird/management/server/context
2025-08-20T21:45:27.6945897Z [00:02:53.743]➜  mkdir -p $WORK/b363/
2025-08-20T21:45:27.6946268Z [00:02:53.743]➜  cat >/tmp/go-build1255330412/b363/importcfg << 'EOF' # internal
2025-08-20T21:45:27.6946610Z [00:02:53.743]➜  # import config
2025-08-20T21:45:27.6947167Z [00:02:53.743]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.6948189Z [00:02:53.743]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.6949560Z [00:02:53.743]➜  packagefile github.com/netbirdio/netbird/shared/context=/root/.cache/go-build/a0/a07b82c21223e093964c4ead14b4d3dc9aa1fc663de49b19a67428548889809f-d
2025-08-20T21:45:27.6950735Z [00:02:53.743]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:27.6952105Z [00:02:53.743]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.6952763Z [00:02:53.743]➜  EOF
2025-08-20T21:45:27.6955085Z [00:02:53.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/context=>github.com/netbirdio/netbird/management/server/context;$WORK/b363=>" -p github.com/netbirdio/netbird/management/server/context -lang=go1.23 -complete -installsuffix shared -buildid 7XC-mD1j1Hq1gPVsYpMm/7XC-mD1j1Hq1gPVsYpMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack ./server/context/auth.go ./server/context/keys.go
2025-08-20T21:45:27.7154249Z [00:02:53.768]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:45:27.7154982Z [00:02:53.768]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/a4/a4c066a4528d1b6f164faf1fc9cd8958578e76e6b921be6eb78b87e8c699cb4d-d # internal
2025-08-20T21:45:27.7155784Z [00:02:53.768]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
2025-08-20T21:45:27.7156229Z [00:02:53.768]➜  mkdir -p $WORK/b366/
2025-08-20T21:45:27.7156603Z [00:02:53.768]➜  cat >/tmp/go-build1255330412/b366/importcfg << 'EOF' # internal
2025-08-20T21:45:27.7156946Z [00:02:53.768]➜  # import config
2025-08-20T21:45:27.7157518Z [00:02:53.768]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:27.7158554Z [00:02:53.768]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.7159057Z [00:02:53.768]➜  EOF
2025-08-20T21:45:27.7161962Z [00:02:53.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/header=>github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/header;$WORK/b366=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header -lang=go1.22 -complete -installsuffix shared -buildid LTqgaexGwyTwDXPrFOTo/LTqgaexGwyTwDXPrFOTo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/header/header.go
2025-08-20T21:45:27.7415403Z [00:02:53.794]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:45:27.7425580Z [00:02:53.795]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/c1/c1d1bfe4907c9b4838ff2bf58ef4eca34b57c2f02f0c58efd4c00d96c4a7f72d-d # internal
2025-08-20T21:45:27.7427949Z [00:02:53.796]➜  github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
2025-08-20T21:45:27.7429417Z [00:02:53.796]➜  mkdir -p $WORK/b365/
2025-08-20T21:45:27.7443777Z [00:02:53.797]➜  cat >/tmp/go-build1255330412/b365/importcfg << 'EOF' # internal
2025-08-20T21:45:27.7444191Z [00:02:53.797]➜  # import config
2025-08-20T21:45:27.7444843Z [00:02:53.797]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build1255330412/b366/_pkg_.a
2025-08-20T21:45:27.7445757Z [00:02:53.797]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:27.7446263Z [00:02:53.797]➜  EOF
2025-08-20T21:45:27.7449070Z [00:02:53.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil=>github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil;$WORK/b365=>" -p github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil -lang=go1.22 -complete -installsuffix shared -buildid Q_NgEqpTf2I95EW6i6r0/Q_NgEqpTf2I95EW6i6r0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/internal/github.com/golang/gddo/httputil/negotiate.go
2025-08-20T21:45:27.7711637Z [00:02:53.824]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:45:27.7720569Z [00:02:53.825]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/51/51bdab1a4bf354479f9ebb57203f2d4d50ddae1e5633d9320797f5fcb1b4c3b6-d # internal
2025-08-20T21:45:27.7724136Z [00:02:53.825]➜  github.com/prometheus/client_golang/prometheus/promhttp/internal
2025-08-20T21:45:27.7729036Z [00:02:53.826]➜  mkdir -p $WORK/b367/
2025-08-20T21:45:27.7737913Z [00:02:53.827]➜  cat >/tmp/go-build1255330412/b367/importcfg << 'EOF' # internal
2025-08-20T21:45:27.7739418Z [00:02:53.827]➜  # import config
2025-08-20T21:45:27.7740018Z [00:02:53.827]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:27.7740501Z [00:02:53.827]➜  EOF
2025-08-20T21:45:27.7742937Z [00:02:53.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/internal=>github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/internal;$WORK/b367=>" -p github.com/prometheus/client_golang/prometheus/promhttp/internal -lang=go1.22 -complete -installsuffix shared -buildid KomRO6K9rciPoKKhjJnL/KomRO6K9rciPoKKhjJnL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/internal/compression.go
2025-08-20T21:45:27.7899268Z [00:02:53.843]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:45:27.7907306Z [00:02:53.843]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/7e/7e88cd6eeb2a2793e392d8047554037fdd5ef496092bf83dcec7ad281205a371-d # internal
2025-08-20T21:45:27.7912597Z [00:02:53.844]➜  go.opentelemetry.io/otel/internal
2025-08-20T21:45:27.7946980Z [00:02:53.847]➜  mkdir -p $WORK/b369/
2025-08-20T21:45:27.7948053Z [00:02:53.847]➜  cat >/tmp/go-build1255330412/b369/importcfg << 'EOF' # internal
2025-08-20T21:45:27.7948489Z [00:02:53.847]➜  # import config
2025-08-20T21:45:27.7949050Z [00:02:53.847]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:27.7949540Z [00:02:53.847]➜  EOF
2025-08-20T21:45:27.7951958Z [00:02:53.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal=>go.opentelemetry.io/otel@v1.26.0/internal;$WORK/b369=>" -p go.opentelemetry.io/otel/internal -lang=go1.21 -complete -installsuffix shared -buildid S75hHUIpFvs_Sb0jJ_Zi/S75hHUIpFvs_Sb0jJ_Zi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/rawhelpers.go
2025-08-20T21:45:27.8169799Z [00:02:53.870]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:45:27.8172430Z [00:02:53.870]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/dc/dc4e5fbf0039f34b2ed3de9094708fa822bb6f234bb91c3c36c96f27d720257f-d # internal
2025-08-20T21:45:27.8178305Z [00:02:53.870]➜  go.opentelemetry.io/otel/internal/attribute
2025-08-20T21:45:27.8178859Z [00:02:53.870]➜  mkdir -p $WORK/b370/
2025-08-20T21:45:27.8179280Z [00:02:53.871]➜  cat >/tmp/go-build1255330412/b370/importcfg << 'EOF' # internal
2025-08-20T21:45:27.8179658Z [00:02:53.871]➜  # import config
2025-08-20T21:45:27.8180238Z [00:02:53.871]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.8180742Z [00:02:53.871]➜  EOF
2025-08-20T21:45:27.8182789Z [00:02:53.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/attribute=>go.opentelemetry.io/otel@v1.26.0/internal/attribute;$WORK/b370=>" -p go.opentelemetry.io/otel/internal/attribute -lang=go1.21 -complete -installsuffix shared -buildid CfKqhMXe5LUQv17WhsnO/CfKqhMXe5LUQv17WhsnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/attribute/attribute.go
2025-08-20T21:45:27.8572090Z [00:02:53.910]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:45:27.8583535Z [00:02:53.911]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/09/09d2fc882ca136dc5b0c5c8c9318f683d6b566c4e89a9904b3b3647b3e146e60-d # internal
2025-08-20T21:45:27.8590723Z [00:02:53.912]➜  go.opentelemetry.io/otel/attribute
2025-08-20T21:45:27.8591878Z [00:02:53.912]➜  mkdir -p $WORK/b368/
2025-08-20T21:45:27.8599697Z [00:02:53.913]➜  cat >/tmp/go-build1255330412/b368/importcfg << 'EOF' # internal
2025-08-20T21:45:27.8601334Z [00:02:53.913]➜  # import config
2025-08-20T21:45:27.8603945Z [00:02:53.913]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.8604901Z [00:02:53.913]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T21:45:27.8605746Z [00:02:53.913]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:27.8606593Z [00:02:53.913]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.8607527Z [00:02:53.913]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build1255330412/b369/_pkg_.a
2025-08-20T21:45:27.8608409Z [00:02:53.913]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build1255330412/b370/_pkg_.a
2025-08-20T21:45:27.8609180Z [00:02:53.913]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.8610004Z [00:02:53.913]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:27.8610832Z [00:02:53.913]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:27.8611642Z [00:02:53.913]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.8612580Z [00:02:53.913]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:27.8613512Z [00:02:53.913]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:27.8614030Z [00:02:53.913]➜  EOF
2025-08-20T21:45:27.8619845Z [00:02:53.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute=>go.opentelemetry.io/otel@v1.26.0/attribute;$WORK/b368=>" -p go.opentelemetry.io/otel/attribute -lang=go1.21 -complete -installsuffix shared -buildid XN7b6KdgSVcKS3-aOSYU/XN7b6KdgSVcKS3-aOSYU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/attribute/value.go
2025-08-20T21:45:27.8722560Z [00:02:53.925]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:45:27.8821220Z [00:02:53.935]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/8d/8de6eba459cf000949ab00efc99f5b9724cebc8a7b673ac92771e333a33507f0-d # internal
2025-08-20T21:45:27.8840370Z [00:02:53.936]➜  github.com/go-logr/logr
2025-08-20T21:45:27.8840728Z [00:02:53.936]➜  mkdir -p $WORK/b373/
2025-08-20T21:45:27.8841114Z [00:02:53.937]➜  cat >/tmp/go-build1255330412/b373/importcfg << 'EOF' # internal
2025-08-20T21:45:27.8841467Z [00:02:53.937]➜  # import config
2025-08-20T21:45:27.8842066Z [00:02:53.937]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.8842907Z [00:02:53.937]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.8843739Z [00:02:53.937]➜  packagefile log/slog=/root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d
2025-08-20T21:45:27.8844574Z [00:02:53.937]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:27.8845390Z [00:02:53.937]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.8845890Z [00:02:53.937]➜  EOF
2025-08-20T21:45:27.8849330Z [00:02:53.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2=>github.com/go-logr/logr@v1.4.2;$WORK/b373=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid OGzgvojtl2frOanN6t3E/OGzgvojtl2frOanN6t3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context_slog.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/discard.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/logr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/sloghandler.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogsink.go
2025-08-20T21:45:27.9873298Z [00:02:54.040]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:45:27.9914772Z [00:02:54.044]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/a0/a08a8b18e4c4e7b7e5bf3da1f0944749c65a71369d788cd53ec4c8701941472d-d # internal
2025-08-20T21:45:27.9924533Z [00:02:54.045]➜  github.com/go-logr/logr/funcr
2025-08-20T21:45:27.9930097Z [00:02:54.045]➜  mkdir -p $WORK/b379/
2025-08-20T21:45:27.9930834Z [00:02:54.045]➜  cat >/tmp/go-build1255330412/b379/importcfg << 'EOF' # internal
2025-08-20T21:45:27.9931253Z [00:02:54.045]➜  # import config
2025-08-20T21:45:27.9931888Z [00:02:54.045]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:27.9932719Z [00:02:54.045]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:27.9933551Z [00:02:54.045]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:27.9934684Z [00:02:54.045]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:27.9935526Z [00:02:54.045]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:27.9936187Z [00:02:54.045]➜  packagefile github.com/go-logr/logr=/tmp/go-build1255330412/b373/_pkg_.a
2025-08-20T21:45:27.9936894Z [00:02:54.045]➜  packagefile log/slog=/root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d
2025-08-20T21:45:27.9937931Z [00:02:54.045]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:27.9938830Z [00:02:54.045]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:27.9939656Z [00:02:54.045]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:27.9940692Z [00:02:54.045]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:27.9941514Z [00:02:54.045]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:27.9942328Z [00:02:54.045]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:27.9942810Z [00:02:54.045]➜  EOF
2025-08-20T21:45:27.9944815Z [00:02:54.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr=>github.com/go-logr/logr@v1.4.2/funcr;$WORK/b379=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid jIOHO7WMfLDpgIHySrxU/jIOHO7WMfLDpgIHySrxU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr/funcr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr/slogsink.go
2025-08-20T21:45:28.0097681Z [00:02:54.062]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:45:28.0121259Z [00:02:54.065]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/6c/6cec2afab1d95690e3ac04a68cbc726a57d616c7f72ea596ca869634e7d638cc-d # internal
2025-08-20T21:45:28.0121926Z [00:02:54.065]➜  go.opentelemetry.io/otel/codes
2025-08-20T21:45:28.0122259Z [00:02:54.065]➜  mkdir -p $WORK/b380/
2025-08-20T21:45:28.0122939Z [00:02:54.065]➜  cat >/tmp/go-build1255330412/b380/importcfg << 'EOF' # internal
2025-08-20T21:45:28.0123354Z [00:02:54.065]➜  # import config
2025-08-20T21:45:28.0123935Z [00:02:54.065]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:28.0124776Z [00:02:54.065]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.0125615Z [00:02:54.065]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.0126134Z [00:02:54.065]➜  EOF
2025-08-20T21:45:28.0128419Z [00:02:54.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/codes=>go.opentelemetry.io/otel@v1.26.0/codes;$WORK/b380=>" -p go.opentelemetry.io/otel/codes -lang=go1.21 -complete -installsuffix shared -buildid l_2o0hxaBgZ286hO1sPn/l_2o0hxaBgZ286hO1sPn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/codes/doc.go
2025-08-20T21:45:28.0248602Z [00:02:54.077]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:45:28.0253013Z [00:02:54.078]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/3c/3c4bec4b4188bbd2415e744fa39430ef3635b4f1c0dd77ca802eec0cded53938-d # internal
2025-08-20T21:45:28.0254533Z [00:02:54.078]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T21:45:28.0255539Z [00:02:54.078]➜  mkdir -p $WORK/b382/
2025-08-20T21:45:28.0259215Z [00:02:54.079]➜  echo '# import config' > $WORK/b382/importcfg # internal
2025-08-20T21:45:28.0262697Z [00:02:54.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/embedded=>go.opentelemetry.io/otel/metric@v1.26.0/embedded;$WORK/b382=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.21 -complete -installsuffix shared -buildid d64qRh9TN0xb-212CUM_/d64qRh9TN0xb-212CUM_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/embedded/embedded.go
2025-08-20T21:45:28.0465708Z [00:02:54.099]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:45:28.0475488Z [00:02:54.100]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/7d/7d0e4e3c94f21e9ddad56b0aa200f2a42601bb5c20c756851ffe57be04e0e212-d # internal
2025-08-20T21:45:28.0486353Z [00:02:54.101]➜  go.opentelemetry.io/otel/metric
2025-08-20T21:45:28.0489446Z [00:02:54.101]➜  mkdir -p $WORK/b381/
2025-08-20T21:45:28.0489897Z [00:02:54.101]➜  cat >/tmp/go-build1255330412/b381/importcfg << 'EOF' # internal
2025-08-20T21:45:28.0520114Z [00:02:54.101]➜  # import config
2025-08-20T21:45:28.0520747Z [00:02:54.101]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.0521483Z [00:02:54.101]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.0522152Z [00:02:54.101]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1255330412/b382/_pkg_.a
2025-08-20T21:45:28.0522577Z [00:02:54.101]➜  EOF
2025-08-20T21:45:28.0526557Z [00:02:54.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0=>go.opentelemetry.io/otel/metric@v1.26.0;$WORK/b381=>" -p go.opentelemetry.io/otel/metric -lang=go1.21 -complete -installsuffix shared -buildid SF8aQVvhrBeBBvongKK9/SF8aQVvhrBeBBvongKK9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/syncint64.go
2025-08-20T21:45:28.1526119Z [00:02:54.205]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:45:28.1565374Z [00:02:54.209]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/b4/b485fe185b5dd5c0643c29024e4a0a9862c9b3959f8a95c5e9b6cc3f4400c31e-d # internal
2025-08-20T21:45:28.1566109Z [00:02:54.209]➜  github.com/go-logr/stdr
2025-08-20T21:45:28.1567373Z [00:02:54.210]➜  mkdir -p $WORK/b378/
2025-08-20T21:45:28.1571837Z [00:02:54.210]➜  cat >/tmp/go-build1255330412/b378/importcfg << 'EOF' # internal
2025-08-20T21:45:28.1575127Z [00:02:54.210]➜  # import config
2025-08-20T21:45:28.1575570Z [00:02:54.210]➜  packagefile github.com/go-logr/logr=/tmp/go-build1255330412/b373/_pkg_.a
2025-08-20T21:45:28.1576159Z [00:02:54.210]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build1255330412/b379/_pkg_.a
2025-08-20T21:45:28.1576858Z [00:02:54.210]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:28.1577651Z [00:02:54.210]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.1578348Z [00:02:54.210]➜  EOF
2025-08-20T21:45:28.1580765Z [00:02:54.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b378=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid ulzgdft72whhG4RGBsbW/ulzgdft72whhG4RGBsbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T21:45:28.1736031Z [00:02:54.226]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:45:28.1762553Z [00:02:54.229]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d # internal
2025-08-20T21:45:28.1764259Z [00:02:54.229]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T21:45:28.1765291Z [00:02:54.229]➜  mkdir -p $WORK/b385/
2025-08-20T21:45:28.1769398Z [00:02:54.230]➜  cat >/tmp/go-build1255330412/b385/importcfg << 'EOF' # internal
2025-08-20T21:45:28.1769812Z [00:02:54.230]➜  # import config
2025-08-20T21:45:28.1770696Z [00:02:54.230]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.1771202Z [00:02:54.230]➜  EOF
2025-08-20T21:45:28.1774301Z [00:02:54.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/baggage=>go.opentelemetry.io/otel@v1.26.0/internal/baggage;$WORK/b385=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.21 -complete -installsuffix shared -buildid tnQ_CU31L-1o9WQ4Xvbb/tnQ_CU31L-1o9WQ4Xvbb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/baggage/context.go
2025-08-20T21:45:28.1899974Z [00:02:54.243]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:45:28.1919474Z [00:02:54.243]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/54/541117c0a0dd883007e7eead85d7d0cbbcc4a0f07f6ea44836a7beea9b7ee579-d # internal
2025-08-20T21:45:28.1920467Z [00:02:54.244]➜  go.opentelemetry.io/otel/baggage
2025-08-20T21:45:28.1920782Z [00:02:54.244]➜  mkdir -p $WORK/b384/
2025-08-20T21:45:28.1921163Z [00:02:54.244]➜  cat >/tmp/go-build1255330412/b384/importcfg << 'EOF' # internal
2025-08-20T21:45:28.1921514Z [00:02:54.244]➜  # import config
2025-08-20T21:45:28.1922374Z [00:02:54.244]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.1923384Z [00:02:54.244]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.1924267Z [00:02:54.244]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.1924998Z [00:02:54.244]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build1255330412/b385/_pkg_.a
2025-08-20T21:45:28.1925769Z [00:02:54.244]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:28.1926594Z [00:02:54.244]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.1927447Z [00:02:54.244]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:28.1928180Z [00:02:54.244]➜  EOF
2025-08-20T21:45:28.1930493Z [00:02:54.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/baggage=>go.opentelemetry.io/otel@v1.26.0/baggage;$WORK/b384=>" -p go.opentelemetry.io/otel/baggage -lang=go1.21 -complete -installsuffix shared -buildid uzMTwdM57OOkV2fx_MPd/uzMTwdM57OOkV2fx_MPd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/baggage/doc.go
2025-08-20T21:45:28.2083000Z [00:02:54.261]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:45:28.2095403Z [00:02:54.262]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/72/722bf936ce7323fc54f88a2c4e81208f14313b42193ef970b39f4ade81771f97-d # internal
2025-08-20T21:45:28.2100953Z [00:02:54.263]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T21:45:28.2101773Z [00:02:54.263]➜  mkdir -p $WORK/b387/
2025-08-20T21:45:28.2108148Z [00:02:54.264]➜  echo '# import config' > $WORK/b387/importcfg # internal
2025-08-20T21:45:28.2113854Z [00:02:54.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/embedded=>go.opentelemetry.io/otel/trace@v1.26.0/embedded;$WORK/b387=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.21 -complete -installsuffix shared -buildid 3whpWzX4CLYkH5eZeXvV/3whpWzX4CLYkH5eZeXvV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/embedded/embedded.go
2025-08-20T21:45:28.2205097Z [00:02:54.273]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:45:28.2205835Z [00:02:54.273]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/69/697a569f739810fa030a53090d4ef4810c2d852256dab517258111ee66178d4a-d # internal
2025-08-20T21:45:28.2206431Z [00:02:54.273]➜  go.opentelemetry.io/otel/trace
2025-08-20T21:45:28.2206728Z [00:02:54.273]➜  mkdir -p $WORK/b386/
2025-08-20T21:45:28.2207114Z [00:02:54.273]➜  cat >/tmp/go-build1255330412/b386/importcfg << 'EOF' # internal
2025-08-20T21:45:28.2207459Z [00:02:54.273]➜  # import config
2025-08-20T21:45:28.2208144Z [00:02:54.273]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:28.2209030Z [00:02:54.273]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.2209896Z [00:02:54.273]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:28.2210760Z [00:02:54.273]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:28.2211849Z [00:02:54.273]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.2212709Z [00:02:54.273]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.2213378Z [00:02:54.273]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1255330412/b380/_pkg_.a
2025-08-20T21:45:28.2213998Z [00:02:54.273]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1255330412/b387/_pkg_.a
2025-08-20T21:45:28.2214752Z [00:02:54.273]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.2215623Z [00:02:54.273]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.2216132Z [00:02:54.273]➜  EOF
2025-08-20T21:45:28.2219455Z [00:02:54.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0=>go.opentelemetry.io/otel/trace@v1.26.0;$WORK/b386=>" -p go.opentelemetry.io/otel/trace -lang=go1.21 -complete -installsuffix shared -buildid fCONE0I2pEe8u5_F2PAl/fCONE0I2pEe8u5_F2PAl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.26.0/tracestate.go
2025-08-20T21:45:28.2431517Z [00:02:54.295]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:45:28.2495012Z [00:02:54.302]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:45:28.2507281Z [00:02:54.303]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/22/22f5401fd45aa1bc1006c543bd4e6e674f2458cd6db4d2375839586ccec7d900-d # internal
2025-08-20T21:45:28.2530152Z [00:02:54.303]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T21:45:28.2530571Z [00:02:54.304]➜  mkdir -p $WORK/b388/
2025-08-20T21:45:28.2530927Z [00:02:54.304]➜  echo '# import config' > $WORK/b388/importcfg # internal
2025-08-20T21:45:28.2533661Z [00:02:54.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/instrumentation=>go.opentelemetry.io/otel/sdk@v1.26.0/instrumentation;$WORK/b388=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.21 -complete -installsuffix shared -buildid 0YziORChYCd0CG4qDXz5/0YziORChYCd0CG4qDXz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/instrumentation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/instrumentation/library.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/instrumentation/scope.go
2025-08-20T21:45:28.2561656Z [00:02:54.309]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/79/79947943c1eedb0a08064f1251c2e8a8aec4bc2ba1f557055c0da3b1c16a8a87-d # internal
2025-08-20T21:45:28.2589363Z [00:02:54.310]➜  github.com/eko/gocache/lib/v4/metrics
2025-08-20T21:45:28.2591069Z [00:02:54.312]➜  mkdir -p $WORK/b320/
2025-08-20T21:45:28.2591968Z [00:02:54.312]➜  cat >/tmp/go-build1255330412/b320/importcfg << 'EOF' # internal
2025-08-20T21:45:28.2593047Z [00:02:54.312]➜  # import config
2025-08-20T21:45:28.2593793Z [00:02:54.312]➜  packagefile github.com/eko/gocache/lib/v4/codec=/tmp/go-build1255330412/b315/_pkg_.a
2025-08-20T21:45:28.2594882Z [00:02:54.312]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build1255330412/b321/_pkg_.a
2025-08-20T21:45:28.2597678Z [00:02:54.312]➜  packagefile go.uber.org/mock/gomock=/tmp/go-build1255330412/b317/_pkg_.a
2025-08-20T21:45:28.2601209Z [00:02:54.312]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:28.2602027Z [00:02:54.312]➜  EOF
2025-08-20T21:45:28.2605098Z [00:02:54.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/metrics=>github.com/eko/gocache/lib/v4@v4.2.0/metrics;$WORK/b320=>" -p github.com/eko/gocache/lib/v4/metrics -lang=go1.22 -complete -installsuffix shared -buildid 9iSLgidglhJV3LQizI9_/9iSLgidglhJV3LQizI9_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/metrics/interface.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/metrics/metrics_mock.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/metrics/prometheus.go
2025-08-20T21:45:28.2629001Z [00:02:54.316]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:45:28.2633633Z [00:02:54.316]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/dc/dc57d1f7e6d0ea649d5c111f4467d900ce8649aa7e047d1f83c41770d2ea4d68-d # internal
2025-08-20T21:45:28.2636641Z [00:02:54.316]➜  github.com/prometheus/client_golang/prometheus/promhttp
2025-08-20T21:45:28.2637631Z [00:02:54.317]➜  mkdir -p $WORK/b364/
2025-08-20T21:45:28.2641936Z [00:02:54.317]➜  cat >/tmp/go-build1255330412/b364/importcfg << 'EOF' # internal
2025-08-20T21:45:28.2643675Z [00:02:54.317]➜  # import config
2025-08-20T21:45:28.2644575Z [00:02:54.317]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:28.2646306Z [00:02:54.317]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:45:28.2647627Z [00:02:54.317]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.2648932Z [00:02:54.317]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:28.2650898Z [00:02:54.317]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.2652246Z [00:02:54.317]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.2653428Z [00:02:54.317]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build1255330412/b365/_pkg_.a
2025-08-20T21:45:28.2654842Z [00:02:54.317]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build1255330412/b321/_pkg_.a
2025-08-20T21:45:28.2656285Z [00:02:54.317]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build1255330412/b367/_pkg_.a
2025-08-20T21:45:28.2657100Z [00:02:54.317]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1255330412/b326/_pkg_.a
2025-08-20T21:45:28.2657909Z [00:02:54.317]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build1255330412/b329/_pkg_.a
2025-08-20T21:45:28.2658703Z [00:02:54.317]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:28.2659506Z [00:02:54.317]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:28.2660326Z [00:02:54.317]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:28.2661203Z [00:02:54.317]➜  packagefile net/http/httptrace=/root/.cache/go-build/6c/6c4c249df8222a83694856bcd0b2e1ac25a7c7fedb2c4182cac3801522f7cd59-d
2025-08-20T21:45:28.2662085Z [00:02:54.317]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.2662908Z [00:02:54.317]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.2663996Z [00:02:54.317]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.2665010Z [00:02:54.317]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.2665549Z [00:02:54.317]➜  EOF
2025-08-20T21:45:28.2669635Z [00:02:54.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp=>github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp;$WORK/b364=>" -p github.com/prometheus/client_golang/prometheus/promhttp -lang=go1.22 -complete -installsuffix shared -buildid Cpu6WQV0uSCI95lp6Nfi/Cpu6WQV0uSCI95lp6Nfi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/delegator.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/http.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/instrument_client.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/instrument_server.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/promhttp/option.go
2025-08-20T21:45:28.3179628Z [00:02:54.371]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:45:28.3190280Z [00:02:54.372]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/f5/f5c9cdfa130111217ed86460236595625636a2ed13f219ebf63f5abc0f4dc009-d # internal
2025-08-20T21:45:28.3242007Z [00:02:54.377]➜  github.com/eko/gocache/lib/v4/cache
2025-08-20T21:45:28.3247858Z [00:02:54.377]➜  mkdir -p $WORK/b314/
2025-08-20T21:45:28.3249404Z [00:02:54.378]➜  cat >/tmp/go-build1255330412/b314/importcfg << 'EOF' # internal
2025-08-20T21:45:28.3249854Z [00:02:54.378]➜  # import config
2025-08-20T21:45:28.3250434Z [00:02:54.378]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.3261740Z [00:02:54.378]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:28.3262597Z [00:02:54.378]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.3263428Z [00:02:54.378]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.3264134Z [00:02:54.378]➜  packagefile github.com/eko/gocache/lib/v4/codec=/tmp/go-build1255330412/b315/_pkg_.a
2025-08-20T21:45:28.3264784Z [00:02:54.378]➜  packagefile github.com/eko/gocache/lib/v4/metrics=/tmp/go-build1255330412/b320/_pkg_.a
2025-08-20T21:45:28.3265406Z [00:02:54.378]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:28.3265975Z [00:02:54.378]➜  packagefile go.uber.org/mock/gomock=/tmp/go-build1255330412/b317/_pkg_.a
2025-08-20T21:45:28.3266542Z [00:02:54.378]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build1255330412/b335/_pkg_.a
2025-08-20T21:45:28.3267267Z [00:02:54.378]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:28.3268293Z [00:02:54.378]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.3269102Z [00:02:54.378]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.3269596Z [00:02:54.378]➜  EOF
2025-08-20T21:45:28.3273184Z [00:02:54.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/cache=>github.com/eko/gocache/lib/v4@v4.2.0/cache;$WORK/b314=>" -p github.com/eko/gocache/lib/v4/cache -lang=go1.22 -complete -installsuffix shared -buildid PLVPkJQUiyfM2wEA6T8k/PLVPkJQUiyfM2wEA6T8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/cache/cache.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/cache/cache_mock.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/cache/chain.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/cache/interface.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/cache/loadable.go /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/cache/metric.go
2025-08-20T21:45:28.3390984Z [00:02:54.390]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:45:28.3402090Z [00:02:54.393]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/92/92f2365fd0d67eb82fe32240df864c8cd1b630dbdcba356154aed8e075e898e2-d # internal
2025-08-20T21:45:28.3415401Z [00:02:54.394]➜  go.opentelemetry.io/otel/propagation
2025-08-20T21:45:28.3415807Z [00:02:54.394]➜  mkdir -p $WORK/b383/
2025-08-20T21:45:28.3427559Z [00:02:54.395]➜  cat >/tmp/go-build1255330412/b383/importcfg << 'EOF' # internal
2025-08-20T21:45:28.3429184Z [00:02:54.395]➜  # import config
2025-08-20T21:45:28.3429790Z [00:02:54.395]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.3430648Z [00:02:54.395]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:28.3431495Z [00:02:54.395]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.3432195Z [00:02:54.395]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1255330412/b384/_pkg_.a
2025-08-20T21:45:28.3433285Z [00:02:54.395]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1255330412/b386/_pkg_.a
2025-08-20T21:45:28.3434013Z [00:02:54.395]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:28.3434848Z [00:02:54.395]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.3435343Z [00:02:54.395]➜  EOF
2025-08-20T21:45:28.3438374Z [00:02:54.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/propagation=>go.opentelemetry.io/otel@v1.26.0/propagation;$WORK/b383=>" -p go.opentelemetry.io/otel/propagation -lang=go1.21 -complete -installsuffix shared -buildid hzi4VbyzvNe2r4Qz-2cw/hzi4VbyzvNe2r4Qz-2cw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/propagation/trace_context.go
2025-08-20T21:45:28.3604519Z [00:02:54.413]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:45:28.3627288Z [00:02:54.415]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/cd/cd6380ff877c2b1d84535cdcd7abb6ff249c6e548a77976c689e258d0f4ae374-d # internal
2025-08-20T21:45:28.3635252Z [00:02:54.415]➜  github.com/eko/gocache/lib/v4/marshaler
2025-08-20T21:45:28.3635590Z [00:02:54.415]➜  mkdir -p $WORK/b336/
2025-08-20T21:45:28.3641065Z [00:02:54.417]➜  cat >/tmp/go-build1255330412/b336/importcfg << 'EOF' # internal
2025-08-20T21:45:28.3641882Z [00:02:54.417]➜  # import config
2025-08-20T21:45:28.3644363Z [00:02:54.417]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.3645148Z [00:02:54.417]➜  packagefile github.com/eko/gocache/lib/v4/cache=/tmp/go-build1255330412/b314/_pkg_.a
2025-08-20T21:45:28.3645773Z [00:02:54.417]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:28.3646384Z [00:02:54.417]➜  packagefile github.com/vmihailenco/msgpack/v5=/tmp/go-build1255330412/b337/_pkg_.a
2025-08-20T21:45:28.3646785Z [00:02:54.417]➜  EOF
2025-08-20T21:45:28.3649284Z [00:02:54.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/marshaler=>github.com/eko/gocache/lib/v4@v4.2.0/marshaler;$WORK/b336=>" -p github.com/eko/gocache/lib/v4/marshaler -lang=go1.22 -complete -installsuffix shared -buildid SF8a8_2PMYD2s9wjBxKU/SF8a8_2PMYD2s9wjBxKU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/github.com/eko/gocache/lib/v4@v4.2.0/marshaler/marshaler.go
2025-08-20T21:45:28.3825224Z [00:02:54.434]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:45:28.3826005Z [00:02:54.435]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/4d/4db367b6cd759cd37458480bbf44112aba3d9ae656d2c6bef1201f82fd6df97f-d # internal
2025-08-20T21:45:28.3827492Z [00:02:54.435]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T21:45:28.3828550Z [00:02:54.435]➜  mkdir -p $WORK/b390/
2025-08-20T21:45:28.3829310Z [00:02:54.435]➜  cat >/tmp/go-build1255330412/b390/importcfg << 'EOF' # internal
2025-08-20T21:45:28.3830206Z [00:02:54.435]➜  # import config
2025-08-20T21:45:28.3831392Z [00:02:54.435]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.3832185Z [00:02:54.435]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:28.3832825Z [00:02:54.435]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1255330412/b382/_pkg_.a
2025-08-20T21:45:28.3833634Z [00:02:54.435]➜  EOF
2025-08-20T21:45:28.3835709Z [00:02:54.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/noop=>go.opentelemetry.io/otel/metric@v1.26.0/noop;$WORK/b390=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.21 -complete -installsuffix shared -buildid YLC-l5pt6nsbFgTEKWMi/YLC-l5pt6nsbFgTEKWMi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.26.0/noop/noop.go
2025-08-20T21:45:28.4180230Z [00:02:54.471]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:45:28.4190370Z [00:02:54.472]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/9e/9e4bcb8c73cbf70cde819b77df67ab5326f2001eae7eff2b7a2e32af1e376010-d # internal
2025-08-20T21:45:28.4201135Z [00:02:54.473]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T21:45:28.4219164Z [00:02:54.475]➜  mkdir -p $WORK/b377/
2025-08-20T21:45:28.4220850Z [00:02:54.475]➜  cat >/tmp/go-build1255330412/b377/importcfg << 'EOF' # internal
2025-08-20T21:45:28.4221313Z [00:02:54.475]➜  # import config
2025-08-20T21:45:28.4221930Z [00:02:54.475]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:45:28.4222794Z [00:02:54.475]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.4223637Z [00:02:54.475]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.4224318Z [00:02:54.475]➜  packagefile github.com/go-logr/logr=/tmp/go-build1255330412/b373/_pkg_.a
2025-08-20T21:45:28.4224850Z [00:02:54.475]➜  packagefile github.com/go-logr/stdr=/tmp/go-build1255330412/b378/_pkg_.a
2025-08-20T21:45:28.4225428Z [00:02:54.475]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.4226028Z [00:02:54.475]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1255330412/b380/_pkg_.a
2025-08-20T21:45:28.4226627Z [00:02:54.475]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:28.4227276Z [00:02:54.475]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1255330412/b382/_pkg_.a
2025-08-20T21:45:28.4228086Z [00:02:54.475]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1255330412/b383/_pkg_.a
2025-08-20T21:45:28.4228975Z [00:02:54.475]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1255330412/b386/_pkg_.a
2025-08-20T21:45:28.4229755Z [00:02:54.475]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1255330412/b387/_pkg_.a
2025-08-20T21:45:28.4230543Z [00:02:54.475]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:28.4231328Z [00:02:54.475]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.4232134Z [00:02:54.475]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.4232984Z [00:02:54.475]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:28.4233513Z [00:02:54.475]➜  EOF
2025-08-20T21:45:28.4238699Z [00:02:54.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global=>go.opentelemetry.io/otel@v1.26.0/internal/global;$WORK/b377=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.21 -complete -installsuffix shared -buildid R3EYFHotiwgnlhoKH3Jv/R3EYFHotiwgnlhoKH3Jv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal/global/trace.go
2025-08-20T21:45:28.4321426Z [00:02:54.484]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:45:28.4324560Z [00:02:54.485]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/ac/ac6310ade25cc7a8c744e4572a54f1dcb66b53d03b6bb3c7d5fa7dc49fa825da-d # internal
2025-08-20T21:45:28.4325913Z [00:02:54.485]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T21:45:28.4326269Z [00:02:54.485]➜  mkdir -p $WORK/b391/
2025-08-20T21:45:28.4329105Z [00:02:54.486]➜  echo '# import config' > $WORK/b391/importcfg # internal
2025-08-20T21:45:28.4333647Z [00:02:54.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal=>go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal;$WORK/b391=>" -p go.opentelemetry.io/otel/sdk/metric/internal -lang=go1.21 -complete -installsuffix shared -buildid ht0UA5lWsxMf5OAmw1M3/ht0UA5lWsxMf5OAmw1M3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/reuse_slice.go
2025-08-20T21:45:28.4407472Z [00:02:54.493]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:45:28.4409920Z [00:02:54.494]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/23/2351b4db08795623b37291f58894d6714664094059e6776dc8163134b5dd1567-d # internal
2025-08-20T21:45:28.4411201Z [00:02:54.494]➜  go.opentelemetry.io/otel/sdk
2025-08-20T21:45:28.4412799Z [00:02:54.494]➜  mkdir -p $WORK/b396/
2025-08-20T21:45:28.4439504Z [00:02:54.497]➜  echo '# import config' > $WORK/b396/importcfg # internal
2025-08-20T21:45:28.4442247Z [00:02:54.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0=>go.opentelemetry.io/otel/sdk@v1.26.0;$WORK/b396=>" -p go.opentelemetry.io/otel/sdk -lang=go1.21 -complete -installsuffix shared -buildid ZBeeovWNps9zkXU55fz_/ZBeeovWNps9zkXU55fz_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/version.go
2025-08-20T21:45:28.4537605Z [00:02:54.506]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:45:28.4539283Z [00:02:54.507]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/1b/1bd6233690dc42523f65a3873a2dcad8507ca108a0dfdf0ef088118086e3d1b9-d # internal
2025-08-20T21:45:28.4543988Z [00:02:54.507]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T21:45:28.4544401Z [00:02:54.507]➜  mkdir -p $WORK/b397/
2025-08-20T21:45:28.4547013Z [00:02:54.508]➜  cat >/tmp/go-build1255330412/b397/importcfg << 'EOF' # internal
2025-08-20T21:45:28.4548265Z [00:02:54.508]➜  # import config
2025-08-20T21:45:28.4549145Z [00:02:54.508]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.4549622Z [00:02:54.508]➜  EOF
2025-08-20T21:45:28.4553482Z [00:02:54.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0=>go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0;$WORK/b397=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.21 -complete -installsuffix shared -buildid LfCwgjKYwXya0O2Mhz4r/LfCwgjKYwXya0O2Mhz4r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.24.0/trace.go
2025-08-20T21:45:28.5882901Z [00:02:54.641]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:45:28.6101891Z [00:02:54.663]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/6f/6ff69f7dc2461e50161b3e6108c45e0b26837823841c80249e442ee77aa0c8e2-d # internal
2025-08-20T21:45:28.6153119Z [00:02:54.667]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T21:45:28.6153547Z [00:02:54.668]➜  mkdir -p $WORK/b399/
2025-08-20T21:45:28.6154970Z [00:02:54.668]➜  cat >/tmp/go-build1255330412/b399/importcfg << 'EOF' # internal
2025-08-20T21:45:28.6155363Z [00:02:54.668]➜  # import config
2025-08-20T21:45:28.6155913Z [00:02:54.668]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.6156765Z [00:02:54.668]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.6157592Z [00:02:54.668]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.6158304Z [00:02:54.668]➜  EOF
2025-08-20T21:45:28.6160366Z [00:02:54.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/x=>go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/x;$WORK/b399=>" -p go.opentelemetry.io/otel/sdk/metric/internal/x -lang=go1.21 -complete -installsuffix shared -buildid 2cKWNgOu_YBRFCQa1mEY/2cKWNgOu_YBRFCQa1mEY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/x/x.go
2025-08-20T21:45:28.6261845Z [00:02:54.679]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:45:28.6297974Z [00:02:54.683]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/1d/1d81985975893bfa1c1f86d501f06174203ed166499222c05830307fc74d3fc4-d # internal
2025-08-20T21:45:28.6305863Z [00:02:54.683]➜  go.opentelemetry.io/otel
2025-08-20T21:45:28.6309672Z [00:02:54.683]➜  mkdir -p $WORK/b372/
2025-08-20T21:45:28.6319495Z [00:02:54.685]➜  cat >/tmp/go-build1255330412/b372/importcfg << 'EOF' # internal
2025-08-20T21:45:28.6320205Z [00:02:54.685]➜  # import config
2025-08-20T21:45:28.6321031Z [00:02:54.685]➜  packagefile github.com/go-logr/logr=/tmp/go-build1255330412/b373/_pkg_.a
2025-08-20T21:45:28.6322025Z [00:02:54.685]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1255330412/b377/_pkg_.a
2025-08-20T21:45:28.6329138Z [00:02:54.685]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:28.6329847Z [00:02:54.685]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1255330412/b383/_pkg_.a
2025-08-20T21:45:28.6330461Z [00:02:54.685]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1255330412/b386/_pkg_.a
2025-08-20T21:45:28.6330876Z [00:02:54.685]➜  EOF
2025-08-20T21:45:28.6334126Z [00:02:54.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0=>go.opentelemetry.io/otel@v1.26.0;$WORK/b372=>" -p go.opentelemetry.io/otel -lang=go1.21 -complete -installsuffix shared -buildid dx97vi8-nke-zvWgyjPh/dx97vi8-nke-zvWgyjPh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/version.go
2025-08-20T21:45:28.6499325Z [00:02:54.702]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:45:28.6504310Z [00:02:54.703]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/f6/f612bde39680a9c83defe886a3a70d4504c8b18ba5d0f884d5c006b44bc4761e-d # internal
2025-08-20T21:45:28.6506806Z [00:02:54.703]➜  github.com/BurntSushi/toml/internal
2025-08-20T21:45:28.6507427Z [00:02:54.703]➜  mkdir -p $WORK/b402/
2025-08-20T21:45:28.6523399Z [00:02:54.705]➜  cat >/tmp/go-build1255330412/b402/importcfg << 'EOF' # internal
2025-08-20T21:45:28.6523884Z [00:02:54.705]➜  # import config
2025-08-20T21:45:28.6524457Z [00:02:54.705]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.6524947Z [00:02:54.705]➜  EOF
2025-08-20T21:45:28.6526811Z [00:02:54.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/internal=>github.com/BurntSushi/toml@v1.4.0/internal;$WORK/b402=>" -p github.com/BurntSushi/toml/internal -lang=go1.18 -complete -installsuffix shared -buildid XB2XqFp3o6cj42wMCy56/XB2XqFp3o6cj42wMCy56 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/internal/tz.go
2025-08-20T21:45:28.6585468Z [00:02:54.711]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:45:28.6632936Z [00:02:54.716]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:45:28.6634616Z [00:02:54.716]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/f2/f2b7c8d0e38bfe8c3e54e48dda395bb8083e805d431840f2afeca9d942754597-d # internal
2025-08-20T21:45:28.6637494Z [00:02:54.717]➜  github.com/BurntSushi/toml
2025-08-20T21:45:28.6639643Z [00:02:54.717]➜  mkdir -p $WORK/b401/
2025-08-20T21:45:28.6644107Z [00:02:54.717]➜  cat >/tmp/go-build1255330412/b401/importcfg << 'EOF' # internal
2025-08-20T21:45:28.6644546Z [00:02:54.717]➜  # import config
2025-08-20T21:45:28.6645326Z [00:02:54.717]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:28.6646146Z [00:02:54.717]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:28.6646975Z [00:02:54.717]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:28.6648195Z [00:02:54.717]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:28.6649128Z [00:02:54.717]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.6649949Z [00:02:54.717]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.6650658Z [00:02:54.717]➜  packagefile github.com/BurntSushi/toml/internal=/tmp/go-build1255330412/b402/_pkg_.a
2025-08-20T21:45:28.6651383Z [00:02:54.717]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:28.6658118Z [00:02:54.717]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:45:28.6659032Z [00:02:54.717]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:28.6659840Z [00:02:54.717]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.6660641Z [00:02:54.717]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:28.6661466Z [00:02:54.717]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:28.6662285Z [00:02:54.717]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:28.6663517Z [00:02:54.717]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.6669927Z [00:02:54.717]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.6671157Z [00:02:54.717]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.6672169Z [00:02:54.717]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.6673261Z [00:02:54.717]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:28.6674311Z [00:02:54.717]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:28.6675052Z [00:02:54.717]➜  EOF
2025-08-20T21:45:28.6679485Z [00:02:54.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0=>github.com/BurntSushi/toml@v1.4.0;$WORK/b401=>" -p github.com/BurntSushi/toml -lang=go1.18 -complete -installsuffix shared -buildid IRwi7qnwT2fNrkjZUgZs/IRwi7qnwT2fNrkjZUgZs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/decode.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/deprecated.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/doc.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/encode.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/error.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/lex.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/meta.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/parse.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/type_fields.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.4.0/type_toml.go
2025-08-20T21:45:28.6683561Z [00:02:54.718]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:45:28.6684412Z [00:02:54.720]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/c2/c26ca4f78635dff7cc7b657db30d593dd5397486be90cc822b8b2174a40bf115-d # internal
2025-08-20T21:45:28.6685171Z [00:02:54.720]➜  github.com/kelseyhightower/envconfig
2025-08-20T21:45:28.6685923Z [00:02:54.720]➜  mkdir -p $WORK/b404/
2025-08-20T21:45:28.6719521Z [00:02:54.725]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/ad/ad814d7dbc318e1cc203bfc1dce744524d14c0154437706b60cdc0c166add4b0-d # internal
2025-08-20T21:45:28.6726581Z [00:02:54.725]➜  cat >/tmp/go-build1255330412/b404/importcfg << 'EOF' # internal
2025-08-20T21:45:28.6726967Z [00:02:54.725]➜  # import config
2025-08-20T21:45:28.6727546Z [00:02:54.725]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:28.6728673Z [00:02:54.725]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.6729510Z [00:02:54.725]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.6730311Z [00:02:54.725]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:28.6731095Z [00:02:54.725]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.6731895Z [00:02:54.725]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:28.6732706Z [00:02:54.725]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:28.6733521Z [00:02:54.725]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.6734740Z [00:02:54.725]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.6735597Z [00:02:54.725]➜  packagefile text/tabwriter=/root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d
2025-08-20T21:45:28.6736478Z [00:02:54.725]➜  packagefile text/template=/root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d
2025-08-20T21:45:28.6737318Z [00:02:54.725]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.6738011Z [00:02:54.725]➜  EOF
2025-08-20T21:45:28.6740746Z [00:02:54.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0=>github.com/kelseyhightower/envconfig@v1.4.0;$WORK/b404=>" -p github.com/kelseyhightower/envconfig -lang=go1.16 -complete -installsuffix shared -buildid WZ3I01Nkp2ee9slGDPC4/WZ3I01Nkp2ee9slGDPC4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/doc.go /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/env_os.go /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/envconfig.go /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/usage.go
2025-08-20T21:45:28.6743139Z [00:02:54.725]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T21:45:28.6743449Z [00:02:54.725]➜  mkdir -p $WORK/b395/
2025-08-20T21:45:28.6743821Z [00:02:54.725]➜  cat >/tmp/go-build1255330412/b395/importcfg << 'EOF' # internal
2025-08-20T21:45:28.6744168Z [00:02:54.725]➜  # import config
2025-08-20T21:45:28.6744716Z [00:02:54.725]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:28.6745529Z [00:02:54.725]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.6746363Z [00:02:54.725]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.6747186Z [00:02:54.725]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.6750859Z [00:02:54.725]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1255330412/b372/_pkg_.a
2025-08-20T21:45:28.6752038Z [00:02:54.725]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.6752951Z [00:02:54.725]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build1255330412/b396/_pkg_.a
2025-08-20T21:45:28.6754043Z [00:02:54.725]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build1255330412/b397/_pkg_.a
2025-08-20T21:45:28.6755073Z [00:02:54.725]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:28.6756375Z [00:02:54.725]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:28.6757362Z [00:02:54.725]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:28.6758620Z [00:02:54.725]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.6759657Z [00:02:54.725]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:28.6760760Z [00:02:54.725]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:28.6761995Z [00:02:54.725]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:28.6763513Z [00:02:54.725]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:28.6764550Z [00:02:54.725]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.6765765Z [00:02:54.725]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.6766521Z [00:02:54.725]➜  EOF
2025-08-20T21:45:28.6773476Z [00:02:54.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource=>go.opentelemetry.io/otel/sdk@v1.26.0/resource;$WORK/b395=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.21 -complete -installsuffix shared -buildid g0BkRoiW-rQvDvrDKc6g/g0BkRoiW-rQvDvrDKc6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/builtin.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/container.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/host_id.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/host_id_linux.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/host_id_readfile.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/os.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/os_release_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/os_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/process.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.26.0/resource/resource.go
2025-08-20T21:45:28.7727561Z [00:02:54.824]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:45:28.7729774Z [00:02:54.825]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/1a/1a17b0de557ee964305a7ea9311272f68f296e6dd612fb2054c4aee26a4a1d77-d # internal
2025-08-20T21:45:28.7730576Z [00:02:54.825]➜  github.com/patrickmn/go-cache
2025-08-20T21:45:28.7730886Z [00:02:54.826]➜  mkdir -p $WORK/b406/
2025-08-20T21:45:28.7731565Z [00:02:54.826]➜  cat >/tmp/go-build1255330412/b406/importcfg << 'EOF' # internal
2025-08-20T21:45:28.7731971Z [00:02:54.826]➜  # import config
2025-08-20T21:45:28.7732675Z [00:02:54.826]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:28.7733598Z [00:02:54.826]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:45:28.7734435Z [00:02:54.826]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.7735241Z [00:02:54.826]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:28.7736024Z [00:02:54.826]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:28.7736836Z [00:02:54.826]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:28.7737660Z [00:02:54.826]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:28.7738674Z [00:02:54.826]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.7739493Z [00:02:54.826]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:28.7740303Z [00:02:54.826]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.7741381Z [00:02:54.826]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.7741864Z [00:02:54.826]➜  EOF
2025-08-20T21:45:28.7744087Z [00:02:54.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible=>github.com/patrickmn/go-cache@v2.1.0+incompatible;$WORK/b406=>" -p github.com/patrickmn/go-cache -lang=go1.16 -complete -installsuffix shared -buildid o472N4iupgwqbvb5vKs4/o472N4iupgwqbvb5vKs4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go /root/go/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/sharded.go
2025-08-20T21:45:28.7786562Z [00:02:54.831]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:45:28.7809877Z [00:02:54.834]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/c6/c696ed91daf798aae7a86496fa03dad56d67e46ddca88134ca1509f497ba9046-d # internal
2025-08-20T21:45:28.7810913Z [00:02:54.834]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T21:45:28.7811409Z [00:02:54.834]➜  mkdir -p $WORK/b394/
2025-08-20T21:45:28.7820998Z [00:02:54.835]➜  cat >/tmp/go-build1255330412/b394/importcfg << 'EOF' # internal
2025-08-20T21:45:28.7821644Z [00:02:54.835]➜  # import config
2025-08-20T21:45:28.7822539Z [00:02:54.835]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:28.7823493Z [00:02:54.835]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.7824999Z [00:02:54.835]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1255330412/b388/_pkg_.a
2025-08-20T21:45:28.7826055Z [00:02:54.835]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1255330412/b395/_pkg_.a
2025-08-20T21:45:28.7828256Z [00:02:54.835]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.7829149Z [00:02:54.835]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.7829637Z [00:02:54.835]➜  EOF
2025-08-20T21:45:28.7832728Z [00:02:54.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/metricdata=>go.opentelemetry.io/otel/sdk/metric@v1.26.0/metricdata;$WORK/b394=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.21 -complete -installsuffix shared -buildid zLL8MWiTs1GgJ0IF23Eb/zLL8MWiTs1GgJ0IF23Eb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/metricdata/data.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/metricdata/temporality.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/metricdata/temporality_string.go
2025-08-20T21:45:28.8136966Z [00:02:54.866]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:45:28.8142738Z [00:02:54.867]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/71/71bb0f3129f1ca46f869f15f9ad3b3376aed63aabb300eb5f0ff7cc2d3327f63-d # internal
2025-08-20T21:45:28.8146257Z [00:02:54.867]➜  go.opentelemetry.io/otel/sdk/metric/internal/exemplar
2025-08-20T21:45:28.8146633Z [00:02:54.867]➜  mkdir -p $WORK/b393/
2025-08-20T21:45:28.8147031Z [00:02:54.867]➜  cat >/tmp/go-build1255330412/b393/importcfg << 'EOF' # internal
2025-08-20T21:45:28.8147383Z [00:02:54.867]➜  # import config
2025-08-20T21:45:28.8148079Z [00:02:54.867]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.8148850Z [00:02:54.867]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.8149996Z [00:02:54.867]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1255330412/b394/_pkg_.a
2025-08-20T21:45:28.8150639Z [00:02:54.867]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1255330412/b386/_pkg_.a
2025-08-20T21:45:28.8151343Z [00:02:54.867]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:28.8152163Z [00:02:54.867]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:28.8152991Z [00:02:54.867]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:28.8153794Z [00:02:54.867]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:28.8154586Z [00:02:54.867]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.8182959Z [00:02:54.867]➜  EOF
2025-08-20T21:45:28.8187192Z [00:02:54.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar=>go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar;$WORK/b393=>" -p go.opentelemetry.io/otel/sdk/metric/internal/exemplar -lang=go1.21 -complete -installsuffix shared -buildid 7hlgOO4chPTBll3rixNp/7hlgOO4chPTBll3rixNp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar/drop.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar/hist.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar/rand.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar/reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/exemplar/storage.go
2025-08-20T21:45:28.8394605Z [00:02:54.892]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:45:28.8399760Z [00:02:54.893]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/de/de0799fb532e678b213e2721a03535e64239fe22c80a936b94e63a4723578519-d # internal
2025-08-20T21:45:28.8402490Z [00:02:54.893]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T21:45:28.8406505Z [00:02:54.893]➜  mkdir -p $WORK/b392/
2025-08-20T21:45:28.8407077Z [00:02:54.893]➜  cat >/tmp/go-build1255330412/b392/importcfg << 'EOF' # internal
2025-08-20T21:45:28.8407485Z [00:02:54.893]➜  # import config
2025-08-20T21:45:28.8408190Z [00:02:54.893]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.8409081Z [00:02:54.893]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.8409774Z [00:02:54.893]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1255330412/b372/_pkg_.a
2025-08-20T21:45:28.8410360Z [00:02:54.893]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.8411051Z [00:02:54.893]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/exemplar=/tmp/go-build1255330412/b393/_pkg_.a
2025-08-20T21:45:28.8411784Z [00:02:54.893]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1255330412/b394/_pkg_.a
2025-08-20T21:45:28.8412550Z [00:02:54.893]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:28.8413362Z [00:02:54.893]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:28.8414165Z [00:02:54.893]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:28.8415286Z [00:02:54.893]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.8416084Z [00:02:54.893]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.8416572Z [00:02:54.893]➜  EOF
2025-08-20T21:45:28.8420990Z [00:02:54.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate=>go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate;$WORK/b392=>" -p go.opentelemetry.io/otel/sdk/metric/internal/aggregate -lang=go1.21 -complete -installsuffix shared -buildid XgnBYNGNf_uQNBUmnFW2/XgnBYNGNf_uQNBUmnFW2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate/aggregate.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate/exponential_histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate/histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate/lastvalue.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate/limit.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/internal/aggregate/sum.go
2025-08-20T21:45:28.8971891Z [00:02:54.949]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:45:28.8975766Z [00:02:54.950]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/c4/c440326ba3f4b23bd003da7d7f897976b148d8f7d94d1f8c79fc191d62452c12-d # internal
2025-08-20T21:45:28.8986423Z [00:02:54.951]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T21:45:28.8990154Z [00:02:54.951]➜  mkdir -p $WORK/b389/
2025-08-20T21:45:28.9000539Z [00:02:54.952]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:45:28.9006159Z [00:02:54.953]➜  cat >/tmp/go-build1255330412/b389/importcfg << 'EOF' # internal
2025-08-20T21:45:28.9006572Z [00:02:54.953]➜  # import config
2025-08-20T21:45:28.9010451Z [00:02:54.953]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:45:28.9011614Z [00:02:54.953]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:28.9012621Z [00:02:54.953]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:28.9013509Z [00:02:54.953]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:28.9014174Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1255330412/b372/_pkg_.a
2025-08-20T21:45:28.9014761Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:28.9015412Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1255330412/b377/_pkg_.a
2025-08-20T21:45:28.9016034Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:28.9016658Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1255330412/b382/_pkg_.a
2025-08-20T21:45:28.9017298Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1255330412/b390/_pkg_.a
2025-08-20T21:45:28.9018125Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1255330412/b388/_pkg_.a
2025-08-20T21:45:28.9018833Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build1255330412/b391/_pkg_.a
2025-08-20T21:45:28.9019564Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build1255330412/b392/_pkg_.a
2025-08-20T21:45:28.9020619Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/exemplar=/tmp/go-build1255330412/b393/_pkg_.a
2025-08-20T21:45:28.9021343Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build1255330412/b399/_pkg_.a
2025-08-20T21:45:28.9022039Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1255330412/b394/_pkg_.a
2025-08-20T21:45:28.9022705Z [00:02:54.953]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1255330412/b395/_pkg_.a
2025-08-20T21:45:28.9023424Z [00:02:54.953]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:28.9024220Z [00:02:54.953]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:28.9025037Z [00:02:54.953]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:28.9025867Z [00:02:54.953]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:28.9026684Z [00:02:54.953]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.9027505Z [00:02:54.953]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:28.9042442Z [00:02:54.953]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:28.9043293Z [00:02:54.953]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:28.9044120Z [00:02:54.953]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.9044604Z [00:02:54.953]➜  EOF
2025-08-20T21:45:28.9051213Z [00:02:54.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0=>go.opentelemetry.io/otel/sdk/metric@v1.26.0;$WORK/b389=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.21 -complete -installsuffix shared -buildid vbrYBmQ_7mzG874i3LZn/vbrYBmQ_7mzG874i3LZn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/aggregation.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/cache.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/instrumentkind_string.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/manual_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/periodic_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/pipeline.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/version.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.26.0/view.go
2025-08-20T21:45:28.9056993Z [00:02:54.957]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/7b/7b94672a449ee432475fff2555abb45688024acc3d789fbda758a7961b6c51a6-d # internal
2025-08-20T21:45:28.9057601Z [00:02:54.957]➜  github.com/okta/okta-sdk-golang/v2/okta/cache
2025-08-20T21:45:28.9058091Z [00:02:54.957]➜  mkdir -p $WORK/b405/
2025-08-20T21:45:28.9058647Z [00:02:54.957]➜  cat >/tmp/go-build1255330412/b405/importcfg << 'EOF' # internal
2025-08-20T21:45:28.9059109Z [00:02:54.957]➜  # import config
2025-08-20T21:45:28.9059656Z [00:02:54.957]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:28.9060460Z [00:02:54.957]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:28.9061159Z [00:02:54.957]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build1255330412/b406/_pkg_.a
2025-08-20T21:45:28.9061884Z [00:02:54.957]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:28.9062719Z [00:02:54.957]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:28.9063593Z [00:02:54.957]➜  packagefile net/http/httputil=/root/.cache/go-build/bf/bfa5a0b74e53e76c2a3fe594f751aed2b0b7db3c28ee7819c0010e8a7e436f71-d
2025-08-20T21:45:28.9064456Z [00:02:54.957]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:28.9064938Z [00:02:54.957]➜  EOF
2025-08-20T21:45:28.9067645Z [00:02:54.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/cache=>github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/cache;$WORK/b405=>" -p github.com/okta/okta-sdk-golang/v2/okta/cache -lang=go1.19 -complete -installsuffix shared -buildid JmK2osvTSBeQu5OYWOkF/JmK2osvTSBeQu5OYWOkF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/cache/cache.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/cache/goCache.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/cache/noopCache.go
2025-08-20T21:45:28.9707812Z [00:02:55.023]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:45:28.9723501Z [00:02:55.025]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/ef/efdea4b3ac4af51f3c33566c24388f5574ee76b36668dfb293a4d48fe1c24db5-d # internal
2025-08-20T21:45:28.9731804Z [00:02:55.026]➜  github.com/okta/okta-sdk-golang/v2/okta/query
2025-08-20T21:45:28.9734834Z [00:02:55.026]➜  mkdir -p $WORK/b409/
2025-08-20T21:45:28.9745672Z [00:02:55.027]➜  cat >/tmp/go-build1255330412/b409/importcfg << 'EOF' # internal
2025-08-20T21:45:28.9751665Z [00:02:55.027]➜  # import config
2025-08-20T21:45:28.9752324Z [00:02:55.027]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:28.9753153Z [00:02:55.027]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:28.9753651Z [00:02:55.027]➜  EOF
2025-08-20T21:45:28.9755671Z [00:02:55.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/query=>github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/query;$WORK/b409=>" -p github.com/okta/okta-sdk-golang/v2/okta/query -lang=go1.19 -complete -installsuffix shared -buildid Age8rFCrVhL6t9nAMS-d/Age8rFCrVhL6t9nAMS-d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/query/query.go
2025-08-20T21:45:28.9880380Z [00:02:55.041]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:45:28.9919804Z [00:02:55.045]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/f1/f11be277c1c54bb84cfcf6581148d16a9c08fb2f454a3689f38e4467dce44385-d # internal
2025-08-20T21:45:28.9923060Z [00:02:55.045]➜  golang.org/x/crypto/pbkdf2
2025-08-20T21:45:28.9923380Z [00:02:55.045]➜  mkdir -p $WORK/b412/
2025-08-20T21:45:28.9926552Z [00:02:55.045]➜  cat >/tmp/go-build1255330412/b412/importcfg << 'EOF' # internal
2025-08-20T21:45:28.9927501Z [00:02:55.045]➜  # import config
2025-08-20T21:45:28.9930742Z [00:02:55.045]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:28.9932205Z [00:02:55.045]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:45:28.9932893Z [00:02:55.045]➜  EOF
2025-08-20T21:45:28.9934879Z [00:02:55.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pbkdf2=>golang.org/x/crypto@v0.37.0/pbkdf2;$WORK/b412=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid KwgmYp-Unma66fMdeLst/KwgmYp-Unma66fMdeLst -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.37.0/pbkdf2/pbkdf2.go
2025-08-20T21:45:29.0066785Z [00:02:55.058]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:45:29.0068089Z [00:02:55.059]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/e3/e376c560022cc0506aa0c741dab29204dd78ddf5eda4e9bd4acc23a221d8a2b4-d # internal
2025-08-20T21:45:29.0070803Z [00:02:55.059]➜  gopkg.in/square/go-jose.v2/cipher
2025-08-20T21:45:29.0071196Z [00:02:55.059]➜  mkdir -p $WORK/b413/
2025-08-20T21:45:29.0071597Z [00:02:55.060]➜  cat >/tmp/go-build1255330412/b413/importcfg << 'EOF' # internal
2025-08-20T21:45:29.0071945Z [00:02:55.060]➜  # import config
2025-08-20T21:45:29.0072513Z [00:02:55.060]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:29.0073613Z [00:02:55.060]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:29.0074531Z [00:02:55.060]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T21:45:29.0075416Z [00:02:55.060]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:45:29.0076319Z [00:02:55.060]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T21:45:29.0077198Z [00:02:55.060]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:29.0078360Z [00:02:55.060]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:29.0079312Z [00:02:55.060]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:45:29.0080188Z [00:02:55.060]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:45:29.0081067Z [00:02:55.060]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:29.0082094Z [00:02:55.060]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:29.0082965Z [00:02:55.060]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:45:29.0083760Z [00:02:55.060]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:29.0084231Z [00:02:55.060]➜  EOF
2025-08-20T21:45:29.0087192Z [00:02:55.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher=>gopkg.in/square/go-jose.v2@v2.6.0/cipher;$WORK/b413=>" -p gopkg.in/square/go-jose.v2/cipher -lang=go1.16 -complete -installsuffix shared -buildid wJS9Jy8ju9fyJ45DgLw9/wJS9Jy8ju9fyJ45DgLw9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/cbc_hmac.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/concat_kdf.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/ecdh_es.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/key_wrap.go
2025-08-20T21:45:29.0192916Z [00:02:55.072]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:45:29.0209144Z [00:02:55.073]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/1d/1d87ee292866e8ca9946123d1d21e1cd866f048466aac4553334907952ddbe77-d # internal
2025-08-20T21:45:29.0209815Z [00:02:55.074]➜  gopkg.in/square/go-jose.v2/json
2025-08-20T21:45:29.0212552Z [00:02:55.074]➜  mkdir -p $WORK/b414/
2025-08-20T21:45:29.0219310Z [00:02:55.075]➜  cat >/tmp/go-build1255330412/b414/importcfg << 'EOF' # internal
2025-08-20T21:45:29.0219741Z [00:02:55.075]➜  # import config
2025-08-20T21:45:29.0220310Z [00:02:55.075]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:29.0221145Z [00:02:55.075]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:29.0222451Z [00:02:55.075]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:29.0223587Z [00:02:55.075]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:29.0224429Z [00:02:55.075]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:29.0225547Z [00:02:55.075]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:29.0226400Z [00:02:55.075]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:29.0227206Z [00:02:55.075]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:29.0228211Z [00:02:55.075]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:29.0229081Z [00:02:55.075]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:29.0230039Z [00:02:55.075]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:29.0230982Z [00:02:55.075]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:29.0231797Z [00:02:55.075]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:29.0232611Z [00:02:55.075]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:29.0233461Z [00:02:55.075]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T21:45:29.0234557Z [00:02:55.075]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:29.0235081Z [00:02:55.075]➜  EOF
2025-08-20T21:45:29.0238183Z [00:02:55.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json=>gopkg.in/square/go-jose.v2@v2.6.0/json;$WORK/b414=>" -p gopkg.in/square/go-jose.v2/json -lang=go1.16 -complete -installsuffix shared -buildid KlAc-kOtCIOqA3rN7PKn/KlAc-kOtCIOqA3rN7PKn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/decode.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/encode.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/indent.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/scanner.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/stream.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/tags.go
2025-08-20T21:45:29.0462390Z [00:02:55.099]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:45:29.0463154Z [00:02:55.099]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/57/57a1557799325d4dbfbc0a9eb701f018645415367c1f2432ff2937bcbd784801-d # internal
2025-08-20T21:45:29.0700324Z [00:02:55.123]➜  goauthentik.io/api/v3
2025-08-20T21:45:29.0701229Z [00:02:55.123]➜  mkdir -p $WORK/b417/
2025-08-20T21:45:29.0705129Z [00:02:55.123]➜  cat >/tmp/go-build1255330412/b417/importcfg << 'EOF' # internal
2025-08-20T21:45:29.0705586Z [00:02:55.123]➜  # import config
2025-08-20T21:45:29.0706192Z [00:02:55.123]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:29.0707028Z [00:02:55.123]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:29.0707997Z [00:02:55.123]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:29.0708925Z [00:02:55.123]➜  packagefile encoding/xml=/root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d
2025-08-20T21:45:29.0710074Z [00:02:55.123]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:29.0711098Z [00:02:55.123]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:29.0712050Z [00:02:55.123]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:29.0712891Z [00:02:55.123]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:29.0713703Z [00:02:55.123]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:29.0714532Z [00:02:55.123]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:29.0715376Z [00:02:55.123]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T21:45:29.0716234Z [00:02:55.123]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:29.0717118Z [00:02:55.123]➜  packagefile net/http/httputil=/root/.cache/go-build/bf/bfa5a0b74e53e76c2a3fe594f751aed2b0b7db3c28ee7819c0010e8a7e436f71-d
2025-08-20T21:45:29.0718108Z [00:02:55.123]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:29.0718980Z [00:02:55.123]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:29.0720042Z [00:02:55.123]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:29.0720889Z [00:02:55.123]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:29.0721754Z [00:02:55.123]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:29.0722576Z [00:02:55.123]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:29.0723395Z [00:02:55.123]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:29.0724208Z [00:02:55.123]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:29.0725054Z [00:02:55.123]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:29.0725756Z [00:02:55.123]➜  EOF
2025-08-20T21:45:29.0919406Z [00:02:55.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3=>goauthentik.io/api/v3@v3.2023051.3;$WORK/b417=>" -p goauthentik.io/api/v3 -lang=go1.15 -complete -installsuffix shared -buildid 5QZTRRolRnyf7zQWsfOR/5QZTRRolRnyf7zQWsfOR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_admin.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_authenticators.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_core.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_crypto.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_events.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_flows.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_managed.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_oauth2.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_outposts.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_policies.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_propertymappings.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_providers.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_root.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_schema.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_sources.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/api_stages.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/client.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/configuration.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_access_denied_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_app.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_app_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_apple_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_apple_login_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_application.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_application_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_auth_type_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticate_web_authn_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticate_web_authn_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticated_session.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticated_session_geo_ip.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticated_session_user_agent.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticated_session_user_agent_device.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticated_session_user_agent_os.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticated_session_user_agent_user_agent.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authentication_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_attachment_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_duo_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_duo_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_duo_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_duo_stage_device_import_response.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_duo_stage_manual_device_import_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_duo_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_sms_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_sms_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_sms_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_sms_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_static_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_static_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_static_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_static_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_totp_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_totp_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_totp_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_totp_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_validate_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_validate_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_validation_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_validation_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_web_authn_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_authenticator_web_authn_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_auto_submit_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_autosubmit_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_backends_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_binding_type_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_blueprint_file.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_blueprint_instance.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_blueprint_instance_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_blueprint_instance_status_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_cache.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_capabilities_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_captcha_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_captcha_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_captcha_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_captcha_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_certificate_data.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_certificate_generation_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_certificate_key_pair.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_certificate_key_pair_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_challenge_choices.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_challenge_types.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_client_type_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_config.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_consent_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_consent_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_consent_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_consent_stage_mode_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_consent_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_contextual_flow_info.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_coordinate.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_current_tenant.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_denied_action_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_deny_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_deny_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_device.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_device_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_device_challenge_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_device_classes_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_digest_algorithm_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_digits_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_docker_service_connection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_docker_service_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_dummy_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_dummy_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_dummy_policy.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_dummy_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_dummy_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_dummy_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_duo_device.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_duo_device_enrollment_status.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_duo_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_duo_response_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_email_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_email_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_email_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_email_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_error_detail.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_error_reporting_config.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_event.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_event_actions.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_event_matcher_policy.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_event_matcher_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_event_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_event_top_per_user.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_expiring_base_grant_model.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_expression_policy.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_expression_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_file_path_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_designation_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_diagram.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_error_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_import_result.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_inspection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_inspector_plan.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_set.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_set_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_stage_binding.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_flow_stage_binding_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_footer_link.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_generic_error.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_group.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_group_member.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_group_member_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_group_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_identification_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_identification_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_identification_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_identification_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_intent_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_invalid_response_action_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_invitation.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_invitation_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_invitation_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_invitation_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_issuer_mode_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_kubernetes_service_connection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_kubernetes_service_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_layout_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_debug.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_outpost_config.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_property_mapping.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_property_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_provider.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_source.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldap_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ldapapi_access_mode.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_link.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_login_challenge_types.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_login_metrics.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_login_source.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_metadata.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_name_id_policy_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_not_configured_action_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_rule.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_rule_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_transport.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_transport_mode_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_transport_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_transport_test_.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_webhook_mapping.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_notification_webhook_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth2_provider.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth2_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth2_provider_setup_urls.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth_device_code_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth_device_code_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth_device_code_finish_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth_device_code_finish_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth_source.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_o_auth_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_open_id_connect_configuration.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_outpost.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_outpost_default_config.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_outpost_health.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_outpost_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_outpost_type_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_application_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_application_list_pagination.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_authenticate_web_authn_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_authenticated_session_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_authenticator_duo_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_authenticator_sms_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_authenticator_static_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_authenticator_totp_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_authenticator_validate_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_blueprint_instance_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_captcha_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_certificate_key_pair_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_consent_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_deny_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_docker_service_connection_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_dummy_policy_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_dummy_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_duo_device_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_email_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_event_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_event_matcher_policy_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_expiring_base_grant_model_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_expression_policy_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_flow_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_flow_stage_binding_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_group_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_identification_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_invitation_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_invitation_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_kubernetes_service_connection_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_ldap_outpost_config_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_ldap_property_mapping_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_ldap_provider_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_ldap_source_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_notification_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_notification_rule_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_notification_transport_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_notification_webhook_mapping_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_o_auth2_provider_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_o_auth_source_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_outpost_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_password_expiry_policy_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_password_policy_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_password_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_plex_source_connection_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_plex_source_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_policy_binding_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_policy_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_prompt_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_prompt_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_property_mapping_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_provider_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_proxy_outpost_config_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_proxy_provider_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_radius_outpost_config_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_radius_provider_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_reputation_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_reputation_policy_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_saml_property_mapping_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_saml_provider_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_saml_source_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_scim_mapping_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_scim_provider_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_scope_mapping_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_service_connection_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_sms_device_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_source_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_static_device_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_tenant_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_token_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_token_model_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_totp_device_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_consent_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_delete_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_login_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_logout_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_o_auth_source_connection_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_saml_source_connection_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_source_connection_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_user_write_stage_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_paginated_web_authn_device_list.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_expiry_policy.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_expiry_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_policy.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_password_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_application_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_authenticate_web_authn_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_authenticator_duo_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_authenticator_sms_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_authenticator_static_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_authenticator_totp_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_authenticator_validate_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_blueprint_instance_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_captcha_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_certificate_key_pair_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_consent_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_deny_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_docker_service_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_dummy_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_dummy_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_duo_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_email_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_event_matcher_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_event_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_expression_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_flow_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_flow_stage_binding_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_group_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_identification_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_invitation_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_invitation_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_kubernetes_service_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_ldap_property_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_ldap_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_ldap_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_notification_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_notification_rule_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_notification_transport_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_notification_webhook_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_o_auth2_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_o_auth_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_outpost_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_password_expiry_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_password_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_password_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_plex_source_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_plex_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_policy_binding_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_prompt_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_prompt_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_proxy_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_radius_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_reputation_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_saml_property_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_saml_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_saml_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_scim_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_scim_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_scope_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_sms_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_static_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_tenant_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_token_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_totp_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_user_delete_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_user_login_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_user_logout_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_user_o_auth_source_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_user_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_user_saml_source_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_user_write_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_patched_web_authn_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_permission.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_plex_authentication_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_plex_authentication_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_plex_source.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_plex_source_connection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_plex_source_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_plex_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_plex_token_redeem_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_policy.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_policy_binding.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_policy_binding_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_policy_engine_mode.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_policy_test_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_policy_test_result.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_prompt.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_prompt_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_prompt_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_prompt_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_prompt_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_prompt_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_prompt_type_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_property_mapping.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_property_mapping_preview.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_property_mapping_test_result.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_provider.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_provider_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_provider_type_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_proxy_mode.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_proxy_outpost_config.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_proxy_provider.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_proxy_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_radius_outpost_config.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_radius_provider.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_radius_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_redirect_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_reputation.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_reputation_policy.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_reputation_policy_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_resident_key_requirement_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_saml_metadata.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_saml_property_mapping.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_saml_property_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_saml_provider.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_saml_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_saml_source.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_saml_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_scim_mapping.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_scim_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_scim_provider.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_scim_provider_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_scope_mapping.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_scope_mapping_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_selectable_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_service_connection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_service_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_service_connection_state.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_session_user.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_severity_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_shell_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_signature_algorithm_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_sms_device.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_sms_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_source.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_source_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_source_type.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_sp_binding_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_stage_prompt.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_static_device.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_static_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_static_device_token.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_static_device_token_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_sub_mode_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_system.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_system_runtime.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_task.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_task_status_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_tenant.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_tenant_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_token.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_token_model.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_token_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_token_set_key_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_token_view.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_totp_device.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_totp_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_type_create.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_ui_theme_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_used_by.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_used_by_action_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_account_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_consent.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_creation_mode_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_delete_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_delete_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_fields_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_group.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_group_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_login_challenge.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_login_challenge_response_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_login_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_login_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_logout_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_logout_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_matching_mode_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_metrics.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_o_auth_source_connection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_o_auth_source_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_password_set_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_path.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_saml_source_connection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_saml_source_connection_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_self.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_self_groups.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_service_account_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_service_account_response.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_setting.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_source_connection.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_verification_enum.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_write_stage.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_user_write_stage_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_validation_error.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_version.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_web_authn_device.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_web_authn_device_request.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/model_workers.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/response.go /root/go/pkg/mod/goauthentik.io/api/v3@v3.2023051.3/utils.go
2025-08-20T21:45:29.3304733Z [00:02:55.383]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:45:29.3341225Z [00:02:55.387]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/32/32ae8006c5756bb699991f415305d6b1fec363074fe0a6eef1936fd43c93111e-d # internal
2025-08-20T21:45:29.3345344Z [00:02:55.387]➜  gopkg.in/square/go-jose.v2
2025-08-20T21:45:29.3346818Z [00:02:55.387]➜  mkdir -p $WORK/b410/
2025-08-20T21:45:29.3356194Z [00:02:55.388]➜  cat >/tmp/go-build1255330412/b410/importcfg << 'EOF' # internal
2025-08-20T21:45:29.3361939Z [00:02:55.388]➜  # import config
2025-08-20T21:45:29.3363182Z [00:02:55.388]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:29.3364123Z [00:02:55.388]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T21:45:29.3364988Z [00:02:55.388]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:29.3365828Z [00:02:55.388]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T21:45:29.3366698Z [00:02:55.388]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T21:45:29.3367574Z [00:02:55.388]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:45:29.3368631Z [00:02:55.388]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T21:45:29.3369967Z [00:02:55.388]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:29.3370829Z [00:02:55.388]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:29.3371675Z [00:02:55.388]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:29.3372524Z [00:02:55.388]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:45:29.3373392Z [00:02:55.388]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:29.3374290Z [00:02:55.388]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:45:29.3375170Z [00:02:55.388]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:45:29.3376266Z [00:02:55.388]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:29.3377138Z [00:02:55.388]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:29.3378160Z [00:02:55.388]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:29.3379091Z [00:02:55.388]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:29.3379930Z [00:02:55.388]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:29.3380745Z [00:02:55.388]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:29.3381671Z [00:02:55.388]➜  packagefile golang.org/x/crypto/ed25519=/root/.cache/go-build/3e/3ea234259a426abd9fe5d8d0bbcc8bb494b5e8f2fa7640d7d0cfba68f122386d-d
2025-08-20T21:45:29.3382440Z [00:02:55.388]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1255330412/b412/_pkg_.a
2025-08-20T21:45:29.3383166Z [00:02:55.388]➜  packagefile gopkg.in/square/go-jose.v2/cipher=/tmp/go-build1255330412/b413/_pkg_.a
2025-08-20T21:45:29.3383948Z [00:02:55.388]➜  packagefile gopkg.in/square/go-jose.v2/json=/tmp/go-build1255330412/b414/_pkg_.a
2025-08-20T21:45:29.3384697Z [00:02:55.388]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:45:29.3385492Z [00:02:55.388]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:29.3386289Z [00:02:55.388]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:29.3387116Z [00:02:55.388]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:29.3392006Z [00:02:55.388]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:29.3392922Z [00:02:55.388]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:29.3393758Z [00:02:55.388]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:29.3394262Z [00:02:55.388]➜  EOF
2025-08-20T21:45:29.3398139Z [00:02:55.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0=>gopkg.in/square/go-jose.v2@v2.6.0;$WORK/b410=>" -p gopkg.in/square/go-jose.v2 -lang=go1.16 -complete -installsuffix shared -buildid I2zMbuoT-eiPXcpLkYIz/I2zMbuoT-eiPXcpLkYIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/asymmetric.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/crypter.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/doc.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/encoding.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwe.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwk.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jws.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/opaque.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/shared.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/signing.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/symmetric.go
2025-08-20T21:45:29.6696690Z [00:02:55.722]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:45:29.6745099Z [00:02:55.727]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/70/705f599656c7697fc75bdaf590ead12f10dd3794a3c04a89aabf0e541c590fa0-d # internal
2025-08-20T21:45:29.6754633Z [00:02:55.728]➜  gopkg.in/square/go-jose.v2/jwt
2025-08-20T21:45:29.6760711Z [00:02:55.729]➜  mkdir -p $WORK/b415/
2025-08-20T21:45:29.6771082Z [00:02:55.730]➜  cat >/tmp/go-build1255330412/b415/importcfg << 'EOF' # internal
2025-08-20T21:45:29.6780509Z [00:02:55.730]➜  # import config
2025-08-20T21:45:29.6781173Z [00:02:55.730]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:29.6782020Z [00:02:55.730]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:29.6782845Z [00:02:55.730]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:29.6783518Z [00:02:55.730]➜  packagefile gopkg.in/square/go-jose.v2=/tmp/go-build1255330412/b410/_pkg_.a
2025-08-20T21:45:29.6784092Z [00:02:55.730]➜  packagefile gopkg.in/square/go-jose.v2/json=/tmp/go-build1255330412/b414/_pkg_.a
2025-08-20T21:45:29.6784820Z [00:02:55.730]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:29.6785643Z [00:02:55.730]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:29.6786765Z [00:02:55.730]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:29.6787937Z [00:02:55.730]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:29.6788541Z [00:02:55.730]➜  EOF
2025-08-20T21:45:29.6799777Z [00:02:55.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwt=>gopkg.in/square/go-jose.v2@v2.6.0/jwt;$WORK/b415=>" -p gopkg.in/square/go-jose.v2/jwt -lang=go1.16 -complete -installsuffix shared -buildid r45rRsm9BKPx2uqlLhak/r45rRsm9BKPx2uqlLhak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwt/builder.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwt/claims.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwt/doc.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwt/errors.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwt/jwt.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwt/validation.go
2025-08-20T21:45:29.6968824Z [00:02:55.749]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:45:29.7125122Z [00:02:55.765]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/16/167686d77882487183223bf456d9c83c44c3d04fb6eeed0c506278e4fe2148a7-d # internal
2025-08-20T21:45:29.7126800Z [00:02:55.765]➜  go.opentelemetry.io/otel/exporters/prometheus
2025-08-20T21:45:29.7134199Z [00:02:55.766]➜  mkdir -p $WORK/b371/
2025-08-20T21:45:29.7135609Z [00:02:55.766]➜  cat >/tmp/go-build1255330412/b371/importcfg << 'EOF' # internal
2025-08-20T21:45:29.7136449Z [00:02:55.766]➜  # import config
2025-08-20T21:45:29.7139507Z [00:02:55.766]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:29.7142932Z [00:02:55.766]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:29.7143858Z [00:02:55.766]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:29.7147155Z [00:02:55.766]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:29.7148057Z [00:02:55.766]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build1255330412/b321/_pkg_.a
2025-08-20T21:45:29.7148789Z [00:02:55.766]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1255330412/b326/_pkg_.a
2025-08-20T21:45:29.7149689Z [00:02:55.766]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1255330412/b372/_pkg_.a
2025-08-20T21:45:29.7150280Z [00:02:55.766]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:29.7150917Z [00:02:55.766]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1255330412/b377/_pkg_.a
2025-08-20T21:45:29.7151600Z [00:02:55.766]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1255330412/b388/_pkg_.a
2025-08-20T21:45:29.7152261Z [00:02:55.766]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1255330412/b389/_pkg_.a
2025-08-20T21:45:29.7152922Z [00:02:55.766]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1255330412/b394/_pkg_.a
2025-08-20T21:45:29.7153588Z [00:02:55.766]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1255330412/b395/_pkg_.a
2025-08-20T21:45:29.7154431Z [00:02:55.766]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:29.7155357Z [00:02:55.766]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:29.7156191Z [00:02:55.766]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:29.7157149Z [00:02:55.766]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:29.7158352Z [00:02:55.766]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:29.7159298Z [00:02:55.766]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:29.7159838Z [00:02:55.766]➜  EOF
2025-08-20T21:45:29.7162621Z [00:02:55.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/prometheus@v0.48.0=>go.opentelemetry.io/otel/exporters/prometheus@v0.48.0;$WORK/b371=>" -p go.opentelemetry.io/otel/exporters/prometheus -lang=go1.21 -complete -installsuffix shared -buildid WD21xA25PB_q7eYMKhGu/WD21xA25PB_q7eYMKhGu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/prometheus@v0.48.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/prometheus@v0.48.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/prometheus@v0.48.0/exporter.go
2025-08-20T21:45:29.7328404Z [00:02:55.785]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:45:29.7346097Z [00:02:55.787]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/8d/8d1654909991fcaf67c54f1dd901c89e547b7523e4022b34057433347b65111a-d # internal
2025-08-20T21:45:29.7536386Z [00:02:55.806]➜  github.com/okta/okta-sdk-golang/v2/okta
2025-08-20T21:45:29.7551318Z [00:02:55.808]➜  mkdir -p $WORK/b400/
2025-08-20T21:45:29.7561938Z [00:02:55.809]➜  cat >/tmp/go-build1255330412/b400/importcfg << 'EOF' # internal
2025-08-20T21:45:29.7562758Z [00:02:55.809]➜  # import config
2025-08-20T21:45:29.7563397Z [00:02:55.809]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:29.7564258Z [00:02:55.809]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:29.7565117Z [00:02:55.809]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:29.7565978Z [00:02:55.809]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:29.7566844Z [00:02:55.809]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:29.7567933Z [00:02:55.809]➜  packagefile encoding/xml=/root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d
2025-08-20T21:45:29.7568858Z [00:02:55.809]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:29.7569692Z [00:02:55.809]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:29.7570372Z [00:02:55.809]➜  packagefile github.com/BurntSushi/toml=/tmp/go-build1255330412/b401/_pkg_.a
2025-08-20T21:45:29.7571171Z [00:02:55.809]➜  packagefile github.com/cenkalti/backoff/v4=/root/.cache/go-build/5b/5b195f02e400f1de544bf59861b2150be23708931f27d3df92f49bafb808d43f-d
2025-08-20T21:45:29.7571968Z [00:02:55.809]➜  packagefile github.com/kelseyhightower/envconfig=/tmp/go-build1255330412/b404/_pkg_.a
2025-08-20T21:45:29.7572636Z [00:02:55.809]➜  packagefile github.com/okta/okta-sdk-golang/v2/okta/cache=/tmp/go-build1255330412/b405/_pkg_.a
2025-08-20T21:45:29.7573334Z [00:02:55.809]➜  packagefile github.com/okta/okta-sdk-golang/v2/okta/query=/tmp/go-build1255330412/b409/_pkg_.a
2025-08-20T21:45:29.7573961Z [00:02:55.809]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build1255330412/b406/_pkg_.a
2025-08-20T21:45:29.7574529Z [00:02:55.809]➜  packagefile gopkg.in/square/go-jose.v2=/tmp/go-build1255330412/b410/_pkg_.a
2025-08-20T21:45:29.7575380Z [00:02:55.809]➜  packagefile gopkg.in/square/go-jose.v2/jwt=/tmp/go-build1255330412/b415/_pkg_.a
2025-08-20T21:45:29.7576370Z [00:02:55.809]➜  packagefile gopkg.in/yaml.v3=/root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d
2025-08-20T21:45:29.7577307Z [00:02:55.809]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:29.7578283Z [00:02:55.809]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:29.7579125Z [00:02:55.809]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:29.7579964Z [00:02:55.809]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T21:45:29.7587188Z [00:02:55.809]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:29.7588208Z [00:02:55.809]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:29.7589054Z [00:02:55.809]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:29.7589911Z [00:02:55.809]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:29.7590719Z [00:02:55.809]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:29.7592013Z [00:02:55.809]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:29.7592868Z [00:02:55.809]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:29.7593704Z [00:02:55.809]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:29.7594533Z [00:02:55.809]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:29.7595356Z [00:02:55.809]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:29.7596211Z [00:02:55.809]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:29.7597047Z [00:02:55.809]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:29.7597536Z [00:02:55.809]➜  EOF
2025-08-20T21:45:29.7820331Z [00:02:55.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta=>github.com/okta/okta-sdk-golang/v2@v2.18.0/okta;$WORK/b400=>" -p github.com/okta/okta-sdk-golang/v2/okta -lang=go1.19 -complete -installsuffix shared -buildid KhNS7VSHxVO78BEXh56Z/KhNS7VSHxVO78BEXh56Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicyConstraint.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicyConstraints.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicyRule.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicyRuleActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicyRuleApplicationSignOn.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicyRuleConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/accessPolicyRuleCustomCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/acsEndpoint.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/activateFactorRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/allowedForEnum.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/appAndInstanceConditionEvaluatorAppOrInstance.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/appAndInstancePolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/appInstancePolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/appLink.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/appUser.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/appUserCredentials.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/appUserPasswordCredential.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/application.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationAccessibility.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationCredentials.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationCredentialsOAuthClient.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationCredentialsScheme.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationCredentialsSigning.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationCredentialsSigningUse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationCredentialsUsernameTemplate.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationFeature.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationGroupAssignment.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationLicensing.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationSettingsApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationSettingsNotes.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationSettingsNotifications.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationSettingsNotificationsVpn.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationSettingsNotificationsVpnNetwork.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationSignOnMode.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationVisibility.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/applicationVisibilityHide.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/assignRoleRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticationProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticationProviderType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticator.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticatorProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticatorProviderConfiguration.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticatorProviderConfigurationUserNamePlate.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticatorSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticatorStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authenticatorType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServer.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerCredentials.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerCredentialsRotationMode.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerCredentialsSigningConfig.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerCredentialsUse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerPolicyRule.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerPolicyRuleActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/authorizationServerPolicyRuleConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/autoLoginApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/autoLoginApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/autoLoginApplicationSettingsSignOn.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/basicApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/basicApplicationSettingsApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/basicAuthApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/beforeScheduledActionPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/bookmarkApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/bookmarkApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/bookmarkApplicationSettingsApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/brand.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/browserPluginApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/callUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/callUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/capabilitiesCreateObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/capabilitiesObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/capabilitiesUpdateObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/catalogApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/catalogApplicationStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/changeEnum.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/changePasswordRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/channelBinding.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/clientPolicyCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/clientSecret.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/clientSecretMetadata.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/compliance.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/config.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/contextPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/createSessionRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/createUserRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/csr.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/csrMetadata.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/csrMetadataSubject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/csrMetadataSubjectAltNames.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/customHotpUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/customHotpUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/deviceAccessPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/devicePolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/devicePolicyRuleConditionPlatform.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/dnsRecord.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/dnsRecordType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/domain.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/domainCertificate.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/domainCertificateMetadata.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/domainCertificateSourceType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/domainCertificateType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/domainListResponse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/domainValidationStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/duration.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailTemplate.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailTemplateContent.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailTemplateCustomization.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailTemplateCustomizationRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailTemplateTestRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailTemplateTouchPointVariant.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/emailUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/enabledStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/endUserDashboardTouchPointVariant.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/error.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/errorPageTouchPointVariant.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/eventHook.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/eventHookChannel.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/eventHookChannelConfig.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/eventHookChannelConfigAuthScheme.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/eventHookChannelConfigAuthSchemeType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/eventHookChannelConfigHeader.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/eventSubscriptions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/factorProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/factorResultType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/factorStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/factorType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/feature.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/featureStage.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/featureStageState.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/featureStageValue.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/featureType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/fipsEnum.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/forgotPasswordResponse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/grantTypePolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/group.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRule.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRuleAction.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRuleConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRuleExpression.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRuleGroupAssignment.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRuleGroupCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRulePeopleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRuleStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupRuleUserCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupSchema.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupSchemaAttribute.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupSchemaBase.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupSchemaBaseProperties.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupSchemaCustom.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupSchemaDefinitions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/groupType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/hardwareUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/hardwareUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProviderApplicationUser.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProviderCredentials.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProviderCredentialsClient.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProviderCredentialsSigning.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProviderCredentialsTrust.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProviderPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/identityProviderPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/idpPolicyRuleAction.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/idpPolicyRuleActionProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/iframeEmbedScopeAllowedApps.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/imageUploadResponse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inactivityPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHook.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookChannel.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookChannelConfig.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookChannelConfigAuthScheme.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookChannelConfigHeaders.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookPayload.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookResponse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookResponseCommandValue.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookResponseCommands.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/inlineHookType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/ionField.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/ionForm.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/jsonWebKey.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/jwkUse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/knowledgeConstraint.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/lifecycleCreateSettingObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/lifecycleDeactivateSettingObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/lifecycleExpirationPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/linkedObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/linkedObjectDetails.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/linkedObjectDetailsType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logActor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logAuthenticationContext.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logAuthenticationProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logClient.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logCredentialProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logCredentialType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logDebugContext.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logEvent.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logGeographicalContext.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logGeolocation.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logIpAddress.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logIssuer.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logOutcome.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logSecurityContext.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logSeverity.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logTarget.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logTransaction.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/logUserAgent.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/mdmEnrollmentPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/multifactorEnrollmentPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/multifactorEnrollmentPolicyAuthenticatorSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/multifactorEnrollmentPolicyAuthenticatorStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/multifactorEnrollmentPolicyAuthenticatorType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/multifactorEnrollmentPolicySettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/multifactorEnrollmentPolicySettingsType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/networkZone.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/networkZoneAddress.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/networkZoneAddressType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/networkZoneLocation.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/networkZoneStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/networkZoneType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/networkZoneUsage.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/notificationType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2Actor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2Claim.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2ClaimConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2Client.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2RefreshToken.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2Scope.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2ScopeConsentGrant.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2ScopeConsentGrantSource.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2ScopeConsentGrantStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2ScopesMediationPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuth2Token.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuthApplicationCredentials.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuthAuthorizationPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuthEndpointAuthenticationMethod.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuthGrantType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oAuthResponseType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/okta.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oktaSignOnPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oktaSignOnPolicyConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oktaSignOnPolicyRule.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oktaSignOnPolicyRuleActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oktaSignOnPolicyRuleConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oktaSignOnPolicyRuleSignonActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/oktaSignOnPolicyRuleSignonSessionActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationConsentMethod.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationIdpInitiatedLogin.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationIssuerMode.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationSettingsClient.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationSettingsClientKeys.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationSettingsRefreshToken.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectApplicationType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/openIdConnectRefreshTokenRotationType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/org2OrgApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/org2OrgApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/org2OrgApplicationSettingsApp.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgContactType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgContactTypeObj.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgContactUser.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgOktaCommunicationSetting.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgOktaSupportSetting.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgOktaSupportSettingsObj.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgPreferences.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/orgSetting.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordCredential.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordCredentialHash.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordCredentialHashAlgorithm.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordCredentialHook.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordDictionary.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordDictionaryCommon.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordExpirationPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyAuthenticationProviderCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyDelegationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyDelegationSettingsOptions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyPasswordSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyPasswordSettingsAge.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyPasswordSettingsComplexity.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyPasswordSettingsLockout.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryEmail.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryEmailProperties.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryEmailRecoveryToken.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryFactorSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryFactors.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryQuestion.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryQuestionComplexity.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoveryQuestionProperties.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRecoverySettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRule.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRuleAction.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRuleActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicyRuleConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordPolicySettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/passwordSettingObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/platformConditionEvaluatorPlatform.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/platformConditionEvaluatorPlatformOperatingSystem.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/platformConditionEvaluatorPlatformOperatingSystemVersion.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/platformPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyAccountLink.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyAccountLinkFilter.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyAccountLinkFilterGroups.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyNetworkCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyPeopleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyRule.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyRuleActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyRuleActionsEnroll.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyRuleActionsEnrollSelf.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyRuleAuthContextCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyRuleConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policySubject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policySubjectMatchType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/policyUserNameTemplate.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/possessionConstraint.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/preRegistrationInlineHook.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileEnrollmentPolicy.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileEnrollmentPolicyRule.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileEnrollmentPolicyRuleAction.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileEnrollmentPolicyRuleActions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileEnrollmentPolicyRuleActivationRequirement.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileEnrollmentPolicyRuleProfileAttribute.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileMapping.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileMappingProperty.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileMappingPropertyPushStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileMappingSource.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/profileSettingObject.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocol.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolAlgorithmType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolAlgorithmTypeSignature.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolAlgorithms.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolEndpoint.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolEndpoints.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolRelayState.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolRelayStateFormat.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/protocolSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioning.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningConditions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningConnection.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningConnectionAuthScheme.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningConnectionProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningConnectionRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningConnectionStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningDeprovisionedCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningGroups.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/provisioningSuspendedCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/pushUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/pushUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/recoveryQuestionCredential.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/requestExecutor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/requiredEnum.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/resetPasswordToken.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/responseLinks.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/riskPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/riskScorePolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/role.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/roleAssignmentType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/roleStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/roleType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/samlApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/samlApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/samlApplicationSettingsSignOn.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/samlAttributeStatement.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/scheduledUserLifecycleAction.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/schemeApplicationCredentials.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/scope.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/scopeType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/securePasswordStoreApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/securePasswordStoreApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/securePasswordStoreApplicationSettingsApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/securityQuestion.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/securityQuestionUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/securityQuestionUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/seedEnum.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/session.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/sessionAuthenticationMethod.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/sessionIdentityProvider.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/sessionIdentityProviderType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/sessionStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/signInPageTouchPointVariant.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/signOnInlineHook.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/singleLogout.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/smsTemplate.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/smsTemplateTranslations.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/smsTemplateType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/smsUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/smsUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/socialAuthToken.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/spCertificate.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/subscription.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/subscriptionStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/swaApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/swaApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/swaApplicationSettingsApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/swaThreeFieldApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/swaThreeFieldApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/swaThreeFieldApplicationSettingsApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/tempPassword.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/theme.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/themeResponse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/threatInsightConfiguration.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/tokenAuthorizationServerPolicyRuleAction.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/tokenAuthorizationServerPolicyRuleActionInlineHook.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/tokenUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/tokenUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/totpUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/totpUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/trustedOrigin.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/u2fUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/u2fUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/user.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userActivationToken.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userAgent.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userCredentials.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userIdString.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userIdentifierConditionEvaluatorPattern.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userIdentifierPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userIdentityProviderLinkRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userLifecycleAttributePolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userNextLogin.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchema.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttribute.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeEnum.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeItems.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeMaster.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeMasterPriority.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeMasterType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributePermission.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeScope.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaAttributeUnion.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaBase.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaBaseProperties.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaDefinitions.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaProperties.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaPropertiesProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaPropertiesProfileItem.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userSchemaPublic.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userStatus.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userStatusPolicyRuleCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userType.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userTypeCondition.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/userVerificationEnum.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/validator.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/verificationMethod.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/verifyFactorRequest.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/verifyUserFactorResponse.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/webAuthnUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/webAuthnUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/webUserFactor.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/webUserFactorProfile.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/wsFederationApplication.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/wsFederationApplicationSettings.go /root/go/pkg/mod/github.com/okta/okta-sdk-golang/v2@v2.18.0/okta/wsFederationApplicationSettingsApplication.go
2025-08-20T21:45:29.8562961Z [00:02:55.909]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:45:29.8612917Z [00:02:55.914]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/1e/1e83c24e00a0bf59f1510bbf5b957be6ab44b8c76a9f4c622b237fa5afeead17-d # internal
2025-08-20T21:45:29.8614114Z [00:02:55.914]➜  github.com/netbirdio/netbird/management/server/telemetry
2025-08-20T21:45:29.8614832Z [00:02:55.914]➜  mkdir -p $WORK/b362/
2025-08-20T21:45:29.8620429Z [00:02:55.915]➜  cat >/tmp/go-build1255330412/b362/importcfg << 'EOF' # internal
2025-08-20T21:45:29.8621226Z [00:02:55.915]➜  # import config
2025-08-20T21:45:29.8621797Z [00:02:55.915]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:29.8622625Z [00:02:55.915]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:29.8623522Z [00:02:55.915]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:29.8624251Z [00:02:55.915]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:29.8625118Z [00:02:55.915]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d
2025-08-20T21:45:29.8626041Z [00:02:55.915]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:29.8626784Z [00:02:55.915]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build1255330412/b321/_pkg_.a
2025-08-20T21:45:29.8627527Z [00:02:55.915]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build1255330412/b364/_pkg_.a
2025-08-20T21:45:29.8628617Z [00:02:55.915]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:29.8629402Z [00:02:55.915]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:29.8630064Z [00:02:55.915]➜  packagefile go.opentelemetry.io/otel/exporters/prometheus=/tmp/go-build1255330412/b371/_pkg_.a
2025-08-20T21:45:29.8630702Z [00:02:55.915]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:29.8631299Z [00:02:55.915]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1255330412/b389/_pkg_.a
2025-08-20T21:45:29.8632364Z [00:02:55.915]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:29.8633202Z [00:02:55.915]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:29.8634212Z [00:02:55.915]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:29.8635356Z [00:02:55.915]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:29.8636473Z [00:02:55.915]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:29.8637165Z [00:02:55.915]➜  EOF
2025-08-20T21:45:29.8640195Z [00:02:55.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry=>github.com/netbirdio/netbird/management/server/telemetry;$WORK/b362=>" -p github.com/netbirdio/netbird/management/server/telemetry -lang=go1.23 -complete -installsuffix shared -buildid OZQDNVJI1zvH6UmWAyA4/OZQDNVJI1zvH6UmWAyA4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack ./server/telemetry/accountmanager_metrics.go ./server/telemetry/app_metrics.go ./server/telemetry/grpc_metrics.go ./server/telemetry/http_api_metrics.go ./server/telemetry/idp_metrics.go ./server/telemetry/store_metrics.go ./server/telemetry/updatechannel_metrics.go
2025-08-20T21:45:30.6822079Z [00:02:56.735]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:45:30.7037372Z [00:02:56.756]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/ee/ee75cbdefc44804017cd0c1d65f45009f44d8cc64e84993f27a7dbd0b26e0924-d # internal
2025-08-20T21:45:30.7094567Z [00:02:56.759]➜  cloud.google.com/go/compute/metadata
2025-08-20T21:45:30.7095021Z [00:02:56.759]➜  mkdir -p $WORK/b419/
2025-08-20T21:45:30.7095409Z [00:02:56.759]➜  cat >/tmp/go-build1255330412/b419/importcfg << 'EOF' # internal
2025-08-20T21:45:30.7096242Z [00:02:56.759]➜  # import config
2025-08-20T21:45:30.7096817Z [00:02:56.759]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:30.7097671Z [00:02:56.759]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:30.7098676Z [00:02:56.759]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:30.7099481Z [00:02:56.759]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:30.7100288Z [00:02:56.759]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:30.7101101Z [00:02:56.759]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:30.7101928Z [00:02:56.759]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:30.7102748Z [00:02:56.759]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:30.7103582Z [00:02:56.759]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:30.7104412Z [00:02:56.759]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:30.7105244Z [00:02:56.759]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:30.7106049Z [00:02:56.759]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:30.7106869Z [00:02:56.759]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:30.7107699Z [00:02:56.759]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:30.7108352Z [00:02:56.759]➜  EOF
2025-08-20T21:45:30.7111023Z [00:02:56.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0=>cloud.google.com/go/compute/metadata@v0.3.0;$WORK/b419=>" -p cloud.google.com/go/compute/metadata -lang=go1.19 -complete -installsuffix shared -buildid u5MeMd-t-sLK6MiuPvGw/u5MeMd-t-sLK6MiuPvGw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0/metadata.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0/retry.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0/retry_linux.go
2025-08-20T21:45:30.7808126Z [00:02:56.833]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:45:30.7827156Z [00:02:56.835]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/f8/f821e2038cd1c9e2d88eef235845d943053aeb2dbfc72a5d57a21866016e0613-d # internal
2025-08-20T21:45:30.7847698Z [00:02:56.835]➜  golang.org/x/oauth2/authhandler
2025-08-20T21:45:30.7848143Z [00:02:56.836]➜  mkdir -p $WORK/b420/
2025-08-20T21:45:30.7848531Z [00:02:56.836]➜  cat >/tmp/go-build1255330412/b420/importcfg << 'EOF' # internal
2025-08-20T21:45:30.7848902Z [00:02:56.836]➜  # import config
2025-08-20T21:45:30.7849487Z [00:02:56.836]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:30.7850322Z [00:02:56.836]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:30.7851203Z [00:02:56.836]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:30.7852096Z [00:02:56.836]➜  EOF
2025-08-20T21:45:30.7854123Z [00:02:56.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/authhandler=>golang.org/x/oauth2@v0.27.0/authhandler;$WORK/b420=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid M-iQwwQkYQaGzR9XyG2G/M-iQwwQkYQaGzR9XyG2G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/authhandler/authhandler.go
2025-08-20T21:45:30.8044569Z [00:02:56.857]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:45:30.8054089Z [00:02:56.858]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/d0/d079908399ff9a0396a635cf3c2b1a7410b6e0af13f1ddab7fb9aefb39b27de0-d # internal
2025-08-20T21:45:30.8059827Z [00:02:56.858]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T21:45:30.8060315Z [00:02:56.858]➜  mkdir -p $WORK/b422/
2025-08-20T21:45:30.8086296Z [00:02:56.861]➜  cat >/tmp/go-build1255330412/b422/importcfg << 'EOF' # internal
2025-08-20T21:45:30.8087056Z [00:02:56.861]➜  # import config
2025-08-20T21:45:30.8088083Z [00:02:56.861]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:30.8089252Z [00:02:56.861]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:30.8090370Z [00:02:56.861]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:30.8091603Z [00:02:56.861]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:30.8093030Z [00:02:56.861]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:30.8093972Z [00:02:56.861]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:30.8094858Z [00:02:56.861]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:30.8095700Z [00:02:56.861]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:30.8096823Z [00:02:56.861]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:30.8097417Z [00:02:56.861]➜  EOF
2025-08-20T21:45:30.8099953Z [00:02:56.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/internal/impersonate=>golang.org/x/oauth2@v0.27.0/google/internal/impersonate;$WORK/b422=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid c9BkEp5tD7-gjdJ2MxNv/c9BkEp5tD7-gjdJ2MxNv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/internal/impersonate/impersonate.go
2025-08-20T21:45:30.8553381Z [00:02:56.908]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:45:30.8563594Z [00:02:56.909]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/71/713a70590c5a24a9b67938e8eab27675fe6a0415ccd7a1296b4b935baba823c4-d # internal
2025-08-20T21:45:30.8566767Z [00:02:56.909]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T21:45:30.8568233Z [00:02:56.910]➜  mkdir -p $WORK/b423/
2025-08-20T21:45:30.8599793Z [00:02:56.913]➜  cat >/tmp/go-build1255330412/b423/importcfg << 'EOF' # internal
2025-08-20T21:45:30.8600224Z [00:02:56.913]➜  # import config
2025-08-20T21:45:30.8600809Z [00:02:56.913]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:30.8601684Z [00:02:56.913]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:30.8603002Z [00:02:56.913]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:30.8603843Z [00:02:56.913]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:30.8604723Z [00:02:56.913]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:30.8605570Z [00:02:56.913]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:30.8606379Z [00:02:56.913]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:30.8607211Z [00:02:56.913]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:30.8608186Z [00:02:56.913]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:30.8609032Z [00:02:56.913]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:30.8609854Z [00:02:56.913]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:30.8610353Z [00:02:56.913]➜  EOF
2025-08-20T21:45:30.8614072Z [00:02:56.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/internal/stsexchange=>golang.org/x/oauth2@v0.27.0/google/internal/stsexchange;$WORK/b423=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid VrJ05FkIVr2wKUPTv8oT/VrJ05FkIVr2wKUPTv8oT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/internal/stsexchange/clientauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/internal/stsexchange/sts_exchange.go
2025-08-20T21:45:30.9025835Z [00:02:56.955]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:45:30.9277074Z [00:02:56.980]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:45:30.9290865Z [00:02:56.982]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/07/07baf660ac672cecbf3f6cab77d2bb52e53fe1f4cb914ee283cf4860d4f5b743-d # internal
2025-08-20T21:45:30.9347490Z [00:02:56.987]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T21:45:30.9379540Z [00:02:56.987]➜  mkdir -p $WORK/b421/
2025-08-20T21:45:30.9382244Z [00:02:56.987]➜  cat >/tmp/go-build1255330412/b421/importcfg << 'EOF' # internal
2025-08-20T21:45:30.9387266Z [00:02:56.987]➜  # import config
2025-08-20T21:45:30.9388145Z [00:02:56.987]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:30.9389029Z [00:02:56.987]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:30.9389922Z [00:02:56.987]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:30.9390834Z [00:02:56.987]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:30.9391734Z [00:02:56.987]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:30.9392606Z [00:02:56.987]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:30.9393460Z [00:02:56.987]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:30.9394286Z [00:02:56.987]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:30.9395536Z [00:02:56.987]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:30.9396367Z [00:02:56.987]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1255330412/b422/_pkg_.a
2025-08-20T21:45:30.9397106Z [00:02:56.987]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1255330412/b423/_pkg_.a
2025-08-20T21:45:30.9399802Z [00:02:56.987]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:30.9400688Z [00:02:56.987]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:30.9401530Z [00:02:56.987]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:30.9402489Z [00:02:56.987]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:30.9403310Z [00:02:56.987]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:30.9404111Z [00:02:56.987]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:30.9404918Z [00:02:56.987]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:30.9405724Z [00:02:56.987]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:30.9406548Z [00:02:56.987]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:30.9407367Z [00:02:56.987]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:30.9408325Z [00:02:56.987]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:30.9409154Z [00:02:56.987]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:30.9410156Z [00:02:56.987]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:30.9411191Z [00:02:56.987]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:30.9411776Z [00:02:56.987]➜  EOF
2025-08-20T21:45:30.9415842Z [00:02:56.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount=>golang.org/x/oauth2@v0.27.0/google/externalaccount;$WORK/b421=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid zTjrhTjPodJqdlE-98Pc/zTjrhTjPodJqdlE-98Pc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount/aws.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount/basecredentials.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount/executablecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount/filecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount/header.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount/programmaticrefreshcredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/externalaccount/urlcredsource.go
2025-08-20T21:45:30.9439777Z [00:02:56.997]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/06/06a553868197a1191c1930ec2b81c5325c27d8c658f7ef818527c5046333583a-d # internal
2025-08-20T21:45:30.9446279Z [00:02:56.997]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T21:45:30.9450359Z [00:02:56.998]➜  mkdir -p $WORK/b425/
2025-08-20T21:45:30.9457123Z [00:02:56.998]➜  cat >/tmp/go-build1255330412/b425/importcfg << 'EOF' # internal
2025-08-20T21:45:30.9458179Z [00:02:56.998]➜  # import config
2025-08-20T21:45:30.9459252Z [00:02:56.998]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:30.9460650Z [00:02:56.998]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:30.9461649Z [00:02:56.998]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:30.9462479Z [00:02:56.998]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1255330412/b423/_pkg_.a
2025-08-20T21:45:30.9463255Z [00:02:56.998]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:30.9463756Z [00:02:56.998]➜  EOF
2025-08-20T21:45:30.9466307Z [00:02:56.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/internal/externalaccountauthorizeduser=>golang.org/x/oauth2@v0.27.0/google/internal/externalaccountauthorizeduser;$WORK/b425=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid 0IBumxdGM-Tp0g0kTs6N/0IBumxdGM-Tp0g0kTs6N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T21:45:31.0070982Z [00:02:57.060]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:45:31.0079223Z [00:02:57.061]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/49/49d5af118c5fd87b6225f020dededea607616f579500811c6866b159d8260bde-d # internal
2025-08-20T21:45:31.0081719Z [00:02:57.061]➜  golang.org/x/oauth2/jws
2025-08-20T21:45:31.0083610Z [00:02:57.061]➜  mkdir -p $WORK/b426/
2025-08-20T21:45:31.0087971Z [00:02:57.062]➜  cat >/tmp/go-build1255330412/b426/importcfg << 'EOF' # internal
2025-08-20T21:45:31.0109353Z [00:02:57.062]➜  # import config
2025-08-20T21:45:31.0110667Z [00:02:57.062]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:31.0112411Z [00:02:57.062]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:31.0114070Z [00:02:57.062]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:31.0115795Z [00:02:57.062]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:31.0116678Z [00:02:57.062]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:31.0117600Z [00:02:57.062]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:31.0118719Z [00:02:57.062]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.0119575Z [00:02:57.062]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.0120409Z [00:02:57.062]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.0121226Z [00:02:57.062]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.0122040Z [00:02:57.062]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.0122854Z [00:02:57.062]➜  EOF
2025-08-20T21:45:31.0124540Z [00:02:57.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/jws=>golang.org/x/oauth2@v0.27.0/jws;$WORK/b426=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid CYcX25ZAeyBT0HU1vQJw/CYcX25ZAeyBT0HU1vQJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/jws/jws.go
2025-08-20T21:45:31.0610880Z [00:02:57.114]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:45:31.0625002Z [00:02:57.115]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/a8/a8461f9f8851fdec433c4cf1d2a283f650ecc7232984fbb43282706c2829decb-d # internal
2025-08-20T21:45:31.0632113Z [00:02:57.116]➜  golang.org/x/oauth2/jwt
2025-08-20T21:45:31.0634973Z [00:02:57.116]➜  mkdir -p $WORK/b427/
2025-08-20T21:45:31.0650019Z [00:02:57.118]➜  cat >/tmp/go-build1255330412/b427/importcfg << 'EOF' # internal
2025-08-20T21:45:31.0650514Z [00:02:57.118]➜  # import config
2025-08-20T21:45:31.0651098Z [00:02:57.118]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.0651972Z [00:02:57.118]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.0652823Z [00:02:57.118]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.0653717Z [00:02:57.118]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:31.0654681Z [00:02:57.118]➜  packagefile golang.org/x/oauth2/internal=/root/.cache/go-build/2f/2f1381b9eaa58b41e0d5a4013d6f478c8b462c46bc7ac665216459ebe028bfb7-d
2025-08-20T21:45:31.0655427Z [00:02:57.118]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1255330412/b426/_pkg_.a
2025-08-20T21:45:31.0656117Z [00:02:57.118]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:31.0656930Z [00:02:57.118]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:31.0658126Z [00:02:57.118]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.0659154Z [00:02:57.118]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.0660061Z [00:02:57.118]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.0660880Z [00:02:57.118]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.0661368Z [00:02:57.118]➜  EOF
2025-08-20T21:45:31.0668200Z [00:02:57.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/jwt=>golang.org/x/oauth2@v0.27.0/jwt;$WORK/b427=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid HZA8SoGtLtdsVeGq2cJc/HZA8SoGtLtdsVeGq2cJc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/jwt/jwt.go
2025-08-20T21:45:31.1233684Z [00:02:57.176]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:45:31.1280865Z [00:02:57.180]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/cd/cd9ea3015bd98fa325cfccc4fd29ac5bf67dbb2e676f4404c5963ff239a07a2a-d # internal
2025-08-20T21:45:31.1281984Z [00:02:57.181]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T21:45:31.1282615Z [00:02:57.181]➜  mkdir -p $WORK/b430/
2025-08-20T21:45:31.1283548Z [00:02:57.181]➜  cat >/tmp/go-build1255330412/b430/importcfg << 'EOF' # internal
2025-08-20T21:45:31.1285396Z [00:02:57.181]➜  # import config
2025-08-20T21:45:31.1285968Z [00:02:57.181]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:31.1286800Z [00:02:57.181]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.1287653Z [00:02:57.181]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:31.1288631Z [00:02:57.181]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:31.1289459Z [00:02:57.181]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.1289958Z [00:02:57.181]➜  EOF
2025-08-20T21:45:31.1304386Z [00:02:57.182]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:45:31.1308177Z [00:02:57.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/third_party/uritemplates=>google.golang.org/api@v0.177.0/internal/third_party/uritemplates;$WORK/b430=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.19 -complete -installsuffix shared -buildid AhyV-7FP2cKc8c0eQSPe/AhyV-7FP2cKc8c0eQSPe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/third_party/uritemplates/uritemplates.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/third_party/uritemplates/utils.go
2025-08-20T21:45:31.1310842Z [00:02:57.183]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/88/88203e133419b5fbaf410b343a01e4777589e507d16f5518de8ce5959cfdae3f-d # internal
2025-08-20T21:45:31.1323387Z [00:02:57.185]➜  golang.org/x/oauth2/google
2025-08-20T21:45:31.1323998Z [00:02:57.185]➜  mkdir -p $WORK/b418/
2025-08-20T21:45:31.1327044Z [00:02:57.185]➜  cat >/tmp/go-build1255330412/b418/importcfg << 'EOF' # internal
2025-08-20T21:45:31.1328211Z [00:02:57.185]➜  # import config
2025-08-20T21:45:31.1328809Z [00:02:57.185]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:31.1329524Z [00:02:57.185]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1255330412/b419/_pkg_.a
2025-08-20T21:45:31.1330732Z [00:02:57.185]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.1331889Z [00:02:57.185]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:31.1332903Z [00:02:57.185]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.1333901Z [00:02:57.185]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.1334884Z [00:02:57.185]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.1335882Z [00:02:57.185]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:31.1336734Z [00:02:57.185]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build1255330412/b420/_pkg_.a
2025-08-20T21:45:31.1337493Z [00:02:57.186]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build1255330412/b421/_pkg_.a
2025-08-20T21:45:31.1338504Z [00:02:57.186]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build1255330412/b425/_pkg_.a
2025-08-20T21:45:31.1339315Z [00:02:57.186]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1255330412/b422/_pkg_.a
2025-08-20T21:45:31.1340324Z [00:02:57.186]➜  packagefile golang.org/x/oauth2/internal=/root/.cache/go-build/2f/2f1381b9eaa58b41e0d5a4013d6f478c8b462c46bc7ac665216459ebe028bfb7-d
2025-08-20T21:45:31.1341409Z [00:02:57.186]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1255330412/b426/_pkg_.a
2025-08-20T21:45:31.1342105Z [00:02:57.186]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build1255330412/b427/_pkg_.a
2025-08-20T21:45:31.1342927Z [00:02:57.186]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:31.1343831Z [00:02:57.186]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:31.1344670Z [00:02:57.186]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.1345619Z [00:02:57.186]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.1346559Z [00:02:57.186]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:31.1347489Z [00:02:57.186]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:31.1373529Z [00:02:57.186]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:31.1386938Z [00:02:57.186]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:31.1387983Z [00:02:57.186]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.1388864Z [00:02:57.186]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.1389665Z [00:02:57.186]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.1390162Z [00:02:57.186]➜  EOF
2025-08-20T21:45:31.1393591Z [00:02:57.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google=>golang.org/x/oauth2@v0.27.0/google;$WORK/b418=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid wz-s0xXlqH6nDXkOK7NK/wz-s0xXlqH6nDXkOK7NK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/appengine.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/default.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/error.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/google.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/jwt.go /root/go/pkg/mod/golang.org/x/oauth2@v0.27.0/google/sdk.go
2025-08-20T21:45:31.1586229Z [00:02:57.211]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:45:31.1601295Z [00:02:57.213]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/e0/e06c81beb9579279ae7b3e471c75e3aefabebf1e30719d2ad3757e14ae58afff-d # internal
2025-08-20T21:45:31.1610590Z [00:02:57.213]➜  google.golang.org/api/googleapi
2025-08-20T21:45:31.1611009Z [00:02:57.213]➜  mkdir -p $WORK/b429/
2025-08-20T21:45:31.1613435Z [00:02:57.214]➜  cat >/tmp/go-build1255330412/b429/importcfg << 'EOF' # internal
2025-08-20T21:45:31.1616439Z [00:02:57.214]➜  # import config
2025-08-20T21:45:31.1617494Z [00:02:57.214]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:31.1620906Z [00:02:57.214]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.1624471Z [00:02:57.214]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.1625313Z [00:02:57.214]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.1626530Z [00:02:57.214]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build1255330412/b430/_pkg_.a
2025-08-20T21:45:31.1627306Z [00:02:57.214]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:31.1628293Z [00:02:57.214]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.1629136Z [00:02:57.214]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.1629966Z [00:02:57.214]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:31.1630784Z [00:02:57.214]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.1631602Z [00:02:57.214]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.1632089Z [00:02:57.214]➜  EOF
2025-08-20T21:45:31.1634187Z [00:02:57.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/googleapi=>google.golang.org/api@v0.177.0/googleapi;$WORK/b429=>" -p google.golang.org/api/googleapi -lang=go1.19 -complete -installsuffix shared -buildid MgA5Zd4igofSS4EIDe3r/MgA5Zd4igofSS4EIDe3r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/googleapi/googleapi.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/googleapi/types.go
2025-08-20T21:45:31.2271931Z [00:02:57.277]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:45:31.2282348Z [00:02:57.279]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/fc/fca9b1dfadf19e1051a56fc8b6311d7f06f93b2ece23e2005117c4d2aae76777-d # internal
2025-08-20T21:45:31.2283019Z [00:02:57.279]➜  cloud.google.com/go/auth/internal
2025-08-20T21:45:31.2283329Z [00:02:57.279]➜  mkdir -p $WORK/b433/
2025-08-20T21:45:31.2289689Z [00:02:57.282]➜  cat >/tmp/go-build1255330412/b433/importcfg << 'EOF' # internal
2025-08-20T21:45:31.2291175Z [00:02:57.282]➜  # import config
2025-08-20T21:45:31.2292413Z [00:02:57.282]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1255330412/b419/_pkg_.a
2025-08-20T21:45:31.2293790Z [00:02:57.282]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.2296140Z [00:02:57.282]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:31.2296999Z [00:02:57.282]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:31.2297983Z [00:02:57.282]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.2298932Z [00:02:57.282]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:31.2299779Z [00:02:57.282]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.2300650Z [00:02:57.282]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.2301447Z [00:02:57.282]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:31.2302253Z [00:02:57.282]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.2303058Z [00:02:57.282]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:31.2304266Z [00:02:57.282]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.2305068Z [00:02:57.282]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.2305551Z [00:02:57.282]➜  EOF
2025-08-20T21:45:31.2317363Z [00:02:57.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal=>cloud.google.com/go/auth@v0.3.0/internal;$WORK/b433=>" -p cloud.google.com/go/auth/internal -lang=go1.19 -complete -installsuffix shared -buildid zTr2KFU6ZUOq2ja1KTSb/zTr2KFU6ZUOq2ja1KTSb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/internal.go
2025-08-20T21:45:31.2556229Z [00:02:57.308]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:45:31.2568966Z [00:02:57.309]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/de/def1fe380484a42f83a8424fd90603e2fc8e5e0a9dbbbc2ec89c9e36d2c82c2b-d # internal
2025-08-20T21:45:31.2570277Z [00:02:57.309]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T21:45:31.2571100Z [00:02:57.309]➜  mkdir -p $WORK/b434/
2025-08-20T21:45:31.2579327Z [00:02:57.311]➜  cat >/tmp/go-build1255330412/b434/importcfg << 'EOF' # internal
2025-08-20T21:45:31.2580081Z [00:02:57.311]➜  # import config
2025-08-20T21:45:31.2581234Z [00:02:57.311]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:31.2582876Z [00:02:57.311]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:31.2584290Z [00:02:57.311]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:31.2585666Z [00:02:57.311]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:31.2587062Z [00:02:57.311]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:31.2588508Z [00:02:57.311]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:31.2589973Z [00:02:57.311]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.2591698Z [00:02:57.311]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.2593702Z [00:02:57.311]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.2594546Z [00:02:57.311]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.2595385Z [00:02:57.311]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.2595868Z [00:02:57.311]➜  EOF
2025-08-20T21:45:31.2597866Z [00:02:57.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/jwt=>cloud.google.com/go/auth@v0.3.0/internal/jwt;$WORK/b434=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.19 -complete -installsuffix shared -buildid bVKmM-bOEX0_QDwcO7Yi/bVKmM-bOEX0_QDwcO7Yi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/jwt/jwt.go
2025-08-20T21:45:31.2620263Z [00:02:57.315]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:45:31.2634660Z [00:02:57.316]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/69/69297fc8fe4248402c71ddb10ecd1f089cd0195c4f61d0283ba7f341e4cbda52-d # internal
2025-08-20T21:45:31.2644049Z [00:02:57.317]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T21:45:31.2646478Z [00:02:57.317]➜  mkdir -p $WORK/b439/
2025-08-20T21:45:31.2658081Z [00:02:57.319]➜  cat >/tmp/go-build1255330412/b439/importcfg << 'EOF' # internal
2025-08-20T21:45:31.2658851Z [00:02:57.319]➜  # import config
2025-08-20T21:45:31.2659672Z [00:02:57.319]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.2661669Z [00:02:57.319]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:31.2662543Z [00:02:57.319]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:31.2663393Z [00:02:57.319]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:31.2664246Z [00:02:57.319]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:31.2664760Z [00:02:57.319]➜  EOF
2025-08-20T21:45:31.2676318Z [00:02:57.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/credsfile=>cloud.google.com/go/auth@v0.3.0/internal/credsfile;$WORK/b439=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.19 -complete -installsuffix shared -buildid wsgPMbyKnsUg3kAe3vfH/wsgPMbyKnsUg3kAe3vfH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/credsfile/credsfile.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/credsfile/filetype.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/credsfile/parse.go
2025-08-20T21:45:31.2865505Z [00:02:57.339]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:45:31.2891755Z [00:02:57.340]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/cc/cc5f6ba06da85a11173399642cb7285fb14ce906710cdb9826f1f9c8110f447f-d # internal
2025-08-20T21:45:31.2892488Z [00:02:57.340]➜  cloud.google.com/go/auth
2025-08-20T21:45:31.2892786Z [00:02:57.340]➜  mkdir -p $WORK/b432/
2025-08-20T21:45:31.2900423Z [00:02:57.343]➜  cat >/tmp/go-build1255330412/b432/importcfg << 'EOF' # internal
2025-08-20T21:45:31.2901465Z [00:02:57.343]➜  # import config
2025-08-20T21:45:31.2903037Z [00:02:57.343]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:31.2904061Z [00:02:57.343]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:31.2905214Z [00:02:57.343]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1255330412/b434/_pkg_.a
2025-08-20T21:45:31.2906496Z [00:02:57.343]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.2907595Z [00:02:57.343]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.2909393Z [00:02:57.343]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.2910739Z [00:02:57.343]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.2912603Z [00:02:57.343]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T21:45:31.2913457Z [00:02:57.343]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.2914286Z [00:02:57.343]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.2915108Z [00:02:57.343]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:31.2916195Z [00:02:57.343]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.2917013Z [00:02:57.343]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.2917967Z [00:02:57.343]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.2918523Z [00:02:57.343]➜  EOF
2025-08-20T21:45:31.2920443Z [00:02:57.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0=>cloud.google.com/go/auth@v0.3.0;$WORK/b432=>" -p cloud.google.com/go/auth -lang=go1.19 -complete -installsuffix shared -buildid Y5XZPYNWRA3Wljx7x2tG/Y5XZPYNWRA3Wljx7x2tG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/auth.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/threelegged.go
2025-08-20T21:45:31.3085536Z [00:02:57.361]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:45:31.3092522Z [00:02:57.362]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/34/34099d2a4fb48510da1df8685dec2dd2438be1fde589023addb690b5bad66efd-d # internal
2025-08-20T21:45:31.3111561Z [00:02:57.364]➜  github.com/google/s2a-go/fallback
2025-08-20T21:45:31.3124904Z [00:02:57.365]➜  mkdir -p $WORK/b449/
2025-08-20T21:45:31.3126003Z [00:02:57.365]➜  cat >/tmp/go-build1255330412/b449/importcfg << 'EOF' # internal
2025-08-20T21:45:31.3126921Z [00:02:57.365]➜  # import config
2025-08-20T21:45:31.3131935Z [00:02:57.365]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.3132886Z [00:02:57.365]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:31.3133728Z [00:02:57.365]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.3134694Z [00:02:57.365]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:31.3135894Z [00:02:57.365]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:31.3136849Z [00:02:57.365]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:31.3137344Z [00:02:57.365]➜  EOF
2025-08-20T21:45:31.3141255Z [00:02:57.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/fallback=>github.com/google/s2a-go@v0.1.7/fallback;$WORK/b449=>" -p github.com/google/s2a-go/fallback -lang=go1.19 -complete -installsuffix shared -buildid abHXRw2GON_WCEvH40UT/abHXRw2GON_WCEvH40UT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/fallback/s2a_fallback.go
2025-08-20T21:45:31.3595018Z [00:02:57.412]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:45:31.3603549Z [00:02:57.413]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/29/293b1398317d32dfea5d4a88fe27cda668107c832092c58cca3ca80157fcea69-d # internal
2025-08-20T21:45:31.3605384Z [00:02:57.413]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T21:45:31.3605773Z [00:02:57.413]➜  mkdir -p $WORK/b452/
2025-08-20T21:45:31.3606182Z [00:02:57.413]➜  cat >/tmp/go-build1255330412/b452/importcfg << 'EOF' # internal
2025-08-20T21:45:31.3606530Z [00:02:57.413]➜  # import config
2025-08-20T21:45:31.3607266Z [00:02:57.413]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:31.3608570Z [00:02:57.413]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:31.3609958Z [00:02:57.413]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:31.3610772Z [00:02:57.413]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.3611259Z [00:02:57.413]➜  EOF
2025-08-20T21:45:31.3613422Z [00:02:57.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/common_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/common_go_proto;$WORK/b452=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.19 -complete -installsuffix shared -buildid 8lTNojoL2y_RutP7GNJz/8lTNojoL2y_RutP7GNJz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/common_go_proto/common.pb.go
2025-08-20T21:45:31.3778595Z [00:02:57.430]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:45:31.3798080Z [00:02:57.432]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/48/4870b7f1e3bdd9da5673668a2971100aac288d9ebd56e5e313c93d7e18636764-d # internal
2025-08-20T21:45:31.3825035Z [00:02:57.435]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T21:45:31.3830385Z [00:02:57.435]➜  mkdir -p $WORK/b437/
2025-08-20T21:45:31.3839256Z [00:02:57.437]➜  cat >/tmp/go-build1255330412/b437/importcfg << 'EOF' # internal
2025-08-20T21:45:31.3840362Z [00:02:57.437]➜  # import config
2025-08-20T21:45:31.3841589Z [00:02:57.437]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:31.3842343Z [00:02:57.437]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:31.3842963Z [00:02:57.437]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:31.3843727Z [00:02:57.437]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.3844589Z [00:02:57.437]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.3845730Z [00:02:57.437]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.3846633Z [00:02:57.437]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.3847458Z [00:02:57.437]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.3848570Z [00:02:57.437]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.3849324Z [00:02:57.437]➜  EOF
2025-08-20T21:45:31.3851624Z [00:02:57.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/impersonate=>cloud.google.com/go/auth@v0.3.0/credentials/internal/impersonate;$WORK/b437=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.19 -complete -installsuffix shared -buildid JyZeBI-PsggQn7GtXcPp/JyZeBI-PsggQn7GtXcPp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/impersonate/impersonate.go
2025-08-20T21:45:31.4203034Z [00:02:57.473]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:45:31.4210597Z [00:02:57.474]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/ed/ed0c0121267c4b808cea50fe8f1ff0777feec996dcac14c986245725d4a3879e-d # internal
2025-08-20T21:45:31.4213363Z [00:02:57.474]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T21:45:31.4215093Z [00:02:57.474]➜  mkdir -p $WORK/b438/
2025-08-20T21:45:31.4218973Z [00:02:57.475]➜  cat >/tmp/go-build1255330412/b438/importcfg << 'EOF' # internal
2025-08-20T21:45:31.4219398Z [00:02:57.475]➜  # import config
2025-08-20T21:45:31.4219816Z [00:02:57.475]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:31.4220420Z [00:02:57.475]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:31.4221181Z [00:02:57.475]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.4222059Z [00:02:57.475]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:31.4222941Z [00:02:57.475]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.4223794Z [00:02:57.475]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.4224617Z [00:02:57.475]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.4225438Z [00:02:57.475]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.4232580Z [00:02:57.475]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:31.4233770Z [00:02:57.475]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.4234292Z [00:02:57.475]➜  EOF
2025-08-20T21:45:31.4237858Z [00:02:57.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/stsexchange=>cloud.google.com/go/auth@v0.3.0/credentials/internal/stsexchange;$WORK/b438=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.19 -complete -installsuffix shared -buildid PjKVgijMGxaDb_gbKGj7/PjKVgijMGxaDb_gbKGj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T21:45:31.4347387Z [00:02:57.487]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:45:31.4349006Z [00:02:57.487]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/5a/5a3a4432d7df0333139ecf652ba3499b5da8a6a6b0c18f035627fb78bcb3dc48-d # internal
2025-08-20T21:45:31.4357160Z [00:02:57.488]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T21:45:31.4357560Z [00:02:57.489]➜  mkdir -p $WORK/b441/
2025-08-20T21:45:31.4366631Z [00:02:57.489]➜  cat >/tmp/go-build1255330412/b441/importcfg << 'EOF' # internal
2025-08-20T21:45:31.4367044Z [00:02:57.489]➜  # import config
2025-08-20T21:45:31.4368034Z [00:02:57.489]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:31.4370002Z [00:02:57.490]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:31.4370689Z [00:02:57.490]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1255330412/b439/_pkg_.a
2025-08-20T21:45:31.4371362Z [00:02:57.490]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1255330412/b434/_pkg_.a
2025-08-20T21:45:31.4372120Z [00:02:57.490]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.4372955Z [00:02:57.490]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:31.4373802Z [00:02:57.490]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:31.4374888Z [00:02:57.490]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:31.4375752Z [00:02:57.490]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.4376604Z [00:02:57.490]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.4377441Z [00:02:57.490]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.4378530Z [00:02:57.490]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.4379384Z [00:02:57.490]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.4380184Z [00:02:57.490]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:31.4380992Z [00:02:57.490]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.4381489Z [00:02:57.490]➜  EOF
2025-08-20T21:45:31.4383812Z [00:02:57.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/gdch=>cloud.google.com/go/auth@v0.3.0/credentials/internal/gdch;$WORK/b441=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.19 -complete -installsuffix shared -buildid sALG_SPtZ7sPtRQLzxBW/sALG_SPtZ7sPtRQLzxBW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/gdch/gdch.go
2025-08-20T21:45:31.4886354Z [00:02:57.541]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:45:31.4911435Z [00:02:57.542]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/7b/7b5f13b866a9cc07acb22a45987ec24011e4253c59643c8d2e529a6992778f40-d # internal
2025-08-20T21:45:31.4912370Z [00:02:57.542]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T21:45:31.4912753Z [00:02:57.542]➜  mkdir -p $WORK/b436/
2025-08-20T21:45:31.4913119Z [00:02:57.542]➜  cat >/tmp/go-build1255330412/b436/importcfg << 'EOF' # internal
2025-08-20T21:45:31.4913463Z [00:02:57.542]➜  # import config
2025-08-20T21:45:31.4914028Z [00:02:57.542]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:31.4914708Z [00:02:57.542]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:31.4938958Z [00:02:57.542]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1255330412/b437/_pkg_.a
2025-08-20T21:45:31.4939912Z [00:02:57.542]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1255330412/b438/_pkg_.a
2025-08-20T21:45:31.4941043Z [00:02:57.542]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:31.4941693Z [00:02:57.542]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1255330412/b439/_pkg_.a
2025-08-20T21:45:31.4942468Z [00:02:57.542]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.4943327Z [00:02:57.542]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:31.4944237Z [00:02:57.542]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:31.4945133Z [00:02:57.542]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:31.4945994Z [00:02:57.542]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.4947046Z [00:02:57.542]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.4948011Z [00:02:57.542]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.4948907Z [00:02:57.543]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.4949740Z [00:02:57.543]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.4950543Z [00:02:57.543]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:31.4951346Z [00:02:57.543]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:31.4952155Z [00:02:57.543]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:31.4952958Z [00:02:57.543]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:31.4953775Z [00:02:57.543]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:31.4954735Z [00:02:57.543]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:31.4955772Z [00:02:57.543]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:31.4956651Z [00:02:57.543]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.4957463Z [00:02:57.543]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.4958446Z [00:02:57.543]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:31.4958953Z [00:02:57.543]➜  EOF
2025-08-20T21:45:31.4963724Z [00:02:57.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount=>cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount;$WORK/b436=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.19 -complete -installsuffix shared -buildid rhEkHbPSOYh_MOP4Zd70/rhEkHbPSOYh_MOP4Zd70 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount/aws_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount/executable_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount/externalaccount.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount/file_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount/info.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount/programmatic_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccount/url_provider.go
2025-08-20T21:45:31.5048869Z [00:02:57.558]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:45:31.5059127Z [00:02:57.559]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/a5/a52782f74e3cd4d9f63769ed3c638015d58da8132e5c9bd58be7e3326ca9ba90-d # internal
2025-08-20T21:45:31.5059900Z [00:02:57.559]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T21:45:31.5060296Z [00:02:57.559]➜  mkdir -p $WORK/b440/
2025-08-20T21:45:31.5067394Z [00:02:57.559]➜  cat >/tmp/go-build1255330412/b440/importcfg << 'EOF' # internal
2025-08-20T21:45:31.5069265Z [00:02:57.559]➜  # import config
2025-08-20T21:45:31.5069798Z [00:02:57.559]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:31.5070501Z [00:02:57.559]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1255330412/b438/_pkg_.a
2025-08-20T21:45:31.5071229Z [00:02:57.559]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:31.5071972Z [00:02:57.559]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.5072801Z [00:02:57.559]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.5073630Z [00:02:57.559]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.5074443Z [00:02:57.559]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.5074939Z [00:02:57.559]➜  EOF
2025-08-20T21:45:31.5077905Z [00:02:57.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccountuser=>cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccountuser;$WORK/b440=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.19 -complete -installsuffix shared -buildid wvDPIkQiZtHHr03sLLvB/wvDPIkQiZtHHr03sLLvB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T21:45:31.5279366Z [00:02:57.581]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:45:31.5289695Z [00:02:57.582]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/29/29080c8d1230a0fea27620f8d27e17e9f229e6e6724813ed792e567346c9bb51-d # internal
2025-08-20T21:45:31.5292423Z [00:02:57.582]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T21:45:31.5293384Z [00:02:57.582]➜  mkdir -p $WORK/b442/
2025-08-20T21:45:31.5299601Z [00:02:57.583]➜  cat >/tmp/go-build1255330412/b442/importcfg << 'EOF' # internal
2025-08-20T21:45:31.5300371Z [00:02:57.583]➜  # import config
2025-08-20T21:45:31.5300841Z [00:02:57.583]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:31.5301569Z [00:02:57.583]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.5302430Z [00:02:57.583]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.5303281Z [00:02:57.583]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.5304172Z [00:02:57.583]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:31.5305325Z [00:02:57.583]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1255330412/b418/_pkg_.a
2025-08-20T21:45:31.5305711Z [00:02:57.583]➜  EOF
2025-08-20T21:45:31.5307625Z [00:02:57.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.2=>cloud.google.com/go/auth/oauth2adapt@v0.2.2;$WORK/b442=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.19 -complete -installsuffix shared -buildid MZ01DgyJUAIQtOtnNVvk/MZ01DgyJUAIQtOtnNVvk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.2/oauth2adapt.go
2025-08-20T21:45:31.5544985Z [00:02:57.607]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:45:31.5553918Z [00:02:57.608]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/ba/bad6b1b2798c667ea5232ce27e5c74d916fab8d78e5f6116f2f89431653d0593-d # internal
2025-08-20T21:45:31.5555253Z [00:02:57.608]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T21:45:31.5559957Z [00:02:57.609]➜  mkdir -p $WORK/b453/
2025-08-20T21:45:31.5564500Z [00:02:57.609]➜  cat >/tmp/go-build1255330412/b453/importcfg << 'EOF' # internal
2025-08-20T21:45:31.5565364Z [00:02:57.609]➜  # import config
2025-08-20T21:45:31.5566015Z [00:02:57.609]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:31.5567022Z [00:02:57.609]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:31.5568314Z [00:02:57.609]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:31.5569291Z [00:02:57.609]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:31.5570116Z [00:02:57.609]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.5570635Z [00:02:57.609]➜  EOF
2025-08-20T21:45:31.5587876Z [00:02:57.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/s2a_context_go_proto;$WORK/b453=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.19 -complete -installsuffix shared -buildid 0Crn0yuRc-DtEF1j0CXN/0Crn0yuRc-DtEF1j0CXN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:45:31.6175278Z [00:02:57.670]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:45:31.6184521Z [00:02:57.671]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/dd/dd3bb95570bbc5279987f907a4cd07a508da436c7c6cc75bec0fcf08087c9213-d # internal
2025-08-20T21:45:31.6199169Z [00:02:57.672]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T21:45:31.6199596Z [00:02:57.672]➜  mkdir -p $WORK/b454/
2025-08-20T21:45:31.6207068Z [00:02:57.673]➜  cat >/tmp/go-build1255330412/b454/importcfg << 'EOF' # internal
2025-08-20T21:45:31.6207679Z [00:02:57.673]➜  # import config
2025-08-20T21:45:31.6208576Z [00:02:57.673]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.6209528Z [00:02:57.673]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:31.6210532Z [00:02:57.673]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:31.6211650Z [00:02:57.673]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:31.6213232Z [00:02:57.673]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:45:31.6214463Z [00:02:57.673]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:31.6215750Z [00:02:57.673]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:31.6216814Z [00:02:57.673]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:31.6217869Z [00:02:57.673]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.6218536Z [00:02:57.673]➜  EOF
2025-08-20T21:45:31.6234993Z [00:02:57.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto;$WORK/b454=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.19 -complete -installsuffix shared -buildid e3PnJSzQ8A-lR_7Jkj7k/e3PnJSzQ8A-lR_7Jkj7k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:45:31.6514313Z [00:02:57.704]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:45:31.6549868Z [00:02:57.706]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/8f/8fc87c4893077005509d7db72ef8b92a873c8528ea8200b8b63815632c5642c6-d # internal
2025-08-20T21:45:31.6555419Z [00:02:57.708]➜  cloud.google.com/go/auth/credentials
2025-08-20T21:45:31.6558187Z [00:02:57.708]➜  mkdir -p $WORK/b435/
2025-08-20T21:45:31.6602445Z [00:02:57.709]➜  cat >/tmp/go-build1255330412/b435/importcfg << 'EOF' # internal
2025-08-20T21:45:31.6603057Z [00:02:57.709]➜  # import config
2025-08-20T21:45:31.6603490Z [00:02:57.709]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:31.6604427Z [00:02:57.709]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build1255330412/b436/_pkg_.a
2025-08-20T21:45:31.6605484Z [00:02:57.709]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build1255330412/b440/_pkg_.a
2025-08-20T21:45:31.6606383Z [00:02:57.709]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build1255330412/b441/_pkg_.a
2025-08-20T21:45:31.6607161Z [00:02:57.709]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1255330412/b437/_pkg_.a
2025-08-20T21:45:31.6608030Z [00:02:57.713]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:31.6608729Z [00:02:57.713]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1255330412/b439/_pkg_.a
2025-08-20T21:45:31.6609383Z [00:02:57.713]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1255330412/b434/_pkg_.a
2025-08-20T21:45:31.6610016Z [00:02:57.713]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1255330412/b419/_pkg_.a
2025-08-20T21:45:31.6610764Z [00:02:57.713]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.6611594Z [00:02:57.713]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:31.6612448Z [00:02:57.713]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:31.6613623Z [00:02:57.713]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.6614445Z [00:02:57.713]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.6615268Z [00:02:57.713]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:31.6616095Z [00:02:57.713]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:31.6616892Z [00:02:57.713]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:31.6617699Z [00:02:57.713]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:31.6618680Z [00:02:57.713]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.6619175Z [00:02:57.713]➜  EOF
2025-08-20T21:45:31.6622137Z [00:02:57.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials=>cloud.google.com/go/auth@v0.3.0/credentials;$WORK/b435=>" -p cloud.google.com/go/auth/credentials -lang=go1.19 -complete -installsuffix shared -buildid uOEEISp6v53w55BnWVJR/uOEEISp6v53w55BnWVJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/detect.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/doc.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/filetypes.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/credentials/selfsignedjwt.go
2025-08-20T21:45:31.7554034Z [00:02:57.808]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:45:31.7624972Z [00:02:57.815]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/8c/8c33659b8541c4cb86aacd87161c96578a8a8c57b78e3b5aa061f3380f9584b4-d # internal
2025-08-20T21:45:31.7625854Z [00:02:57.815]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T21:45:31.7626223Z [00:02:57.815]➜  mkdir -p $WORK/b451/
2025-08-20T21:45:31.7631010Z [00:02:57.816]➜  cat >/tmp/go-build1255330412/b451/importcfg << 'EOF' # internal
2025-08-20T21:45:31.7633395Z [00:02:57.816]➜  # import config
2025-08-20T21:45:31.7634204Z [00:02:57.816]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.7635080Z [00:02:57.816]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:31.7635858Z [00:02:57.816]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build1255330412/b453/_pkg_.a
2025-08-20T21:45:31.7636614Z [00:02:57.816]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1255330412/b454/_pkg_.a
2025-08-20T21:45:31.7637534Z [00:02:57.816]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:31.7638291Z [00:02:57.816]➜  EOF
2025-08-20T21:45:31.7641602Z [00:02:57.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/authinfo=>github.com/google/s2a-go@v0.1.7/internal/authinfo;$WORK/b451=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.19 -complete -installsuffix shared -buildid OHgFMxdPEUbdsLrTpvEx/OHgFMxdPEUbdsLrTpvEx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/authinfo/authinfo.go
2025-08-20T21:45:31.7681634Z [00:02:57.821]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:45:31.7697381Z [00:02:57.822]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/ea/ead86c8fde4eb570b4bec489dd6f54e1287a355da9b8c1b4958d46d5ea7c08c4-d # internal
2025-08-20T21:45:31.7699082Z [00:02:57.823]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T21:45:31.7700327Z [00:02:57.823]➜  mkdir -p $WORK/b456/
2025-08-20T21:45:31.7705187Z [00:02:57.823]➜  cat >/tmp/go-build1255330412/b456/importcfg << 'EOF' # internal
2025-08-20T21:45:31.7705617Z [00:02:57.823]➜  # import config
2025-08-20T21:45:31.7706206Z [00:02:57.823]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.7707094Z [00:02:57.823]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:31.7708243Z [00:02:57.823]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:31.7709363Z [00:02:57.823]➜  packagefile google.golang.org/grpc/credentials/insecure=/root/.cache/go-build/24/24152e79334a29b5f9bdcdaf885f7638ca4495d8c4fdf343c9c67901a0b5e116-d
2025-08-20T21:45:31.7710305Z [00:02:57.823]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.7710789Z [00:02:57.823]➜  EOF
2025-08-20T21:45:31.7713708Z [00:02:57.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker/service=>github.com/google/s2a-go@v0.1.7/internal/handshaker/service;$WORK/b456=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.19 -complete -installsuffix shared -buildid 9YtaL1a5rTQJ2OvUvF-G/9YtaL1a5rTQJ2OvUvF-G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker/service/service.go
2025-08-20T21:45:31.8244826Z [00:02:57.877]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:45:31.8253560Z [00:02:57.878]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/81/81dee348112cc1e7e2838eeeacea2f6601b5bfaae982d40ac1801f8869e54196-d # internal
2025-08-20T21:45:31.8312118Z [00:02:57.884]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T21:45:31.8314334Z [00:02:57.884]➜  mkdir -p $WORK/b458/
2025-08-20T21:45:31.8316009Z [00:02:57.884]➜  cat >/tmp/go-build1255330412/b458/importcfg << 'EOF' # internal
2025-08-20T21:45:31.8316446Z [00:02:57.884]➜  # import config
2025-08-20T21:45:31.8317135Z [00:02:57.884]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T21:45:31.8318248Z [00:02:57.884]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T21:45:31.8319159Z [00:02:57.884]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.8320136Z [00:02:57.884]➜  packagefile golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/46/467d76bb400d925c20c5719ff26e5f918a989fc1dd7990e7fb9e4cdf584ffc2a-d
2025-08-20T21:45:31.8320739Z [00:02:57.884]➜  EOF
2025-08-20T21:45:31.8324198Z [00:02:57.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter=>github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter;$WORK/b458=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.19 -complete -installsuffix shared -buildid -xuuMJKgwlweYj4Ra_aU/-xuuMJKgwlweYj4Ra_aU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/aeadcrypter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/aesgcm.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/chachapoly.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/common.go
2025-08-20T21:45:31.8545883Z [00:02:57.907]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:45:31.8558449Z [00:02:57.908]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/03/03ea82e85e875ba93d26524a6abf303b30f04af48c9a3f9ce8bc18fb19a93110-d # internal
2025-08-20T21:45:31.8581049Z [00:02:57.910]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T21:45:31.8581445Z [00:02:57.910]➜  mkdir -p $WORK/b466/
2025-08-20T21:45:31.8582979Z [00:02:57.911]➜  cat >/tmp/go-build1255330412/b466/importcfg << 'EOF' # internal
2025-08-20T21:45:31.8584030Z [00:02:57.911]➜  # import config
2025-08-20T21:45:31.8585221Z [00:02:57.911]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.8586065Z [00:02:57.911]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:31.8586882Z [00:02:57.911]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:31.8587366Z [00:02:57.911]➜  EOF
2025-08-20T21:45:31.8589602Z [00:02:57.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/tokenmanager=>github.com/google/s2a-go@v0.1.7/internal/tokenmanager;$WORK/b466=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.19 -complete -installsuffix shared -buildid apTRqAhUNIN_Fyo2ijz5/apTRqAhUNIN_Fyo2ijz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/tokenmanager/tokenmanager.go
2025-08-20T21:45:31.8632901Z [00:02:57.916]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:45:31.8638840Z [00:02:57.917]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/7e/7e85d29916945ef1dbe9cbd0be43a400c09b93dec645e5f3c4817c6fcdc9b0f9-d # internal
2025-08-20T21:45:31.8643701Z [00:02:57.917]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T21:45:31.8671522Z [00:02:57.920]➜  mkdir -p $WORK/b457/
2025-08-20T21:45:31.8675567Z [00:02:57.920]➜  cat >/tmp/go-build1255330412/b457/importcfg << 'EOF' # internal
2025-08-20T21:45:31.8675980Z [00:02:57.920]➜  # import config
2025-08-20T21:45:31.8676863Z [00:02:57.920]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:31.8678260Z [00:02:57.920]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:45:31.8679200Z [00:02:57.920]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.8680024Z [00:02:57.920]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.8680891Z [00:02:57.920]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:31.8681689Z [00:02:57.920]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build1255330412/b458/_pkg_.a
2025-08-20T21:45:31.8682611Z [00:02:57.920]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/c8/c835701547954bb3126cce99370f8a027380d6a99ec131519e7d4874b490550b-d
2025-08-20T21:45:31.8683588Z [00:02:57.920]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/f4/f478a574f8117b60ce5244dcb4c2328110acde2584082c1aa3e28043fbcc9d1f-d
2025-08-20T21:45:31.8684507Z [00:02:57.920]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:45:31.8685311Z [00:02:57.920]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.8686047Z [00:02:57.920]➜  EOF
2025-08-20T21:45:31.8689774Z [00:02:57.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn=>github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn;$WORK/b457=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.19 -complete -installsuffix shared -buildid FAKGKW8SqMD6p9PfH1AZ/FAKGKW8SqMD6p9PfH1AZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/ciphersuite.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/counter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/expander.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/halfconn.go
2025-08-20T21:45:31.9042590Z [00:02:57.957]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:45:31.9056462Z [00:02:57.958]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/dd/dda933ee2e727476a983c7e0f05d33b318a021975aaa438edc7bdaeb90e26fb6-d # internal
2025-08-20T21:45:31.9057559Z [00:02:57.958]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T21:45:31.9065410Z [00:02:57.959]➜  mkdir -p $WORK/b468/
2025-08-20T21:45:31.9076368Z [00:02:57.960]➜  cat >/tmp/go-build1255330412/b468/importcfg << 'EOF' # internal
2025-08-20T21:45:31.9078702Z [00:02:57.960]➜  # import config
2025-08-20T21:45:31.9081789Z [00:02:57.960]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:31.9082969Z [00:02:57.960]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:31.9083933Z [00:02:57.960]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:31.9084826Z [00:02:57.960]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.9085312Z [00:02:57.960]➜  EOF
2025-08-20T21:45:31.9092917Z [00:02:57.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/common_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/v2/common_go_proto;$WORK/b468=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.19 -complete -installsuffix shared -buildid wShbKnSKEx_CUue06IXb/wShbKnSKEx_CUue06IXb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/common_go_proto/common.pb.go
2025-08-20T21:45:31.9310309Z [00:02:57.981]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:45:31.9315179Z [00:02:57.982]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/49/49fd331d48a04090845ebaeeeb93c8700f43cfaa631dda2994f9dd1a63c039d4-d # internal
2025-08-20T21:45:31.9315854Z [00:02:57.982]➜  github.com/google/s2a-go/internal/record
2025-08-20T21:45:31.9316174Z [00:02:57.982]➜  mkdir -p $WORK/b455/
2025-08-20T21:45:31.9316550Z [00:02:57.983]➜  cat >/tmp/go-build1255330412/b455/importcfg << 'EOF' # internal
2025-08-20T21:45:31.9316893Z [00:02:57.983]➜  # import config
2025-08-20T21:45:31.9317463Z [00:02:57.983]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:31.9318529Z [00:02:57.983]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:31.9319385Z [00:02:57.983]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:31.9320207Z [00:02:57.983]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:31.9321443Z [00:02:57.983]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1255330412/b456/_pkg_.a
2025-08-20T21:45:31.9322196Z [00:02:57.983]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:31.9322941Z [00:02:57.983]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1255330412/b454/_pkg_.a
2025-08-20T21:45:31.9323708Z [00:02:57.983]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build1255330412/b457/_pkg_.a
2025-08-20T21:45:31.9324455Z [00:02:57.983]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1255330412/b466/_pkg_.a
2025-08-20T21:45:31.9325307Z [00:02:57.983]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:31.9326290Z [00:02:57.983]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:31.9327182Z [00:02:57.983]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:31.9328266Z [00:02:57.983]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:31.9329078Z [00:02:57.983]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.9329882Z [00:02:57.983]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:31.9330360Z [00:02:57.983]➜  EOF
2025-08-20T21:45:31.9332599Z [00:02:57.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record=>github.com/google/s2a-go@v0.1.7/internal/record;$WORK/b455=>" -p github.com/google/s2a-go/internal/record -lang=go1.19 -complete -installsuffix shared -buildid EN8VPG4FETV7bKz5F0Mj/EN8VPG4FETV7bKz5F0Mj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/ticketsender.go
2025-08-20T21:45:31.9946652Z [00:02:58.047]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:45:31.9968028Z [00:02:58.049]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/6f/6f4d49467b40b9547e1b2c89677dba527572e8f91b53a7c4371b9f6d05e8cd4f-d # internal
2025-08-20T21:45:31.9975602Z [00:02:58.050]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T21:45:31.9978675Z [00:02:58.050]➜  mkdir -p $WORK/b469/
2025-08-20T21:45:31.9988090Z [00:02:58.051]➜  cat >/tmp/go-build1255330412/b469/importcfg << 'EOF' # internal
2025-08-20T21:45:31.9994304Z [00:02:58.051]➜  # import config
2025-08-20T21:45:31.9994947Z [00:02:58.051]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:31.9995939Z [00:02:58.051]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:31.9997092Z [00:02:58.051]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:31.9998185Z [00:02:58.051]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:31.9999054Z [00:02:58.051]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:31.9999536Z [00:02:58.051]➜  EOF
2025-08-20T21:45:32.0010252Z [00:02:58.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_context_go_proto;$WORK/b469=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.19 -complete -installsuffix shared -buildid 6mkYLR6gTIkS8VBoRopM/6mkYLR6gTIkS8VBoRopM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:45:32.0554747Z [00:02:58.108]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:45:32.0561316Z [00:02:58.109]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/f0/f004e67a508f51204c6536b3b313cbc99ece68b92be07e0b7b8451477c8070c0-d # internal
2025-08-20T21:45:32.0570182Z [00:02:58.110]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T21:45:32.0570997Z [00:02:58.110]➜  mkdir -p $WORK/b467/
2025-08-20T21:45:32.0572123Z [00:02:58.110]➜  cat >/tmp/go-build1255330412/b467/importcfg << 'EOF' # internal
2025-08-20T21:45:32.0572564Z [00:02:58.110]➜  # import config
2025-08-20T21:45:32.0573145Z [00:02:58.110]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.0573950Z [00:02:58.110]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:32.0574733Z [00:02:58.110]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1255330412/b468/_pkg_.a
2025-08-20T21:45:32.0575539Z [00:02:58.110]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build1255330412/b469/_pkg_.a
2025-08-20T21:45:32.0576412Z [00:02:58.110]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:32.0577363Z [00:02:58.110]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:32.0578575Z [00:02:58.110]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:45:32.0933833Z [00:02:58.110]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:32.0935519Z [00:02:58.110]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:32.0936566Z [00:02:58.110]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:32.0937392Z [00:02:58.110]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.0938037Z [00:02:58.110]➜  EOF
2025-08-20T21:45:32.0940560Z [00:02:58.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto;$WORK/b467=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.19 -complete -installsuffix shared -buildid 6XstfaHE2bt8Msfd9BWC/6XstfaHE2bt8Msfd9BWC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:45:32.0942789Z [00:02:58.146]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:45:32.1002982Z [00:02:58.153]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/2d/2db6394177c692e0c632b4de1f0313aebe5d46aff832a9c04057ae09076f7c81-d # internal
2025-08-20T21:45:32.1022678Z [00:02:58.153]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T21:45:32.1023511Z [00:02:58.153]➜  mkdir -p $WORK/b450/
2025-08-20T21:45:32.1023893Z [00:02:58.153]➜  cat >/tmp/go-build1255330412/b450/importcfg << 'EOF' # internal
2025-08-20T21:45:32.1024248Z [00:02:58.153]➜  # import config
2025-08-20T21:45:32.1024817Z [00:02:58.153]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.1025659Z [00:02:58.153]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.1026495Z [00:02:58.153]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.1027233Z [00:02:58.153]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build1255330412/b451/_pkg_.a
2025-08-20T21:45:32.1028117Z [00:02:58.153]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:32.1028919Z [00:02:58.153]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1255330412/b454/_pkg_.a
2025-08-20T21:45:32.1029607Z [00:02:58.153]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build1255330412/b455/_pkg_.a
2025-08-20T21:45:32.1030773Z [00:02:58.153]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1255330412/b466/_pkg_.a
2025-08-20T21:45:32.1031736Z [00:02:58.153]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:32.1032707Z [00:02:58.153]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:32.1033722Z [00:02:58.153]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:32.1034733Z [00:02:58.153]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:32.1035622Z [00:02:58.153]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:32.1036418Z [00:02:58.153]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:32.1037410Z [00:02:58.153]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.1038161Z [00:02:58.153]➜  EOF
2025-08-20T21:45:32.1040295Z [00:02:58.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker=>github.com/google/s2a-go@v0.1.7/internal/handshaker;$WORK/b450=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.19 -complete -installsuffix shared -buildid j_WUJy3FNBOpr9ovPTtP/j_WUJy3FNBOpr9ovPTtP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker/handshaker.go
2025-08-20T21:45:32.2121961Z [00:02:58.265]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:45:32.2138123Z [00:02:58.267]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/07/07789b18bb0f399a1c9f6402df562211c060d21c1f69d687d0e6f0be0bbe06dd-d # internal
2025-08-20T21:45:32.2140597Z [00:02:58.267]➜  github.com/google/s2a-go/retry
2025-08-20T21:45:32.2141358Z [00:02:58.267]➜  mkdir -p $WORK/b475/
2025-08-20T21:45:32.2142354Z [00:02:58.267]➜  cat >/tmp/go-build1255330412/b475/importcfg << 'EOF' # internal
2025-08-20T21:45:32.2142793Z [00:02:58.267]➜  # import config
2025-08-20T21:45:32.2143373Z [00:02:58.267]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.2144353Z [00:02:58.267]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:32.2145732Z [00:02:58.267]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:32.2146557Z [00:02:58.267]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:32.2147042Z [00:02:58.267]➜  EOF
2025-08-20T21:45:32.2153717Z [00:02:58.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/retry=>github.com/google/s2a-go@v0.1.7/retry;$WORK/b475=>" -p github.com/google/s2a-go/retry -lang=go1.19 -complete -installsuffix shared -buildid D4xeqomuNYNex1qWzrXy/D4xeqomuNYNex1qWzrXy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/retry/retry.go
2025-08-20T21:45:32.2381431Z [00:02:58.291]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:45:32.2384433Z [00:02:58.291]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/94/94ee2d2e91caa3ed19f5714dc3ee882488017751508535bf144bfe726fd3348f-d # internal
2025-08-20T21:45:32.2385880Z [00:02:58.291]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T21:45:32.2400081Z [00:02:58.293]➜  mkdir -p $WORK/b478/
2025-08-20T21:45:32.2401821Z [00:02:58.293]➜  cat >/tmp/go-build1255330412/b478/importcfg << 'EOF' # internal
2025-08-20T21:45:32.2403498Z [00:02:58.293]➜  # import config
2025-08-20T21:45:32.2404210Z [00:02:58.293]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:32.2405075Z [00:02:58.293]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.2405887Z [00:02:58.293]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:32.2406670Z [00:02:58.293]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:32.2407490Z [00:02:58.293]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:32.2408558Z [00:02:58.293]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:32.2409643Z [00:02:58.293]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:32.2410690Z [00:02:58.293]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:32.2411244Z [00:02:58.293]➜  EOF
2025-08-20T21:45:32.2413592Z [00:02:58.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/util=>github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/util;$WORK/b478=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.19 -complete -installsuffix shared -buildid aT8x0lRS093U5OgSCGk7/aT8x0lRS093U5OgSCGk7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/util/util.go
2025-08-20T21:45:32.2871084Z [00:02:58.339]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:45:32.2877417Z [00:02:58.340]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/9e/9ea2da604c0e2f11d7877dbce641814132c10ba45264cfc5e6ef1732f1372e07-d # internal
2025-08-20T21:45:32.2878188Z [00:02:58.340]➜  net/rpc
2025-08-20T21:45:32.2878447Z [00:02:58.340]➜  mkdir -p $WORK/b479/
2025-08-20T21:45:32.2878821Z [00:02:58.340]➜  cat >/tmp/go-build1255330412/b479/importcfg << 'EOF' # internal
2025-08-20T21:45:32.2879169Z [00:02:58.340]➜  # import config
2025-08-20T21:45:32.2879724Z [00:02:58.340]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:32.2880998Z [00:02:58.340]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:45:32.2881850Z [00:02:58.340]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.2882679Z [00:02:58.340]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.2883508Z [00:02:58.340]➜  packagefile go/token=/root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d
2025-08-20T21:45:32.2884349Z [00:02:58.340]➜  packagefile html/template=/root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d
2025-08-20T21:45:32.2885160Z [00:02:58.340]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:32.2885949Z [00:02:58.340]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:32.2886746Z [00:02:58.340]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:32.2887576Z [00:02:58.340]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:32.2889098Z [00:02:58.340]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:32.2889932Z [00:02:58.340]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:32.2890759Z [00:02:58.340]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:32.2891565Z [00:02:58.340]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.2892061Z [00:02:58.340]➜  EOF
2025-08-20T21:45:32.2893869Z [00:02:58.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b479=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid bZ9j_EE6_Rlt0Yrw-GsF/bZ9j_EE6_Rlt0Yrw-GsF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/.go/src/net/rpc/client.go /root/.go/src/net/rpc/debug.go /root/.go/src/net/rpc/server.go
2025-08-20T21:45:32.3265755Z [00:02:58.379]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:45:32.3365317Z [00:02:58.389]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/d3/d3091529133df20eb8c985287cac1e593661a43c57d1bd41e8626e67ff65d3ff-d # internal
2025-08-20T21:45:32.3365983Z [00:02:58.389]➜  github.com/google/s2a-go/stream
2025-08-20T21:45:32.3366295Z [00:02:58.389]➜  mkdir -p $WORK/b473/
2025-08-20T21:45:32.3368076Z [00:02:58.390]➜  cat >/tmp/go-build1255330412/b473/importcfg << 'EOF' # internal
2025-08-20T21:45:32.3368477Z [00:02:58.390]➜  # import config
2025-08-20T21:45:32.3369009Z [00:02:58.390]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1255330412/b467/_pkg_.a
2025-08-20T21:45:32.3369478Z [00:02:58.390]➜  EOF
2025-08-20T21:45:32.3371294Z [00:02:58.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/stream=>github.com/google/s2a-go@v0.1.7/stream;$WORK/b473=>" -p github.com/google/s2a-go/stream -lang=go1.19 -complete -installsuffix shared -buildid ePVYO8qrrhXOoCSJ7u46/ePVYO8qrrhXOoCSJ7u46 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/stream/s2a_stream.go
2025-08-20T21:45:32.3654236Z [00:02:58.418]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:45:32.3662717Z [00:02:58.419]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/8d/8d11ac34fbe06b3dafce42661202691cdc743e3e08c0939502e92ba846c2c8c3-d # internal
2025-08-20T21:45:32.3664519Z [00:02:58.419]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T21:45:32.3664927Z [00:02:58.419]➜  mkdir -p $WORK/b472/
2025-08-20T21:45:32.3672848Z [00:02:58.420]➜  cat >/tmp/go-build1255330412/b472/importcfg << 'EOF' # internal
2025-08-20T21:45:32.3674240Z [00:02:58.420]➜  # import config
2025-08-20T21:45:32.3674917Z [00:02:58.420]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:32.3675764Z [00:02:58.420]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.3676548Z [00:02:58.420]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1255330412/b467/_pkg_.a
2025-08-20T21:45:32.3677219Z [00:02:58.420]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1255330412/b473/_pkg_.a
2025-08-20T21:45:32.3678192Z [00:02:58.420]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:32.3679234Z [00:02:58.420]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:32.3679808Z [00:02:58.420]➜  EOF
2025-08-20T21:45:32.3681952Z [00:02:58.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/certverifier=>github.com/google/s2a-go@v0.1.7/internal/v2/certverifier;$WORK/b472=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.19 -complete -installsuffix shared -buildid INUdEb8CabLTO0-4usWh/INUdEb8CabLTO0-4usWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/certverifier/certverifier.go
2025-08-20T21:45:32.4332817Z [00:02:58.486]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:45:32.4406326Z [00:02:58.492]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/58/58acf43d99246c83929bbc6e3c066eecc89efd998d2f4ef6cd9083aecab61c0e-d # internal
2025-08-20T21:45:32.4407059Z [00:02:58.492]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T21:45:32.4407405Z [00:02:58.492]➜  mkdir -p $WORK/b474/
2025-08-20T21:45:32.4408169Z [00:02:58.493]➜  cat >/tmp/go-build1255330412/b474/importcfg << 'EOF' # internal
2025-08-20T21:45:32.4408704Z [00:02:58.493]➜  # import config
2025-08-20T21:45:32.4409297Z [00:02:58.493]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:32.4410140Z [00:02:58.493]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:32.4410980Z [00:02:58.493]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:32.4411836Z [00:02:58.493]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.4412613Z [00:02:58.493]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1255330412/b467/_pkg_.a
2025-08-20T21:45:32.4413285Z [00:02:58.493]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1255330412/b473/_pkg_.a
2025-08-20T21:45:32.4414091Z [00:02:58.493]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:32.4415079Z [00:02:58.493]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:32.4415946Z [00:02:58.493]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:32.4416686Z [00:02:58.493]➜  EOF
2025-08-20T21:45:32.4424751Z [00:02:58.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/remotesigner=>github.com/google/s2a-go@v0.1.7/internal/v2/remotesigner;$WORK/b474=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.19 -complete -installsuffix shared -buildid drRRDOxFvS6wRl2igtuk/drRRDOxFvS6wRl2igtuk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/remotesigner/remotesigner.go
2025-08-20T21:45:32.5163028Z [00:02:58.569]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:45:32.5181410Z [00:02:58.570]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/ac/ac2c27a17a048eccf1717916a87a8c872c2ac01fca6b011b544c0d49b45dce40-d # internal
2025-08-20T21:45:32.5184066Z [00:02:58.571]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T21:45:32.5186535Z [00:02:58.571]➜  mkdir -p $WORK/b471/
2025-08-20T21:45:32.5186992Z [00:02:58.571]➜  cat >/tmp/go-build1255330412/b471/importcfg << 'EOF' # internal
2025-08-20T21:45:32.5188165Z [00:02:58.571]➜  # import config
2025-08-20T21:45:32.5189106Z [00:02:58.571]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:32.5192061Z [00:02:58.571]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:32.5193424Z [00:02:58.571]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:32.5194596Z [00:02:58.571]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.5198271Z [00:02:58.571]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.5199707Z [00:02:58.571]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:32.5200845Z [00:02:58.571]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1255330412/b468/_pkg_.a
2025-08-20T21:45:32.5202095Z [00:02:58.571]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1255330412/b467/_pkg_.a
2025-08-20T21:45:32.5209704Z [00:02:58.571]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1255330412/b466/_pkg_.a
2025-08-20T21:45:32.5211378Z [00:02:58.571]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build1255330412/b472/_pkg_.a
2025-08-20T21:45:32.5212199Z [00:02:58.571]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build1255330412/b474/_pkg_.a
2025-08-20T21:45:32.5212859Z [00:02:58.571]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1255330412/b473/_pkg_.a
2025-08-20T21:45:32.5213676Z [00:02:58.571]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:32.5214675Z [00:02:58.571]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:32.5215247Z [00:02:58.571]➜  EOF
2025-08-20T21:45:32.5217424Z [00:02:58.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/tlsconfigstore=>github.com/google/s2a-go@v0.1.7/internal/v2/tlsconfigstore;$WORK/b471=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.19 -complete -installsuffix shared -buildid b3aJqVtjlBBb2IUmP8kb/b3aJqVtjlBBb2IUmP8kb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T21:45:32.5253052Z [00:02:58.578]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:45:32.5298697Z [00:02:58.583]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/50/508a0b05d8870b756582aae54f08feccd8b386f2aa6787c4562253b25ab6b681-d # internal
2025-08-20T21:45:32.5367446Z [00:02:58.589]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T21:45:32.5368583Z [00:02:58.589]➜  mkdir -p $WORK/b477/
2025-08-20T21:45:32.5379545Z [00:02:58.590]➜  cat >/tmp/go-build1255330412/b477/importcfg << 'EOF' # internal
2025-08-20T21:45:32.5380188Z [00:02:58.590]➜  # import config
2025-08-20T21:45:32.5380824Z [00:02:58.590]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:32.5381853Z [00:02:58.590]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:45:32.5382820Z [00:02:58.590]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:32.5384699Z [00:02:58.590]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:32.5385802Z [00:02:58.590]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:45:32.5386878Z [00:02:58.590]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.5390026Z [00:02:58.590]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.5390949Z [00:02:58.590]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1255330412/b478/_pkg_.a
2025-08-20T21:45:32.5391767Z [00:02:58.590]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:32.5392361Z [00:02:58.590]➜  packagefile net/rpc=/tmp/go-build1255330412/b479/_pkg_.a
2025-08-20T21:45:32.5393031Z [00:02:58.590]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:32.5393831Z [00:02:58.590]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:32.5394322Z [00:02:58.590]➜  EOF
2025-08-20T21:45:32.5396722Z [00:02:58.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client=>github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client;$WORK/b477=>" -p github.com/googleapis/enterprise-certificate-proxy/client -lang=go1.19 -complete -installsuffix shared -buildid PQpHx4CuTyjoS4wvpzOL/PQpHx4CuTyjoS4wvpzOL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/client.go
2025-08-20T21:45:32.5949875Z [00:02:58.648]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:45:32.5958969Z [00:02:58.649]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/2b/2bc055ab0d733c18b79a9ae9946e5faad7597c59a1df2b7b1508324b4c93ac16-d # internal
2025-08-20T21:45:32.5972328Z [00:02:58.650]➜  google.golang.org/api/internal/cert
2025-08-20T21:45:32.5973404Z [00:02:58.650]➜  mkdir -p $WORK/b476/
2025-08-20T21:45:32.5979106Z [00:02:58.651]➜  cat >/tmp/go-build1255330412/b476/importcfg << 'EOF' # internal
2025-08-20T21:45:32.5979508Z [00:02:58.651]➜  # import config
2025-08-20T21:45:32.5981054Z [00:02:58.651]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:32.5982245Z [00:02:58.651]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:32.5983298Z [00:02:58.651]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:32.5984613Z [00:02:58.651]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.5986401Z [00:02:58.651]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.5987279Z [00:02:58.651]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1255330412/b477/_pkg_.a
2025-08-20T21:45:32.5988321Z [00:02:58.651]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:32.5989140Z [00:02:58.651]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:32.5989959Z [00:02:58.651]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:32.5990809Z [00:02:58.651]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:32.5991657Z [00:02:58.651]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.5992455Z [00:02:58.651]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:32.5992943Z [00:02:58.651]➜  EOF
2025-08-20T21:45:32.6003756Z [00:02:58.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/cert=>google.golang.org/api@v0.177.0/internal/cert;$WORK/b476=>" -p google.golang.org/api/internal/cert -lang=go1.19 -complete -installsuffix shared -buildid w9FZmgubDdrabXuX2FEl/w9FZmgubDdrabXuX2FEl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/cert/secureconnect_cert.go
2025-08-20T21:45:32.6152441Z [00:02:58.668]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:45:32.6167268Z [00:02:58.669]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/26/260e6e1f7a6e719721e069e71c1f8428cddea062c337a8b644c35f9d9b0e8b3d-d # internal
2025-08-20T21:45:32.6172375Z [00:02:58.670]➜  github.com/google/s2a-go/internal/v2
2025-08-20T21:45:32.6172791Z [00:02:58.670]➜  mkdir -p $WORK/b470/
2025-08-20T21:45:32.6173188Z [00:02:58.670]➜  cat >/tmp/go-build1255330412/b470/importcfg << 'EOF' # internal
2025-08-20T21:45:32.6173539Z [00:02:58.670]➜  # import config
2025-08-20T21:45:32.6174100Z [00:02:58.670]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.6174944Z [00:02:58.670]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:32.6175999Z [00:02:58.670]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.6176937Z [00:02:58.670]➜  packagefile github.com/golang/protobuf/proto=/root/.cache/go-build/dc/dced2df9b0385ddcf51daf448824734387a02670f67a9d099e71c6b4c5933348-d
2025-08-20T21:45:32.6177930Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1255330412/b449/_pkg_.a
2025-08-20T21:45:32.6178688Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1255330412/b456/_pkg_.a
2025-08-20T21:45:32.6179444Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:32.6180198Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1255330412/b467/_pkg_.a
2025-08-20T21:45:32.6180915Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1255330412/b466/_pkg_.a
2025-08-20T21:45:32.6181881Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build1255330412/b471/_pkg_.a
2025-08-20T21:45:32.6182535Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1255330412/b475/_pkg_.a
2025-08-20T21:45:32.6183119Z [00:02:58.670]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1255330412/b473/_pkg_.a
2025-08-20T21:45:32.6183898Z [00:02:58.670]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:32.6184901Z [00:02:58.670]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:32.6185902Z [00:02:58.670]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:32.6186799Z [00:02:58.670]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:32.6187590Z [00:02:58.670]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:32.6190539Z [00:02:58.670]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:32.6191041Z [00:02:58.670]➜  EOF
2025-08-20T21:45:32.6193061Z [00:02:58.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2=>github.com/google/s2a-go@v0.1.7/internal/v2;$WORK/b470=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.19 -complete -installsuffix shared -buildid JUzYVTBn_7O941Y40_5Y/JUzYVTBn_7O941Y40_5Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/s2av2.go
2025-08-20T21:45:32.6655812Z [00:02:58.718]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:45:32.6662585Z [00:02:58.719]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/d8/d8092c46c4a17f85fc32814596f6efebbd330de908969e3971048cbb1ae8c0e5-d # internal
2025-08-20T21:45:32.6667388Z [00:02:58.719]➜  google.golang.org/api/internal/impersonate
2025-08-20T21:45:32.6670507Z [00:02:58.719]➜  mkdir -p $WORK/b480/
2025-08-20T21:45:32.6671165Z [00:02:58.719]➜  cat >/tmp/go-build1255330412/b480/importcfg << 'EOF' # internal
2025-08-20T21:45:32.6673709Z [00:02:58.719]➜  # import config
2025-08-20T21:45:32.6675901Z [00:02:58.719]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:32.6680708Z [00:02:58.719]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.6681651Z [00:02:58.719]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:32.6683760Z [00:02:58.719]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.6684647Z [00:02:58.719]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:32.6685501Z [00:02:58.719]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:32.6686324Z [00:02:58.719]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:32.6687147Z [00:02:58.719]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:32.6687633Z [00:02:58.719]➜  EOF
2025-08-20T21:45:32.6689862Z [00:02:58.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/impersonate=>google.golang.org/api@v0.177.0/internal/impersonate;$WORK/b480=>" -p google.golang.org/api/internal/impersonate -lang=go1.19 -complete -installsuffix shared -buildid 9SZTmB57xOKUmwZAV7Ks/9SZTmB57xOKUmwZAV7Ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/impersonate/impersonate.go
2025-08-20T21:45:32.7301677Z [00:02:58.781]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:45:32.7303872Z [00:02:58.782]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/0e/0e82a29042d9901eaaf79b1e0aab6ea6a46dfef61fd06d5037c107f511ebe956-d # internal
2025-08-20T21:45:32.7305626Z [00:02:58.783]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T21:45:32.7305972Z [00:02:58.783]➜  mkdir -p $WORK/b485/
2025-08-20T21:45:32.7306376Z [00:02:58.783]➜  cat >/tmp/go-build1255330412/b485/importcfg << 'EOF' # internal
2025-08-20T21:45:32.7306721Z [00:02:58.783]➜  # import config
2025-08-20T21:45:32.7307488Z [00:02:58.783]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:32.7308801Z [00:02:58.783]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:32.7310016Z [00:02:58.783]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:32.7311057Z [00:02:58.783]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.7311595Z [00:02:58.783]➜  EOF
2025-08-20T21:45:32.7313968Z [00:02:58.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/code=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/code;$WORK/b485=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.21 -complete -installsuffix shared -buildid Z5YDYg3CtIZKA_IZ_J7X/Z5YDYg3CtIZKA_IZ_J7X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/code/code.pb.go
2025-08-20T21:45:32.7486846Z [00:02:58.801]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:45:32.7511252Z [00:02:58.804]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/aa/aa950a4f7f33addd0256bace4188b978b768573a683bc63c9a08f44b826ec3df-d # internal
2025-08-20T21:45:32.7514982Z [00:02:58.804]➜  github.com/google/s2a-go
2025-08-20T21:45:32.7524327Z [00:02:58.805]➜  mkdir -p $WORK/b443/
2025-08-20T21:45:32.7527624Z [00:02:58.805]➜  cat >/tmp/go-build1255330412/b443/importcfg << 'EOF' # internal
2025-08-20T21:45:32.7528753Z [00:02:58.805]➜  # import config
2025-08-20T21:45:32.7530382Z [00:02:58.805]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.7532803Z [00:02:58.805]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:32.7533696Z [00:02:58.805]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.7535054Z [00:02:58.805]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.7536587Z [00:02:58.805]➜  packagefile github.com/golang/protobuf/proto=/root/.cache/go-build/dc/dced2df9b0385ddcf51daf448824734387a02670f67a9d099e71c6b4c5933348-d
2025-08-20T21:45:32.7538031Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1255330412/b449/_pkg_.a
2025-08-20T21:45:32.7539687Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build1255330412/b450/_pkg_.a
2025-08-20T21:45:32.7540714Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1255330412/b456/_pkg_.a
2025-08-20T21:45:32.7541473Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:32.7542237Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1255330412/b467/_pkg_.a
2025-08-20T21:45:32.7542965Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1255330412/b466/_pkg_.a
2025-08-20T21:45:32.7543625Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build1255330412/b470/_pkg_.a
2025-08-20T21:45:32.7544222Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1255330412/b475/_pkg_.a
2025-08-20T21:45:32.7544802Z [00:02:58.805]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1255330412/b473/_pkg_.a
2025-08-20T21:45:32.7545642Z [00:02:58.805]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:32.7546651Z [00:02:58.805]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:32.7547907Z [00:02:58.805]➜  packagefile google.golang.org/grpc/peer=/root/.cache/go-build/f5/f5e86a5f6cb2c0a06da4ab49578fbc299ceae0522b8d5de1106d37bbdc7ae25e-d
2025-08-20T21:45:32.7549000Z [00:02:58.805]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:32.7549890Z [00:02:58.805]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.7550689Z [00:02:58.805]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:32.7551173Z [00:02:58.805]➜  EOF
2025-08-20T21:45:32.7553302Z [00:02:58.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7=>github.com/google/s2a-go@v0.1.7;$WORK/b443=>" -p github.com/google/s2a-go -lang=go1.19 -complete -installsuffix shared -buildid D0tCBN5JwsVpGGPZ6SlL/D0tCBN5JwsVpGGPZ6SlL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/s2a.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/s2a_options.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/s2a_utils.go
2025-08-20T21:45:32.7772570Z [00:02:58.830]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:45:32.7802056Z [00:02:58.833]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/6f/6f0f8d5498e82f58cb198f30b29c4cd9112555f9a9f3452ce564bf20b77f2dc7-d # internal
2025-08-20T21:45:32.7838772Z [00:02:58.836]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T21:45:32.7865590Z [00:02:58.837]➜  mkdir -p $WORK/b484/
2025-08-20T21:45:32.7866414Z [00:02:58.837]➜  cat >/tmp/go-build1255330412/b484/importcfg << 'EOF' # internal
2025-08-20T21:45:32.7866774Z [00:02:58.837]➜  # import config
2025-08-20T21:45:32.7867269Z [00:02:58.837]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build1255330412/b485/_pkg_.a
2025-08-20T21:45:32.7868409Z [00:02:58.837]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:32.7869613Z [00:02:58.837]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:32.7870723Z [00:02:58.837]➜  packagefile google.golang.org/protobuf/types/known/anypb=/root/.cache/go-build/05/05984c5d0696fa237234498fc287a15c7d0981baa7b9ea336f3e59060abc22ef-d
2025-08-20T21:45:32.7871674Z [00:02:58.837]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:32.7872704Z [00:02:58.837]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.7873186Z [00:02:58.837]➜  EOF
2025-08-20T21:45:32.7875831Z [00:02:58.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/apierror/internal/proto=>github.com/googleapis/gax-go/v2@v2.12.3/apierror/internal/proto;$WORK/b484=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.19 -complete -installsuffix shared -buildid 1KUrhbS0mCmZZCB3RJdI/1KUrhbS0mCmZZCB3RJdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/apierror/internal/proto/custom_error.pb.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/apierror/internal/proto/error.pb.go
2025-08-20T21:45:32.8506965Z [00:02:58.903]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:45:32.8526665Z [00:02:58.905]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/84/849a4d0f6ff241984edcd6ed078f470423b77dda000228628e0beab3437e72ff-d # internal
2025-08-20T21:45:32.8537348Z [00:02:58.906]➜  google.golang.org/api/internal
2025-08-20T21:45:32.8537847Z [00:02:58.906]➜  mkdir -p $WORK/b431/
2025-08-20T21:45:32.8538528Z [00:02:58.906]➜  cat >/tmp/go-build1255330412/b431/importcfg << 'EOF' # internal
2025-08-20T21:45:32.8538949Z [00:02:58.906]➜  # import config
2025-08-20T21:45:32.8539469Z [00:02:58.906]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:32.8540128Z [00:02:58.906]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1255330412/b435/_pkg_.a
2025-08-20T21:45:32.8540761Z [00:02:58.906]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1255330412/b442/_pkg_.a
2025-08-20T21:45:32.8541393Z [00:02:58.906]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1255330412/b419/_pkg_.a
2025-08-20T21:45:32.8542155Z [00:02:58.906]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.8542996Z [00:02:58.906]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:32.8543859Z [00:02:58.906]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:32.8544709Z [00:02:58.906]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:32.8545530Z [00:02:58.906]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.8546187Z [00:02:58.906]➜  packagefile github.com/google/s2a-go=/tmp/go-build1255330412/b443/_pkg_.a
2025-08-20T21:45:32.8546763Z [00:02:58.906]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1255330412/b449/_pkg_.a
2025-08-20T21:45:32.8567090Z [00:02:58.906]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:32.8568712Z [00:02:58.906]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1255330412/b418/_pkg_.a
2025-08-20T21:45:32.8569360Z [00:02:58.906]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1255330412/b476/_pkg_.a
2025-08-20T21:45:32.8570030Z [00:02:58.906]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1255330412/b480/_pkg_.a
2025-08-20T21:45:32.8570855Z [00:02:58.906]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:32.8571832Z [00:02:58.906]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:32.8572731Z [00:02:58.906]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:32.8573865Z [00:02:58.906]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:32.8574688Z [00:02:58.906]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:32.8575520Z [00:02:58.906]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:32.8576326Z [00:02:58.906]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:32.8577128Z [00:02:58.906]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:32.8578190Z [00:02:58.906]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:32.8579076Z [00:02:58.906]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.8579873Z [00:02:58.906]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:32.8580357Z [00:02:58.906]➜  EOF
2025-08-20T21:45:32.8583622Z [00:02:58.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/internal=>google.golang.org/api@v0.177.0/internal;$WORK/b431=>" -p google.golang.org/api/internal -lang=go1.19 -complete -installsuffix shared -buildid oFHIgN2S_6OXpZW5JKql/oFHIgN2S_6OXpZW5JKql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/version.go
2025-08-20T21:45:32.8725841Z [00:02:58.925]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:45:32.8741197Z [00:02:58.927]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/ec/ec2cfaa1adc8b4492dc009cfff4be3f8a92d9c05a4cea4de8eeb8bc0fc92472a-d # internal
2025-08-20T21:45:32.8771471Z [00:02:58.930]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T21:45:32.8772058Z [00:02:58.930]➜  mkdir -p $WORK/b486/
2025-08-20T21:45:32.8781722Z [00:02:58.931]➜  cat >/tmp/go-build1255330412/b486/importcfg << 'EOF' # internal
2025-08-20T21:45:32.8782716Z [00:02:58.931]➜  # import config
2025-08-20T21:45:32.8783903Z [00:02:58.931]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:32.8785522Z [00:02:58.931]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:32.8786678Z [00:02:58.931]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/root/.cache/go-build/ab/aba4fc3541f64d4284899b90223b8c3b9ca599f740c6b0691f5bdb7bb9131283-d
2025-08-20T21:45:32.8787675Z [00:02:58.931]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:32.8788713Z [00:02:58.931]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:32.8789205Z [00:02:58.931]➜  EOF
2025-08-20T21:45:32.8801789Z [00:02:58.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/errdetails;$WORK/b486=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.21 -complete -installsuffix shared -buildid SHq1VUkD5eB4ub3XWeio/SHq1VUkD5eB4ub3XWeio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240903143218-8af14fe29dc1/errdetails/error_details.pb.go
2025-08-20T21:45:32.9663305Z [00:02:59.019]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:45:32.9693397Z [00:02:59.022]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/6f/6f76283e7fde9224ded2a4299151fad2ef321aa9804bf608c5f37402de5f8c3f-d # internal
2025-08-20T21:45:32.9701844Z [00:02:59.023]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T21:45:32.9702797Z [00:02:59.023]➜  mkdir -p $WORK/b487/
2025-08-20T21:45:32.9714265Z [00:02:59.024]➜  cat >/tmp/go-build1255330412/b487/importcfg << 'EOF' # internal
2025-08-20T21:45:32.9715995Z [00:02:59.024]➜  # import config
2025-08-20T21:45:32.9719429Z [00:02:59.024]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:32.9720303Z [00:02:59.024]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:32.9720807Z [00:02:59.024]➜  EOF
2025-08-20T21:45:32.9723063Z [00:02:59.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/callctx=>github.com/googleapis/gax-go/v2@v2.12.3/callctx;$WORK/b487=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.19 -complete -installsuffix shared -buildid QzIlLwPHySp3_wYNHfZs/QzIlLwPHySp3_wYNHfZs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/callctx/callctx.go
2025-08-20T21:45:32.9865537Z [00:02:59.038]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:45:32.9868330Z [00:02:59.039]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/f9/f9db607a8e882d929fc793a979c3a49d36d68d6914c2d62825c29a4f1aa96ac2-d # internal
2025-08-20T21:45:32.9875910Z [00:02:59.040]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T21:45:32.9878607Z [00:02:59.041]➜  mkdir -p $WORK/b488/
2025-08-20T21:45:32.9888254Z [00:02:59.042]➜  echo '# import config' > $WORK/b488/importcfg # internal
2025-08-20T21:45:32.9894544Z [00:02:59.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/internal=>github.com/googleapis/gax-go/v2@v2.12.3/internal;$WORK/b488=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.19 -complete -installsuffix shared -buildid WPMjjJ1AKMEQYSUGcAFX/WPMjjJ1AKMEQYSUGcAFX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/internal/version.go
2025-08-20T21:45:33.0047357Z [00:02:59.057]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:45:33.0059883Z [00:02:59.057]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/88/88b42c30777fa68ccc6bbbea9ffab0d1c8ee75610039ebfe2525badc4f7296de-d # internal
2025-08-20T21:45:33.0062804Z [00:02:59.057]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:45:33.0063176Z [00:02:59.058]➜  google.golang.org/api/option
2025-08-20T21:45:33.0063471Z [00:02:59.059]➜  mkdir -p $WORK/b489/
2025-08-20T21:45:33.0063861Z [00:02:59.059]➜  cat >/tmp/go-build1255330412/b489/importcfg << 'EOF' # internal
2025-08-20T21:45:33.0064210Z [00:02:59.059]➜  # import config
2025-08-20T21:45:33.0064626Z [00:02:59.059]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:33.0065354Z [00:02:59.059]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:33.0066240Z [00:02:59.059]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:33.0066969Z [00:02:59.059]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1255330412/b418/_pkg_.a
2025-08-20T21:45:33.0067540Z [00:02:59.059]➜  packagefile google.golang.org/api/internal=/tmp/go-build1255330412/b431/_pkg_.a
2025-08-20T21:45:33.0073108Z [00:02:59.059]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1255330412/b480/_pkg_.a
2025-08-20T21:45:33.0073945Z [00:02:59.059]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:33.0074831Z [00:02:59.059]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.0075329Z [00:02:59.059]➜  EOF
2025-08-20T21:45:33.0077085Z [00:02:59.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/option=>google.golang.org/api@v0.177.0/option;$WORK/b489=>" -p google.golang.org/api/option -lang=go1.19 -complete -installsuffix shared -buildid _Yak-f2G-OZWQpVGms0z/_Yak-f2G-OZWQpVGms0z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/option/option.go
2025-08-20T21:45:33.0093874Z [00:02:59.062]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/97/979d3998d98694c0ba5ae126f5c6d074eadeaeade7dc3edf08a42dfc00914d2c-d # internal
2025-08-20T21:45:33.0096419Z [00:02:59.062]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T21:45:33.0096816Z [00:02:59.062]➜  mkdir -p $WORK/b483/
2025-08-20T21:45:33.0105783Z [00:02:59.063]➜  cat >/tmp/go-build1255330412/b483/importcfg << 'EOF' # internal
2025-08-20T21:45:33.0106590Z [00:02:59.063]➜  # import config
2025-08-20T21:45:33.0107511Z [00:02:59.063]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:33.0108786Z [00:02:59.063]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.0109818Z [00:02:59.063]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build1255330412/b484/_pkg_.a
2025-08-20T21:45:33.0111413Z [00:02:59.063]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1255330412/b429/_pkg_.a
2025-08-20T21:45:33.0112107Z [00:02:59.063]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build1255330412/b486/_pkg_.a
2025-08-20T21:45:33.0113002Z [00:02:59.063]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:33.0113985Z [00:02:59.063]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:45:33.0115041Z [00:02:59.063]➜  packagefile google.golang.org/protobuf/encoding/protojson=/root/.cache/go-build/49/49e97de3f4ca3af733156a9632f507d7c62b945efab82bb080afd9b038cecd18-d
2025-08-20T21:45:33.0116423Z [00:02:59.063]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:33.0117343Z [00:02:59.063]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.0118078Z [00:02:59.063]➜  EOF
2025-08-20T21:45:33.0120046Z [00:02:59.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/apierror=>github.com/googleapis/gax-go/v2@v2.12.3/apierror;$WORK/b483=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.19 -complete -installsuffix shared -buildid wtVAtx_XWF4CQwsnl4Eg/wtVAtx_XWF4CQwsnl4Eg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/apierror/apierror.go
2025-08-20T21:45:33.1085634Z [00:02:59.161]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:45:33.1089071Z [00:02:59.161]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:45:33.1099791Z [00:02:59.162]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/d8/d8bdc7b15f8a92c3031154ce6611b018eb0eb53eec2e19099e815c0acb2b7a62-d # internal
2025-08-20T21:45:33.1103187Z [00:02:59.163]➜  github.com/googleapis/gax-go/v2
2025-08-20T21:45:33.1120846Z [00:02:59.165]➜  mkdir -p $WORK/b482/
2025-08-20T21:45:33.1127198Z [00:02:59.165]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/32/32cdf0678145a640b652b5c4c1c35c7024bae631bbfe7d60449f698ecf59a9d4-d # internal
2025-08-20T21:45:33.1130151Z [00:02:59.165]➜  google.golang.org/api/option/internaloption
2025-08-20T21:45:33.1133325Z [00:02:59.165]➜  mkdir -p $WORK/b490/
2025-08-20T21:45:33.1133744Z [00:02:59.165]➜  cat >/tmp/go-build1255330412/b482/importcfg << 'EOF' # internal
2025-08-20T21:45:33.1134094Z [00:02:59.165]➜  # import config
2025-08-20T21:45:33.1134661Z [00:02:59.165]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:33.1135516Z [00:02:59.165]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.1136366Z [00:02:59.165]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:33.1137458Z [00:02:59.165]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:33.1138652Z [00:02:59.165]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.1139443Z [00:02:59.165]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1255330412/b483/_pkg_.a
2025-08-20T21:45:33.1140092Z [00:02:59.165]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1255330412/b487/_pkg_.a
2025-08-20T21:45:33.1140738Z [00:02:59.165]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build1255330412/b488/_pkg_.a
2025-08-20T21:45:33.1141370Z [00:02:59.165]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1255330412/b429/_pkg_.a
2025-08-20T21:45:33.1142152Z [00:02:59.165]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:33.1143104Z [00:02:59.165]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:33.1144110Z [00:02:59.165]➜  packagefile google.golang.org/grpc/metadata=/root/.cache/go-build/bc/bc9dff9ea9c012451c68f455b1bb2ae9cfd06ad8470c9d6ef89c4f63a3ba3be8-d
2025-08-20T21:45:33.1145108Z [00:02:59.165]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:45:33.1146169Z [00:02:59.165]➜  packagefile google.golang.org/protobuf/encoding/protojson=/root/.cache/go-build/49/49e97de3f4ca3af733156a9632f507d7c62b945efab82bb080afd9b038cecd18-d
2025-08-20T21:45:33.1147498Z [00:02:59.165]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:33.1148748Z [00:02:59.165]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:33.1154677Z [00:02:59.165]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:33.1155561Z [00:02:59.165]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:33.1156395Z [00:02:59.165]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:33.1157222Z [00:02:59.165]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.1158188Z [00:02:59.165]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:33.1159040Z [00:02:59.165]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.1159857Z [00:02:59.165]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.1160681Z [00:02:59.165]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:33.1161180Z [00:02:59.165]➜  EOF
2025-08-20T21:45:33.1161506Z [00:02:59.166]➜  cat >/tmp/go-build1255330412/b490/importcfg << 'EOF' # internal
2025-08-20T21:45:33.1161849Z [00:02:59.166]➜  # import config
2025-08-20T21:45:33.1162262Z [00:02:59.166]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1255330412/b418/_pkg_.a
2025-08-20T21:45:33.1162847Z [00:02:59.166]➜  packagefile google.golang.org/api/internal=/tmp/go-build1255330412/b431/_pkg_.a
2025-08-20T21:45:33.1163420Z [00:02:59.166]➜  packagefile google.golang.org/api/option=/tmp/go-build1255330412/b489/_pkg_.a
2025-08-20T21:45:33.1163799Z [00:02:59.166]➜  EOF
2025-08-20T21:45:33.1166111Z [00:02:59.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/option/internaloption=>google.golang.org/api@v0.177.0/option/internaloption;$WORK/b490=>" -p google.golang.org/api/option/internaloption -lang=go1.19 -complete -installsuffix shared -buildid Gl7GoTH6FGiHuq2TCPV_/Gl7GoTH6FGiHuq2TCPV_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/option/internaloption/internaloption.go
2025-08-20T21:45:33.1170916Z [00:02:59.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3=>github.com/googleapis/gax-go/v2@v2.12.3;$WORK/b482=>" -p github.com/googleapis/gax-go/v2 -lang=go1.19 -complete -installsuffix shared -buildid ZnXuNGnaZaBttVd7HCHV/ZnXuNGnaZaBttVd7HCHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/call_option.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/content_type.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/gax.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/header.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/invoke.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.3/proto_json_stream.go
2025-08-20T21:45:33.2772521Z [00:02:59.330]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:45:33.2802402Z [00:02:59.333]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/c7/c7f4be4466b3ea24a5584b7ba7c9e4d56c1dca433f7186a9a6ff7b04de4e5493-d # internal
2025-08-20T21:45:33.2813334Z [00:02:59.333]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T21:45:33.2813698Z [00:02:59.333]➜  mkdir -p $WORK/b494/
2025-08-20T21:45:33.2814077Z [00:02:59.333]➜  cat >/tmp/go-build1255330412/b494/importcfg << 'EOF' # internal
2025-08-20T21:45:33.2814425Z [00:02:59.333]➜  # import config
2025-08-20T21:45:33.2815021Z [00:02:59.333]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:33.2815884Z [00:02:59.333]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:33.2816743Z [00:02:59.333]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:33.2817592Z [00:02:59.333]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:33.2818574Z [00:02:59.333]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.2819393Z [00:02:59.333]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1255330412/b477/_pkg_.a
2025-08-20T21:45:33.2820185Z [00:02:59.333]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:33.2820991Z [00:02:59.333]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:33.2821814Z [00:02:59.333]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:33.2822656Z [00:02:59.333]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:33.2823485Z [00:02:59.333]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.2824293Z [00:02:59.333]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.2824814Z [00:02:59.333]➜  EOF
2025-08-20T21:45:33.2828066Z [00:02:59.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport/cert=>cloud.google.com/go/auth@v0.3.0/internal/transport/cert;$WORK/b494=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.19 -complete -installsuffix shared -buildid JkPprVAIan5irsd7CYEX/JkPprVAIan5irsd7CYEX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport/cert/default_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport/cert/enterprise_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport/cert/secureconnect_cert.go
2025-08-20T21:45:33.3084494Z [00:02:59.361]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:45:33.3127219Z [00:02:59.365]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/a9/a99606fddcc3e39070583aabc1c891c4b52bf2bcc6413ffda1448ce0f9c55ac0-d # internal
2025-08-20T21:45:33.3131357Z [00:02:59.366]➜  google.golang.org/api/internal/gensupport
2025-08-20T21:45:33.3139358Z [00:02:59.367]➜  mkdir -p $WORK/b481/
2025-08-20T21:45:33.3142072Z [00:02:59.367]➜  cat >/tmp/go-build1255330412/b481/importcfg << 'EOF' # internal
2025-08-20T21:45:33.3144170Z [00:02:59.367]➜  # import config
2025-08-20T21:45:33.3144774Z [00:02:59.367]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:33.3145618Z [00:02:59.367]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.3146468Z [00:02:59.367]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:33.3148023Z [00:02:59.367]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:33.3148948Z [00:02:59.367]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.3149846Z [00:02:59.367]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:33.3150608Z [00:02:59.367]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1255330412/b482/_pkg_.a
2025-08-20T21:45:33.3151268Z [00:02:59.367]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1255330412/b483/_pkg_.a
2025-08-20T21:45:33.3151924Z [00:02:59.367]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1255330412/b487/_pkg_.a
2025-08-20T21:45:33.3152532Z [00:02:59.367]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1255330412/b429/_pkg_.a
2025-08-20T21:45:33.3153131Z [00:02:59.367]➜  packagefile google.golang.org/api/internal=/tmp/go-build1255330412/b431/_pkg_.a
2025-08-20T21:45:33.3153829Z [00:02:59.367]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:33.3154619Z [00:02:59.367]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:33.3155420Z [00:02:59.367]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T21:45:33.3156266Z [00:02:59.367]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T21:45:33.3157113Z [00:02:59.367]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:33.3158124Z [00:02:59.367]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.3159028Z [00:02:59.367]➜  packagefile net/textproto=/root/.cache/go-build/60/60958166c58fc751e17817a5f5ec0d09df305badb6b25947f49b54f0f9b02321-d
2025-08-20T21:45:33.3159893Z [00:02:59.367]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:33.3160913Z [00:02:59.367]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:33.3161919Z [00:02:59.367]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:33.3162797Z [00:02:59.367]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.3163610Z [00:02:59.367]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.3164431Z [00:02:59.367]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:33.3165252Z [00:02:59.367]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.3166070Z [00:02:59.367]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:33.3166575Z [00:02:59.367]➜  EOF
2025-08-20T21:45:33.3184001Z [00:02:59.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport=>google.golang.org/api@v0.177.0/internal/gensupport;$WORK/b481=>" -p google.golang.org/api/internal/gensupport -lang=go1.19 -complete -installsuffix shared -buildid sBYiYI6vjymGdOACdfzf/sBYiYI6vjymGdOACdfzf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/buffer.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/doc.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/error.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/json.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/jsonfloat.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/media.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/params.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/resumable.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/retry.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/retryable_linux.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/send.go /root/go/pkg/mod/google.golang.org/api@v0.177.0/internal/gensupport/version.go
2025-08-20T21:45:33.3405285Z [00:02:59.393]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:45:33.3411623Z [00:02:59.394]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/f7/f74495523a600da080571472283fb4cdd3e758324888066426e29a5c717c1a69-d # internal
2025-08-20T21:45:33.3436403Z [00:02:59.394]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T21:45:33.3436775Z [00:02:59.394]➜  mkdir -p $WORK/b493/
2025-08-20T21:45:33.3437159Z [00:02:59.394]➜  cat >/tmp/go-build1255330412/b493/importcfg << 'EOF' # internal
2025-08-20T21:45:33.3437504Z [00:02:59.394]➜  # import config
2025-08-20T21:45:33.3438208Z [00:02:59.394]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1255330412/b435/_pkg_.a
2025-08-20T21:45:33.3438902Z [00:02:59.394]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:33.3439580Z [00:02:59.394]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1255330412/b494/_pkg_.a
2025-08-20T21:45:33.3440249Z [00:02:59.394]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1255330412/b419/_pkg_.a
2025-08-20T21:45:33.3441002Z [00:02:59.394]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.3441852Z [00:02:59.394]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:33.3442710Z [00:02:59.394]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:33.3443962Z [00:02:59.394]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:33.3444868Z [00:02:59.394]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.3445537Z [00:02:59.394]➜  packagefile github.com/google/s2a-go=/tmp/go-build1255330412/b443/_pkg_.a
2025-08-20T21:45:33.3446111Z [00:02:59.394]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1255330412/b449/_pkg_.a
2025-08-20T21:45:33.3446992Z [00:02:59.394]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:33.3449902Z [00:02:59.394]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:33.3450796Z [00:02:59.394]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:33.3451628Z [00:02:59.394]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.3452457Z [00:02:59.394]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:33.3453255Z [00:02:59.394]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:33.3454055Z [00:02:59.394]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:33.3455194Z [00:02:59.394]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.3456005Z [00:02:59.394]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.3456802Z [00:02:59.394]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.3457286Z [00:02:59.394]➜  EOF
2025-08-20T21:45:33.3460022Z [00:02:59.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport=>cloud.google.com/go/auth@v0.3.0/internal/transport;$WORK/b493=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.19 -complete -installsuffix shared -buildid 0YX4eAIqc2Oqzg9WxxNK/0YX4eAIqc2Oqzg9WxxNK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport/cba.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport/s2a.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/internal/transport/transport.go
2025-08-20T21:45:33.4443185Z [00:02:59.497]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:45:33.4456719Z [00:02:59.498]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/05/0580b64c58255ac575ca1d452550a6f92665d92493a3afb834eed9e75218cbdd-d # internal
2025-08-20T21:45:33.4463324Z [00:02:59.499]➜  github.com/golang/groupcache/lru
2025-08-20T21:45:33.4478357Z [00:02:59.499]➜  mkdir -p $WORK/b498/
2025-08-20T21:45:33.4478832Z [00:02:59.499]➜  cat >/tmp/go-build1255330412/b498/importcfg << 'EOF' # internal
2025-08-20T21:45:33.4479190Z [00:02:59.499]➜  # import config
2025-08-20T21:45:33.4479796Z [00:02:59.499]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:45:33.4480364Z [00:02:59.499]➜  EOF
2025-08-20T21:45:33.4482863Z [00:02:59.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru=>github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru;$WORK/b498=>" -p github.com/golang/groupcache/lru -lang=go1.16 -complete -installsuffix shared -buildid 6ljFGMZ8T-abrNJAxJeX/6ljFGMZ8T-abrNJAxJeX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru/lru.go
2025-08-20T21:45:33.4690033Z [00:02:59.521]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:45:33.4698621Z [00:02:59.522]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/0f/0f34fbabc4cc0bc3180763e7d9952bb5c228b51a136a759f60b604273b45d859-d # internal
2025-08-20T21:45:33.4699207Z [00:02:59.522]➜  go.opencensus.io
2025-08-20T21:45:33.4699510Z [00:02:59.522]➜  mkdir -p $WORK/b500/
2025-08-20T21:45:33.4699873Z [00:02:59.522]➜  echo '# import config' > $WORK/b500/importcfg # internal
2025-08-20T21:45:33.4701549Z [00:02:59.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0=>go.opencensus.io@v0.24.0;$WORK/b500=>" -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/b500/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/opencensus.go
2025-08-20T21:45:33.4852402Z [00:02:59.538]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:45:33.4860134Z [00:02:59.538]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/db/db3387628424fb6de28c217cabf6d59df81fb3b8671a339f7ac95b045536d506-d # internal
2025-08-20T21:45:33.4860746Z [00:02:59.538]➜  go.opencensus.io/internal
2025-08-20T21:45:33.4861049Z [00:02:59.539]➜  mkdir -p $WORK/b499/
2025-08-20T21:45:33.4862848Z [00:02:59.539]➜  cat >/tmp/go-build1255330412/b499/importcfg << 'EOF' # internal
2025-08-20T21:45:33.4863701Z [00:02:59.539]➜  # import config
2025-08-20T21:45:33.4864346Z [00:02:59.539]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.4864997Z [00:02:59.539]➜  packagefile go.opencensus.io=/tmp/go-build1255330412/b500/_pkg_.a
2025-08-20T21:45:33.4865700Z [00:02:59.539]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.4866524Z [00:02:59.539]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.4867343Z [00:02:59.539]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:33.4868008Z [00:02:59.539]➜  EOF
2025-08-20T21:45:33.4870217Z [00:02:59.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal=>go.opencensus.io@v0.24.0/internal;$WORK/b499=>" -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/b499/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-20T21:45:33.5069009Z [00:02:59.560]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:45:33.5073981Z [00:02:59.560]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/20/2061bc3d2610f581fadc96901c0679be3712df0093539e0a0fc1f36a9768fb47-d # internal
2025-08-20T21:45:33.5076984Z [00:02:59.560]➜  go.opencensus.io/trace/internal
2025-08-20T21:45:33.5077324Z [00:02:59.560]➜  mkdir -p $WORK/b501/
2025-08-20T21:45:33.5081866Z [00:02:59.561]➜  echo '# import config' > $WORK/b501/importcfg # internal
2025-08-20T21:45:33.5084958Z [00:02:59.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal=>go.opencensus.io@v0.24.0/trace/internal;$WORK/b501=>" -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/b501/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal/internal.go
2025-08-20T21:45:33.5176298Z [00:02:59.570]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:45:33.5178557Z [00:02:59.570]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/09/09a81adad69e739304138b7fd679f5a2764532484b79dbf033d33dfca877ee0f-d # internal
2025-08-20T21:45:33.5179565Z [00:02:59.570]➜  go.opencensus.io/trace/tracestate
2025-08-20T21:45:33.5179934Z [00:02:59.570]➜  mkdir -p $WORK/b502/
2025-08-20T21:45:33.5185771Z [00:02:59.571]➜  cat >/tmp/go-build1255330412/b502/importcfg << 'EOF' # internal
2025-08-20T21:45:33.5186239Z [00:02:59.571]➜  # import config
2025-08-20T21:45:33.5186808Z [00:02:59.571]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.5187622Z [00:02:59.571]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:33.5188288Z [00:02:59.571]➜  EOF
2025-08-20T21:45:33.5191677Z [00:02:59.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate=>go.opencensus.io@v0.24.0/trace/tracestate;$WORK/b502=>" -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/b502/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate/tracestate.go
2025-08-20T21:45:33.5429320Z [00:02:59.596]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:45:33.5481952Z [00:02:59.601]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/a9/a9145c43a269246026b4a325eb782ab7464f36388c9b75ff0b0bf6b6d8607f8a-d # internal
2025-08-20T21:45:33.5485367Z [00:02:59.601]➜  go.opencensus.io/resource
2025-08-20T21:45:33.5490490Z [00:02:59.602]➜  mkdir -p $WORK/b507/
2025-08-20T21:45:33.5496337Z [00:02:59.602]➜  cat >/tmp/go-build1255330412/b507/importcfg << 'EOF' # internal
2025-08-20T21:45:33.5496737Z [00:02:59.602]➜  # import config
2025-08-20T21:45:33.5497955Z [00:02:59.602]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.5499479Z [00:02:59.602]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.5500806Z [00:02:59.602]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:33.5501867Z [00:02:59.602]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:33.5503153Z [00:02:59.602]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:33.5504475Z [00:02:59.602]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:33.5505571Z [00:02:59.602]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.5506550Z [00:02:59.602]➜  EOF
2025-08-20T21:45:33.5509200Z [00:02:59.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/resource=>go.opencensus.io@v0.24.0/resource;$WORK/b507=>" -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/b507/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/resource/resource.go
2025-08-20T21:45:33.5511096Z [00:02:59.603]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:45:33.5523210Z [00:02:59.605]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/c1/c1415179bd4b7b2e893a32f95be1f55db006962c9638db83c746fdb4f18ffb2f-d # internal
2025-08-20T21:45:33.5530265Z [00:02:59.606]➜  go.opencensus.io/trace
2025-08-20T21:45:33.5530895Z [00:02:59.606]➜  mkdir -p $WORK/b497/
2025-08-20T21:45:33.5535066Z [00:02:59.606]➜  cat >/tmp/go-build1255330412/b497/importcfg << 'EOF' # internal
2025-08-20T21:45:33.5535790Z [00:02:59.606]➜  # import config
2025-08-20T21:45:33.5536656Z [00:02:59.606]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.5538500Z [00:02:59.606]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:33.5539936Z [00:02:59.606]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:33.5541462Z [00:02:59.606]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.5542941Z [00:02:59.606]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1255330412/b498/_pkg_.a
2025-08-20T21:45:33.5543817Z [00:02:59.606]➜  packagefile go.opencensus.io/internal=/tmp/go-build1255330412/b499/_pkg_.a
2025-08-20T21:45:33.5558842Z [00:02:59.606]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build1255330412/b501/_pkg_.a
2025-08-20T21:45:33.5559819Z [00:02:59.606]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build1255330412/b502/_pkg_.a
2025-08-20T21:45:33.5561422Z [00:02:59.606]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:33.5562966Z [00:02:59.606]➜  packagefile runtime/trace=/root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d
2025-08-20T21:45:33.5564405Z [00:02:59.606]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.5566030Z [00:02:59.606]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:33.5566901Z [00:02:59.606]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.5567395Z [00:02:59.606]➜  EOF
2025-08-20T21:45:33.5571818Z [00:02:59.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace=>go.opencensus.io@v0.24.0/trace;$WORK/b497=>" -p go.opencensus.io/trace -lang=go1.13 -complete -installsuffix shared -buildid WYaFy-YOwbPFT6GaDsCd/WYaFy-YOwbPFT6GaDsCd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/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-20T21:45:33.5778178Z [00:02:59.630]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:45:33.5791543Z [00:02:59.632]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/f0/f06864a41f1e20b757d8b824c323f5e24ff6a8ca705f6842c88c41a0edb35e2f-d # internal
2025-08-20T21:45:33.5798196Z [00:02:59.633]➜  go.opencensus.io/metric/metricdata
2025-08-20T21:45:33.5803772Z [00:02:59.633]➜  mkdir -p $WORK/b506/
2025-08-20T21:45:33.5804431Z [00:02:59.633]➜  cat >/tmp/go-build1255330412/b506/importcfg << 'EOF' # internal
2025-08-20T21:45:33.5805398Z [00:02:59.633]➜  # import config
2025-08-20T21:45:33.5806414Z [00:02:59.633]➜  packagefile go.opencensus.io/resource=/tmp/go-build1255330412/b507/_pkg_.a
2025-08-20T21:45:33.5807569Z [00:02:59.633]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:33.5808732Z [00:02:59.633]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.5809373Z [00:02:59.633]➜  EOF
2025-08-20T21:45:33.5812900Z [00:02:59.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata=>go.opencensus.io@v0.24.0/metric/metricdata;$WORK/b506=>" -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/b506/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-20T21:45:33.6127702Z [00:02:59.665]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:45:33.6134178Z [00:02:59.666]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/36/3653f0acd7380cecccc79f55be7ed40ed6922be355b3ae846a77c179e227013a-d # internal
2025-08-20T21:45:33.6156034Z [00:02:59.668]➜  go.opencensus.io/tag
2025-08-20T21:45:33.6156726Z [00:02:59.669]➜  mkdir -p $WORK/b509/
2025-08-20T21:45:33.6164415Z [00:02:59.669]➜  cat >/tmp/go-build1255330412/b509/importcfg << 'EOF' # internal
2025-08-20T21:45:33.6164811Z [00:02:59.669]➜  # import config
2025-08-20T21:45:33.6165937Z [00:02:59.669]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:33.6169635Z [00:02:59.669]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.6171450Z [00:02:59.669]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:33.6172902Z [00:02:59.669]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:33.6174380Z [00:02:59.669]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.6175529Z [00:02:59.669]➜  packagefile runtime/pprof=/root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d
2025-08-20T21:45:33.6176783Z [00:02:59.669]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:33.6177868Z [00:02:59.669]➜  EOF
2025-08-20T21:45:33.6181468Z [00:02:59.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/tag=>go.opencensus.io@v0.24.0/tag;$WORK/b509=>" -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/b509/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-20T21:45:33.7155749Z [00:02:59.768]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:45:33.7164942Z [00:02:59.769]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/ca/ca921caef34f22162e8b7a54fc5806ad606711f5f3696dd1dcc94e395a4f5791-d # internal
2025-08-20T21:45:33.7167045Z [00:02:59.769]➜  go.opencensus.io/stats/internal
2025-08-20T21:45:33.7170321Z [00:02:59.770]➜  mkdir -p $WORK/b508/
2025-08-20T21:45:33.7174494Z [00:02:59.770]➜  cat >/tmp/go-build1255330412/b508/importcfg << 'EOF' # internal
2025-08-20T21:45:33.7174900Z [00:02:59.770]➜  # import config
2025-08-20T21:45:33.7175300Z [00:02:59.770]➜  packagefile go.opencensus.io/tag=/tmp/go-build1255330412/b509/_pkg_.a
2025-08-20T21:45:33.7175687Z [00:02:59.770]➜  EOF
2025-08-20T21:45:33.7193260Z [00:02:59.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal=>go.opencensus.io@v0.24.0/stats/internal;$WORK/b508=>" -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/b508/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal/record.go
2025-08-20T21:45:33.7371547Z [00:02:59.788]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:45:33.7373071Z [00:02:59.789]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/56/56ff40236143b4072d02ca4c7a2643d2cc87d2d283b756e3c3e2166319cad778-d # internal
2025-08-20T21:45:33.7374177Z [00:02:59.789]➜  go.opencensus.io/stats
2025-08-20T21:45:33.7374557Z [00:02:59.789]➜  mkdir -p $WORK/b505/
2025-08-20T21:45:33.7384497Z [00:02:59.791]➜  cat >/tmp/go-build1255330412/b505/importcfg << 'EOF' # internal
2025-08-20T21:45:33.7385603Z [00:02:59.791]➜  # import config
2025-08-20T21:45:33.7386432Z [00:02:59.791]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.7388305Z [00:02:59.791]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1255330412/b506/_pkg_.a
2025-08-20T21:45:33.7388944Z [00:02:59.791]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1255330412/b508/_pkg_.a
2025-08-20T21:45:33.7389510Z [00:02:59.791]➜  packagefile go.opencensus.io/tag=/tmp/go-build1255330412/b509/_pkg_.a
2025-08-20T21:45:33.7390189Z [00:02:59.791]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.7391021Z [00:02:59.791]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:33.7391537Z [00:02:59.791]➜  EOF
2025-08-20T21:45:33.7394258Z [00:02:59.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats=>go.opencensus.io@v0.24.0/stats;$WORK/b505=>" -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/b505/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-20T21:45:33.7555515Z [00:02:59.808]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:45:33.7576913Z [00:02:59.810]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/88/88a26f765819996161604a8bdf2a8741c2646c6310f6c57caab00fbf920043f6-d # internal
2025-08-20T21:45:33.7603568Z [00:02:59.813]➜  go.opencensus.io/trace/propagation
2025-08-20T21:45:33.7604561Z [00:02:59.813]➜  mkdir -p $WORK/b504/
2025-08-20T21:45:33.7605605Z [00:02:59.813]➜  cat >/tmp/go-build1255330412/b504/importcfg << 'EOF' # internal
2025-08-20T21:45:33.7606033Z [00:02:59.813]➜  # import config
2025-08-20T21:45:33.7606444Z [00:02:59.813]➜  packagefile go.opencensus.io/trace=/tmp/go-build1255330412/b497/_pkg_.a
2025-08-20T21:45:33.7607543Z [00:02:59.813]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.7608226Z [00:02:59.813]➜  EOF
2025-08-20T21:45:33.7610125Z [00:02:59.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation=>go.opencensus.io@v0.24.0/trace/propagation;$WORK/b504=>" -p go.opencensus.io/trace/propagation -lang=go1.13 -complete -installsuffix shared -buildid 9BBZCCxxDhVnyXRWNLKE/9BBZCCxxDhVnyXRWNLKE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation/propagation.go
2025-08-20T21:45:33.7636264Z [00:02:59.816]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:45:33.7642827Z [00:02:59.817]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/06/0624c9dd5a2d40dcc4abcf3e9422519db64731af7e9420efffe4740a54ad4dff-d # internal
2025-08-20T21:45:33.7643760Z [00:02:59.817]➜  go.opencensus.io/internal/tagencoding
2025-08-20T21:45:33.7644204Z [00:02:59.817]➜  mkdir -p $WORK/b512/
2025-08-20T21:45:33.7646189Z [00:02:59.817]➜  echo '# import config' > $WORK/b512/importcfg # internal
2025-08-20T21:45:33.7648400Z [00:02:59.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding=>go.opencensus.io@v0.24.0/internal/tagencoding;$WORK/b512=>" -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/b512/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding/tagencoding.go
2025-08-20T21:45:33.7789190Z [00:02:59.831]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:45:33.7791511Z [00:02:59.832]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/35/3543e85f9cbfbd101cd569f17b5b136b17f940e873bac0e7377e662e3efee281-d # internal
2025-08-20T21:45:33.7792968Z [00:02:59.832]➜  go.opencensus.io/metric/metricproducer
2025-08-20T21:45:33.7795104Z [00:02:59.832]➜  mkdir -p $WORK/b513/
2025-08-20T21:45:33.7799587Z [00:02:59.833]➜  cat >/tmp/go-build1255330412/b513/importcfg << 'EOF' # internal
2025-08-20T21:45:33.7800429Z [00:02:59.833]➜  # import config
2025-08-20T21:45:33.7801404Z [00:02:59.833]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1255330412/b506/_pkg_.a
2025-08-20T21:45:33.7802224Z [00:02:59.833]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.7802779Z [00:02:59.833]➜  EOF
2025-08-20T21:45:33.7805020Z [00:02:59.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer=>go.opencensus.io@v0.24.0/metric/metricproducer;$WORK/b513=>" -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/b513/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-20T21:45:33.7948046Z [00:02:59.847]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:45:33.7961492Z [00:02:59.849]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:45:33.7967274Z [00:02:59.849]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/da/da28afd91a06f2b5953cae482b1675c2b3800ebf725fb5cc3c9f719e904c6ae9-d # internal
2025-08-20T21:45:33.7971922Z [00:02:59.850]➜  go.opencensus.io/plugin/ochttp/propagation/b3
2025-08-20T21:45:33.7972295Z [00:02:59.850]➜  mkdir -p $WORK/b496/
2025-08-20T21:45:33.7972672Z [00:02:59.850]➜  cat >/tmp/go-build1255330412/b496/importcfg << 'EOF' # internal
2025-08-20T21:45:33.7973020Z [00:02:59.850]➜  # import config
2025-08-20T21:45:33.7973857Z [00:02:59.850]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:33.7974723Z [00:02:59.850]➜  packagefile go.opencensus.io/trace=/tmp/go-build1255330412/b497/_pkg_.a
2025-08-20T21:45:33.7975381Z [00:02:59.850]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1255330412/b504/_pkg_.a
2025-08-20T21:45:33.7976123Z [00:02:59.850]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.7976622Z [00:02:59.850]➜  EOF
2025-08-20T21:45:33.7995517Z [00:02:59.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3=>go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3;$WORK/b496=>" -p go.opencensus.io/plugin/ochttp/propagation/b3 -lang=go1.13 -complete -installsuffix shared -buildid U1APAikWIWYQ7Zv9sM5V/U1APAikWIWYQ7Zv9sM5V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3/b3.go
2025-08-20T21:45:33.8013829Z [00:02:59.854]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/60/604fa2f1e38710af5a932104a822fe8258471a8ad63275562c531a781f8d2368-d # internal
2025-08-20T21:45:33.8023092Z [00:02:59.855]➜  go.opencensus.io/stats/view
2025-08-20T21:45:33.8023773Z [00:02:59.855]➜  mkdir -p $WORK/b511/
2025-08-20T21:45:33.8031798Z [00:02:59.856]➜  cat >/tmp/go-build1255330412/b511/importcfg << 'EOF' # internal
2025-08-20T21:45:33.8032204Z [00:02:59.856]➜  # import config
2025-08-20T21:45:33.8033103Z [00:02:59.856]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:33.8033943Z [00:02:59.856]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:33.8034779Z [00:02:59.856]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:33.8035504Z [00:02:59.856]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build1255330412/b512/_pkg_.a
2025-08-20T21:45:33.8036129Z [00:02:59.856]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1255330412/b506/_pkg_.a
2025-08-20T21:45:33.8036755Z [00:02:59.856]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build1255330412/b513/_pkg_.a
2025-08-20T21:45:33.8037346Z [00:02:59.856]➜  packagefile go.opencensus.io/resource=/tmp/go-build1255330412/b507/_pkg_.a
2025-08-20T21:45:33.8038037Z [00:02:59.856]➜  packagefile go.opencensus.io/stats=/tmp/go-build1255330412/b505/_pkg_.a
2025-08-20T21:45:33.8038620Z [00:02:59.856]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1255330412/b508/_pkg_.a
2025-08-20T21:45:33.8039166Z [00:02:59.856]➜  packagefile go.opencensus.io/tag=/tmp/go-build1255330412/b509/_pkg_.a
2025-08-20T21:45:33.8039844Z [00:02:59.856]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:33.8040809Z [00:02:59.856]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:33.8041693Z [00:02:59.856]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:33.8042513Z [00:02:59.856]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.8043325Z [00:02:59.856]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.8044160Z [00:02:59.856]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:33.8044986Z [00:02:59.856]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.8045469Z [00:02:59.856]➜  EOF
2025-08-20T21:45:33.8064203Z [00:02:59.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view=>go.opencensus.io@v0.24.0/stats/view;$WORK/b511=>" -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/b511/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-20T21:45:33.8366025Z [00:02:59.889]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:45:33.8377621Z [00:02:59.890]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/f7/f7fabdb8fa23a0619250d1aca0c4879f6e106a2304b094e081357c9c816c4014-d # internal
2025-08-20T21:45:33.8402886Z [00:02:59.893]➜  github.com/felixge/httpsnoop
2025-08-20T21:45:33.8406058Z [00:02:59.893]➜  mkdir -p $WORK/b515/
2025-08-20T21:45:33.8414187Z [00:02:59.894]➜  cat >/tmp/go-build1255330412/b515/importcfg << 'EOF' # internal
2025-08-20T21:45:33.8415080Z [00:02:59.894]➜  # import config
2025-08-20T21:45:33.8416093Z [00:02:59.894]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:33.8416911Z [00:02:59.894]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:33.8417850Z [00:02:59.894]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:33.8418750Z [00:02:59.894]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.8419563Z [00:02:59.894]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.8420047Z [00:02:59.894]➜  EOF
2025-08-20T21:45:33.8422422Z [00:02:59.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b515=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid 0OWfHBcvxolm1RS-cwJN/0OWfHBcvxolm1RS-cwJN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/capture_metrics.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/docs.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/wrap_generated_gteq_1.8.go
2025-08-20T21:45:33.9512485Z [00:03:00.004]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:45:33.9552389Z [00:03:00.008]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/a5/a59cd26611c8f8753e3dd9b296c0f500f21c736798d9c409b10995091fa4e348-d # internal
2025-08-20T21:45:33.9584470Z [00:03:00.011]➜  go.opencensus.io/plugin/ochttp
2025-08-20T21:45:33.9587908Z [00:03:00.012]➜  mkdir -p $WORK/b495/
2025-08-20T21:45:33.9668932Z [00:03:00.020]➜  cat >/tmp/go-build1255330412/b495/importcfg << 'EOF' # internal
2025-08-20T21:45:33.9669765Z [00:03:00.020]➜  # import config
2025-08-20T21:45:33.9670728Z [00:03:00.020]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:33.9672200Z [00:03:00.020]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:33.9673334Z [00:03:00.020]➜  packagefile go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build1255330412/b496/_pkg_.a
2025-08-20T21:45:33.9674018Z [00:03:00.020]➜  packagefile go.opencensus.io/stats=/tmp/go-build1255330412/b505/_pkg_.a
2025-08-20T21:45:33.9674578Z [00:03:00.020]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build1255330412/b511/_pkg_.a
2025-08-20T21:45:33.9675118Z [00:03:00.020]➜  packagefile go.opencensus.io/tag=/tmp/go-build1255330412/b509/_pkg_.a
2025-08-20T21:45:33.9675645Z [00:03:00.020]➜  packagefile go.opencensus.io/trace=/tmp/go-build1255330412/b497/_pkg_.a
2025-08-20T21:45:33.9676228Z [00:03:00.020]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1255330412/b504/_pkg_.a
2025-08-20T21:45:33.9677171Z [00:03:00.020]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:33.9678163Z [00:03:00.020]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:33.9679113Z [00:03:00.020]➜  packagefile net/http/httptrace=/root/.cache/go-build/6c/6c4c249df8222a83694856bcd0b2e1ac25a7c7fedb2c4182cac3801522f7cd59-d
2025-08-20T21:45:33.9679991Z [00:03:00.020]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:33.9680866Z [00:03:00.020]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:33.9681677Z [00:03:00.020]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:33.9682682Z [00:03:00.020]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:33.9683166Z [00:03:00.020]➜  EOF
2025-08-20T21:45:33.9686959Z [00:03:00.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp=>go.opencensus.io@v0.24.0/plugin/ochttp;$WORK/b495=>" -p go.opencensus.io/plugin/ochttp -lang=go1.13 -complete -installsuffix shared -buildid x3N2oxpPj3Xlrtn2PvQD/x3N2oxpPj3Xlrtn2PvQD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/client.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/client_stats.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/route.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/server.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/span_annotating_client_trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/stats.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/wrapped_body.go
2025-08-20T21:45:34.0570673Z [00:03:00.110]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:45:34.0614567Z [00:03:00.114]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/20/2096890009c884fd8722db23e4852070bb3458c9661dfbe567fb5a958febcbb9-d # internal
2025-08-20T21:45:34.0618408Z [00:03:00.115]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T21:45:34.0619930Z [00:03:00.115]➜  mkdir -p $WORK/b518/
2025-08-20T21:45:34.0625087Z [00:03:00.115]➜  cat >/tmp/go-build1255330412/b518/importcfg << 'EOF' # internal
2025-08-20T21:45:34.0626086Z [00:03:00.115]➜  # import config
2025-08-20T21:45:34.0627671Z [00:03:00.115]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:34.0629723Z [00:03:00.115]➜  EOF
2025-08-20T21:45:34.0633594Z [00:03:00.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0;$WORK/b518=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.21 -complete -installsuffix shared -buildid lbDtdVzTSYCZqWJnlYE0/lbDtdVzTSYCZqWJnlYE0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.20.0/trace.go
2025-08-20T21:45:34.2184995Z [00:03:00.271]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:45:34.2209896Z [00:03:00.273]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/2f/2fe74a4539f7f3f0977e58a98e05f6b0136fcb161171517fb6962efdb1089bc7-d # internal
2025-08-20T21:45:34.2214544Z [00:03:00.274]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T21:45:34.2216049Z [00:03:00.274]➜  mkdir -p $WORK/b517/
2025-08-20T21:45:34.2218047Z [00:03:00.274]➜  cat >/tmp/go-build1255330412/b517/importcfg << 'EOF' # internal
2025-08-20T21:45:34.2219190Z [00:03:00.275]➜  # import config
2025-08-20T21:45:34.2220329Z [00:03:00.275]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:34.2222393Z [00:03:00.275]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:34.2223625Z [00:03:00.275]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1255330412/b380/_pkg_.a
2025-08-20T21:45:34.2225018Z [00:03:00.275]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1255330412/b518/_pkg_.a
2025-08-20T21:45:34.2225839Z [00:03:00.275]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:34.2226704Z [00:03:00.275]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.2227559Z [00:03:00.275]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:34.2228567Z [00:03:00.275]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:34.2229072Z [00:03:00.275]➜  EOF
2025-08-20T21:45:34.2233062Z [00:03:00.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconvutil=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconvutil;$WORK/b517=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.21 -complete -installsuffix shared -buildid YXqL_B7TiDI0K83yLFd7/YXqL_B7TiDI0K83yLFd7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconvutil/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconvutil/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconvutil/netconv.go
2025-08-20T21:45:34.2482389Z [00:03:00.301]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:45:34.2529420Z [00:03:00.306]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/fe/fec04767faadc23c4cbce7aef4ae86d6e019ffbf163ee96d648d46fcb195ac04-d # internal
2025-08-20T21:45:34.2530827Z [00:03:00.306]➜  cloud.google.com/go/auth/httptransport
2025-08-20T21:45:34.2531812Z [00:03:00.306]➜  mkdir -p $WORK/b492/
2025-08-20T21:45:34.2537828Z [00:03:00.306]➜  cat >/tmp/go-build1255330412/b492/importcfg << 'EOF' # internal
2025-08-20T21:45:34.2538271Z [00:03:00.306]➜  # import config
2025-08-20T21:45:34.2538701Z [00:03:00.306]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:34.2539308Z [00:03:00.306]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1255330412/b435/_pkg_.a
2025-08-20T21:45:34.2539926Z [00:03:00.306]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:34.2540569Z [00:03:00.306]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build1255330412/b493/_pkg_.a
2025-08-20T21:45:34.2541277Z [00:03:00.306]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1255330412/b494/_pkg_.a
2025-08-20T21:45:34.2542416Z [00:03:00.306]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:34.2543266Z [00:03:00.306]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:34.2544144Z [00:03:00.306]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:34.2545019Z [00:03:00.306]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:34.2545864Z [00:03:00.306]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:34.2546689Z [00:03:00.307]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:34.2547798Z [00:03:00.307]➜  packagefile go.opencensus.io/plugin/ochttp=/tmp/go-build1255330412/b495/_pkg_.a
2025-08-20T21:45:34.2548428Z [00:03:00.307]➜  packagefile go.opencensus.io/trace=/tmp/go-build1255330412/b497/_pkg_.a
2025-08-20T21:45:34.2549001Z [00:03:00.307]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1255330412/b504/_pkg_.a
2025-08-20T21:45:34.2549818Z [00:03:00.307]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/2a/2a28b2cfcd2cc2c7bc1f90ea321f8d0bffa930b2c6d98cb9fe0195926e76b873-d
2025-08-20T21:45:34.2550703Z [00:03:00.307]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:34.2551529Z [00:03:00.307]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.2552351Z [00:03:00.307]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:34.2553180Z [00:03:00.307]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:34.2553989Z [00:03:00.307]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:34.2554472Z [00:03:00.307]➜  EOF
2025-08-20T21:45:34.2557248Z [00:03:00.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/httptransport=>cloud.google.com/go/auth@v0.3.0/httptransport;$WORK/b492=>" -p cloud.google.com/go/auth/httptransport -lang=go1.19 -complete -installsuffix shared -buildid tfTQXdrW2zJdxqNUi1po/tfTQXdrW2zJdxqNUi1po -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/httptransport/httptransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/httptransport/trace.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.3.0/httptransport/transport.go
2025-08-20T21:45:34.2889153Z [00:03:00.342]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:45:34.2900394Z [00:03:00.343]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/54/541c145db3735502ca8a8037c084dca1cf2cebf69e8b762308436a0d9be3cc04-d # internal
2025-08-20T21:45:34.2902606Z [00:03:00.343]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T21:45:34.2903314Z [00:03:00.343]➜  mkdir -p $WORK/b516/
2025-08-20T21:45:34.2909776Z [00:03:00.344]➜  cat >/tmp/go-build1255330412/b516/importcfg << 'EOF' # internal
2025-08-20T21:45:34.2910156Z [00:03:00.344]➜  # import config
2025-08-20T21:45:34.2910742Z [00:03:00.344]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:34.2911672Z [00:03:00.344]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build1255330412/b517/_pkg_.a
2025-08-20T21:45:34.2912689Z [00:03:00.344]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:34.2913823Z [00:03:00.344]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1255330412/b380/_pkg_.a
2025-08-20T21:45:34.2914612Z [00:03:00.344]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1255330412/b518/_pkg_.a
2025-08-20T21:45:34.2915499Z [00:03:00.344]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:34.2916456Z [00:03:00.344]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:34.2917427Z [00:03:00.344]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.2918525Z [00:03:00.344]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:34.2919488Z [00:03:00.344]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:34.2920402Z [00:03:00.344]➜  EOF
2025-08-20T21:45:34.2924075Z [00:03:00.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconv=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconv;$WORK/b516=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.21 -complete -installsuffix shared -buildid BQcmTy9MBr955wQSJDh4/BQcmTy9MBr955wQSJDh4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconv/env.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconv/util.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/internal/semconv/v1.20.0.go
2025-08-20T21:45:34.2990153Z [00:03:00.351]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:45:34.2995640Z [00:03:00.352]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/87/8716d4900511d89dccb39819c130bc20472a3033e343c820c6abb04784591599-d # internal
2025-08-20T21:45:34.2996310Z [00:03:00.352]➜  google.golang.org/api/googleapi/transport
2025-08-20T21:45:34.2996911Z [00:03:00.352]➜  mkdir -p $WORK/b519/
2025-08-20T21:45:34.3005288Z [00:03:00.353]➜  cat >/tmp/go-build1255330412/b519/importcfg << 'EOF' # internal
2025-08-20T21:45:34.3005938Z [00:03:00.353]➜  # import config
2025-08-20T21:45:34.3006611Z [00:03:00.353]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:34.3007451Z [00:03:00.353]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.3008080Z [00:03:00.353]➜  EOF
2025-08-20T21:45:34.3010102Z [00:03:00.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/googleapi/transport=>google.golang.org/api@v0.177.0/googleapi/transport;$WORK/b519=>" -p google.golang.org/api/googleapi/transport -lang=go1.19 -complete -installsuffix shared -buildid knpQ08WSGvIboEsXeIbo/knpQ08WSGvIboEsXeIbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/googleapi/transport/apikey.go
2025-08-20T21:45:34.3159140Z [00:03:00.368]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:45:34.3165641Z [00:03:00.369]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/98/98e3800155720361911616b2c733e0e7c4cba9b68cb03e700648daae415e9dd3-d # internal
2025-08-20T21:45:34.3166355Z [00:03:00.369]➜  google.golang.org/api/transport/http/internal/propagation
2025-08-20T21:45:34.3166728Z [00:03:00.369]➜  mkdir -p $WORK/b520/
2025-08-20T21:45:34.3169748Z [00:03:00.370]➜  cat >/tmp/go-build1255330412/b520/importcfg << 'EOF' # internal
2025-08-20T21:45:34.3170558Z [00:03:00.370]➜  # import config
2025-08-20T21:45:34.3171157Z [00:03:00.370]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:34.3172033Z [00:03:00.370]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:34.3172923Z [00:03:00.370]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:34.3173586Z [00:03:00.370]➜  packagefile go.opencensus.io/trace=/tmp/go-build1255330412/b497/_pkg_.a
2025-08-20T21:45:34.3174164Z [00:03:00.370]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1255330412/b504/_pkg_.a
2025-08-20T21:45:34.3174907Z [00:03:00.370]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.3175971Z [00:03:00.370]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:34.3176797Z [00:03:00.370]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:34.3177292Z [00:03:00.370]➜  EOF
2025-08-20T21:45:34.3181888Z [00:03:00.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/transport/http/internal/propagation=>google.golang.org/api@v0.177.0/transport/http/internal/propagation;$WORK/b520=>" -p google.golang.org/api/transport/http/internal/propagation -lang=go1.19 -complete -installsuffix shared -buildid 1HEIDG1fsgLHg8h_HKou/1HEIDG1fsgLHg8h_HKou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/transport/http/internal/propagation/http.go
2025-08-20T21:45:34.3194978Z [00:03:00.372]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:45:34.3204253Z [00:03:00.373]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/43/43e322d1131f40d2a86809e38b3a05e3a36906b80212ff91fd8ed8e4b454d790-d # internal
2025-08-20T21:45:34.3207822Z [00:03:00.374]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T21:45:34.3208285Z [00:03:00.374]➜  mkdir -p $WORK/b514/
2025-08-20T21:45:34.3215927Z [00:03:00.374]➜  cat >/tmp/go-build1255330412/b514/importcfg << 'EOF' # internal
2025-08-20T21:45:34.3217022Z [00:03:00.374]➜  # import config
2025-08-20T21:45:34.3217982Z [00:03:00.374]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:34.3227428Z [00:03:00.374]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build1255330412/b515/_pkg_.a
2025-08-20T21:45:34.3229632Z [00:03:00.374]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build1255330412/b516/_pkg_.a
2025-08-20T21:45:34.3230978Z [00:03:00.374]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build1255330412/b517/_pkg_.a
2025-08-20T21:45:34.3231897Z [00:03:00.374]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1255330412/b372/_pkg_.a
2025-08-20T21:45:34.3232620Z [00:03:00.374]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:34.3233405Z [00:03:00.374]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1255330412/b380/_pkg_.a
2025-08-20T21:45:34.3234172Z [00:03:00.374]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:34.3234923Z [00:03:00.374]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1255330412/b383/_pkg_.a
2025-08-20T21:45:34.3235598Z [00:03:00.374]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1255330412/b518/_pkg_.a
2025-08-20T21:45:34.3236409Z [00:03:00.374]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1255330412/b386/_pkg_.a
2025-08-20T21:45:34.3237609Z [00:03:00.374]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:34.3238538Z [00:03:00.374]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.3239565Z [00:03:00.374]➜  packagefile net/http/httptrace=/root/.cache/go-build/6c/6c4c249df8222a83694856bcd0b2e1ac25a7c7fedb2c4182cac3801522f7cd59-d
2025-08-20T21:45:34.3240514Z [00:03:00.374]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:34.3241353Z [00:03:00.374]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:34.3242163Z [00:03:00.374]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:34.3243144Z [00:03:00.374]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:34.3244026Z [00:03:00.374]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:34.3244513Z [00:03:00.374]➜  EOF
2025-08-20T21:45:34.3250277Z [00:03:00.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0;$WORK/b514=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.21 -complete -installsuffix shared -buildid XpIpF4p1gTw3yJB9unVA/XpIpF4p1gTw3yJB9unVA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/client.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/common.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/labeler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/transport.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/version.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.51.0/wrap.go
2025-08-20T21:45:34.3389119Z [00:03:00.392]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:45:34.3395989Z [00:03:00.392]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/25/25e5b567910ca4b00cc0ed57950eec2c55215cbfc94fb2aa3000eaea0be51bbe-d # internal
2025-08-20T21:45:34.3397186Z [00:03:00.393]➜  github.com/netbirdio/netbird/management/server/util
2025-08-20T21:45:34.3398300Z [00:03:00.393]➜  mkdir -p $WORK/b522/
2025-08-20T21:45:34.3402693Z [00:03:00.393]➜  echo '# import config' > $WORK/b522/importcfg # internal
2025-08-20T21:45:34.3405834Z [00:03:00.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/util=>github.com/netbirdio/netbird/management/server/util;$WORK/b522=>" -p github.com/netbirdio/netbird/management/server/util -lang=go1.23 -complete -installsuffix shared -buildid IcB6ldojOiKz5WGWpUul/IcB6ldojOiKz5WGWpUul -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack ./server/util/util.go
2025-08-20T21:45:34.3502188Z [00:03:00.403]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:45:34.3507954Z [00:03:00.404]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/c4/c461c3deb9581b6d6ed4c8fab0c29e20f7407a346a329e2826d44e88647f56ae-d # internal
2025-08-20T21:45:34.3510798Z [00:03:00.404]➜  github.com/netbirdio/netbird/management/server/peer
2025-08-20T21:45:34.3511189Z [00:03:00.404]➜  mkdir -p $WORK/b521/
2025-08-20T21:45:34.3513852Z [00:03:00.404]➜  cat >/tmp/go-build1255330412/b521/importcfg << 'EOF' # internal
2025-08-20T21:45:34.3514260Z [00:03:00.404]➜  # import config
2025-08-20T21:45:34.3514790Z [00:03:00.404]➜  packagefile github.com/netbirdio/netbird/management/server/util=/tmp/go-build1255330412/b522/_pkg_.a
2025-08-20T21:45:34.3515611Z [00:03:00.404]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:34.3518473Z [00:03:00.404]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:34.3519395Z [00:03:00.404]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:34.3520205Z [00:03:00.404]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:34.3521013Z [00:03:00.404]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:34.3521494Z [00:03:00.404]➜  EOF
2025-08-20T21:45:34.3523322Z [00:03:00.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer=>github.com/netbirdio/netbird/management/server/peer;$WORK/b521=>" -p github.com/netbirdio/netbird/management/server/peer -lang=go1.23 -complete -installsuffix shared -buildid wS8LzjtjBzcwcnfyJ6bM/wS8LzjtjBzcwcnfyJ6bM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack ./server/peer/peer.go
2025-08-20T21:45:34.3905490Z [00:03:00.443]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:45:34.3915487Z [00:03:00.444]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/10/10c5d24a9d44112f5bb23ad1ef774f2be88b14a08f0aa2168ddf41a4d6b715cd-d # internal
2025-08-20T21:45:34.3919748Z [00:03:00.445]➜  github.com/netbirdio/netbird/shared/management/http/api
2025-08-20T21:45:34.3924593Z [00:03:00.445]➜  mkdir -p $WORK/b525/
2025-08-20T21:45:34.3926086Z [00:03:00.445]➜  cat >/tmp/go-build1255330412/b525/importcfg << 'EOF' # internal
2025-08-20T21:45:34.3926529Z [00:03:00.445]➜  # import config
2025-08-20T21:45:34.3927372Z [00:03:00.445]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:34.3928034Z [00:03:00.445]➜  EOF
2025-08-20T21:45:34.3930219Z [00:03:00.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api=>github.com/netbirdio/netbird/shared/management/http/api;$WORK/b525=>" -p github.com/netbirdio/netbird/shared/management/http/api -lang=go1.23 -complete -installsuffix shared -buildid wT8uA3kqwcOW5_gF3yb1/wT8uA3kqwcOW5_gF3yb1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/types.gen.go
2025-08-20T21:45:34.4299479Z [00:03:00.483]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:45:34.4344130Z [00:03:00.487]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/97/974446d40431cad1ce4ec8e48e114f1c9486374a438653988fdb3815cb6b19c3-d # internal
2025-08-20T21:45:34.4352883Z [00:03:00.488]➜  google.golang.org/api/transport/http
2025-08-20T21:45:34.4353295Z [00:03:00.488]➜  mkdir -p $WORK/b491/
2025-08-20T21:45:34.4360641Z [00:03:00.489]➜  cat >/tmp/go-build1255330412/b491/importcfg << 'EOF' # internal
2025-08-20T21:45:34.4361091Z [00:03:00.489]➜  # import config
2025-08-20T21:45:34.4361502Z [00:03:00.489]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:34.4362101Z [00:03:00.489]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1255330412/b435/_pkg_.a
2025-08-20T21:45:34.4362740Z [00:03:00.489]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build1255330412/b492/_pkg_.a
2025-08-20T21:45:34.4363757Z [00:03:00.489]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1255330412/b442/_pkg_.a
2025-08-20T21:45:34.4364502Z [00:03:00.489]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:34.4365351Z [00:03:00.489]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:34.4366196Z [00:03:00.489]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:34.4366891Z [00:03:00.489]➜  packagefile go.opencensus.io/plugin/ochttp=/tmp/go-build1255330412/b495/_pkg_.a
2025-08-20T21:45:34.4367605Z [00:03:00.489]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1255330412/b514/_pkg_.a
2025-08-20T21:45:34.4378331Z [00:03:00.489]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/2a/2a28b2cfcd2cc2c7bc1f90ea321f8d0bffa930b2c6d98cb9fe0195926e76b873-d
2025-08-20T21:45:34.4379504Z [00:03:00.489]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:34.4380308Z [00:03:00.489]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build1255330412/b519/_pkg_.a
2025-08-20T21:45:34.4380940Z [00:03:00.489]➜  packagefile google.golang.org/api/internal=/tmp/go-build1255330412/b431/_pkg_.a
2025-08-20T21:45:34.4381548Z [00:03:00.489]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1255330412/b476/_pkg_.a
2025-08-20T21:45:34.4382135Z [00:03:00.489]➜  packagefile google.golang.org/api/option=/tmp/go-build1255330412/b489/_pkg_.a
2025-08-20T21:45:34.4382829Z [00:03:00.489]➜  packagefile google.golang.org/api/transport/http/internal/propagation=/tmp/go-build1255330412/b520/_pkg_.a
2025-08-20T21:45:34.4383634Z [00:03:00.489]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:34.4384464Z [00:03:00.489]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.4385274Z [00:03:00.489]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:34.4385760Z [00:03:00.489]➜  EOF
2025-08-20T21:45:34.4388184Z [00:03:00.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/transport/http=>google.golang.org/api@v0.177.0/transport/http;$WORK/b491=>" -p google.golang.org/api/transport/http -lang=go1.19 -complete -installsuffix shared -buildid zwwriCIRIrwcFWNh5YXq/zwwriCIRIrwcFWNh5YXq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/transport/http/dial.go
2025-08-20T21:45:34.4462708Z [00:03:00.499]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:45:34.4486178Z [00:03:00.501]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/a1/a1ed936a376838cf25f10ed1a5b2bc4259f2f1c842f50a1ec1a54c62c0992cf9-d # internal
2025-08-20T21:45:34.4499162Z [00:03:00.503]➜  github.com/netbirdio/netbird/management/server/posture
2025-08-20T21:45:34.4499983Z [00:03:00.503]➜  mkdir -p $WORK/b523/
2025-08-20T21:45:34.4510731Z [00:03:00.504]➜  cat >/tmp/go-build1255330412/b523/importcfg << 'EOF' # internal
2025-08-20T21:45:34.4512042Z [00:03:00.504]➜  # import config
2025-08-20T21:45:34.4512793Z [00:03:00.504]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:34.4513632Z [00:03:00.504]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:34.4514454Z [00:03:00.504]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:34.4515827Z [00:03:00.504]➜  packagefile github.com/hashicorp/go-version=/root/.cache/go-build/f0/f05f8da9efd41c8257af2c55ef07b36fdd77d44c833595ffdc8e38e0f1994b34-d
2025-08-20T21:45:34.4516709Z [00:03:00.504]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:34.4517482Z [00:03:00.504]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:34.4518708Z [00:03:00.504]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:34.4519794Z [00:03:00.504]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:34.4520703Z [00:03:00.504]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:34.4521556Z [00:03:00.504]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:34.4522371Z [00:03:00.504]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:34.4523190Z [00:03:00.504]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:34.4523694Z [00:03:00.504]➜  EOF
2025-08-20T21:45:34.4526092Z [00:03:00.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture=>github.com/netbirdio/netbird/management/server/posture;$WORK/b523=>" -p github.com/netbirdio/netbird/management/server/posture -lang=go1.23 -complete -installsuffix shared -buildid RHMoMEhif_6agX84B1Ae/RHMoMEhif_6agX84B1Ae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack ./server/posture/checks.go ./server/posture/geo_location.go ./server/posture/nb_version.go ./server/posture/network.go ./server/posture/os_version.go ./server/posture/process.go
2025-08-20T21:45:34.5501883Z [00:03:00.600]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:45:34.5521670Z [00:03:00.602]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/db/dba17bdbe09045a0edccc73942276c287327759e45be5d32e2828104433305f5-d # internal
2025-08-20T21:45:34.5522998Z [00:03:00.602]➜  database/sql
2025-08-20T21:45:34.5523564Z [00:03:00.602]➜  mkdir -p $WORK/b530/
2025-08-20T21:45:34.5524190Z [00:03:00.603]➜  cat >/tmp/go-build1255330412/b530/importcfg << 'EOF' # internal
2025-08-20T21:45:34.5524616Z [00:03:00.603]➜  # import config
2025-08-20T21:45:34.5526391Z [00:03:00.603]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:34.5527370Z [00:03:00.603]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:34.5528450Z [00:03:00.603]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:34.5529333Z [00:03:00.603]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:34.5530164Z [00:03:00.603]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:34.5530959Z [00:03:00.603]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:34.5531750Z [00:03:00.603]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T21:45:34.5532932Z [00:03:00.603]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T21:45:34.5534081Z [00:03:00.603]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:34.5535562Z [00:03:00.603]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:34.5536585Z [00:03:00.603]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:34.5537624Z [00:03:00.603]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:34.5540221Z [00:03:00.603]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:34.5541247Z [00:03:00.603]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:34.5542289Z [00:03:00.603]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:34.5543464Z [00:03:00.603]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:34.5544511Z [00:03:00.603]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:34.5545196Z [00:03:00.603]➜  EOF
2025-08-20T21:45:34.5547393Z [00:03:00.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b530=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid auzaFcKoG4gG1XdcVgxH/auzaFcKoG4gG1XdcVgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/.go/src/database/sql/convert.go /root/.go/src/database/sql/ctxutil.go /root/.go/src/database/sql/sql.go
2025-08-20T21:45:34.5550013Z [00:03:00.605]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:45:34.5550987Z [00:03:00.607]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/08/086ca7610a9501c722983f54ec4ae6cc40407c74b0f36159675e5856d93ce17e-d # internal
2025-08-20T21:45:34.5551758Z [00:03:00.608]➜  google.golang.org/api/admin/directory/v1
2025-08-20T21:45:34.5561056Z [00:03:00.609]➜  mkdir -p $WORK/b428/
2025-08-20T21:45:34.5564915Z [00:03:00.609]➜  cat >/tmp/go-build1255330412/b428/importcfg << 'EOF' # internal
2025-08-20T21:45:34.5566246Z [00:03:00.609]➜  # import config
2025-08-20T21:45:34.5568015Z [00:03:00.609]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:34.5569095Z [00:03:00.609]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:34.5570053Z [00:03:00.609]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:34.5570909Z [00:03:00.609]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:34.5574761Z [00:03:00.609]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:34.5575553Z [00:03:00.609]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1255330412/b429/_pkg_.a
2025-08-20T21:45:34.5576143Z [00:03:00.609]➜  packagefile google.golang.org/api/internal=/tmp/go-build1255330412/b431/_pkg_.a
2025-08-20T21:45:34.5576796Z [00:03:00.609]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build1255330412/b481/_pkg_.a
2025-08-20T21:45:34.5577417Z [00:03:00.609]➜  packagefile google.golang.org/api/option=/tmp/go-build1255330412/b489/_pkg_.a
2025-08-20T21:45:34.5578173Z [00:03:00.609]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1255330412/b490/_pkg_.a
2025-08-20T21:45:34.5578854Z [00:03:00.609]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1255330412/b491/_pkg_.a
2025-08-20T21:45:34.5579567Z [00:03:00.609]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:34.5580756Z [00:03:00.609]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:34.5581578Z [00:03:00.609]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:34.5582407Z [00:03:00.609]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:34.5583236Z [00:03:00.609]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:34.5583729Z [00:03:00.609]➜  EOF
2025-08-20T21:45:34.5585678Z [00:03:00.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.177.0/admin/directory/v1=>google.golang.org/api@v0.177.0/admin/directory/v1;$WORK/b428=>" -p google.golang.org/api/admin/directory/v1 -lang=go1.19 -complete -installsuffix shared -buildid O9ID6FD_OuohofbyDKhU/O9ID6FD_OuohofbyDKhU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.177.0/admin/directory/v1/admin-gen.go
2025-08-20T21:45:34.9420320Z [00:03:00.995]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:45:34.9462840Z [00:03:00.999]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/b3/b347f7961832b0fa4c0c46fb0d2334f92584b7b663a205c6a97b7fb9a385c4a5-d # internal
2025-08-20T21:45:34.9465136Z [00:03:00.999]➜  github.com/jinzhu/now
2025-08-20T21:45:34.9466164Z [00:03:00.999]➜  mkdir -p $WORK/b532/
2025-08-20T21:45:34.9470493Z [00:03:01.000]➜  cat >/tmp/go-build1255330412/b532/importcfg << 'EOF' # internal
2025-08-20T21:45:34.9470870Z [00:03:01.000]➜  # import config
2025-08-20T21:45:34.9471447Z [00:03:01.000]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:34.9472309Z [00:03:01.000]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:34.9473127Z [00:03:01.000]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:34.9473614Z [00:03:01.000]➜  EOF
2025-08-20T21:45:34.9478286Z [00:03:01.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/now@v1.1.5=>github.com/jinzhu/now@v1.1.5;$WORK/b532=>" -p github.com/jinzhu/now -lang=go1.12 -complete -installsuffix shared -buildid t5tstv1PdhniWlJBsCED/t5tstv1PdhniWlJBsCED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/main.go /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/now.go /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/time.go
2025-08-20T21:45:35.0325322Z [00:03:01.084]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:45:35.0335388Z [00:03:01.086]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/ba/bafa11e2f83a132515d570342aff7a55713d14a4251e925768ddcc0bbfce5754-d # internal
2025-08-20T21:45:35.0345981Z [00:03:01.087]➜  gorm.io/gorm/clause
2025-08-20T21:45:35.0346334Z [00:03:01.087]➜  mkdir -p $WORK/b533/
2025-08-20T21:45:35.0349804Z [00:03:01.088]➜  cat >/tmp/go-build1255330412/b533/importcfg << 'EOF' # internal
2025-08-20T21:45:35.0350257Z [00:03:01.088]➜  # import config
2025-08-20T21:45:35.0350645Z [00:03:01.088]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:35.0351371Z [00:03:01.088]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:35.0352244Z [00:03:01.088]➜  packagefile go/ast=/root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d
2025-08-20T21:45:35.0353064Z [00:03:01.088]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:35.0354288Z [00:03:01.088]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:35.0355097Z [00:03:01.088]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.0355591Z [00:03:01.088]➜  EOF
2025-08-20T21:45:35.0362345Z [00:03:01.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause=>gorm.io/gorm@v1.25.12/clause;$WORK/b533=>" -p gorm.io/gorm/clause -lang=go1.18 -complete -installsuffix shared -buildid vMFoMnLDU3BaDr-xeI9b/vMFoMnLDU3BaDr-xeI9b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/clause.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/expression.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/from.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/group_by.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/insert.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/joins.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/limit.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/locking.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/on_conflict.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/order_by.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/returning.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/select.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/set.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/update.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/values.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/where.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/clause/with.go
2025-08-20T21:45:35.1601638Z [00:03:01.213]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:45:35.1651660Z [00:03:01.218]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/c8/c81d1ada2fb9e4d8bd6337ca0340d8cff303e5b1d556fa5de377018daf582d7c-d # internal
2025-08-20T21:45:35.1713800Z [00:03:01.224]➜  gorm.io/gorm/utils
2025-08-20T21:45:35.1714739Z [00:03:01.224]➜  mkdir -p $WORK/b537/
2025-08-20T21:45:35.1718829Z [00:03:01.225]➜  cat >/tmp/go-build1255330412/b537/importcfg << 'EOF' # internal
2025-08-20T21:45:35.1719849Z [00:03:01.225]➜  # import config
2025-08-20T21:45:35.1720870Z [00:03:01.225]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:35.1721955Z [00:03:01.225]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.1722877Z [00:03:01.225]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:35.1723732Z [00:03:01.225]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:35.1724577Z [00:03:01.225]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:35.1725400Z [00:03:01.225]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:35.1726225Z [00:03:01.225]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.1727057Z [00:03:01.225]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:35.1727560Z [00:03:01.225]➜  EOF
2025-08-20T21:45:35.1729376Z [00:03:01.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.12/utils=>gorm.io/gorm@v1.25.12/utils;$WORK/b537=>" -p gorm.io/gorm/utils -lang=go1.18 -complete -installsuffix shared -buildid pmXsBV5mBntTUyJFv23y/pmXsBV5mBntTUyJFv23y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.12/utils/utils.go
2025-08-20T21:45:35.2119456Z [00:03:01.265]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:45:35.2493835Z [00:03:01.302]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:45:35.2505317Z [00:03:01.303]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/84/84bbb678024764847ddc4c1601e279a330cacf7749639ff0837167ae0bd2c692-d # internal
2025-08-20T21:45:35.2505996Z [00:03:01.303]➜  gorm.io/gorm/logger
2025-08-20T21:45:35.2506284Z [00:03:01.303]➜  mkdir -p $WORK/b536/
2025-08-20T21:45:35.2517136Z [00:03:01.304]➜  cat >/tmp/go-build1255330412/b536/importcfg << 'EOF' # internal
2025-08-20T21:45:35.2517540Z [00:03:01.304]➜  # import config
2025-08-20T21:45:35.2518318Z [00:03:01.304]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:35.2519217Z [00:03:01.304]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:35.2520127Z [00:03:01.304]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.2520954Z [00:03:01.304]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.2521599Z [00:03:01.304]➜  packagefile gorm.io/gorm/utils=/tmp/go-build1255330412/b537/_pkg_.a
2025-08-20T21:45:35.2522263Z [00:03:01.304]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:35.2523038Z [00:03:01.304]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:35.2523842Z [00:03:01.304]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:35.2524645Z [00:03:01.304]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:35.2525461Z [00:03:01.304]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:35.2526272Z [00:03:01.304]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:35.2527401Z [00:03:01.304]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.2528644Z [00:03:01.304]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:35.2529544Z [00:03:01.304]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:35.2530055Z [00:03:01.304]➜  EOF
2025-08-20T21:45:35.2531846Z [00:03:01.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.12/logger=>gorm.io/gorm@v1.25.12/logger;$WORK/b536=>" -p gorm.io/gorm/logger -lang=go1.18 -complete -installsuffix shared -buildid DmznO9Dc_Vqe08oGfpzh/DmznO9Dc_Vqe08oGfpzh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.12/logger/logger.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/logger/sql.go
2025-08-20T21:45:35.3645528Z [00:03:01.417]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:45:35.3659080Z [00:03:01.418]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/ea/ea895e6d21fc0916509b85a8ac8b24107d14b5e1505dcd5ef3f4ae04b13fb3b8-d # internal
2025-08-20T21:45:35.3684244Z [00:03:01.421]➜  github.com/jinzhu/inflection
2025-08-20T21:45:35.3684625Z [00:03:01.421]➜  mkdir -p $WORK/b539/
2025-08-20T21:45:35.3687826Z [00:03:01.421]➜  cat >/tmp/go-build1255330412/b539/importcfg << 'EOF' # internal
2025-08-20T21:45:35.3690761Z [00:03:01.422]➜  # import config
2025-08-20T21:45:35.3710283Z [00:03:01.422]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:35.3711584Z [00:03:01.422]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.3712169Z [00:03:01.422]➜  EOF
2025-08-20T21:45:35.3713995Z [00:03:01.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0=>github.com/jinzhu/inflection@v1.0.0;$WORK/b539=>" -p github.com/jinzhu/inflection -lang=go1.16 -complete -installsuffix shared -buildid KHUqT-CAuKBfI2hLHIKW/KHUqT-CAuKBfI2hLHIKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0/inflections.go
2025-08-20T21:45:35.4090390Z [00:03:01.462]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:45:35.4096878Z [00:03:01.462]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/06/0622a3e1184a27e8e79dc6f76baf361323c579b068926bb8a0dddca49975a880-d # internal
2025-08-20T21:45:35.4099577Z [00:03:01.463]➜  golang.org/x/text/internal/tag
2025-08-20T21:45:35.4100466Z [00:03:01.463]➜  mkdir -p $WORK/b544/
2025-08-20T21:45:35.4104134Z [00:03:01.463]➜  cat >/tmp/go-build1255330412/b544/importcfg << 'EOF' # internal
2025-08-20T21:45:35.4105298Z [00:03:01.463]➜  # import config
2025-08-20T21:45:35.4106409Z [00:03:01.463]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:35.4108015Z [00:03:01.463]➜  EOF
2025-08-20T21:45:35.4109816Z [00:03:01.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag=>golang.org/x/text@v0.24.0/internal/tag;$WORK/b544=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid boHU_W9N5oMOyJMKWle9/boHU_W9N5oMOyJMKWle9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/tag/tag.go
2025-08-20T21:45:35.4401531Z [00:03:01.493]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:45:35.4407071Z [00:03:01.493]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/77/778c2c0843b8ada30ab5bd1d5512e4337acada22f1d535a98d53131301d1f885-d # internal
2025-08-20T21:45:35.4414055Z [00:03:01.494]➜  golang.org/x/text/internal/language
2025-08-20T21:45:35.4414982Z [00:03:01.494]➜  mkdir -p $WORK/b543/
2025-08-20T21:45:35.4420074Z [00:03:01.495]➜  cat >/tmp/go-build1255330412/b543/importcfg << 'EOF' # internal
2025-08-20T21:45:35.4420556Z [00:03:01.495]➜  # import config
2025-08-20T21:45:35.4421131Z [00:03:01.495]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:35.4421963Z [00:03:01.495]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.4422817Z [00:03:01.495]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.4423506Z [00:03:01.495]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1255330412/b544/_pkg_.a
2025-08-20T21:45:35.4424208Z [00:03:01.495]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:35.4425022Z [00:03:01.495]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:35.4425847Z [00:03:01.495]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.4426344Z [00:03:01.495]➜  EOF
2025-08-20T21:45:35.4440081Z [00:03:01.497]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/a8/a8b7e113c06454dffed8839ba957def489e6493b4854f83d2bbfe891e750fb9a-d # internal
2025-08-20T21:45:35.4446841Z [00:03:01.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language=>golang.org/x/text@v0.24.0/internal/language;$WORK/b543=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid mwB_jWFUHr721nmKpfaZ/mwB_jWFUHr721nmKpfaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/tags.go
2025-08-20T21:45:35.4458895Z [00:03:01.498]➜  github.com/eko/gocache/store/redis/v4
2025-08-20T21:45:35.4459221Z [00:03:01.498]➜  mkdir -p $WORK/b344/
2025-08-20T21:45:35.4459595Z [00:03:01.498]➜  cat >/tmp/go-build1255330412/b344/importcfg << 'EOF' # internal
2025-08-20T21:45:35.4459940Z [00:03:01.498]➜  # import config
2025-08-20T21:45:35.4460521Z [00:03:01.498]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:35.4461467Z [00:03:01.498]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.4462234Z [00:03:01.498]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:35.4462832Z [00:03:01.499]➜  packagefile github.com/golang/mock/gomock=/tmp/go-build1255330412/b343/_pkg_.a
2025-08-20T21:45:35.4463417Z [00:03:01.499]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build1255330412/b345/_pkg_.a
2025-08-20T21:45:35.4465169Z [00:03:01.499]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:35.4466050Z [00:03:01.499]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:35.4466537Z [00:03:01.499]➜  EOF
2025-08-20T21:45:35.4469160Z [00:03:01.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eko/gocache/store/redis/v4@v4.2.2=>github.com/eko/gocache/store/redis/v4@v4.2.2;$WORK/b344=>" -p github.com/eko/gocache/store/redis/v4 -lang=go1.22 -complete -installsuffix shared -buildid as-zxciJNVbo-ppaflT5/as-zxciJNVbo-ppaflT5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/github.com/eko/gocache/store/redis/v4@v4.2.2/redis.go /root/go/pkg/mod/github.com/eko/gocache/store/redis/v4@v4.2.2/redis_mock.go
2025-08-20T21:45:35.5249121Z [00:03:01.578]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:45:35.5271618Z [00:03:01.580]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/03/038a7539b080a89b322b015d0a4b7ed999c54099b28a5e7017e42d33fbf13817-d # internal
2025-08-20T21:45:35.5276063Z [00:03:01.580]➜  github.com/rs/xid
2025-08-20T21:45:35.5277035Z [00:03:01.581]➜  mkdir -p $WORK/b549/
2025-08-20T21:45:35.5286687Z [00:03:01.581]➜  cat >/tmp/go-build1255330412/b549/importcfg << 'EOF' # internal
2025-08-20T21:45:35.5287340Z [00:03:01.581]➜  # import config
2025-08-20T21:45:35.5288226Z [00:03:01.581]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:35.5289242Z [00:03:01.581]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T21:45:35.5291628Z [00:03:01.582]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:35.5292869Z [00:03:01.582]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:35.5293781Z [00:03:01.582]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:35.5294653Z [00:03:01.582]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.5295493Z [00:03:01.582]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.5296334Z [00:03:01.582]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:45:35.5297258Z [00:03:01.582]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:35.5298294Z [00:03:01.582]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:35.5299151Z [00:03:01.582]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:35.5299990Z [00:03:01.582]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:35.5300823Z [00:03:01.582]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:35.5301309Z [00:03:01.582]➜  EOF
2025-08-20T21:45:35.5303068Z [00:03:01.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/xid@v1.3.0=>github.com/rs/xid@v1.3.0;$WORK/b549=>" -p github.com/rs/xid -lang=go1.12 -complete -installsuffix shared -buildid XMJQXfnLacF84xvbtqqc/XMJQXfnLacF84xvbtqqc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/github.com/rs/xid@v1.3.0/hostid_linux.go /root/go/pkg/mod/github.com/rs/xid@v1.3.0/id.go
2025-08-20T21:45:35.5941481Z [00:03:01.647]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:45:35.5965994Z [00:03:01.649]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/09/09b86ae0ca23a6973d034653ae45ffb21078cd9c8c55b5fc197db249137006bb-d # internal
2025-08-20T21:45:35.5967065Z [00:03:01.649]➜  github.com/netbirdio/netbird/management/server/networks/types
2025-08-20T21:45:35.5967661Z [00:03:01.649]➜  mkdir -p $WORK/b548/
2025-08-20T21:45:35.5974758Z [00:03:01.650]➜  cat >/tmp/go-build1255330412/b548/importcfg << 'EOF' # internal
2025-08-20T21:45:35.5975252Z [00:03:01.650]➜  # import config
2025-08-20T21:45:35.5975811Z [00:03:01.650]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:35.5976451Z [00:03:01.650]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:35.5976838Z [00:03:01.650]➜  EOF
2025-08-20T21:45:35.5978994Z [00:03:01.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/types=>github.com/netbirdio/netbird/management/server/networks/types;$WORK/b548=>" -p github.com/netbirdio/netbird/management/server/networks/types -lang=go1.23 -complete -installsuffix shared -buildid 6_9wHEchWjn1fB18GrNl/6_9wHEchWjn1fB18GrNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack ./server/networks/types/network.go
2025-08-20T21:45:35.6262817Z [00:03:01.679]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:45:35.6267590Z [00:03:01.679]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/84/848c4b58ce1421bcd45668d2e8605b1442da2babaecd04c4078b07a96e9b3b4b-d # internal
2025-08-20T21:45:35.6269371Z [00:03:01.680]➜  github.com/netbirdio/netbird/management/server/networks/routers/types
2025-08-20T21:45:35.6270414Z [00:03:01.680]➜  mkdir -p $WORK/b547/
2025-08-20T21:45:35.6274482Z [00:03:01.680]➜  cat >/tmp/go-build1255330412/b547/importcfg << 'EOF' # internal
2025-08-20T21:45:35.6275508Z [00:03:01.680]➜  # import config
2025-08-20T21:45:35.6277227Z [00:03:01.680]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.6278195Z [00:03:01.680]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:35.6279078Z [00:03:01.680]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:35.6279718Z [00:03:01.680]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:35.6280066Z [00:03:01.680]➜  EOF
2025-08-20T21:45:35.6292794Z [00:03:01.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/types=>github.com/netbirdio/netbird/management/server/networks/routers/types;$WORK/b547=>" -p github.com/netbirdio/netbird/management/server/networks/routers/types -lang=go1.23 -complete -installsuffix shared -buildid nuvbx-XBuO_lz4uJ553z/nuvbx-XBuO_lz4uJ553z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack ./server/networks/routers/types/router.go
2025-08-20T21:45:35.6582622Z [00:03:01.711]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:45:35.6592754Z [00:03:01.712]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/96/961a1db81db2d03ebf88a963722a0e3d5b72aed533553289c1c94c9ef1368e47-d # internal
2025-08-20T21:45:35.6602044Z [00:03:01.713]➜  github.com/netbirdio/netbird/management/server/networks/resources/types
2025-08-20T21:45:35.6602659Z [00:03:01.713]➜  mkdir -p $WORK/b546/
2025-08-20T21:45:35.6609616Z [00:03:01.714]➜  cat >/tmp/go-build1255330412/b546/importcfg << 'EOF' # internal
2025-08-20T21:45:35.6610003Z [00:03:01.714]➜  # import config
2025-08-20T21:45:35.6610611Z [00:03:01.714]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.6611468Z [00:03:01.714]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.6612327Z [00:03:01.714]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers/types=/tmp/go-build1255330412/b547/_pkg_.a
2025-08-20T21:45:35.6613540Z [00:03:01.714]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:35.6614422Z [00:03:01.714]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:35.6615351Z [00:03:01.714]➜  packagefile github.com/netbirdio/netbird/route=/root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d
2025-08-20T21:45:35.6616487Z [00:03:01.714]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/root/.cache/go-build/ba/baba05c0fc151d31f2e8d23958ada482bf62349e812ba0402aacbdbdf8d6a55f-d
2025-08-20T21:45:35.6617482Z [00:03:01.714]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:35.6641386Z [00:03:01.714]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:35.6642144Z [00:03:01.714]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:35.6642985Z [00:03:01.714]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:35.6643476Z [00:03:01.714]➜  EOF
2025-08-20T21:45:35.6645680Z [00:03:01.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/types=>github.com/netbirdio/netbird/management/server/networks/resources/types;$WORK/b546=>" -p github.com/netbirdio/netbird/management/server/networks/resources/types -lang=go1.23 -complete -installsuffix shared -buildid zMr5I6m1GhPzYXOX1bm2/zMr5I6m1GhPzYXOX1bm2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack ./server/networks/resources/types/resource.go
2025-08-20T21:45:35.7801531Z [00:03:01.832]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:45:35.7805902Z [00:03:01.833]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/cc/cc41c44445ac68377674cc9134d48e7719948221469d8c54f5be7491e1551db3-d # internal
2025-08-20T21:45:35.7808168Z [00:03:01.833]➜  archive/tar
2025-08-20T21:45:35.7808457Z [00:03:01.833]➜  mkdir -p $WORK/b554/
2025-08-20T21:45:35.7811513Z [00:03:01.834]➜  cat >/tmp/go-build1255330412/b554/importcfg << 'EOF' # internal
2025-08-20T21:45:35.7812142Z [00:03:01.834]➜  # import config
2025-08-20T21:45:35.7813867Z [00:03:01.834]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:35.7814811Z [00:03:01.834]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.7815641Z [00:03:01.834]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.7816507Z [00:03:01.834]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T21:45:35.7817359Z [00:03:01.834]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:35.7820169Z [00:03:01.834]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:45:35.7820991Z [00:03:01.834]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T21:45:35.7821790Z [00:03:01.834]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:35.7822612Z [00:03:01.834]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:35.7823412Z [00:03:01.834]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:35.7824529Z [00:03:01.834]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:35.7825540Z [00:03:01.834]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:35.7826421Z [00:03:01.834]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:35.7827247Z [00:03:01.834]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:35.7828225Z [00:03:01.834]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:35.7829065Z [00:03:01.834]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.7829884Z [00:03:01.834]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:35.7830709Z [00:03:01.834]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:35.7831531Z [00:03:01.834]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:35.7832016Z [00:03:01.834]➜  EOF
2025-08-20T21:45:35.7834245Z [00:03:01.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b554=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid AjlvPKAvPy-L-_jCF3u0/AjlvPKAvPy-L-_jCF3u0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/.go/src/archive/tar/common.go /root/.go/src/archive/tar/format.go /root/.go/src/archive/tar/reader.go /root/.go/src/archive/tar/stat_actime1.go /root/.go/src/archive/tar/stat_unix.go /root/.go/src/archive/tar/strconv.go /root/.go/src/archive/tar/writer.go
2025-08-20T21:45:35.7851262Z [00:03:01.835]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:45:35.7905834Z [00:03:01.843]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/21/21ee947134555f2cafe86dd208774c57d3101e44a6da1debf229c18610f3a895-d # internal
2025-08-20T21:45:35.7907115Z [00:03:01.843]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:45:35.7908344Z [00:03:01.843]➜  mkdir -p $WORK/b545/
2025-08-20T21:45:35.7909887Z [00:03:01.844]➜  cat >/tmp/go-build1255330412/b545/importcfg << 'EOF' # internal
2025-08-20T21:45:35.7910262Z [00:03:01.844]➜  # import config
2025-08-20T21:45:35.7910728Z [00:03:01.844]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1255330412/b543/_pkg_.a
2025-08-20T21:45:35.7911462Z [00:03:01.844]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:35.7912286Z [00:03:01.844]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.7912788Z [00:03:01.844]➜  EOF
2025-08-20T21:45:35.7916473Z [00:03:01.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact=>golang.org/x/text@v0.24.0/internal/language/compact;$WORK/b545=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid SJNZ-uBhwKaZ7WZngu_3/SJNZ-uBhwKaZ7WZngu_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/language/compact/tags.go
2025-08-20T21:45:35.8531179Z [00:03:01.903]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:45:35.8632121Z [00:03:01.916]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:45:35.8639834Z [00:03:01.917]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/24/241a0d3d04deba1d4db4847a431e990b49e43e5bd131c1e42353afb6c69f7920-d # internal
2025-08-20T21:45:35.8643196Z [00:03:01.917]➜  golang.org/x/text/language
2025-08-20T21:45:35.8646234Z [00:03:01.917]➜  mkdir -p $WORK/b542/
2025-08-20T21:45:35.8648297Z [00:03:01.918]➜  cat >/tmp/go-build1255330412/b542/importcfg << 'EOF' # internal
2025-08-20T21:45:35.8650273Z [00:03:01.918]➜  # import config
2025-08-20T21:45:35.8651358Z [00:03:01.918]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.8654442Z [00:03:01.918]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.8657342Z [00:03:01.918]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1255330412/b543/_pkg_.a
2025-08-20T21:45:35.8658575Z [00:03:01.918]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1255330412/b545/_pkg_.a
2025-08-20T21:45:35.8661801Z [00:03:01.918]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:35.8662630Z [00:03:01.918]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:35.8663462Z [00:03:01.918]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:35.8664256Z [00:03:01.918]➜  EOF
2025-08-20T21:45:35.8667349Z [00:03:01.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/language=>golang.org/x/text@v0.24.0/language;$WORK/b542=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid peTkbL2JLeDarE3VKKUM/peTkbL2JLeDarE3VKKUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/language/tags.go
2025-08-20T21:45:35.8870419Z [00:03:01.939]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/ac/ac69a464ea3a4a414be9f75b472a7a000d5eb4e1e396fcaa4c20a8b846b1c104-d # internal
2025-08-20T21:45:35.8879520Z [00:03:01.940]➜  dario.cat/mergo
2025-08-20T21:45:35.8879841Z [00:03:01.940]➜  mkdir -p $WORK/b555/
2025-08-20T21:45:35.8880227Z [00:03:01.940]➜  cat >/tmp/go-build1255330412/b555/importcfg << 'EOF' # internal
2025-08-20T21:45:35.8880574Z [00:03:01.940]➜  # import config
2025-08-20T21:45:35.8881153Z [00:03:01.940]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:35.8882252Z [00:03:01.940]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:35.8883134Z [00:03:01.940]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:35.8883962Z [00:03:01.940]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:35.8884835Z [00:03:01.940]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:35.8885352Z [00:03:01.940]➜  EOF
2025-08-20T21:45:35.8887522Z [00:03:01.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.0=>dario.cat/mergo@v1.0.0;$WORK/b555=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid rUNb8CEbftoxWddHVABy/rUNb8CEbftoxWddHVABy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/dario.cat/mergo@v1.0.0/doc.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/map.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/merge.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/mergo.go
2025-08-20T21:45:36.0575196Z [00:03:02.110]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:45:36.0598460Z [00:03:02.112]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/01/01d133cd83a739ec921d8d5faeee2ab4c59d32f6ba05fa5c166c725587395c1c-d # internal
2025-08-20T21:45:36.0607473Z [00:03:02.113]➜  golang.org/x/text/internal
2025-08-20T21:45:36.0607951Z [00:03:02.113]➜  mkdir -p $WORK/b541/
2025-08-20T21:45:36.0608371Z [00:03:02.113]➜  cat >/tmp/go-build1255330412/b541/importcfg << 'EOF' # internal
2025-08-20T21:45:36.0608716Z [00:03:02.113]➜  # import config
2025-08-20T21:45:36.0609145Z [00:03:02.113]➜  packagefile golang.org/x/text/language=/tmp/go-build1255330412/b542/_pkg_.a
2025-08-20T21:45:36.0609856Z [00:03:02.113]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:36.0610342Z [00:03:02.113]➜  EOF
2025-08-20T21:45:36.0612346Z [00:03:02.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/internal=>golang.org/x/text@v0.24.0/internal;$WORK/b541=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid FGwH3Hv4I4TSqUgRtUJf/FGwH3Hv4I4TSqUgRtUJf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/internal/match.go
2025-08-20T21:45:36.0619027Z [00:03:02.114]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:45:36.0641752Z [00:03:02.117]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/08/082aa33f21a28bcec3cdec3b6aee3738032638dcd881dc84f1784e1af3bc2c2b-d # internal
2025-08-20T21:45:36.0652550Z [00:03:02.117]➜  github.com/containerd/log
2025-08-20T21:45:36.0652912Z [00:03:02.117]➜  mkdir -p $WORK/b558/
2025-08-20T21:45:36.0653293Z [00:03:02.117]➜  cat >/tmp/go-build1255330412/b558/importcfg << 'EOF' # internal
2025-08-20T21:45:36.0653645Z [00:03:02.117]➜  # import config
2025-08-20T21:45:36.0654207Z [00:03:02.117]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:36.0655025Z [00:03:02.117]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.0655938Z [00:03:02.117]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:36.0656499Z [00:03:02.117]➜  EOF
2025-08-20T21:45:36.0675206Z [00:03:02.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/log@v0.1.0=>github.com/containerd/log@v0.1.0;$WORK/b558=>" -p github.com/containerd/log -lang=go1.20 -complete -installsuffix shared -buildid Aujtv631FJuRd9RzwSvt/Aujtv631FJuRd9RzwSvt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/containerd/log@v0.1.0/context.go
2025-08-20T21:45:36.0920750Z [00:03:02.144]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:45:36.0942613Z [00:03:02.147]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/e5/e57754b0922107c22c9b4de35ccbe1bd6e5e05733d16aa293d7aaed6382d8189-d # internal
2025-08-20T21:45:36.0949681Z [00:03:02.148]➜  golang.org/x/text/cases
2025-08-20T21:45:36.0950274Z [00:03:02.148]➜  mkdir -p $WORK/b540/
2025-08-20T21:45:36.0956047Z [00:03:02.148]➜  cat >/tmp/go-build1255330412/b540/importcfg << 'EOF' # internal
2025-08-20T21:45:36.0956915Z [00:03:02.148]➜  # import config
2025-08-20T21:45:36.0958220Z [00:03:02.148]➜  packagefile golang.org/x/text/internal=/tmp/go-build1255330412/b541/_pkg_.a
2025-08-20T21:45:36.0968955Z [00:03:02.148]➜  packagefile golang.org/x/text/language=/tmp/go-build1255330412/b542/_pkg_.a
2025-08-20T21:45:36.0969850Z [00:03:02.148]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d
2025-08-20T21:45:36.0970852Z [00:03:02.148]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d
2025-08-20T21:45:36.0971763Z [00:03:02.148]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.0972955Z [00:03:02.148]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:36.0973820Z [00:03:02.148]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:36.0974348Z [00:03:02.148]➜  EOF
2025-08-20T21:45:36.0977298Z [00:03:02.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/cases=>golang.org/x/text@v0.24.0/cases;$WORK/b540=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid Hn-jUwZrHHrqE6TGvhfQ/Hn-jUwZrHHrqE6TGvhfQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/cases/trieval.go
2025-08-20T21:45:36.1110379Z [00:03:02.162]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:45:36.1123296Z [00:03:02.163]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/8e/8eb825ffbdaa3cebd8e0b1e44c3a06b4033aaeb8c773f90ed7c8e2a573e38de5-d # internal
2025-08-20T21:45:36.1123934Z [00:03:02.163]➜  github.com/opencontainers/go-digest
2025-08-20T21:45:36.1124254Z [00:03:02.163]➜  mkdir -p $WORK/b560/
2025-08-20T21:45:36.1124633Z [00:03:02.164]➜  cat >/tmp/go-build1255330412/b560/importcfg << 'EOF' # internal
2025-08-20T21:45:36.1124981Z [00:03:02.164]➜  # import config
2025-08-20T21:45:36.1125545Z [00:03:02.164]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:36.1126390Z [00:03:02.164]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.1127207Z [00:03:02.164]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:45:36.1128515Z [00:03:02.164]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:36.1129510Z [00:03:02.164]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:36.1130389Z [00:03:02.164]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.1130886Z [00:03:02.164]➜  EOF
2025-08-20T21:45:36.1133847Z [00:03:02.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0=>github.com/opencontainers/go-digest@v1.0.0;$WORK/b560=>" -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/b560/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-20T21:45:36.1485139Z [00:03:02.201]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:45:36.1544824Z [00:03:02.207]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:45:36.1557864Z [00:03:02.208]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/2f/2fb161ecede08a80107dfb9d753aad0062d061655d3e597314ddde2aea37cd6f-d # internal
2025-08-20T21:45:36.1558919Z [00:03:02.208]➜  github.com/opencontainers/image-spec/specs-go
2025-08-20T21:45:36.1560781Z [00:03:02.208]➜  mkdir -p $WORK/b561/
2025-08-20T21:45:36.1561175Z [00:03:02.208]➜  cat >/tmp/go-build1255330412/b561/importcfg << 'EOF' # internal
2025-08-20T21:45:36.1561523Z [00:03:02.208]➜  # import config
2025-08-20T21:45:36.1569728Z [00:03:02.208]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.1570312Z [00:03:02.208]➜  EOF
2025-08-20T21:45:36.1578025Z [00:03:02.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go=>github.com/opencontainers/image-spec@v1.1.0/specs-go;$WORK/b561=>" -p github.com/opencontainers/image-spec/specs-go -lang=go1.18 -complete -installsuffix shared -buildid ejbgcCJGYtna26F8uX5w/ejbgcCJGYtna26F8uX5w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/version.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/versioned.go
2025-08-20T21:45:36.1580745Z [00:03:02.209]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/14/14895ebd24c6f02a4cc52080fadda2419190b5a9314176255dc308e3784a9e3e-d # internal
2025-08-20T21:45:36.1581309Z [00:03:02.210]➜  github.com/cpuguy83/dockercfg
2025-08-20T21:45:36.1581601Z [00:03:02.210]➜  mkdir -p $WORK/b562/
2025-08-20T21:45:36.1581976Z [00:03:02.210]➜  cat >/tmp/go-build1255330412/b562/importcfg << 'EOF' # internal
2025-08-20T21:45:36.1582325Z [00:03:02.210]➜  # import config
2025-08-20T21:45:36.1582884Z [00:03:02.210]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:36.1583752Z [00:03:02.210]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:36.1584634Z [00:03:02.210]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:36.1596611Z [00:03:02.210]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.1597672Z [00:03:02.210]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.1598990Z [00:03:02.210]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:45:36.1599968Z [00:03:02.210]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:36.1600834Z [00:03:02.210]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:36.1601683Z [00:03:02.210]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:36.1602549Z [00:03:02.210]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:36.1603379Z [00:03:02.210]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.1603874Z [00:03:02.210]➜  EOF
2025-08-20T21:45:36.1606130Z [00:03:02.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cpuguy83/dockercfg@v0.3.2=>github.com/cpuguy83/dockercfg@v0.3.2;$WORK/b562=>" -p github.com/cpuguy83/dockercfg -lang=go1.13 -complete -installsuffix shared -buildid OXfaYqjbCVC3gCF70POX/OXfaYqjbCVC3gCF70POX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/cpuguy83/dockercfg@v0.3.2/auth.go /root/go/pkg/mod/github.com/cpuguy83/dockercfg@v0.3.2/config.go /root/go/pkg/mod/github.com/cpuguy83/dockercfg@v0.3.2/load.go
2025-08-20T21:45:36.1794649Z [00:03:02.232]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:45:36.1820950Z [00:03:02.233]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/2f/2ff050f400fd82e3421fdec5277fffc81e88f295794191423f9dc655557e9494-d # internal
2025-08-20T21:45:36.1829831Z [00:03:02.233]➜  github.com/opencontainers/image-spec/specs-go/v1
2025-08-20T21:45:36.1830239Z [00:03:02.233]➜  mkdir -p $WORK/b559/
2025-08-20T21:45:36.1830642Z [00:03:02.233]➜  cat >/tmp/go-build1255330412/b559/importcfg << 'EOF' # internal
2025-08-20T21:45:36.1830999Z [00:03:02.233]➜  # import config
2025-08-20T21:45:36.1831465Z [00:03:02.233]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1255330412/b560/_pkg_.a
2025-08-20T21:45:36.1832143Z [00:03:02.233]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1255330412/b561/_pkg_.a
2025-08-20T21:45:36.1832911Z [00:03:02.233]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.1833738Z [00:03:02.233]➜  EOF
2025-08-20T21:45:36.1837887Z [00:03:02.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1=>github.com/opencontainers/image-spec@v1.1.0/specs-go/v1;$WORK/b559=>" -p github.com/opencontainers/image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid DFocqt3MnQybrs0-uRj1/DFocqt3MnQybrs0-uRj1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1/annotations.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1/config.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1/descriptor.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1/index.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1/layout.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1/manifest.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.0/specs-go/v1/mediatype.go
2025-08-20T21:45:36.1979365Z [00:03:02.250]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:45:36.1985688Z [00:03:02.251]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/14/148930dacf46be2e798fd2732c1da151a074845e37e3a752c181a15055cc0bcf-d # internal
2025-08-20T21:45:36.1992744Z [00:03:02.251]➜  github.com/containerd/platforms
2025-08-20T21:45:36.1993363Z [00:03:02.252]➜  mkdir -p $WORK/b557/
2025-08-20T21:45:36.1996654Z [00:03:02.252]➜  cat >/tmp/go-build1255330412/b557/importcfg << 'EOF' # internal
2025-08-20T21:45:36.1997117Z [00:03:02.252]➜  # import config
2025-08-20T21:45:36.1997681Z [00:03:02.252]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:36.1998652Z [00:03:02.252]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:36.1999479Z [00:03:02.252]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.2000322Z [00:03:02.252]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.2000991Z [00:03:02.252]➜  packagefile github.com/containerd/log=/tmp/go-build1255330412/b558/_pkg_.a
2025-08-20T21:45:36.2001646Z [00:03:02.252]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1255330412/b559/_pkg_.a
2025-08-20T21:45:36.2002494Z [00:03:02.252]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:36.2003349Z [00:03:02.252]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:36.2004138Z [00:03:02.252]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:36.2005217Z [00:03:02.252]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:36.2006042Z [00:03:02.252]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:36.2006873Z [00:03:02.252]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.2014119Z [00:03:02.252]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.2015034Z [00:03:02.252]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:36.2015517Z [00:03:02.252]➜  EOF
2025-08-20T21:45:36.2019537Z [00:03:02.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/platforms@v0.2.1=>github.com/containerd/platforms@v0.2.1;$WORK/b557=>" -p github.com/containerd/platforms -lang=go1.20 -complete -installsuffix shared -buildid qHyQyOxVDuAe4RyMCvzb/qHyQyOxVDuAe4RyMCvzb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/compare.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/cpuinfo.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/cpuinfo_linux.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/database.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/defaults.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/defaults_unix.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/errors.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/platforms.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/platforms_other.go
2025-08-20T21:45:36.2062557Z [00:03:02.259]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:45:36.2088323Z [00:03:02.259]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/75/75189de7aa0f1f6e323c1870d99c403210b85f5e39103f6d983cd82044a478c3-d # internal
2025-08-20T21:45:36.2089055Z [00:03:02.259]➜  github.com/docker/docker/api/types/blkiodev
2025-08-20T21:45:36.2089388Z [00:03:02.259]➜  mkdir -p $WORK/b565/
2025-08-20T21:45:36.2089761Z [00:03:02.259]➜  cat >/tmp/go-build1255330412/b565/importcfg << 'EOF' # internal
2025-08-20T21:45:36.2090111Z [00:03:02.259]➜  # import config
2025-08-20T21:45:36.2090949Z [00:03:02.259]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.2091630Z [00:03:02.259]➜  EOF
2025-08-20T21:45:36.2093865Z [00:03:02.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/blkiodev=>github.com/docker/docker@v26.1.5+incompatible/api/types/blkiodev;$WORK/b565=>" -p github.com/docker/docker/api/types/blkiodev -lang=go1.16 -complete -installsuffix shared -buildid 4b41wmWKCU00cwL6sfu-/4b41wmWKCU00cwL6sfu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/blkiodev/blkio.go
2025-08-20T21:45:36.2281191Z [00:03:02.281]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:45:36.2289840Z [00:03:02.281]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/33/3376c8698a68c66663ab6177e9d697dc601f7583da5a98466717d12d4e5f15d1-d # internal
2025-08-20T21:45:36.2291326Z [00:03:02.281]➜  github.com/docker/docker/api/types/versions
2025-08-20T21:45:36.2291674Z [00:03:02.281]➜  mkdir -p $WORK/b567/
2025-08-20T21:45:36.2292074Z [00:03:02.282]➜  cat >/tmp/go-build1255330412/b567/importcfg << 'EOF' # internal
2025-08-20T21:45:36.2292418Z [00:03:02.282]➜  # import config
2025-08-20T21:45:36.2292981Z [00:03:02.282]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.2293807Z [00:03:02.282]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.2294740Z [00:03:02.282]➜  EOF
2025-08-20T21:45:36.2296949Z [00:03:02.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/versions=>github.com/docker/docker@v26.1.5+incompatible/api/types/versions;$WORK/b567=>" -p github.com/docker/docker/api/types/versions -lang=go1.16 -complete -installsuffix shared -buildid 4ssGOREGI_81amI07UPt/4ssGOREGI_81amI07UPt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/versions/compare.go
2025-08-20T21:45:36.2588426Z [00:03:02.311]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:45:36.2598295Z [00:03:02.312]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/5b/5bf6d279b10b58bc4554d40d34ecb704d6c38868e2394ae6fa00ff5724605a7f-d # internal
2025-08-20T21:45:36.2599026Z [00:03:02.312]➜  github.com/docker/docker/api/types/filters
2025-08-20T21:45:36.2599357Z [00:03:02.312]➜  mkdir -p $WORK/b566/
2025-08-20T21:45:36.2599735Z [00:03:02.312]➜  cat >/tmp/go-build1255330412/b566/importcfg << 'EOF' # internal
2025-08-20T21:45:36.2600080Z [00:03:02.312]➜  # import config
2025-08-20T21:45:36.2600669Z [00:03:02.312]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:36.2601521Z [00:03:02.312]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.2602271Z [00:03:02.312]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build1255330412/b567/_pkg_.a
2025-08-20T21:45:36.2603032Z [00:03:02.312]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:36.2603849Z [00:03:02.312]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.2604359Z [00:03:02.312]➜  EOF
2025-08-20T21:45:36.2607356Z [00:03:02.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/filters=>github.com/docker/docker@v26.1.5+incompatible/api/types/filters;$WORK/b566=>" -p github.com/docker/docker/api/types/filters -lang=go1.16 -complete -installsuffix shared -buildid EgrvCTXvssTNG0ZCHphp/EgrvCTXvssTNG0ZCHphp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/filters/errors.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/filters/parse.go
2025-08-20T21:45:36.2996779Z [00:03:02.352]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:45:36.3016918Z [00:03:02.354]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/49/49441d57ca13a4843b902c8a7c5f27bb19f74c419f0c132ea3b787811cc85a8d-d # internal
2025-08-20T21:45:36.3026206Z [00:03:02.355]➜  gorm.io/gorm/schema
2025-08-20T21:45:36.3027122Z [00:03:02.355]➜  mkdir -p $WORK/b538/
2025-08-20T21:45:36.3027513Z [00:03:02.355]➜  cat >/tmp/go-build1255330412/b538/importcfg << 'EOF' # internal
2025-08-20T21:45:36.3028037Z [00:03:02.355]➜  # import config
2025-08-20T21:45:36.3028630Z [00:03:02.355]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:36.3029472Z [00:03:02.355]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:36.3030322Z [00:03:02.355]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:45:36.3030988Z [00:03:02.355]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:36.3031708Z [00:03:02.355]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:36.3033070Z [00:03:02.355]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:45:36.3033939Z [00:03:02.355]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:36.3034808Z [00:03:02.355]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:36.3035665Z [00:03:02.355]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.3036494Z [00:03:02.355]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.3037179Z [00:03:02.355]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build1255330412/b539/_pkg_.a
2025-08-20T21:45:36.3049762Z [00:03:02.355]➜  packagefile github.com/jinzhu/now=/tmp/go-build1255330412/b532/_pkg_.a
2025-08-20T21:45:36.3050704Z [00:03:02.355]➜  packagefile go/ast=/root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d
2025-08-20T21:45:36.3051378Z [00:03:02.355]➜  packagefile golang.org/x/text/cases=/tmp/go-build1255330412/b540/_pkg_.a
2025-08-20T21:45:36.3051956Z [00:03:02.355]➜  packagefile golang.org/x/text/language=/tmp/go-build1255330412/b542/_pkg_.a
2025-08-20T21:45:36.3052494Z [00:03:02.355]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:36.3052999Z [00:03:02.355]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:36.3053497Z [00:03:02.355]➜  packagefile gorm.io/gorm/utils=/tmp/go-build1255330412/b537/_pkg_.a
2025-08-20T21:45:36.3054172Z [00:03:02.355]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:36.3054997Z [00:03:02.355]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:36.3055800Z [00:03:02.355]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:36.3056608Z [00:03:02.355]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.3057876Z [00:03:02.355]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.3058784Z [00:03:02.355]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:36.3059581Z [00:03:02.355]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.3060425Z [00:03:02.355]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:36.3060961Z [00:03:02.355]➜  EOF
2025-08-20T21:45:36.3064425Z [00:03:02.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema=>gorm.io/gorm@v1.25.12/schema;$WORK/b538=>" -p gorm.io/gorm/schema -lang=go1.18 -complete -installsuffix shared -buildid K3ZcyK52Qrp_Yoq0ms4y/K3ZcyK52Qrp_Yoq0ms4y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/constraint.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/field.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/index.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/naming.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/pool.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/relationship.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/schema.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/serializer.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/schema/utils.go
2025-08-20T21:45:36.3273965Z [00:03:02.380]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:45:36.3296557Z [00:03:02.382]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/8a/8a8d4e5916ae5525d72616f4b0bea92525a5d67dfd16c73c0d8f2e6c8b7b483c-d # internal
2025-08-20T21:45:36.3309348Z [00:03:02.382]➜  github.com/containerd/containerd/platforms
2025-08-20T21:45:36.3310199Z [00:03:02.382]➜  mkdir -p $WORK/b556/
2025-08-20T21:45:36.3317279Z [00:03:02.384]➜  cat >/tmp/go-build1255330412/b556/importcfg << 'EOF' # internal
2025-08-20T21:45:36.3319181Z [00:03:02.384]➜  # import config
2025-08-20T21:45:36.3321137Z [00:03:02.384]➜  packagefile github.com/containerd/platforms=/tmp/go-build1255330412/b557/_pkg_.a
2025-08-20T21:45:36.3322538Z [00:03:02.384]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1255330412/b559/_pkg_.a
2025-08-20T21:45:36.3323004Z [00:03:02.384]➜  EOF
2025-08-20T21:45:36.3325511Z [00:03:02.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/platforms=>github.com/containerd/containerd@v1.7.27/platforms;$WORK/b556=>" -p github.com/containerd/containerd/platforms -lang=go1.21 -complete -installsuffix shared -buildid CwaqiwHCIio4yqk3kRoE/CwaqiwHCIio4yqk3kRoE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/platforms/platforms_deprecated.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/platforms/platforms_deprecated_other.go
2025-08-20T21:45:36.3380596Z [00:03:02.391]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:45:36.3386947Z [00:03:02.391]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/ea/ea510b3d7f5adab0a7fe5502a99677c13f6530520545808ab0fa727c47f5b53d-d # internal
2025-08-20T21:45:36.3387586Z [00:03:02.391]➜  github.com/docker/docker/api/types/mount
2025-08-20T21:45:36.3388109Z [00:03:02.391]➜  mkdir -p $WORK/b568/
2025-08-20T21:45:36.3388501Z [00:03:02.391]➜  cat >/tmp/go-build1255330412/b568/importcfg << 'EOF' # internal
2025-08-20T21:45:36.3388849Z [00:03:02.391]➜  # import config
2025-08-20T21:45:36.3389390Z [00:03:02.391]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:36.3389868Z [00:03:02.391]➜  EOF
2025-08-20T21:45:36.3392363Z [00:03:02.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/mount=>github.com/docker/docker@v26.1.5+incompatible/api/types/mount;$WORK/b568=>" -p github.com/docker/docker/api/types/mount -lang=go1.16 -complete -installsuffix shared -buildid mzKxek7N4Os9Vv6xBtlo/mzKxek7N4Os9Vv6xBtlo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/mount/mount.go
2025-08-20T21:45:36.3529759Z [00:03:02.405]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:45:36.3530514Z [00:03:02.406]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/cd/cd13c3ce9076c6dd0e9694204ac87232af2f58fa250f90fa2f8229d3d7218d03-d # internal
2025-08-20T21:45:36.3531127Z [00:03:02.406]➜  github.com/docker/docker/internal/multierror
2025-08-20T21:45:36.3534271Z [00:03:02.406]➜  mkdir -p $WORK/b570/
2025-08-20T21:45:36.3542326Z [00:03:02.407]➜  cat >/tmp/go-build1255330412/b570/importcfg << 'EOF' # internal
2025-08-20T21:45:36.3542766Z [00:03:02.407]➜  # import config
2025-08-20T21:45:36.3543349Z [00:03:02.407]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.3543854Z [00:03:02.407]➜  EOF
2025-08-20T21:45:36.3546095Z [00:03:02.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/internal/multierror=>github.com/docker/docker@v26.1.5+incompatible/internal/multierror;$WORK/b570=>" -p github.com/docker/docker/internal/multierror -lang=go1.16 -complete -installsuffix shared -buildid 3qRZjdGEhPQ-GoDJ7tTy/3qRZjdGEhPQ-GoDJ7tTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/internal/multierror/multierror.go
2025-08-20T21:45:36.3590621Z [00:03:02.412]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:45:36.3597199Z [00:03:02.412]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/dc/dc7784d1f92f6bf9a60e274c9692e4eda5210414660b4db9d9bc24cb28bbebbe-d # internal
2025-08-20T21:45:36.3601630Z [00:03:02.412]➜  github.com/docker/docker/api/types/strslice
2025-08-20T21:45:36.3602064Z [00:03:02.412]➜  mkdir -p $WORK/b571/
2025-08-20T21:45:36.3602457Z [00:03:02.413]➜  cat >/tmp/go-build1255330412/b571/importcfg << 'EOF' # internal
2025-08-20T21:45:36.3602808Z [00:03:02.413]➜  # import config
2025-08-20T21:45:36.3603394Z [00:03:02.413]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:36.3603930Z [00:03:02.413]➜  EOF
2025-08-20T21:45:36.3606121Z [00:03:02.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/strslice=>github.com/docker/docker@v26.1.5+incompatible/api/types/strslice;$WORK/b571=>" -p github.com/docker/docker/api/types/strslice -lang=go1.16 -complete -installsuffix shared -buildid ZAPVCdYWBSIRZP_BCE8H/ZAPVCdYWBSIRZP_BCE8H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/strslice/strslice.go
2025-08-20T21:45:36.3674511Z [00:03:02.420]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:45:36.3680494Z [00:03:02.420]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/61/61bb38f059f66a62bb69510414c98f861ffdd06019881b93b444482456e48cd6-d # internal
2025-08-20T21:45:36.3681252Z [00:03:02.421]➜  github.com/docker/docker/api/types/network
2025-08-20T21:45:36.3681579Z [00:03:02.421]➜  mkdir -p $WORK/b569/
2025-08-20T21:45:36.3684688Z [00:03:02.421]➜  cat >/tmp/go-build1255330412/b569/importcfg << 'EOF' # internal
2025-08-20T21:45:36.3686077Z [00:03:02.421]➜  # import config
2025-08-20T21:45:36.3687902Z [00:03:02.421]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.3688943Z [00:03:02.421]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.3689760Z [00:03:02.421]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:36.3690458Z [00:03:02.421]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build1255330412/b570/_pkg_.a
2025-08-20T21:45:36.3691219Z [00:03:02.421]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:36.3692069Z [00:03:02.421]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:36.3692577Z [00:03:02.421]➜  EOF
2025-08-20T21:45:36.3695475Z [00:03:02.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/network=>github.com/docker/docker@v26.1.5+incompatible/api/types/network;$WORK/b569=>" -p github.com/docker/docker/api/types/network -lang=go1.16 -complete -installsuffix shared -buildid oJ851w7nCkhlZXV9s3lx/oJ851w7nCkhlZXV9s3lx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/network/endpoint.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/network/ipam.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/network/network.go
2025-08-20T21:45:36.3766480Z [00:03:02.429]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:45:36.3774553Z [00:03:02.430]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/83/83b93d1ddec326720acf4996f947e63ec5ed624e9896eb09ff7e9e46e3edd3df-d # internal
2025-08-20T21:45:36.3775273Z [00:03:02.430]➜  github.com/docker/go-connections/nat
2025-08-20T21:45:36.3775589Z [00:03:02.430]➜  mkdir -p $WORK/b572/
2025-08-20T21:45:36.3775978Z [00:03:02.430]➜  cat >/tmp/go-build1255330412/b572/importcfg << 'EOF' # internal
2025-08-20T21:45:36.3776333Z [00:03:02.430]➜  # import config
2025-08-20T21:45:36.3776889Z [00:03:02.430]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.3777700Z [00:03:02.430]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:36.3778658Z [00:03:02.430]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:36.3779487Z [00:03:02.430]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.3780308Z [00:03:02.430]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.3780799Z [00:03:02.430]➜  EOF
2025-08-20T21:45:36.3793805Z [00:03:02.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat=>github.com/docker/go-connections@v0.5.0/nat;$WORK/b572=>" -p github.com/docker/go-connections/nat -lang=go1.18 -complete -installsuffix shared -buildid mI0b20IyqxZ0PmNcEdA8/mI0b20IyqxZ0PmNcEdA8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/nat.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/parse.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/sort.go
2025-08-20T21:45:36.4073526Z [00:03:02.460]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:45:36.4098801Z [00:03:02.463]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/9a/9a8723fb22d907998e3cb04c7c301b39aa9f06b6f05f22efc5235641c247fddf-d # internal
2025-08-20T21:45:36.4099739Z [00:03:02.463]➜  github.com/docker/go-units
2025-08-20T21:45:36.4100187Z [00:03:02.463]➜  mkdir -p $WORK/b573/
2025-08-20T21:45:36.4101573Z [00:03:02.463]➜  cat >/tmp/go-build1255330412/b573/importcfg << 'EOF' # internal
2025-08-20T21:45:36.4102749Z [00:03:02.463]➜  # import config
2025-08-20T21:45:36.4103448Z [00:03:02.463]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.4104286Z [00:03:02.463]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.4105114Z [00:03:02.463]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.4105973Z [00:03:02.463]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.4106456Z [00:03:02.463]➜  EOF
2025-08-20T21:45:36.4108767Z [00:03:02.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b573=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid QJqR_WCpO5njPAO25BJL/QJqR_WCpO5njPAO25BJL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/duration.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/size.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/ulimit.go
2025-08-20T21:45:36.4369240Z [00:03:02.490]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:45:36.4380363Z [00:03:02.491]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/65/6591fd9508a1a2020ac26e386676904895379b988e4222c194fce8eccfef7c2e-d # internal
2025-08-20T21:45:36.4387176Z [00:03:02.491]➜  github.com/moby/docker-image-spec/specs-go/v1
2025-08-20T21:45:36.4394960Z [00:03:02.492]➜  mkdir -p $WORK/b574/
2025-08-20T21:45:36.4406736Z [00:03:02.493]➜  cat >/tmp/go-build1255330412/b574/importcfg << 'EOF' # internal
2025-08-20T21:45:36.4407522Z [00:03:02.493]➜  # import config
2025-08-20T21:45:36.4408969Z [00:03:02.493]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1255330412/b559/_pkg_.a
2025-08-20T21:45:36.4410098Z [00:03:02.493]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.4411736Z [00:03:02.493]➜  EOF
2025-08-20T21:45:36.4413797Z [00:03:02.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1=>github.com/moby/docker-image-spec@v1.3.1/specs-go/v1;$WORK/b574=>" -p github.com/moby/docker-image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid k4InXf3jdm0csvVKIkf-/k4InXf3jdm0csvVKIkf- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1/image.go
2025-08-20T21:45:36.4477667Z [00:03:02.500]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:45:36.4485648Z [00:03:02.501]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/b5/b5c0a2f8c45ade0c6e8430cfa7be256f93d1892f58367c68377983f372b12a5d-d # internal
2025-08-20T21:45:36.4512252Z [00:03:02.504]➜  github.com/docker/docker/api/types/image
2025-08-20T21:45:36.4513612Z [00:03:02.504]➜  mkdir -p $WORK/b575/
2025-08-20T21:45:36.4518156Z [00:03:02.505]➜  cat >/tmp/go-build1255330412/b575/importcfg << 'EOF' # internal
2025-08-20T21:45:36.4519669Z [00:03:02.505]➜  # import config
2025-08-20T21:45:36.4520785Z [00:03:02.505]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:36.4522255Z [00:03:02.505]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.4523406Z [00:03:02.505]➜  EOF
2025-08-20T21:45:36.4527651Z [00:03:02.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/image=>github.com/docker/docker@v26.1.5+incompatible/api/types/image;$WORK/b575=>" -p github.com/docker/docker/api/types/image -lang=go1.16 -complete -installsuffix shared -buildid alHTEELsAqOAdGAPccpo/alHTEELsAqOAdGAPccpo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/image/delete_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/image/image.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/image/image_history.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/image/opts.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/image/summary.go
2025-08-20T21:45:36.4624648Z [00:03:02.515]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:45:36.4629831Z [00:03:02.515]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/0f/0f7a1637e788659dff023dfcf54f47b290549b043ed87e199599affe73dc0b5d-d # internal
2025-08-20T21:45:36.4660095Z [00:03:02.516]➜  github.com/docker/docker/api/types/container
2025-08-20T21:45:36.4661772Z [00:03:02.519]➜  mkdir -p $WORK/b564/
2025-08-20T21:45:36.4667936Z [00:03:02.520]➜  cat >/tmp/go-build1255330412/b564/importcfg << 'EOF' # internal
2025-08-20T21:45:36.4670030Z [00:03:02.520]➜  # import config
2025-08-20T21:45:36.4671267Z [00:03:02.520]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.4672948Z [00:03:02.520]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build1255330412/b565/_pkg_.a
2025-08-20T21:45:36.4674356Z [00:03:02.520]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:36.4675280Z [00:03:02.520]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1255330412/b568/_pkg_.a
2025-08-20T21:45:36.4676527Z [00:03:02.520]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1255330412/b569/_pkg_.a
2025-08-20T21:45:36.4677565Z [00:03:02.520]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build1255330412/b571/_pkg_.a
2025-08-20T21:45:36.4680046Z [00:03:02.520]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build1255330412/b572/_pkg_.a
2025-08-20T21:45:36.4680650Z [00:03:02.520]➜  packagefile github.com/docker/go-units=/tmp/go-build1255330412/b573/_pkg_.a
2025-08-20T21:45:36.4681284Z [00:03:02.520]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build1255330412/b574/_pkg_.a
2025-08-20T21:45:36.4682050Z [00:03:02.520]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:36.4682897Z [00:03:02.520]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.4683709Z [00:03:02.520]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.4684198Z [00:03:02.520]➜  EOF
2025-08-20T21:45:36.4693818Z [00:03:02.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container=>github.com/docker/docker@v26.1.5+incompatible/api/types/container;$WORK/b564=>" -p github.com/docker/docker/api/types/container -lang=go1.16 -complete -installsuffix shared -buildid DxgFsnl4NTbamWjnmmyR/DxgFsnl4NTbamWjnmmyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/change_type.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/change_types.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/config.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/container_top.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/container_update.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/create_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/errors.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/filesystem_change.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/hostconfig.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/hostconfig_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/options.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/wait_exit_error.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/wait_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/container/waitcondition.go
2025-08-20T21:45:36.4831866Z [00:03:02.536]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:45:36.4836985Z [00:03:02.536]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/5d/5d0cdc7be307e6be51c06ead7b6c642383fc0d9f80e4aae0a4d79728152b9cff-d # internal
2025-08-20T21:45:36.4842900Z [00:03:02.537]➜  github.com/docker/docker/api/types/registry
2025-08-20T21:45:36.4843276Z [00:03:02.537]➜  mkdir -p $WORK/b576/
2025-08-20T21:45:36.4843659Z [00:03:02.537]➜  cat >/tmp/go-build1255330412/b576/importcfg << 'EOF' # internal
2025-08-20T21:45:36.4844035Z [00:03:02.537]➜  # import config
2025-08-20T21:45:36.4844638Z [00:03:02.537]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:36.4845898Z [00:03:02.537]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:36.4846699Z [00:03:02.537]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1255330412/b559/_pkg_.a
2025-08-20T21:45:36.4847548Z [00:03:02.537]➜  packagefile github.com/pkg/errors=/root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d
2025-08-20T21:45:36.4850069Z [00:03:02.538]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:36.4851198Z [00:03:02.538]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:36.4852194Z [00:03:02.538]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.4852853Z [00:03:02.538]➜  EOF
2025-08-20T21:45:36.4855971Z [00:03:02.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/registry=>github.com/docker/docker@v26.1.5+incompatible/api/types/registry;$WORK/b576=>" -p github.com/docker/docker/api/types/registry -lang=go1.16 -complete -installsuffix shared -buildid 4BAXx5N8XaIclP_UxKus/4BAXx5N8XaIclP_UxKus -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/registry/authconfig.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/registry/authenticate.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/registry/registry.go
2025-08-20T21:45:36.5294204Z [00:03:02.582]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:45:36.5330413Z [00:03:02.586]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/51/51e0462b332b6d265e37c77944ac8434ba03f7ac18b8b5bc595294e5d7b5da63-d # internal
2025-08-20T21:45:36.5359099Z [00:03:02.589]➜  github.com/gogo/protobuf/proto
2025-08-20T21:45:36.5363409Z [00:03:02.589]➜  mkdir -p $WORK/b580/
2025-08-20T21:45:36.5365439Z [00:03:02.589]➜  cat >/tmp/go-build1255330412/b580/importcfg << 'EOF' # internal
2025-08-20T21:45:36.5366412Z [00:03:02.589]➜  # import config
2025-08-20T21:45:36.5367858Z [00:03:02.589]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:36.5369481Z [00:03:02.589]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:36.5372068Z [00:03:02.589]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:36.5373249Z [00:03:02.589]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:36.5375461Z [00:03:02.589]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.5376308Z [00:03:02.589]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.5377113Z [00:03:02.589]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:36.5378060Z [00:03:02.589]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:36.5378919Z [00:03:02.589]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:36.5379727Z [00:03:02.589]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:36.5380529Z [00:03:02.589]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:36.5386417Z [00:03:02.589]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.5387255Z [00:03:02.589]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.5388331Z [00:03:02.589]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:36.5389184Z [00:03:02.589]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:36.5390019Z [00:03:02.589]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.5390863Z [00:03:02.589]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:36.5391398Z [00:03:02.589]➜  EOF
2025-08-20T21:45:36.5401587Z [00:03:02.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b580=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid 0Uq7lF-riX1giZFuC3YM/0Uq7lF-riX1giZFuC3YM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/clone.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/custom_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/decode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/deprecated.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/discard.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/equal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/message_set.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/skip_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_merge.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_parser.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers_gogo.go
2025-08-20T21:45:36.5492735Z [00:03:02.602]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:45:36.5504894Z [00:03:02.603]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/6d/6d0938bc83c914791e4b8065d407af5edbe64c39e455655d319f417fa8b43f65-d # internal
2025-08-20T21:45:36.5506409Z [00:03:02.603]➜  github.com/docker/docker/api/types/events
2025-08-20T21:45:36.5531597Z [00:03:02.606]➜  mkdir -p $WORK/b582/
2025-08-20T21:45:36.5535231Z [00:03:02.606]➜  echo '# import config' > $WORK/b582/importcfg # internal
2025-08-20T21:45:36.5538565Z [00:03:02.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/events=>github.com/docker/docker@v26.1.5+incompatible/api/types/events;$WORK/b582=>" -p github.com/docker/docker/api/types/events -lang=go1.16 -complete -installsuffix shared -buildid U5HfIkYjsBoAxmYw1gGC/U5HfIkYjsBoAxmYw1gGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/events/events.go
2025-08-20T21:45:36.5791887Z [00:03:02.632]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:45:36.5797179Z [00:03:02.632]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/c8/c8f21bdfe55aee57685d5dee2dc711e2ae527232fae87777d1a09a1287b89cba-d # internal
2025-08-20T21:45:36.5802261Z [00:03:02.633]➜  github.com/distribution/reference
2025-08-20T21:45:36.5802619Z [00:03:02.633]➜  mkdir -p $WORK/b585/
2025-08-20T21:45:36.5804861Z [00:03:02.633]➜  cat >/tmp/go-build1255330412/b585/importcfg << 'EOF' # internal
2025-08-20T21:45:36.5805662Z [00:03:02.633]➜  # import config
2025-08-20T21:45:36.5806616Z [00:03:02.633]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.5808203Z [00:03:02.633]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.5809596Z [00:03:02.633]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1255330412/b560/_pkg_.a
2025-08-20T21:45:36.5810975Z [00:03:02.633]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:36.5812375Z [00:03:02.633]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:36.5813820Z [00:03:02.633]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:36.5815319Z [00:03:02.633]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.5816398Z [00:03:02.633]➜  EOF
2025-08-20T21:45:36.5925956Z [00:03:02.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/distribution/reference@v0.6.0=>github.com/distribution/reference@v0.6.0;$WORK/b585=>" -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/b585/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-20T21:45:36.7079514Z [00:03:02.760]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:45:36.7126132Z [00:03:02.765]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/6d/6d4e0b1ffbb40e9a82887dc019ae801d5e3987eaf42420b63755289e6773e5f1-d # internal
2025-08-20T21:45:36.7138930Z [00:03:02.766]➜  github.com/docker/docker/api
2025-08-20T21:45:36.7139326Z [00:03:02.766]➜  mkdir -p $WORK/b586/
2025-08-20T21:45:36.7139694Z [00:03:02.766]➜  echo '# import config' > $WORK/b586/importcfg # internal
2025-08-20T21:45:36.7141742Z [00:03:02.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api=>github.com/docker/docker@v26.1.5+incompatible/api;$WORK/b586=>" -p github.com/docker/docker/api -lang=go1.16 -complete -installsuffix shared -buildid haIpOq_t54dKVuKEMqcN/haIpOq_t54dKVuKEMqcN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/common.go
2025-08-20T21:45:36.7265263Z [00:03:02.779]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:45:36.7274335Z [00:03:02.780]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/c6/c6f8191eb8988ce68ea7557d7eb21abb0f2dea9a3e36bba72e2edd3d1629c270-d # internal
2025-08-20T21:45:36.7281437Z [00:03:02.781]➜  github.com/docker/docker/api/types/checkpoint
2025-08-20T21:45:36.7282666Z [00:03:02.781]➜  mkdir -p $WORK/b587/
2025-08-20T21:45:36.7288120Z [00:03:02.782]➜  echo '# import config' > $WORK/b587/importcfg # internal
2025-08-20T21:45:36.7298985Z [00:03:02.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/checkpoint=>github.com/docker/docker@v26.1.5+incompatible/api/types/checkpoint;$WORK/b587=>" -p github.com/docker/docker/api/types/checkpoint -lang=go1.16 -complete -installsuffix shared -buildid g6Z3WV2EIjh3FshK0CCk/g6Z3WV2EIjh3FshK0CCk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/checkpoint/list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/checkpoint/options.go
2025-08-20T21:45:36.7439924Z [00:03:02.796]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:45:36.7445999Z [00:03:02.797]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/59/59ab2248bbf6f964eb8e8a2adf4dc54ac4f4bc74c5e02c54762559d401657f4e-d # internal
2025-08-20T21:45:36.7448627Z [00:03:02.798]➜  github.com/docker/docker/api/types/time
2025-08-20T21:45:36.7448972Z [00:03:02.798]➜  mkdir -p $WORK/b588/
2025-08-20T21:45:36.7456244Z [00:03:02.798]➜  cat >/tmp/go-build1255330412/b588/importcfg << 'EOF' # internal
2025-08-20T21:45:36.7457321Z [00:03:02.798]➜  # import config
2025-08-20T21:45:36.7458431Z [00:03:02.798]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.7466580Z [00:03:02.798]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:36.7468830Z [00:03:02.798]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.7470603Z [00:03:02.798]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.7472046Z [00:03:02.798]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.7473108Z [00:03:02.798]➜  EOF
2025-08-20T21:45:36.7475625Z [00:03:02.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/time=>github.com/docker/docker@v26.1.5+incompatible/api/types/time;$WORK/b588=>" -p github.com/docker/docker/api/types/time -lang=go1.16 -complete -installsuffix shared -buildid Npjs1XcRWlibgoBkRnYO/Npjs1XcRWlibgoBkRnYO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/time/timestamp.go
2025-08-20T21:45:36.7479763Z [00:03:02.801]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:45:36.7565713Z [00:03:02.809]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/37/3784eb61a79fc597f51e30fb86194b0f5b1df0914fab9ef776e7cbb0703dd7c8-d # internal
2025-08-20T21:45:36.7578738Z [00:03:02.811]➜  gorm.io/gorm
2025-08-20T21:45:36.7579869Z [00:03:02.811]➜  mkdir -p $WORK/b531/
2025-08-20T21:45:36.7584509Z [00:03:02.811]➜  cat >/tmp/go-build1255330412/b531/importcfg << 'EOF' # internal
2025-08-20T21:45:36.7586525Z [00:03:02.811]➜  # import config
2025-08-20T21:45:36.7588425Z [00:03:02.811]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:36.7590002Z [00:03:02.811]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:36.7591358Z [00:03:02.811]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:36.7592851Z [00:03:02.811]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:36.7594305Z [00:03:02.811]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.7595722Z [00:03:02.811]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.7596983Z [00:03:02.811]➜  packagefile github.com/jinzhu/now=/tmp/go-build1255330412/b532/_pkg_.a
2025-08-20T21:45:36.7598050Z [00:03:02.811]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:36.7599207Z [00:03:02.811]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:36.7600318Z [00:03:02.811]➜  packagefile gorm.io/gorm/schema=/tmp/go-build1255330412/b538/_pkg_.a
2025-08-20T21:45:36.7601212Z [00:03:02.811]➜  packagefile gorm.io/gorm/utils=/tmp/go-build1255330412/b537/_pkg_.a
2025-08-20T21:45:36.7602151Z [00:03:02.811]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:36.7603616Z [00:03:02.811]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:36.7604702Z [00:03:02.811]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:36.7606346Z [00:03:02.811]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:36.7619434Z [00:03:02.811]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.7620630Z [00:03:02.811]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:36.7622014Z [00:03:02.811]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.7623101Z [00:03:02.811]➜  EOF
2025-08-20T21:45:36.7627475Z [00:03:02.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.12=>gorm.io/gorm@v1.25.12;$WORK/b531=>" -p gorm.io/gorm -lang=go1.18 -complete -installsuffix shared -buildid X_AgpkIHLVZ-VBpKnngj/X_AgpkIHLVZ-VBpKnngj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.12/association.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/chainable_api.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/errors.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/finisher_api.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/gorm.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/migrator.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/model.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/prepare_stmt.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/scan.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/soft_delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/statement.go
2025-08-20T21:45:36.7694441Z [00:03:02.822]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:45:36.7699008Z [00:03:02.823]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/18/187c40f47eb68679cec91b757b0a8098cbcb90873510fed89ba95de0e35b7106-d # internal
2025-08-20T21:45:36.7734632Z [00:03:02.826]➜  github.com/docker/docker/errdefs
2025-08-20T21:45:36.7735366Z [00:03:02.826]➜  mkdir -p $WORK/b589/
2025-08-20T21:45:36.7737347Z [00:03:02.827]➜  cat >/tmp/go-build1255330412/b589/importcfg << 'EOF' # internal
2025-08-20T21:45:36.7739413Z [00:03:02.827]➜  # import config
2025-08-20T21:45:36.7740609Z [00:03:02.827]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:36.7743587Z [00:03:02.827]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.7745076Z [00:03:02.827]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:36.7746206Z [00:03:02.827]➜  EOF
2025-08-20T21:45:36.7750177Z [00:03:02.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/errdefs=>github.com/docker/docker@v26.1.5+incompatible/errdefs;$WORK/b589=>" -p github.com/docker/docker/errdefs -lang=go1.16 -complete -installsuffix shared -buildid Gy3pp-Y6uTUBUZcvTrOn/Gy3pp-Y6uTUBUZcvTrOn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/errdefs/defs.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/errdefs/doc.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/errdefs/helpers.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/errdefs/http_helpers.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/errdefs/is.go
2025-08-20T21:45:36.8367928Z [00:03:02.889]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:45:36.8386144Z [00:03:02.891]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/67/679618c820053dea0f04eecf216cf1718135a7e3577c0af9256a5c1755601b07-d # internal
2025-08-20T21:45:36.8389257Z [00:03:02.892]➜  github.com/docker/go-connections/sockets
2025-08-20T21:45:36.8390320Z [00:03:02.892]➜  mkdir -p $WORK/b590/
2025-08-20T21:45:36.8391259Z [00:03:02.892]➜  cat >/tmp/go-build1255330412/b590/importcfg << 'EOF' # internal
2025-08-20T21:45:36.8392046Z [00:03:02.892]➜  # import config
2025-08-20T21:45:36.8392956Z [00:03:02.892]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:36.8394443Z [00:03:02.892]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:36.8396153Z [00:03:02.892]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.8397922Z [00:03:02.892]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.8399358Z [00:03:02.892]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:36.8400691Z [00:03:02.892]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:36.8402550Z [00:03:02.892]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:36.8403486Z [00:03:02.892]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:36.8404307Z [00:03:02.892]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:36.8405133Z [00:03:02.892]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:36.8405947Z [00:03:02.892]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:36.8406457Z [00:03:02.892]➜  EOF
2025-08-20T21:45:36.8411946Z [00:03:02.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets=>github.com/docker/go-connections@v0.5.0/sockets;$WORK/b590=>" -p github.com/docker/go-connections/sockets -lang=go1.18 -complete -installsuffix shared -buildid iwROmOXxnUQdKIJa_jAl/iwROmOXxnUQdKIJa_jAl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/inmem_socket.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/proxy.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/sockets.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/sockets_unix.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/tcp_socket.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/unix_socket.go
2025-08-20T21:45:36.8869694Z [00:03:02.939]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:45:36.8873676Z [00:03:02.940]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/8e/8ee3418242cf13f2f12ef418dc7451b5c88821d697a50aa85cfa82c2b017bf17-d # internal
2025-08-20T21:45:36.8874376Z [00:03:02.940]➜  github.com/docker/go-connections/tlsconfig
2025-08-20T21:45:36.8874704Z [00:03:02.940]➜  mkdir -p $WORK/b591/
2025-08-20T21:45:36.8875816Z [00:03:02.940]➜  cat >/tmp/go-build1255330412/b591/importcfg << 'EOF' # internal
2025-08-20T21:45:36.8877485Z [00:03:02.941]➜  # import config
2025-08-20T21:45:36.8878483Z [00:03:02.941]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:36.8879687Z [00:03:02.941]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:36.8881305Z [00:03:02.941]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:36.8882744Z [00:03:02.941]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:36.8890232Z [00:03:02.941]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.8891094Z [00:03:02.941]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:36.8891916Z [00:03:02.941]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:36.8892711Z [00:03:02.941]➜  EOF
2025-08-20T21:45:36.8895543Z [00:03:02.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig=>github.com/docker/go-connections@v0.5.0/tlsconfig;$WORK/b591=>" -p github.com/docker/go-connections/tlsconfig -lang=go1.18 -complete -installsuffix shared -buildid IQR0nbfCdIl2juTw8sbF/IQR0nbfCdIl2juTw8sbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/certpool.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/config.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/config_client_ciphers.go
2025-08-20T21:45:36.9198617Z [00:03:02.972]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:45:36.9210510Z [00:03:02.973]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/24/24de24d65c9e20ce0e47b60ef2458ad9bf6331c354b3272de46dc07981db91b2-d # internal
2025-08-20T21:45:36.9220069Z [00:03:02.974]➜  compress/bzip2
2025-08-20T21:45:36.9220414Z [00:03:02.974]➜  mkdir -p $WORK/b593/
2025-08-20T21:45:36.9220818Z [00:03:02.974]➜  cat >/tmp/go-build1255330412/b593/importcfg << 'EOF' # internal
2025-08-20T21:45:36.9221172Z [00:03:02.974]➜  # import config
2025-08-20T21:45:36.9221724Z [00:03:02.974]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:36.9222533Z [00:03:02.974]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T21:45:36.9223773Z [00:03:02.974]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:36.9224581Z [00:03:02.974]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:36.9225073Z [00:03:02.974]➜  EOF
2025-08-20T21:45:36.9227039Z [00:03:02.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b593=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid TqBajTQfFBHlgJ51aebO/TqBajTQfFBHlgJ51aebO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/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-20T21:45:36.9885944Z [00:03:03.041]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:45:36.9915091Z [00:03:03.044]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d # internal
2025-08-20T21:45:36.9920177Z [00:03:03.044]➜  github.com/moby/sys/userns
2025-08-20T21:45:36.9920517Z [00:03:03.045]➜  mkdir -p $WORK/b595/
2025-08-20T21:45:36.9927976Z [00:03:03.046]➜  cat >/tmp/go-build1255330412/b595/importcfg << 'EOF' # internal
2025-08-20T21:45:36.9929257Z [00:03:03.046]➜  # import config
2025-08-20T21:45:36.9930740Z [00:03:03.046]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:36.9931882Z [00:03:03.046]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:36.9933813Z [00:03:03.046]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:36.9934628Z [00:03:03.046]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:36.9935133Z [00:03:03.046]➜  EOF
2025-08-20T21:45:36.9937288Z [00:03:03.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/sys/userns@v0.1.0=>github.com/moby/sys/userns@v0.1.0;$WORK/b595=>" -p github.com/moby/sys/userns -lang=go1.21 -complete -installsuffix shared -buildid RdElkAhGdrCNLrCbfVtz/RdElkAhGdrCNLrCbfVtz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/github.com/moby/sys/userns@v0.1.0/userns.go /root/go/pkg/mod/github.com/moby/sys/userns@v0.1.0/userns_linux.go
2025-08-20T21:45:37.0305783Z [00:03:03.083]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:45:37.0314544Z [00:03:03.084]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/59/59e041c587142db79e63ed693c1513d84e91a1d0c4a00d54a9224342ed350ed9-d # internal
2025-08-20T21:45:37.0316378Z [00:03:03.084]➜  github.com/containerd/containerd/pkg/userns
2025-08-20T21:45:37.0317987Z [00:03:03.084]➜  mkdir -p $WORK/b594/
2025-08-20T21:45:37.0318982Z [00:03:03.084]➜  cat >/tmp/go-build1255330412/b594/importcfg << 'EOF' # internal
2025-08-20T21:45:37.0319429Z [00:03:03.084]➜  # import config
2025-08-20T21:45:37.0319857Z [00:03:03.084]➜  packagefile github.com/moby/sys/userns=/tmp/go-build1255330412/b595/_pkg_.a
2025-08-20T21:45:37.0320239Z [00:03:03.084]➜  EOF
2025-08-20T21:45:37.0322353Z [00:03:03.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/userns=>github.com/containerd/containerd@v1.7.27/pkg/userns;$WORK/b594=>" -p github.com/containerd/containerd/pkg/userns -lang=go1.21 -complete -installsuffix shared -buildid FQ8sAxFWKmP3qU3XPUk-/FQ8sAxFWKmP3qU3XPUk- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/userns/userns_deprecated.go
2025-08-20T21:45:37.0495307Z [00:03:03.102]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:45:37.0499381Z [00:03:03.103]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/aa/aaf7bc38c241da235a883f56989eab7a50dd92218d72f2e81cb8ba6290793d44-d # internal
2025-08-20T21:45:37.0518299Z [00:03:03.105]➜  github.com/moby/sys/user
2025-08-20T21:45:37.0519438Z [00:03:03.105]➜  mkdir -p $WORK/b597/
2025-08-20T21:45:37.0524074Z [00:03:03.105]➜  cat >/tmp/go-build1255330412/b597/importcfg << 'EOF' # internal
2025-08-20T21:45:37.0524473Z [00:03:03.105]➜  # import config
2025-08-20T21:45:37.0525514Z [00:03:03.105]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:37.0539886Z [00:03:03.105]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:37.0541526Z [00:03:03.105]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.0542464Z [00:03:03.105]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:37.0543355Z [00:03:03.105]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:37.0544209Z [00:03:03.105]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.0545309Z [00:03:03.105]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:37.0546225Z [00:03:03.105]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:37.0547051Z [00:03:03.105]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:37.0547546Z [00:03:03.105]➜  EOF
2025-08-20T21:45:37.0549815Z [00:03:03.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/sys/user@v0.3.0=>github.com/moby/sys/user@v0.3.0;$WORK/b597=>" -p github.com/moby/sys/user -lang=go1.17 -complete -installsuffix shared -buildid G6lQukVDMeOa6XX5Qxau/G6lQukVDMeOa6XX5Qxau -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/github.com/moby/sys/user@v0.3.0/lookup_unix.go /root/go/pkg/mod/github.com/moby/sys/user@v0.3.0/user.go
2025-08-20T21:45:37.2067415Z [00:03:03.259]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:45:37.2079150Z [00:03:03.261]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/46/46f859faa7278853530b1b3cd00c642dc39401c2d97a1bc9179d43308f3156b0-d # internal
2025-08-20T21:45:37.2080417Z [00:03:03.261]➜  github.com/docker/docker/pkg/idtools
2025-08-20T21:45:37.2081262Z [00:03:03.261]➜  mkdir -p $WORK/b596/
2025-08-20T21:45:37.2086664Z [00:03:03.261]➜  cat >/tmp/go-build1255330412/b596/importcfg << 'EOF' # internal
2025-08-20T21:45:37.2087668Z [00:03:03.261]➜  # import config
2025-08-20T21:45:37.2088381Z [00:03:03.261]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:37.2089206Z [00:03:03.261]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:37.2090033Z [00:03:03.261]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:37.2090707Z [00:03:03.261]➜  packagefile github.com/moby/sys/user=/tmp/go-build1255330412/b597/_pkg_.a
2025-08-20T21:45:37.2091377Z [00:03:03.261]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.2092158Z [00:03:03.261]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:37.2092961Z [00:03:03.261]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:37.2094062Z [00:03:03.261]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:37.2094910Z [00:03:03.261]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:37.2095718Z [00:03:03.261]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:37.2096533Z [00:03:03.261]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:37.2097357Z [00:03:03.261]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:37.2098330Z [00:03:03.261]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:37.2099169Z [00:03:03.261]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:37.2099676Z [00:03:03.261]➜  EOF
2025-08-20T21:45:37.2102985Z [00:03:03.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/idtools=>github.com/docker/docker@v26.1.5+incompatible/pkg/idtools;$WORK/b596=>" -p github.com/docker/docker/pkg/idtools -lang=go1.16 -complete -installsuffix shared -buildid 79pJHrfRGBzC06L60AcH/79pJHrfRGBzC06L60AcH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/idtools/idtools.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/idtools/idtools_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/idtools/usergroupadd_linux.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/idtools/utils_unix.go
2025-08-20T21:45:37.4013622Z [00:03:03.454]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:45:37.4034279Z [00:03:03.456]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/59/59c5bf30a7a041b07ba33b998a4d76a65d1fbb9cdc0b5b713dd39d91c37136ca-d # internal
2025-08-20T21:45:37.4038969Z [00:03:03.457]➜  github.com/docker/docker/pkg/ioutils
2025-08-20T21:45:37.4039655Z [00:03:03.457]➜  mkdir -p $WORK/b598/
2025-08-20T21:45:37.4069662Z [00:03:03.458]➜  cat >/tmp/go-build1255330412/b598/importcfg << 'EOF' # internal
2025-08-20T21:45:37.4070085Z [00:03:03.458]➜  # import config
2025-08-20T21:45:37.4070665Z [00:03:03.458]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:37.4071530Z [00:03:03.458]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:37.4072410Z [00:03:03.458]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:45:37.4073601Z [00:03:03.458]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.4074286Z [00:03:03.458]➜  packagefile github.com/containerd/log=/tmp/go-build1255330412/b558/_pkg_.a
2025-08-20T21:45:37.4074976Z [00:03:03.458]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.4075761Z [00:03:03.458]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:37.4076594Z [00:03:03.458]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:37.4077471Z [00:03:03.458]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:45:37.4078636Z [00:03:03.458]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:37.4079750Z [00:03:03.458]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:37.4080273Z [00:03:03.458]➜  EOF
2025-08-20T21:45:37.4084246Z [00:03:03.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils=>github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils;$WORK/b598=>" -p github.com/docker/docker/pkg/ioutils -lang=go1.16 -complete -installsuffix shared -buildid t06NXL2zEzJA5KC6rEkJ/t06NXL2zEzJA5KC6rEkJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils/buffer.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils/bytespipe.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils/fswriters.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils/readers.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils/writeflusher.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/ioutils/writers.go
2025-08-20T21:45:37.5544539Z [00:03:03.606]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:45:37.5610855Z [00:03:03.613]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/1e/1ef64437744ba7419bbcb153307fe8e94417796b6e9c3d1cb85126ac0a14cba6-d # internal
2025-08-20T21:45:37.5611636Z [00:03:03.614]➜  github.com/netbirdio/netbird/management/server/migration
2025-08-20T21:45:37.5616257Z [00:03:03.614]➜  mkdir -p $WORK/b529/
2025-08-20T21:45:37.5618960Z [00:03:03.614]➜  cat >/tmp/go-build1255330412/b529/importcfg << 'EOF' # internal
2025-08-20T21:45:37.5619871Z [00:03:03.614]➜  # import config
2025-08-20T21:45:37.5620567Z [00:03:03.614]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:37.5621474Z [00:03:03.614]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:37.5622148Z [00:03:03.614]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:37.5622871Z [00:03:03.614]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:37.5623763Z [00:03:03.614]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:45:37.5624631Z [00:03:03.614]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:37.5625478Z [00:03:03.614]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.5626616Z [00:03:03.614]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:37.5627517Z [00:03:03.614]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:37.5628382Z [00:03:03.614]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:37.5628876Z [00:03:03.614]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:37.5629555Z [00:03:03.614]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:37.5630374Z [00:03:03.614]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:37.5631228Z [00:03:03.614]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:37.5631946Z [00:03:03.614]➜  EOF
2025-08-20T21:45:37.5633863Z [00:03:03.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/migration=>github.com/netbirdio/netbird/management/server/migration;$WORK/b529=>" -p github.com/netbirdio/netbird/management/server/migration -lang=go1.23 -complete -installsuffix shared -buildid RML-fAxSk8uws-5gYsy7/RML-fAxSk8uws-5gYsy7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack ./server/migration/migration.go
2025-08-20T21:45:37.6046410Z [00:03:03.657]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:45:37.6099612Z [00:03:03.663]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/92/92d932fd0269670c27e308476175e8927ae9ce7b0f313b3b6bf29761e23351c0-d # internal
2025-08-20T21:45:37.6101888Z [00:03:03.663]➜  github.com/docker/docker/pkg/pools
2025-08-20T21:45:37.6102269Z [00:03:03.663]➜  mkdir -p $WORK/b599/
2025-08-20T21:45:37.6134478Z [00:03:03.666]➜  cat >/tmp/go-build1255330412/b599/importcfg << 'EOF' # internal
2025-08-20T21:45:37.6135074Z [00:03:03.666]➜  # import config
2025-08-20T21:45:37.6135772Z [00:03:03.666]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:37.6136657Z [00:03:03.666]➜  packagefile github.com/docker/docker/pkg/ioutils=/tmp/go-build1255330412/b598/_pkg_.a
2025-08-20T21:45:37.6145608Z [00:03:03.666]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.6146763Z [00:03:03.666]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:37.6147315Z [00:03:03.666]➜  EOF
2025-08-20T21:45:37.6149541Z [00:03:03.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/pools=>github.com/docker/docker@v26.1.5+incompatible/pkg/pools;$WORK/b599=>" -p github.com/docker/docker/pkg/pools -lang=go1.16 -complete -installsuffix shared -buildid IVQMxA1gai5DO3xQgaIm/IVQMxA1gai5DO3xQgaIm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/pools/pools.go
2025-08-20T21:45:37.6634367Z [00:03:03.716]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:45:37.6662084Z [00:03:03.718]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/57/5737c17242d0691a6ce0c6b1758b39ba8fbf1c7052b6a1c92889b6e340404451-d # internal
2025-08-20T21:45:37.6662934Z [00:03:03.718]➜  github.com/docker/docker/pkg/system
2025-08-20T21:45:37.6663267Z [00:03:03.718]➜  mkdir -p $WORK/b600/
2025-08-20T21:45:37.6663653Z [00:03:03.719]➜  cat >/tmp/go-build1255330412/b600/importcfg << 'EOF' # internal
2025-08-20T21:45:37.6664003Z [00:03:03.719]➜  # import config
2025-08-20T21:45:37.6664588Z [00:03:03.719]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.6665886Z [00:03:03.719]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:37.6666750Z [00:03:03.719]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:37.6667593Z [00:03:03.719]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:37.6668613Z [00:03:03.719]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:37.6669455Z [00:03:03.719]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:37.6670275Z [00:03:03.719]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:37.6670980Z [00:03:03.719]➜  EOF
2025-08-20T21:45:37.6699791Z [00:03:03.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system=>github.com/docker/docker@v26.1.5+incompatible/pkg/system;$WORK/b600=>" -p github.com/docker/docker/pkg/system -lang=go1.16 -complete -installsuffix shared -buildid 9eB5lUZZ8jRWGxDqGX0l/9eB5lUZZ8jRWGxDqGX0l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/chtimes.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/chtimes_nowindows.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/errors.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/filesys.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/filesys_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/lstat_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/mknod.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/mknod_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/stat_linux.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/stat_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/utimes_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/xattrs.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/system/xattrs_linux.go
2025-08-20T21:45:37.6859100Z [00:03:03.738]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:45:37.6882083Z [00:03:03.741]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/77/77725eeff386ca5ab139827f2a050f0166d57de8eb0d925eb726ef5fc907be3a-d # internal
2025-08-20T21:45:37.6891380Z [00:03:03.741]➜  github.com/klauspost/compress
2025-08-20T21:45:37.6891704Z [00:03:03.741]➜  mkdir -p $WORK/b602/
2025-08-20T21:45:37.6892114Z [00:03:03.741]➜  cat >/tmp/go-build1255330412/b602/importcfg << 'EOF' # internal
2025-08-20T21:45:37.6892459Z [00:03:03.741]➜  # import config
2025-08-20T21:45:37.6893011Z [00:03:03.741]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:37.6893497Z [00:03:03.741]➜  EOF
2025-08-20T21:45:37.6895349Z [00:03:03.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b602=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid HEadWJC1Ujr3UqpsCrLy/HEadWJC1Ujr3UqpsCrLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:45:37.7079451Z [00:03:03.760]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:45:37.7087295Z [00:03:03.761]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/31/31ae9cb83cc233f29697521fbb0d4ddabb3cdc0780b9b951f8e4f2d1573c67ed-d # internal
2025-08-20T21:45:37.7093624Z [00:03:03.762]➜  github.com/klauspost/compress/fse
2025-08-20T21:45:37.7093972Z [00:03:03.762]➜  mkdir -p $WORK/b604/
2025-08-20T21:45:37.7094361Z [00:03:03.762]➜  cat >/tmp/go-build1255330412/b604/importcfg << 'EOF' # internal
2025-08-20T21:45:37.7094730Z [00:03:03.762]➜  # import config
2025-08-20T21:45:37.7095331Z [00:03:03.762]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:37.7096189Z [00:03:03.762]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.7097010Z [00:03:03.762]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:37.7097933Z [00:03:03.762]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.7099106Z [00:03:03.762]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:37.7099614Z [00:03:03.762]➜  EOF
2025-08-20T21:45:37.7122014Z [00:03:03.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b604=>" -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/b604/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/fse.go
2025-08-20T21:45:37.7258916Z [00:03:03.779]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:45:37.7271117Z [00:03:03.780]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/7c/7cddddae1b766dbc622ec99aa078e4953fdfc27e0173d82889df004a242c1b6e-d # internal
2025-08-20T21:45:37.7275471Z [00:03:03.780]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:45:37.7277508Z [00:03:03.781]➜  mkdir -p $WORK/b605/
2025-08-20T21:45:37.7288844Z [00:03:03.782]➜  echo '# import config' > $WORK/b605/importcfg # internal
2025-08-20T21:45:37.7294162Z [00:03:03.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_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/b605=>" -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/b605/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/le.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/unsafe_enabled.go
2025-08-20T21:45:37.7661390Z [00:03:03.819]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:45:37.7664411Z [00:03:03.819]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/12/12aa5233875525288d813846368685b0430a7931846783c8dc4e96027ea79b15-d # internal
2025-08-20T21:45:37.7695343Z [00:03:03.822]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:45:37.7700686Z [00:03:03.823]➜  mkdir -p $WORK/b606/
2025-08-20T21:45:37.7703963Z [00:03:03.823]➜  cat >/tmp/go-build1255330412/b606/importcfg << 'EOF' # internal
2025-08-20T21:45:37.7708285Z [00:03:03.823]➜  # import config
2025-08-20T21:45:37.7740056Z [00:03:03.823]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:37.7741855Z [00:03:03.823]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.7743648Z [00:03:03.823]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:45:37.7744908Z [00:03:03.823]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.7745762Z [00:03:03.823]➜  EOF
2025-08-20T21:45:37.7750249Z [00:03:03.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_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/b606=>" -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/b606/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/snappy.go
2025-08-20T21:45:37.8166856Z [00:03:03.869]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:45:37.8179278Z [00:03:03.870]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/c0/c070af0304919ae0aa00c386825a4a2e7e33671f724c4601531edfa2a8580a77-d # internal
2025-08-20T21:45:37.8180545Z [00:03:03.871]➜  github.com/klauspost/compress/huff0
2025-08-20T21:45:37.8181377Z [00:03:03.871]➜  mkdir -p $WORK/b603/
2025-08-20T21:45:37.8185892Z [00:03:03.871]➜  cat >/tmp/go-build1255330412/b603/importcfg << 'EOF' # internal
2025-08-20T21:45:37.8188746Z [00:03:03.871]➜  # import config
2025-08-20T21:45:37.8189449Z [00:03:03.871]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.8190285Z [00:03:03.871]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:37.8190994Z [00:03:03.871]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build1255330412/b604/_pkg_.a
2025-08-20T21:45:37.8191878Z [00:03:03.871]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1255330412/b605/_pkg_.a
2025-08-20T21:45:37.8192807Z [00:03:03.871]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.8193660Z [00:03:03.871]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:37.8194479Z [00:03:03.871]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:37.8195331Z [00:03:03.871]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:37.8196142Z [00:03:03.871]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:37.8196620Z [00:03:03.871]➜  EOF
2025-08-20T21:45:37.8200104Z [00:03:03.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b603=>" -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/b603/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:45:37.8661326Z [00:03:03.919]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:45:37.8692003Z [00:03:03.922]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/05/05fd846634fbd647c25e552d8a9a6a188ef498bf5afe4474a819aed37d03f438-d # internal
2025-08-20T21:45:37.8706630Z [00:03:03.922]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:45:37.8707029Z [00:03:03.922]➜  mkdir -p $WORK/b607/
2025-08-20T21:45:37.8707346Z [00:03:03.922]➜  echo -n > $WORK/b607/go_asm.h # internal
2025-08-20T21:45:37.8707898Z [00:03:03.922]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:45:37.8709660Z [00:03:03.922]➜  /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/b607=>" -I $WORK/b607/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b607/symabis ./xxhash_arm64.s
2025-08-20T21:45:37.8759359Z [00:03:03.929]➜  cat >/tmp/go-build1255330412/b607/importcfg << 'EOF' # internal
2025-08-20T21:45:37.8760145Z [00:03:03.929]➜  # import config
2025-08-20T21:45:37.8762278Z [00:03:03.929]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:37.8763610Z [00:03:03.929]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.8764673Z [00:03:03.929]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:37.8766423Z [00:03:03.929]➜  EOF
2025-08-20T21:45:37.8767173Z [00:03:03.929]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:37.8771210Z [00:03:03.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_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/b607=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid BsMI3q2JKCQLklBgxug0/BsMI3q2JKCQLklBgxug0 -goversion go1.25.0 -symabis $WORK/b607/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack -asmhdr $WORK/b607/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_safe.go
2025-08-20T21:45:37.9284637Z [00:03:03.981]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:45:37.9288384Z [00:03:03.981]➜  /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/b607=>" -I $WORK/b607/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b607/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:45:37.9377827Z [00:03:03.990]➜  go tool pack r $WORK/b607/_pkg_.a $WORK/b607/xxhash_arm64.o # internal
2025-08-20T21:45:37.9379235Z [00:03:03.990]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:45:37.9384130Z [00:03:03.991]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/a3/a3b50f0c78abb4e589b327f22a5f6a942f41a99fe7386ff2839c191eec9c8d1d-d # internal
2025-08-20T21:45:37.9390423Z [00:03:03.992]➜  text/scanner
2025-08-20T21:45:37.9391030Z [00:03:03.992]➜  mkdir -p $WORK/b609/
2025-08-20T21:45:37.9404630Z [00:03:03.993]➜  cat >/tmp/go-build1255330412/b609/importcfg << 'EOF' # internal
2025-08-20T21:45:37.9405482Z [00:03:03.993]➜  # import config
2025-08-20T21:45:37.9406056Z [00:03:03.993]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:37.9406878Z [00:03:03.993]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:37.9407680Z [00:03:03.993]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.9408649Z [00:03:03.993]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:37.9409465Z [00:03:03.993]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:37.9410322Z [00:03:03.993]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:37.9410848Z [00:03:03.993]➜  EOF
2025-08-20T21:45:37.9412548Z [00:03:03.994]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:37.9414393Z [00:03:03.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/.go/src/text/scanner=>text/scanner;$WORK/b609=>" -p text/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid kEyM8SBeealTfkFIGRHY/kEyM8SBeealTfkFIGRHY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/.go/src/text/scanner/scanner.go
2025-08-20T21:45:37.9629993Z [00:03:04.016]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:45:37.9656099Z [00:03:04.017]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/ba/ba98cdf2a93c878e04029161e8b5dcf1e5507031ff8e832b5f9ebd9e394eefc6-d # internal
2025-08-20T21:45:37.9658177Z [00:03:04.018]➜  github.com/klauspost/compress/zstd
2025-08-20T21:45:37.9662440Z [00:03:04.019]➜  mkdir -p $WORK/b601/
2025-08-20T21:45:37.9662872Z [00:03:04.019]➜  cat >/tmp/go-build1255330412/b601/importcfg << 'EOF' # internal
2025-08-20T21:45:37.9663755Z [00:03:04.019]➜  # import config
2025-08-20T21:45:37.9664564Z [00:03:04.019]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:37.9665853Z [00:03:04.019]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:37.9667483Z [00:03:04.019]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:37.9669310Z [00:03:04.019]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:37.9670952Z [00:03:04.019]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:37.9672051Z [00:03:04.019]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:37.9673044Z [00:03:04.019]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:37.9674184Z [00:03:04.019]➜  packagefile github.com/klauspost/compress=/tmp/go-build1255330412/b602/_pkg_.a
2025-08-20T21:45:37.9675763Z [00:03:04.019]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build1255330412/b603/_pkg_.a
2025-08-20T21:45:37.9676441Z [00:03:04.019]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1255330412/b605/_pkg_.a
2025-08-20T21:45:37.9677149Z [00:03:04.019]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build1255330412/b606/_pkg_.a
2025-08-20T21:45:37.9677993Z [00:03:04.019]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build1255330412/b607/_pkg_.a
2025-08-20T21:45:37.9678841Z [00:03:04.019]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:45:37.9679987Z [00:03:04.019]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:37.9680771Z [00:03:04.019]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:37.9681565Z [00:03:04.019]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:37.9682388Z [00:03:04.019]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:37.9683223Z [00:03:04.019]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:37.9684078Z [00:03:04.019]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:45:37.9684925Z [00:03:04.019]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:37.9685737Z [00:03:04.019]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:37.9686548Z [00:03:04.019]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:37.9687375Z [00:03:04.019]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:37.9688376Z [00:03:04.019]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:37.9688860Z [00:03:04.019]➜  EOF
2025-08-20T21:45:37.9714150Z [00:03:04.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b601=>" -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/b601/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T21:45:38.0065403Z [00:03:04.059]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:45:38.0084680Z [00:03:04.061]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/0b/0b43094b0f3ec98c9e2c5d39a8d1d0542c7bc1109d9dddea69fa0cdddb2e4da4-d # internal
2025-08-20T21:45:38.0105237Z [00:03:04.061]➜  github.com/moby/patternmatcher
2025-08-20T21:45:38.0105576Z [00:03:04.061]➜  mkdir -p $WORK/b608/
2025-08-20T21:45:38.0105960Z [00:03:04.061]➜  cat >/tmp/go-build1255330412/b608/importcfg << 'EOF' # internal
2025-08-20T21:45:38.0106346Z [00:03:04.061]➜  # import config
2025-08-20T21:45:38.0106915Z [00:03:04.061]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.0107937Z [00:03:04.061]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.0108887Z [00:03:04.061]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:38.0109739Z [00:03:04.062]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:38.0110554Z [00:03:04.062]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.0111185Z [00:03:04.062]➜  packagefile text/scanner=/tmp/go-build1255330412/b609/_pkg_.a
2025-08-20T21:45:38.0111896Z [00:03:04.062]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:38.0112420Z [00:03:04.062]➜  EOF
2025-08-20T21:45:38.0114654Z [00:03:04.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/patternmatcher@v0.6.0=>github.com/moby/patternmatcher@v0.6.0;$WORK/b608=>" -p github.com/moby/patternmatcher -lang=go1.19 -complete -installsuffix shared -buildid ENzBHdbHVysGHzrsVuVQ/ENzBHdbHVysGHzrsVuVQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/github.com/moby/patternmatcher@v0.6.0/patternmatcher.go
2025-08-20T21:45:38.0544782Z [00:03:04.107]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:45:38.0560543Z [00:03:04.108]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/2e/2ed843f3a08e2e061529477d966a1703dff65ac165405edc95654407808763b9-d # internal
2025-08-20T21:45:38.0561339Z [00:03:04.108]➜  github.com/moby/sys/sequential
2025-08-20T21:45:38.0561652Z [00:03:04.108]➜  mkdir -p $WORK/b610/
2025-08-20T21:45:38.0562026Z [00:03:04.109]➜  cat >/tmp/go-build1255330412/b610/importcfg << 'EOF' # internal
2025-08-20T21:45:38.0562374Z [00:03:04.109]➜  # import config
2025-08-20T21:45:38.0562919Z [00:03:04.109]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.0563411Z [00:03:04.109]➜  EOF
2025-08-20T21:45:38.0565473Z [00:03:04.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/sys/sequential@v0.5.0=>github.com/moby/sys/sequential@v0.5.0;$WORK/b610=>" -p github.com/moby/sys/sequential -lang=go1.17 -complete -installsuffix shared -buildid btHic5S0-mCShYbAesgK/btHic5S0-mCShYbAesgK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/github.com/moby/sys/sequential@v0.5.0/doc.go /root/go/pkg/mod/github.com/moby/sys/sequential@v0.5.0/sequential_unix.go
2025-08-20T21:45:38.0802906Z [00:03:04.133]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:45:38.0813181Z [00:03:04.134]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/14/148ec064efdde816f200a34b7aa8f61d369f90240dc13b05ff42b5c1f14bc6c1-d # internal
2025-08-20T21:45:38.0840841Z [00:03:04.137]➜  github.com/moby/term
2025-08-20T21:45:38.0843696Z [00:03:04.137]➜  mkdir -p $WORK/b612/
2025-08-20T21:45:38.0871602Z [00:03:04.140]➜  cat >/tmp/go-build1255330412/b612/importcfg << 'EOF' # internal
2025-08-20T21:45:38.0872317Z [00:03:04.140]➜  # import config
2025-08-20T21:45:38.0877408Z [00:03:04.140]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.0878466Z [00:03:04.140]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.0879363Z [00:03:04.140]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:38.0880242Z [00:03:04.140]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.0881025Z [00:03:04.140]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.0881843Z [00:03:04.140]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.0882339Z [00:03:04.140]➜  EOF
2025-08-20T21:45:38.0885178Z [00:03:04.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/term@v0.5.0=>github.com/moby/term@v0.5.0;$WORK/b612=>" -p github.com/moby/term -lang=go1.18 -complete -installsuffix shared -buildid iaqbCDniSe6xDGP9sFz1/iaqbCDniSe6xDGP9sFz1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/moby/term@v0.5.0/ascii.go /root/go/pkg/mod/github.com/moby/term@v0.5.0/doc.go /root/go/pkg/mod/github.com/moby/term@v0.5.0/proxy.go /root/go/pkg/mod/github.com/moby/term@v0.5.0/term.go /root/go/pkg/mod/github.com/moby/term@v0.5.0/term_unix.go /root/go/pkg/mod/github.com/moby/term@v0.5.0/termios_nonbsd.go /root/go/pkg/mod/github.com/moby/term@v0.5.0/termios_unix.go
2025-08-20T21:45:38.1535622Z [00:03:04.206]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:45:38.1648489Z [00:03:04.217]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/72/72e4d715c80867770cfcb6f2465efca7a17ab5916888876d3f35e86098833239-d # internal
2025-08-20T21:45:38.1652147Z [00:03:04.217]➜  github.com/morikuni/aec
2025-08-20T21:45:38.1652468Z [00:03:04.217]➜  mkdir -p $WORK/b613/
2025-08-20T21:45:38.1652867Z [00:03:04.218]➜  cat >/tmp/go-build1255330412/b613/importcfg << 'EOF' # internal
2025-08-20T21:45:38.1653218Z [00:03:04.218]➜  # import config
2025-08-20T21:45:38.1653772Z [00:03:04.218]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.1654631Z [00:03:04.218]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.1655134Z [00:03:04.218]➜  EOF
2025-08-20T21:45:38.1657409Z [00:03:04.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/morikuni/aec@v1.0.0=>github.com/morikuni/aec@v1.0.0;$WORK/b613=>" -p github.com/morikuni/aec -lang=go1.16 -complete -installsuffix shared -buildid HRkf_99PGotfHbIF2DmU/HRkf_99PGotfHbIF2DmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/aec.go /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/ansi.go /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/builder.go /root/go/pkg/mod/github.com/morikuni/aec@v1.0.0/sgr.go
2025-08-20T21:45:38.1919804Z [00:03:04.244]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:45:38.2127063Z [00:03:04.265]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/57/57a4d424e1eb2aa2779862409c8fb436bdb1dc8e6466aeea4c01a8f0f2193c66-d # internal
2025-08-20T21:45:38.2139493Z [00:03:04.267]➜  github.com/docker/docker/api/types/swarm/runtime
2025-08-20T21:45:38.2142188Z [00:03:04.267]➜  mkdir -p $WORK/b579/
2025-08-20T21:45:38.2146725Z [00:03:04.267]➜  cat >/tmp/go-build1255330412/b579/importcfg << 'EOF' # internal
2025-08-20T21:45:38.2147158Z [00:03:04.267]➜  # import config
2025-08-20T21:45:38.2147868Z [00:03:04.267]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.2148621Z [00:03:04.267]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build1255330412/b580/_pkg_.a
2025-08-20T21:45:38.2149319Z [00:03:04.267]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.2150107Z [00:03:04.267]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:38.2150953Z [00:03:04.267]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:38.2151455Z [00:03:04.267]➜  EOF
2025-08-20T21:45:38.2154187Z [00:03:04.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/runtime=>github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/runtime;$WORK/b579=>" -p github.com/docker/docker/api/types/swarm/runtime -lang=go1.16 -complete -installsuffix shared -buildid aJazEKpCCBrwbj3JHd8M/aJazEKpCCBrwbj3JHd8M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/runtime/gen.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/runtime/plugin.pb.go
2025-08-20T21:45:38.2622440Z [00:03:04.315]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:45:38.2659530Z [00:03:04.318]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/a7/a7e942fb7214212fc87d69edcf2cf4c05693cd003ee96cd174007d799c7bb949-d # internal
2025-08-20T21:45:38.2664029Z [00:03:04.319]➜  github.com/docker/docker/pkg/jsonmessage
2025-08-20T21:45:38.2669245Z [00:03:04.319]➜  mkdir -p $WORK/b611/
2025-08-20T21:45:38.2669899Z [00:03:04.319]➜  cat >/tmp/go-build1255330412/b611/importcfg << 'EOF' # internal
2025-08-20T21:45:38.2670326Z [00:03:04.319]➜  # import config
2025-08-20T21:45:38.2671032Z [00:03:04.319]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:38.2671977Z [00:03:04.319]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.2672659Z [00:03:04.319]➜  packagefile github.com/docker/go-units=/tmp/go-build1255330412/b573/_pkg_.a
2025-08-20T21:45:38.2673212Z [00:03:04.319]➜  packagefile github.com/moby/term=/tmp/go-build1255330412/b612/_pkg_.a
2025-08-20T21:45:38.2673740Z [00:03:04.319]➜  packagefile github.com/morikuni/aec=/tmp/go-build1255330412/b613/_pkg_.a
2025-08-20T21:45:38.2674412Z [00:03:04.319]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.2675224Z [00:03:04.319]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.2676047Z [00:03:04.319]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.2676531Z [00:03:04.319]➜  EOF
2025-08-20T21:45:38.2679560Z [00:03:04.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/jsonmessage=>github.com/docker/docker@v26.1.5+incompatible/pkg/jsonmessage;$WORK/b611=>" -p github.com/docker/docker/pkg/jsonmessage -lang=go1.16 -complete -installsuffix shared -buildid a5bjXP7w9doOExPRGI8f/a5bjXP7w9doOExPRGI8f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/jsonmessage/jsonmessage.go
2025-08-20T21:45:38.2997463Z [00:03:04.352]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:45:38.3013201Z [00:03:04.354]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/b7/b70fd42d0b7dbf11dfca3124c0243d0a3f7252afb92d7280d5f48876f172fe7b-d # internal
2025-08-20T21:45:38.3013897Z [00:03:04.354]➜  github.com/docker/docker/api/types/swarm
2025-08-20T21:45:38.3014215Z [00:03:04.354]➜  mkdir -p $WORK/b578/
2025-08-20T21:45:38.3052179Z [00:03:04.358]➜  cat >/tmp/go-build1255330412/b578/importcfg << 'EOF' # internal
2025-08-20T21:45:38.3052937Z [00:03:04.358]➜  # import config
2025-08-20T21:45:38.3054130Z [00:03:04.358]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1255330412/b564/_pkg_.a
2025-08-20T21:45:38.3055134Z [00:03:04.358]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1255330412/b568/_pkg_.a
2025-08-20T21:45:38.3056024Z [00:03:04.358]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1255330412/b569/_pkg_.a
2025-08-20T21:45:38.3059613Z [00:03:04.358]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build1255330412/b579/_pkg_.a
2025-08-20T21:45:38.3060334Z [00:03:04.358]➜  packagefile github.com/docker/go-units=/tmp/go-build1255330412/b573/_pkg_.a
2025-08-20T21:45:38.3061049Z [00:03:04.358]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.3061866Z [00:03:04.358]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:38.3062681Z [00:03:04.358]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.3063182Z [00:03:04.358]➜  EOF
2025-08-20T21:45:38.3069780Z [00:03:04.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm=>github.com/docker/docker@v26.1.5+incompatible/api/types/swarm;$WORK/b578=>" -p github.com/docker/docker/api/types/swarm -lang=go1.16 -complete -installsuffix shared -buildid nN_nGeyPjMFSJ7asWBQW/nN_nGeyPjMFSJ7asWBQW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/common.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/config.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/container.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/network.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/node.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/runtime.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/secret.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/service.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/service_create_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/service_update_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/swarm.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/swarm/task.go
2025-08-20T21:45:38.3192230Z [00:03:04.372]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:45:38.3223827Z [00:03:04.375]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/93/93eceae3d7a4d1d6bc7397d11859371e93fc68d297ac0d4e467219d902f43add-d # internal
2025-08-20T21:45:38.3242911Z [00:03:04.375]➜  github.com/moby/patternmatcher/ignorefile
2025-08-20T21:45:38.3243622Z [00:03:04.375]➜  mkdir -p $WORK/b614/
2025-08-20T21:45:38.3244175Z [00:03:04.375]➜  cat >/tmp/go-build1255330412/b614/importcfg << 'EOF' # internal
2025-08-20T21:45:38.3244525Z [00:03:04.375]➜  # import config
2025-08-20T21:45:38.3245080Z [00:03:04.375]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:38.3245907Z [00:03:04.375]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.3246714Z [00:03:04.375]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.3247550Z [00:03:04.375]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:38.3248586Z [00:03:04.375]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.3249096Z [00:03:04.375]➜  EOF
2025-08-20T21:45:38.3251117Z [00:03:04.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/patternmatcher@v0.6.0/ignorefile=>github.com/moby/patternmatcher@v0.6.0/ignorefile;$WORK/b614=>" -p github.com/moby/patternmatcher/ignorefile -lang=go1.19 -complete -installsuffix shared -buildid fZmP9HaL5yrH8849DFFq/fZmP9HaL5yrH8849DFFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/moby/patternmatcher@v0.6.0/ignorefile/ignorefile.go
2025-08-20T21:45:38.3443771Z [00:03:04.397]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:45:38.3464006Z [00:03:04.399]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/a2/a2c0b819c3465dd6b686d26b96073d1074bd763ed7e95125cb173be977a0c86e-d # internal
2025-08-20T21:45:38.3465123Z [00:03:04.399]➜  github.com/docker/docker/pkg/stdcopy
2025-08-20T21:45:38.3466074Z [00:03:04.399]➜  mkdir -p $WORK/b616/
2025-08-20T21:45:38.3469715Z [00:03:04.399]➜  cat >/tmp/go-build1255330412/b616/importcfg << 'EOF' # internal
2025-08-20T21:45:38.3470176Z [00:03:04.399]➜  # import config
2025-08-20T21:45:38.3470743Z [00:03:04.399]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.3471605Z [00:03:04.399]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:38.3472790Z [00:03:04.399]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.3473690Z [00:03:04.399]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.3474482Z [00:03:04.399]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.3475269Z [00:03:04.399]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:38.3475767Z [00:03:04.399]➜  EOF
2025-08-20T21:45:38.3478004Z [00:03:04.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/stdcopy=>github.com/docker/docker@v26.1.5+incompatible/pkg/stdcopy;$WORK/b616=>" -p github.com/docker/docker/pkg/stdcopy -lang=go1.16 -complete -installsuffix shared -buildid M8NalbvDdc9dSZZKEVLt/M8NalbvDdc9dSZZKEVLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/stdcopy/stdcopy.go
2025-08-20T21:45:38.3675981Z [00:03:04.420]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:45:38.3686187Z [00:03:04.421]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/e8/e8d49dc9f633486bfcc0a6de079de1893b2f9f68bd396c61eeae176a70b02d90-d # internal
2025-08-20T21:45:38.3735715Z [00:03:04.426]➜  github.com/docker/docker/api/types/volume
2025-08-20T21:45:38.3737041Z [00:03:04.426]➜  mkdir -p $WORK/b581/
2025-08-20T21:45:38.3738202Z [00:03:04.426]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:45:38.3741836Z [00:03:04.427]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/b3/b392a34374d46795761bfff87628523ed422f46256b2f50cd76a9afb1f248d28-d # internal
2025-08-20T21:45:38.3746674Z [00:03:04.427]➜  github.com/docker/docker/api/types/system
2025-08-20T21:45:38.3749503Z [00:03:04.427]➜  mkdir -p $WORK/b583/
2025-08-20T21:45:38.3751100Z [00:03:04.427]➜  cat >/tmp/go-build1255330412/b583/importcfg << 'EOF' # internal
2025-08-20T21:45:38.3751850Z [00:03:04.427]➜  # import config
2025-08-20T21:45:38.3752771Z [00:03:04.427]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.3754664Z [00:03:04.427]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.3755775Z [00:03:04.427]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1255330412/b564/_pkg_.a
2025-08-20T21:45:38.3757157Z [00:03:04.427]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1255330412/b576/_pkg_.a
2025-08-20T21:45:38.3758081Z [00:03:04.427]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1255330412/b578/_pkg_.a
2025-08-20T21:45:38.3758925Z [00:03:04.427]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.3759428Z [00:03:04.427]➜  EOF
2025-08-20T21:45:38.3762294Z [00:03:04.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/system=>github.com/docker/docker@v26.1.5+incompatible/api/types/system;$WORK/b583=>" -p github.com/docker/docker/api/types/system -lang=go1.16 -complete -installsuffix shared -buildid IyNRYaoJnnS-ZqAdqU_j/IyNRYaoJnnS-ZqAdqU_j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/system/info.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/system/runtime.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/system/security_opts.go
2025-08-20T21:45:38.3780050Z [00:03:04.430]➜  cat >/tmp/go-build1255330412/b581/importcfg << 'EOF' # internal
2025-08-20T21:45:38.3787238Z [00:03:04.431]➜  # import config
2025-08-20T21:45:38.3788256Z [00:03:04.431]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:38.3789024Z [00:03:04.431]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1255330412/b578/_pkg_.a
2025-08-20T21:45:38.3789456Z [00:03:04.431]➜  EOF
2025-08-20T21:45:38.3793460Z [00:03:04.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/volume=>github.com/docker/docker@v26.1.5+incompatible/api/types/volume;$WORK/b581=>" -p github.com/docker/docker/api/types/volume -lang=go1.16 -complete -installsuffix shared -buildid BVDEXT5tIJrdQMPuchW1/BVDEXT5tIJrdQMPuchW1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/volume/cluster_volume.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/volume/create_options.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/volume/list_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/volume/options.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/volume/volume.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/volume/volume_update.go
2025-08-20T21:45:38.4141074Z [00:03:04.466]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:45:38.4144630Z [00:03:04.467]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/d9/d9873aa72a04bd4fd595466a08c9d8dcaa60fd1c1e478a1bbc161104496f0733-d # internal
2025-08-20T21:45:38.4158700Z [00:03:04.467]➜  github.com/docker/docker/api/types
2025-08-20T21:45:38.4159090Z [00:03:04.467]➜  mkdir -p $WORK/b563/
2025-08-20T21:45:38.4159476Z [00:03:04.467]➜  cat >/tmp/go-build1255330412/b563/importcfg << 'EOF' # internal
2025-08-20T21:45:38.4159825Z [00:03:04.467]➜  # import config
2025-08-20T21:45:38.4160396Z [00:03:04.467]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:38.4161250Z [00:03:04.467]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:38.4162092Z [00:03:04.467]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.4162840Z [00:03:04.467]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1255330412/b564/_pkg_.a
2025-08-20T21:45:38.4163546Z [00:03:04.467]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:38.4164215Z [00:03:04.468]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1255330412/b575/_pkg_.a
2025-08-20T21:45:38.4164882Z [00:03:04.468]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1255330412/b568/_pkg_.a
2025-08-20T21:45:38.4165551Z [00:03:04.468]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1255330412/b569/_pkg_.a
2025-08-20T21:45:38.4166233Z [00:03:04.468]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1255330412/b576/_pkg_.a
2025-08-20T21:45:38.4166899Z [00:03:04.468]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1255330412/b578/_pkg_.a
2025-08-20T21:45:38.4167559Z [00:03:04.468]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build1255330412/b581/_pkg_.a
2025-08-20T21:45:38.4168448Z [00:03:04.468]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build1255330412/b572/_pkg_.a
2025-08-20T21:45:38.4169050Z [00:03:04.468]➜  packagefile github.com/docker/go-units=/tmp/go-build1255330412/b573/_pkg_.a
2025-08-20T21:45:38.4169742Z [00:03:04.468]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.4170774Z [00:03:04.468]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:38.4171764Z [00:03:04.468]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.4172612Z [00:03:04.468]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:38.4173408Z [00:03:04.468]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.4173896Z [00:03:04.468]➜  EOF
2025-08-20T21:45:38.4183617Z [00:03:04.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types=>github.com/docker/docker@v26.1.5+incompatible/api/types;$WORK/b563=>" -p github.com/docker/docker/api/types -lang=go1.16 -complete -installsuffix shared -buildid gSZeB59JMK0VekzSbC-B/gSZeB59JMK0VekzSbC-B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/client.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/configs.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/error_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/error_response_ext.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/graph_driver_data.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/id_response.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/plugin.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/plugin_device.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/plugin_env.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/plugin_interface_type.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/plugin_mount.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/plugin_responses.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/port.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/stats.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/types.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/api/types/types_deprecated.go
2025-08-20T21:45:38.4318855Z [00:03:04.484]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:45:38.4376010Z [00:03:04.484]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/88/884cafaaf79212a8a6f348be32f782b7bfdfd13ba408e018bf18a5e5b4598f65-d # internal
2025-08-20T21:45:38.4376701Z [00:03:04.485]➜  github.com/magiconair/properties
2025-08-20T21:45:38.4377018Z [00:03:04.485]➜  mkdir -p $WORK/b618/
2025-08-20T21:45:38.4377391Z [00:03:04.485]➜  cat >/tmp/go-build1255330412/b618/importcfg << 'EOF' # internal
2025-08-20T21:45:38.4377915Z [00:03:04.485]➜  # import config
2025-08-20T21:45:38.4378568Z [00:03:04.485]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.4379393Z [00:03:04.485]➜  packagefile flag=/root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d
2025-08-20T21:45:38.4380204Z [00:03:04.485]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.4381017Z [00:03:04.485]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.4381850Z [00:03:04.485]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:38.4382657Z [00:03:04.485]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:38.4383782Z [00:03:04.485]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:38.4384819Z [00:03:04.485]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:38.4385702Z [00:03:04.485]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.4386505Z [00:03:04.485]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:38.4387313Z [00:03:04.485]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:38.4389368Z [00:03:04.485]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:38.4390191Z [00:03:04.485]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:38.4391010Z [00:03:04.485]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:38.4391837Z [00:03:04.485]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.4392646Z [00:03:04.485]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.4393485Z [00:03:04.485]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:38.4394312Z [00:03:04.485]➜  EOF
2025-08-20T21:45:38.4398037Z [00:03:04.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/magiconair/properties@v1.8.7=>github.com/magiconair/properties@v1.8.7;$WORK/b618=>" -p github.com/magiconair/properties -lang=go1.19 -complete -installsuffix shared -buildid EYEqlsSAU6EV-ZN9_KEo/EYEqlsSAU6EV-ZN9_KEo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/decode.go /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/doc.go /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/integrate.go /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/lex.go /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/load.go /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/parser.go /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/properties.go /root/go/pkg/mod/github.com/magiconair/properties@v1.8.7/rangecheck.go
2025-08-20T21:45:38.4684592Z [00:03:04.521]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:45:38.4688146Z [00:03:04.521]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/f6/f6887a0eedd7f6143aa48b320d11ecfdd2e1496fa2c766b2c3fe58dbc43ce28e-d # internal
2025-08-20T21:45:38.4702219Z [00:03:04.523]➜  github.com/docker/docker/client
2025-08-20T21:45:38.4705210Z [00:03:04.523]➜  mkdir -p $WORK/b584/
2025-08-20T21:45:38.4708767Z [00:03:04.523]➜  cat >/tmp/go-build1255330412/b584/importcfg << 'EOF' # internal
2025-08-20T21:45:38.4713638Z [00:03:04.524]➜  # import config
2025-08-20T21:45:38.4714299Z [00:03:04.524]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:38.4715126Z [00:03:04.524]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.4715953Z [00:03:04.524]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:38.4716818Z [00:03:04.524]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:38.4717844Z [00:03:04.524]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:38.4719030Z [00:03:04.524]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:38.4720058Z [00:03:04.524]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.4720966Z [00:03:04.524]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.4721673Z [00:03:04.524]➜  packagefile github.com/distribution/reference=/tmp/go-build1255330412/b585/_pkg_.a
2025-08-20T21:45:38.4722310Z [00:03:04.524]➜  packagefile github.com/docker/docker/api=/tmp/go-build1255330412/b586/_pkg_.a
2025-08-20T21:45:38.4722969Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1255330412/b563/_pkg_.a
2025-08-20T21:45:38.4723666Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build1255330412/b587/_pkg_.a
2025-08-20T21:45:38.4724373Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1255330412/b564/_pkg_.a
2025-08-20T21:45:38.4725060Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build1255330412/b582/_pkg_.a
2025-08-20T21:45:38.4725734Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:38.4726394Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1255330412/b575/_pkg_.a
2025-08-20T21:45:38.4727060Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1255330412/b569/_pkg_.a
2025-08-20T21:45:38.4732564Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1255330412/b576/_pkg_.a
2025-08-20T21:45:38.4733254Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1255330412/b578/_pkg_.a
2025-08-20T21:45:38.4733942Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build1255330412/b583/_pkg_.a
2025-08-20T21:45:38.4734610Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build1255330412/b588/_pkg_.a
2025-08-20T21:45:38.4735281Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build1255330412/b567/_pkg_.a
2025-08-20T21:45:38.4735951Z [00:03:04.524]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build1255330412/b581/_pkg_.a
2025-08-20T21:45:38.4736580Z [00:03:04.524]➜  packagefile github.com/docker/docker/errdefs=/tmp/go-build1255330412/b589/_pkg_.a
2025-08-20T21:45:38.4737217Z [00:03:04.524]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build1255330412/b590/_pkg_.a
2025-08-20T21:45:38.4737999Z [00:03:04.524]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build1255330412/b591/_pkg_.a
2025-08-20T21:45:38.4738705Z [00:03:04.524]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1255330412/b560/_pkg_.a
2025-08-20T21:45:38.4739383Z [00:03:04.524]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1255330412/b559/_pkg_.a
2025-08-20T21:45:38.4740228Z [00:03:04.524]➜  packagefile github.com/pkg/errors=/root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d
2025-08-20T21:45:38.4741106Z [00:03:04.524]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1255330412/b514/_pkg_.a
2025-08-20T21:45:38.4741806Z [00:03:04.524]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1255330412/b386/_pkg_.a
2025-08-20T21:45:38.4742496Z [00:03:04.524]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.4743303Z [00:03:04.524]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:38.4744121Z [00:03:04.524]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:38.4745135Z [00:03:04.524]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:38.4746099Z [00:03:04.524]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.4746948Z [00:03:04.524]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:38.4747938Z [00:03:04.524]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:38.4748868Z [00:03:04.524]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:38.4749681Z [00:03:04.524]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:38.4750499Z [00:03:04.524]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:38.4751323Z [00:03:04.524]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.4752133Z [00:03:04.524]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.4752617Z [00:03:04.524]➜  EOF
2025-08-20T21:45:38.4813405Z [00:03:04.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client=>github.com/docker/docker@v26.1.5+incompatible/client;$WORK/b584=>" -p github.com/docker/docker/client -lang=go1.16 -complete -installsuffix shared -buildid ILaDlHa44m2aewzSQAnr/ILaDlHa44m2aewzSQAnr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/build_cancel.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/build_prune.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/checkpoint_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/checkpoint_delete.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/checkpoint_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/client.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/client_deprecated.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/client_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/config_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/config_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/config_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/config_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/config_update.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_attach.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_commit.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_copy.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_diff.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_exec.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_export.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_kill.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_logs.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_pause.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_prune.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_rename.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_resize.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_restart.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_start.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_stats.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_stop.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_top.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_unpause.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_update.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/container_wait.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/distribution_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/envvars.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/errors.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/events.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/hijack.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_build.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_history.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_import.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_load.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_prune.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_pull.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_push.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_save.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_search.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/image_tag.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/info.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/interface.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/interface_experimental.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/interface_stable.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/login.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/network_connect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/network_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/network_disconnect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/network_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/network_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/network_prune.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/network_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/node_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/node_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/node_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/node_update.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/options.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/ping.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_disable.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_enable.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_install.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_push.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_set.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/plugin_upgrade.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/request.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/secret_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/secret_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/secret_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/secret_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/secret_update.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/service_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/service_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/service_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/service_logs.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/service_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/service_update.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/swarm_get_unlock_key.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/swarm_init.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/swarm_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/swarm_join.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/swarm_leave.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/swarm_unlock.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/swarm_update.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/task_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/task_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/task_logs.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/utils.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/version.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/volume_create.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/volume_inspect.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/volume_list.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/volume_prune.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/volume_remove.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/client/volume_update.go
2025-08-20T21:45:38.6395055Z [00:03:04.692]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:45:38.6453314Z [00:03:04.698]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/09/0988a30f93e502a095c42b58c1f262a07f321071856d9daa7acda6df202cd0ef-d # internal
2025-08-20T21:45:38.6455387Z [00:03:04.698]➜  github.com/testcontainers/testcontainers-go/exec
2025-08-20T21:45:38.6486532Z [00:03:04.701]➜  mkdir -p $WORK/b615/
2025-08-20T21:45:38.6499763Z [00:03:04.703]➜  cat >/tmp/go-build1255330412/b615/importcfg << 'EOF' # internal
2025-08-20T21:45:38.6502269Z [00:03:04.703]➜  # import config
2025-08-20T21:45:38.6508654Z [00:03:04.703]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.6509693Z [00:03:04.703]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1255330412/b563/_pkg_.a
2025-08-20T21:45:38.6510467Z [00:03:04.703]➜  packagefile github.com/docker/docker/pkg/stdcopy=/tmp/go-build1255330412/b616/_pkg_.a
2025-08-20T21:45:38.6511396Z [00:03:04.703]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.6511988Z [00:03:04.703]➜  EOF
2025-08-20T21:45:38.6514237Z [00:03:04.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/exec=>github.com/testcontainers/testcontainers-go@v0.31.0/exec;$WORK/b615=>" -p github.com/testcontainers/testcontainers-go/exec -lang=go1.21 -complete -installsuffix shared -buildid EhAMYKZVwr7JBnN_h7Nx/EhAMYKZVwr7JBnN_h7Nx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/exec/processor.go
2025-08-20T21:45:38.6816091Z [00:03:04.734]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:45:38.6844199Z [00:03:04.737]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:45:38.6856574Z [00:03:04.738]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/35/35099855b10968500d409c3a0d9d3ccd3130ae7a4fca789d90923f1afb7becd2-d # internal
2025-08-20T21:45:38.6874168Z [00:03:04.740]➜  github.com/testcontainers/testcontainers-go/internal/config
2025-08-20T21:45:38.6883037Z [00:03:04.741]➜  mkdir -p $WORK/b617/
2025-08-20T21:45:38.6899047Z [00:03:04.741]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/29/29756d8fb3ad31e897e65bb6e2d891487813a15b5c0fb4d98b5429e0350804cc-d # internal
2025-08-20T21:45:38.6899719Z [00:03:04.742]➜  github.com/docker/docker/pkg/archive
2025-08-20T21:45:38.6900047Z [00:03:04.742]➜  mkdir -p $WORK/b592/
2025-08-20T21:45:38.6900426Z [00:03:04.742]➜  cat >/tmp/go-build1255330412/b592/importcfg << 'EOF' # internal
2025-08-20T21:45:38.6900777Z [00:03:04.742]➜  # import config
2025-08-20T21:45:38.6901141Z [00:03:04.742]➜  packagefile archive/tar=/tmp/go-build1255330412/b554/_pkg_.a
2025-08-20T21:45:38.6901801Z [00:03:04.742]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:38.6902630Z [00:03:04.742]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.6903260Z [00:03:04.742]➜  packagefile compress/bzip2=/tmp/go-build1255330412/b593/_pkg_.a
2025-08-20T21:45:38.6903960Z [00:03:04.742]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:45:38.6905038Z [00:03:04.742]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:38.6905975Z [00:03:04.742]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:38.6906830Z [00:03:04.742]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.6907658Z [00:03:04.742]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.6908652Z [00:03:04.742]➜  packagefile github.com/containerd/containerd/pkg/userns=/tmp/go-build1255330412/b594/_pkg_.a
2025-08-20T21:45:38.6909275Z [00:03:04.742]➜  packagefile github.com/containerd/log=/tmp/go-build1255330412/b558/_pkg_.a
2025-08-20T21:45:38.6910021Z [00:03:04.742]➜  packagefile github.com/docker/docker/pkg/idtools=/tmp/go-build1255330412/b596/_pkg_.a
2025-08-20T21:45:38.6910765Z [00:03:04.742]➜  packagefile github.com/docker/docker/pkg/ioutils=/tmp/go-build1255330412/b598/_pkg_.a
2025-08-20T21:45:38.6911398Z [00:03:04.742]➜  packagefile github.com/docker/docker/pkg/pools=/tmp/go-build1255330412/b599/_pkg_.a
2025-08-20T21:45:38.6912015Z [00:03:04.742]➜  packagefile github.com/docker/docker/pkg/system=/tmp/go-build1255330412/b600/_pkg_.a
2025-08-20T21:45:38.6912633Z [00:03:04.742]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1255330412/b601/_pkg_.a
2025-08-20T21:45:38.6913421Z [00:03:04.742]➜  packagefile github.com/moby/patternmatcher=/tmp/go-build1255330412/b608/_pkg_.a
2025-08-20T21:45:38.6914009Z [00:03:04.742]➜  packagefile github.com/moby/sys/sequential=/tmp/go-build1255330412/b610/_pkg_.a
2025-08-20T21:45:38.6914789Z [00:03:04.742]➜  packagefile github.com/pkg/errors=/root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d
2025-08-20T21:45:38.6915723Z [00:03:04.742]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:38.6916577Z [00:03:04.742]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.6917357Z [00:03:04.742]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.6920338Z [00:03:04.742]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:38.6921453Z [00:03:04.742]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:38.6922313Z [00:03:04.742]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:38.6923130Z [00:03:04.742]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:38.6923946Z [00:03:04.742]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:38.6924766Z [00:03:04.742]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.6925597Z [00:03:04.742]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:38.6926416Z [00:03:04.742]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.6926978Z [00:03:04.742]➜  EOF
2025-08-20T21:45:38.6934142Z [00:03:04.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive=>github.com/docker/docker@v26.1.5+incompatible/pkg/archive;$WORK/b592=>" -p github.com/docker/docker/pkg/archive -lang=go1.16 -complete -installsuffix shared -buildid iXl46AXzT74UbjxIYVKJ/iXl46AXzT74UbjxIYVKJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/archive.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/archive_linux.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/archive_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/changes.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/changes_linux.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/changes_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/copy.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/copy_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/diff.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/diff_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/path.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/path_unix.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/time_linux.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/whiteouts.go /root/go/pkg/mod/github.com/docker/docker@v26.1.5+incompatible/pkg/archive/wrap.go
2025-08-20T21:45:38.6955194Z [00:03:04.748]➜  cat >/tmp/go-build1255330412/b617/importcfg << 'EOF' # internal
2025-08-20T21:45:38.6965249Z [00:03:04.748]➜  # import config
2025-08-20T21:45:38.6965850Z [00:03:04.748]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.6966559Z [00:03:04.748]➜  packagefile github.com/magiconair/properties=/tmp/go-build1255330412/b618/_pkg_.a
2025-08-20T21:45:38.6967281Z [00:03:04.748]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.6968280Z [00:03:04.748]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:38.6969152Z [00:03:04.748]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:38.6969967Z [00:03:04.748]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:38.6970765Z [00:03:04.748]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.6971530Z [00:03:04.748]➜  EOF
2025-08-20T21:45:38.6973840Z [00:03:04.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/config=>github.com/testcontainers/testcontainers-go@v0.31.0/internal/config;$WORK/b617=>" -p github.com/testcontainers/testcontainers-go/internal/config -lang=go1.21 -complete -installsuffix shared -buildid cCQ4OMB9x8twu5LPIUJ2/cCQ4OMB9x8twu5LPIUJ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/config/config.go
2025-08-20T21:45:38.7636496Z [00:03:04.816]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:45:38.7642593Z [00:03:04.817]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/d2/d20c5ba5ac0c620f8a8c81ba709cd6da3ec56fcf7a2a0b10072d26225f7cc23e-d # internal
2025-08-20T21:45:38.7653928Z [00:03:04.818]➜  github.com/testcontainers/testcontainers-go/internal
2025-08-20T21:45:38.7654330Z [00:03:04.818]➜  mkdir -p $WORK/b628/
2025-08-20T21:45:38.7655656Z [00:03:04.818]➜  echo '# import config' > $WORK/b628/importcfg # internal
2025-08-20T21:45:38.7659803Z [00:03:04.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal=>github.com/testcontainers/testcontainers-go@v0.31.0/internal;$WORK/b628=>" -p github.com/testcontainers/testcontainers-go/internal -lang=go1.21 -complete -installsuffix shared -buildid IDqPoV8g_YqGucbyRroS/IDqPoV8g_YqGucbyRroS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/version.go
2025-08-20T21:45:38.7791538Z [00:03:04.832]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:45:38.7795970Z [00:03:04.832]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/eb/eb1735f5e879ffbd214cd3a59a252e3fadbe3088f4f2c7e3e25d5cce591a62b0-d # internal
2025-08-20T21:45:38.7798328Z [00:03:04.833]➜  github.com/testcontainers/testcontainers-go/wait
2025-08-20T21:45:38.7798722Z [00:03:04.833]➜  mkdir -p $WORK/b630/
2025-08-20T21:45:38.7803417Z [00:03:04.833]➜  cat >/tmp/go-build1255330412/b630/importcfg << 'EOF' # internal
2025-08-20T21:45:38.7805345Z [00:03:04.833]➜  # import config
2025-08-20T21:45:38.7808083Z [00:03:04.833]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.7808996Z [00:03:04.834]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:38.7809850Z [00:03:04.834]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:38.7810501Z [00:03:04.834]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:38.7813184Z [00:03:04.834]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.7828827Z [00:03:04.834]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.7829649Z [00:03:04.834]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1255330412/b563/_pkg_.a
2025-08-20T21:45:38.7830297Z [00:03:04.834]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build1255330412/b572/_pkg_.a
2025-08-20T21:45:38.7830987Z [00:03:04.834]➜  packagefile github.com/testcontainers/testcontainers-go/exec=/tmp/go-build1255330412/b615/_pkg_.a
2025-08-20T21:45:38.7831747Z [00:03:04.834]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:38.7832526Z [00:03:04.834]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:38.7833627Z [00:03:04.834]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:38.7834450Z [00:03:04.834]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:38.7835283Z [00:03:04.834]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:38.7836090Z [00:03:04.834]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:38.7836885Z [00:03:04.834]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:38.7837696Z [00:03:04.834]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:38.7838842Z [00:03:04.834]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.7839688Z [00:03:04.834]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:38.7840600Z [00:03:04.834]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:38.7841299Z [00:03:04.834]➜  EOF
2025-08-20T21:45:38.7846691Z [00:03:04.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait=>github.com/testcontainers/testcontainers-go@v0.31.0/wait;$WORK/b630=>" -p github.com/testcontainers/testcontainers-go/wait -lang=go1.21 -complete -installsuffix shared -buildid Z--vyxWRU1yoOv-AZ2V9/Z--vyxWRU1yoOv-AZ2V9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/all.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/errors.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/exec.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/exit.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/health.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/host_port.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/http.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/log.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/nop.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/sql.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/wait/wait.go
2025-08-20T21:45:38.9639900Z [00:03:05.016]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:45:38.9762033Z [00:03:05.029]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/46/460da2db49d6c78685cdeb9904653f8a97b03f59535d0c03a22c5cad63978e62-d # internal
2025-08-20T21:45:38.9782514Z [00:03:05.031]➜  github.com/c-robinson/iplib
2025-08-20T21:45:38.9782933Z [00:03:05.031]➜  mkdir -p $WORK/b641/
2025-08-20T21:45:38.9783346Z [00:03:05.031]➜  cat >/tmp/go-build1255330412/b641/importcfg << 'EOF' # internal
2025-08-20T21:45:38.9783715Z [00:03:05.031]➜  # import config
2025-08-20T21:45:38.9784310Z [00:03:05.031]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:38.9785372Z [00:03:05.031]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:38.9786391Z [00:03:05.031]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:38.9787382Z [00:03:05.031]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:38.9788756Z [00:03:05.031]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:38.9789714Z [00:03:05.031]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:38.9790672Z [00:03:05.031]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:38.9791627Z [00:03:05.031]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:38.9792535Z [00:03:05.031]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:38.9793451Z [00:03:05.031]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:38.9794387Z [00:03:05.031]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:38.9795010Z [00:03:05.031]➜  EOF
2025-08-20T21:45:38.9821462Z [00:03:05.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/c-robinson/iplib@v1.0.3=>github.com/c-robinson/iplib@v1.0.3;$WORK/b641=>" -p github.com/c-robinson/iplib -lang=go1.12 -complete -installsuffix shared -buildid 9oV29OFStnUXnkb_gF6L/9oV29OFStnUXnkb_gF6L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/c-robinson/iplib@v1.0.3/hostmask.go /root/go/pkg/mod/github.com/c-robinson/iplib@v1.0.3/iplib.go /root/go/pkg/mod/github.com/c-robinson/iplib@v1.0.3/net.go /root/go/pkg/mod/github.com/c-robinson/iplib@v1.0.3/net4.go /root/go/pkg/mod/github.com/c-robinson/iplib@v1.0.3/net6.go
2025-08-20T21:45:39.0253607Z [00:03:05.078]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:45:39.0311955Z [00:03:05.084]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/53/536138384ada331f8fd0f2c818ad2be9a730e97d640734f4834698aba42eec83-d # internal
2025-08-20T21:45:39.0406558Z [00:03:05.093]➜  github.com/hashicorp/go-uuid
2025-08-20T21:45:39.0407153Z [00:03:05.093]➜  mkdir -p $WORK/b645/
2025-08-20T21:45:39.0407809Z [00:03:05.093]➜  cat >/tmp/go-build1255330412/b645/importcfg << 'EOF' # internal
2025-08-20T21:45:39.0408305Z [00:03:05.093]➜  # import config
2025-08-20T21:45:39.0409051Z [00:03:05.093]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:39.0410120Z [00:03:05.093]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:39.0411130Z [00:03:05.093]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.0412062Z [00:03:05.093]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:39.0413045Z [00:03:05.093]➜  EOF
2025-08-20T21:45:39.0414833Z [00:03:05.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3=>github.com/hashicorp/go-uuid@v1.0.3;$WORK/b645=>" -p github.com/hashicorp/go-uuid -lang=go1.16 -complete -installsuffix shared -buildid Z0bleOcXsYqhU34gCJBi/Z0bleOcXsYqhU34gCJBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3/uuid.go
2025-08-20T21:45:39.0692509Z [00:03:05.122]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:45:39.0704350Z [00:03:05.123]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/21/219abc216e49fb22675a2ef5dc14985ef55b5ff10b3747482616aa244dd3d83d-d # internal
2025-08-20T21:45:39.0711941Z [00:03:05.123]➜  github.com/hashicorp/go-secure-stdlib/base62
2025-08-20T21:45:39.0712322Z [00:03:05.123]➜  mkdir -p $WORK/b644/
2025-08-20T21:45:39.0713089Z [00:03:05.123]➜  cat >/tmp/go-build1255330412/b644/importcfg << 'EOF' # internal
2025-08-20T21:45:39.0713443Z [00:03:05.123]➜  # import config
2025-08-20T21:45:39.0714027Z [00:03:05.123]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:39.0714734Z [00:03:05.123]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build1255330412/b645/_pkg_.a
2025-08-20T21:45:39.0715449Z [00:03:05.123]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:39.0715922Z [00:03:05.123]➜  EOF
2025-08-20T21:45:39.0718139Z [00:03:05.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/base62@v0.1.2=>github.com/hashicorp/go-secure-stdlib/base62@v0.1.2;$WORK/b644=>" -p github.com/hashicorp/go-secure-stdlib/base62 -lang=go1.16 -complete -installsuffix shared -buildid iKopxXSK2YL447Gs8zJM/iKopxXSK2YL447Gs8zJM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-secure-stdlib/base62@v0.1.2/base62.go
2025-08-20T21:45:39.0840131Z [00:03:05.137]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:45:39.0852314Z [00:03:05.137]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/55/55ed5cda59da382e1afe54849931c80305223eacf1a776ef143da6613d1c7689-d # internal
2025-08-20T21:45:39.0853162Z [00:03:05.137]➜  github.com/netbirdio/netbird/base62
2025-08-20T21:45:39.0853644Z [00:03:05.137]➜  mkdir -p $WORK/b646/
2025-08-20T21:45:39.0854099Z [00:03:05.138]➜  cat >/tmp/go-build1255330412/b646/importcfg << 'EOF' # internal
2025-08-20T21:45:39.0854446Z [00:03:05.138]➜  # import config
2025-08-20T21:45:39.0854999Z [00:03:05.138]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.0855810Z [00:03:05.138]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:39.0856669Z [00:03:05.138]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.0857165Z [00:03:05.138]➜  EOF
2025-08-20T21:45:39.0859011Z [00:03:05.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/base62=>github.com/netbirdio/netbird/base62;$WORK/b646=>" -p github.com/netbirdio/netbird/base62 -lang=go1.23 -complete -installsuffix shared -buildid ugXKaCo2GGerpCogBts1/ugXKaCo2GGerpCogBts1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/base62/base62.go
2025-08-20T21:45:39.0994145Z [00:03:05.152]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:45:39.1184711Z [00:03:05.171]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:45:39.1190613Z [00:03:05.171]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/6d/6dbeacdff759c226de6e196dbaa18a6384933ad2c51d75a2574ef820e3fb0fd6-d # internal
2025-08-20T21:45:39.1191687Z [00:03:05.171]➜  github.com/netbirdio/netbird/management/server/integration_reference
2025-08-20T21:45:39.1192102Z [00:03:05.172]➜  mkdir -p $WORK/b647/
2025-08-20T21:45:39.1192476Z [00:03:05.172]➜  cat >/tmp/go-build1255330412/b647/importcfg << 'EOF' # internal
2025-08-20T21:45:39.1192817Z [00:03:05.172]➜  # import config
2025-08-20T21:45:39.1193379Z [00:03:05.172]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.1194210Z [00:03:05.172]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.1194706Z [00:03:05.172]➜  EOF
2025-08-20T21:45:39.1196846Z [00:03:05.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integration_reference=>github.com/netbirdio/netbird/management/server/integration_reference;$WORK/b647=>" -p github.com/netbirdio/netbird/management/server/integration_reference -lang=go1.23 -complete -installsuffix shared -buildid 7pT0G6uhFO-_z2yXEdNv/7pT0G6uhFO-_z2yXEdNv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack ./server/integration_reference/integration_reference.go
2025-08-20T21:45:39.1308659Z [00:03:05.183]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/12/1210ceb48aed978b9af4bafb970c58e2e0d730724f4258a6c463e32f1b2228bd-d # internal
2025-08-20T21:45:39.1319177Z [00:03:05.184]➜  github.com/testcontainers/testcontainers-go/internal/core
2025-08-20T21:45:39.1321766Z [00:03:05.185]➜  mkdir -p $WORK/b619/
2025-08-20T21:45:39.1332660Z [00:03:05.186]➜  cat >/tmp/go-build1255330412/b619/importcfg << 'EOF' # internal
2025-08-20T21:45:39.1335211Z [00:03:05.186]➜  # import config
2025-08-20T21:45:39.1336041Z [00:03:05.186]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:39.1337169Z [00:03:05.186]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:39.1339043Z [00:03:05.186]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:39.1345836Z [00:03:05.186]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:39.1349846Z [00:03:05.186]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.1351399Z [00:03:05.186]➜  packagefile github.com/docker/docker/client=/tmp/go-build1255330412/b584/_pkg_.a
2025-08-20T21:45:39.1352372Z [00:03:05.186]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:39.1353398Z [00:03:05.186]➜  packagefile github.com/shirou/gopsutil/v3/process=/root/.cache/go-build/f9/f9d3e7a235013bf70c09d8725f6182bd2662ea33f56abdd18115d4af6e313447-d
2025-08-20T21:45:39.1354333Z [00:03:05.186]➜  packagefile github.com/testcontainers/testcontainers-go/internal=/tmp/go-build1255330412/b628/_pkg_.a
2025-08-20T21:45:39.1355127Z [00:03:05.186]➜  packagefile github.com/testcontainers/testcontainers-go/internal/config=/tmp/go-build1255330412/b617/_pkg_.a
2025-08-20T21:45:39.1355956Z [00:03:05.186]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:39.1356767Z [00:03:05.186]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:39.1357573Z [00:03:05.186]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:39.1358596Z [00:03:05.186]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:39.1359827Z [00:03:05.186]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:39.1360653Z [00:03:05.186]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:39.1361489Z [00:03:05.186]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.1362302Z [00:03:05.186]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:39.1363137Z [00:03:05.186]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:39.1363657Z [00:03:05.186]➜  EOF
2025-08-20T21:45:39.1368568Z [00:03:05.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core=>github.com/testcontainers/testcontainers-go@v0.31.0/internal/core;$WORK/b619=>" -p github.com/testcontainers/testcontainers-go/internal/core -lang=go1.21 -complete -installsuffix shared -buildid KY8WQLiPcMpLHGCFHOAh/KY8WQLiPcMpLHGCFHOAh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/bootstrap.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/client.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/docker_host.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/docker_rootless.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/docker_socket.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/images.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/labels.go
2025-08-20T21:45:39.1388548Z [00:03:05.192]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:45:39.1391679Z [00:03:05.192]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/2a/2ab1d9539d534d6c6c132342663fb5df3f5555453e1617d70e2b56667cd8f61d-d # internal
2025-08-20T21:45:39.1427676Z [00:03:05.195]➜  filippo.io/edwards25519/field
2025-08-20T21:45:39.1428133Z [00:03:05.195]➜  mkdir -p $WORK/b662/
2025-08-20T21:45:39.1428770Z [00:03:05.196]➜  echo -n > $WORK/b662/go_asm.h # internal
2025-08-20T21:45:39.1429356Z [00:03:05.196]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:45:39.1430770Z [00:03:05.196]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b662=>" -I $WORK/b662/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b662/symabis ./fe_arm64.s
2025-08-20T21:45:39.1463048Z [00:03:05.199]➜  cat >/tmp/go-build1255330412/b662/importcfg << 'EOF' # internal
2025-08-20T21:45:39.1463521Z [00:03:05.199]➜  # import config
2025-08-20T21:45:39.1464128Z [00:03:05.199]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:45:39.1465016Z [00:03:05.199]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:39.1465881Z [00:03:05.199]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:39.1466726Z [00:03:05.199]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:39.1467228Z [00:03:05.199]➜  EOF
2025-08-20T21:45:39.1467501Z [00:03:05.199]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:39.1470708Z [00:03:05.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b662=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid nF2NCEu2E7DYBk3v3HRv/nF2NCEu2E7DYBk3v3HRv -goversion go1.25.0 -symabis $WORK/b662/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack -asmhdr $WORK/b662/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_amd64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_generic.go
2025-08-20T21:45:39.1512398Z [00:03:05.204]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:45:39.1531382Z [00:03:05.206]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/8a/8af76e6bccaa340ddc6938e053a0ef7805090a2fda70ebf38a93d0791afbc7bf-d # internal
2025-08-20T21:45:39.1533065Z [00:03:05.206]➜  gorm.io/gorm/callbacks
2025-08-20T21:45:39.1533410Z [00:03:05.206]➜  mkdir -p $WORK/b663/
2025-08-20T21:45:39.1552940Z [00:03:05.208]➜  cat >/tmp/go-build1255330412/b663/importcfg << 'EOF' # internal
2025-08-20T21:45:39.1553332Z [00:03:05.208]➜  # import config
2025-08-20T21:45:39.1553911Z [00:03:05.208]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.1554557Z [00:03:05.208]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:39.1555049Z [00:03:05.208]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:39.1555552Z [00:03:05.208]➜  packagefile gorm.io/gorm/schema=/tmp/go-build1255330412/b538/_pkg_.a
2025-08-20T21:45:39.1556050Z [00:03:05.208]➜  packagefile gorm.io/gorm/utils=/tmp/go-build1255330412/b537/_pkg_.a
2025-08-20T21:45:39.1556727Z [00:03:05.208]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:39.1557546Z [00:03:05.208]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:39.1558557Z [00:03:05.208]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.1559061Z [00:03:05.208]➜  EOF
2025-08-20T21:45:39.1563654Z [00:03:05.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks=>gorm.io/gorm@v1.25.12/callbacks;$WORK/b663=>" -p gorm.io/gorm/callbacks -lang=go1.18 -complete -installsuffix shared -buildid iBoR875MAmxGrY9dOEXB/iBoR875MAmxGrY9dOEXB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/associations.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/callmethod.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/create.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/helper.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/preload.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/query.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/raw.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/row.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/transaction.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/callbacks/update.go
2025-08-20T21:45:39.1967920Z [00:03:05.249]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:45:39.1969370Z [00:03:05.249]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b662=>" -I $WORK/b662/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b662/fe_arm64.o ./fe_arm64.s
2025-08-20T21:45:39.2056312Z [00:03:05.258]➜  go tool pack r $WORK/b662/_pkg_.a $WORK/b662/fe_arm64.o # internal
2025-08-20T21:45:39.2057270Z [00:03:05.258]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:45:39.2067067Z [00:03:05.259]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/c1/c11c3c3a8d942558be15c86d8c9836a6cae9b15f785b3fc33e7c9f4442d08433-d # internal
2025-08-20T21:45:39.2070878Z [00:03:05.260]➜  filippo.io/edwards25519
2025-08-20T21:45:39.2078101Z [00:03:05.260]➜  mkdir -p $WORK/b661/
2025-08-20T21:45:39.2079034Z [00:03:05.260]➜  cat >/tmp/go-build1255330412/b661/importcfg << 'EOF' # internal
2025-08-20T21:45:39.2080387Z [00:03:05.260]➜  # import config
2025-08-20T21:45:39.2081036Z [00:03:05.260]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:45:39.2081926Z [00:03:05.260]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:39.2082781Z [00:03:05.260]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:39.2083489Z [00:03:05.260]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build1255330412/b662/_pkg_.a
2025-08-20T21:45:39.2084214Z [00:03:05.260]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:39.2085042Z [00:03:05.260]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:39.2085521Z [00:03:05.260]➜  EOF
2025-08-20T21:45:39.2085803Z [00:03:05.260]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:39.2089259Z [00:03:05.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b661=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid ddaKrlY8A46tyTL-JT6Q/ddaKrlY8A46tyTL-JT6Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar_fiat.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/tables.go
2025-08-20T21:45:39.2434885Z [00:03:05.296]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:45:39.2464155Z [00:03:05.299]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/39/39039fe56586f75436be465657f54f3d4e1cf6522c4f71c790d4bb8d7bca9360-d # internal
2025-08-20T21:45:39.2469939Z [00:03:05.299]➜  github.com/testcontainers/testcontainers-go/internal/core/network
2025-08-20T21:45:39.2470370Z [00:03:05.299]➜  mkdir -p $WORK/b629/
2025-08-20T21:45:39.2470748Z [00:03:05.299]➜  cat >/tmp/go-build1255330412/b629/importcfg << 'EOF' # internal
2025-08-20T21:45:39.2471123Z [00:03:05.299]➜  # import config
2025-08-20T21:45:39.2471686Z [00:03:05.299]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:39.2472529Z [00:03:05.299]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.2473245Z [00:03:05.299]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1255330412/b563/_pkg_.a
2025-08-20T21:45:39.2473907Z [00:03:05.299]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:39.2474649Z [00:03:05.299]➜  packagefile github.com/testcontainers/testcontainers-go/internal/core=/tmp/go-build1255330412/b619/_pkg_.a
2025-08-20T21:45:39.2475134Z [00:03:05.299]➜  EOF
2025-08-20T21:45:39.2477552Z [00:03:05.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/network=>github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/network;$WORK/b629=>" -p github.com/testcontainers/testcontainers-go/internal/core/network -lang=go1.21 -complete -installsuffix shared -buildid JpenMgCtSjFOnwL31k6B/JpenMgCtSjFOnwL31k6B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/internal/core/network/network.go
2025-08-20T21:45:39.3164873Z [00:03:05.369]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:45:39.3190343Z [00:03:05.370]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/51/513ae8fc14eeae11510f6e7f62b4df645d1f33cf583e2e6e16ae01030ad76939-d # internal
2025-08-20T21:45:39.3196052Z [00:03:05.372]➜  github.com/testcontainers/testcontainers-go
2025-08-20T21:45:39.3227433Z [00:03:05.376]➜  mkdir -p $WORK/b553/
2025-08-20T21:45:39.3228441Z [00:03:05.376]➜  cat >/tmp/go-build1255330412/b553/importcfg << 'EOF' # internal
2025-08-20T21:45:39.3229485Z [00:03:05.376]➜  # import config
2025-08-20T21:45:39.3230562Z [00:03:05.376]➜  packagefile archive/tar=/tmp/go-build1255330412/b554/_pkg_.a
2025-08-20T21:45:39.3231323Z [00:03:05.376]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:39.3232163Z [00:03:05.376]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:39.3233023Z [00:03:05.376]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:45:39.3233876Z [00:03:05.376]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:39.3234522Z [00:03:05.376]➜  packagefile dario.cat/mergo=/tmp/go-build1255330412/b555/_pkg_.a
2025-08-20T21:45:39.3235242Z [00:03:05.376]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:39.3236146Z [00:03:05.376]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:39.3237014Z [00:03:05.376]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:39.3238332Z [00:03:05.376]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:39.3239354Z [00:03:05.376]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.3240336Z [00:03:05.376]➜  packagefile github.com/cenkalti/backoff/v4=/root/.cache/go-build/5b/5b195f02e400f1de544bf59861b2150be23708931f27d3df92f49bafb808d43f-d
2025-08-20T21:45:39.3241163Z [00:03:05.376]➜  packagefile github.com/containerd/containerd/platforms=/tmp/go-build1255330412/b556/_pkg_.a
2025-08-20T21:45:39.3241808Z [00:03:05.376]➜  packagefile github.com/cpuguy83/dockercfg=/tmp/go-build1255330412/b562/_pkg_.a
2025-08-20T21:45:39.3242726Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1255330412/b563/_pkg_.a
2025-08-20T21:45:39.3243694Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1255330412/b564/_pkg_.a
2025-08-20T21:45:39.3244390Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build1255330412/b582/_pkg_.a
2025-08-20T21:45:39.3245068Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:39.3245738Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1255330412/b568/_pkg_.a
2025-08-20T21:45:39.3246402Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1255330412/b569/_pkg_.a
2025-08-20T21:45:39.3247079Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1255330412/b576/_pkg_.a
2025-08-20T21:45:39.3248227Z [00:03:05.376]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build1255330412/b583/_pkg_.a
2025-08-20T21:45:39.3249405Z [00:03:05.376]➜  packagefile github.com/docker/docker/client=/tmp/go-build1255330412/b584/_pkg_.a
2025-08-20T21:45:39.3250244Z [00:03:05.376]➜  packagefile github.com/docker/docker/errdefs=/tmp/go-build1255330412/b589/_pkg_.a
2025-08-20T21:45:39.3251033Z [00:03:05.376]➜  packagefile github.com/docker/docker/pkg/archive=/tmp/go-build1255330412/b592/_pkg_.a
2025-08-20T21:45:39.3251888Z [00:03:05.376]➜  packagefile github.com/docker/docker/pkg/jsonmessage=/tmp/go-build1255330412/b611/_pkg_.a
2025-08-20T21:45:39.3252772Z [00:03:05.376]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build1255330412/b572/_pkg_.a
2025-08-20T21:45:39.3253850Z [00:03:05.376]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:39.3254730Z [00:03:05.376]➜  packagefile github.com/moby/patternmatcher/ignorefile=/tmp/go-build1255330412/b614/_pkg_.a
2025-08-20T21:45:39.3255324Z [00:03:05.376]➜  packagefile github.com/moby/term=/tmp/go-build1255330412/b612/_pkg_.a
2025-08-20T21:45:39.3255952Z [00:03:05.376]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1255330412/b559/_pkg_.a
2025-08-20T21:45:39.3256680Z [00:03:05.376]➜  packagefile github.com/testcontainers/testcontainers-go/exec=/tmp/go-build1255330412/b615/_pkg_.a
2025-08-20T21:45:39.3257464Z [00:03:05.376]➜  packagefile github.com/testcontainers/testcontainers-go/internal/config=/tmp/go-build1255330412/b617/_pkg_.a
2025-08-20T21:45:39.3258436Z [00:03:05.376]➜  packagefile github.com/testcontainers/testcontainers-go/internal/core=/tmp/go-build1255330412/b619/_pkg_.a
2025-08-20T21:45:39.3259303Z [00:03:05.376]➜  packagefile github.com/testcontainers/testcontainers-go/internal/core/network=/tmp/go-build1255330412/b629/_pkg_.a
2025-08-20T21:45:39.3260104Z [00:03:05.376]➜  packagefile github.com/testcontainers/testcontainers-go/wait=/tmp/go-build1255330412/b630/_pkg_.a
2025-08-20T21:45:39.3260965Z [00:03:05.376]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/fb/fbbc73e1cf71986d6b03cdf3d3b834c0ae7ce3e7a026f9fc878c3f8fbc2e34b9-d
2025-08-20T21:45:39.3261832Z [00:03:05.376]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:39.3262874Z [00:03:05.376]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:45:39.3263742Z [00:03:05.376]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:39.3264551Z [00:03:05.376]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:39.3265366Z [00:03:05.376]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:39.3266192Z [00:03:05.376]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:39.3266992Z [00:03:05.376]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:39.3267967Z [00:03:05.376]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:39.3268878Z [00:03:05.376]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:39.3269699Z [00:03:05.376]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.3270507Z [00:03:05.376]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:39.3271607Z [00:03:05.376]➜  packagefile testing=/root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d
2025-08-20T21:45:39.3272410Z [00:03:05.376]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:39.3272894Z [00:03:05.376]➜  EOF
2025-08-20T21:45:39.3281736Z [00:03:05.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0=>github.com/testcontainers/testcontainers-go@v0.31.0;$WORK/b553=>" -p github.com/testcontainers/testcontainers-go -lang=go1.21 -complete -installsuffix shared -buildid 7-4JuL6QiEPtEfdJu-l5/7-4JuL6QiEPtEfdJu-l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/config.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/container.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/docker.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/docker_auth.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/docker_client.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/docker_mounts.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/file.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/generic.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/image.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/lifecycle.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/logconsumer.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/logger.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/mounts.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/network.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/options.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/parallel.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/port_forwarding.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/provider.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/reaper.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/testcontainers.go /root/go/pkg/mod/github.com/testcontainers/testcontainers-go@v0.31.0/testing.go
2025-08-20T21:45:39.3404714Z [00:03:05.393]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:45:39.3423027Z [00:03:05.395]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/bc/bc01ed7904bfb3a1c1cb13d9bb265ce2a24a663dbc5de99bface9290ca38c194-d # internal
2025-08-20T21:45:39.3463759Z [00:03:05.399]➜  github.com/go-sql-driver/mysql
2025-08-20T21:45:39.3464141Z [00:03:05.399]➜  mkdir -p $WORK/b660/
2025-08-20T21:45:39.3475569Z [00:03:05.400]➜  cat >/tmp/go-build1255330412/b660/importcfg << 'EOF' # internal
2025-08-20T21:45:39.3476073Z [00:03:05.400]➜  # import config
2025-08-20T21:45:39.3476649Z [00:03:05.400]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:39.3477480Z [00:03:05.400]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:39.3478480Z [00:03:05.400]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:39.3479346Z [00:03:05.400]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:39.3480194Z [00:03:05.400]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:45:39.3481062Z [00:03:05.400]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:39.3482422Z [00:03:05.400]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:45:39.3483284Z [00:03:05.400]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:39.3484137Z [00:03:05.400]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:39.3484774Z [00:03:05.400]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:39.3485497Z [00:03:05.400]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:39.3486394Z [00:03:05.400]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:39.3487262Z [00:03:05.400]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:39.3488316Z [00:03:05.400]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:39.3489180Z [00:03:05.400]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:39.3489863Z [00:03:05.400]➜  packagefile filippo.io/edwards25519=/tmp/go-build1255330412/b661/_pkg_.a
2025-08-20T21:45:39.3490565Z [00:03:05.400]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.3491356Z [00:03:05.400]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:39.3492131Z [00:03:05.400]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:39.3492915Z [00:03:05.400]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:39.3493732Z [00:03:05.400]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:39.3494542Z [00:03:05.400]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:39.3495549Z [00:03:05.400]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:39.3496522Z [00:03:05.400]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:39.3497407Z [00:03:05.400]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:39.3513140Z [00:03:05.400]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:39.3514182Z [00:03:05.400]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:39.3515013Z [00:03:05.400]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:39.3515845Z [00:03:05.400]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.3516660Z [00:03:05.400]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:39.3517492Z [00:03:05.400]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:39.3518629Z [00:03:05.400]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:39.3519456Z [00:03:05.400]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:39.3520347Z [00:03:05.400]➜  EOF
2025-08-20T21:45:39.3526647Z [00:03:05.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1=>github.com/go-sql-driver/mysql@v1.8.1;$WORK/b660=>" -p github.com/go-sql-driver/mysql -lang=go1.18 -complete -installsuffix shared -buildid nNF5ZLKciAI1jPqEPrRA/nNF5ZLKciAI1jPqEPrRA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/atomic_bool.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/auth.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/buffer.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/collations.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/conncheck.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/connection.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/connector.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/const.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/driver.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/dsn.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/errors.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/fields.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/infile.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/nulltime.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/packets.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/result.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/rows.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/statement.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/transaction.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/utils.go
2025-08-20T21:45:39.5815488Z [00:03:05.634]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:45:39.5911101Z [00:03:05.644]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/94/94188fd39103f3d4d2e1fa6b76f92e6944bc3c1c2714a3a74a041800c549cb55-d # internal
2025-08-20T21:45:39.5922738Z [00:03:05.645]➜  gorm.io/gorm/migrator
2025-08-20T21:45:39.5923081Z [00:03:05.645]➜  mkdir -p $WORK/b664/
2025-08-20T21:45:39.5952469Z [00:03:05.648]➜  cat >/tmp/go-build1255330412/b664/importcfg << 'EOF' # internal
2025-08-20T21:45:39.5958462Z [00:03:05.648]➜  # import config
2025-08-20T21:45:39.5961831Z [00:03:05.648]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:39.5981385Z [00:03:05.648]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:39.5982158Z [00:03:05.648]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:39.5982992Z [00:03:05.648]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.5983639Z [00:03:05.648]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:39.5984127Z [00:03:05.648]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:39.5984631Z [00:03:05.648]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:39.5985133Z [00:03:05.648]➜  packagefile gorm.io/gorm/schema=/tmp/go-build1255330412/b538/_pkg_.a
2025-08-20T21:45:39.5985817Z [00:03:05.648]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:39.5986637Z [00:03:05.648]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:39.5987457Z [00:03:05.648]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:39.5988491Z [00:03:05.648]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.5989638Z [00:03:05.648]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:39.5990124Z [00:03:05.648]➜  EOF
2025-08-20T21:45:39.5992457Z [00:03:05.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.12/migrator=>gorm.io/gorm@v1.25.12/migrator;$WORK/b664=>" -p gorm.io/gorm/migrator -lang=go1.18 -complete -installsuffix shared -buildid XQCL41ippJGq1-WFws6C/XQCL41ippJGq1-WFws6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.12/migrator/column_type.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/migrator/index.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/migrator/migrator.go /root/go/pkg/mod/gorm.io/gorm@v1.25.12/migrator/table_type.go
2025-08-20T21:45:39.8885172Z [00:03:05.941]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:45:39.8962615Z [00:03:05.949]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/26/26d6f61683edb3f26799159fd1ad55a7cca1e6daac59cd3574aa3f964b18cbf1-d # internal
2025-08-20T21:45:39.9001596Z [00:03:05.953]➜  github.com/jackc/pgx/v5/internal/anynil
2025-08-20T21:45:39.9003942Z [00:03:05.953]➜  mkdir -p $WORK/b667/
2025-08-20T21:45:39.9005027Z [00:03:05.953]➜  cat >/tmp/go-build1255330412/b667/importcfg << 'EOF' # internal
2025-08-20T21:45:39.9005802Z [00:03:05.953]➜  # import config
2025-08-20T21:45:39.9006903Z [00:03:05.953]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:39.9007473Z [00:03:05.953]➜  EOF
2025-08-20T21:45:39.9033353Z [00:03:05.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/anynil=>github.com/jackc/pgx/v5@v5.5.5/internal/anynil;$WORK/b667=>" -p github.com/jackc/pgx/v5/internal/anynil -lang=go1.19 -complete -installsuffix shared -buildid AAwVsRYdprr4kIFqCjnF/AAwVsRYdprr4kIFqCjnF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/anynil/anynil.go
2025-08-20T21:45:39.9340994Z [00:03:05.985]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:45:39.9342517Z [00:03:05.986]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/d5/d57065addc9de6d6044e54015c98b32e892c978f09789d506928ac77d146ff8b-d # internal
2025-08-20T21:45:39.9344167Z [00:03:05.986]➜  github.com/jackc/pgx/v5/internal/pgio
2025-08-20T21:45:39.9344678Z [00:03:05.986]➜  mkdir -p $WORK/b668/
2025-08-20T21:45:39.9345094Z [00:03:05.986]➜  cat >/tmp/go-build1255330412/b668/importcfg << 'EOF' # internal
2025-08-20T21:45:39.9345441Z [00:03:05.986]➜  # import config
2025-08-20T21:45:39.9346033Z [00:03:05.986]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:39.9346560Z [00:03:05.986]➜  EOF
2025-08-20T21:45:39.9348921Z [00:03:05.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/pgio=>github.com/jackc/pgx/v5@v5.5.5/internal/pgio;$WORK/b668=>" -p github.com/jackc/pgx/v5/internal/pgio -lang=go1.19 -complete -installsuffix shared -buildid I5smV9kRAFlH6J33r9d8/I5smV9kRAFlH6J33r9d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/pgio/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/pgio/write.go
2025-08-20T21:45:39.9359577Z [00:03:05.989]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:45:39.9437107Z [00:03:05.996]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/df/df6435bbf09c95a7b19fe0a0830a1215a66965a8e93e6d6ebc2a05e48b710ff4-d # internal
2025-08-20T21:45:39.9439263Z [00:03:05.996]➜  gorm.io/driver/mysql
2025-08-20T21:45:39.9439622Z [00:03:05.996]➜  mkdir -p $WORK/b659/
2025-08-20T21:45:39.9444076Z [00:03:05.997]➜  cat >/tmp/go-build1255330412/b659/importcfg << 'EOF' # internal
2025-08-20T21:45:39.9444870Z [00:03:05.997]➜  # import config
2025-08-20T21:45:39.9445444Z [00:03:05.997]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:39.9446082Z [00:03:05.997]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:39.9446757Z [00:03:05.997]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.9447453Z [00:03:05.997]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build1255330412/b660/_pkg_.a
2025-08-20T21:45:39.9448157Z [00:03:05.997]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:39.9448664Z [00:03:05.997]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build1255330412/b663/_pkg_.a
2025-08-20T21:45:39.9449180Z [00:03:05.997]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:39.9449699Z [00:03:05.997]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:39.9450203Z [00:03:05.997]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build1255330412/b664/_pkg_.a
2025-08-20T21:45:39.9450716Z [00:03:05.997]➜  packagefile gorm.io/gorm/schema=/tmp/go-build1255330412/b538/_pkg_.a
2025-08-20T21:45:39.9451212Z [00:03:05.997]➜  packagefile gorm.io/gorm/utils=/tmp/go-build1255330412/b537/_pkg_.a
2025-08-20T21:45:39.9451889Z [00:03:05.997]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:39.9452695Z [00:03:05.997]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:39.9453512Z [00:03:05.997]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:39.9454334Z [00:03:05.997]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.9455154Z [00:03:05.997]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:39.9455639Z [00:03:05.997]➜  EOF
2025-08-20T21:45:39.9459931Z [00:03:05.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/driver/mysql@v1.5.7=>gorm.io/driver/mysql@v1.5.7;$WORK/b659=>" -p gorm.io/driver/mysql -lang=go1.14 -complete -installsuffix shared -buildid 0PNVGVJOeVH8yZcxwhEx/0PNVGVJOeVH8yZcxwhEx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/gorm.io/driver/mysql@v1.5.7/error_translator.go /root/go/pkg/mod/gorm.io/driver/mysql@v1.5.7/migrator.go /root/go/pkg/mod/gorm.io/driver/mysql@v1.5.7/mysql.go
2025-08-20T21:45:39.9634635Z [00:03:06.016]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:45:39.9673539Z [00:03:06.016]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/12/120361cb6ec0c62c5114125383ac44f472f0546866b2c411aa74a9cbb04e6edf-d # internal
2025-08-20T21:45:39.9674271Z [00:03:06.017]➜  github.com/jackc/pgx/v5/internal/sanitize
2025-08-20T21:45:39.9674594Z [00:03:06.017]➜  mkdir -p $WORK/b669/
2025-08-20T21:45:39.9674973Z [00:03:06.017]➜  cat >/tmp/go-build1255330412/b669/importcfg << 'EOF' # internal
2025-08-20T21:45:39.9675324Z [00:03:06.017]➜  # import config
2025-08-20T21:45:39.9675895Z [00:03:06.017]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:39.9676743Z [00:03:06.017]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:39.9677577Z [00:03:06.017]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:39.9678625Z [00:03:06.017]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:39.9679901Z [00:03:06.017]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:39.9680721Z [00:03:06.017]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:39.9681566Z [00:03:06.017]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:39.9682087Z [00:03:06.017]➜  EOF
2025-08-20T21:45:39.9684064Z [00:03:06.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/sanitize=>github.com/jackc/pgx/v5@v5.5.5/internal/sanitize;$WORK/b669=>" -p github.com/jackc/pgx/v5/internal/sanitize -lang=go1.19 -complete -installsuffix shared -buildid mYvP-7xzDe4osU981Dwz/mYvP-7xzDe4osU981Dwz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/sanitize/sanitize.go
2025-08-20T21:45:40.0295152Z [00:03:06.082]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:45:40.0308196Z [00:03:06.083]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/33/337276e3d3e679f041c15b43a242e889aa7633c4569ba968e9406f05f1d58c74-d # internal
2025-08-20T21:45:40.0308839Z [00:03:06.083]➜  github.com/jackc/pgpassfile
2025-08-20T21:45:40.0309163Z [00:03:06.083]➜  mkdir -p $WORK/b672/
2025-08-20T21:45:40.0322321Z [00:03:06.085]➜  cat >/tmp/go-build1255330412/b672/importcfg << 'EOF' # internal
2025-08-20T21:45:40.0323245Z [00:03:06.085]➜  # import config
2025-08-20T21:45:40.0325536Z [00:03:06.085]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:40.0327095Z [00:03:06.085]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:40.0328024Z [00:03:06.085]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:40.0328916Z [00:03:06.085]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:40.0329736Z [00:03:06.085]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:40.0330233Z [00:03:06.085]➜  EOF
2025-08-20T21:45:40.0332291Z [00:03:06.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgpassfile@v1.0.0=>github.com/jackc/pgpassfile@v1.0.0;$WORK/b672=>" -p github.com/jackc/pgpassfile -lang=go1.12 -complete -installsuffix shared -buildid Ep_lOlV__nKmqlmPvBfH/Ep_lOlV__nKmqlmPvBfH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgpassfile@v1.0.0/pgpass.go
2025-08-20T21:45:40.0785112Z [00:03:06.131]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:45:40.0791090Z [00:03:06.132]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/b4/b4917ae3f8b7922dcba0cdcf529fc6f05c3ece48175341757691e1971168485a-d # internal
2025-08-20T21:45:40.0795050Z [00:03:06.132]➜  github.com/jackc/pgservicefile
2025-08-20T21:45:40.0795427Z [00:03:06.132]➜  mkdir -p $WORK/b673/
2025-08-20T21:45:40.0814562Z [00:03:06.134]➜  cat >/tmp/go-build1255330412/b673/importcfg << 'EOF' # internal
2025-08-20T21:45:40.0815348Z [00:03:06.134]➜  # import config
2025-08-20T21:45:40.0816428Z [00:03:06.134]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:40.0817511Z [00:03:06.134]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:40.0818735Z [00:03:06.134]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:40.0821454Z [00:03:06.134]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:40.0822706Z [00:03:06.134]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:40.0823538Z [00:03:06.134]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:40.0824047Z [00:03:06.134]➜  EOF
2025-08-20T21:45:40.0826297Z [00:03:06.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgservicefile@v0.0.0-20221227161230-091c0ba34f0a=>github.com/jackc/pgservicefile@v0.0.0-20221227161230-091c0ba34f0a;$WORK/b673=>" -p github.com/jackc/pgservicefile -lang=go1.14 -complete -installsuffix shared -buildid dYKW3dzvqFWotIJIKxgT/dYKW3dzvqFWotIJIKxgT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgservicefile@v0.0.0-20221227161230-091c0ba34f0a/pgservicefile.go
2025-08-20T21:45:40.1247353Z [00:03:06.177]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:45:40.1248413Z [00:03:06.178]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/64/64777a02e0a4fd6282f6e7d75ab50415b90c0faacbcf90e9ea0b3f792754ca2f-d # internal
2025-08-20T21:45:40.1256170Z [00:03:06.178]➜  github.com/jackc/pgx/v5/internal/iobufpool
2025-08-20T21:45:40.1257063Z [00:03:06.178]➜  mkdir -p $WORK/b674/
2025-08-20T21:45:40.1279134Z [00:03:06.179]➜  cat >/tmp/go-build1255330412/b674/importcfg << 'EOF' # internal
2025-08-20T21:45:40.1279588Z [00:03:06.179]➜  # import config
2025-08-20T21:45:40.1280155Z [00:03:06.179]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.1280643Z [00:03:06.179]➜  EOF
2025-08-20T21:45:40.1282660Z [00:03:06.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/iobufpool=>github.com/jackc/pgx/v5@v5.5.5/internal/iobufpool;$WORK/b674=>" -p github.com/jackc/pgx/v5/internal/iobufpool -lang=go1.19 -complete -installsuffix shared -buildid sPjfQf9kFg5XnAa3Su4V/sPjfQf9kFg5XnAa3Su4V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/iobufpool/iobufpool.go
2025-08-20T21:45:40.1605171Z [00:03:06.213]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:45:40.1612742Z [00:03:06.214]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/c3/c32e7b9d5716f06a181f6fa69dc949fa5f48bd3fd211f684eacdac606a05301f-d # internal
2025-08-20T21:45:40.1617338Z [00:03:06.214]➜  github.com/jackc/pgx/v5/pgconn/internal/bgreader
2025-08-20T21:45:40.1619299Z [00:03:06.214]➜  mkdir -p $WORK/b675/
2025-08-20T21:45:40.1639850Z [00:03:06.214]➜  cat >/tmp/go-build1255330412/b675/importcfg << 'EOF' # internal
2025-08-20T21:45:40.1640659Z [00:03:06.214]➜  # import config
2025-08-20T21:45:40.1641662Z [00:03:06.214]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build1255330412/b674/_pkg_.a
2025-08-20T21:45:40.1643082Z [00:03:06.215]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:40.1643941Z [00:03:06.215]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.1644435Z [00:03:06.215]➜  EOF
2025-08-20T21:45:40.1646598Z [00:03:06.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/bgreader=>github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/bgreader;$WORK/b675=>" -p github.com/jackc/pgx/v5/pgconn/internal/bgreader -lang=go1.19 -complete -installsuffix shared -buildid ZgrXcca7uRRrI568UIaI/ZgrXcca7uRRrI568UIaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/bgreader/bgreader.go
2025-08-20T21:45:40.1811128Z [00:03:06.234]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:45:40.1816547Z [00:03:06.234]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/2b/2b7c07679790232f7cb39bef6d1e5f7d16f51ee6e48eb3af1f010f9ad803777b-d # internal
2025-08-20T21:45:40.1831878Z [00:03:06.236]➜  github.com/jackc/pgx/v5/pgconn/internal/ctxwatch
2025-08-20T21:45:40.1833184Z [00:03:06.236]➜  mkdir -p $WORK/b676/
2025-08-20T21:45:40.1840664Z [00:03:06.237]➜  cat >/tmp/go-build1255330412/b676/importcfg << 'EOF' # internal
2025-08-20T21:45:40.1841276Z [00:03:06.237]➜  # import config
2025-08-20T21:45:40.1842017Z [00:03:06.237]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.1842984Z [00:03:06.237]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.1843620Z [00:03:06.237]➜  EOF
2025-08-20T21:45:40.1845889Z [00:03:06.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/ctxwatch=>github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/ctxwatch;$WORK/b676=>" -p github.com/jackc/pgx/v5/pgconn/internal/ctxwatch -lang=go1.19 -complete -installsuffix shared -buildid cTCJb8kpYAc5ilamZy0h/cTCJb8kpYAc5ilamZy0h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/ctxwatch/context_watcher.go
2025-08-20T21:45:40.2108575Z [00:03:06.262]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:45:40.2118759Z [00:03:06.264]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/63/6315510249a0c4af674b770bd60f0c9b4da32ea29da7b453bcafe2e2951ad56d-d # internal
2025-08-20T21:45:40.2119462Z [00:03:06.264]➜  github.com/jackc/pgx/v5/pgproto3
2025-08-20T21:45:40.2119833Z [00:03:06.264]➜  mkdir -p $WORK/b677/
2025-08-20T21:45:40.2120406Z [00:03:06.264]➜  cat >/tmp/go-build1255330412/b677/importcfg << 'EOF' # internal
2025-08-20T21:45:40.2120793Z [00:03:06.264]➜  # import config
2025-08-20T21:45:40.2121368Z [00:03:06.264]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:40.2122221Z [00:03:06.264]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:40.2123361Z [00:03:06.264]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:40.2124429Z [00:03:06.264]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:40.2125344Z [00:03:06.264]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:40.2126165Z [00:03:06.264]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:40.2126916Z [00:03:06.264]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build1255330412/b674/_pkg_.a
2025-08-20T21:45:40.2127572Z [00:03:06.264]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build1255330412/b668/_pkg_.a
2025-08-20T21:45:40.2128600Z [00:03:06.264]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:40.2129403Z [00:03:06.264]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:40.2130242Z [00:03:06.264]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:40.2131067Z [00:03:06.264]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:40.2131875Z [00:03:06.264]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.2133038Z [00:03:06.264]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:40.2133530Z [00:03:06.264]➜  EOF
2025-08-20T21:45:40.2151264Z [00:03:06.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3=>github.com/jackc/pgx/v5@v5.5.5/pgproto3;$WORK/b677=>" -p github.com/jackc/pgx/v5/pgproto3 -lang=go1.19 -complete -installsuffix shared -buildid gWIxtmIDjRN-2YZYBjhk/gWIxtmIDjRN-2YZYBjhk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_cleartext_password.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_gss.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_gss_continue.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_md5_password.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_ok.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_sasl.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_sasl_continue.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_sasl_final.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/backend.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/backend_key_data.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/big_endian.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/bind.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/bind_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/cancel_request.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/chunkreader.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/close.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/close_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/command_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_both_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_data.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_done.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_fail.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_in_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_out_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/data_row.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/describe.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/empty_query_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/error_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/execute.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/flush.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/frontend.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/function_call.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/function_call_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/gss_enc_request.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/gss_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/no_data.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/notice_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/notification_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parameter_description.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parameter_status.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parse.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parse_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/password_message.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/pgproto3.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/portal_suspended.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/query.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/ready_for_query.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/row_description.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/sasl_initial_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/sasl_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/ssl_request.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/startup_message.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/sync.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/terminate.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/trace.go
2025-08-20T21:45:40.2474986Z [00:03:06.300]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:45:40.2730135Z [00:03:06.325]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/9b/9b2fb8eafec84139629787962fa50998b37cc590353998fb33d79362a1e3dea5-d # internal
2025-08-20T21:45:40.2731025Z [00:03:06.326]➜  github.com/testcontainers/testcontainers-go/modules/mysql
2025-08-20T21:45:40.2731411Z [00:03:06.326]➜  mkdir -p $WORK/b637/
2025-08-20T21:45:40.2755260Z [00:03:06.328]➜  cat >/tmp/go-build1255330412/b637/importcfg << 'EOF' # internal
2025-08-20T21:45:40.2755738Z [00:03:06.328]➜  # import config
2025-08-20T21:45:40.2756352Z [00:03:06.328]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.2757201Z [00:03:06.328]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:40.2760092Z [00:03:06.328]➜  packagefile github.com/testcontainers/testcontainers-go=/tmp/go-build1255330412/b553/_pkg_.a
2025-08-20T21:45:40.2760887Z [00:03:06.328]➜  packagefile github.com/testcontainers/testcontainers-go/wait=/tmp/go-build1255330412/b630/_pkg_.a
2025-08-20T21:45:40.2761722Z [00:03:06.328]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:40.2762584Z [00:03:06.328]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:40.2763082Z [00:03:06.328]➜  EOF
2025-08-20T21:45:40.2765636Z [00:03:06.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/mysql@v0.31.0=>github.com/testcontainers/testcontainers-go/modules/mysql@v0.31.0;$WORK/b637=>" -p github.com/testcontainers/testcontainers-go/modules/mysql -lang=go1.21 -complete -installsuffix shared -buildid 9dSiTmITtGKFv-KGl4wb/9dSiTmITtGKFv-KGl4wb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/mysql@v0.31.0/mysql.go
2025-08-20T21:45:40.3402129Z [00:03:06.393]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:45:40.3428553Z [00:03:06.396]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/fe/fe4f907f9f2af350b1f9a469f3b5ed33fb21aa3489aa096da49805bd67c367e5-d # internal
2025-08-20T21:45:40.3430477Z [00:03:06.396]➜  github.com/testcontainers/testcontainers-go/modules/postgres
2025-08-20T21:45:40.3432022Z [00:03:06.396]➜  mkdir -p $WORK/b638/
2025-08-20T21:45:40.3437506Z [00:03:06.397]➜  cat >/tmp/go-build1255330412/b638/importcfg << 'EOF' # internal
2025-08-20T21:45:40.3438800Z [00:03:06.397]➜  # import config
2025-08-20T21:45:40.3440354Z [00:03:06.397]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.3441921Z [00:03:06.397]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:40.3442797Z [00:03:06.397]➜  packagefile github.com/testcontainers/testcontainers-go=/tmp/go-build1255330412/b553/_pkg_.a
2025-08-20T21:45:40.3443921Z [00:03:06.397]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:40.3444912Z [00:03:06.397]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:40.3445768Z [00:03:06.397]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:40.3446630Z [00:03:06.397]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:40.3447138Z [00:03:06.397]➜  EOF
2025-08-20T21:45:40.3449658Z [00:03:06.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/postgres@v0.31.0=>github.com/testcontainers/testcontainers-go/modules/postgres@v0.31.0;$WORK/b638=>" -p github.com/testcontainers/testcontainers-go/modules/postgres -lang=go1.21 -complete -installsuffix shared -buildid ayU5HRtEmjbNWbFV5C4X/ayU5HRtEmjbNWbFV5C4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/postgres@v0.31.0/postgres.go
2025-08-20T21:45:40.3590547Z [00:03:06.412]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:45:40.3605298Z [00:03:06.413]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/7f/7fccae4e6effafe3ea517e5de30a65e926c085cd14bc239ecbe82071da80d2d4-d # internal
2025-08-20T21:45:40.3606429Z [00:03:06.413]➜  github.com/testcontainers/testcontainers-go/modules/redis
2025-08-20T21:45:40.3606890Z [00:03:06.413]➜  mkdir -p $WORK/b639/
2025-08-20T21:45:40.3614601Z [00:03:06.414]➜  cat >/tmp/go-build1255330412/b639/importcfg << 'EOF' # internal
2025-08-20T21:45:40.3615728Z [00:03:06.414]➜  # import config
2025-08-20T21:45:40.3616666Z [00:03:06.414]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.3618434Z [00:03:06.414]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:40.3619937Z [00:03:06.414]➜  packagefile github.com/testcontainers/testcontainers-go=/tmp/go-build1255330412/b553/_pkg_.a
2025-08-20T21:45:40.3620958Z [00:03:06.414]➜  packagefile github.com/testcontainers/testcontainers-go/wait=/tmp/go-build1255330412/b630/_pkg_.a
2025-08-20T21:45:40.3621865Z [00:03:06.414]➜  EOF
2025-08-20T21:45:40.3625275Z [00:03:06.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/redis@v0.31.0=>github.com/testcontainers/testcontainers-go/modules/redis@v0.31.0;$WORK/b639=>" -p github.com/testcontainers/testcontainers-go/modules/redis -lang=go1.21 -complete -installsuffix shared -buildid 08dKWpE4TYAI_1NzIKWC/08dKWpE4TYAI_1NzIKWC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/testcontainers/testcontainers-go/modules/redis@v0.31.0/redis.go
2025-08-20T21:45:40.4726953Z [00:03:06.525]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:45:40.4743170Z [00:03:06.527]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/c0/c0974d67adda3ed8b7171ff4a82aa0a12dbede58fd37d374a0bf420e2fcc7363-d # internal
2025-08-20T21:45:40.4744687Z [00:03:06.527]➜  golang.org/x/text/runes
2025-08-20T21:45:40.4745520Z [00:03:06.527]➜  mkdir -p $WORK/b679/
2025-08-20T21:45:40.4746524Z [00:03:06.527]➜  cat >/tmp/go-build1255330412/b679/importcfg << 'EOF' # internal
2025-08-20T21:45:40.4747186Z [00:03:06.527]➜  # import config
2025-08-20T21:45:40.4748215Z [00:03:06.527]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d
2025-08-20T21:45:40.4759945Z [00:03:06.527]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:40.4761696Z [00:03:06.527]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:40.4763248Z [00:03:06.527]➜  EOF
2025-08-20T21:45:40.4765445Z [00:03:06.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/runes=>golang.org/x/text@v0.24.0/runes;$WORK/b679=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid mIjnw3BkKS9Gtv2mAo75/mIjnw3BkKS9Gtv2mAo75 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/runes/runes.go
2025-08-20T21:45:40.4924022Z [00:03:06.545]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:45:40.4972653Z [00:03:06.550]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/61/61b9073b47fe3849a3a4745b8d0b2766a9471ce4176d63e812719f84327a3378-d # internal
2025-08-20T21:45:40.4974820Z [00:03:06.550]➜  github.com/netbirdio/netbird/management/server/testutil
2025-08-20T21:45:40.4975760Z [00:03:06.550]➜  mkdir -p $WORK/b552/
2025-08-20T21:45:40.4977640Z [00:03:06.550]➜  cat >/tmp/go-build1255330412/b552/importcfg << 'EOF' # internal
2025-08-20T21:45:40.4978186Z [00:03:06.550]➜  # import config
2025-08-20T21:45:40.4978772Z [00:03:06.550]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.4979968Z [00:03:06.550]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:40.4980880Z [00:03:06.550]➜  packagefile github.com/testcontainers/testcontainers-go=/tmp/go-build1255330412/b553/_pkg_.a
2025-08-20T21:45:40.4981647Z [00:03:06.550]➜  packagefile github.com/testcontainers/testcontainers-go/modules/mysql=/tmp/go-build1255330412/b637/_pkg_.a
2025-08-20T21:45:40.4982459Z [00:03:06.550]➜  packagefile github.com/testcontainers/testcontainers-go/modules/postgres=/tmp/go-build1255330412/b638/_pkg_.a
2025-08-20T21:45:40.4983283Z [00:03:06.550]➜  packagefile github.com/testcontainers/testcontainers-go/modules/redis=/tmp/go-build1255330412/b639/_pkg_.a
2025-08-20T21:45:40.4984041Z [00:03:06.550]➜  packagefile github.com/testcontainers/testcontainers-go/wait=/tmp/go-build1255330412/b630/_pkg_.a
2025-08-20T21:45:40.4984937Z [00:03:06.550]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:40.4985511Z [00:03:06.550]➜  EOF
2025-08-20T21:45:40.4987409Z [00:03:06.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testutil=>github.com/netbirdio/netbird/management/server/testutil;$WORK/b552=>" -p github.com/netbirdio/netbird/management/server/testutil -lang=go1.23 -complete -installsuffix shared -buildid r2IuhNV7uPWiDC57gWwE/r2IuhNV7uPWiDC57gWwE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack ./server/testutil/store.go
2025-08-20T21:45:40.5498421Z [00:03:06.602]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:45:40.5505049Z [00:03:06.603]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/8a/8a4299e18016201362646675bd8113325848717a044893530dc9ea6e676fcf6f-d # internal
2025-08-20T21:45:40.5512027Z [00:03:06.603]➜  golang.org/x/text/width
2025-08-20T21:45:40.5512359Z [00:03:06.603]➜  mkdir -p $WORK/b680/
2025-08-20T21:45:40.5512779Z [00:03:06.603]➜  cat >/tmp/go-build1255330412/b680/importcfg << 'EOF' # internal
2025-08-20T21:45:40.5513143Z [00:03:06.603]➜  # import config
2025-08-20T21:45:40.5513797Z [00:03:06.603]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d
2025-08-20T21:45:40.5514697Z [00:03:06.603]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:40.5515552Z [00:03:06.603]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:40.5516398Z [00:03:06.603]➜  EOF
2025-08-20T21:45:40.5519212Z [00:03:06.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/width=>golang.org/x/text@v0.24.0/width;$WORK/b680=>" -p golang.org/x/text/width -lang=go1.23 -complete -installsuffix shared -buildid LWsq7NWcA5asgI9qkx6B/LWsq7NWcA5asgI9qkx6B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/width/kind_string.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/width/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/width/transform.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/width/trieval.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/width/width.go
2025-08-20T21:45:40.6094168Z [00:03:06.662]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:45:40.6190756Z [00:03:06.672]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/45/4567ce96813410660581e86a2038eb9a1c719239b026caff714a87a34f394f3b-d # internal
2025-08-20T21:45:40.6215296Z [00:03:06.674]➜  github.com/jackc/pgx/v5/pgtype
2025-08-20T21:45:40.6219576Z [00:03:06.674]➜  mkdir -p $WORK/b681/
2025-08-20T21:45:40.6220502Z [00:03:06.674]➜  cat >/tmp/go-build1255330412/b681/importcfg << 'EOF' # internal
2025-08-20T21:45:40.6221541Z [00:03:06.674]➜  # import config
2025-08-20T21:45:40.6222594Z [00:03:06.674]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:40.6224859Z [00:03:06.674]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:40.6226141Z [00:03:06.674]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:40.6227646Z [00:03:06.675]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:40.6229022Z [00:03:06.675]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:40.6230377Z [00:03:06.675]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:40.6232685Z [00:03:06.675]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:40.6233607Z [00:03:06.675]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:40.6234342Z [00:03:06.675]➜  packagefile github.com/jackc/pgx/v5/internal/anynil=/tmp/go-build1255330412/b667/_pkg_.a
2025-08-20T21:45:40.6234993Z [00:03:06.675]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build1255330412/b668/_pkg_.a
2025-08-20T21:45:40.6235709Z [00:03:06.675]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:40.6236742Z [00:03:06.675]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:40.6237557Z [00:03:06.675]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:40.6240583Z [00:03:06.675]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:40.6241487Z [00:03:06.675]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:40.6242320Z [00:03:06.675]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:40.6243136Z [00:03:06.675]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:40.6244189Z [00:03:06.675]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:40.6245015Z [00:03:06.675]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:40.6245822Z [00:03:06.675]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.6246622Z [00:03:06.675]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:40.6247447Z [00:03:06.675]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:40.6248184Z [00:03:06.675]➜  EOF
2025-08-20T21:45:40.6260761Z [00:03:06.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype=>github.com/jackc/pgx/v5@v5.5.5/pgtype;$WORK/b681=>" -p github.com/jackc/pgx/v5/pgtype -lang=go1.19 -complete -installsuffix shared -buildid 09d_14G3w8mi-CL6sFAO/09d_14G3w8mi-CL6sFAO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/array.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/array_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/bits.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/bool.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/box.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/builtin_wrappers.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/bytea.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/circle.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/composite.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/convert.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/date.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/enum_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/float4.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/float8.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/hstore.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/inet.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/int.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/interval.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/json.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/jsonb.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/line.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/lseg.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/ltree.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/macaddr.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/multirange.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/numeric.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/path.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/pgtype.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/pgtype_default.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/point.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/polygon.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/qchar.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/range.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/range_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/record_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/register_default_pg_types.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/text.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/text_format_only_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/tid.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/time.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/timestamp.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/timestamptz.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/uint32.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/uuid.go
2025-08-20T21:45:40.6405772Z [00:03:06.693]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:45:40.6416500Z [00:03:06.694]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/1e/1e724d5411dba13f5aaf88dfa5d1847ed1862e522e92e86c903f1706dadbb66c-d # internal
2025-08-20T21:45:40.6419195Z [00:03:06.695]➜  golang.org/x/text/secure/precis
2025-08-20T21:45:40.6420458Z [00:03:06.695]➜  mkdir -p $WORK/b678/
2025-08-20T21:45:40.6422051Z [00:03:06.695]➜  cat >/tmp/go-build1255330412/b678/importcfg << 'EOF' # internal
2025-08-20T21:45:40.6422855Z [00:03:06.695]➜  # import config
2025-08-20T21:45:40.6424245Z [00:03:06.695]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:40.6425379Z [00:03:06.695]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:40.6426327Z [00:03:06.695]➜  packagefile golang.org/x/text/cases=/tmp/go-build1255330412/b540/_pkg_.a
2025-08-20T21:45:40.6427069Z [00:03:06.695]➜  packagefile golang.org/x/text/language=/tmp/go-build1255330412/b542/_pkg_.a
2025-08-20T21:45:40.6428602Z [00:03:06.695]➜  packagefile golang.org/x/text/runes=/tmp/go-build1255330412/b679/_pkg_.a
2025-08-20T21:45:40.6429678Z [00:03:06.695]➜  packagefile golang.org/x/text/secure/bidirule=/root/.cache/go-build/c2/c2da42765d3c89276e318330d43d94354cfdb0af0e8a260e65f44ff2921eb350-d
2025-08-20T21:45:40.6430872Z [00:03:06.695]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d
2025-08-20T21:45:40.6431939Z [00:03:06.695]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d
2025-08-20T21:45:40.6432688Z [00:03:06.695]➜  packagefile golang.org/x/text/width=/tmp/go-build1255330412/b680/_pkg_.a
2025-08-20T21:45:40.6433409Z [00:03:06.695]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:40.6434277Z [00:03:06.695]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:40.6434809Z [00:03:06.695]➜  EOF
2025-08-20T21:45:40.6441071Z [00:03:06.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis=>golang.org/x/text@v0.24.0/secure/precis;$WORK/b678=>" -p golang.org/x/text/secure/precis -lang=go1.23 -complete -installsuffix shared -buildid fc9AlkuY4shpnOE7ZyZU/fc9AlkuY4shpnOE7ZyZU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/class.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/context.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/doc.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/nickname.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/options.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/profile.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/profiles.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/transformer.go /root/go/pkg/mod/golang.org/x/text@v0.24.0/secure/precis/trieval.go
2025-08-20T21:45:40.6498275Z [00:03:06.702]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:45:40.6659899Z [00:03:06.718]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/18/18ea9d50248f58eb8dd73f23f04e7f83121582c902e6601c8a2149e3915873d9-d # internal
2025-08-20T21:45:40.6660689Z [00:03:06.719]➜  github.com/jackc/puddle/v2/internal/genstack
2025-08-20T21:45:40.6661424Z [00:03:06.719]➜  mkdir -p $WORK/b685/
2025-08-20T21:45:40.6670887Z [00:03:06.720]➜  echo '# import config' > $WORK/b685/importcfg # internal
2025-08-20T21:45:40.6674524Z [00:03:06.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/internal/genstack=>github.com/jackc/puddle/v2@v2.2.1/internal/genstack;$WORK/b685=>" -p github.com/jackc/puddle/v2/internal/genstack -lang=go1.19 -complete -installsuffix shared -buildid CNhx_RXfyAhwSmxFf_br/CNhx_RXfyAhwSmxFf_br -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/internal/genstack/gen_stack.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/internal/genstack/stack.go
2025-08-20T21:45:40.6823518Z [00:03:06.735]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:45:40.6833442Z [00:03:06.736]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/98/9867530562cdae2dcaae56039c13ea909427c6792ae2525f3ca83d5b213045c7-d # internal
2025-08-20T21:45:40.6834992Z [00:03:06.736]➜  golang.org/x/sync/semaphore
2025-08-20T21:45:40.6836393Z [00:03:06.736]➜  mkdir -p $WORK/b686/
2025-08-20T21:45:40.6849024Z [00:03:06.738]➜  cat >/tmp/go-build1255330412/b686/importcfg << 'EOF' # internal
2025-08-20T21:45:40.6850518Z [00:03:06.738]➜  # import config
2025-08-20T21:45:40.6853115Z [00:03:06.738]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:45:40.6854256Z [00:03:06.738]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.6855257Z [00:03:06.738]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.6855782Z [00:03:06.738]➜  EOF
2025-08-20T21:45:40.6857539Z [00:03:06.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.13.0/semaphore=>golang.org/x/sync@v0.13.0/semaphore;$WORK/b686=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid 4xhDSW6vWs4O1lwk833v/4xhDSW6vWs4O1lwk833v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.13.0/semaphore/semaphore.go
2025-08-20T21:45:40.7171583Z [00:03:06.770]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:45:40.7178903Z [00:03:06.770]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/4c/4c35c411cefe1de30f745f66a690da29adccbc0ee57dc43b4da5fe30a35763c7-d # internal
2025-08-20T21:45:40.7179634Z [00:03:06.771]➜  github.com/jackc/puddle/v2
2025-08-20T21:45:40.7179929Z [00:03:06.771]➜  mkdir -p $WORK/b684/
2025-08-20T21:45:40.7183061Z [00:03:06.771]➜  cat >/tmp/go-build1255330412/b684/importcfg << 'EOF' # internal
2025-08-20T21:45:40.7184762Z [00:03:06.771]➜  # import config
2025-08-20T21:45:40.7185366Z [00:03:06.771]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.7186206Z [00:03:06.771]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:40.7187431Z [00:03:06.771]➜  packagefile github.com/jackc/puddle/v2/internal/genstack=/tmp/go-build1255330412/b685/_pkg_.a
2025-08-20T21:45:40.7188241Z [00:03:06.771]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build1255330412/b686/_pkg_.a
2025-08-20T21:45:40.7188958Z [00:03:06.771]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.7189802Z [00:03:06.771]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:40.7190635Z [00:03:06.771]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:40.7191117Z [00:03:06.771]➜  EOF
2025-08-20T21:45:40.7202114Z [00:03:06.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1=>github.com/jackc/puddle/v2@v2.2.1;$WORK/b684=>" -p github.com/jackc/puddle/v2 -lang=go1.19 -complete -installsuffix shared -buildid ed-gp9ofWtLnyPA4a_tf/ed-gp9ofWtLnyPA4a_tf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/context.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/doc.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/log.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/nanotime_unsafe.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/pool.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.1/resource_list.go
2025-08-20T21:45:40.7472849Z [00:03:06.800]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:45:40.7480578Z [00:03:06.801]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/68/687c08e7091e9385f5033ca71cd8a3e6ee6a4af7aa58c0bf5d7726b127579554-d # internal
2025-08-20T21:45:40.7619388Z [00:03:06.815]➜  github.com/mattn/go-sqlite3
2025-08-20T21:45:40.7643944Z [00:03:06.817]➜  mkdir -p $WORK/b688/
2025-08-20T21:45:40.7649841Z [00:03:06.817]➜  echo -n > $WORK/b688/preferlinkext # internal
2025-08-20T21:45:40.7650341Z [00:03:06.817]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22
2025-08-20T21:45:40.7653405Z [00:03:06.818]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b688/ -importpath github.com/mattn/go-sqlite3 "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 ./backup.go ./callback.go ./error.go ./sqlite3.go ./sqlite3_context.go ./sqlite3_load_extension.go ./sqlite3_opt_serialize.go ./sqlite3_opt_userauth_omit.go ./sqlite3_other.go ./sqlite3_type.go
2025-08-20T21:45:40.8541927Z [00:03:06.907]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:45:40.8569782Z [00:03:06.910]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/03/039366cb4810b008f4b23810855793e267da1abe8908cc923b8a89a678e91325-d # internal
2025-08-20T21:45:40.8575467Z [00:03:06.910]➜  github.com/jackc/pgx/v5/pgconn
2025-08-20T21:45:40.8575846Z [00:03:06.910]➜  mkdir -p $WORK/b671/
2025-08-20T21:45:40.8576267Z [00:03:06.910]➜  cat >/tmp/go-build1255330412/b671/importcfg << 'EOF' # internal
2025-08-20T21:45:40.8576616Z [00:03:06.910]➜  # import config
2025-08-20T21:45:40.8577190Z [00:03:06.910]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:40.8578189Z [00:03:06.910]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:40.8579103Z [00:03:06.910]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:40.8590711Z [00:03:06.910]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T21:45:40.8591631Z [00:03:06.910]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:40.8592527Z [00:03:06.910]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:40.8593400Z [00:03:06.910]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:40.8594246Z [00:03:06.910]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:40.8595117Z [00:03:06.910]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:40.8596013Z [00:03:06.910]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:40.8597125Z [00:03:06.910]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:40.8629239Z [00:03:06.910]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:40.8630330Z [00:03:06.910]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:40.8631172Z [00:03:06.910]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:40.8631862Z [00:03:06.910]➜  packagefile github.com/jackc/pgpassfile=/tmp/go-build1255330412/b672/_pkg_.a
2025-08-20T21:45:40.8632453Z [00:03:06.910]➜  packagefile github.com/jackc/pgservicefile=/tmp/go-build1255330412/b673/_pkg_.a
2025-08-20T21:45:40.8633114Z [00:03:06.910]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build1255330412/b674/_pkg_.a
2025-08-20T21:45:40.8633769Z [00:03:06.910]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build1255330412/b668/_pkg_.a
2025-08-20T21:45:40.8634462Z [00:03:06.910]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/bgreader=/tmp/go-build1255330412/b675/_pkg_.a
2025-08-20T21:45:40.8635537Z [00:03:06.910]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/ctxwatch=/tmp/go-build1255330412/b676/_pkg_.a
2025-08-20T21:45:40.8636363Z [00:03:06.910]➜  packagefile github.com/jackc/pgx/v5/pgproto3=/tmp/go-build1255330412/b677/_pkg_.a
2025-08-20T21:45:40.8637008Z [00:03:06.910]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1255330412/b412/_pkg_.a
2025-08-20T21:45:40.8637590Z [00:03:06.910]➜  packagefile golang.org/x/text/secure/precis=/tmp/go-build1255330412/b678/_pkg_.a
2025-08-20T21:45:40.8638575Z [00:03:06.910]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:40.8639390Z [00:03:06.910]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:40.8640199Z [00:03:06.910]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:40.8641018Z [00:03:06.910]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:40.8641827Z [00:03:06.910]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:40.8642629Z [00:03:06.910]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:40.8643478Z [00:03:06.910]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:40.8644642Z [00:03:06.910]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:40.8645463Z [00:03:06.910]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:40.8646311Z [00:03:06.910]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:40.8647129Z [00:03:06.910]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:40.8648052Z [00:03:06.910]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:40.8648589Z [00:03:06.910]➜  EOF
2025-08-20T21:45:40.8648893Z [00:03:06.911]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:40.8652185Z [00:03:06.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn=>github.com/jackc/pgx/v5@v5.5.5/pgconn;$WORK/b671=>" -p github.com/jackc/pgx/v5/pgconn -lang=go1.19 -complete -installsuffix shared -buildid 04KPv1i-BKrPq7Ay4fJq/04KPv1i-BKrPq7Ay4fJq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/auth_scram.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/config.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/defaults.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/errors.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/krb5.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/pgconn.go
2025-08-20T21:45:41.1865754Z [00:03:07.239]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:45:41.1889755Z [00:03:07.242]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/46/465b7e5f3fa65eda813c9feba9796003f8e7be02f1ca21802cc10ae0831ba788-d # internal
2025-08-20T21:45:41.1891809Z [00:03:07.242]➜  github.com/jackc/pgx/v5/internal/stmtcache
2025-08-20T21:45:41.1895873Z [00:03:07.242]➜  mkdir -p $WORK/b670/
2025-08-20T21:45:41.1897121Z [00:03:07.242]➜  cat >/tmp/go-build1255330412/b670/importcfg << 'EOF' # internal
2025-08-20T21:45:41.1899888Z [00:03:07.242]➜  # import config
2025-08-20T21:45:41.1901074Z [00:03:07.242]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:45:41.1902509Z [00:03:07.242]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:41.1903998Z [00:03:07.242]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:41.1904803Z [00:03:07.242]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build1255330412/b671/_pkg_.a
2025-08-20T21:45:41.1905527Z [00:03:07.242]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:41.1906042Z [00:03:07.242]➜  EOF
2025-08-20T21:45:41.1920214Z [00:03:07.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache=>github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache;$WORK/b670=>" -p github.com/jackc/pgx/v5/internal/stmtcache -lang=go1.19 -complete -installsuffix shared -buildid wtALuR9i7iGiV4hifdnh/wtALuR9i7iGiV4hifdnh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache/lru_cache.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache/stmtcache.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache/unlimited_cache.go
2025-08-20T21:45:41.2160449Z [00:03:07.268]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:45:41.2175148Z [00:03:07.269]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/48/48a59c9740049359478f17ffba6e65d44789e25a08307e6d66fb10d557ead3e0-d # internal
2025-08-20T21:45:41.2196989Z [00:03:07.269]➜  github.com/netbirdio/netbird/management/server/permissions/modules
2025-08-20T21:45:41.2197582Z [00:03:07.269]➜  mkdir -p $WORK/b691/
2025-08-20T21:45:41.2198066Z [00:03:07.269]➜  echo '# import config' > $WORK/b691/importcfg # internal
2025-08-20T21:45:41.2200320Z [00:03:07.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/modules=>github.com/netbirdio/netbird/management/server/permissions/modules;$WORK/b691=>" -p github.com/netbirdio/netbird/management/server/permissions/modules -lang=go1.23 -complete -installsuffix shared -buildid yqbypRpoQs6UUTh_IWzS/yqbypRpoQs6UUTh_IWzS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack ./server/permissions/modules/module.go
2025-08-20T21:45:41.2249753Z [00:03:07.278]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:45:41.2254405Z [00:03:07.278]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/a6/a656548fc94f0f77bfb2903c686fc4e425bff6a360cb1b9ba965cb20cfd8c3d2-d # internal
2025-08-20T21:45:41.2255152Z [00:03:07.278]➜  github.com/netbirdio/netbird/management/server/permissions/operations
2025-08-20T21:45:41.2255574Z [00:03:07.278]➜  mkdir -p $WORK/b692/
2025-08-20T21:45:41.2258352Z [00:03:07.279]➜  echo '# import config' > $WORK/b692/importcfg # internal
2025-08-20T21:45:41.2260653Z [00:03:07.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/operations=>github.com/netbirdio/netbird/management/server/permissions/operations;$WORK/b692=>" -p github.com/netbirdio/netbird/management/server/permissions/operations -lang=go1.23 -complete -installsuffix shared -buildid 3vQYgTTaF_F6zxCxR1CT/3vQYgTTaF_F6zxCxR1CT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack ./server/permissions/operations/operation.go
2025-08-20T21:45:41.2326220Z [00:03:07.285]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:45:41.2358749Z [00:03:07.286]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/20/20c5d6f6ec0c6a8e2944eca6ed5bbf4cc191a7878a53e2e1b5b07d35f5bef646-d # internal
2025-08-20T21:45:41.2980491Z [00:03:07.351]➜  github.com/golang/protobuf/ptypes/timestamp
2025-08-20T21:45:41.2980942Z [00:03:07.351]➜  mkdir -p $WORK/b815/
2025-08-20T21:45:41.2981686Z [00:03:07.351]➜  cat >/tmp/go-build1255330412/b815/importcfg << 'EOF' # internal
2025-08-20T21:45:41.2982268Z [00:03:07.351]➜  # import config
2025-08-20T21:45:41.2983102Z [00:03:07.351]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:41.2984245Z [00:03:07.351]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:41.2985416Z [00:03:07.351]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d
2025-08-20T21:45:41.2986407Z [00:03:07.351]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:41.2986899Z [00:03:07.351]➜  EOF
2025-08-20T21:45:41.2989150Z [00:03:07.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/timestamp=>github.com/golang/protobuf@v1.5.4/ptypes/timestamp;$WORK/b815=>" -p github.com/golang/protobuf/ptypes/timestamp -lang=go1.17 -complete -installsuffix shared -buildid 7JeN7Hluq7nPfDKonIA8/7JeN7Hluq7nPfDKonIA8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/timestamp/timestamp.pb.go
2025-08-20T21:45:41.3454095Z [00:03:07.398]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:45:41.3463166Z [00:03:07.399]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/2b/2bfc896f0a72ab9dc846dc8ca00da355d675f67039598257b431568bd18717f1-d # internal
2025-08-20T21:45:41.3464535Z [00:03:07.399]➜  github.com/netbirdio/netbird/management/server/auth/jwt
2025-08-20T21:45:41.3464978Z [00:03:07.399]➜  mkdir -p $WORK/b818/
2025-08-20T21:45:41.3475608Z [00:03:07.400]➜  cat >/tmp/go-build1255330412/b818/importcfg << 'EOF' # internal
2025-08-20T21:45:41.3477601Z [00:03:07.401]➜  # import config
2025-08-20T21:45:41.3479821Z [00:03:07.401]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:41.3480711Z [00:03:07.401]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:45:41.3481646Z [00:03:07.401]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T21:45:41.3482525Z [00:03:07.401]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:41.3483395Z [00:03:07.401]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:41.3484284Z [00:03:07.401]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:41.3485131Z [00:03:07.401]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:41.3485954Z [00:03:07.401]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:41.3486625Z [00:03:07.401]➜  packagefile github.com/golang-jwt/jwt=/tmp/go-build1255330412/b361/_pkg_.a
2025-08-20T21:45:41.3487303Z [00:03:07.401]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:41.3488473Z [00:03:07.401]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:41.3489373Z [00:03:07.401]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:41.3490481Z [00:03:07.401]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:41.3491560Z [00:03:07.401]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:41.3492442Z [00:03:07.401]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:41.3493262Z [00:03:07.401]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:41.3494083Z [00:03:07.401]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:41.3494879Z [00:03:07.401]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:41.3495391Z [00:03:07.401]➜  EOF
2025-08-20T21:45:41.3497433Z [00:03:07.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/jwt=>github.com/netbirdio/netbird/management/server/auth/jwt;$WORK/b818=>" -p github.com/netbirdio/netbird/management/server/auth/jwt -lang=go1.23 -complete -installsuffix shared -buildid NbwxIx4ZKv7UI1ISMJKw/NbwxIx4ZKv7UI1ISMJKw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack ./server/auth/jwt/extractor.go ./server/auth/jwt/validator.go
2025-08-20T21:45:41.4702056Z [00:03:07.523]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:45:41.4724102Z [00:03:07.525]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/4a/4ae81871cb1560b97aeee51fff03cc756ceb268e732e9e43cd4d6c2f23c3cbd4-d # internal
2025-08-20T21:45:41.4795976Z [00:03:07.532]➜  github.com/oschwald/maxminddb-golang
2025-08-20T21:45:41.4796360Z [00:03:07.532]➜  mkdir -p $WORK/b822/
2025-08-20T21:45:41.4805577Z [00:03:07.533]➜  cat >/tmp/go-build1255330412/b822/importcfg << 'EOF' # internal
2025-08-20T21:45:41.4811953Z [00:03:07.533]➜  # import config
2025-08-20T21:45:41.4812589Z [00:03:07.534]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:41.4813455Z [00:03:07.534]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:41.4814311Z [00:03:07.534]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:41.4815132Z [00:03:07.534]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:41.4816033Z [00:03:07.534]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:41.4816895Z [00:03:07.534]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:41.4819534Z [00:03:07.534]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:41.4820526Z [00:03:07.534]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:41.4821328Z [00:03:07.534]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:41.4822130Z [00:03:07.534]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:41.4822966Z [00:03:07.534]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:41.4823775Z [00:03:07.534]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:41.4824258Z [00:03:07.534]➜  EOF
2025-08-20T21:45:41.4829116Z [00:03:07.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0=>github.com/oschwald/maxminddb-golang@v1.12.0;$WORK/b822=>" -p github.com/oschwald/maxminddb-golang -lang=go1.19 -complete -installsuffix shared -buildid wOTb-fa0mD96kXTWbglO/wOTb-fa0mD96kXTWbglO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/decoder.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/deserializer.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/errors.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/mmap_unix.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/node.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/reader.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/reader_mmap.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/set_zero_120.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/traverse.go /root/go/pkg/mod/github.com/oschwald/maxminddb-golang@v1.12.0/verifier.go
2025-08-20T21:45:41.7974941Z [00:03:07.850]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:45:41.8031393Z [00:03:07.856]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/9f/9fa2e2558216dae97e7065b0adf4936aa1317206e733c69f16993818e5cca1ef-d # internal
2025-08-20T21:45:41.8045007Z [00:03:07.857]➜  github.com/netbirdio/netbird/shared/management/http/util
2025-08-20T21:45:41.8046376Z [00:03:07.857]➜  mkdir -p $WORK/b828/
2025-08-20T21:45:41.8050433Z [00:03:07.858]➜  cat >/tmp/go-build1255330412/b828/importcfg << 'EOF' # internal
2025-08-20T21:45:41.8050854Z [00:03:07.858]➜  # import config
2025-08-20T21:45:41.8051431Z [00:03:07.858]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:41.8052286Z [00:03:07.858]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:41.8053156Z [00:03:07.858]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:41.8053978Z [00:03:07.858]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:41.8054999Z [00:03:07.858]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:41.8056082Z [00:03:07.858]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:41.8056991Z [00:03:07.858]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:41.8057984Z [00:03:07.858]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:41.8058872Z [00:03:07.858]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:41.8059359Z [00:03:07.858]➜  EOF
2025-08-20T21:45:41.8064319Z [00:03:07.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/util=>github.com/netbirdio/netbird/shared/management/http/util;$WORK/b828=>" -p github.com/netbirdio/netbird/shared/management/http/util -lang=go1.23 -complete -installsuffix shared -buildid 7lnefGGly7ehrvV3x9ck/7lnefGGly7ehrvV3x9ck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/util/util.go
2025-08-20T21:45:41.8678188Z [00:03:07.920]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:45:41.8688434Z [00:03:07.922]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/fd/fd8eae9c5b638bc8ff340b4578d4ff4ea6125aaa5cb34a5d8cb8315efe9eb369-d # internal
2025-08-20T21:45:41.8711530Z [00:03:07.924]➜  github.com/netbirdio/netbird/management/server/http/middleware/bypass
2025-08-20T21:45:41.8713077Z [00:03:07.924]➜  mkdir -p $WORK/b842/
2025-08-20T21:45:41.8717605Z [00:03:07.924]➜  cat >/tmp/go-build1255330412/b842/importcfg << 'EOF' # internal
2025-08-20T21:45:41.8719363Z [00:03:07.925]➜  # import config
2025-08-20T21:45:41.8719941Z [00:03:07.925]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:41.8720857Z [00:03:07.925]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:41.8721801Z [00:03:07.925]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:41.8722608Z [00:03:07.925]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:41.8723406Z [00:03:07.925]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:41.8723895Z [00:03:07.925]➜  EOF
2025-08-20T21:45:41.8726061Z [00:03:07.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/bypass=>github.com/netbirdio/netbird/management/server/http/middleware/bypass;$WORK/b842=>" -p github.com/netbirdio/netbird/management/server/http/middleware/bypass -lang=go1.23 -complete -installsuffix shared -buildid iKf1gDZDBf6kmvrKrSQI/iKf1gDZDBf6kmvrKrSQI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack ./server/http/middleware/bypass/bypass.go
2025-08-20T21:45:41.9309450Z [00:03:07.983]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:45:41.9314917Z [00:03:07.984]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/32/325defcabb6adf190f1ee506538dac564b7dcb5bb0ec0ec0f2213df5a6a3e857-d # internal
2025-08-20T21:45:41.9346124Z [00:03:07.987]➜  github.com/rs/cors
2025-08-20T21:45:41.9346954Z [00:03:07.987]➜  mkdir -p $WORK/b843/
2025-08-20T21:45:41.9350447Z [00:03:07.988]➜  cat >/tmp/go-build1255330412/b843/importcfg << 'EOF' # internal
2025-08-20T21:45:41.9351393Z [00:03:07.988]➜  # import config
2025-08-20T21:45:41.9352849Z [00:03:07.988]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:41.9353683Z [00:03:07.988]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:41.9354530Z [00:03:07.988]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:41.9355337Z [00:03:07.988]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:41.9356161Z [00:03:07.988]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:41.9356658Z [00:03:07.988]➜  EOF
2025-08-20T21:45:41.9359069Z [00:03:07.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/cors@v1.8.0=>github.com/rs/cors@v1.8.0;$WORK/b843=>" -p github.com/rs/cors -lang=go1.13 -complete -installsuffix shared -buildid xSdme-PoCmfruTUGPSJX/xSdme-PoCmfruTUGPSJX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/github.com/rs/cors@v1.8.0/cors.go /root/go/pkg/mod/github.com/rs/cors@v1.8.0/utils.go
2025-08-20T21:45:42.0031079Z [00:03:08.056]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:45:42.0035235Z [00:03:08.056]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/f6/f62d7d2acba8d673148f1af641586e8f2d0058c615cdc4c322596d158492cce8-d # internal
2025-08-20T21:45:42.0043518Z [00:03:08.057]➜  golang.org/x/net/http2/h2c
2025-08-20T21:45:42.0051142Z [00:03:08.058]➜  mkdir -p $WORK/b846/
2025-08-20T21:45:42.0063014Z [00:03:08.059]➜  cat >/tmp/go-build1255330412/b846/importcfg << 'EOF' # internal
2025-08-20T21:45:42.0064126Z [00:03:08.059]➜  # import config
2025-08-20T21:45:42.0065514Z [00:03:08.059]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:42.0066653Z [00:03:08.059]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:42.0069693Z [00:03:08.059]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:42.0070711Z [00:03:08.059]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:42.0071540Z [00:03:08.059]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:42.0072471Z [00:03:08.059]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bc03261abdd620e68a56636db0f1a9db0d3e88c428629f037f760baf04dc246-d
2025-08-20T21:45:42.0073465Z [00:03:08.059]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/2a/2a28b2cfcd2cc2c7bc1f90ea321f8d0bffa930b2c6d98cb9fe0195926e76b873-d
2025-08-20T21:45:42.0074323Z [00:03:08.059]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:42.0075101Z [00:03:08.059]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:42.0076307Z [00:03:08.059]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:42.0077130Z [00:03:08.059]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:42.0078162Z [00:03:08.059]➜  packagefile net/textproto=/root/.cache/go-build/60/60958166c58fc751e17817a5f5ec0d09df305badb6b25947f49b54f0f9b02321-d
2025-08-20T21:45:42.0079107Z [00:03:08.059]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:42.0079919Z [00:03:08.059]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:42.0080419Z [00:03:08.059]➜  EOF
2025-08-20T21:45:42.0087910Z [00:03:08.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/h2c=>golang.org/x/net@v0.39.0/http2/h2c;$WORK/b846=>" -p golang.org/x/net/http2/h2c -lang=go1.23 -complete -installsuffix shared -buildid pUa6gvZhtf3zzlbKMiGi/pUa6gvZhtf3zzlbKMiGi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.39.0/http2/h2c/h2c.go
2025-08-20T21:45:42.0636192Z [00:03:08.116]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:45:42.0679744Z [00:03:08.120]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/b3/b3f991e9b9f91473e40e76f86aed40635432f5979bd7f1f5613737fd8d179565-d # internal
2025-08-20T21:45:43.0975593Z [00:03:09.150]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:45:43.2650658Z [00:03:09.318]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/ab/ab67e3b5b5e0480fad272b0023cf7b3296670dab4865984fe555f217a424b2ab-d # internal
2025-08-20T21:45:43.2659113Z [00:03:09.319]➜  github.com/netbirdio/netbird/management/server/idp
2025-08-20T21:45:43.2659900Z [00:03:09.319]➜  mkdir -p $WORK/b354/
2025-08-20T21:45:43.2671300Z [00:03:09.320]➜  cat >/tmp/go-build1255330412/b354/importcfg << 'EOF' # internal
2025-08-20T21:45:43.2672027Z [00:03:09.320]➜  # import config
2025-08-20T21:45:43.2672906Z [00:03:09.320]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:43.2674397Z [00:03:09.320]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:45:43.2675660Z [00:03:09.320]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:43.2676897Z [00:03:09.320]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:43.2678391Z [00:03:09.320]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:43.2679602Z [00:03:09.320]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:43.2680896Z [00:03:09.320]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:43.2682342Z [00:03:09.320]➜  packagefile github.com/TheJumpCloud/jcapi-go/v1=/tmp/go-build1255330412/b355/_pkg_.a
2025-08-20T21:45:43.2683053Z [00:03:09.320]➜  packagefile github.com/golang-jwt/jwt=/tmp/go-build1255330412/b361/_pkg_.a
2025-08-20T21:45:43.2683755Z [00:03:09.320]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:43.2684476Z [00:03:09.320]➜  packagefile github.com/okta/okta-sdk-golang/v2/okta=/tmp/go-build1255330412/b400/_pkg_.a
2025-08-20T21:45:43.2685143Z [00:03:09.320]➜  packagefile github.com/okta/okta-sdk-golang/v2/okta/query=/tmp/go-build1255330412/b409/_pkg_.a
2025-08-20T21:45:43.2685993Z [00:03:09.320]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:43.2687184Z [00:03:09.320]➜  packagefile goauthentik.io/api/v3=/tmp/go-build1255330412/b417/_pkg_.a
2025-08-20T21:45:43.2688061Z [00:03:09.320]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1255330412/b418/_pkg_.a
2025-08-20T21:45:43.2688777Z [00:03:09.320]➜  packagefile google.golang.org/api/admin/directory/v1=/tmp/go-build1255330412/b428/_pkg_.a
2025-08-20T21:45:43.2689388Z [00:03:09.320]➜  packagefile google.golang.org/api/option=/tmp/go-build1255330412/b489/_pkg_.a
2025-08-20T21:45:43.2690087Z [00:03:09.320]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:43.2690894Z [00:03:09.320]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:43.2691723Z [00:03:09.320]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:43.2692565Z [00:03:09.320]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:43.2693392Z [00:03:09.320]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:43.2694218Z [00:03:09.320]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:43.2695048Z [00:03:09.320]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:43.2695858Z [00:03:09.320]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:43.2696658Z [00:03:09.320]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:43.2697145Z [00:03:09.320]➜  EOF
2025-08-20T21:45:43.2700288Z [00:03:09.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp=>github.com/netbirdio/netbird/management/server/idp;$WORK/b354=>" -p github.com/netbirdio/netbird/management/server/idp -lang=go1.23 -complete -installsuffix shared -buildid MnmZmlD1yX9b64cup3BA/MnmZmlD1yX9b64cup3BA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack ./server/idp/auth0.go ./server/idp/authentik.go ./server/idp/azure.go ./server/idp/google_workspace.go ./server/idp/idp.go ./server/idp/jumpcloud.go ./server/idp/keycloak.go ./server/idp/mock.go ./server/idp/okta.go ./server/idp/util.go ./server/idp/zitadel.go
2025-08-20T21:45:43.3076113Z [00:03:09.360]➜  cd $WORK/b688
2025-08-20T21:45:43.3080060Z [00:03:09.360]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x001.o -c _cgo_export.c
2025-08-20T21:45:43.3358588Z [00:03:09.388]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x002.o -c backup.cgo2.c
2025-08-20T21:45:43.3634616Z [00:03:09.416]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x003.o -c callback.cgo2.c
2025-08-20T21:45:43.4257630Z [00:03:09.478]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x004.o -c error.cgo2.c
2025-08-20T21:45:43.4710347Z [00:03:09.522]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x005.o -c sqlite3.cgo2.c
2025-08-20T21:45:43.5486345Z [00:03:09.601]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x006.o -c sqlite3_context.cgo2.c
2025-08-20T21:45:43.5884398Z [00:03:09.641]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x007.o -c sqlite3_load_extension.cgo2.c
2025-08-20T21:45:43.6335691Z [00:03:09.686]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x008.o -c sqlite3_opt_serialize.cgo2.c
2025-08-20T21:45:43.6666585Z [00:03:09.719]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x009.o -c sqlite3_opt_userauth_omit.cgo2.c
2025-08-20T21:45:43.7065229Z [00:03:09.758]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x010.o -c sqlite3_other.cgo2.c
2025-08-20T21:45:43.7388066Z [00:03:09.791]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x011.o -c sqlite3_type.cgo2.c
2025-08-20T21:45:43.7771823Z [00:03:09.829]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22
2025-08-20T21:45:43.7775245Z [00:03:09.829]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x012.o -c sqlite3-binding.c
2025-08-20T21:45:43.8595954Z [00:03:09.912]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:45:43.8873206Z [00:03:09.940]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/f9/f947d802faa3baf2f3f895fd6b9725bd4be0e5bc2c70be2d7e3b4ddc7bc5d376-d # internal
2025-08-20T21:45:43.8902182Z [00:03:09.943]➜  github.com/netbirdio/netbird/management/server/types
2025-08-20T21:45:43.8903843Z [00:03:09.943]➜  mkdir -p $WORK/b640/
2025-08-20T21:45:43.8904310Z [00:03:09.943]➜  cat >/tmp/go-build1255330412/b640/importcfg << 'EOF' # internal
2025-08-20T21:45:43.8904674Z [00:03:09.943]➜  # import config
2025-08-20T21:45:43.8905242Z [00:03:09.943]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:43.8908707Z [00:03:09.943]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:43.8910923Z [00:03:09.943]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:43.8911964Z [00:03:09.943]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:43.8912828Z [00:03:09.943]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:43.8913510Z [00:03:09.943]➜  packagefile github.com/c-robinson/iplib=/tmp/go-build1255330412/b641/_pkg_.a
2025-08-20T21:45:43.8914304Z [00:03:09.943]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:43.8915297Z [00:03:09.943]➜  packagefile github.com/hashicorp/go-multierror=/root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d
2025-08-20T21:45:43.8916426Z [00:03:09.943]➜  packagefile github.com/hashicorp/go-secure-stdlib/base62=/tmp/go-build1255330412/b644/_pkg_.a
2025-08-20T21:45:43.8917412Z [00:03:09.943]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/f3/f3642f715809b85530fd755b762ac3045153293fba0b5c3323881fb75d93cb65-d
2025-08-20T21:45:43.8918407Z [00:03:09.943]➜  packagefile github.com/netbirdio/netbird/base62=/tmp/go-build1255330412/b646/_pkg_.a
2025-08-20T21:45:43.8919253Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/dns=/root/.cache/go-build/f2/f2bf364066b0204b2784de57a7040ec6f2490cdac86a13a2746e552dd14119c6-d
2025-08-20T21:45:43.8920131Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/idp=/tmp/go-build1255330412/b354/_pkg_.a
2025-08-20T21:45:43.8920953Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/integration_reference=/tmp/go-build1255330412/b647/_pkg_.a
2025-08-20T21:45:43.8921867Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources/types=/tmp/go-build1255330412/b546/_pkg_.a
2025-08-20T21:45:43.8922787Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers/types=/tmp/go-build1255330412/b547/_pkg_.a
2025-08-20T21:45:43.8923661Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:43.8924487Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:43.8925256Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/posture=/tmp/go-build1255330412/b523/_pkg_.a
2025-08-20T21:45:43.8926366Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:43.8927138Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/management/server/util=/tmp/go-build1255330412/b522/_pkg_.a
2025-08-20T21:45:43.8928346Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/route=/root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d
2025-08-20T21:45:43.8929549Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/root/.cache/go-build/ba/baba05c0fc151d31f2e8d23958ada482bf62349e812ba0402aacbdbdf8d6a55f-d
2025-08-20T21:45:43.8930538Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:43.8931554Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d
2025-08-20T21:45:43.8932763Z [00:03:09.944]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:43.8933579Z [00:03:09.944]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:43.8934345Z [00:03:09.944]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:43.8935306Z [00:03:09.944]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/4b/4b2c1a05e643bb5e1bb26b1a0e7b0142854b30dd2eb32f0ade8fd1ad92a94ce5-d
2025-08-20T21:45:43.8936202Z [00:03:09.944]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:45:43.8937046Z [00:03:09.944]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:43.8960939Z [00:03:09.944]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:43.8962014Z [00:03:09.944]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:43.8963152Z [00:03:09.944]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:43.8964190Z [00:03:09.944]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:43.8965081Z [00:03:09.944]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:43.8965909Z [00:03:09.944]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:43.8966734Z [00:03:09.944]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:43.8967534Z [00:03:09.944]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:43.8968570Z [00:03:09.944]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:43.8969101Z [00:03:09.944]➜  EOF
2025-08-20T21:45:43.8969376Z [00:03:09.944]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:43.8972791Z [00:03:09.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types=>github.com/netbirdio/netbird/management/server/types;$WORK/b640=>" -p github.com/netbirdio/netbird/management/server/types -lang=go1.23 -complete -installsuffix shared -buildid ZU35QDPN08EtmMdis6ee/ZU35QDPN08EtmMdis6ee -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack ./server/types/account.go ./server/types/dns_settings.go ./server/types/firewall_rule.go ./server/types/group.go ./server/types/network.go ./server/types/peer.go ./server/types/personal_access_token.go ./server/types/policy.go ./server/types/policyrule.go ./server/types/resource.go ./server/types/route_firewall_rule.go ./server/types/settings.go ./server/types/setupkey.go ./server/types/store.go ./server/types/user.go
2025-08-20T21:45:43.8976030Z [00:03:09.945]➜  github.com/netbirdio/netbird/management/server/cache
2025-08-20T21:45:43.8976380Z [00:03:09.947]➜  mkdir -p $WORK/b313/
2025-08-20T21:45:43.8976747Z [00:03:09.947]➜  cat >/tmp/go-build1255330412/b313/importcfg << 'EOF' # internal
2025-08-20T21:45:43.8977092Z [00:03:09.947]➜  # import config
2025-08-20T21:45:43.8977649Z [00:03:09.947]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:43.8978660Z [00:03:09.947]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:43.8979377Z [00:03:09.947]➜  packagefile github.com/eko/gocache/lib/v4/cache=/tmp/go-build1255330412/b314/_pkg_.a
2025-08-20T21:45:43.8980018Z [00:03:09.947]➜  packagefile github.com/eko/gocache/lib/v4/marshaler=/tmp/go-build1255330412/b336/_pkg_.a
2025-08-20T21:45:43.8980653Z [00:03:09.947]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:43.8981291Z [00:03:09.947]➜  packagefile github.com/eko/gocache/store/go_cache/v4=/tmp/go-build1255330412/b342/_pkg_.a
2025-08-20T21:45:43.8981928Z [00:03:09.947]➜  packagefile github.com/eko/gocache/store/redis/v4=/tmp/go-build1255330412/b344/_pkg_.a
2025-08-20T21:45:43.8982620Z [00:03:09.947]➜  packagefile github.com/netbirdio/netbird/management/server/idp=/tmp/go-build1255330412/b354/_pkg_.a
2025-08-20T21:45:43.8983271Z [00:03:09.947]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build1255330412/b406/_pkg_.a
2025-08-20T21:45:43.8983846Z [00:03:09.947]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build1255330412/b345/_pkg_.a
2025-08-20T21:45:43.8984638Z [00:03:09.947]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:43.8985412Z [00:03:09.947]➜  packagefile github.com/vmihailenco/msgpack/v5=/tmp/go-build1255330412/b337/_pkg_.a
2025-08-20T21:45:43.8986292Z [00:03:09.947]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:43.8987244Z [00:03:09.947]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:43.8988089Z [00:03:09.947]➜  EOF
2025-08-20T21:45:43.8990134Z [00:03:09.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache=>github.com/netbirdio/netbird/management/server/cache;$WORK/b313=>" -p github.com/netbirdio/netbird/management/server/cache -lang=go1.23 -complete -installsuffix shared -buildid XGYRTF8TYSMfeZiYs8Ij/XGYRTF8TYSMfeZiYs8Ij -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack ./server/cache/idp.go ./server/cache/marshaler.go ./server/cache/store.go
2025-08-20T21:45:44.0988405Z [00:03:10.151]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:45:44.1059528Z [00:03:10.157]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/dd/dddb959d7486fe80214ebbb62576e9a34c349f1a0afed54ba333cfd752708319-d # internal
2025-08-20T21:45:44.1556602Z [00:03:10.208]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:45:44.1600674Z [00:03:10.213]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/ea/ea2b37d90f6f7b8a3897fa644f3d7b52ca5327422e3ced5e4e50cb7af8b4eee3-d # internal
2025-08-20T21:45:44.1609317Z [00:03:10.214]➜  github.com/netbirdio/netbird/management/server/permissions/roles
2025-08-20T21:45:44.1609808Z [00:03:10.214]➜  mkdir -p $WORK/b690/
2025-08-20T21:45:44.1611269Z [00:03:10.214]➜  github.com/netbirdio/netbird/management/server/integrations/extra_settings
2025-08-20T21:45:44.1611749Z [00:03:10.214]➜  mkdir -p $WORK/b694/
2025-08-20T21:45:44.1612139Z [00:03:10.214]➜  cat >/tmp/go-build1255330412/b690/importcfg << 'EOF' # internal
2025-08-20T21:45:44.1612485Z [00:03:10.214]➜  # import config
2025-08-20T21:45:44.1613102Z [00:03:10.214]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:44.1614014Z [00:03:10.214]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:44.1614863Z [00:03:10.214]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:44.1615335Z [00:03:10.214]➜  EOF
2025-08-20T21:45:44.1618303Z [00:03:10.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles=>github.com/netbirdio/netbird/management/server/permissions/roles;$WORK/b690=>" -p github.com/netbirdio/netbird/management/server/permissions/roles -lang=go1.23 -complete -installsuffix shared -buildid WOGHKstHzPUR5COWbFfw/WOGHKstHzPUR5COWbFfw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack ./server/permissions/roles/admin.go ./server/permissions/roles/auditor.go ./server/permissions/roles/network_admin.go ./server/permissions/roles/owner.go ./server/permissions/roles/role_permissions.go ./server/permissions/roles/user.go
2025-08-20T21:45:44.1620977Z [00:03:10.214]➜  cat >/tmp/go-build1255330412/b694/importcfg << 'EOF' # internal
2025-08-20T21:45:44.1621320Z [00:03:10.214]➜  # import config
2025-08-20T21:45:44.1621880Z [00:03:10.214]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:44.1622668Z [00:03:10.214]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:44.1623149Z [00:03:10.214]➜  EOF
2025-08-20T21:45:44.1634522Z [00:03:10.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/extra_settings=>github.com/netbirdio/netbird/management/server/integrations/extra_settings;$WORK/b694=>" -p github.com/netbirdio/netbird/management/server/integrations/extra_settings -lang=go1.23 -complete -installsuffix shared -buildid mX4CgeTzR6PINO5cBOia/mX4CgeTzR6PINO5cBOia -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack ./server/integrations/extra_settings/manager.go
2025-08-20T21:45:44.1698465Z [00:03:10.223]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:45:44.1792478Z [00:03:10.232]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:45:44.1860076Z [00:03:10.239]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:45:44.1861511Z [00:03:10.239]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/87/8779916b342fd62a8081e4f21b992a26fdb96d074fd8380b8bd306f546c3b9eb-d # internal
2025-08-20T21:45:44.1862318Z [00:03:10.239]➜  github.com/netbirdio/netbird/management/server/integrations/integrated_validator
2025-08-20T21:45:44.1862772Z [00:03:10.239]➜  mkdir -p $WORK/b695/
2025-08-20T21:45:44.1863150Z [00:03:10.239]➜  cat >/tmp/go-build1255330412/b695/importcfg << 'EOF' # internal
2025-08-20T21:45:44.1863511Z [00:03:10.239]➜  # import config
2025-08-20T21:45:44.1864098Z [00:03:10.239]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:44.1864890Z [00:03:10.239]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:44.1865650Z [00:03:10.239]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:44.1866654Z [00:03:10.239]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d
2025-08-20T21:45:44.1867914Z [00:03:10.239]➜  EOF
2025-08-20T21:45:44.1870325Z [00:03:10.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/integrated_validator=>github.com/netbirdio/netbird/management/server/integrations/integrated_validator;$WORK/b695=>" -p github.com/netbirdio/netbird/management/server/integrations/integrated_validator -lang=go1.23 -complete -installsuffix shared -buildid G0EMIKPJDEbfuNlfokFh/G0EMIKPJDEbfuNlfokFh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack ./server/integrations/integrated_validator/interface.go
2025-08-20T21:45:44.1881084Z [00:03:10.241]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/9c/9c500d5266ec7ffa294b923c52c835b0d9ea764b9bc334cbf8adca0f2edc6af2-d # internal
2025-08-20T21:45:44.1926293Z [00:03:10.245]➜  github.com/netbirdio/netbird/management/server/integrations/port_forwarding
2025-08-20T21:45:44.1927094Z [00:03:10.245]➜  mkdir -p $WORK/b696/
2025-08-20T21:45:44.1927666Z [00:03:10.245]➜  cat >/tmp/go-build1255330412/b696/importcfg << 'EOF' # internal
2025-08-20T21:45:44.1929516Z [00:03:10.245]➜  # import config
2025-08-20T21:45:44.1930131Z [00:03:10.245]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:44.1930939Z [00:03:10.245]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:44.1931708Z [00:03:10.245]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:44.1932181Z [00:03:10.245]➜  EOF
2025-08-20T21:45:44.1934407Z [00:03:10.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/port_forwarding=>github.com/netbirdio/netbird/management/server/integrations/port_forwarding;$WORK/b696=>" -p github.com/netbirdio/netbird/management/server/integrations/port_forwarding -lang=go1.23 -complete -installsuffix shared -buildid KLO53Jyc9CTeiANNT20k/KLO53Jyc9CTeiANNT20k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack ./server/integrations/port_forwarding/controller.go
2025-08-20T21:45:44.2178384Z [00:03:10.270]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:45:44.2188773Z [00:03:10.272]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/62/624c9731d44f96e55f91eb6b019efa63f26fbf69a459f6faf241b1dbb79fdf7b-d # internal
2025-08-20T21:45:44.2190137Z [00:03:10.272]➜  github.com/netbirdio/netbird/management/internals/server/config
2025-08-20T21:45:44.2190954Z [00:03:10.272]➜  mkdir -p $WORK/b812/
2025-08-20T21:45:44.2195919Z [00:03:10.272]➜  cat >/tmp/go-build1255330412/b812/importcfg << 'EOF' # internal
2025-08-20T21:45:44.2196341Z [00:03:10.272]➜  # import config
2025-08-20T21:45:44.2196900Z [00:03:10.272]➜  packagefile github.com/netbirdio/netbird/management/server/idp=/tmp/go-build1255330412/b354/_pkg_.a
2025-08-20T21:45:44.2197676Z [00:03:10.272]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:44.2198955Z [00:03:10.272]➜  packagefile github.com/netbirdio/netbird/shared/management/client/common=/root/.cache/go-build/8b/8bda3e70e824ee94672bf9c8d141ee29b99a9b8134edd0324a96190415736bf2-d
2025-08-20T21:45:44.2200115Z [00:03:10.272]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:45:44.2201073Z [00:03:10.272]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:44.2201586Z [00:03:10.272]➜  EOF
2025-08-20T21:45:44.2203641Z [00:03:10.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/config=>github.com/netbirdio/netbird/management/internals/server/config;$WORK/b812=>" -p github.com/netbirdio/netbird/management/internals/server/config -lang=go1.23 -complete -installsuffix shared -buildid FEfA6Gg1mYe31LFdbqqi/FEfA6Gg1mYe31LFdbqqi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack ./internals/server/config/config.go
2025-08-20T21:45:44.2212663Z [00:03:10.274]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:45:44.2223719Z [00:03:10.275]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/5e/5ec728c670887e23b99b3268fd67503126f5fdcf2214fef246609ac07cf4f8c8-d # internal
2025-08-20T21:45:44.2241894Z [00:03:10.277]➜  github.com/netbirdio/management-integrations/integrations/config
2025-08-20T21:45:44.2243952Z [00:03:10.277]➜  mkdir -p $WORK/b816/
2025-08-20T21:45:44.2245806Z [00:03:10.277]➜  cat >/tmp/go-build1255330412/b816/importcfg << 'EOF' # internal
2025-08-20T21:45:44.2246743Z [00:03:10.277]➜  # import config
2025-08-20T21:45:44.2247509Z [00:03:10.277]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:44.2249025Z [00:03:10.277]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d
2025-08-20T21:45:44.2249948Z [00:03:10.277]➜  EOF
2025-08-20T21:45:44.2253015Z [00:03:10.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190/config=>github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190/config;$WORK/b816=>" -p github.com/netbirdio/management-integrations/integrations/config -lang=go1.23 -complete -installsuffix shared -buildid PXTcjl2ZCrj7NkqL1iU-/PXTcjl2ZCrj7NkqL1iU- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190/config/config.go
2025-08-20T21:45:44.2320035Z [00:03:10.285]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/94/948ebf5736554fec7887592977a36e108319ab4b44d37f98a5733e82b74e5260-d # internal
2025-08-20T21:45:44.2321036Z [00:03:10.285]➜  github.com/jackc/pgx/v5
2025-08-20T21:45:44.2329233Z [00:03:10.286]➜  mkdir -p $WORK/b666/
2025-08-20T21:45:44.2330279Z [00:03:10.286]➜  cat >/tmp/go-build1255330412/b666/importcfg << 'EOF' # internal
2025-08-20T21:45:44.2331529Z [00:03:10.286]➜  # import config
2025-08-20T21:45:44.2332740Z [00:03:10.286]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:44.2333675Z [00:03:10.286]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:44.2334552Z [00:03:10.286]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:44.2335807Z [00:03:10.286]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:44.2336705Z [00:03:10.286]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:44.2337552Z [00:03:10.286]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:44.2338586Z [00:03:10.286]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:44.2339321Z [00:03:10.286]➜  packagefile github.com/jackc/pgx/v5/internal/anynil=/tmp/go-build1255330412/b667/_pkg_.a
2025-08-20T21:45:44.2339969Z [00:03:10.286]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build1255330412/b668/_pkg_.a
2025-08-20T21:45:44.2340621Z [00:03:10.286]➜  packagefile github.com/jackc/pgx/v5/internal/sanitize=/tmp/go-build1255330412/b669/_pkg_.a
2025-08-20T21:45:44.2341565Z [00:03:10.286]➜  packagefile github.com/jackc/pgx/v5/internal/stmtcache=/tmp/go-build1255330412/b670/_pkg_.a
2025-08-20T21:45:44.2342195Z [00:03:10.286]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build1255330412/b671/_pkg_.a
2025-08-20T21:45:44.2342777Z [00:03:10.286]➜  packagefile github.com/jackc/pgx/v5/pgtype=/tmp/go-build1255330412/b681/_pkg_.a
2025-08-20T21:45:44.2351352Z [00:03:10.286]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:44.2352184Z [00:03:10.286]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:44.2353005Z [00:03:10.286]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:44.2353830Z [00:03:10.286]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:44.2354653Z [00:03:10.286]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:44.2355492Z [00:03:10.286]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:44.2356012Z [00:03:10.286]➜  EOF
2025-08-20T21:45:44.2360317Z [00:03:10.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5=>github.com/jackc/pgx/v5@v5.5.5;$WORK/b666=>" -p github.com/jackc/pgx/v5 -lang=go1.19 -complete -installsuffix shared -buildid H6tDoLnXy6lQnVH-lTSK/H6tDoLnXy6lQnVH-lTSK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/batch.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/conn.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/copy_from.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/extended_query_builder.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/large_objects.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/named_args.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/rows.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/tracer.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/tx.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/values.go
2025-08-20T21:45:44.2451152Z [00:03:10.298]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:45:44.2459467Z [00:03:10.299]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/90/9016bdd774c22abd36df32e000c0339a8a22d4dd42b332861378fc52c6137591-d # internal
2025-08-20T21:45:44.2461122Z [00:03:10.299]➜  github.com/netbirdio/netbird/management/server/metrics
2025-08-20T21:45:44.2462562Z [00:03:10.299]➜  mkdir -p $WORK/b844/
2025-08-20T21:45:44.2468147Z [00:03:10.300]➜  cat >/tmp/go-build1255330412/b844/importcfg << 'EOF' # internal
2025-08-20T21:45:44.2469011Z [00:03:10.300]➜  # import config
2025-08-20T21:45:44.2469595Z [00:03:10.300]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:44.2470459Z [00:03:10.300]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:44.2471306Z [00:03:10.300]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:44.2472234Z [00:03:10.300]➜  packagefile github.com/hashicorp/go-version=/root/.cache/go-build/f0/f05f8da9efd41c8257af2c55ef07b36fdd77d44c833595ffdc8e38e0f1994b34-d
2025-08-20T21:45:44.2473104Z [00:03:10.300]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:44.2474029Z [00:03:10.300]➜  packagefile github.com/netbirdio/netbird/version=/root/.cache/go-build/d4/d41f4b462272bbbe2650062579bb6accb1a4b8f68afa5c21d15512ab0007a7c8-d
2025-08-20T21:45:44.2475263Z [00:03:10.300]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:44.2476130Z [00:03:10.300]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:44.2476942Z [00:03:10.300]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:44.2477997Z [00:03:10.300]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:44.2478869Z [00:03:10.300]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:44.2479679Z [00:03:10.300]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:44.2480495Z [00:03:10.300]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:44.2480977Z [00:03:10.300]➜  EOF
2025-08-20T21:45:44.2485350Z [00:03:10.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/metrics=>github.com/netbirdio/netbird/management/server/metrics;$WORK/b844=>" -p github.com/netbirdio/netbird/management/server/metrics -lang=go1.23 -complete -installsuffix shared -buildid Emot1P7pegtPLTkn9UVu/Emot1P7pegtPLTkn9UVu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack ./server/metrics/selfhosted.go
2025-08-20T21:45:44.2505687Z [00:03:10.303]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:45:44.2517926Z [00:03:10.304]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/53/53673ea2d3490d56c64d0e3b63c083ccf8bff0cb484e7a0de03d6e76404b5afc-d # internal
2025-08-20T21:45:44.3199952Z [00:03:10.373]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:45:44.3207425Z [00:03:10.373]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/f3/f3b5eab8acf17f86e47e58b89f9d84b2972fd2410198e0f80dd0a9e5fcaa1b17-d # internal
2025-08-20T21:45:44.3986275Z [00:03:10.451]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:45:44.4022862Z [00:03:10.455]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/58/583a963ba7cea7f59877486728e4850ab33066741ca01914eeada0b1826c558f-d # internal
2025-08-20T21:45:44.4024861Z [00:03:10.455]➜  github.com/jackc/pgx/v5/pgxpool
2025-08-20T21:45:44.4025257Z [00:03:10.455]➜  mkdir -p $WORK/b683/
2025-08-20T21:45:44.4030353Z [00:03:10.456]➜  cat >/tmp/go-build1255330412/b683/importcfg << 'EOF' # internal
2025-08-20T21:45:44.4030727Z [00:03:10.456]➜  # import config
2025-08-20T21:45:44.4032714Z [00:03:10.456]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:44.4033632Z [00:03:10.456]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:44.4034723Z [00:03:10.456]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build1255330412/b666/_pkg_.a
2025-08-20T21:45:44.4035293Z [00:03:10.456]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build1255330412/b671/_pkg_.a
2025-08-20T21:45:44.4035864Z [00:03:10.456]➜  packagefile github.com/jackc/puddle/v2=/tmp/go-build1255330412/b684/_pkg_.a
2025-08-20T21:45:44.4036579Z [00:03:10.456]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:44.4037416Z [00:03:10.456]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:44.4039985Z [00:03:10.456]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:44.4040805Z [00:03:10.456]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:44.4041937Z [00:03:10.456]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:44.4042773Z [00:03:10.456]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:44.4043259Z [00:03:10.456]➜  EOF
2025-08-20T21:45:44.4046487Z [00:03:10.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool=>github.com/jackc/pgx/v5@v5.5.5/pgxpool;$WORK/b683=>" -p github.com/jackc/pgx/v5/pgxpool -lang=go1.19 -complete -installsuffix shared -buildid fzu23TQanQQaCHxSoZ0T/fzu23TQanQQaCHxSoZ0T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/batch_results.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/conn.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/pool.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/rows.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/stat.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/tx.go
2025-08-20T21:45:44.5036874Z [00:03:10.556]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:45:44.5066109Z [00:03:10.559]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/42/42854306256a8077905d49afd837605cf295d095b04d7f2ed38e4e24609de360-d # internal
2025-08-20T21:45:44.5066930Z [00:03:10.559]➜  github.com/jackc/pgx/v5/stdlib
2025-08-20T21:45:44.5067612Z [00:03:10.559]➜  mkdir -p $WORK/b682/
2025-08-20T21:45:44.5070773Z [00:03:10.560]➜  cat >/tmp/go-build1255330412/b682/importcfg << 'EOF' # internal
2025-08-20T21:45:44.5071419Z [00:03:10.560]➜  # import config
2025-08-20T21:45:44.5072018Z [00:03:10.560]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:44.5072812Z [00:03:10.560]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:44.5073536Z [00:03:10.560]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:44.5074453Z [00:03:10.560]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:44.5075294Z [00:03:10.560]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:44.5075965Z [00:03:10.560]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build1255330412/b666/_pkg_.a
2025-08-20T21:45:44.5076542Z [00:03:10.560]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build1255330412/b671/_pkg_.a
2025-08-20T21:45:44.5077126Z [00:03:10.560]➜  packagefile github.com/jackc/pgx/v5/pgtype=/tmp/go-build1255330412/b681/_pkg_.a
2025-08-20T21:45:44.5077888Z [00:03:10.560]➜  packagefile github.com/jackc/pgx/v5/pgxpool=/tmp/go-build1255330412/b683/_pkg_.a
2025-08-20T21:45:44.5079431Z [00:03:10.560]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:44.5080331Z [00:03:10.560]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:44.5081161Z [00:03:10.560]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:44.5081995Z [00:03:10.560]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:44.5082819Z [00:03:10.560]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:44.5083638Z [00:03:10.560]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:44.5084676Z [00:03:10.560]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:44.5085478Z [00:03:10.560]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:44.5085960Z [00:03:10.560]➜  EOF
2025-08-20T21:45:44.5088147Z [00:03:10.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/stdlib=>github.com/jackc/pgx/v5@v5.5.5/stdlib;$WORK/b682=>" -p github.com/jackc/pgx/v5/stdlib -lang=go1.19 -complete -installsuffix shared -buildid HG1qb53f5vwfNq1KoIwn/HG1qb53f5vwfNq1KoIwn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/stdlib/sql.go
2025-08-20T21:45:44.6009339Z [00:03:10.654]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:45:44.6036814Z [00:03:10.656]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/8b/8b09cb6a954b91a9bf0fdaaf9046e295af33bbad1691aeddcc6a5c8e46c179aa-d # internal
2025-08-20T21:45:44.6038958Z [00:03:10.656]➜  gorm.io/driver/postgres
2025-08-20T21:45:44.6040823Z [00:03:10.657]➜  mkdir -p $WORK/b665/
2025-08-20T21:45:44.6041369Z [00:03:10.657]➜  cat >/tmp/go-build1255330412/b665/importcfg << 'EOF' # internal
2025-08-20T21:45:44.6041837Z [00:03:10.657]➜  # import config
2025-08-20T21:45:44.6042559Z [00:03:10.657]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:44.6044945Z [00:03:10.657]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:44.6045879Z [00:03:10.657]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:44.6046546Z [00:03:10.657]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build1255330412/b666/_pkg_.a
2025-08-20T21:45:44.6047119Z [00:03:10.657]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build1255330412/b671/_pkg_.a
2025-08-20T21:45:44.6047909Z [00:03:10.657]➜  packagefile github.com/jackc/pgx/v5/stdlib=/tmp/go-build1255330412/b682/_pkg_.a
2025-08-20T21:45:44.6048504Z [00:03:10.657]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:44.6055776Z [00:03:10.657]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build1255330412/b663/_pkg_.a
2025-08-20T21:45:44.6056397Z [00:03:10.657]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:44.6056910Z [00:03:10.657]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:44.6057421Z [00:03:10.657]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build1255330412/b664/_pkg_.a
2025-08-20T21:45:44.6058082Z [00:03:10.657]➜  packagefile gorm.io/gorm/schema=/tmp/go-build1255330412/b538/_pkg_.a
2025-08-20T21:45:44.6058773Z [00:03:10.657]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:44.6059880Z [00:03:10.657]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:44.6060703Z [00:03:10.657]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:44.6061196Z [00:03:10.657]➜  EOF
2025-08-20T21:45:44.6063370Z [00:03:10.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7=>gorm.io/driver/postgres@v1.5.7;$WORK/b665=>" -p gorm.io/driver/postgres -lang=go1.18 -complete -installsuffix shared -buildid C1hSJa8YI64enzIfPyaC/C1hSJa8YI64enzIfPyaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7/error_translator.go /root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7/migrator.go /root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7/postgres.go
2025-08-20T21:45:44.7848457Z [00:03:10.837]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:45:44.7894815Z [00:03:10.842]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/16/1629a2a43642911e3b8fd8212dc688213bcfa16937cb48cb893d787705ca3f3f-d # internal
2025-08-20T21:45:49.7874956Z [00:03:15.840]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22
2025-08-20T21:45:49.7878078Z [00:03:15.840]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_x013.o -c sqlite3_opt_unlock_notify.c
2025-08-20T21:45:49.7991358Z [00:03:15.852]➜  cd $WORK/b688
2025-08-20T21:45:49.7994745Z [00:03:15.852]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -I $WORK/b688/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=/_/github.com/mattn/go-sqlite3@v1.14.22 -frandom-seed=zu3mGIND_Hxecon5Y-rH -o $WORK/b688/_cgo_main.o -c _cgo_main.c
2025-08-20T21:45:49.8155430Z [00:03:15.868]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:49.8157490Z [00:03:15.868]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -o $WORK/b688/_cgo_.o $WORK/b688/_cgo_main.o $WORK/b688/preferlinkext $WORK/b688/_x001.o $WORK/b688/_x002.o $WORK/b688/_x003.o $WORK/b688/_x004.o $WORK/b688/_x005.o $WORK/b688/_x006.o $WORK/b688/_x007.o $WORK/b688/_x008.o $WORK/b688/_x009.o $WORK/b688/_x010.o $WORK/b688/_x011.o $WORK/b688/_x012.o $WORK/b688/_x013.o -O2 -g -ldl
2025-08-20T21:45:50.0035227Z [00:03:16.056]➜  gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b688=/tmp/go-build -gno-record-gcc-switches -o $WORK/b688/_cgo_.o $WORK/b688/_cgo_main.o $WORK/b688/preferlinkext $WORK/b688/_x001.o $WORK/b688/_x002.o $WORK/b688/_x003.o $WORK/b688/_x004.o $WORK/b688/_x005.o $WORK/b688/_x006.o $WORK/b688/_x007.o $WORK/b688/_x008.o $WORK/b688/_x009.o $WORK/b688/_x010.o $WORK/b688/_x011.o $WORK/b688/_x012.o $WORK/b688/_x013.o -O2 -g -ldl # test for internal linking errors (succeeded)
2025-08-20T21:45:50.0038702Z [00:03:16.056]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage sqlite3 -dynimport $WORK/b688/_cgo_.o -dynout $WORK/b688/_cgo_import.go
2025-08-20T21:45:50.0067002Z [00:03:16.059]➜  cat >/tmp/go-build1255330412/b688/importcfg << 'EOF' # internal
2025-08-20T21:45:50.0067615Z [00:03:16.059]➜  # import config
2025-08-20T21:45:50.0068472Z [00:03:16.059]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.0069473Z [00:03:16.059]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:45:50.0070468Z [00:03:16.059]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:50.0071717Z [00:03:16.059]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:45:50.0072393Z [00:03:16.059]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:50.0073107Z [00:03:16.059]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:50.0073986Z [00:03:16.059]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.0074812Z [00:03:16.059]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.0075599Z [00:03:16.059]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:50.0076384Z [00:03:16.059]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:50.0077205Z [00:03:16.059]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:50.0078194Z [00:03:16.059]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:50.0079199Z [00:03:16.059]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:50.0080196Z [00:03:16.059]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:50.0081093Z [00:03:16.059]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:50.0081902Z [00:03:16.059]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:50.0082720Z [00:03:16.059]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:50.0083548Z [00:03:16.059]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:50.0084381Z [00:03:16.060]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T21:45:50.0084903Z [00:03:16.060]➜  EOF
2025-08-20T21:45:50.0089389Z [00:03:16.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22=>github.com/mattn/go-sqlite3@v1.14.22;$WORK/b688=>" -p github.com/mattn/go-sqlite3 -lang=go1.19 -installsuffix shared -buildid zu3mGIND_Hxecon5Y-rH/zu3mGIND_Hxecon5Y-rH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22/convert.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22/doc.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22/sqlite3_func_crypt.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22/sqlite3_go18.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22/sqlite3_opt_preupdate.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22/sqlite3_opt_preupdate_omit.go $WORK/b688/_cgo_gotypes.go $WORK/b688/backup.cgo1.go $WORK/b688/callback.cgo1.go $WORK/b688/error.cgo1.go $WORK/b688/sqlite3.cgo1.go $WORK/b688/sqlite3_context.cgo1.go $WORK/b688/sqlite3_load_extension.cgo1.go $WORK/b688/sqlite3_opt_serialize.cgo1.go $WORK/b688/sqlite3_opt_userauth_omit.cgo1.go $WORK/b688/sqlite3_other.cgo1.go $WORK/b688/sqlite3_type.cgo1.go $WORK/b688/_cgo_import.go
2025-08-20T21:45:50.1992414Z [00:03:16.252]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.22
2025-08-20T21:45:50.1993721Z [00:03:16.252]➜  go tool pack r $WORK/b688/_pkg_.a $WORK/b688/preferlinkext $WORK/b688/_x001.o $WORK/b688/_x002.o $WORK/b688/_x003.o $WORK/b688/_x004.o $WORK/b688/_x005.o $WORK/b688/_x006.o $WORK/b688/_x007.o $WORK/b688/_x008.o $WORK/b688/_x009.o $WORK/b688/_x010.o $WORK/b688/_x011.o $WORK/b688/_x012.o $WORK/b688/_x013.o # internal
2025-08-20T21:45:50.2027381Z [00:03:16.255]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:45:50.2204025Z [00:03:16.273]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/7a/7a1828314a6c20ad7f77d4e65be745c0a2f95d2ebe89546acd176ed9c4395a3f-d # internal
2025-08-20T21:45:50.2205501Z [00:03:16.273]➜  gorm.io/driver/sqlite
2025-08-20T21:45:50.2205863Z [00:03:16.273]➜  mkdir -p $WORK/b687/
2025-08-20T21:45:50.2208273Z [00:03:16.274]➜  cat >/tmp/go-build1255330412/b687/importcfg << 'EOF' # internal
2025-08-20T21:45:50.2208666Z [00:03:16.274]➜  # import config
2025-08-20T21:45:50.2209242Z [00:03:16.274]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.2209878Z [00:03:16.274]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:50.2210571Z [00:03:16.274]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:50.2211438Z [00:03:16.274]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.2212264Z [00:03:16.274]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.2213333Z [00:03:16.274]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build1255330412/b688/_pkg_.a
2025-08-20T21:45:50.2214043Z [00:03:16.274]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:50.2214606Z [00:03:16.274]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build1255330412/b663/_pkg_.a
2025-08-20T21:45:50.2215120Z [00:03:16.274]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:50.2215625Z [00:03:16.274]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:50.2216143Z [00:03:16.274]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build1255330412/b664/_pkg_.a
2025-08-20T21:45:50.2216673Z [00:03:16.274]➜  packagefile gorm.io/gorm/schema=/tmp/go-build1255330412/b538/_pkg_.a
2025-08-20T21:45:50.2217347Z [00:03:16.274]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:50.2218579Z [00:03:16.274]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:50.2219418Z [00:03:16.274]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:50.2219917Z [00:03:16.274]➜  EOF
2025-08-20T21:45:50.2220231Z [00:03:16.274]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/management
2025-08-20T21:45:50.2223090Z [00:03:16.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.7=>gorm.io/driver/sqlite@v1.5.7;$WORK/b687=>" -p gorm.io/driver/sqlite -lang=go1.20 -complete -installsuffix shared -buildid vIK3xW182JWmwULGwS82/vIK3xW182JWmwULGwS82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.7/ddlmod.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.7/ddlmod_parse_all_columns.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.7/error_translator.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.7/errors.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.7/migrator.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.7/sqlite.go
2025-08-20T21:45:50.3509345Z [00:03:16.404]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:45:50.3551644Z [00:03:16.408]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/36/36c67fc13cc1d1f3e59d4894e4244702c943a770845d1364245172709493f620-d # internal
2025-08-20T21:45:50.3553518Z [00:03:16.408]➜  github.com/netbirdio/netbird/management/server/geolocation
2025-08-20T21:45:50.3554594Z [00:03:16.408]➜  mkdir -p $WORK/b819/
2025-08-20T21:45:50.3559924Z [00:03:16.408]➜  github.com/netbirdio/netbird/management/server/store
2025-08-20T21:45:50.3561338Z [00:03:16.409]➜  mkdir -p $WORK/b528/
2025-08-20T21:45:50.3561730Z [00:03:16.409]➜  github.com/netbirdio/netbird/management/server/activity/store
2025-08-20T21:45:50.3562104Z [00:03:16.409]➜  mkdir -p $WORK/b693/
2025-08-20T21:45:50.3562921Z [00:03:16.409]➜  cat >/tmp/go-build1255330412/b819/importcfg << 'EOF' # internal
2025-08-20T21:45:50.3563668Z [00:03:16.409]➜  # import config
2025-08-20T21:45:50.3564150Z [00:03:16.409]➜  packagefile archive/tar=/tmp/go-build1255330412/b554/_pkg_.a
2025-08-20T21:45:50.3566258Z [00:03:16.409]➜  packagefile archive/zip=/root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d
2025-08-20T21:45:50.3567111Z [00:03:16.409]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:50.3568145Z [00:03:16.409]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:50.3569093Z [00:03:16.409]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:45:50.3569984Z [00:03:16.409]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.3571089Z [00:03:16.409]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:50.3572144Z [00:03:16.409]➜  packagefile encoding/csv=/root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d
2025-08-20T21:45:50.3575835Z [00:03:16.409]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.3577044Z [00:03:16.409]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.3578171Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.3579124Z [00:03:16.409]➜  packagefile github.com/oschwald/maxminddb-golang=/tmp/go-build1255330412/b822/_pkg_.a
2025-08-20T21:45:50.3579961Z [00:03:16.409]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.3580706Z [00:03:16.409]➜  packagefile gorm.io/driver/sqlite=/tmp/go-build1255330412/b687/_pkg_.a
2025-08-20T21:45:50.3581200Z [00:03:16.409]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:50.3581684Z [00:03:16.409]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:50.3582340Z [00:03:16.409]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:50.3583501Z [00:03:16.409]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T21:45:50.3584302Z [00:03:16.409]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:50.3585180Z [00:03:16.409]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:50.3585995Z [00:03:16.409]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:50.3586794Z [00:03:16.409]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:50.3587629Z [00:03:16.409]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:50.3588646Z [00:03:16.409]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:50.3589483Z [00:03:16.409]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:50.3602284Z [00:03:16.409]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:50.3603341Z [00:03:16.409]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:50.3604159Z [00:03:16.409]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:50.3604646Z [00:03:16.409]➜  EOF
2025-08-20T21:45:50.3606953Z [00:03:16.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation=>github.com/netbirdio/netbird/management/server/geolocation;$WORK/b819=>" -p github.com/netbirdio/netbird/management/server/geolocation -lang=go1.23 -complete -installsuffix shared -buildid Zu_Joe1IWn6WtxDCyQNa/Zu_Joe1IWn6WtxDCyQNa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack ./server/geolocation/database.go ./server/geolocation/geolocation.go ./server/geolocation/store.go ./server/geolocation/utils.go
2025-08-20T21:45:50.3610793Z [00:03:16.409]➜  cat >/tmp/go-build1255330412/b693/importcfg << 'EOF' # internal
2025-08-20T21:45:50.3611449Z [00:03:16.409]➜  # import config
2025-08-20T21:45:50.3612167Z [00:03:16.409]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:50.3613064Z [00:03:16.409]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.3613898Z [00:03:16.409]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T21:45:50.3614758Z [00:03:16.409]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T21:45:50.3615636Z [00:03:16.409]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:50.3616508Z [00:03:16.409]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:50.3617373Z [00:03:16.409]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.3618510Z [00:03:16.409]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.3619317Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.3620107Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/migration=/tmp/go-build1255330412/b529/_pkg_.a
2025-08-20T21:45:50.3621165Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.3622049Z [00:03:16.409]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.3622793Z [00:03:16.409]➜  packagefile gorm.io/driver/postgres=/tmp/go-build1255330412/b665/_pkg_.a
2025-08-20T21:45:50.3623319Z [00:03:16.409]➜  packagefile gorm.io/driver/sqlite=/tmp/go-build1255330412/b687/_pkg_.a
2025-08-20T21:45:50.3623840Z [00:03:16.409]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:50.3624328Z [00:03:16.409]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:50.3624834Z [00:03:16.409]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:50.3625496Z [00:03:16.409]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:50.3626340Z [00:03:16.409]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:50.3627194Z [00:03:16.409]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:50.3628232Z [00:03:16.409]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:50.3628783Z [00:03:16.409]➜  EOF
2025-08-20T21:45:50.3629117Z [00:03:16.409]➜  cat >/tmp/go-build1255330412/b528/importcfg << 'EOF' # internal
2025-08-20T21:45:50.3629460Z [00:03:16.409]➜  # import config
2025-08-20T21:45:50.3630015Z [00:03:16.409]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.3630870Z [00:03:16.409]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:50.3631722Z [00:03:16.409]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.3632540Z [00:03:16.409]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.3633622Z [00:03:16.409]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:50.3634765Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/dns=/root/.cache/go-build/f2/f2bf364066b0204b2784de57a7040ec6f2490cdac86a13a2746e552dd14119c6-d
2025-08-20T21:45:50.3635727Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.3636516Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/migration=/tmp/go-build1255330412/b529/_pkg_.a
2025-08-20T21:45:50.3637390Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources/types=/tmp/go-build1255330412/b546/_pkg_.a
2025-08-20T21:45:50.3638514Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers/types=/tmp/go-build1255330412/b547/_pkg_.a
2025-08-20T21:45:50.3639388Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:50.3640188Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:50.3640952Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/posture=/tmp/go-build1255330412/b523/_pkg_.a
2025-08-20T21:45:50.3641735Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:50.3642519Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/testutil=/tmp/go-build1255330412/b552/_pkg_.a
2025-08-20T21:45:50.3643558Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.3644311Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/management/server/util=/tmp/go-build1255330412/b522/_pkg_.a
2025-08-20T21:45:50.3645226Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/route=/root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d
2025-08-20T21:45:50.3646348Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.3647463Z [00:03:16.409]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:45:50.3648395Z [00:03:16.409]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:50.3649169Z [00:03:16.409]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.3649889Z [00:03:16.409]➜  packagefile gorm.io/driver/mysql=/tmp/go-build1255330412/b659/_pkg_.a
2025-08-20T21:45:50.3650413Z [00:03:16.409]➜  packagefile gorm.io/driver/postgres=/tmp/go-build1255330412/b665/_pkg_.a
2025-08-20T21:45:50.3650941Z [00:03:16.409]➜  packagefile gorm.io/driver/sqlite=/tmp/go-build1255330412/b687/_pkg_.a
2025-08-20T21:45:50.3651430Z [00:03:16.409]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:50.3651914Z [00:03:16.409]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:50.3652414Z [00:03:16.409]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:50.3653088Z [00:03:16.409]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:50.3653927Z [00:03:16.409]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:50.3654743Z [00:03:16.409]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:50.3655694Z [00:03:16.409]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:50.3656669Z [00:03:16.409]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:50.3657606Z [00:03:16.409]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:50.3658640Z [00:03:16.409]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:50.3659503Z [00:03:16.409]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:45:50.3660361Z [00:03:16.409]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:50.3661182Z [00:03:16.409]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:50.3662004Z [00:03:16.409]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:50.3662813Z [00:03:16.409]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:50.3663608Z [00:03:16.409]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:50.3664090Z [00:03:16.409]➜  EOF
2025-08-20T21:45:50.3666126Z [00:03:16.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store=>github.com/netbirdio/netbird/management/server/store;$WORK/b528=>" -p github.com/netbirdio/netbird/management/server/store -lang=go1.23 -complete -installsuffix shared -buildid V4HW3qLTFtxVhagSxpZ1/V4HW3qLTFtxVhagSxpZ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack ./server/store/file_store.go ./server/store/sql_store.go ./server/store/store.go
2025-08-20T21:45:50.3670339Z [00:03:16.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store=>github.com/netbirdio/netbird/management/server/activity/store;$WORK/b693=>" -p github.com/netbirdio/netbird/management/server/activity/store -lang=go1.23 -complete -installsuffix shared -buildid TfZq1IW0yhbQKsFRXHYb/TfZq1IW0yhbQKsFRXHYb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack ./server/activity/store/crypt.go ./server/activity/store/migration.go ./server/activity/store/sql_store.go
2025-08-20T21:45:50.4872877Z [00:03:16.540]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:45:50.4898796Z [00:03:16.542]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/9a/9ad9e0c05ef02068e040bb4c1e1aab0c28bb0565724c350fe12809b3bee6b128-d # internal
2025-08-20T21:45:50.4951294Z [00:03:16.548]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:45:50.4984255Z [00:03:16.551]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/23/2376fe59265529ed6bd558eea22a378c8453ffa32cd4ce24e46d7e1348b3a445-d # internal
2025-08-20T21:45:50.6673417Z [00:03:16.720]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:45:50.6755346Z [00:03:16.728]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/1b/1bf0c0cd6254b5cb2f641137bfb8446ac22a24b6d3cb450420850b083fdff5d7-d # internal
2025-08-20T21:45:50.6758401Z [00:03:16.728]➜  github.com/netbirdio/netbird/management/server/users
2025-08-20T21:45:50.6758813Z [00:03:16.728]➜  mkdir -p $WORK/b689/
2025-08-20T21:45:50.6759233Z [00:03:16.728]➜  github.com/netbirdio/netbird/management/server/permissions
2025-08-20T21:45:50.6759599Z [00:03:16.728]➜  mkdir -p $WORK/b698/
2025-08-20T21:45:50.6762517Z [00:03:16.729]➜  cat >/tmp/go-build1255330412/b689/importcfg << 'EOF' # internal
2025-08-20T21:45:50.6764137Z [00:03:16.729]➜  # import config
2025-08-20T21:45:50.6767162Z [00:03:16.729]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.6768512Z [00:03:16.729]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.6777989Z [00:03:16.729]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/roles=/tmp/go-build1255330412/b690/_pkg_.a
2025-08-20T21:45:50.6779036Z [00:03:16.729]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.6779812Z [00:03:16.729]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.6780313Z [00:03:16.729]➜  EOF
2025-08-20T21:45:50.6782244Z [00:03:16.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/users=>github.com/netbirdio/netbird/management/server/users;$WORK/b689=>" -p github.com/netbirdio/netbird/management/server/users -lang=go1.23 -complete -installsuffix shared -buildid 39bMagBhs8w4CD9hbBA_/39bMagBhs8w4CD9hbBA_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack ./server/users/manager.go ./server/users/user.go
2025-08-20T21:45:50.6784012Z [00:03:16.730]➜  github.com/netbirdio/netbird/management/server/auth
2025-08-20T21:45:50.6784347Z [00:03:16.730]➜  mkdir -p $WORK/b817/
2025-08-20T21:45:50.6784712Z [00:03:16.730]➜  cat >/tmp/go-build1255330412/b698/importcfg << 'EOF' # internal
2025-08-20T21:45:50.6785053Z [00:03:16.730]➜  # import config
2025-08-20T21:45:50.6786079Z [00:03:16.730]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.6786777Z [00:03:16.730]➜  packagefile github.com/golang/mock/gomock=/tmp/go-build1255330412/b343/_pkg_.a
2025-08-20T21:45:50.6787469Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.6788530Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:50.6789444Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:50.6790330Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/roles=/tmp/go-build1255330412/b690/_pkg_.a
2025-08-20T21:45:50.6791138Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.6791903Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.6792902Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.6793988Z [00:03:16.730]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.6794885Z [00:03:16.730]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:50.6795375Z [00:03:16.730]➜  EOF
2025-08-20T21:45:50.6797459Z [00:03:16.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions=>github.com/netbirdio/netbird/management/server/permissions;$WORK/b698=>" -p github.com/netbirdio/netbird/management/server/permissions -lang=go1.23 -complete -installsuffix shared -buildid rWd9BMygYlq8nfHVlWGX/rWd9BMygYlq8nfHVlWGX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack ./server/permissions/manager.go ./server/permissions/manager_mock.go
2025-08-20T21:45:50.6799718Z [00:03:16.730]➜  cat >/tmp/go-build1255330412/b817/importcfg << 'EOF' # internal
2025-08-20T21:45:50.6800241Z [00:03:16.730]➜  # import config
2025-08-20T21:45:50.6800997Z [00:03:16.730]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.6801912Z [00:03:16.730]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:50.6802800Z [00:03:16.730]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:50.6803649Z [00:03:16.730]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.6804322Z [00:03:16.730]➜  packagefile github.com/golang-jwt/jwt=/tmp/go-build1255330412/b361/_pkg_.a
2025-08-20T21:45:50.6804913Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/base62=/tmp/go-build1255330412/b646/_pkg_.a
2025-08-20T21:45:50.6805624Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/auth/jwt=/tmp/go-build1255330412/b818/_pkg_.a
2025-08-20T21:45:50.6806412Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.6807188Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.6808155Z [00:03:16.730]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.6809030Z [00:03:16.730]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:45:50.6809821Z [00:03:16.730]➜  EOF
2025-08-20T21:45:50.6811739Z [00:03:16.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth=>github.com/netbirdio/netbird/management/server/auth;$WORK/b817=>" -p github.com/netbirdio/netbird/management/server/auth -lang=go1.23 -complete -installsuffix shared -buildid 4aXSqirNyF7WpmbA91UE/4aXSqirNyF7WpmbA91UE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack ./server/auth/manager.go ./server/auth/manager_mock.go
2025-08-20T21:45:50.7099846Z [00:03:16.763]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:45:50.7140981Z [00:03:16.766]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/d2/d23ef10a9f0ac184b8ec1cd1106fc678c328d08c752f742852ce3d0ee18a77db-d # internal
2025-08-20T21:45:50.7141809Z [00:03:16.766]➜  github.com/netbirdio/netbird/management/server/account
2025-08-20T21:45:50.7142242Z [00:03:16.766]➜  mkdir -p $WORK/b310/
2025-08-20T21:45:50.7142646Z [00:03:16.767]➜  cat >/tmp/go-build1255330412/b310/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7143876Z [00:03:16.767]➜  # import config
2025-08-20T21:45:50.7144624Z [00:03:16.767]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.7145635Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/dns=/root/.cache/go-build/f2/f2bf364066b0204b2784de57a7040ec6f2490cdac86a13a2746e552dd14119c6-d
2025-08-20T21:45:50.7146541Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.7147317Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/cache=/tmp/go-build1255330412/b313/_pkg_.a
2025-08-20T21:45:50.7148211Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.7149011Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/idp=/tmp/go-build1255330412/b354/_pkg_.a
2025-08-20T21:45:50.7152239Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:50.7153360Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/posture=/tmp/go-build1255330412/b523/_pkg_.a
2025-08-20T21:45:50.7154487Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.7155328Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.7156093Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/management/server/users=/tmp/go-build1255330412/b689/_pkg_.a
2025-08-20T21:45:50.7157245Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/route=/root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d
2025-08-20T21:45:50.7159284Z [00:03:16.767]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/root/.cache/go-build/ba/baba05c0fc151d31f2e8d23958ada482bf62349e812ba0402aacbdbdf8d6a55f-d
2025-08-20T21:45:50.7162339Z [00:03:16.767]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:50.7163390Z [00:03:16.767]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:50.7164854Z [00:03:16.767]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:50.7165401Z [00:03:16.767]➜  EOF
2025-08-20T21:45:50.7167295Z [00:03:16.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account=>github.com/netbirdio/netbird/management/server/account;$WORK/b310=>" -p github.com/netbirdio/netbird/management/server/account -lang=go1.23 -complete -installsuffix shared -buildid ec9YNt7K-jxl69sjTKt0/ec9YNt7K-jxl69sjTKt0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack ./server/account/manager.go
2025-08-20T21:45:50.7170160Z [00:03:16.769]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:45:50.7175380Z [00:03:16.770]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/31/311f4551591aa843de4f62bc864dae9f815105f14ed000e4ddc6a979e37a59f9-d # internal
2025-08-20T21:45:50.7176142Z [00:03:16.770]➜  github.com/netbirdio/netbird/management/server/http/middleware
2025-08-20T21:45:50.7180942Z [00:03:16.771]➜  mkdir -p $WORK/b841/
2025-08-20T21:45:50.7182114Z [00:03:16.771]➜  cat >/tmp/go-build1255330412/b841/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7182476Z [00:03:16.771]➜  # import config
2025-08-20T21:45:50.7183049Z [00:03:16.771]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.7183899Z [00:03:16.771]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.7186571Z [00:03:16.771]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.7187424Z [00:03:16.771]➜  packagefile github.com/netbirdio/netbird/management/server/auth=/tmp/go-build1255330412/b817/_pkg_.a
2025-08-20T21:45:50.7188329Z [00:03:16.771]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.7189176Z [00:03:16.771]➜  packagefile github.com/netbirdio/netbird/management/server/http/middleware/bypass=/tmp/go-build1255330412/b842/_pkg_.a
2025-08-20T21:45:50.7190007Z [00:03:16.771]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.7190787Z [00:03:16.771]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:50.7191816Z [00:03:16.771]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.7192908Z [00:03:16.771]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.7194112Z [00:03:16.771]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:50.7195019Z [00:03:16.771]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:50.7195831Z [00:03:16.771]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:50.7196313Z [00:03:16.771]➜  EOF
2025-08-20T21:45:50.7198756Z [00:03:16.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware=>github.com/netbirdio/netbird/management/server/http/middleware;$WORK/b841=>" -p github.com/netbirdio/netbird/management/server/http/middleware -lang=go1.23 -complete -installsuffix shared -buildid Nmk0Pl5nrQx3yk94If1Z/Nmk0Pl5nrQx3yk94If1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack ./server/http/middleware/auth_middleware.go
2025-08-20T21:45:50.7293674Z [00:03:16.782]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:45:50.7309925Z [00:03:16.784]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/d0/d0b639a58b7027aa4871b5d63f42a300b154b7a4629726e979796020936abb65-d # internal
2025-08-20T21:45:50.7310584Z [00:03:16.784]➜  github.com/netbirdio/netbird/management/server/peers
2025-08-20T21:45:50.7312314Z [00:03:16.784]➜  mkdir -p $WORK/b697/
2025-08-20T21:45:50.7314460Z [00:03:16.784]➜  cat >/tmp/go-build1255330412/b697/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7315242Z [00:03:16.784]➜  # import config
2025-08-20T21:45:50.7318728Z [00:03:16.784]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.7319580Z [00:03:16.784]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.7323608Z [00:03:16.784]➜  packagefile github.com/golang/mock/gomock=/tmp/go-build1255330412/b343/_pkg_.a
2025-08-20T21:45:50.7324400Z [00:03:16.784]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:50.7325194Z [00:03:16.784]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:50.7326048Z [00:03:16.784]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:50.7326979Z [00:03:16.784]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:50.7328691Z [00:03:16.784]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.7329714Z [00:03:16.784]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.7330716Z [00:03:16.784]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:50.7331208Z [00:03:16.784]➜  EOF
2025-08-20T21:45:50.7333166Z [00:03:16.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peers=>github.com/netbirdio/netbird/management/server/peers;$WORK/b697=>" -p github.com/netbirdio/netbird/management/server/peers -lang=go1.23 -complete -installsuffix shared -buildid lAsBe9XoqWsCQfJtxsBQ/lAsBe9XoqWsCQfJtxsBQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack ./server/peers/manager.go ./server/peers/manager_mock.go
2025-08-20T21:45:50.7334992Z [00:03:16.785]➜  github.com/netbirdio/netbird/management/server/settings
2025-08-20T21:45:50.7335341Z [00:03:16.785]➜  mkdir -p $WORK/b699/
2025-08-20T21:45:50.7335977Z [00:03:16.785]➜  cat >/tmp/go-build1255330412/b699/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7336414Z [00:03:16.785]➜  # import config
2025-08-20T21:45:50.7337078Z [00:03:16.785]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.7338567Z [00:03:16.785]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.7339795Z [00:03:16.785]➜  packagefile github.com/golang/mock/gomock=/tmp/go-build1255330412/b343/_pkg_.a
2025-08-20T21:45:50.7340700Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.7341740Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/extra_settings=/tmp/go-build1255330412/b694/_pkg_.a
2025-08-20T21:45:50.7342932Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:50.7343990Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:50.7345176Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:50.7346188Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.7347141Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.7348699Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/management/server/users=/tmp/go-build1255330412/b689/_pkg_.a
2025-08-20T21:45:50.7349915Z [00:03:16.785]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.7351320Z [00:03:16.785]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:50.7352011Z [00:03:16.785]➜  EOF
2025-08-20T21:45:50.7354457Z [00:03:16.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/settings=>github.com/netbirdio/netbird/management/server/settings;$WORK/b699=>" -p github.com/netbirdio/netbird/management/server/settings -lang=go1.23 -complete -installsuffix shared -buildid 2xEYLKtZaMkC4-3ITGxa/2xEYLKtZaMkC4-3ITGxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack ./server/settings/manager.go ./server/settings/manager_mock.go
2025-08-20T21:45:50.7684506Z [00:03:16.821]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:45:50.7685269Z [00:03:16.821]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/f3/f3babdfd2abbee9a3f6f52de901d726382afd63a0d66732de83d72c646054a34-d # internal
2025-08-20T21:45:50.7797559Z [00:03:16.832]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:45:50.7814638Z [00:03:16.834]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/39/3993303739b6a2bbdd204b67a0cb68a5feb34b837e78ba7afc1350229229fd84-d # internal
2025-08-20T21:45:50.7822104Z [00:03:16.835]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:45:50.7846248Z [00:03:16.837]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/dd/dd4cd8ab13cb81b26dd933507997df1fb7b88b8989a07bb96d0adfe87ed28154-d # internal
2025-08-20T21:45:50.7861663Z [00:03:16.838]➜  github.com/netbirdio/netbird/management/server/groups
2025-08-20T21:45:50.7862364Z [00:03:16.838]➜  mkdir -p $WORK/b823/
2025-08-20T21:45:50.7862948Z [00:03:16.838]➜  github.com/netbirdio/netbird/management/server/http/handlers/dns
2025-08-20T21:45:50.7863415Z [00:03:16.838]➜  mkdir -p $WORK/b829/
2025-08-20T21:45:50.7863821Z [00:03:16.838]➜  github.com/netbirdio/netbird/management/server/http/handlers/events
2025-08-20T21:45:50.7864206Z [00:03:16.838]➜  mkdir -p $WORK/b830/
2025-08-20T21:45:50.7864879Z [00:03:16.838]➜  cat >/tmp/go-build1255330412/b823/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7865284Z [00:03:16.838]➜  # import config
2025-08-20T21:45:50.7865976Z [00:03:16.838]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.7866930Z [00:03:16.838]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.7867904Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.7868784Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.7869583Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:50.7870441Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:50.7871342Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:50.7872170Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.7872930Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.7873701Z [00:03:16.838]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:50.7874539Z [00:03:16.838]➜  EOF
2025-08-20T21:45:50.7876414Z [00:03:16.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/groups=>github.com/netbirdio/netbird/management/server/groups;$WORK/b823=>" -p github.com/netbirdio/netbird/management/server/groups -lang=go1.23 -complete -installsuffix shared -buildid QukDhZo5mHzTMnyJSkOr/QukDhZo5mHzTMnyJSkOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack ./server/groups/manager.go
2025-08-20T21:45:50.7885818Z [00:03:16.838]➜  cat >/tmp/go-build1255330412/b829/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7886201Z [00:03:16.839]➜  # import config
2025-08-20T21:45:50.7886795Z [00:03:16.839]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:50.7887638Z [00:03:16.839]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.7888953Z [00:03:16.839]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:50.7889759Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/dns=/root/.cache/go-build/f2/f2bf364066b0204b2784de57a7040ec6f2490cdac86a13a2746e552dd14119c6-d
2025-08-20T21:45:50.7890652Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.7891440Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.7892207Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.7892978Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:50.7893773Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:50.7894788Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.7896132Z [00:03:16.839]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.7897163Z [00:03:16.839]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:50.7898595Z [00:03:16.839]➜  EOF
2025-08-20T21:45:50.7900990Z [00:03:16.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns=>github.com/netbirdio/netbird/management/server/http/handlers/dns;$WORK/b829=>" -p github.com/netbirdio/netbird/management/server/http/handlers/dns -lang=go1.23 -complete -installsuffix shared -buildid -3l4bpwjtlQqvnz3fO7m/-3l4bpwjtlQqvnz3fO7m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack ./server/http/handlers/dns/dns_settings_handler.go ./server/http/handlers/dns/nameservers_handler.go
2025-08-20T21:45:50.7903119Z [00:03:16.839]➜  cat >/tmp/go-build1255330412/b830/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7903476Z [00:03:16.839]➜  # import config
2025-08-20T21:45:50.7904034Z [00:03:16.839]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.7904689Z [00:03:16.839]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:50.7905355Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.7906134Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.7907231Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.7908182Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:50.7909630Z [00:03:16.839]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:50.7913672Z [00:03:16.839]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.7914588Z [00:03:16.839]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:50.7915085Z [00:03:16.839]➜  EOF
2025-08-20T21:45:50.7917209Z [00:03:16.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/events=>github.com/netbirdio/netbird/management/server/http/handlers/events;$WORK/b830=>" -p github.com/netbirdio/netbird/management/server/http/handlers/events -lang=go1.23 -complete -installsuffix shared -buildid p4LGiMLbsCcDjJWQr10p/p4LGiMLbsCcDjJWQr10p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack ./server/http/handlers/events/events_handler.go
2025-08-20T21:45:50.7919414Z [00:03:16.843]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:45:50.7920081Z [00:03:16.844]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/22/2213cc041b6bf2475a417e99255b40bddf963694f59c99cf5fde084cd43e7003-d # internal
2025-08-20T21:45:50.7947361Z [00:03:16.846]➜  github.com/netbirdio/management-integrations/integrations
2025-08-20T21:45:50.7948046Z [00:03:16.846]➜  mkdir -p $WORK/b308/
2025-08-20T21:45:50.7948451Z [00:03:16.847]➜  cat >/tmp/go-build1255330412/b308/importcfg << 'EOF' # internal
2025-08-20T21:45:50.7948795Z [00:03:16.847]➜  # import config
2025-08-20T21:45:50.7949379Z [00:03:16.847]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.7950042Z [00:03:16.847]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:50.7950700Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.7951748Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.7952713Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/activity/store=/tmp/go-build1255330412/b693/_pkg_.a
2025-08-20T21:45:50.7956311Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/extra_settings=/tmp/go-build1255330412/b694/_pkg_.a
2025-08-20T21:45:50.7957424Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/integrated_validator=/tmp/go-build1255330412/b695/_pkg_.a
2025-08-20T21:45:50.7958577Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/port_forwarding=/tmp/go-build1255330412/b696/_pkg_.a
2025-08-20T21:45:50.7959428Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:50.7960190Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/peers=/tmp/go-build1255330412/b697/_pkg_.a
2025-08-20T21:45:50.7960986Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:50.7961782Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/settings=/tmp/go-build1255330412/b699/_pkg_.a
2025-08-20T21:45:50.7962551Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.7963325Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:50.7964491Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.7965490Z [00:03:16.847]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d
2025-08-20T21:45:50.7966575Z [00:03:16.847]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.7967905Z [00:03:16.847]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:50.7968383Z [00:03:16.847]➜  EOF
2025-08-20T21:45:50.7972508Z [00:03:16.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190=>github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190;$WORK/b308=>" -p github.com/netbirdio/management-integrations/integrations -lang=go1.23 -complete -installsuffix shared -buildid emmKgweiWCCvcaWlkCu1/emmKgweiWCCvcaWlkCu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190/extra_settings.go /root/go/pkg/mod/github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190/integrations.go /root/go/pkg/mod/github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190/port_forwarding.go /root/go/pkg/mod/github.com/netbirdio/management-integrations/integrations@v0.0.0-20250820151658-9ee1b34f4190/validator.go
2025-08-20T21:45:50.8347952Z [00:03:16.887]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:45:50.8374995Z [00:03:16.890]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/1b/1b50216d1c43bf3abacccbfac7f99fbdcd82f2c8e192120527079ae8d382249f-d # internal
2025-08-20T21:45:50.8394784Z [00:03:16.892]➜  github.com/netbirdio/netbird/management/server
2025-08-20T21:45:50.8395200Z [00:03:16.892]➜  mkdir -p $WORK/b814/
2025-08-20T21:45:50.8417223Z [00:03:16.894]➜  cat >/tmp/go-build1255330412/b814/importcfg << 'EOF' # internal
2025-08-20T21:45:50.8423404Z [00:03:16.894]➜  # import config
2025-08-20T21:45:50.8424400Z [00:03:16.894]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.8425352Z [00:03:16.894]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:45:50.8426230Z [00:03:16.894]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:50.8427074Z [00:03:16.894]➜  packagefile embed=/root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d
2025-08-20T21:45:50.8428325Z [00:03:16.894]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:50.8429196Z [00:03:16.894]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.8430065Z [00:03:16.894]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.8430776Z [00:03:16.894]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:50.8431414Z [00:03:16.894]➜  packagefile github.com/eko/gocache/store/redis/v4=/tmp/go-build1255330412/b344/_pkg_.a
2025-08-20T21:45:50.8432265Z [00:03:16.894]➜  packagefile github.com/golang/protobuf/proto=/root/.cache/go-build/dc/dced2df9b0385ddcf51daf448824734387a02670f67a9d099e71c6b4c5933348-d
2025-08-20T21:45:50.8433120Z [00:03:16.894]➜  packagefile github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build1255330412/b815/_pkg_.a
2025-08-20T21:45:50.8434205Z [00:03:16.894]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:50.8435102Z [00:03:16.894]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/realip=/tmp/go-build1255330412/b307/_pkg_.a
2025-08-20T21:45:50.8458584Z [00:03:16.894]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/f3/f3642f715809b85530fd755b762ac3045153293fba0b5c3323881fb75d93cb65-d
2025-08-20T21:45:50.8459629Z [00:03:16.894]➜  packagefile github.com/netbirdio/management-integrations/integrations/config=/tmp/go-build1255330412/b816/_pkg_.a
2025-08-20T21:45:50.8460582Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/dns=/root/.cache/go-build/f2/f2bf364066b0204b2784de57a7040ec6f2490cdac86a13a2746e552dd14119c6-d
2025-08-20T21:45:50.8461635Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/encryption=/root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d
2025-08-20T21:45:50.8462749Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d
2025-08-20T21:45:50.8463720Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/internals/server/config=/tmp/go-build1255330412/b812/_pkg_.a
2025-08-20T21:45:50.8464763Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.8465650Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.8466419Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/auth=/tmp/go-build1255330412/b817/_pkg_.a
2025-08-20T21:45:50.8467174Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/cache=/tmp/go-build1255330412/b313/_pkg_.a
2025-08-20T21:45:50.8468121Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.8468982Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/geolocation=/tmp/go-build1255330412/b819/_pkg_.a
2025-08-20T21:45:50.8469904Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/groups=/tmp/go-build1255330412/b823/_pkg_.a
2025-08-20T21:45:50.8470719Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/idp=/tmp/go-build1255330412/b354/_pkg_.a
2025-08-20T21:45:50.8471599Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/integrated_validator=/tmp/go-build1255330412/b695/_pkg_.a
2025-08-20T21:45:50.8472572Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/port_forwarding=/tmp/go-build1255330412/b696/_pkg_.a
2025-08-20T21:45:50.8473673Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers/types=/tmp/go-build1255330412/b547/_pkg_.a
2025-08-20T21:45:50.8474502Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:50.8475284Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:50.8476139Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:50.8477038Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:50.8478003Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/posture=/tmp/go-build1255330412/b523/_pkg_.a
2025-08-20T21:45:50.8478828Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/settings=/tmp/go-build1255330412/b699/_pkg_.a
2025-08-20T21:45:50.8479780Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.8480556Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:50.8481358Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.8482118Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/users=/tmp/go-build1255330412/b689/_pkg_.a
2025-08-20T21:45:50.8482870Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/management/server/util=/tmp/go-build1255330412/b522/_pkg_.a
2025-08-20T21:45:50.8483780Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/route=/root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d
2025-08-20T21:45:50.8484911Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/root/.cache/go-build/ba/baba05c0fc151d31f2e8d23958ada482bf62349e812ba0402aacbdbdf8d6a55f-d
2025-08-20T21:45:50.8486126Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d
2025-08-20T21:45:50.8487330Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.8488815Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac=/root/.cache/go-build/14/14b3cd8883d9df0df2ff5cd83b6acbffa4abdc0eb64cb8ecaa7c97c537631525-d
2025-08-20T21:45:50.8490084Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac/v2=/root/.cache/go-build/cf/cf949de9e52b43c00acec4003f4eba83fa995766e34e9984be026314303d005e-d
2025-08-20T21:45:50.8491198Z [00:03:16.894]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:45:50.8491956Z [00:03:16.894]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:50.8492714Z [00:03:16.894]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.8493587Z [00:03:16.894]➜  packagefile github.com/vmihailenco/msgpack/v5=/tmp/go-build1255330412/b337/_pkg_.a
2025-08-20T21:45:50.8494461Z [00:03:16.894]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/4b/4b2c1a05e643bb5e1bb26b1a0e7b0142854b30dd2eb32f0ade8fd1ad92a94ce5-d
2025-08-20T21:45:50.8495484Z [00:03:16.894]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/root/.cache/go-build/2b/2bf365f0ed8670fb8c5f945ac6c0b5e70c325c8a91ccbff95c1487702499a7ea-d
2025-08-20T21:45:50.8496514Z [00:03:16.894]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:50.8497652Z [00:03:16.894]➜  packagefile google.golang.org/grpc/peer=/root/.cache/go-build/f5/f5e86a5f6cb2c0a06da4ab49578fbc299ceae0522b8d5de1106d37bbdc7ae25e-d
2025-08-20T21:45:50.8498948Z [00:03:16.894]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:45:50.8499858Z [00:03:16.894]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:50.8500702Z [00:03:16.894]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:50.8501531Z [00:03:16.894]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:50.8503040Z [00:03:16.894]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:50.8504301Z [00:03:16.894]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:50.8505116Z [00:03:16.894]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:50.8505938Z [00:03:16.894]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:50.8506761Z [00:03:16.894]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:50.8507583Z [00:03:16.894]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:50.8508589Z [00:03:16.894]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:50.8509420Z [00:03:16.894]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:50.8510260Z [00:03:16.894]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:50.8511101Z [00:03:16.894]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:50.8511850Z [00:03:16.894]➜  EOF
2025-08-20T21:45:50.8515123Z [00:03:16.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server=>github.com/netbirdio/netbird/management/server;$WORK/b814=>" -p github.com/netbirdio/netbird/management/server -lang=go1.23 -complete -installsuffix shared -buildid Sgyw7C1Z0H4UZmH2Jtgh/Sgyw7C1Z0H4UZmH2Jtgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack ./server/account.go ./server/account_request_buffer.go ./server/dns.go ./server/ephemeral.go ./server/event.go ./server/group.go ./server/grpcserver.go ./server/integrated_validator.go ./server/nameserver.go ./server/peer.go ./server/policy.go ./server/posture_checks.go ./server/resource.go ./server/route.go ./server/scheduler.go ./server/setupkey.go ./server/token_mgr.go ./server/updatechannel.go ./server/user.go
2025-08-20T21:45:50.8521032Z [00:03:16.905]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:45:50.8525997Z [00:03:16.905]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/8c/8ca5f5b40b99bb2534cff5f595d74a2ffe5dd3ac971c05d1fa1394e6cd99d394-d # internal
2025-08-20T21:45:50.8527983Z [00:03:16.906]➜  github.com/netbirdio/netbird/management/server/http/handlers/accounts
2025-08-20T21:45:50.8528504Z [00:03:16.906]➜  mkdir -p $WORK/b827/
2025-08-20T21:45:50.8530830Z [00:03:16.906]➜  cat >/tmp/go-build1255330412/b827/importcfg << 'EOF' # internal
2025-08-20T21:45:50.8532287Z [00:03:16.906]➜  # import config
2025-08-20T21:45:50.8532899Z [00:03:16.906]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.8534159Z [00:03:16.906]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:50.8534862Z [00:03:16.906]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:50.8535547Z [00:03:16.906]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.8536340Z [00:03:16.906]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.8537127Z [00:03:16.906]➜  packagefile github.com/netbirdio/netbird/management/server/settings=/tmp/go-build1255330412/b699/_pkg_.a
2025-08-20T21:45:50.8538119Z [00:03:16.906]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.8538967Z [00:03:16.906]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:50.8540003Z [00:03:16.906]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:50.8541029Z [00:03:16.906]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.8542044Z [00:03:16.906]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:50.8542897Z [00:03:16.906]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:50.8543729Z [00:03:16.906]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:50.8544215Z [00:03:16.907]➜  EOF
2025-08-20T21:45:50.8546525Z [00:03:16.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/accounts=>github.com/netbirdio/netbird/management/server/http/handlers/accounts;$WORK/b827=>" -p github.com/netbirdio/netbird/management/server/http/handlers/accounts -lang=go1.23 -complete -installsuffix shared -buildid dGaMvFH8vQW64pFgCHqk/dGaMvFH8vQW64pFgCHqk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack ./server/http/handlers/accounts/accounts_handler.go
2025-08-20T21:45:50.8656407Z [00:03:16.918]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:45:50.8675703Z [00:03:16.920]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/0e/0e75e9d6f43e93a190867bf37eb63767a2a5488d5cdbf435fa7c69cea0a5c472-d # internal
2025-08-20T21:45:50.8676557Z [00:03:16.920]➜  github.com/netbirdio/netbird/management/server/http/handlers/groups
2025-08-20T21:45:50.8676970Z [00:03:16.920]➜  mkdir -p $WORK/b831/
2025-08-20T21:45:50.8684814Z [00:03:16.921]➜  cat >/tmp/go-build1255330412/b831/importcfg << 'EOF' # internal
2025-08-20T21:45:50.8685266Z [00:03:16.921]➜  # import config
2025-08-20T21:45:50.8685862Z [00:03:16.921]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:50.8686549Z [00:03:16.921]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:50.8687231Z [00:03:16.921]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.8688291Z [00:03:16.921]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.8689119Z [00:03:16.921]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:50.8689877Z [00:03:16.921]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.8691011Z [00:03:16.921]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:50.8691809Z [00:03:16.921]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:50.8692849Z [00:03:16.921]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.8693942Z [00:03:16.921]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.8694846Z [00:03:16.921]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:50.8695342Z [00:03:16.921]➜  EOF
2025-08-20T21:45:50.8697531Z [00:03:16.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/groups=>github.com/netbirdio/netbird/management/server/http/handlers/groups;$WORK/b831=>" -p github.com/netbirdio/netbird/management/server/http/handlers/groups -lang=go1.23 -complete -installsuffix shared -buildid aIiY_oYuGs3M6L2k9yPf/aIiY_oYuGs3M6L2k9yPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack ./server/http/handlers/groups/groups_handler.go
2025-08-20T21:45:50.9327597Z [00:03:16.985]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:45:50.9384742Z [00:03:16.991]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/cb/cb2047fa7fa9a2ff7ee079ae125e0c94f898606c21e83682260d6ea7dc4d7d6e-d # internal
2025-08-20T21:45:50.9385523Z [00:03:16.991]➜  github.com/netbirdio/netbird/management/server/networks/resources
2025-08-20T21:45:50.9385926Z [00:03:16.991]➜  mkdir -p $WORK/b834/
2025-08-20T21:45:50.9386302Z [00:03:16.991]➜  cat >/tmp/go-build1255330412/b834/importcfg << 'EOF' # internal
2025-08-20T21:45:50.9386647Z [00:03:16.991]➜  # import config
2025-08-20T21:45:50.9387236Z [00:03:16.991]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.9388283Z [00:03:16.991]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.9389488Z [00:03:16.991]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.9390494Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.9391347Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.9392125Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/groups=/tmp/go-build1255330412/b823/_pkg_.a
2025-08-20T21:45:50.9392977Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources/types=/tmp/go-build1255330412/b546/_pkg_.a
2025-08-20T21:45:50.9393857Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:50.9394712Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:50.9395614Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:50.9396450Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.9397270Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.9398158Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/management/server/util=/tmp/go-build1255330412/b522/_pkg_.a
2025-08-20T21:45:50.9399379Z [00:03:16.991]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.9400058Z [00:03:16.991]➜  EOF
2025-08-20T21:45:50.9402162Z [00:03:16.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources=>github.com/netbirdio/netbird/management/server/networks/resources;$WORK/b834=>" -p github.com/netbirdio/netbird/management/server/networks/resources -lang=go1.23 -complete -installsuffix shared -buildid vf6QfMMKRCfL8tRRrBT6/vf6QfMMKRCfL8tRRrBT6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack ./server/networks/resources/manager.go
2025-08-20T21:45:50.9432450Z [00:03:16.996]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:45:50.9447391Z [00:03:16.997]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/fe/fef6657a3202aa66eb8bfe9b463fb6e1355e1eb2229970923926d227db735625-d # internal
2025-08-20T21:45:50.9459778Z [00:03:16.998]➜  github.com/netbirdio/netbird/management/server/networks/routers
2025-08-20T21:45:50.9460210Z [00:03:16.998]➜  mkdir -p $WORK/b835/
2025-08-20T21:45:50.9460589Z [00:03:16.998]➜  cat >/tmp/go-build1255330412/b835/importcfg << 'EOF' # internal
2025-08-20T21:45:50.9460933Z [00:03:16.998]➜  # import config
2025-08-20T21:45:50.9461515Z [00:03:16.998]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.9462360Z [00:03:16.998]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:50.9463182Z [00:03:16.998]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.9463970Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.9464763Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.9465617Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers/types=/tmp/go-build1255330412/b547/_pkg_.a
2025-08-20T21:45:50.9466480Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:50.9467568Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:50.9468868Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:50.9469885Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:50.9470728Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:50.9471747Z [00:03:16.998]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.9472564Z [00:03:16.998]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:50.9472913Z [00:03:16.998]➜  EOF
2025-08-20T21:45:50.9474956Z [00:03:16.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers=>github.com/netbirdio/netbird/management/server/networks/routers;$WORK/b835=>" -p github.com/netbirdio/netbird/management/server/networks/routers -lang=go1.23 -complete -installsuffix shared -buildid yjp8xFX5rU4blHSrw4X7/yjp8xFX5rU4blHSrw4X7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack ./server/networks/routers/manager.go
2025-08-20T21:45:50.9480879Z [00:03:16.999]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:45:50.9482715Z [00:03:17.000]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/d7/d78c2a3032a78ded093befa845b02ddefa05f7f459f657c885585efcd7a2931a-d # internal
2025-08-20T21:45:50.9483463Z [00:03:17.000]➜  github.com/netbirdio/netbird/management/server/http/handlers/peers
2025-08-20T21:45:50.9483855Z [00:03:17.000]➜  mkdir -p $WORK/b836/
2025-08-20T21:45:50.9484229Z [00:03:17.001]➜  cat >/tmp/go-build1255330412/b836/importcfg << 'EOF' # internal
2025-08-20T21:45:50.9484592Z [00:03:17.001]➜  # import config
2025-08-20T21:45:50.9485159Z [00:03:17.001]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:50.9486024Z [00:03:17.001]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:50.9486863Z [00:03:17.001]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:50.9487903Z [00:03:17.001]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:50.9488631Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:50.9489416Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:50.9493289Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:50.9494085Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/management/server/groups=/tmp/go-build1255330412/b823/_pkg_.a
2025-08-20T21:45:50.9494851Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:50.9495611Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:50.9496392Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:50.9497465Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:50.9506820Z [00:03:17.001]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:50.9508626Z [00:03:17.001]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:50.9510291Z [00:03:17.001]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:50.9511161Z [00:03:17.001]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:50.9511705Z [00:03:17.001]➜  EOF
2025-08-20T21:45:50.9513828Z [00:03:17.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/peers=>github.com/netbirdio/netbird/management/server/http/handlers/peers;$WORK/b836=>" -p github.com/netbirdio/netbird/management/server/http/handlers/peers -lang=go1.23 -complete -installsuffix shared -buildid YR1wFEpXbFEm8iCo0Isz/YR1wFEpXbFEm8iCo0Isz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack ./server/http/handlers/peers/peers_handler.go
2025-08-20T21:45:51.0155507Z [00:03:17.068]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:45:51.0191530Z [00:03:17.070]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:45:51.0192274Z [00:03:17.072]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/17/17b739626b56fa29d7f8c995ba96d1e3a5ea55d7ded8b79c9890197a73350687-d # internal
2025-08-20T21:45:51.0193409Z [00:03:17.072]➜  github.com/netbirdio/netbird/management/server/http/handlers/policies
2025-08-20T21:45:51.0198254Z [00:03:17.072]➜  mkdir -p $WORK/b837/
2025-08-20T21:45:51.0198770Z [00:03:17.073]➜  cat >/tmp/go-build1255330412/b837/importcfg << 'EOF' # internal
2025-08-20T21:45:51.0199132Z [00:03:17.073]➜  # import config
2025-08-20T21:45:51.0199723Z [00:03:17.073]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:51.0200430Z [00:03:17.073]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:51.0201107Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.0201885Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:51.0202685Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/geolocation=/tmp/go-build1255330412/b819/_pkg_.a
2025-08-20T21:45:51.0203505Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:51.0204353Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:51.0205251Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:51.0206093Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/posture=/tmp/go-build1255330412/b523/_pkg_.a
2025-08-20T21:45:51.0206861Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:51.0207636Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:51.0208696Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:51.0209728Z [00:03:17.073]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:51.0210732Z [00:03:17.073]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.0211830Z [00:03:17.073]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:51.0212836Z [00:03:17.073]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:51.0213385Z [00:03:17.073]➜  EOF
2025-08-20T21:45:51.0216048Z [00:03:17.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies=>github.com/netbirdio/netbird/management/server/http/handlers/policies;$WORK/b837=>" -p github.com/netbirdio/netbird/management/server/http/handlers/policies -lang=go1.23 -complete -installsuffix shared -buildid PLr-5LqoEy3DYFxFtDws/PLr-5LqoEy3DYFxFtDws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack ./server/http/handlers/policies/geolocations_handler.go ./server/http/handlers/policies/policies_handler.go ./server/http/handlers/policies/posture_checks_handler.go
2025-08-20T21:45:51.0224892Z [00:03:17.074]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/c2/c26126f2d289a1835d29837310955b88b0837b4e4c733a395330a973a52395d2-d # internal
2025-08-20T21:45:51.0225569Z [00:03:17.074]➜  github.com/netbirdio/netbird/management/server/networks
2025-08-20T21:45:51.0225931Z [00:03:17.074]➜  mkdir -p $WORK/b833/
2025-08-20T21:45:51.0226354Z [00:03:17.075]➜  cat >/tmp/go-build1255330412/b833/importcfg << 'EOF' # internal
2025-08-20T21:45:51.0226699Z [00:03:17.075]➜  # import config
2025-08-20T21:45:51.0227261Z [00:03:17.075]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:51.0228685Z [00:03:17.075]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:51.0229475Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.0230263Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:51.0231101Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources=/tmp/go-build1255330412/b834/_pkg_.a
2025-08-20T21:45:51.0231963Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers=/tmp/go-build1255330412/b835/_pkg_.a
2025-08-20T21:45:51.0232805Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:51.0233639Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:51.0234489Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:51.0235396Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:51.0236238Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:51.0237242Z [00:03:17.075]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:51.0238216Z [00:03:17.075]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:51.0238579Z [00:03:17.075]➜  EOF
2025-08-20T21:45:51.0240650Z [00:03:17.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks=>github.com/netbirdio/netbird/management/server/networks;$WORK/b833=>" -p github.com/netbirdio/netbird/management/server/networks -lang=go1.23 -complete -installsuffix shared -buildid DsTssfrMlS9kw2Eaaq1E/DsTssfrMlS9kw2Eaaq1E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack ./server/networks/manager.go
2025-08-20T21:45:51.0278187Z [00:03:17.081]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:45:51.0340086Z [00:03:17.087]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/dd/dd4be70fa38bf69f2fc8636ec49a66831398ba6b47467b66e84ff5f1b4e81385-d # internal
2025-08-20T21:45:51.0341195Z [00:03:17.087]➜  github.com/netbirdio/netbird/management/server/http/handlers/routes
2025-08-20T21:45:51.0341731Z [00:03:17.087]➜  mkdir -p $WORK/b838/
2025-08-20T21:45:51.0342826Z [00:03:17.087]➜  cat >/tmp/go-build1255330412/b838/importcfg << 'EOF' # internal
2025-08-20T21:45:51.0343987Z [00:03:17.087]➜  # import config
2025-08-20T21:45:51.0344612Z [00:03:17.087]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:51.0345460Z [00:03:17.087]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:51.0346154Z [00:03:17.087]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.0346943Z [00:03:17.087]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:51.0347995Z [00:03:17.087]➜  packagefile github.com/netbirdio/netbird/route=/root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d
2025-08-20T21:45:51.0349195Z [00:03:17.087]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/root/.cache/go-build/ba/baba05c0fc151d31f2e8d23958ada482bf62349e812ba0402aacbdbdf8d6a55f-d
2025-08-20T21:45:51.0350552Z [00:03:17.087]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:51.0351438Z [00:03:17.087]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:51.0352467Z [00:03:17.087]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:51.0353478Z [00:03:17.087]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.0354321Z [00:03:17.087]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:51.0355196Z [00:03:17.087]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:51.0355727Z [00:03:17.087]➜  EOF
2025-08-20T21:45:51.0357970Z [00:03:17.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/routes=>github.com/netbirdio/netbird/management/server/http/handlers/routes;$WORK/b838=>" -p github.com/netbirdio/netbird/management/server/http/handlers/routes -lang=go1.23 -complete -installsuffix shared -buildid cOoF3DdR1IFMtqU5RlBa/cOoF3DdR1IFMtqU5RlBa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack ./server/http/handlers/routes/routes_handler.go
2025-08-20T21:45:51.0877491Z [00:03:17.140]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:45:51.0891443Z [00:03:17.142]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/3e/3efb84ac671e0058157a1ec95d53dee345058102d8253a7d0860f9b07e6e357f-d # internal
2025-08-20T21:45:51.0914982Z [00:03:17.144]➜  github.com/netbirdio/netbird/management/server/http/handlers/networks
2025-08-20T21:45:51.0918169Z [00:03:17.144]➜  mkdir -p $WORK/b832/
2025-08-20T21:45:51.0946334Z [00:03:17.147]➜  cat >/tmp/go-build1255330412/b832/importcfg << 'EOF' # internal
2025-08-20T21:45:51.0948491Z [00:03:17.147]➜  # import config
2025-08-20T21:45:51.0949083Z [00:03:17.147]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:51.0950227Z [00:03:17.147]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:51.0951233Z [00:03:17.147]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:51.0951953Z [00:03:17.147]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:51.0952618Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.0953396Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:51.0954182Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/groups=/tmp/go-build1255330412/b823/_pkg_.a
2025-08-20T21:45:51.0954955Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/networks=/tmp/go-build1255330412/b833/_pkg_.a
2025-08-20T21:45:51.0955790Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources=/tmp/go-build1255330412/b834/_pkg_.a
2025-08-20T21:45:51.0956695Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources/types=/tmp/go-build1255330412/b546/_pkg_.a
2025-08-20T21:45:51.0957585Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers=/tmp/go-build1255330412/b835/_pkg_.a
2025-08-20T21:45:51.0958656Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers/types=/tmp/go-build1255330412/b547/_pkg_.a
2025-08-20T21:45:51.0959829Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:51.0960623Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:51.0961393Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:51.0962191Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:51.0963209Z [00:03:17.147]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:51.0964292Z [00:03:17.147]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:51.0965196Z [00:03:17.147]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.0965694Z [00:03:17.147]➜  EOF
2025-08-20T21:45:51.0970523Z [00:03:17.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks=>github.com/netbirdio/netbird/management/server/http/handlers/networks;$WORK/b832=>" -p github.com/netbirdio/netbird/management/server/http/handlers/networks -lang=go1.23 -complete -installsuffix shared -buildid zUap1onNdS2OWlS6PNZc/zUap1onNdS2OWlS6PNZc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack ./server/http/handlers/networks/handler.go ./server/http/handlers/networks/resources_handler.go ./server/http/handlers/networks/routers_handler.go
2025-08-20T21:45:51.0989387Z [00:03:17.151]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:45:51.1031674Z [00:03:17.154]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/be/be489633f0b3627396fcdc6bca7a48bbf74889b5499dff68750ccf8fb2445cb8-d # internal
2025-08-20T21:45:51.1032514Z [00:03:17.155]➜  github.com/netbirdio/netbird/management/server/http/handlers/setup_keys
2025-08-20T21:45:51.1032933Z [00:03:17.155]➜  mkdir -p $WORK/b839/
2025-08-20T21:45:51.1037550Z [00:03:17.156]➜  cat >/tmp/go-build1255330412/b839/importcfg << 'EOF' # internal
2025-08-20T21:45:51.1046344Z [00:03:17.156]➜  # import config
2025-08-20T21:45:51.1047361Z [00:03:17.156]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:51.1048462Z [00:03:17.156]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:51.1049149Z [00:03:17.156]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:51.1049811Z [00:03:17.156]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.1050601Z [00:03:17.156]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:51.1051379Z [00:03:17.156]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:51.1052160Z [00:03:17.156]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:51.1052952Z [00:03:17.156]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:51.1053967Z [00:03:17.156]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:51.1054968Z [00:03:17.156]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.1056039Z [00:03:17.156]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:51.1056679Z [00:03:17.156]➜  EOF
2025-08-20T21:45:51.1059013Z [00:03:17.156]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/setup_keys=>github.com/netbirdio/netbird/management/server/http/handlers/setup_keys;$WORK/b839=>" -p github.com/netbirdio/netbird/management/server/http/handlers/setup_keys -lang=go1.23 -complete -installsuffix shared -buildid jmVH8ySkWlBXCFUF6W_l/jmVH8ySkWlBXCFUF6W_l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack ./server/http/handlers/setup_keys/setupkeys_handler.go
2025-08-20T21:45:51.1155509Z [00:03:17.168]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:45:51.1182329Z [00:03:17.170]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/98/98a5cfe4cca1bbf7d0e799c1b5ee19022d2e5e15dd33cb3413dbcf39bfb7341d-d # internal
2025-08-20T21:45:51.1183281Z [00:03:17.171]➜  github.com/netbirdio/netbird/management/server/http/handlers/users
2025-08-20T21:45:51.1184005Z [00:03:17.171]➜  mkdir -p $WORK/b840/
2025-08-20T21:45:51.1184514Z [00:03:17.171]➜  cat >/tmp/go-build1255330412/b840/importcfg << 'EOF' # internal
2025-08-20T21:45:51.1186516Z [00:03:17.171]➜  # import config
2025-08-20T21:45:51.1187819Z [00:03:17.171]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:51.1189149Z [00:03:17.171]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:51.1189943Z [00:03:17.171]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.1190736Z [00:03:17.171]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:51.1191514Z [00:03:17.171]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:51.1192295Z [00:03:17.171]➜  packagefile github.com/netbirdio/netbird/management/server/users=/tmp/go-build1255330412/b689/_pkg_.a
2025-08-20T21:45:51.1193074Z [00:03:17.171]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:51.1194185Z [00:03:17.171]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:51.1195387Z [00:03:17.171]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:51.1196612Z [00:03:17.171]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:51.1197523Z [00:03:17.171]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.1199132Z [00:03:17.171]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:51.1199633Z [00:03:17.171]➜  EOF
2025-08-20T21:45:51.1201932Z [00:03:17.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users=>github.com/netbirdio/netbird/management/server/http/handlers/users;$WORK/b840=>" -p github.com/netbirdio/netbird/management/server/http/handlers/users -lang=go1.23 -complete -installsuffix shared -buildid zv9AaEa0UgDgvDtnaYCi/zv9AaEa0UgDgvDtnaYCi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack ./server/http/handlers/users/pat_handler.go ./server/http/handlers/users/users_handler.go
2025-08-20T21:45:51.1668277Z [00:03:17.219]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:45:51.1691531Z [00:03:17.222]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/a2/a27d223235a0e89e01c8ce745acf419fc4dec6f8da84708cb5c5723dccc2cb3f-d # internal
2025-08-20T21:45:51.2006847Z [00:03:17.253]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:45:51.2028954Z [00:03:17.256]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/e3/e34a71519f7fb8d000310a4dcf7d6ce294c70e58e6821a85bb314cc5da8009c7-d # internal
2025-08-20T21:45:51.2089318Z [00:03:17.260]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:45:51.2094056Z [00:03:17.262]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/61/617dcb86c98ad28eaa51c94bc71565cba8b4a13dd579d303051822a16a65a346-d # internal
2025-08-20T21:45:51.2097817Z [00:03:17.263]➜  github.com/netbirdio/netbird/management/server/http
2025-08-20T21:45:51.2098396Z [00:03:17.263]➜  mkdir -p $WORK/b826/
2025-08-20T21:45:51.2107236Z [00:03:17.263]➜  cat >/tmp/go-build1255330412/b826/importcfg << 'EOF' # internal
2025-08-20T21:45:51.2108353Z [00:03:17.263]➜  # import config
2025-08-20T21:45:51.2109280Z [00:03:17.263]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:51.2110404Z [00:03:17.263]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:51.2111887Z [00:03:17.263]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:51.2112591Z [00:03:17.263]➜  packagefile github.com/netbirdio/management-integrations/integrations=/tmp/go-build1255330412/b308/_pkg_.a
2025-08-20T21:45:51.2113391Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.2114163Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/auth=/tmp/go-build1255330412/b817/_pkg_.a
2025-08-20T21:45:51.2114945Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/geolocation=/tmp/go-build1255330412/b819/_pkg_.a
2025-08-20T21:45:51.2115736Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/groups=/tmp/go-build1255330412/b823/_pkg_.a
2025-08-20T21:45:51.2116596Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/accounts=/tmp/go-build1255330412/b827/_pkg_.a
2025-08-20T21:45:51.2117491Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/dns=/tmp/go-build1255330412/b829/_pkg_.a
2025-08-20T21:45:51.2118820Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/events=/tmp/go-build1255330412/b830/_pkg_.a
2025-08-20T21:45:51.2119913Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/groups=/tmp/go-build1255330412/b831/_pkg_.a
2025-08-20T21:45:51.2120872Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/networks=/tmp/go-build1255330412/b832/_pkg_.a
2025-08-20T21:45:51.2121766Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/peers=/tmp/go-build1255330412/b836/_pkg_.a
2025-08-20T21:45:51.2122672Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/policies=/tmp/go-build1255330412/b837/_pkg_.a
2025-08-20T21:45:51.2123562Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/routes=/tmp/go-build1255330412/b838/_pkg_.a
2025-08-20T21:45:51.2124467Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/setup_keys=/tmp/go-build1255330412/b839/_pkg_.a
2025-08-20T21:45:51.2125364Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/users=/tmp/go-build1255330412/b840/_pkg_.a
2025-08-20T21:45:51.2126219Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/http/middleware=/tmp/go-build1255330412/b841/_pkg_.a
2025-08-20T21:45:51.2127150Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/integrated_validator=/tmp/go-build1255330412/b695/_pkg_.a
2025-08-20T21:45:51.2128652Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/port_forwarding=/tmp/go-build1255330412/b696/_pkg_.a
2025-08-20T21:45:51.2129529Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/networks=/tmp/go-build1255330412/b833/_pkg_.a
2025-08-20T21:45:51.2130371Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources=/tmp/go-build1255330412/b834/_pkg_.a
2025-08-20T21:45:51.2131237Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers=/tmp/go-build1255330412/b835/_pkg_.a
2025-08-20T21:45:51.2132044Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/peers=/tmp/go-build1255330412/b697/_pkg_.a
2025-08-20T21:45:51.2133199Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:51.2134005Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/settings=/tmp/go-build1255330412/b699/_pkg_.a
2025-08-20T21:45:51.2134803Z [00:03:17.263]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:51.2135441Z [00:03:17.263]➜  packagefile github.com/rs/cors=/tmp/go-build1255330412/b843/_pkg_.a
2025-08-20T21:45:51.2136127Z [00:03:17.263]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.2136627Z [00:03:17.263]➜  EOF
2025-08-20T21:45:51.2138545Z [00:03:17.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http=>github.com/netbirdio/netbird/management/server/http;$WORK/b826=>" -p github.com/netbirdio/netbird/management/server/http -lang=go1.23 -complete -installsuffix shared -buildid aYm9zx8EF06NgF1NMLMu/aYm9zx8EF06NgF1NMLMu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack ./server/http/handler.go
2025-08-20T21:45:51.2872873Z [00:03:17.340]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:45:51.2897016Z [00:03:17.342]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/82/8222f2e585be2c97f7e6e1294c1304aacf7cc23da638f11a48a3919e32ff885b-d # internal
2025-08-20T21:45:51.4981774Z [00:03:17.551]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:45:51.5108019Z [00:03:17.563]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/cb/cb2fef56bdbf2b2cf3489718314c460c12364fb8156725985edc6ff3c85777ef-d # internal
2025-08-20T21:45:51.5109655Z [00:03:17.564]➜  github.com/netbirdio/netbird/management/internals/server
2025-08-20T21:45:51.5110136Z [00:03:17.564]➜  mkdir -p $WORK/b176/
2025-08-20T21:45:51.5118863Z [00:03:17.564]➜  cat >/tmp/go-build1255330412/b176/importcfg << 'EOF' # internal
2025-08-20T21:45:51.5119242Z [00:03:17.564]➜  # import config
2025-08-20T21:45:51.5119818Z [00:03:17.564]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:51.5120695Z [00:03:17.564]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:51.5121522Z [00:03:17.564]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:51.5122418Z [00:03:17.564]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:51.5123244Z [00:03:17.564]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/v2=/tmp/go-build1255330412/b179/_pkg_.a
2025-08-20T21:45:51.5124040Z [00:03:17.564]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/realip=/tmp/go-build1255330412/b307/_pkg_.a
2025-08-20T21:45:51.5124867Z [00:03:17.564]➜  packagefile github.com/netbirdio/management-integrations/integrations=/tmp/go-build1255330412/b308/_pkg_.a
2025-08-20T21:45:51.5126182Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/encryption=/root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d
2025-08-20T21:45:51.5127495Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d
2025-08-20T21:45:51.5128743Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/internals/server/config=/tmp/go-build1255330412/b812/_pkg_.a
2025-08-20T21:45:51.5129537Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server=/tmp/go-build1255330412/b814/_pkg_.a
2025-08-20T21:45:51.5130286Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.5131094Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:51.5131859Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/auth=/tmp/go-build1255330412/b817/_pkg_.a
2025-08-20T21:45:51.5132629Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:51.5133419Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/geolocation=/tmp/go-build1255330412/b819/_pkg_.a
2025-08-20T21:45:51.5134209Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/groups=/tmp/go-build1255330412/b823/_pkg_.a
2025-08-20T21:45:51.5134974Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/http=/tmp/go-build1255330412/b826/_pkg_.a
2025-08-20T21:45:51.5135719Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/idp=/tmp/go-build1255330412/b354/_pkg_.a
2025-08-20T21:45:51.5136600Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/integrated_validator=/tmp/go-build1255330412/b695/_pkg_.a
2025-08-20T21:45:51.5137621Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/port_forwarding=/tmp/go-build1255330412/b696/_pkg_.a
2025-08-20T21:45:51.5138669Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/metrics=/tmp/go-build1255330412/b844/_pkg_.a
2025-08-20T21:45:51.5139454Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/networks=/tmp/go-build1255330412/b833/_pkg_.a
2025-08-20T21:45:51.5140536Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources=/tmp/go-build1255330412/b834/_pkg_.a
2025-08-20T21:45:51.5141514Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers=/tmp/go-build1255330412/b835/_pkg_.a
2025-08-20T21:45:51.5142321Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/peers=/tmp/go-build1255330412/b697/_pkg_.a
2025-08-20T21:45:51.5143105Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:51.5143941Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/settings=/tmp/go-build1255330412/b699/_pkg_.a
2025-08-20T21:45:51.5144711Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:51.5145490Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:51.5146267Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/management/server/users=/tmp/go-build1255330412/b689/_pkg_.a
2025-08-20T21:45:51.5147262Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d
2025-08-20T21:45:51.5148707Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:45:51.5150036Z [00:03:17.564]➜  packagefile github.com/netbirdio/netbird/version=/root/.cache/go-build/d4/d41f4b462272bbbe2650062579bb6accb1a4b8f68afa5c21d15512ab0007a7c8-d
2025-08-20T21:45:51.5151051Z [00:03:17.564]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:51.5152062Z [00:03:17.564]➜  packagefile golang.org/x/crypto/acme/autocert=/root/.cache/go-build/7a/7af199b548efc654f7df232cfad736146bb963fddfe0475bf8fb155851456bc1-d
2025-08-20T21:45:51.5153056Z [00:03:17.564]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/2a/2a28b2cfcd2cc2c7bc1f90ea321f8d0bffa930b2c6d98cb9fe0195926e76b873-d
2025-08-20T21:45:51.5153792Z [00:03:17.564]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build1255330412/b846/_pkg_.a
2025-08-20T21:45:51.5154546Z [00:03:17.564]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:51.5155531Z [00:03:17.564]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:51.5156547Z [00:03:17.564]➜  packagefile google.golang.org/grpc/keepalive=/root/.cache/go-build/b5/b549ac03529ef2ed7eff59632d32b4419a082c437437cc76767f876af83c7e0c-d
2025-08-20T21:45:51.5157444Z [00:03:17.564]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:51.5158478Z [00:03:17.564]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.5159320Z [00:03:17.564]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:51.5160155Z [00:03:17.564]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:51.5161144Z [00:03:17.564]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:51.5161960Z [00:03:17.564]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:51.5162759Z [00:03:17.564]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:51.5163409Z [00:03:17.564]➜  EOF
2025-08-20T21:45:51.5165991Z [00:03:17.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server=>github.com/netbirdio/netbird/management/internals/server;$WORK/b176=>" -p github.com/netbirdio/netbird/management/internals/server -lang=go1.23 -complete -installsuffix shared -buildid m4E53t8G3q35WDIQ4AxR/m4E53t8G3q35WDIQ4AxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack ./internals/server/boot.go ./internals/server/container.go ./internals/server/controllers.go ./internals/server/modules.go ./internals/server/server.go
2025-08-20T21:45:51.7308699Z [00:03:17.784]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:45:51.7389094Z [00:03:17.792]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/b2/b238f50534f76a3a890e476411cf2f534006d534c9429dfdc91afd98d590bfad-d # internal
2025-08-20T21:45:51.7389814Z [00:03:17.792]➜  github.com/netbirdio/netbird/management/cmd
2025-08-20T21:45:51.7390180Z [00:03:17.792]➜  mkdir -p $WORK/b002/
2025-08-20T21:45:51.7393202Z [00:03:17.792]➜  cat >/tmp/go-build1255330412/b002/importcfg << 'EOF' # internal
2025-08-20T21:45:51.7393668Z [00:03:17.792]➜  # import config
2025-08-20T21:45:51.7394250Z [00:03:17.792]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:51.7395109Z [00:03:17.792]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:51.7396393Z [00:03:17.792]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:51.7397219Z [00:03:17.792]➜  packagefile flag=/root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d
2025-08-20T21:45:51.7398657Z [00:03:17.792]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:51.7399616Z [00:03:17.792]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/f3/f3642f715809b85530fd755b762ac3045153293fba0b5c3323881fb75d93cb65-d
2025-08-20T21:45:51.7400637Z [00:03:17.792]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d
2025-08-20T21:45:51.7401574Z [00:03:17.792]➜  packagefile github.com/netbirdio/netbird/management/internals/server=/tmp/go-build1255330412/b176/_pkg_.a
2025-08-20T21:45:51.7402399Z [00:03:17.792]➜  packagefile github.com/netbirdio/netbird/management/internals/server/config=/tmp/go-build1255330412/b812/_pkg_.a
2025-08-20T21:45:51.7403213Z [00:03:17.792]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:51.7404153Z [00:03:17.792]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:45:51.7405216Z [00:03:17.792]➜  packagefile github.com/netbirdio/netbird/version=/root/.cache/go-build/d4/d41f4b462272bbbe2650062579bb6accb1a4b8f68afa5c21d15512ab0007a7c8-d
2025-08-20T21:45:51.7406233Z [00:03:17.792]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:51.7407177Z [00:03:17.792]➜  packagefile github.com/spf13/cobra=/root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d
2025-08-20T21:45:51.7408198Z [00:03:17.792]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:51.7409063Z [00:03:17.792]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:45:51.7409881Z [00:03:17.792]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.7410923Z [00:03:17.792]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:51.7411868Z [00:03:17.792]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:51.7412752Z [00:03:17.792]➜  packagefile os/signal=/root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d
2025-08-20T21:45:51.7413607Z [00:03:17.792]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:51.7414425Z [00:03:17.792]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:51.7415255Z [00:03:17.792]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:51.7415755Z [00:03:17.792]➜  EOF
2025-08-20T21:45:51.7417658Z [00:03:17.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd=>github.com/netbirdio/netbird/management/cmd;$WORK/b002=>" -p github.com/netbirdio/netbird/management/cmd -lang=go1.23 -complete -installsuffix shared -buildid qPHM1lYeQUyr0lO3sH2P/qPHM1lYeQUyr0lO3sH2P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./cmd/defaults.go ./cmd/management.go ./cmd/migration_up.go ./cmd/root.go
2025-08-20T21:45:51.8108574Z [00:03:17.863]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:45:51.8123902Z [00:03:17.865]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/40/40aedf90c9c05f657f4f101ea542a90e3677d9454b48af76e2c1d5ebb0769388-d # internal
2025-08-20T21:45:51.8125803Z [00:03:17.865]➜  github.com/netbirdio/netbird/management
2025-08-20T21:45:51.8126130Z [00:03:17.865]➜  mkdir -p $WORK/b001/
2025-08-20T21:45:51.8129877Z [00:03:17.866]➜  cat >/tmp/go-build1255330412/b001/importcfg << 'EOF' # internal
2025-08-20T21:45:51.8130522Z [00:03:17.866]➜  # import config
2025-08-20T21:45:51.8131044Z [00:03:17.866]➜  packagefile github.com/netbirdio/netbird/management/cmd=/tmp/go-build1255330412/b002/_pkg_.a
2025-08-20T21:45:51.8131803Z [00:03:17.866]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:51.8132624Z [00:03:17.866]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:51.8133479Z [00:03:17.866]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T21:45:51.8134015Z [00:03:17.866]➜  EOF
2025-08-20T21:45:51.8135493Z [00:03:17.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/management=>github.com/netbirdio/netbird/management;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid mYJqFj7mEIXYwAKp-WBy/mYJqFj7mEIXYwAKp-WBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:45:51.8301026Z [00:03:17.883]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:45:51.8305246Z [00:03:17.883]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/1f/1fdddaf9c5c238693e6eca982c01428ceeed8e06dc8dee9bc0c3385072cd1f72-d # internal
2025-08-20T21:45:51.8339282Z [00:03:17.887]➜  cat >/tmp/go-build1255330412/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:45:51.8340182Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management=/tmp/go-build1255330412/b001/_pkg_.a
2025-08-20T21:45:51.8341093Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/cmd=/tmp/go-build1255330412/b002/_pkg_.a
2025-08-20T21:45:51.8342152Z [00:03:17.887]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:45:51.8343451Z [00:03:17.887]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:45:51.8344524Z [00:03:17.887]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T21:45:51.8345440Z [00:03:17.887]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:45:51.8346295Z [00:03:17.887]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:45:51.8347142Z [00:03:17.887]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:45:51.8348153Z [00:03:17.887]➜  packagefile flag=/root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d
2025-08-20T21:45:51.8349027Z [00:03:17.887]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:45:51.8349898Z [00:03:17.887]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/f3/f3642f715809b85530fd755b762ac3045153293fba0b5c3323881fb75d93cb65-d
2025-08-20T21:45:51.8350917Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d
2025-08-20T21:45:51.8351858Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/internals/server=/tmp/go-build1255330412/b176/_pkg_.a
2025-08-20T21:45:51.8352688Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/internals/server/config=/tmp/go-build1255330412/b812/_pkg_.a
2025-08-20T21:45:51.8353817Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/store=/tmp/go-build1255330412/b528/_pkg_.a
2025-08-20T21:45:51.8354743Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:45:51.8355796Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/version=/root/.cache/go-build/d4/d41f4b462272bbbe2650062579bb6accb1a4b8f68afa5c21d15512ab0007a7c8-d
2025-08-20T21:45:51.8356815Z [00:03:17.887]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:45:51.8357930Z [00:03:17.887]➜  packagefile github.com/spf13/cobra=/root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d
2025-08-20T21:45:51.8358854Z [00:03:17.887]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:45:51.8359664Z [00:03:17.887]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:45:51.8360481Z [00:03:17.887]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:45:51.8361312Z [00:03:17.887]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:45:51.8362147Z [00:03:17.887]➜  packagefile os/signal=/root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d
2025-08-20T21:45:51.8362974Z [00:03:17.887]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:45:51.8363793Z [00:03:17.887]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:45:51.8364636Z [00:03:17.887]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:45:51.8365519Z [00:03:17.887]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T21:45:51.8366812Z [00:03:17.887]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T21:45:51.8369237Z [00:03:17.887]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T21:45:51.8370391Z [00:03:17.887]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T21:45:51.8371273Z [00:03:17.887]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T21:45:51.8372137Z [00:03:17.887]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T21:45:51.8373052Z [00:03:17.887]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T21:45:51.8374002Z [00:03:17.887]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T21:45:51.8374969Z [00:03:17.887]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T21:45:51.8375912Z [00:03:17.887]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T21:45:51.8376788Z [00:03:17.887]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:45:51.8377595Z [00:03:17.887]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:45:51.8379325Z [00:03:17.887]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:45:51.8380159Z [00:03:17.887]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:45:51.8381004Z [00:03:17.887]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T21:45:51.8381920Z [00:03:17.887]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T21:45:51.8382871Z [00:03:17.887]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T21:45:51.8383793Z [00:03:17.887]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T21:45:51.8384691Z [00:03:17.887]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T21:45:51.8385601Z [00:03:17.887]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T21:45:51.8386498Z [00:03:17.887]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T21:45:51.8387406Z [00:03:17.887]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T21:45:51.8388574Z [00:03:17.887]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T21:45:51.8389531Z [00:03:17.887]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T21:45:51.8390495Z [00:03:17.887]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T21:45:51.8391440Z [00:03:17.887]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T21:45:51.8392550Z [00:03:17.887]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T21:45:51.8393624Z [00:03:17.887]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T21:45:51.8394644Z [00:03:17.887]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T21:45:51.8395598Z [00:03:17.887]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T21:45:51.8396697Z [00:03:17.887]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T21:45:51.8397643Z [00:03:17.887]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T21:45:51.8398764Z [00:03:17.887]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T21:45:51.8399659Z [00:03:17.887]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:45:51.8400470Z [00:03:17.887]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T21:45:51.8401292Z [00:03:17.887]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:45:51.8402347Z [00:03:17.887]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:45:51.8403197Z [00:03:17.887]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:45:51.8404011Z [00:03:17.887]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:45:51.8404832Z [00:03:17.887]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:45:51.8405663Z [00:03:17.887]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:45:51.8406518Z [00:03:17.887]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T21:45:51.8407429Z [00:03:17.887]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:45:51.8408493Z [00:03:17.887]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T21:45:51.8409341Z [00:03:17.887]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:45:51.8410306Z [00:03:17.887]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:45:51.8411238Z [00:03:17.887]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:45:51.8412112Z [00:03:17.887]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T21:45:51.8412992Z [00:03:17.887]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T21:45:51.8413881Z [00:03:17.887]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:45:51.8414739Z [00:03:17.887]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:45:51.8415659Z [00:03:17.887]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:45:51.8416571Z [00:03:17.887]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:45:51.8417439Z [00:03:17.887]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:45:51.8418493Z [00:03:17.887]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:45:51.8419565Z [00:03:17.887]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:45:51.8420415Z [00:03:17.887]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:45:51.8421281Z [00:03:17.887]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T21:45:51.8422164Z [00:03:17.887]➜  packagefile encoding/base32=/root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d
2025-08-20T21:45:51.8423042Z [00:03:17.887]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:45:51.8423907Z [00:03:17.887]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:45:51.8424967Z [00:03:17.887]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/f5/f5e000ba8b4197c098c08f9bd9979e1608217804c9973cfe52ad29eb45a069d9-d
2025-08-20T21:45:51.8425893Z [00:03:17.887]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/16/16b19d9e037360946f96fec6769de0e7f2031c9a47c6c4d55fcc4b9ae4964f7d-d
2025-08-20T21:45:51.8426823Z [00:03:17.887]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:45:51.8427689Z [00:03:17.887]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:45:51.8428646Z [00:03:17.887]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:45:51.8429465Z [00:03:17.887]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:45:51.8430306Z [00:03:17.887]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:45:51.8431142Z [00:03:17.887]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:45:51.8432106Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/shared/context=/root/.cache/go-build/a0/a07b82c21223e093964c4ead14b4d3dc9aa1fc663de49b19a67428548889809f-d
2025-08-20T21:45:51.8433284Z [00:03:17.887]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:45:51.8434295Z [00:03:17.887]➜  packagefile github.com/google/uuid=/root/.cache/go-build/af/af997fe5eb81970a8afbe49df69b525c84f5d6fcd7d22c730c859129ca4dc6a4-d
2025-08-20T21:45:51.8435113Z [00:03:17.887]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/v2=/tmp/go-build1255330412/b179/_pkg_.a
2025-08-20T21:45:51.8435900Z [00:03:17.887]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/realip=/tmp/go-build1255330412/b307/_pkg_.a
2025-08-20T21:45:51.8436733Z [00:03:17.887]➜  packagefile github.com/netbirdio/management-integrations/integrations=/tmp/go-build1255330412/b308/_pkg_.a
2025-08-20T21:45:51.8437692Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/encryption=/root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d
2025-08-20T21:45:51.8438851Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server=/tmp/go-build1255330412/b814/_pkg_.a
2025-08-20T21:45:51.8439710Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/account=/tmp/go-build1255330412/b310/_pkg_.a
2025-08-20T21:45:51.8440495Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/activity=/tmp/go-build1255330412/b312/_pkg_.a
2025-08-20T21:45:51.8441265Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/auth=/tmp/go-build1255330412/b817/_pkg_.a
2025-08-20T21:45:51.8442203Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/context=/tmp/go-build1255330412/b363/_pkg_.a
2025-08-20T21:45:51.8442998Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/geolocation=/tmp/go-build1255330412/b819/_pkg_.a
2025-08-20T21:45:51.8443784Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/groups=/tmp/go-build1255330412/b823/_pkg_.a
2025-08-20T21:45:51.8444550Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/http=/tmp/go-build1255330412/b826/_pkg_.a
2025-08-20T21:45:51.8445301Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/idp=/tmp/go-build1255330412/b354/_pkg_.a
2025-08-20T21:45:51.8446180Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/integrated_validator=/tmp/go-build1255330412/b695/_pkg_.a
2025-08-20T21:45:51.8447154Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/port_forwarding=/tmp/go-build1255330412/b696/_pkg_.a
2025-08-20T21:45:51.8448263Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/metrics=/tmp/go-build1255330412/b844/_pkg_.a
2025-08-20T21:45:51.8449047Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/networks=/tmp/go-build1255330412/b833/_pkg_.a
2025-08-20T21:45:51.8449887Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources=/tmp/go-build1255330412/b834/_pkg_.a
2025-08-20T21:45:51.8450758Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers=/tmp/go-build1255330412/b835/_pkg_.a
2025-08-20T21:45:51.8451562Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/peers=/tmp/go-build1255330412/b697/_pkg_.a
2025-08-20T21:45:51.8452350Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/permissions=/tmp/go-build1255330412/b698/_pkg_.a
2025-08-20T21:45:51.8453147Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/settings=/tmp/go-build1255330412/b699/_pkg_.a
2025-08-20T21:45:51.8453944Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/telemetry=/tmp/go-build1255330412/b362/_pkg_.a
2025-08-20T21:45:51.8454721Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/users=/tmp/go-build1255330412/b689/_pkg_.a
2025-08-20T21:45:51.8455931Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/shared/management/proto=/root/.cache/go-build/25/2584e6d4183b679fa78aabadba05cfde0ce1e49bbf4823e5e3941740570e7772-d
2025-08-20T21:45:51.8457141Z [00:03:17.887]➜  packagefile golang.org/x/crypto/acme/autocert=/root/.cache/go-build/7a/7af199b548efc654f7df232cfad736146bb963fddfe0475bf8fb155851456bc1-d
2025-08-20T21:45:51.8458299Z [00:03:17.887]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/2a/2a28b2cfcd2cc2c7bc1f90ea321f8d0bffa930b2c6d98cb9fe0195926e76b873-d
2025-08-20T21:45:51.8459057Z [00:03:17.887]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build1255330412/b846/_pkg_.a
2025-08-20T21:45:51.8459827Z [00:03:17.887]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:45:51.8460799Z [00:03:17.887]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:45:51.8461821Z [00:03:17.887]➜  packagefile google.golang.org/grpc/keepalive=/root/.cache/go-build/b5/b549ac03529ef2ed7eff59632d32b4419a082c437437cc76767f876af83c7e0c-d
2025-08-20T21:45:51.8462747Z [00:03:17.887]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:45:51.8463547Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/types=/tmp/go-build1255330412/b640/_pkg_.a
2025-08-20T21:45:51.8464576Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/shared/management/client/common=/root/.cache/go-build/8b/8bda3e70e824ee94672bf9c8d141ee29b99a9b8134edd0324a96190415736bf2-d
2025-08-20T21:45:51.8465909Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/dns=/root/.cache/go-build/f2/f2bf364066b0204b2784de57a7040ec6f2490cdac86a13a2746e552dd14119c6-d
2025-08-20T21:45:51.8466800Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/migration=/tmp/go-build1255330412/b529/_pkg_.a
2025-08-20T21:45:51.8467672Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/networks/resources/types=/tmp/go-build1255330412/b546/_pkg_.a
2025-08-20T21:45:51.8468809Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/networks/routers/types=/tmp/go-build1255330412/b547/_pkg_.a
2025-08-20T21:45:51.8469678Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/networks/types=/tmp/go-build1255330412/b548/_pkg_.a
2025-08-20T21:45:51.8470473Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/peer=/tmp/go-build1255330412/b521/_pkg_.a
2025-08-20T21:45:51.8471440Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/posture=/tmp/go-build1255330412/b523/_pkg_.a
2025-08-20T21:45:51.8472222Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/testutil=/tmp/go-build1255330412/b552/_pkg_.a
2025-08-20T21:45:51.8472995Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/management/server/util=/tmp/go-build1255330412/b522/_pkg_.a
2025-08-20T21:45:51.8473906Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/route=/root/.cache/go-build/c9/c97c4895fcbc61e6199ef6c8300b6cb514302d95d74ad711dc68dfe8c1a85b78-d
2025-08-20T21:45:51.8475028Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/shared/management/status=/root/.cache/go-build/5e/5e29489ec1fcb2ebd871dc1491d61f4a7bcea1b279955736984268a1b42d26ea-d
2025-08-20T21:45:51.8475845Z [00:03:17.887]➜  packagefile github.com/rs/xid=/tmp/go-build1255330412/b549/_pkg_.a
2025-08-20T21:45:51.8476355Z [00:03:17.887]➜  packagefile gorm.io/driver/mysql=/tmp/go-build1255330412/b659/_pkg_.a
2025-08-20T21:45:51.8476883Z [00:03:17.887]➜  packagefile gorm.io/driver/postgres=/tmp/go-build1255330412/b665/_pkg_.a
2025-08-20T21:45:51.8477412Z [00:03:17.887]➜  packagefile gorm.io/driver/sqlite=/tmp/go-build1255330412/b687/_pkg_.a
2025-08-20T21:45:51.8478086Z [00:03:17.887]➜  packagefile gorm.io/gorm=/tmp/go-build1255330412/b531/_pkg_.a
2025-08-20T21:45:51.8478727Z [00:03:17.887]➜  packagefile gorm.io/gorm/clause=/tmp/go-build1255330412/b533/_pkg_.a
2025-08-20T21:45:51.8479453Z [00:03:17.887]➜  packagefile gorm.io/gorm/logger=/tmp/go-build1255330412/b536/_pkg_.a
2025-08-20T21:45:51.8480225Z [00:03:17.887]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:45:51.8481188Z [00:03:17.887]➜  packagefile github.com/netbirdio/netbird/formatter=/root/.cache/go-build/64/64bc9515fe5dee12be6ad5c4b7fff2b8bd64fe5f46686c0c2a207b6e724c8efb-d
2025-08-20T21:45:51.8482283Z [00:03:17.887]➜  packagefile github.com/sirupsen/logrus/hooks/syslog=/root/.cache/go-build/c7/c79b8605ee69bbb3697f77b03bb1b59040dcefd79e8ecc872ab037196761e6d2-d
2025-08-20T21:45:51.8483315Z [00:03:17.887]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:45:51.8484321Z [00:03:17.887]➜  packagefile gopkg.in/natefinch/lumberjack.v2=/root/.cache/go-build/80/807bd5fd2c899faa445b46b3d9bbdabe4973c54f1e2f108880bc7b5de3d569ae-d
2025-08-20T21:45:51.8485247Z [00:03:17.887]➜  packagefile log/syslog=/root/.cache/go-build/11/11b0334824397a5ec6d824f5cca70304dd30595e9918a0a075b8a27794480488-d
2025-08-20T21:45:51.8486078Z [00:03:17.887]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:45:51.8486937Z [00:03:17.887]➜  packagefile text/template=/root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d
2025-08-20T21:45:51.8488213Z [00:03:17.887]➜  packagefile github.com/hashicorp/go-version=/root/.cache/go-build/f0/f05f8da9efd41c8257af2c55ef07b36fdd77d44c833595ffdc8e38e0f1994b34-d
2025-08-20T21:45:51.8489164Z [00:03:17.887]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:45:51.8490036Z [00:03:17.887]➜  packagefile github.com/spf13/pflag=/root/.cache/go-build/7b/7bd86f00263e95057a33f0dabe1e509c9abc6e710d547e389464e400c903c9eb-d
2025-08-20T21:45:51.8490948Z [00:03:17.887]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T21:45:51.8491822Z [00:03:17.887]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:45:51.8492705Z [00:03:17.887]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:45:51.8493861Z [00:03:17.887]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/24/249307af8f4219eddee1f94c77d32eb683398c062be8802da8e1275ca6903f21-d
2025-08-20T21:45:51.8494914Z [00:03:17.887]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/bf/bff3c2183a59264fd540792ee7193e457384115834c90ca26a913b596ddf400c-d
2025-08-20T21:45:51.8495966Z [00:03:17.887]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T21:45:51.8496969Z [00:03:17.887]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T21:45:51.8498003Z [00:03:17.887]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T21:45:51.8498909Z [00:03:17.887]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T21:45:51.8499750Z [00:03:17.887]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:45:51.8500567Z [00:03:17.887]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T21:45:51.8501543Z [00:03:17.887]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T21:45:51.8502575Z [00:03:17.887]➜  packagefile net/http/httptrace=/root/.cache/go-build/6c/6c4c249df8222a83694856bcd0b2e1ac25a7c7fedb2c4182cac3801522f7cd59-d
2025-08-20T21:45:51.8503544Z [00:03:17.887]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T21:45:51.8504477Z [00:03:17.887]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T21:45:51.8505462Z [00:03:17.887]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T21:45:51.8506398Z [00:03:17.887]➜  packagefile net/textproto=/root/.cache/go-build/60/60958166c58fc751e17817a5f5ec0d09df305badb6b25947f49b54f0f9b02321-d
2025-08-20T21:45:51.8507240Z [00:03:17.887]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T21:45:51.8508300Z [00:03:17.887]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T21:45:51.8509200Z [00:03:17.887]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T21:45:51.8510086Z [00:03:17.887]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T21:45:51.8510972Z [00:03:17.887]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T21:45:51.8512146Z [00:03:17.887]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T21:45:51.8513070Z [00:03:17.887]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T21:45:51.8513965Z [00:03:17.887]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T21:45:51.8514863Z [00:03:17.887]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T21:45:51.8515825Z [00:03:17.887]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T21:45:51.8516818Z [00:03:17.887]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T21:45:51.8518248Z [00:03:17.887]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T21:45:51.8519327Z [00:03:17.887]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T21:45:51.8520317Z [00:03:17.887]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T21:45:51.8521306Z [00:03:17.887]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T21:45:51.8522279Z [00:03:17.887]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T21:45:51.8523203Z [00:03:17.887]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:45:51.8524190Z [00:03:17.887]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T21:45:51.8525409Z [00:03:17.887]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T21:45:51.8526562Z [00:03:17.887]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T21:45:51.8527562Z [00:03:17.887]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T21:45:51.8528711Z [00:03:17.887]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T21:45:51.8529701Z [00:03:17.887]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T21:45:51.8530681Z [00:03:17.887]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T21:45:51.8531660Z [00:03:17.887]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T21:45:51.8532694Z [00:03:17.887]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T21:45:51.8533688Z [00:03:17.887]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T21:45:51.8534636Z [00:03:17.887]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T21:45:51.8535834Z [00:03:17.887]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T21:45:51.8536835Z [00:03:17.887]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T21:45:51.8537848Z [00:03:17.887]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T21:45:51.8538776Z [00:03:17.887]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T21:45:51.8539638Z [00:03:17.887]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T21:45:51.8540490Z [00:03:17.887]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T21:45:51.8541608Z [00:03:17.887]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T21:45:51.8542625Z [00:03:17.887]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T21:45:51.8543641Z [00:03:17.887]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T21:45:51.8544642Z [00:03:17.887]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T21:45:51.8545642Z [00:03:17.887]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T21:45:51.8546600Z [00:03:17.887]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T21:45:51.8547491Z [00:03:17.887]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T21:45:51.8548451Z [00:03:17.887]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T21:45:51.8549547Z [00:03:17.887]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T21:45:51.8550550Z [00:03:17.887]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:45:51.8551544Z [00:03:17.887]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T21:45:51.8552483Z [00:03:17.887]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T21:45:51.8553314Z [00:03:17.887]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T21:45:51.8554177Z [00:03:17.887]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T21:45:51.8555088Z [00:03:17.887]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/d0/d0feab31fecd26a732dc8a98081c090c6b29e0ca756cdbf38e5f6d7fd176d141-d
2025-08-20T21:45:51.8556064Z [00:03:17.887]➜  packagefile golang.org/x/net/internal/iana=/root/.cache/go-build/d8/d86266620a6e8d4d3e58bacc1de87b25c845ad72d698ffd5c6c7b2fe69a52be3-d
2025-08-20T21:45:51.8557072Z [00:03:17.888]➜  packagefile golang.org/x/net/internal/socket=/root/.cache/go-build/11/115f26417a76b4a1c00035371ab873d527615610c52a30e5fab580a85410dfa5-d
2025-08-20T21:45:51.8558205Z [00:03:17.888]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T21:45:51.8559419Z [00:03:17.888]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T21:45:51.8560356Z [00:03:17.888]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T21:45:51.8561287Z [00:03:17.888]➜  packagefile database/sql/driver=/root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d
2025-08-20T21:45:51.8562258Z [00:03:17.888]➜  packagefile google.golang.org/grpc/metadata=/root/.cache/go-build/bc/bc9dff9ea9c012451c68f455b1bb2ae9cfd06ad8470c9d6ef89c4f63a3ba3be8-d
2025-08-20T21:45:51.8563254Z [00:03:17.888]➜  packagefile google.golang.org/grpc/peer=/root/.cache/go-build/f5/f5e86a5f6cb2c0a06da4ab49578fbc299ceae0522b8d5de1106d37bbdc7ae25e-d
2025-08-20T21:45:51.8564002Z [00:03:17.888]➜  packagefile github.com/gorilla/mux=/tmp/go-build1255330412/b309/_pkg_.a
2025-08-20T21:45:51.8564701Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/activity/store=/tmp/go-build1255330412/b693/_pkg_.a
2025-08-20T21:45:51.8565622Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/integrations/extra_settings=/tmp/go-build1255330412/b694/_pkg_.a
2025-08-20T21:45:51.8566384Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1255330412/b381/_pkg_.a
2025-08-20T21:45:51.8567205Z [00:03:17.888]➜  packagefile github.com/caddyserver/certmagic=/root/.cache/go-build/94/94c7193846655fb9aad42c52c246907e828d7d107374932840e8c26cf911a7dd-d
2025-08-20T21:45:51.8568372Z [00:03:17.888]➜  packagefile github.com/golang/protobuf/proto=/root/.cache/go-build/dc/dced2df9b0385ddcf51daf448824734387a02670f67a9d099e71c6b4c5933348-d
2025-08-20T21:45:51.8569369Z [00:03:17.888]➜  packagefile github.com/libdns/route53=/root/.cache/go-build/bd/bde1625641d75f798976cef3bc096e4fd301d9593c6d32e4d08ed0286e74e1d0-d
2025-08-20T21:45:51.8570292Z [00:03:17.888]➜  packagefile go.uber.org/zap=/root/.cache/go-build/6b/6b47cf917cb46039a456cbdf6dae3f08ae8e8c2ab657b3858ec397a93a595156-d
2025-08-20T21:45:51.8571198Z [00:03:17.888]➜  packagefile go.uber.org/zap/zapcore=/root/.cache/go-build/69/69285a66a65ab9eb97a3850318f495af8a4c218fb35cbc141939d5643ffd1f7f-d
2025-08-20T21:45:51.8572325Z [00:03:17.888]➜  packagefile golang.org/x/crypto/acme=/root/.cache/go-build/e5/e51e5c4489e69cc870196aa2d2111eb767126ad8e7ed28afe40c1ca4d2086bf0-d
2025-08-20T21:45:51.8573420Z [00:03:17.888]➜  packagefile golang.org/x/crypto/nacl/box=/root/.cache/go-build/84/849a068ef3c0998e2aa514389202ae860cd05d1b78e4053fe708275b93eca0d9-d
2025-08-20T21:45:51.8574526Z [00:03:17.888]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/root/.cache/go-build/2b/2bf365f0ed8670fb8c5f945ac6c0b5e70c325c8a91ccbff95c1487702499a7ea-d
2025-08-20T21:45:51.8575466Z [00:03:17.888]➜  packagefile embed=/root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d
2025-08-20T21:45:51.8576178Z [00:03:17.888]➜  packagefile github.com/eko/gocache/lib/v4/store=/tmp/go-build1255330412/b316/_pkg_.a
2025-08-20T21:45:51.8576804Z [00:03:17.888]➜  packagefile github.com/eko/gocache/store/redis/v4=/tmp/go-build1255330412/b344/_pkg_.a
2025-08-20T21:45:51.8577473Z [00:03:17.888]➜  packagefile github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build1255330412/b815/_pkg_.a
2025-08-20T21:45:51.8578414Z [00:03:17.888]➜  packagefile github.com/netbirdio/management-integrations/integrations/config=/tmp/go-build1255330412/b816/_pkg_.a
2025-08-20T21:45:51.8579221Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/cache=/tmp/go-build1255330412/b313/_pkg_.a
2025-08-20T21:45:51.8580048Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/modules=/tmp/go-build1255330412/b691/_pkg_.a
2025-08-20T21:45:51.8580945Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/operations=/tmp/go-build1255330412/b692/_pkg_.a
2025-08-20T21:45:51.8582260Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/shared/management/domain=/root/.cache/go-build/ba/baba05c0fc151d31f2e8d23958ada482bf62349e812ba0402aacbdbdf8d6a55f-d
2025-08-20T21:45:51.8583471Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac=/root/.cache/go-build/14/14b3cd8883d9df0df2ff5cd83b6acbffa4abdc0eb64cb8ecaa7c97c537631525-d
2025-08-20T21:45:51.8584674Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac/v2=/root/.cache/go-build/cf/cf949de9e52b43c00acec4003f4eba83fa995766e34e9984be026314303d005e-d
2025-08-20T21:45:51.8585552Z [00:03:17.888]➜  packagefile github.com/vmihailenco/msgpack/v5=/tmp/go-build1255330412/b337/_pkg_.a
2025-08-20T21:45:51.8586341Z [00:03:17.888]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/4b/4b2c1a05e643bb5e1bb26b1a0e7b0142854b30dd2eb32f0ade8fd1ad92a94ce5-d
2025-08-20T21:45:51.8587310Z [00:03:17.888]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:45:51.8588441Z [00:03:17.888]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:45:51.8589186Z [00:03:17.888]➜  packagefile github.com/golang-jwt/jwt=/tmp/go-build1255330412/b361/_pkg_.a
2025-08-20T21:45:51.8589783Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/base62=/tmp/go-build1255330412/b646/_pkg_.a
2025-08-20T21:45:51.8590493Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/auth/jwt=/tmp/go-build1255330412/b818/_pkg_.a
2025-08-20T21:45:51.8591320Z [00:03:17.888]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:45:51.8591957Z [00:03:17.888]➜  packagefile archive/tar=/tmp/go-build1255330412/b554/_pkg_.a
2025-08-20T21:45:51.8592638Z [00:03:17.888]➜  packagefile archive/zip=/root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d
2025-08-20T21:45:51.8593497Z [00:03:17.888]➜  packagefile encoding/csv=/root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d
2025-08-20T21:45:51.8594235Z [00:03:17.888]➜  packagefile github.com/oschwald/maxminddb-golang=/tmp/go-build1255330412/b822/_pkg_.a
2025-08-20T21:45:51.8595128Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/shared/management/http/api=/tmp/go-build1255330412/b525/_pkg_.a
2025-08-20T21:45:51.8596190Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/accounts=/tmp/go-build1255330412/b827/_pkg_.a
2025-08-20T21:45:51.8597143Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/dns=/tmp/go-build1255330412/b829/_pkg_.a
2025-08-20T21:45:51.8598180Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/events=/tmp/go-build1255330412/b830/_pkg_.a
2025-08-20T21:45:51.8599148Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/groups=/tmp/go-build1255330412/b831/_pkg_.a
2025-08-20T21:45:51.8600042Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/networks=/tmp/go-build1255330412/b832/_pkg_.a
2025-08-20T21:45:51.8600932Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/peers=/tmp/go-build1255330412/b836/_pkg_.a
2025-08-20T21:45:51.8601828Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/policies=/tmp/go-build1255330412/b837/_pkg_.a
2025-08-20T21:45:51.8602721Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/routes=/tmp/go-build1255330412/b838/_pkg_.a
2025-08-20T21:45:51.8603653Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/setup_keys=/tmp/go-build1255330412/b839/_pkg_.a
2025-08-20T21:45:51.8604810Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/handlers/users=/tmp/go-build1255330412/b840/_pkg_.a
2025-08-20T21:45:51.8605678Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/middleware=/tmp/go-build1255330412/b841/_pkg_.a
2025-08-20T21:45:51.8606338Z [00:03:17.888]➜  packagefile github.com/rs/cors=/tmp/go-build1255330412/b843/_pkg_.a
2025-08-20T21:45:51.8606912Z [00:03:17.888]➜  packagefile github.com/TheJumpCloud/jcapi-go/v1=/tmp/go-build1255330412/b355/_pkg_.a
2025-08-20T21:45:51.8607548Z [00:03:17.888]➜  packagefile github.com/okta/okta-sdk-golang/v2/okta=/tmp/go-build1255330412/b400/_pkg_.a
2025-08-20T21:45:51.8608387Z [00:03:17.888]➜  packagefile github.com/okta/okta-sdk-golang/v2/okta/query=/tmp/go-build1255330412/b409/_pkg_.a
2025-08-20T21:45:51.8608987Z [00:03:17.888]➜  packagefile goauthentik.io/api/v3=/tmp/go-build1255330412/b417/_pkg_.a
2025-08-20T21:45:51.8609529Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1255330412/b418/_pkg_.a
2025-08-20T21:45:51.8610150Z [00:03:17.888]➜  packagefile google.golang.org/api/admin/directory/v1=/tmp/go-build1255330412/b428/_pkg_.a
2025-08-20T21:45:51.8610755Z [00:03:17.888]➜  packagefile google.golang.org/api/option=/tmp/go-build1255330412/b489/_pkg_.a
2025-08-20T21:45:51.8611327Z [00:03:17.888]➜  packagefile github.com/golang/mock/gomock=/tmp/go-build1255330412/b343/_pkg_.a
2025-08-20T21:45:51.8612063Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/permissions/roles=/tmp/go-build1255330412/b690/_pkg_.a
2025-08-20T21:45:51.8612836Z [00:03:17.888]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build1255330412/b321/_pkg_.a
2025-08-20T21:45:51.8613571Z [00:03:17.888]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build1255330412/b364/_pkg_.a
2025-08-20T21:45:51.8614257Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1255330412/b368/_pkg_.a
2025-08-20T21:45:51.8614928Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/exporters/prometheus=/tmp/go-build1255330412/b371/_pkg_.a
2025-08-20T21:45:51.8615589Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build1255330412/b389/_pkg_.a
2025-08-20T21:45:51.8616675Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:45:51.8618048Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:45:51.8619256Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/root/.cache/go-build/ab/aba4fc3541f64d4284899b90223b8c3b9ca599f740c6b0691f5bdb7bb9131283-d
2025-08-20T21:45:51.8620421Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d
2025-08-20T21:45:51.8621480Z [00:03:17.888]➜  packagefile golang.org/x/net/idna=/root/.cache/go-build/d2/d2ae6ad165d68f20f83ffaca5e7ca19f4596f839eab0d7963472e6dde4be70f0-d
2025-08-20T21:45:51.8622457Z [00:03:17.888]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bc03261abdd620e68a56636db0f1a9db0d3e88c428629f037f760baf04dc246-d
2025-08-20T21:45:51.8623458Z [00:03:17.888]➜  packagefile golang.org/x/net/http2/hpack=/root/.cache/go-build/6c/6c1a9b36ef5a1e027cef3d3b5f0fc1f9bd3031d3422c84edcca084e2de9c7520-d
2025-08-20T21:45:51.8624483Z [00:03:17.888]➜  packagefile golang.org/x/net/internal/httpcommon=/root/.cache/go-build/1f/1ffb0b583c3725d26e11681d36833599960aeca26f1c0385337c7dfe1582148c-d
2025-08-20T21:45:51.8625519Z [00:03:17.888]➜  packagefile golang.org/x/net/trace=/root/.cache/go-build/ab/abfc2b70a93ad9c636a40a9f79ce3284dcf41ecb73655b68a7eca76b00442ffd-d
2025-08-20T21:45:51.8626488Z [00:03:17.888]➜  packagefile google.golang.org/grpc/backoff=/root/.cache/go-build/ec/ec6321b6e43722b69c839da1e7310acbf13d565f390449211164c4c30d3dfedc-d
2025-08-20T21:45:51.8627814Z [00:03:17.888]➜  packagefile google.golang.org/grpc/balancer=/root/.cache/go-build/87/876c6a8352ecc2d1fce02dbcf789088e1eb2ed4d5ce6ed89ebcba1ad26c589bd-d
2025-08-20T21:45:51.8628918Z [00:03:17.888]➜  packagefile google.golang.org/grpc/balancer/base=/root/.cache/go-build/55/55e186bd205432fa78750af0481993f27e0f5c73fdfbda93e70a1a056f5084e7-d
2025-08-20T21:45:51.8629995Z [00:03:17.888]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/root/.cache/go-build/85/85141b1cfd1497956bcb2b6cf892c4cfeed39a7ccf9ed37cfc97bb27a636b9e0-d
2025-08-20T21:45:51.8631042Z [00:03:17.888]➜  packagefile google.golang.org/grpc/channelz=/root/.cache/go-build/14/1479ef937f1430750bc27b0d6d3b6a104fc9e900901723a43567eef7848aa39f-d
2025-08-20T21:45:51.8632058Z [00:03:17.888]➜  packagefile google.golang.org/grpc/connectivity=/root/.cache/go-build/e5/e55801b351e33c0157eb3b91afa212f91f252c0c2f3ad78ab3efd56cb8683d79-d
2025-08-20T21:45:51.8633184Z [00:03:17.888]➜  packagefile google.golang.org/grpc/credentials/insecure=/root/.cache/go-build/24/24152e79334a29b5f9bdcdaf885f7638ca4495d8c4fdf343c9c67901a0b5e116-d
2025-08-20T21:45:51.8634216Z [00:03:17.888]➜  packagefile google.golang.org/grpc/encoding=/root/.cache/go-build/70/705d72883dd076c9152c06b411c304c93f01022dba66d586316879b71355d607-d
2025-08-20T21:45:51.8635230Z [00:03:17.888]➜  packagefile google.golang.org/grpc/encoding/proto=/root/.cache/go-build/05/057d32a83c71d275176c8f6fec548e624e19e008b786d08a951144014f70f602-d
2025-08-20T21:45:51.8636250Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal=/root/.cache/go-build/e2/e2ce9c964d752ee66f3970fa684546c8956ecb926fdcc1e4008b35bb99f2e861-d
2025-08-20T21:45:51.8637292Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/backoff=/root/.cache/go-build/ec/ec5ff0fee8ce24525c65e4cd06fb4bba430c1d44fe8409161fa15ef6ee11df83-d
2025-08-20T21:45:51.8638571Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/root/.cache/go-build/ac/ac426da5c7211a5ea44d90da65a7c49e382afc1d41780105ecbed82ed05c12b4-d
2025-08-20T21:45:51.8639742Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/balancerload=/root/.cache/go-build/5f/5f8c02bd8d6b6736be5b1c6a068e012e2795c135bd852ef7a03d014741c49883-d
2025-08-20T21:45:51.8640999Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/binarylog=/root/.cache/go-build/85/858b1390f2e034af4c5c548a09a18b1863588d6d0613049e5a685e2db943e259-d
2025-08-20T21:45:51.8642192Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/channelz=/root/.cache/go-build/97/97812843a3ae1b6d4a52b0c43ea9c144982598b2cdd71098125a342071c998ff-d
2025-08-20T21:45:51.8643357Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/grpclog=/root/.cache/go-build/e0/e0d33059caa3fa5eaf9a40a4b574d8ec283a48b3d1221cd8c1b0c86655d6d3e0-d
2025-08-20T21:45:51.8644431Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/grpcrand=/root/.cache/go-build/98/98c8a9d58af5aef96c3a778f84ee123b7050f030498846e1d707b47398a898d6-d
2025-08-20T21:45:51.8645507Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/grpcsync=/root/.cache/go-build/4c/4c3a9a4166398e26836684e9bcc3da0718f53adf041983843b57833b8ed35aa3-d
2025-08-20T21:45:51.8646571Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/grpcutil=/root/.cache/go-build/95/95335a864525be1ad4dfa6c6d88698794edb175ebe7f8d638c10848835f5782f-d
2025-08-20T21:45:51.8647632Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/idle=/root/.cache/go-build/de/deededdf09301b43025b2f7ff5275ea6ef583cd9cf692835759e676c1e6e630b-d
2025-08-20T21:45:51.8648847Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/metadata=/root/.cache/go-build/f3/f325fab89a325f1a7ec299029d9f4d1d192f88ae5231333e5c4855cb0d155713-d
2025-08-20T21:45:51.8649913Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/pretty=/root/.cache/go-build/2e/2ef545916b3c67e4e447b2b6a6e4702edd078290058f2618966509d245d41209-d
2025-08-20T21:45:51.8651187Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/resolver=/root/.cache/go-build/72/724f7f4588ca8e325b31a1e224840b6198f7051ed84c0d1bd4d52fe6d1380ebf-d
2025-08-20T21:45:51.8652307Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/root/.cache/go-build/a4/a43c320ab0082f9cc5b73e57b5910804b993ef4098e206031393ce278d90dc68-d
2025-08-20T21:45:51.8653441Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/root/.cache/go-build/00/0069428cebd37a2c876820651991702cc28d5c0411f2e818042ff353061fbdef-d
2025-08-20T21:45:51.8654557Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/root/.cache/go-build/2e/2e1914fd06eecb07b243217ffd7ad9718b09fa0ebcf1230042a12206c8f50f40-d
2025-08-20T21:45:51.8655645Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/status=/root/.cache/go-build/92/92b506b9b0b9fdfa12ae712837e56b34ccd25c482e670b2aff95d618655cd11b-d
2025-08-20T21:45:51.8656721Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/transport=/root/.cache/go-build/5c/5c6bca3f4c6e8f5b496b76e3be893d8ca0600b7a011d836373b6b655725365d2-d
2025-08-20T21:45:51.8657911Z [00:03:17.888]➜  packagefile google.golang.org/grpc/resolver=/root/.cache/go-build/67/67fdb0e510b25dfdd429742dd0b7a0a944e2cd1a9058ea78805f866532c15bcd-d
2025-08-20T21:45:51.8659012Z [00:03:17.888]➜  packagefile google.golang.org/grpc/resolver/dns=/root/.cache/go-build/91/91dbebbebfe30892259daaa85fb896a7c646fb85bb939d8635a61865cc27f7ea-d
2025-08-20T21:45:51.8660066Z [00:03:17.888]➜  packagefile google.golang.org/grpc/serviceconfig=/root/.cache/go-build/cd/cd6c9a67730aef1b7233c52d37d60c6917e6f2b1ed961bcc969ccc2d7c6884bb-d
2025-08-20T21:45:51.8661085Z [00:03:17.888]➜  packagefile google.golang.org/grpc/stats=/root/.cache/go-build/bd/bddbad21c9c701a12c95925ec3aa26e57465ad5fcb2972b7bc536f9ebf054b4e-d
2025-08-20T21:45:51.8662051Z [00:03:17.888]➜  packagefile google.golang.org/grpc/tap=/root/.cache/go-build/c1/c169d96f5d2754d799fe45c2f396723d246744251a6294d2b01a8b3294ac67ef-d
2025-08-20T21:45:51.8663051Z [00:03:17.888]➜  packagefile google.golang.org/grpc/attributes=/root/.cache/go-build/a4/a42efd1eeddbae4f5c51701cf288816e55241f5695ef4cba2668cc70eae3b045-d
2025-08-20T21:45:51.8664122Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/credentials=/root/.cache/go-build/02/022e30241cab2f1cd2ecb7068265af525df54d0af643d1c7d092cf71a296a26c-d
2025-08-20T21:45:51.8665331Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:45:51.8666364Z [00:03:17.888]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T21:45:51.8667097Z [00:03:17.888]➜  packagefile github.com/c-robinson/iplib=/tmp/go-build1255330412/b641/_pkg_.a
2025-08-20T21:45:51.8668104Z [00:03:17.888]➜  packagefile github.com/hashicorp/go-multierror=/root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d
2025-08-20T21:45:51.8669012Z [00:03:17.888]➜  packagefile github.com/hashicorp/go-secure-stdlib/base62=/tmp/go-build1255330412/b644/_pkg_.a
2025-08-20T21:45:51.8669814Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/integration_reference=/tmp/go-build1255330412/b647/_pkg_.a
2025-08-20T21:45:51.8670477Z [00:03:17.888]➜  packagefile database/sql=/tmp/go-build1255330412/b530/_pkg_.a
2025-08-20T21:45:51.8671171Z [00:03:17.888]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:45:51.8671948Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go=/tmp/go-build1255330412/b553/_pkg_.a
2025-08-20T21:45:51.8672697Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/modules/mysql=/tmp/go-build1255330412/b637/_pkg_.a
2025-08-20T21:45:51.8673509Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/modules/postgres=/tmp/go-build1255330412/b638/_pkg_.a
2025-08-20T21:45:51.8674568Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/modules/redis=/tmp/go-build1255330412/b639/_pkg_.a
2025-08-20T21:45:51.8675330Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/wait=/tmp/go-build1255330412/b630/_pkg_.a
2025-08-20T21:45:51.8676329Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/shared/management/operations=/root/.cache/go-build/33/33d67372d9835b4de0115f2ba550970e5e80b479d2a731ad810b6bfd6cec67cf-d
2025-08-20T21:45:51.8677352Z [00:03:17.888]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:45:51.8678224Z [00:03:17.888]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build1255330412/b660/_pkg_.a
2025-08-20T21:45:51.8678774Z [00:03:17.888]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build1255330412/b663/_pkg_.a
2025-08-20T21:45:51.8679300Z [00:03:17.888]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build1255330412/b664/_pkg_.a
2025-08-20T21:45:51.8679822Z [00:03:17.888]➜  packagefile gorm.io/gorm/schema=/tmp/go-build1255330412/b538/_pkg_.a
2025-08-20T21:45:51.8680319Z [00:03:17.888]➜  packagefile gorm.io/gorm/utils=/tmp/go-build1255330412/b537/_pkg_.a
2025-08-20T21:45:51.8680831Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build1255330412/b666/_pkg_.a
2025-08-20T21:45:51.8681392Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build1255330412/b671/_pkg_.a
2025-08-20T21:45:51.8681977Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/stdlib=/tmp/go-build1255330412/b682/_pkg_.a
2025-08-20T21:45:51.8682548Z [00:03:17.888]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build1255330412/b688/_pkg_.a
2025-08-20T21:45:51.8683084Z [00:03:17.888]➜  packagefile github.com/jinzhu/now=/tmp/go-build1255330412/b532/_pkg_.a
2025-08-20T21:45:51.8683770Z [00:03:17.888]➜  packagefile go/ast=/root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d
2025-08-20T21:45:51.8684616Z [00:03:17.888]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T21:45:51.8685611Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/formatter/logcat=/root/.cache/go-build/35/3520f135e81d30c6b183540fa8bc7b192ef3573cf4f48640daa0236f06362deb-d
2025-08-20T21:45:51.8687132Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/formatter/syslog=/root/.cache/go-build/74/74faa3d8e5915620c715136b80b8a3d6c01b746058cd2bc560b9d1bcb32a5837-d
2025-08-20T21:45:51.8688577Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/formatter/txt=/root/.cache/go-build/67/676ed06ab676f9df55e5155474782e78e1e17a8b5fdb83e7d1bbb980f5e5c013-d
2025-08-20T21:45:51.8689636Z [00:03:17.888]➜  packagefile text/template/parse=/root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d
2025-08-20T21:45:51.8690556Z [00:03:17.888]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T21:45:51.8691452Z [00:03:17.888]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T21:45:51.8692441Z [00:03:17.888]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T21:45:51.8693498Z [00:03:17.888]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T21:45:51.8694640Z [00:03:17.888]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T21:45:51.8695600Z [00:03:17.888]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T21:45:51.8696513Z [00:03:17.888]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T21:45:51.8697788Z [00:03:17.888]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T21:45:51.8698922Z [00:03:17.888]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T21:45:51.8699958Z [00:03:17.888]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T21:45:51.8700941Z [00:03:17.888]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T21:45:51.8701972Z [00:03:17.888]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T21:45:51.8703013Z [00:03:17.888]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T21:45:51.8704052Z [00:03:17.888]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T21:45:51.8705081Z [00:03:17.888]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T21:45:51.8706028Z [00:03:17.888]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T21:45:51.8706987Z [00:03:17.888]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T21:45:51.8708131Z [00:03:17.888]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T21:45:51.8709196Z [00:03:17.888]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T21:45:51.8710184Z [00:03:17.888]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T21:45:51.8711337Z [00:03:17.888]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T21:45:51.8712475Z [00:03:17.888]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T21:45:51.8713467Z [00:03:17.888]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T21:45:51.8714443Z [00:03:17.888]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T21:45:51.8715529Z [00:03:17.888]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T21:45:51.8716641Z [00:03:17.888]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T21:45:51.8717509Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1255330412/b382/_pkg_.a
2025-08-20T21:45:51.8718531Z [00:03:17.888]➜  packagefile github.com/caddyserver/zerossl=/root/.cache/go-build/68/689228acbb9c95d3d7902a930f9cfd153a1849157413153d6cfa6471994b53cf-d
2025-08-20T21:45:51.8719543Z [00:03:17.888]➜  packagefile github.com/klauspost/cpuid/v2=/root/.cache/go-build/d2/d29fbcbde14bfe300cbeea243c264a5d57c9bcac0dbab7a3def844fcfd15dfce-d
2025-08-20T21:45:51.8720527Z [00:03:17.888]➜  packagefile github.com/libdns/libdns=/root/.cache/go-build/c3/c36dc50be94d9622d723ad4573a51cced7f716848c648c7fc2ad43d548708c92-d
2025-08-20T21:45:51.8721745Z [00:03:17.888]➜  packagefile github.com/mholt/acmez/v2=/root/.cache/go-build/4e/4eeb9761a90a481bce5c00ba9ee6144f1d62cb6668be7b1d4dfdabbf8d638250-d
2025-08-20T21:45:51.8722728Z [00:03:17.888]➜  packagefile github.com/mholt/acmez/v2/acme=/root/.cache/go-build/3f/3f403136d069eb46bf5f525af99731569362d8180094d949ba6f2568ad5c1a19-d
2025-08-20T21:45:51.8723699Z [00:03:17.888]➜  packagefile github.com/zeebo/blake3=/root/.cache/go-build/89/8944afe5abf9858e0c8cf8ec14855d94f7f40e4fec9678e11a75afc86cac40b6-d
2025-08-20T21:45:51.8724639Z [00:03:17.888]➜  packagefile golang.org/x/crypto/ocsp=/root/.cache/go-build/26/26910800082045cd09345f69c78dcea72f317831da895c1d2519d54100f38338-d
2025-08-20T21:45:51.8725526Z [00:03:17.888]➜  packagefile hash/fnv=/root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d
2025-08-20T21:45:51.8726560Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/encoding/prototext=/root/.cache/go-build/f7/f7d3b635bd6ec030d2a871fb03505649e77cdebd0ed094ffd98af795d0917893-d
2025-08-20T21:45:51.8727690Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/encoding/protowire=/root/.cache/go-build/44/44fe0e1cbb07caa7709fc2ff70494a65dffd5f97eddfeba80e82ad1a0e30420c-d
2025-08-20T21:45:51.8728982Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/root/.cache/go-build/d1/d1a58c988dd2b6507a6eb886280a1edafb1d710ded14309e2dc2a420bfe4c54e-d
2025-08-20T21:45:51.8730116Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/root/.cache/go-build/99/9998df57cdaddf53838a931313f7e90e1759a66fa302c169b8a76078403d6740-d
2025-08-20T21:45:51.8731244Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/root/.cache/go-build/e5/e58c768a005aba3476b8fcbddf4a934678b23b892b6688d8782fd9d1529df640-d
2025-08-20T21:45:51.8732296Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/root/.cache/go-build/4b/4ba358d22f5650bc3242176df2fb2c0cd627756aa7a61f7549daf48bd4850e25-d
2025-08-20T21:45:51.8733354Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/root/.cache/go-build/35/351ef6919396a461506ec5364b1969f7e3e4008f1e44641e05b7626e120b5ead-d
2025-08-20T21:45:51.8734509Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/root/.cache/go-build/fc/fc8a717298e20f9356cc3f453319bcfa92b6894c6aaf275fe1b4e3bf9b2f11b8-d
2025-08-20T21:45:51.8735675Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/root/.cache/go-build/09/09136ecd2b651c8c04a715613779b1fe16b0f8b390bc2bfec1d259d66a2bc5ad-d
2025-08-20T21:45:51.8736822Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53=/root/.cache/go-build/03/03db750ce14990197e7c47cc9b2d18bd79147e3a9766d9e6e4b7bcd5b06daf3d-d
2025-08-20T21:45:51.8738061Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/types=/root/.cache/go-build/c0/c0dc89ee1dbca76fd763321238750b8adc790cfa0c24f15e608444248df609ec-d
2025-08-20T21:45:51.8739151Z [00:03:17.888]➜  packagefile go.uber.org/multierr=/root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d
2025-08-20T21:45:51.8740057Z [00:03:17.888]➜  packagefile go.uber.org/zap/internal=/root/.cache/go-build/82/824834fe3210c71508964e39e39e41ab362a533338ca39911f9330a9bad92fce-d
2025-08-20T21:45:51.8741038Z [00:03:17.888]➜  packagefile go.uber.org/zap/internal/bufferpool=/root/.cache/go-build/58/58428706e7d026a873dccb50a976ceacc8059122a89a27b67fb119b4192696f8-d
2025-08-20T21:45:51.8742047Z [00:03:17.888]➜  packagefile go.uber.org/zap/internal/pool=/root/.cache/go-build/8d/8d7d33cc8d5faaa820a2c30809b31ef63d30023692839527f4f22b758bc840ed-d
2025-08-20T21:45:51.8743051Z [00:03:17.888]➜  packagefile go.uber.org/zap/internal/stacktrace=/root/.cache/go-build/8f/8f017bac6c2f5b20567d8f2a7003158183a3f802e918367fa92fe73ce835b0c6-d
2025-08-20T21:45:51.8744018Z [00:03:17.888]➜  packagefile go.uber.org/zap/buffer=/root/.cache/go-build/46/4683499672ce48bc81b6f8b3ea6a067cc526f790b0de0203e8c638751ff98ab0-d
2025-08-20T21:45:51.8745224Z [00:03:17.888]➜  packagefile go.uber.org/zap/internal/color=/root/.cache/go-build/64/64adde809865bc56f3936befb7d8b47fa0770e6f6709e418c22cfee34fcb6abf-d
2025-08-20T21:45:51.8746212Z [00:03:17.888]➜  packagefile go.uber.org/zap/internal/exit=/root/.cache/go-build/10/105f1c2ac36e14bc99e5bd97b0085f5a1702180ede9f48ded861fd2de26f3f62-d
2025-08-20T21:45:51.8747203Z [00:03:17.888]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/99/9984fd4f94e881d6541eff0d5ff736724f4c72bf721b4b1e4a294e68aee7af46-d
2025-08-20T21:45:51.8748372Z [00:03:17.888]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/34/34d7ca23b916c77851460b3be05652accff961857417a000a675355c2a938d4e-d
2025-08-20T21:45:51.8749401Z [00:03:17.888]➜  packagefile golang.org/x/crypto/nacl/secretbox=/root/.cache/go-build/3a/3af1ba5c807f2185ef740e4a1bffa82188972bbc72cdd1539f8c8e6b1cfba1d9-d
2025-08-20T21:45:51.8750453Z [00:03:17.888]➜  packagefile golang.org/x/crypto/salsa20/salsa=/root/.cache/go-build/8c/8ca46b7e9f4d46f9ce3639af23ee6a8a0a8e0b87cec10ea14e079a1b882f83be-d
2025-08-20T21:45:51.8751218Z [00:03:17.888]➜  packagefile go.uber.org/mock/gomock=/tmp/go-build1255330412/b317/_pkg_.a
2025-08-20T21:45:51.8751749Z [00:03:17.888]➜  packagefile golang.org/x/exp/slices=/tmp/go-build1255330412/b318/_pkg_.a
2025-08-20T21:45:51.8752304Z [00:03:17.888]➜  packagefile github.com/redis/go-redis/v9=/tmp/go-build1255330412/b345/_pkg_.a
2025-08-20T21:45:51.8752904Z [00:03:17.888]➜  packagefile github.com/eko/gocache/lib/v4/cache=/tmp/go-build1255330412/b314/_pkg_.a
2025-08-20T21:45:51.8753538Z [00:03:17.888]➜  packagefile github.com/eko/gocache/lib/v4/marshaler=/tmp/go-build1255330412/b336/_pkg_.a
2025-08-20T21:45:51.8754185Z [00:03:17.888]➜  packagefile github.com/eko/gocache/store/go_cache/v4=/tmp/go-build1255330412/b342/_pkg_.a
2025-08-20T21:45:51.8754790Z [00:03:17.888]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build1255330412/b406/_pkg_.a
2025-08-20T21:45:51.8755430Z [00:03:17.888]➜  packagefile github.com/vmihailenco/msgpack/v5/msgpcode=/tmp/go-build1255330412/b338/_pkg_.a
2025-08-20T21:45:51.8756077Z [00:03:17.888]➜  packagefile github.com/vmihailenco/tagparser/v2=/tmp/go-build1255330412/b339/_pkg_.a
2025-08-20T21:45:51.8757141Z [00:03:17.888]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/root/.cache/go-build/1b/1b63b3aaceaab13f6b10a7ebcfd2f32ef627c9165b0ec2cec471bcf9611bab29-d
2025-08-20T21:45:51.8758473Z [00:03:17.888]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:45:51.8759346Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/shared/management/http/util=/tmp/go-build1255330412/b828/_pkg_.a
2025-08-20T21:45:51.8760197Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/management/server/http/middleware/bypass=/tmp/go-build1255330412/b842/_pkg_.a
2025-08-20T21:45:51.8761087Z [00:03:17.888]➜  packagefile encoding/xml=/root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d
2025-08-20T21:45:51.8761798Z [00:03:17.888]➜  packagefile golang.org/x/net/context=/tmp/go-build1255330412/b357/_pkg_.a
2025-08-20T21:45:51.8762549Z [00:03:17.888]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/2b/2b2994b02d24f14bb98284aaad701bd981ed1ac83f7899baf78b5006f038258e-d
2025-08-20T21:45:51.8763269Z [00:03:17.888]➜  packagefile github.com/BurntSushi/toml=/tmp/go-build1255330412/b401/_pkg_.a
2025-08-20T21:45:51.8764072Z [00:03:17.888]➜  packagefile github.com/cenkalti/backoff/v4=/root/.cache/go-build/5b/5b195f02e400f1de544bf59861b2150be23708931f27d3df92f49bafb808d43f-d
2025-08-20T21:45:51.8764871Z [00:03:17.888]➜  packagefile github.com/kelseyhightower/envconfig=/tmp/go-build1255330412/b404/_pkg_.a
2025-08-20T21:45:51.8765537Z [00:03:17.888]➜  packagefile github.com/okta/okta-sdk-golang/v2/okta/cache=/tmp/go-build1255330412/b405/_pkg_.a
2025-08-20T21:45:51.8766153Z [00:03:17.888]➜  packagefile gopkg.in/square/go-jose.v2=/tmp/go-build1255330412/b410/_pkg_.a
2025-08-20T21:45:51.8766925Z [00:03:17.888]➜  packagefile gopkg.in/square/go-jose.v2/jwt=/tmp/go-build1255330412/b415/_pkg_.a
2025-08-20T21:45:51.8767669Z [00:03:17.888]➜  packagefile gopkg.in/yaml.v3=/root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d
2025-08-20T21:45:51.8768774Z [00:03:17.888]➜  packagefile net/http/httputil=/root/.cache/go-build/bf/bfa5a0b74e53e76c2a3fe594f751aed2b0b7db3c28ee7819c0010e8a7e436f71-d
2025-08-20T21:45:51.8769541Z [00:03:17.888]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1255330412/b419/_pkg_.a
2025-08-20T21:45:51.8770150Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build1255330412/b420/_pkg_.a
2025-08-20T21:45:51.8770792Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build1255330412/b421/_pkg_.a
2025-08-20T21:45:51.8771587Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build1255330412/b425/_pkg_.a
2025-08-20T21:45:51.8772397Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1255330412/b422/_pkg_.a
2025-08-20T21:45:51.8773267Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/internal=/root/.cache/go-build/2f/2f1381b9eaa58b41e0d5a4013d6f478c8b462c46bc7ac665216459ebe028bfb7-d
2025-08-20T21:45:51.8774010Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1255330412/b426/_pkg_.a
2025-08-20T21:45:51.8774552Z [00:03:17.888]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build1255330412/b427/_pkg_.a
2025-08-20T21:45:51.8775119Z [00:03:17.888]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build1255330412/b429/_pkg_.a
2025-08-20T21:45:51.8775705Z [00:03:17.888]➜  packagefile google.golang.org/api/internal=/tmp/go-build1255330412/b431/_pkg_.a
2025-08-20T21:45:51.8776332Z [00:03:17.888]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build1255330412/b481/_pkg_.a
2025-08-20T21:45:51.8777019Z [00:03:17.888]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1255330412/b490/_pkg_.a
2025-08-20T21:45:51.8777671Z [00:03:17.888]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1255330412/b491/_pkg_.a
2025-08-20T21:45:51.8778440Z [00:03:17.888]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1255330412/b432/_pkg_.a
2025-08-20T21:45:51.8779234Z [00:03:17.888]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1255330412/b480/_pkg_.a
2025-08-20T21:45:51.8779902Z [00:03:17.888]➜  packagefile expvar=/tmp/go-build1255330412/b322/_pkg_.a
2025-08-20T21:45:51.8780477Z [00:03:17.888]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build1255330412/b323/_pkg_.a
2025-08-20T21:45:51.8781062Z [00:03:17.888]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1255330412/b324/_pkg_.a
2025-08-20T21:45:51.8781755Z [00:03:17.888]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build1255330412/b325/_pkg_.a
2025-08-20T21:45:51.8782463Z [00:03:17.888]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1255330412/b326/_pkg_.a
2025-08-20T21:45:51.8783093Z [00:03:17.888]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build1255330412/b329/_pkg_.a
2025-08-20T21:45:51.8783711Z [00:03:17.888]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1255330412/b327/_pkg_.a
2025-08-20T21:45:51.8784308Z [00:03:17.888]➜  packagefile github.com/prometheus/procfs=/tmp/go-build1255330412/b332/_pkg_.a
2025-08-20T21:45:51.8784843Z [00:03:17.888]➜  packagefile runtime/metrics=/tmp/go-build1255330412/b328/_pkg_.a
2025-08-20T21:45:51.8785567Z [00:03:17.888]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/tmp/go-build1255330412/b365/_pkg_.a
2025-08-20T21:45:51.8786445Z [00:03:17.888]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/tmp/go-build1255330412/b367/_pkg_.a
2025-08-20T21:45:51.8787155Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build1255330412/b369/_pkg_.a
2025-08-20T21:45:51.8788228Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build1255330412/b370/_pkg_.a
2025-08-20T21:45:51.8788854Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1255330412/b372/_pkg_.a
2025-08-20T21:45:51.8789467Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1255330412/b377/_pkg_.a
2025-08-20T21:45:51.8790147Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1255330412/b388/_pkg_.a
2025-08-20T21:45:51.8790839Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build1255330412/b394/_pkg_.a
2025-08-20T21:45:51.8791498Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1255330412/b395/_pkg_.a
2025-08-20T21:45:51.8792124Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1255330412/b390/_pkg_.a
2025-08-20T21:45:51.8792789Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build1255330412/b391/_pkg_.a
2025-08-20T21:45:51.8793515Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build1255330412/b392/_pkg_.a
2025-08-20T21:45:51.8794279Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/exemplar=/tmp/go-build1255330412/b393/_pkg_.a
2025-08-20T21:45:51.8795008Z [00:03:17.888]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build1255330412/b399/_pkg_.a
2025-08-20T21:45:51.8795924Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/pragma=/root/.cache/go-build/73/7382aa788588c3ef6c2475608cb19281d720b8af3e8c06bd7479b4022e6abc04-d
2025-08-20T21:45:51.8797027Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/filedesc=/root/.cache/go-build/4d/4df0f812edb1f466998d188b4f555363bde43852afaa0544d412e344abbe1eba-d
2025-08-20T21:45:51.8798262Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/filetype=/root/.cache/go-build/29/294d3c59c2f7866b180c648d20ea8b3bbc7d799373d28ae4f11c2e2d17063c4e-d
2025-08-20T21:45:51.8799421Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/impl=/root/.cache/go-build/29/29bad14f07bc8d1198c4dda8713215b7b305c566a14558cf538cce650e50e1d1-d
2025-08-20T21:45:51.8800672Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/protolazy=/root/.cache/go-build/26/2604839fb076a78ebb4623458abd5c35d7439253f2aa9bbb49d19e4c4e8dd544-d
2025-08-20T21:45:51.8801913Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/version=/root/.cache/go-build/8d/8dbd3dedbdf6e3346145e72cf6d25f678a0d5f1853926ee26d973bd6d973e602-d
2025-08-20T21:45:51.8803038Z [00:03:17.888]➜  packagefile golang.org/x/text/secure/bidirule=/root/.cache/go-build/c2/c2da42765d3c89276e318330d43d94354cfdb0af0e8a260e65f44ff2921eb350-d
2025-08-20T21:45:51.8804046Z [00:03:17.888]➜  packagefile golang.org/x/text/unicode/bidi=/root/.cache/go-build/69/69e14e1d3f936609b5a184cd18a4f7d6e0366083ff97de7aa70b637a0238414f-d
2025-08-20T21:45:51.8805051Z [00:03:17.888]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d
2025-08-20T21:45:51.8806078Z [00:03:17.888]➜  packagefile golang.org/x/net/internal/timeseries=/root/.cache/go-build/eb/eb8c266f775387d44bdc9dca40f1921c81241b1d66074778e604c5cdf8d9196e-d
2025-08-20T21:45:51.8807031Z [00:03:17.888]➜  packagefile html/template=/root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d
2025-08-20T21:45:51.8808007Z [00:03:17.888]➜  packagefile text/tabwriter=/root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d
2025-08-20T21:45:51.8809036Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/protoadapt=/root/.cache/go-build/7a/7a378b3c7d58b67e49794d2c9b28f75f23d60a1d87b8258e6db087007562a5f8-d
2025-08-20T21:45:51.8810134Z [00:03:17.888]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/root/.cache/go-build/7f/7f871aab43350c3273235f2fba046a2cc6fcfde908f76bbea29eaec3cd134b23-d
2025-08-20T21:45:51.8811473Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/buffer=/root/.cache/go-build/61/610b23a1fdcd4eef6ed72832b438c06c983312b5f49c8c2bde102435b161f69b-d
2025-08-20T21:45:51.8812577Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/encoding/protojson=/root/.cache/go-build/49/49e97de3f4ca3af733156a9632f507d7c62b945efab82bb080afd9b038cecd18-d
2025-08-20T21:45:51.8813746Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/root/.cache/go-build/7e/7e1ab85d4c2727c8924ea5aac9d0b0d39ae20b6ffc6db068a8e7f00b9674eb82-d
2025-08-20T21:45:51.8814894Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/types/known/anypb=/root/.cache/go-build/05/05984c5d0696fa237234498fc287a15c7d0981baa7b9ea336f3e59060abc22ef-d
2025-08-20T21:45:51.8815975Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/syscall=/root/.cache/go-build/da/da4f725bd9b1bb9cf9588058c14b418d2149ecd66c5b8caf019e9360f1861077-d
2025-08-20T21:45:51.8817076Z [00:03:17.888]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/root/.cache/go-build/a7/a777ff28bf2a722b89bdc1c631aaa37cd9ab3747984dc3cd675ffd7c876eedac-d
2025-08-20T21:45:51.8818452Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/root/.cache/go-build/88/8816e49676a3fa85286107a528c68050d1a0e793da7c1a5009d1264f52ec6894-d
2025-08-20T21:45:51.8819621Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/errors=/root/.cache/go-build/c5/c5bc2277faa0e380326034f37ad341931dc9533ba539e31b9ac0dee80ff4b790-d
2025-08-20T21:45:51.8820715Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/flags=/root/.cache/go-build/05/0593ddea4add67acdbd1a6be4f8921b5b70771dd6815638f1c344c30c7feb459-d
2025-08-20T21:45:51.8821803Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/genid=/root/.cache/go-build/3c/3ce5bc7a0e359f154a3fc843400ffbab8785e0445b7500dc97e3f95a1b54ee8f-d
2025-08-20T21:45:51.8822879Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/order=/root/.cache/go-build/3a/3ad334930441477f443f319f45b8f45795473c04858e13017371ff146ae20d27-d
2025-08-20T21:45:51.8823945Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/strs=/root/.cache/go-build/a9/a9d6beff3052219407cb578fd5ee3adb9dc78d310890c7aa8883fd58fa19b436-d
2025-08-20T21:45:51.8825141Z [00:03:17.888]➜  packagefile github.com/hashicorp/errwrap=/root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d
2025-08-20T21:45:51.8826085Z [00:03:17.888]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build1255330412/b645/_pkg_.a
2025-08-20T21:45:51.8826912Z [00:03:17.888]➜  packagefile internal/saferio=/root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d
2025-08-20T21:45:51.8827590Z [00:03:17.888]➜  packagefile dario.cat/mergo=/tmp/go-build1255330412/b555/_pkg_.a
2025-08-20T21:45:51.8828363Z [00:03:17.888]➜  packagefile github.com/containerd/containerd/platforms=/tmp/go-build1255330412/b556/_pkg_.a
2025-08-20T21:45:51.8829007Z [00:03:17.888]➜  packagefile github.com/cpuguy83/dockercfg=/tmp/go-build1255330412/b562/_pkg_.a
2025-08-20T21:45:51.8829608Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1255330412/b563/_pkg_.a
2025-08-20T21:45:51.8830272Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1255330412/b564/_pkg_.a
2025-08-20T21:45:51.8830958Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build1255330412/b582/_pkg_.a
2025-08-20T21:45:51.8831628Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1255330412/b566/_pkg_.a
2025-08-20T21:45:51.8832295Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1255330412/b568/_pkg_.a
2025-08-20T21:45:51.8833015Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1255330412/b569/_pkg_.a
2025-08-20T21:45:51.8833961Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1255330412/b576/_pkg_.a
2025-08-20T21:45:51.8834637Z [00:03:17.888]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build1255330412/b583/_pkg_.a
2025-08-20T21:45:51.8835261Z [00:03:17.888]➜  packagefile github.com/docker/docker/client=/tmp/go-build1255330412/b584/_pkg_.a
2025-08-20T21:45:51.8835860Z [00:03:17.888]➜  packagefile github.com/docker/docker/errdefs=/tmp/go-build1255330412/b589/_pkg_.a
2025-08-20T21:45:51.8836478Z [00:03:17.888]➜  packagefile github.com/docker/docker/pkg/archive=/tmp/go-build1255330412/b592/_pkg_.a
2025-08-20T21:45:51.8837127Z [00:03:17.888]➜  packagefile github.com/docker/docker/pkg/jsonmessage=/tmp/go-build1255330412/b611/_pkg_.a
2025-08-20T21:45:51.8837933Z [00:03:17.888]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build1255330412/b572/_pkg_.a
2025-08-20T21:45:51.8838649Z [00:03:17.888]➜  packagefile github.com/moby/patternmatcher/ignorefile=/tmp/go-build1255330412/b614/_pkg_.a
2025-08-20T21:45:51.8839248Z [00:03:17.888]➜  packagefile github.com/moby/term=/tmp/go-build1255330412/b612/_pkg_.a
2025-08-20T21:45:51.8839873Z [00:03:17.888]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1255330412/b559/_pkg_.a
2025-08-20T21:45:51.8840594Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/exec=/tmp/go-build1255330412/b615/_pkg_.a
2025-08-20T21:45:51.8841375Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/internal/config=/tmp/go-build1255330412/b617/_pkg_.a
2025-08-20T21:45:51.8842173Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/internal/core=/tmp/go-build1255330412/b619/_pkg_.a
2025-08-20T21:45:51.8842999Z [00:03:17.888]➜  packagefile github.com/testcontainers/testcontainers-go/internal/core/network=/tmp/go-build1255330412/b629/_pkg_.a
2025-08-20T21:45:51.8843912Z [00:03:17.888]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/fb/fbbc73e1cf71986d6b03cdf3d3b834c0ae7ce3e7a026f9fc878c3f8fbc2e34b9-d
2025-08-20T21:45:51.8844802Z [00:03:17.888]➜  packagefile testing=/root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d
2025-08-20T21:45:51.8845462Z [00:03:17.888]➜  packagefile filippo.io/edwards25519=/tmp/go-build1255330412/b661/_pkg_.a
2025-08-20T21:45:51.8846176Z [00:03:17.888]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build1255330412/b539/_pkg_.a
2025-08-20T21:45:51.8846856Z [00:03:17.888]➜  packagefile golang.org/x/text/cases=/tmp/go-build1255330412/b540/_pkg_.a
2025-08-20T21:45:51.8847463Z [00:03:17.888]➜  packagefile golang.org/x/text/language=/tmp/go-build1255330412/b542/_pkg_.a
2025-08-20T21:45:51.8848369Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/internal/anynil=/tmp/go-build1255330412/b667/_pkg_.a
2025-08-20T21:45:51.8849014Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build1255330412/b668/_pkg_.a
2025-08-20T21:45:51.8849674Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/internal/sanitize=/tmp/go-build1255330412/b669/_pkg_.a
2025-08-20T21:45:51.8850346Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/internal/stmtcache=/tmp/go-build1255330412/b670/_pkg_.a
2025-08-20T21:45:51.8850973Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/pgtype=/tmp/go-build1255330412/b681/_pkg_.a
2025-08-20T21:45:51.8851558Z [00:03:17.888]➜  packagefile github.com/jackc/pgpassfile=/tmp/go-build1255330412/b672/_pkg_.a
2025-08-20T21:45:51.8852137Z [00:03:17.888]➜  packagefile github.com/jackc/pgservicefile=/tmp/go-build1255330412/b673/_pkg_.a
2025-08-20T21:45:51.8852772Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build1255330412/b674/_pkg_.a
2025-08-20T21:45:51.8853474Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/bgreader=/tmp/go-build1255330412/b675/_pkg_.a
2025-08-20T21:45:51.8854200Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/ctxwatch=/tmp/go-build1255330412/b676/_pkg_.a
2025-08-20T21:45:51.8855139Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/pgproto3=/tmp/go-build1255330412/b677/_pkg_.a
2025-08-20T21:45:51.8855722Z [00:03:17.888]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1255330412/b412/_pkg_.a
2025-08-20T21:45:51.8856295Z [00:03:17.888]➜  packagefile golang.org/x/text/secure/precis=/tmp/go-build1255330412/b678/_pkg_.a
2025-08-20T21:45:51.8856886Z [00:03:17.888]➜  packagefile github.com/jackc/pgx/v5/pgxpool=/tmp/go-build1255330412/b683/_pkg_.a
2025-08-20T21:45:51.8857633Z [00:03:17.888]➜  packagefile go/scanner=/root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d
2025-08-20T21:45:51.8858706Z [00:03:17.888]➜  packagefile go/token=/root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d
2025-08-20T21:45:51.8859692Z [00:03:17.888]➜  packagefile github.com/netbirdio/netbird/formatter/levels=/root/.cache/go-build/62/62511543e1d54bb992cdf25069d34e86051ad52e7268eda1272898eda86e949a-d
2025-08-20T21:45:51.8860771Z [00:03:17.888]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T21:45:51.8861774Z [00:03:17.888]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/c8/c835701547954bb3126cce99370f8a027380d6a99ec131519e7d4874b490550b-d
2025-08-20T21:45:51.8862791Z [00:03:17.888]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/64/64efcf8f36e37344d123a502a4f5c8248e05b194b97e18efa8619b15f5235bb1-d
2025-08-20T21:45:51.8864021Z [00:03:17.888]➜  packagefile github.com/zeebo/blake3/internal/alg=/root/.cache/go-build/dd/dd6062b45119f40c1f91fd4dec4efb476086a1762e8189b5646596f4e73a9576-d
2025-08-20T21:45:51.8865146Z [00:03:17.888]➜  packagefile github.com/zeebo/blake3/internal/consts=/root/.cache/go-build/ac/ac324ba5641a81401cb9336dfb0b17be5706b2e5c0c93634adf10cc51e60975a-d
2025-08-20T21:45:51.8866215Z [00:03:17.888]➜  packagefile github.com/zeebo/blake3/internal/utils=/root/.cache/go-build/b5/b591a75e3b1d05ac504d0d188b23f5455bf379da9260a5f3e1c2a66c179c7cf0-d
2025-08-20T21:45:51.8867332Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/root/.cache/go-build/8d/8dbc1d948f73d19a42cc43e8a5f8d9b57d823b9d8107c3b9ac32180a207f5f97-d
2025-08-20T21:45:51.8868707Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/set=/root/.cache/go-build/1c/1c7b20dcc30006ac8c5a18cf8848ddd080897ad877fdc6df5436ce2aa2af0238-d
2025-08-20T21:45:51.8869897Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/root/.cache/go-build/1f/1f860235e8ffadc0f8b862e5e84c72710c8dd9d87a92d56b50018ffbe4087f42-d
2025-08-20T21:45:51.8871080Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/root/.cache/go-build/9d/9d5777e5b79a58fc6e2228efed6a36d4d8b0d6cc8139d7d36be286976ae6019e-d
2025-08-20T21:45:51.8872257Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/root/.cache/go-build/ba/ba8cb8b748306c316010cf2dda1b6c20b6cb618176c524f7657ffc8ea7c08927-d
2025-08-20T21:45:51.8873576Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/root/.cache/go-build/71/717aab7aeef0b0f2809969dc72be90389c7bff261fe73e7d81fc4d790d5e4d05-d
2025-08-20T21:45:51.8874703Z [00:03:17.888]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/root/.cache/go-build/3e/3e9102d15021a4cd1cf3c8699e7ebf0051778cf612ec539c6ca9db3101573b47-d
2025-08-20T21:45:51.8875803Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/root/.cache/go-build/f7/f790be2be5370ec6713915bcd86d1f59f41e8f727b0875866b21eba591490a0a-d
2025-08-20T21:45:51.8876863Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/root/.cache/go-build/dd/dd166ccb5ed84104e4c595d407da2b06cb2018580a849fbb2d798f182fa5b299-d
2025-08-20T21:45:51.8878103Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/root/.cache/go-build/76/768476d392283ea7dd0998e61a4597b6ae2b4647e23d0e26f3bbc12735505c36-d
2025-08-20T21:45:51.8879366Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/auth/bearer=/root/.cache/go-build/f2/f21eb837a73eaaa98ada011a1825ba5adf948cd864422a3e4660401b69d5dccc-d
2025-08-20T21:45:51.8880390Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/logging=/root/.cache/go-build/4a/4a0d94cbb304fef82284f918d0e91018c8bd383c723c64bc5853e583aca90151-d
2025-08-20T21:45:51.8881413Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/middleware=/root/.cache/go-build/59/5961fd1cf9e27a852fc9ae9d82a8781ea3dfc7449076a919950824abb632340c-d
2025-08-20T21:45:51.8882410Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/ptr=/root/.cache/go-build/ea/ea31b260c2504b815da8c9235dbdb7f8162332e266196a1880ea0c049e13dfff-d
2025-08-20T21:45:51.8883435Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/root/.cache/go-build/04/04781290101fc7867407e63f436eb173fa9da1ff00db95cadaf35abad8e63b9c-d
2025-08-20T21:45:51.8884506Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/root/.cache/go-build/8b/8b6723ad0f86e25b5f4de90b0beebfe64c89c36266fb351cc11ea26d5f179fb6-d
2025-08-20T21:45:51.8885598Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/root/.cache/go-build/86/8651e939e61f282b59e6ca38d108a8bbe10c9aa41ad41e9b1d20ceb7842f2e17-d
2025-08-20T21:45:51.8886696Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/root/.cache/go-build/21/21868b8177dae858fe3ce0188abb22464ad9c02e17f21eef08aba471fa3690fc-d
2025-08-20T21:45:51.8887914Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go=/root/.cache/go-build/38/38f0e4cd31f0d3290d70fdcae04c7cd557858b3ffe731628f5d58bf6e978072f-d
2025-08-20T21:45:51.8888960Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/metrics=/root/.cache/go-build/7a/7a9b48143bf57f1554ac7423ee564133497f85fece8f914b849108afde4b520f-d
2025-08-20T21:45:51.8889957Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/tracing=/root/.cache/go-build/22/22e6cb1d8436b10c426662b6a82857052fe454bded7d513817a69776a4e1804c-d
2025-08-20T21:45:51.8890993Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/transport/http=/root/.cache/go-build/73/7361c39a589e882d5eac6ba22a8d10791aaaff374df10ee73673dbff58c71e6b-d
2025-08-20T21:45:51.8892082Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/root/.cache/go-build/a1/a1bbdf9bd62501868283b750a8e69ebf7e7c05cae617e7e58c2e95535df0d0b1-d
2025-08-20T21:45:51.8893312Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/root/.cache/go-build/2b/2b0dc419ac96c13620020a100ae77cffcd5b5ad1fbf728114a0781f928ffa267-d
2025-08-20T21:45:51.8894607Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/root/.cache/go-build/7c/7c197a2d34e44eb77cb5614a4c1d3d571a4c5052b05f95da4af22b65a6bb7737-d
2025-08-20T21:45:51.8895781Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/root/.cache/go-build/1a/1a3d0a781d59b755ec5fd44f2485eededb7d3588c941bbe7c98bcaea61e2fa3b-d
2025-08-20T21:45:51.8897072Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/root/.cache/go-build/bf/bfe5db1827aa6588e989d9def0b2f309c1e7eb679b342773d9e64f735feaf3cb-d
2025-08-20T21:45:51.8898401Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/root/.cache/go-build/5b/5ba69bc45a859d319d720043314ee7d4bbd418854f2f8190c4872f7c80df9467-d
2025-08-20T21:45:51.8899529Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/root/.cache/go-build/f8/f802505c469ce590db65e64c16868cb585924d1ff871bbc24c408b037098a0e0-d
2025-08-20T21:45:51.8900594Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d
2025-08-20T21:45:51.8901702Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/root/.cache/go-build/20/204e1e58749fc0ed20db4a1989918fb7e4641240e8ce38bddc0216ac2ac2a17d-d
2025-08-20T21:45:51.8902987Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/root/.cache/go-build/be/be3c5cb3b9da5605a05ae0a4e2bc42b8ccb0f74da2cc0545b009a1efa5e513d2-d
2025-08-20T21:45:51.8904068Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/root/.cache/go-build/75/75f7483b40f6bbaa7de70ed11a2956fc3799c1a9a770b9b5d3c91b1155a4bead-d
2025-08-20T21:45:51.8905137Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/root/.cache/go-build/c3/c3152a0197e928456ac161a79b78d0fd1ceba4798c1b34f0e80b348e60f58756-d
2025-08-20T21:45:51.8906251Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/root/.cache/go-build/3f/3f96c6944fa7753f1046901ea0a08217fafb9be783b8bf1dc551c4e13de0e937-d
2025-08-20T21:45:51.8907346Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/root/.cache/go-build/c9/c9e85144a299576b04e296b830b1440e56a5163123d9369324da783896abda0c-d
2025-08-20T21:45:51.8908557Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/root/.cache/go-build/af/af8b27d6902eb9873d3eca7bf0e0e1fb474f38436b86e679ce6c0676e09fee4d-d
2025-08-20T21:45:51.8909644Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/root/.cache/go-build/6a/6a3e00860798c0c65ebef6a3502aca5e36bb391c4e052c46f25a882a8f22e87f-d
2025-08-20T21:45:51.8910703Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/root/.cache/go-build/d6/d6e00067b23dfee04020943e090518c72b65d1fb1127ad6e1b764b3549492537-d
2025-08-20T21:45:51.8911876Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/root/.cache/go-build/31/31f0ad2f8e6099553aa5cd6fe11f4536e00ac36a10994c48f64dc076d4945d70-d
2025-08-20T21:45:51.8913106Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/root/.cache/go-build/fe/fec0125226c314e2d5b26a5808547dbb38be5f9f09e7e8582f99d013a6216f8c-d
2025-08-20T21:45:51.8914238Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/root/.cache/go-build/b6/b60d4fec4f1bca0c50cdaafde12a1ac93bf6b312f384415ffa6254f1336976dc-d
2025-08-20T21:45:51.8915417Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/root/.cache/go-build/19/199af5a7900c1827528ed71bf7650e07adc9179e51addcdb558702e84bad3c61-d
2025-08-20T21:45:51.8916626Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/root/.cache/go-build/71/71951620616b660684406880826990f075384c6550107ab3421a6f9dfeacb3c9-d
2025-08-20T21:45:51.8918051Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations=/root/.cache/go-build/bd/bdb47a9bc9f1952f2b72b253979ed097df48cf6f483700748e9f71afc68d437e-d
2025-08-20T21:45:51.8919387Z [00:03:17.888]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints=/root/.cache/go-build/7c/7c789e678505244d940f6b76ebe3fd1daab312ca93cb397f95291b2e488a3bd6-d
2025-08-20T21:45:51.8920494Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/auth=/root/.cache/go-build/de/de43fa5e0d8e4d46517cba311d6562add17fcbeeb98f88c4777406617a300609-d
2025-08-20T21:45:51.8921669Z [00:03:17.888]➜  packagefile github.com/aws/smithy-go/document=/root/.cache/go-build/98/98a85d0c1960465225abdfd28da327cbab6a7cba977089dc8ac0febd10fe04a6-d
2025-08-20T21:45:51.8922741Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/root/.cache/go-build/51/51c821cc577eaf0802b68886b38e0e249ea63d5ec7093a829553372a47aa267f-d
2025-08-20T21:45:51.8923820Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/encoding/xml=/root/.cache/go-build/bd/bdfa2478f7d4fd62895ce9335ce34468eee619dd7ee8b4ce076d198616543cf4-d
2025-08-20T21:45:51.8924862Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/endpoints=/root/.cache/go-build/8e/8e033d212cd6ed4c4c86eacf74c3602c8edeb91eefe1b45d3a5fcc7258d14dd5-d
2025-08-20T21:45:51.8925853Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/io=/root/.cache/go-build/a2/a21b3ea5a9f02b7d04569ce594c3db3068624e94993c8e684579d93b272eef39-d
2025-08-20T21:45:51.8926973Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/time=/root/.cache/go-build/dc/dc47e96f6c14f38ae5fc11b5ed55e824406c7c13222e3e148972c7ac42df6351-d
2025-08-20T21:45:51.8928090Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/waiter=/root/.cache/go-build/b9/b963b865acb86d2db014a54ddef6222fd262426fae5f56fb6eab28fd37f15bfd-d
2025-08-20T21:45:51.8929162Z [00:03:17.889]➜  packagefile github.com/jmespath/go-jmespath=/root/.cache/go-build/46/46c279ab13e162e9fedcbb74fe04793bffe84a088e1a635e414603f365453194-d
2025-08-20T21:45:51.8930193Z [00:03:17.889]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/7e/7e3b5b34a458fa2b3bb832d12e0783b646b8d8a0aa7cf9883e34b614e76cca0b-d
2025-08-20T21:45:51.8931241Z [00:03:17.889]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/11/11a94d31482cf8ae38f0b06ad1ab7f1856e19e71d5844a6b9b63250bb24010ba-d
2025-08-20T21:45:51.8932262Z [00:03:17.889]➜  packagefile golang.org/x/exp/constraints=/root/.cache/go-build/34/342c82fe10b0107269e9c6fa9a74b1d08b1fecb88c78b422c61fab69e9b78702-d
2025-08-20T21:45:51.8933090Z [00:03:17.889]➜  packagefile github.com/dgryski/go-rendezvous=/tmp/go-build1255330412/b346/_pkg_.a
2025-08-20T21:45:51.8933703Z [00:03:17.889]➜  packagefile github.com/redis/go-redis/v9/internal=/tmp/go-build1255330412/b347/_pkg_.a
2025-08-20T21:45:51.8934479Z [00:03:17.889]➜  packagefile github.com/redis/go-redis/v9/internal/hashtag=/tmp/go-build1255330412/b350/_pkg_.a
2025-08-20T21:45:51.8935301Z [00:03:17.889]➜  packagefile github.com/redis/go-redis/v9/internal/hscan=/tmp/go-build1255330412/b351/_pkg_.a
2025-08-20T21:45:51.8936025Z [00:03:17.889]➜  packagefile github.com/redis/go-redis/v9/internal/pool=/tmp/go-build1255330412/b352/_pkg_.a
2025-08-20T21:45:51.8936688Z [00:03:17.889]➜  packagefile github.com/redis/go-redis/v9/internal/proto=/tmp/go-build1255330412/b353/_pkg_.a
2025-08-20T21:45:51.8937350Z [00:03:17.889]➜  packagefile github.com/redis/go-redis/v9/internal/rand=/tmp/go-build1255330412/b348/_pkg_.a
2025-08-20T21:45:51.8938292Z [00:03:17.889]➜  packagefile github.com/redis/go-redis/v9/internal/util=/tmp/go-build1255330412/b349/_pkg_.a
2025-08-20T21:45:51.8938945Z [00:03:17.889]➜  packagefile github.com/eko/gocache/lib/v4/codec=/tmp/go-build1255330412/b315/_pkg_.a
2025-08-20T21:45:51.8939573Z [00:03:17.889]➜  packagefile github.com/eko/gocache/lib/v4/metrics=/tmp/go-build1255330412/b320/_pkg_.a
2025-08-20T21:45:51.8940192Z [00:03:17.889]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build1255330412/b335/_pkg_.a
2025-08-20T21:45:51.8940875Z [00:03:17.889]➜  packagefile github.com/vmihailenco/tagparser/v2/internal/parser=/tmp/go-build1255330412/b340/_pkg_.a
2025-08-20T21:45:51.8941564Z [00:03:17.889]➜  packagefile github.com/BurntSushi/toml/internal=/tmp/go-build1255330412/b402/_pkg_.a
2025-08-20T21:45:51.8942388Z [00:03:17.889]➜  packagefile golang.org/x/crypto/ed25519=/root/.cache/go-build/3e/3ea234259a426abd9fe5d8d0bbcc8bb494b5e8f2fa7640d7d0cfba68f122386d-d
2025-08-20T21:45:51.8943341Z [00:03:17.889]➜  packagefile gopkg.in/square/go-jose.v2/cipher=/tmp/go-build1255330412/b413/_pkg_.a
2025-08-20T21:45:51.8943932Z [00:03:17.889]➜  packagefile gopkg.in/square/go-jose.v2/json=/tmp/go-build1255330412/b414/_pkg_.a
2025-08-20T21:45:51.8944591Z [00:03:17.889]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1255330412/b423/_pkg_.a
2025-08-20T21:45:51.8945371Z [00:03:17.889]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:45:51.8946164Z [00:03:17.889]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build1255330412/b430/_pkg_.a
2025-08-20T21:45:51.8946853Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1255330412/b435/_pkg_.a
2025-08-20T21:45:51.8947476Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1255330412/b442/_pkg_.a
2025-08-20T21:45:51.8948380Z [00:03:17.889]➜  packagefile github.com/google/s2a-go=/tmp/go-build1255330412/b443/_pkg_.a
2025-08-20T21:45:51.8949153Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1255330412/b449/_pkg_.a
2025-08-20T21:45:51.8949764Z [00:03:17.889]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1255330412/b476/_pkg_.a
2025-08-20T21:45:51.8950365Z [00:03:17.889]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build1255330412/b482/_pkg_.a
2025-08-20T21:45:51.8950991Z [00:03:17.889]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build1255330412/b483/_pkg_.a
2025-08-20T21:45:51.8951640Z [00:03:17.889]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build1255330412/b487/_pkg_.a
2025-08-20T21:45:51.8952278Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build1255330412/b492/_pkg_.a
2025-08-20T21:45:51.8952885Z [00:03:17.889]➜  packagefile go.opencensus.io/plugin/ochttp=/tmp/go-build1255330412/b495/_pkg_.a
2025-08-20T21:45:51.8953598Z [00:03:17.889]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1255330412/b514/_pkg_.a
2025-08-20T21:45:51.8954349Z [00:03:17.889]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build1255330412/b519/_pkg_.a
2025-08-20T21:45:51.8955086Z [00:03:17.889]➜  packagefile google.golang.org/api/transport/http/internal/propagation=/tmp/go-build1255330412/b520/_pkg_.a
2025-08-20T21:45:51.8955867Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1255330412/b433/_pkg_.a
2025-08-20T21:45:51.8956623Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1255330412/b434/_pkg_.a
2025-08-20T21:45:51.8957296Z [00:03:17.889]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build1255330412/b330/_pkg_.a
2025-08-20T21:45:51.8958090Z [00:03:17.889]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build1255330412/b331/_pkg_.a
2025-08-20T21:45:51.8958838Z [00:03:17.889]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build1255330412/b333/_pkg_.a
2025-08-20T21:45:51.8959526Z [00:03:17.889]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build1255330412/b334/_pkg_.a
2025-08-20T21:45:51.8960368Z [00:03:17.889]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/tmp/go-build1255330412/b366/_pkg_.a
2025-08-20T21:45:51.8961101Z [00:03:17.889]➜  packagefile github.com/go-logr/logr=/tmp/go-build1255330412/b373/_pkg_.a
2025-08-20T21:45:51.8961695Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1255330412/b383/_pkg_.a
2025-08-20T21:45:51.8962302Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1255330412/b386/_pkg_.a
2025-08-20T21:45:51.8962857Z [00:03:17.889]➜  packagefile github.com/go-logr/stdr=/tmp/go-build1255330412/b378/_pkg_.a
2025-08-20T21:45:51.8963412Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1255330412/b380/_pkg_.a
2025-08-20T21:45:51.8964028Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1255330412/b387/_pkg_.a
2025-08-20T21:45:51.8964842Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build1255330412/b396/_pkg_.a
2025-08-20T21:45:51.8965469Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build1255330412/b397/_pkg_.a
2025-08-20T21:45:51.8966411Z [00:03:17.889]➜  packagefile google.golang.org/protobuf/internal/descfmt=/root/.cache/go-build/f3/f3de3d893edf63b4b77d3a8fb9cdff672cf1093f338afd8612fb964c2d4901f1-d
2025-08-20T21:45:51.8967536Z [00:03:17.889]➜  packagefile google.golang.org/protobuf/internal/descopts=/root/.cache/go-build/b2/b20a5360217c56fea782a2370fa7d7cf6bd1b476e6bd70fd0b437773e7174462-d
2025-08-20T21:45:51.8968810Z [00:03:17.889]➜  packagefile google.golang.org/protobuf/internal/detrand=/root/.cache/go-build/af/af7fdbef9080fa06277360f2175e12856050101e44516b7173b60f1ce770c330-d
2025-08-20T21:45:51.8969938Z [00:03:17.889]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/root/.cache/go-build/7b/7bc348e362d85419bd71a415c7c78422f7d7e3f661d2361eec6bcacf5cb2b013-d
2025-08-20T21:45:51.8971203Z [00:03:17.889]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d
2025-08-20T21:45:51.8972083Z [00:03:17.889]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T21:45:51.8973076Z [00:03:17.889]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/root/.cache/go-build/c6/c6821b56526fe0e9ce21df512ec161045013fc49433709573d9c9201da6999eb-d
2025-08-20T21:45:51.8974197Z [00:03:17.889]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/root/.cache/go-build/2d/2ddf05ad592777121a78d5cdf3446d3f6e0c44c3ad781a811a0f8b7013ce2ed7-d
2025-08-20T21:45:51.8975291Z [00:03:17.889]➜  packagefile google.golang.org/grpc/internal/envconfig=/root/.cache/go-build/c0/c06944dd5965fb957ff3e79897848052d07468b599b2b3083181d9b8351c2d1b-d
2025-08-20T21:45:51.8976437Z [00:03:17.889]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/root/.cache/go-build/e9/e90cb7df36cf45d5ed0a6bac8da760e5fb23c619b1e9b4279d0fe9be82c17c37-d
2025-08-20T21:45:51.8977311Z [00:03:17.889]➜  packagefile github.com/containerd/platforms=/tmp/go-build1255330412/b557/_pkg_.a
2025-08-20T21:45:51.8978117Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1255330412/b575/_pkg_.a
2025-08-20T21:45:51.8978923Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1255330412/b578/_pkg_.a
2025-08-20T21:45:51.8979713Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build1255330412/b581/_pkg_.a
2025-08-20T21:45:51.8980365Z [00:03:17.889]➜  packagefile github.com/docker/go-units=/tmp/go-build1255330412/b573/_pkg_.a
2025-08-20T21:45:51.8980991Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build1255330412/b565/_pkg_.a
2025-08-20T21:45:51.8981676Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build1255330412/b571/_pkg_.a
2025-08-20T21:45:51.8982374Z [00:03:17.889]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build1255330412/b574/_pkg_.a
2025-08-20T21:45:51.8983063Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build1255330412/b567/_pkg_.a
2025-08-20T21:45:51.8983754Z [00:03:17.889]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build1255330412/b570/_pkg_.a
2025-08-20T21:45:51.8984592Z [00:03:17.889]➜  packagefile github.com/pkg/errors=/root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d
2025-08-20T21:45:51.8985352Z [00:03:17.889]➜  packagefile github.com/distribution/reference=/tmp/go-build1255330412/b585/_pkg_.a
2025-08-20T21:45:51.8985942Z [00:03:17.889]➜  packagefile github.com/docker/docker/api=/tmp/go-build1255330412/b586/_pkg_.a
2025-08-20T21:45:51.8986582Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build1255330412/b587/_pkg_.a
2025-08-20T21:45:51.8987430Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build1255330412/b588/_pkg_.a
2025-08-20T21:45:51.8988275Z [00:03:17.889]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build1255330412/b590/_pkg_.a
2025-08-20T21:45:51.8988947Z [00:03:17.889]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build1255330412/b591/_pkg_.a
2025-08-20T21:45:51.8989590Z [00:03:17.889]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1255330412/b560/_pkg_.a
2025-08-20T21:45:51.8990141Z [00:03:17.889]➜  packagefile compress/bzip2=/tmp/go-build1255330412/b593/_pkg_.a
2025-08-20T21:45:51.8990733Z [00:03:17.889]➜  packagefile github.com/containerd/containerd/pkg/userns=/tmp/go-build1255330412/b594/_pkg_.a
2025-08-20T21:45:51.8991348Z [00:03:17.889]➜  packagefile github.com/containerd/log=/tmp/go-build1255330412/b558/_pkg_.a
2025-08-20T21:45:51.8991944Z [00:03:17.889]➜  packagefile github.com/docker/docker/pkg/idtools=/tmp/go-build1255330412/b596/_pkg_.a
2025-08-20T21:45:51.8992796Z [00:03:17.889]➜  packagefile github.com/docker/docker/pkg/ioutils=/tmp/go-build1255330412/b598/_pkg_.a
2025-08-20T21:45:51.8993416Z [00:03:17.889]➜  packagefile github.com/docker/docker/pkg/pools=/tmp/go-build1255330412/b599/_pkg_.a
2025-08-20T21:45:51.8994040Z [00:03:17.889]➜  packagefile github.com/docker/docker/pkg/system=/tmp/go-build1255330412/b600/_pkg_.a
2025-08-20T21:45:51.8994658Z [00:03:17.889]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1255330412/b601/_pkg_.a
2025-08-20T21:45:51.8995260Z [00:03:17.889]➜  packagefile github.com/moby/patternmatcher=/tmp/go-build1255330412/b608/_pkg_.a
2025-08-20T21:45:51.8995845Z [00:03:17.889]➜  packagefile github.com/moby/sys/sequential=/tmp/go-build1255330412/b610/_pkg_.a
2025-08-20T21:45:51.8996400Z [00:03:17.889]➜  packagefile github.com/morikuni/aec=/tmp/go-build1255330412/b613/_pkg_.a
2025-08-20T21:45:51.8997023Z [00:03:17.889]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1255330412/b561/_pkg_.a
2025-08-20T21:45:51.8997693Z [00:03:17.889]➜  packagefile github.com/docker/docker/pkg/stdcopy=/tmp/go-build1255330412/b616/_pkg_.a
2025-08-20T21:45:51.8998523Z [00:03:17.889]➜  packagefile github.com/magiconair/properties=/tmp/go-build1255330412/b618/_pkg_.a
2025-08-20T21:45:51.8999504Z [00:03:17.889]➜  packagefile github.com/shirou/gopsutil/v3/process=/root/.cache/go-build/f9/f9d3e7a235013bf70c09d8725f6182bd2662ea33f56abdd18115d4af6e313447-d
2025-08-20T21:45:51.9000555Z [00:03:17.889]➜  packagefile github.com/testcontainers/testcontainers-go/internal=/tmp/go-build1255330412/b628/_pkg_.a
2025-08-20T21:45:51.9001524Z [00:03:17.889]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/f2/f2ffe159b3a21dff64c8e7fd5484ed495cfae4df254fce4b9ca4e267ad02aa74-d
2025-08-20T21:45:51.9002594Z [00:03:17.889]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/c0/c0f35e4611368c8cea8b18ce90eaa0978e91548edbf4de347d4ae8e252a610fb-d
2025-08-20T21:45:51.9003622Z [00:03:17.889]➜  packagefile internal/sysinfo=/root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d
2025-08-20T21:45:51.9004505Z [00:03:17.889]➜  packagefile runtime/trace=/root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d
2025-08-20T21:45:51.9005205Z [00:03:17.889]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build1255330412/b662/_pkg_.a
2025-08-20T21:45:51.9005775Z [00:03:17.889]➜  packagefile golang.org/x/text/internal=/tmp/go-build1255330412/b541/_pkg_.a
2025-08-20T21:45:51.9006369Z [00:03:17.889]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1255330412/b543/_pkg_.a
2025-08-20T21:45:51.9007029Z [00:03:17.889]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1255330412/b545/_pkg_.a
2025-08-20T21:45:51.9007639Z [00:03:17.889]➜  packagefile golang.org/x/text/runes=/tmp/go-build1255330412/b679/_pkg_.a
2025-08-20T21:45:51.9008536Z [00:03:17.889]➜  packagefile golang.org/x/text/width=/tmp/go-build1255330412/b680/_pkg_.a
2025-08-20T21:45:51.9009085Z [00:03:17.889]➜  packagefile github.com/jackc/puddle/v2=/tmp/go-build1255330412/b684/_pkg_.a
2025-08-20T21:45:51.9009954Z [00:03:17.889]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/root/.cache/go-build/bd/bdc3a0b695e8c87c5f0938bec3e2e741118f6959b69bf4013af58be181404378-d
2025-08-20T21:45:51.9011072Z [00:03:17.889]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/root/.cache/go-build/5a/5ab94cc23fe2f5abe4515cd48162c96cfdf687646061f21b90e31167cf030f7a-d
2025-08-20T21:45:51.9012119Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/context=/root/.cache/go-build/cb/cbbb4e9b4412eb503e6c1b9c8dc3ad79242516bb71e5ba6be10953e64a9bd157-d
2025-08-20T21:45:51.9013226Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/root/.cache/go-build/2e/2e69055abf3a2a54e1a5478fda0bbbe99cbbc0a458649c5f71aa43dba422393c-d
2025-08-20T21:45:51.9014297Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/rand=/root/.cache/go-build/f5/f597ef597187a51ae3c6137637368cfd4ff1f1f478c84436e41a93d9d8b58e9b-d
2025-08-20T21:45:51.9015370Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/root/.cache/go-build/d4/d4692bc33ccf763d00e5d4a1b032ab4126e21df7e258719578a9fa208c91a7e2-d
2025-08-20T21:45:51.9016617Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/root/.cache/go-build/33/3338cfe05dbe77f29cf5a5d9de00eadd48919d3474a3b51a11e9bc088dc71522-d
2025-08-20T21:45:51.9017920Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/root/.cache/go-build/49/4990878114ff38abae7a9d8ce7ff308df464255003deaae27dbf0e8613b96439-d
2025-08-20T21:45:51.9019063Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/root/.cache/go-build/ff/ff96363289cb50d48dec6c106c1345c9a030a34b910d0d32273d01849a31e249-d
2025-08-20T21:45:51.9020239Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/root/.cache/go-build/e8/e8d7c906597ff32f535fa06ac880b1ca565deab92e3f453abc9e2dc60dfd7765-d
2025-08-20T21:45:51.9021423Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/root/.cache/go-build/99/9953124580050380552e37549c147af07ea09d12feb5f21d63eeff1c7af870f1-d
2025-08-20T21:45:51.9022713Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/root/.cache/go-build/1c/1c6fe0c64468d2f03797617071fcb1270eaa30ef539b79cd35dfc3df948e32c8-d
2025-08-20T21:45:51.9024013Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/root/.cache/go-build/83/839b0a67017cac1c5f5fcca1880e812e9e5823257813e819bf0783b7767ae733-d
2025-08-20T21:45:51.9025267Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/root/.cache/go-build/b7/b7b79b8a996297ae623809f24a0dc06a510e8238c56f13083caa2cf4f079ba40-d
2025-08-20T21:45:51.9026453Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/root/.cache/go-build/ff/ff2d8863f8db703622d0b4e85e82a58b85e65529c7fcbca5dcf0e7c8688f80fe-d
2025-08-20T21:45:51.9027587Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/encoding/json=/root/.cache/go-build/4e/4e96dcfcb7a68b66e6172bd4d69c353d6de765424bbe1dc7eec3e3a52fb52853-d
2025-08-20T21:45:51.9028972Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/root/.cache/go-build/9e/9ea81b89a3aacea5d2e30aaac460b414ec2504693d4a300de0e7f6936d58bf43-d
2025-08-20T21:45:51.9030147Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/root/.cache/go-build/18/188ed8c2a677994d5af995f688c7c16f5881413b0a973464125fe3c14833923c-d
2025-08-20T21:45:51.9031358Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/root/.cache/go-build/a3/a3ae78f008938defb8ab4b3e682bee9972d4045b5f50b216a6b9c5049446cae7-d
2025-08-20T21:45:51.9032580Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/root/.cache/go-build/b0/b03c9ef6e624bccfedf5de389caabc96abbb87aaafee17acb9c4e186dbca4b49-d
2025-08-20T21:45:51.9034181Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/root/.cache/go-build/12/12626a4a37442f1ac6125782580763b20a66b728d8c4d0ca2780e917cb0eb54e-d
2025-08-20T21:45:51.9035315Z [00:03:17.889]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/root/.cache/go-build/6d/6da85ee745cbb3b507b9b0bf231625dbebf1a32c1a75f68725da434db2c548c7-d
2025-08-20T21:45:51.9036383Z [00:03:17.889]➜  packagefile github.com/aws/smithy-go/encoding=/root/.cache/go-build/a5/a599f46457e55e5642e10f53f834de5c32b91068e80e56c4c86ce1b7f66efa93-d
2025-08-20T21:45:51.9037219Z [00:03:17.889]➜  packagefile github.com/vmihailenco/tagparser/v2/internal=/tmp/go-build1255330412/b341/_pkg_.a
2025-08-20T21:45:51.9038109Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build1255330412/b436/_pkg_.a
2025-08-20T21:45:51.9039021Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build1255330412/b440/_pkg_.a
2025-08-20T21:45:51.9039819Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build1255330412/b441/_pkg_.a
2025-08-20T21:45:51.9040586Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1255330412/b437/_pkg_.a
2025-08-20T21:45:51.9041326Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1255330412/b439/_pkg_.a
2025-08-20T21:45:51.9042012Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build1255330412/b450/_pkg_.a
2025-08-20T21:45:51.9042723Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1255330412/b456/_pkg_.a
2025-08-20T21:45:51.9043471Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1255330412/b452/_pkg_.a
2025-08-20T21:45:51.9044232Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1255330412/b467/_pkg_.a
2025-08-20T21:45:51.9044947Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1255330412/b466/_pkg_.a
2025-08-20T21:45:51.9045599Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build1255330412/b470/_pkg_.a
2025-08-20T21:45:51.9046334Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1255330412/b475/_pkg_.a
2025-08-20T21:45:51.9047058Z [00:03:17.889]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1255330412/b473/_pkg_.a
2025-08-20T21:45:51.9047967Z [00:03:17.889]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1255330412/b477/_pkg_.a
2025-08-20T21:45:51.9048757Z [00:03:17.889]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build1255330412/b488/_pkg_.a
2025-08-20T21:45:51.9049485Z [00:03:17.889]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build1255330412/b484/_pkg_.a
2025-08-20T21:45:51.9050248Z [00:03:17.889]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build1255330412/b486/_pkg_.a
2025-08-20T21:45:51.9050962Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build1255330412/b493/_pkg_.a
2025-08-20T21:45:51.9051668Z [00:03:17.889]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1255330412/b494/_pkg_.a
2025-08-20T21:45:51.9052284Z [00:03:17.889]➜  packagefile go.opencensus.io/trace=/tmp/go-build1255330412/b497/_pkg_.a
2025-08-20T21:45:51.9052855Z [00:03:17.889]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1255330412/b504/_pkg_.a
2025-08-20T21:45:51.9053511Z [00:03:17.889]➜  packagefile go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build1255330412/b496/_pkg_.a
2025-08-20T21:45:51.9054116Z [00:03:17.889]➜  packagefile go.opencensus.io/stats=/tmp/go-build1255330412/b505/_pkg_.a
2025-08-20T21:45:51.9054932Z [00:03:17.889]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build1255330412/b511/_pkg_.a
2025-08-20T21:45:51.9055471Z [00:03:17.889]➜  packagefile go.opencensus.io/tag=/tmp/go-build1255330412/b509/_pkg_.a
2025-08-20T21:45:51.9056018Z [00:03:17.889]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build1255330412/b515/_pkg_.a
2025-08-20T21:45:51.9056811Z [00:03:17.889]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build1255330412/b516/_pkg_.a
2025-08-20T21:45:51.9058050Z [00:03:17.889]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build1255330412/b517/_pkg_.a
2025-08-20T21:45:51.9058920Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1255330412/b518/_pkg_.a
2025-08-20T21:45:51.9059679Z [00:03:17.889]➜  packagefile log/slog=/root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d
2025-08-20T21:45:51.9060392Z [00:03:17.889]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1255330412/b384/_pkg_.a
2025-08-20T21:45:51.9060973Z [00:03:17.889]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build1255330412/b379/_pkg_.a
2025-08-20T21:45:51.9061620Z [00:03:17.889]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build1255330412/b579/_pkg_.a
2025-08-20T21:45:51.9062251Z [00:03:17.889]➜  packagefile github.com/moby/sys/userns=/tmp/go-build1255330412/b595/_pkg_.a
2025-08-20T21:45:51.9062801Z [00:03:17.889]➜  packagefile github.com/moby/sys/user=/tmp/go-build1255330412/b597/_pkg_.a
2025-08-20T21:45:51.9063359Z [00:03:17.889]➜  packagefile github.com/klauspost/compress=/tmp/go-build1255330412/b602/_pkg_.a
2025-08-20T21:45:51.9063963Z [00:03:17.889]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build1255330412/b603/_pkg_.a
2025-08-20T21:45:51.9064611Z [00:03:17.889]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1255330412/b605/_pkg_.a
2025-08-20T21:45:51.9065313Z [00:03:17.889]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build1255330412/b606/_pkg_.a
2025-08-20T21:45:51.9066037Z [00:03:17.889]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build1255330412/b607/_pkg_.a
2025-08-20T21:45:51.9066629Z [00:03:17.889]➜  packagefile text/scanner=/tmp/go-build1255330412/b609/_pkg_.a
2025-08-20T21:45:51.9067564Z [00:03:17.889]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/root/.cache/go-build/13/13e0dee09dfedacacf77625ae8f9dca6627e321f37815d223cbf311b09112df1-d
2025-08-20T21:45:51.9068984Z [00:03:17.889]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/root/.cache/go-build/df/dfde370b2f91bd6212f5629e8738c796864be64845a70a83dc2d9718c5fe67a3-d
2025-08-20T21:45:51.9070118Z [00:03:17.889]➜  packagefile github.com/shirou/gopsutil/v3/mem=/root/.cache/go-build/dc/dc444760bc3a66ba6d79752e33a759ef69db798b09553ee56933b21e639e29a3-d
2025-08-20T21:45:51.9071134Z [00:03:17.889]➜  packagefile github.com/shirou/gopsutil/v3/net=/root/.cache/go-build/41/41f759e2c70c1b1f8d0fa1d144b934a54c790e740dd09198697725f6f9ca970b-d
2025-08-20T21:45:51.9072203Z [00:03:17.889]➜  packagefile github.com/tklauser/go-sysconf=/root/.cache/go-build/1a/1ab7149e51a092a156423582d4e0aafa0261fcb9f929f8c78027d3e63acfeb44-d
2025-08-20T21:45:51.9073199Z [00:03:17.890]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/7a/7a781fa9408bca2f6fa93f89fe2a1eecd93ff309c50ed4cdc26d8b0bd4c5dfe6-d
2025-08-20T21:45:51.9073976Z [00:03:17.890]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1255330412/b544/_pkg_.a
2025-08-20T21:45:51.9074620Z [00:03:17.890]➜  packagefile github.com/jackc/puddle/v2/internal/genstack=/tmp/go-build1255330412/b685/_pkg_.a
2025-08-20T21:45:51.9075240Z [00:03:17.890]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build1255330412/b686/_pkg_.a
2025-08-20T21:45:51.9076174Z [00:03:17.890]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/root/.cache/go-build/f5/f583149612bb0e4fb1f981d1dc3a744a999add1f02f123be735ad273ebcaca73-d
2025-08-20T21:45:51.9077644Z [00:03:17.890]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/root/.cache/go-build/c7/c77b9ebd1717d5e53ddf28d57edba8c37f21fd86a95a1e2e97a370892635b1f1-d
2025-08-20T21:45:51.9079055Z [00:03:17.890]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/root/.cache/go-build/4f/4f32bff54d02067c742689024df371fc231e19d5cfd3452136b733c311bf59c0-d
2025-08-20T21:45:51.9080219Z [00:03:17.890]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/root/.cache/go-build/a9/a92178af121c96566a000c7502ae3fe6b7a2876860f6c96405beb1ddefe57a6b-d
2025-08-20T21:45:51.9081335Z [00:03:17.890]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/root/.cache/go-build/d9/d96710735da4536115cd40b39868a502c0e4f357e41b57c753e7f2ec50fe5a38-d
2025-08-20T21:45:51.9082257Z [00:03:17.890]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1255330412/b438/_pkg_.a
2025-08-20T21:45:51.9082990Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build1255330412/b451/_pkg_.a
2025-08-20T21:45:51.9083691Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1255330412/b454/_pkg_.a
2025-08-20T21:45:51.9084375Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build1255330412/b455/_pkg_.a
2025-08-20T21:45:51.9085101Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1255330412/b468/_pkg_.a
2025-08-20T21:45:51.9085894Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build1255330412/b469/_pkg_.a
2025-08-20T21:45:51.9086659Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build1255330412/b471/_pkg_.a
2025-08-20T21:45:51.9087446Z [00:03:17.890]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1255330412/b478/_pkg_.a
2025-08-20T21:45:51.9088334Z [00:03:17.890]➜  packagefile net/rpc=/tmp/go-build1255330412/b479/_pkg_.a
2025-08-20T21:45:51.9088919Z [00:03:17.890]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build1255330412/b485/_pkg_.a
2025-08-20T21:45:51.9089569Z [00:03:17.890]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1255330412/b498/_pkg_.a
2025-08-20T21:45:51.9090296Z [00:03:17.890]➜  packagefile go.opencensus.io/internal=/tmp/go-build1255330412/b499/_pkg_.a
2025-08-20T21:45:51.9091046Z [00:03:17.890]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build1255330412/b501/_pkg_.a
2025-08-20T21:45:51.9091705Z [00:03:17.890]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build1255330412/b502/_pkg_.a
2025-08-20T21:45:51.9092310Z [00:03:17.890]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1255330412/b506/_pkg_.a
2025-08-20T21:45:51.9092904Z [00:03:17.890]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1255330412/b508/_pkg_.a
2025-08-20T21:45:51.9093527Z [00:03:17.890]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build1255330412/b512/_pkg_.a
2025-08-20T21:45:51.9094159Z [00:03:17.890]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build1255330412/b513/_pkg_.a
2025-08-20T21:45:51.9094746Z [00:03:17.890]➜  packagefile go.opencensus.io/resource=/tmp/go-build1255330412/b507/_pkg_.a
2025-08-20T21:45:51.9095484Z [00:03:17.890]➜  packagefile runtime/pprof=/root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d
2025-08-20T21:45:51.9096388Z [00:03:17.890]➜  packagefile log/slog/internal=/root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d
2025-08-20T21:45:51.9097325Z [00:03:17.890]➜  packagefile log/slog/internal/buffer=/root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d
2025-08-20T21:45:51.9098381Z [00:03:17.890]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build1255330412/b385/_pkg_.a
2025-08-20T21:45:51.9099259Z [00:03:17.890]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build1255330412/b580/_pkg_.a
2025-08-20T21:45:51.9099861Z [00:03:17.890]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build1255330412/b604/_pkg_.a
2025-08-20T21:45:51.9100708Z [00:03:17.890]➜  packagefile github.com/shirou/gopsutil/v3/common=/root/.cache/go-build/8f/8f6a5c3589228998c89e46c5d22ce9215100cd341ff1e99afabc70d9a6be7dea-d
2025-08-20T21:45:51.9101718Z [00:03:17.890]➜  packagefile github.com/tklauser/numcpus=/root/.cache/go-build/2c/2c276a29b6f7f73d3d40349b1b533bc649d143c43337c04cf4500f385955c844-d
2025-08-20T21:45:51.9102585Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build1255330412/b453/_pkg_.a
2025-08-20T21:45:51.9103369Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build1255330412/b457/_pkg_.a
2025-08-20T21:45:51.9104129Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build1255330412/b472/_pkg_.a
2025-08-20T21:45:51.9104856Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build1255330412/b474/_pkg_.a
2025-08-20T21:45:51.9105446Z [00:03:17.890]➜  packagefile go.opencensus.io=/tmp/go-build1255330412/b500/_pkg_.a
2025-08-20T21:45:51.9106115Z [00:03:17.890]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build1255330412/b458/_pkg_.a
2025-08-20T21:45:51.9107011Z [00:03:17.890]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/f4/f478a574f8117b60ce5244dcb4c2328110acde2584082c1aa3e28043fbcc9d1f-d
2025-08-20T21:45:51.9108258Z [00:03:17.890]➜  packagefile golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/46/467d76bb400d925c20c5719ff26e5f918a989fc1dd7990e7fb9e4cdf584ffc2a-d
2025-08-20T21:45:51.9164964Z [00:03:17.890]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/netbirdio/netbird/management\nmod\tgithub.com/netbirdio/netbird\tv0.55.2-0.20250820170419-0d2845ea310b\t\ndep\tcloud.google.com/go/auth\tv0.3.0\th1:PRyzEpGfx/Z9e8+lHsbkoUVXD0gnu4MNmm7Gp8TQNIs=\ndep\tcloud.google.com/go/auth/oauth2adapt\tv0.2.2\th1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4=\ndep\tcloud.google.com/go/compute/metadata\tv0.3.0\th1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=\ndep\tdario.cat/mergo\tv1.0.0\th1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgithub.com/BurntSushi/toml\tv1.4.0\th1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=\ndep\tgithub.com/TheJumpCloud/jcapi-go\tv3.0.0+incompatible\th1:hqcTK6ZISdip65SR792lwYJTa/axESA0889D3UlZbLo=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.3\th1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.14\th1:f+eEi/2cKCg9pqKBoAIwRGzVb70MRKqWX4dg1BDcSJM=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.67\th1:9KxtdcIA/5xPNQyZRgUSpYOE6j9Bc4+D7nZua0KGYOM=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.30\th1:x793wxmUWVDhshP8WW2mlnXuFrO4cOd3HLBroh1paFw=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.34\th1:ZK5jHhnrioRkUNOc+hOgQKlUL5JeC3S6JgLxtQ+Rm0Q=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.34\th1:SZwFm17ZUNNg5Np0ioo/gq8Mn6u9w19Mri8DnJ15Jf0=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.3\th1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.3\th1:eAh2A4b5IzM/lum78bZ590jy36+d/aFLgKF/4Vd1xPE=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.15\th1:dM9/92u2F1JbDaGooxTq18wmmFzbJRfXfVfy96/1CXM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/route53\tv1.42.3\th1:MmLCRqP4U4Cw9gJ4bNrCG0mWqEtBlmAVleyelcHARMU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.25.3\th1:1Gw+9ajCV1jogloEv1RRnvfRFia2cL6c9cuKV2Ps+G8=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.30.1\th1:hXmVKytPfTy5axZ+fYbR5d0cFmC3JvwLm5kM83luako=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.33.19\th1:1XuUZ8mYJw9B6lzAkXhqHlJd/XvaX32evhproijJEZY=\ndep\tgithub.com/aws/smithy-go\tv1.22.2\th1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/c-robinson/iplib\tv1.0.3\th1:NG0UF0GoEsrC1/vyfX1Lx2Ss7CySWl3KqqXh3q4DdPU=\ndep\tgithub.com/caddyserver/certmagic\tv0.21.3\th1:pqRRry3yuB4CWBVq9+cUqu+Y6E2z8TswbhNx1AZeYm0=\ndep\tgithub.com/caddyserver/zerossl\tv0.1.3\th1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=\ndep\tgithub.com/cenkalti/backoff/v4\tv4.3.0\th1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/containerd/containerd\tv1.7.27\th1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII=\ndep\tgithub.com/containerd/log\tv0.1.0\th1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=\ndep\tgithub.com/containerd/platforms\tv0.2.1\th1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=\ndep\tgithub.com/cpuguy83/dockercfg\tv0.3.2\th1:DlJTyZGBDlXqUZ2Dk2Q3xHs/FtnooJJVaad2S9GKorA=\ndep\tgithub.com/dgryski/go-rendezvous\tv0.0.0-20200823014737-9f7001d12a5f\th1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=\ndep\tgithub.com/distribution/reference\tv0.6.0\th1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=\ndep\tgithub.com/docker/docker\tv26.1.5+incompatible\th1:NEAxTwEjxV6VbBMBoGG3zPqbiJosIApZjxlbrG9q3/g=\ndep\tgithub.com/docker/go-connections\tv0.5.0\th1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=\ndep\tgithub.com/docker/go-units\tv0.5.0\th1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=\ndep\tgithub.com/eko/gocache/lib/v4\tv4.2.0\th1:MNykyi5Xw+5Wu3+PUrvtOCaKSZM1nUSVftbzmeC7Yuw=\ndep\tgithub.com/eko/gocache/store/go_cache/v4\tv4.2.2\th1:tAI9nl6TLoJyKG1ujF0CS0n/IgTEMl+NivxtR5R3/hw=\ndep\tgithub.com/eko/gocache/store/redis/v4\tv4.2.2\th1:Thw31fzGuH3WzJywsdbMivOmP550D6JS7GDHhvCJPA0=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/go-logr/logr\tv1.4.2\th1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/go-sql-driver/mysql\tv1.8.1\th1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=\ndep\tgithub.com/gogo/protobuf\tv1.3.2\th1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=\ndep\tgithub.com/golang-jwt/jwt\tv3.2.2+incompatible\th1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20210331224755-41bb18bfe9da\th1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=\ndep\tgithub.com/golang/mock\tv1.6.0\th1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=\ndep\tgithub.com/golang/protobuf\tv1.5.4\th1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=\ndep\tgithub.com/google/s2a-go\tv0.1.7\th1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/googleapis/enterprise-certificate-proxy\tv0.3.2\th1:Vie5ybvEvT75RniqhfFxPRy3Bf7vr3h0cechB90XaQs=\ndep\tgithub.com/googleapis/gax-go/v2\tv2.12.3\th1:5/zPPDvw8Q1SuXjrqrZslrqT7dL/uJT2CQii/cLCKqA=\ndep\tgithub.com/gorilla/mux\tv1.8.0\th1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=\ndep\tgithub.com/grpc-ecosystem/go-grpc-middleware/v2\tv2.0.2-0.20240212192251-757544f21357\th1:Fkzd8ktnpOR9h47SXHe2AYPwelXLH2GjGsjlAloiWfo=\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-secure-stdlib/base62\tv0.1.2\th1:ET4pqyjiGmY09R5y+rSd70J2w45CtbWDNvGqWp/R3Ng=\ndep\tgithub.com/hashicorp/go-uuid\tv1.0.3\th1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=\ndep\tgithub.com/hashicorp/go-version\tv1.6.0\th1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=\ndep\tgithub.com/jackc/pgpassfile\tv1.0.0\th1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=\ndep\tgithub.com/jackc/pgservicefile\tv0.0.0-20221227161230-091c0ba34f0a\th1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=\ndep\tgithub.com/jackc/pgx/v5\tv5.5.5\th1:amBjrZVmksIdNjxGW/IiIMzxMKZFelXbUoPNb+8sjQw=\ndep\tgithub.com/jackc/puddle/v2\tv2.2.1\th1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk=\ndep\tgithub.com/jinzhu/inflection\tv1.0.0\th1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=\ndep\tgithub.com/jinzhu/now\tv1.1.5\th1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/kelseyhightower/envconfig\tv1.4.0\th1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/klauspost/cpuid/v2\tv2.2.7\th1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=\ndep\tgithub.com/libdns/libdns\tv0.2.2\th1:O6ws7bAfRPaBsgAYt8MDe2HcNBGC29hkZ9MX2eUSX3s=\ndep\tgithub.com/libdns/route53\tv1.5.0\th1:2SKdpPFl/qgWsXQvsLNJJAoX7rSxlk7zgoL4jnWdXVA=\ndep\tgithub.com/magiconair/properties\tv1.8.7\th1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=\ndep\tgithub.com/mattn/go-sqlite3\tv1.14.22\th1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=\ndep\tgithub.com/mholt/acmez/v2\tv2.0.1\th1:3/3N0u1pLjMK4sNEAFSI+bcvzbPhRpY383sy1kLHJ6k=\ndep\tgithub.com/miekg/dns\tv1.1.59\th1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs=\ndep\tgithub.com/moby/docker-image-spec\tv1.3.1\th1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=\ndep\tgithub.com/moby/patternmatcher\tv0.6.0\th1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=\ndep\tgithub.com/moby/sys/sequential\tv0.5.0\th1:OPvI35Lzn9K04PBbCLW0g4LcFAJgHsvXsRyewg5lXtc=\ndep\tgithub.com/moby/sys/user\tv0.3.0\th1:9ni5DlcW5an3SvRSx4MouotOygvzaXbaSrc/wGDFWPo=\ndep\tgithub.com/moby/sys/userns\tv0.1.0\th1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g=\ndep\tgithub.com/moby/term\tv0.5.0\th1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=\ndep\tgithub.com/morikuni/aec\tv1.0.0\th1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/netbirdio/management-integrations/integrations\tv0.0.0-20250820151658-9ee1b34f4190\th1:/ZbExdcDwRq6XgTpTf5I1DPqnC3eInEf0fcmkqR8eSg=\ndep\tgithub.com/okta/okta-sdk-golang/v2\tv2.18.0\th1:cfDasMb7CShbZvOrF6n+DnLevWwiHgedWMGJ8M8xKDc=\ndep\tgithub.com/opencontainers/go-digest\tv1.0.0\th1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=\ndep\tgithub.com/opencontainers/image-spec\tv1.1.0\th1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=\ndep\tgithub.com/oschwald/maxminddb-golang\tv1.12.0\th1:9FnTOD0YOhP7DGxGsq4glzpGy5+w7pq50AS6wALUMYs=\ndep\tgithub.com/patrickmn/go-cache\tv2.1.0+incompatible\th1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/prometheus/client_golang\tv1.22.0\th1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=\ndep\tgithub.com/prometheus/client_model\tv0.6.1\th1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=\ndep\tgithub.com/prometheus/common\tv0.62.0\th1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=\ndep\tgithub.com/prometheus/procfs\tv0.15.1\th1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=\ndep\tgithub.com/redis/go-redis/v9\tv9.7.3\th1:YpPyAayJV+XErNsatSElgRZZVCwXX9QzkKYNvO7x0wM=\ndep\tgithub.com/rs/cors\tv1.8.0\th1:P2KMzcFwrPoSjkF1WLRPsp3UMLyql8L4v9hQpVeK5so=\ndep\tgithub.com/rs/xid\tv1.3.0\th1:6NjYksEUlhurdVehpc7S7dk6DAmcKv8V9gG0FsVN2U4=\ndep\tgithub.com/shirou/gopsutil/v3\tv3.24.4\th1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/spf13/cobra\tv1.7.0\th1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=\ndep\tgithub.com/spf13/pflag\tv1.0.5\th1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=\ndep\tgithub.com/testcontainers/testcontainers-go\tv0.31.0\th1:W0VwIhcEVhRflwL9as3dhY6jXjVCA27AkmbnZ+UTh3U=\ndep\tgithub.com/testcontainers/testcontainers-go/modules/mysql\tv0.31.0\th1:790+S8ewZYCbG+o8IiFlZ8ZZ33XbNO6zV9qhU6xhlRk=\ndep\tgithub.com/testcontainers/testcontainers-go/modules/postgres\tv0.31.0\th1:isAwFS3KNKRbJMbWv+wolWqOFUECmjYZ+sIRZCIBc/E=\ndep\tgithub.com/testcontainers/testcontainers-go/modules/redis\tv0.31.0\th1:5X6GhOdLwV86zcW8sxppJAMtsDC9u+r9tb3biBc9GKs=\ndep\tgithub.com/tklauser/go-sysconf\tv0.3.14\th1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU=\ndep\tgithub.com/tklauser/numcpus\tv0.8.0\th1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY=\ndep\tgithub.com/vmihailenco/msgpack/v5\tv5.4.1\th1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8=\ndep\tgithub.com/vmihailenco/tagparser/v2\tv2.0.0\th1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=\ndep\tgithub.com/zeebo/blake3\tv0.2.3\th1:TFoLXsjeXqRNFxSbk35Dk4YtszE/MQQGK10BH4ptoTg=\ndep\tgo.opencensus.io\tv0.24.0\th1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=\ndep\tgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\tv0.51.0\th1:Xs2Ncz0gNihqu9iosIZ5SkBbWo5T8JhhLJFMQL1qmLI=\ndep\tgo.opentelemetry.io/otel\tv1.26.0\th1:LQwgL5s/1W7YiiRwxf03QGnWLb2HW4pLiAhaA5cZXBs=\ndep\tgo.opentelemetry.io/otel/exporters/prometheus\tv0.48.0\th1:sBQe3VNGUjY9IKWQC6z2lNqa5iGbDSxhs60ABwK4y0s=\ndep\tgo.opentelemetry.io/otel/metric\tv1.26.0\th1:7S39CLuY5Jgg9CrnA9HHiEjGMF/X2VHvoXGgSllRz30=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.26.0\th1:Y7bumHf5tAiDlRYFmGqetNcLaVUZmh4iYfmGxtmz7F8=\ndep\tgo.opentelemetry.io/otel/sdk/metric\tv1.26.0\th1:cWSks5tfriHPdWFnl+qpX3P681aAYqlZHcAyHw5aU9Y=\ndep\tgo.opentelemetry.io/otel/trace\tv1.26.0\th1:1ieeAUb4y0TE26jUFrCIXKpTuVK7uJGN9/Z/2LP5sQA=\ndep\tgo.uber.org/mock\tv0.4.0\th1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=\ndep\tgo.uber.org/multierr\tv1.11.0\th1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=\ndep\tgo.uber.org/zap\tv1.27.0\th1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=\ndep\tgoauthentik.io/api/v3\tv3.2023051.3\th1:NebAhD/TeTWNo/9X3/Uj+rM5fG1HaiLOlKTNLQv9Qq4=\ndep\tgolang.org/x/crypto\tv0.37.0\th1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=\ndep\tgolang.org/x/exp\tv0.0.0-20240506185415-9bf2ced13842\th1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=\ndep\tgolang.org/x/net\tv0.39.0\th1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=\ndep\tgolang.org/x/oauth2\tv0.27.0\th1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=\ndep\tgolang.org/x/sync\tv0.13.0\th1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=\ndep\tgolang.org/x/sys\tv0.32.0\th1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=\ndep\tgolang.org/x/text\tv0.24.0\th1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=\ndep\tgolang.zx2c4.com/wireguard/wgctrl\tv0.0.0-20230429144221-925a1e7659e6\th1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE=\ndep\tgoogle.golang.org/api\tv0.177.0\th1:8a0p/BbPa65GlqGWtUKxot4p0TV8OGOfyTjtmkXNXmk=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20240903143218-8af14fe29dc1\th1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=\ndep\tgoogle.golang.org/grpc\tv1.64.1\th1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA=\ndep\tgoogle.golang.org/protobuf\tv1.36.6\th1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=\ndep\tgopkg.in/natefinch/lumberjack.v2\tv2.0.0\th1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=\ndep\tgopkg.in/square/go-jose.v2\tv2.6.0\th1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tgorm.io/driver/mysql\tv1.5.7\th1:MndhOPYOfEp2rHKgkZIhJ16eVUIRf2HmzgoPmh7FCWo=\ndep\tgorm.io/driver/postgres\tv1.5.7\th1:8ptbNJTDbEmhdr62uReG5BGkdQyeasu/FZHxI0IMGnM=\ndep\tgorm.io/driver/sqlite\tv1.5.7\th1:8NvsrhP0ifM7LX9G4zPB97NwovUakUxc+2V2uuf3Z1I=\ndep\tgorm.io/gorm\tv1.25.12\th1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8\nbuild\tvcs.time=2025-08-20T17:04:19Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:45:51.9212295Z [00:03:17.890]➜  EOF
2025-08-20T21:45:51.9212544Z [00:03:17.890]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:45:51.9213020Z [00:03:17.890]➜  cd .
2025-08-20T21:45:51.9215239Z [00:03:17.890]➜  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,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=tzt4KBSJClQRCMD4smrl/mYJqFj7mEIXYwAKp-WBy/djqDgWA_CX9TNQ-EAKh1/tzt4KBSJClQRCMD4smrl -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:46:04.1741249Z [00:03:30.227]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:46:04.2148848Z [00:03:30.268]➜  mkdir -p /build-bins/
2025-08-20T21:46:04.2149300Z [00:03:30.268]➜  cp $WORK/b001/exe/a.out /build-bins/netbird-mgmt
2025-08-20T21:46:04.2419067Z [00:03:30.295]➜  rm -rf $WORK/b001/
2025-08-20T21:46:04.3181663Z [00:03:30.371]➜  + go build -C relay -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/netbird-relay
2025-08-20T21:46:04.3206458Z [00:03:30.373]➜  WORK=/tmp/go-build727266811
2025-08-20T21:46:04.3704290Z [00:03:30.423]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:46:04.3704919Z [00:03:30.423]➜  git status --porcelain
2025-08-20T21:46:04.3760120Z [00:03:30.429]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:46:04.3760549Z [00:03:30.429]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:46:04.3773935Z [00:03:30.430]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:46:04.3783515Z [00:03:30.431]➜  0.001s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:46:04.3784423Z [00:03:30.431]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:46:04.3804734Z [00:03:30.433]➜  0.002s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:46:04.3805788Z [00:03:30.433]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:46:04.4010766Z [00:03:30.454]➜  0.020s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:46:04.4011907Z [00:03:30.454]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:46:04.4033480Z [00:03:30.456]➜  0.002s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:46:04.4034400Z [00:03:30.456]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:46:04.4047843Z [00:03:30.458]➜  0.001s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:46:04.4153623Z [00:03:30.468]➜  github.com/netbirdio/netbird/relay/protocol
2025-08-20T21:46:04.4154075Z [00:03:30.468]➜  mkdir -p $WORK/b365/
2025-08-20T21:46:04.4154474Z [00:03:30.468]➜  echo '# import config' > $WORK/b365/importcfg # internal
2025-08-20T21:46:04.4154862Z [00:03:30.468]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/relay
2025-08-20T21:46:04.4156658Z [00:03:30.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/protocol=>github.com/netbirdio/netbird/relay/protocol;$WORK/b365=>" -p github.com/netbirdio/netbird/relay/protocol -lang=go1.23 -complete -installsuffix shared -buildid tu9wUsaco9xHLocTphqy/tu9wUsaco9xHLocTphqy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack ./protocol/protocol.go
2025-08-20T21:46:04.4279154Z [00:03:30.481]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:46:04.4288077Z [00:03:30.481]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/e6/e6331ddf900e241ac9fb10d9c034712e5b352d9e7c6a2600f4bf8c561dc7b4ef-d # internal
2025-08-20T21:46:04.4518446Z [00:03:30.504]➜  github.com/netbirdio/netbird/relay/server/listener/ws
2025-08-20T21:46:04.4526822Z [00:03:30.504]➜  mkdir -p $WORK/b385/
2025-08-20T21:46:04.4527357Z [00:03:30.504]➜  cat >/tmp/go-build727266811/b385/importcfg << 'EOF' # internal
2025-08-20T21:46:04.4527852Z [00:03:30.504]➜  # import config
2025-08-20T21:46:04.4528505Z [00:03:30.504]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.4529358Z [00:03:30.504]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:04.4530203Z [00:03:30.504]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:04.4531056Z [00:03:30.504]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.4531972Z [00:03:30.504]➜  packagefile github.com/coder/websocket=/root/.cache/go-build/5c/5c25abff0e4dc292414a2072a7dde5f079f03af02a288d81c71d031fbf071307-d
2025-08-20T21:46:04.4532798Z [00:03:30.504]➜  packagefile github.com/netbirdio/netbird/relay/protocol=/tmp/go-build727266811/b365/_pkg_.a
2025-08-20T21:46:04.4533722Z [00:03:30.504]➜  packagefile github.com/netbirdio/netbird/shared/relay=/root/.cache/go-build/a4/a4d0ec5f07a60f2b3ed0d799d44aa48789250d50132a82443d9552b1b68ffb2c-d
2025-08-20T21:46:04.4534750Z [00:03:30.504]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:04.4535637Z [00:03:30.504]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:04.4536469Z [00:03:30.504]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:04.4537287Z [00:03:30.504]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:04.4538536Z [00:03:30.504]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:04.4539103Z [00:03:30.504]➜  EOF
2025-08-20T21:46:04.4541235Z [00:03:30.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/ws=>github.com/netbirdio/netbird/relay/server/listener/ws;$WORK/b385=>" -p github.com/netbirdio/netbird/relay/server/listener/ws -lang=go1.23 -complete -installsuffix shared -buildid O4khwPnQYgS3YhXCrGfG/O4khwPnQYgS3YhXCrGfG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack ./server/listener/ws/conn.go ./server/listener/ws/listener.go
2025-08-20T21:46:04.4543126Z [00:03:30.504]➜  github.com/netbirdio/netbird/relay/metrics
2025-08-20T21:46:04.4543442Z [00:03:30.504]➜  mkdir -p $WORK/b391/
2025-08-20T21:46:04.4543783Z [00:03:30.504]➜  github.com/netbirdio/netbird/relay/server/listener
2025-08-20T21:46:04.4544111Z [00:03:30.504]➜  mkdir -p $WORK/b397/
2025-08-20T21:46:04.4544481Z [00:03:30.504]➜  cat >/tmp/go-build727266811/b391/importcfg << 'EOF' # internal
2025-08-20T21:46:04.4544822Z [00:03:30.504]➜  # import config
2025-08-20T21:46:04.4545391Z [00:03:30.504]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.4546299Z [00:03:30.504]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:04.4547328Z [00:03:30.504]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:04.4548630Z [00:03:30.504]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:04.4549433Z [00:03:30.504]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:04.4549915Z [00:03:30.504]➜  EOF
2025-08-20T21:46:04.4550247Z [00:03:30.505]➜  cat >/tmp/go-build727266811/b397/importcfg << 'EOF' # internal
2025-08-20T21:46:04.4550592Z [00:03:30.505]➜  # import config
2025-08-20T21:46:04.4551155Z [00:03:30.505]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.4551899Z [00:03:30.505]➜  packagefile github.com/netbirdio/netbird/relay/protocol=/tmp/go-build727266811/b365/_pkg_.a
2025-08-20T21:46:04.4552655Z [00:03:30.505]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:04.4553155Z [00:03:30.505]➜  EOF
2025-08-20T21:46:04.4554825Z [00:03:30.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/metrics=>github.com/netbirdio/netbird/relay/metrics;$WORK/b391=>" -p github.com/netbirdio/netbird/relay/metrics -lang=go1.23 -complete -installsuffix shared -buildid ZbZ1tCE6DcKUa6PDi0tN/ZbZ1tCE6DcKUa6PDi0tN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack ./metrics/realy.go
2025-08-20T21:46:04.4558432Z [00:03:30.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener=>github.com/netbirdio/netbird/relay/server/listener;$WORK/b397=>" -p github.com/netbirdio/netbird/relay/server/listener -lang=go1.23 -complete -installsuffix shared -buildid zmh1doh3c0EtKuOkIQ4c/zmh1doh3c0EtKuOkIQ4c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack ./server/listener/listener.go
2025-08-20T21:46:04.4692163Z [00:03:30.522]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:46:04.4700803Z [00:03:30.523]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/be/bea47049fa8cb5d018254c091588d5761355df6315335e2a4d102a30e2222116-d # internal
2025-08-20T21:46:04.4718734Z [00:03:30.523]➜  github.com/netbirdio/netbird/relay/server/store
2025-08-20T21:46:04.4719132Z [00:03:30.523]➜  mkdir -p $WORK/b398/
2025-08-20T21:46:04.4719795Z [00:03:30.523]➜  cat >/tmp/go-build727266811/b398/importcfg << 'EOF' # internal
2025-08-20T21:46:04.4720315Z [00:03:30.523]➜  # import config
2025-08-20T21:46:04.4720945Z [00:03:30.523]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.4721962Z [00:03:30.523]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages=/root/.cache/go-build/b0/b0d958828c252a01fc6462a27d30910e08f540288d07f94ae6387c13405caf94-d
2025-08-20T21:46:04.4722927Z [00:03:30.523]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:04.4723436Z [00:03:30.523]➜  EOF
2025-08-20T21:46:04.4725406Z [00:03:30.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store=>github.com/netbirdio/netbird/relay/server/store;$WORK/b398=>" -p github.com/netbirdio/netbird/relay/server/store -lang=go1.23 -complete -installsuffix shared -buildid j56qS6cxKaieUJmAtKVq/j56qS6cxKaieUJmAtKVq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack ./server/store/listener.go ./server/store/notifier.go ./server/store/store.go
2025-08-20T21:46:04.5038134Z [00:03:30.555]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:46:04.5047506Z [00:03:30.555]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:46:04.5048364Z [00:03:30.555]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/0c/0cf61f7fcf78f56ae49d4adc727b056571bcfa765bbd956d10e0b81c8ad90b40-d # internal
2025-08-20T21:46:04.5049723Z [00:03:30.556]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/e7/e720339b495e1d5e5d3aa775244957a34535d06000fb9057c63302fb7c744660-d # internal
2025-08-20T21:46:04.5050367Z [00:03:30.557]➜  github.com/netbirdio/netbird/shared/relay/messages/address
2025-08-20T21:46:04.5050730Z [00:03:30.557]➜  mkdir -p $WORK/b401/
2025-08-20T21:46:04.5051106Z [00:03:30.558]➜  cat >/tmp/go-build727266811/b401/importcfg << 'EOF' # internal
2025-08-20T21:46:04.5051449Z [00:03:30.558]➜  # import config
2025-08-20T21:46:04.5052019Z [00:03:30.558]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:46:04.5052867Z [00:03:30.558]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:46:04.5053705Z [00:03:30.558]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.5054207Z [00:03:30.558]➜  EOF
2025-08-20T21:46:04.5056298Z [00:03:30.558]➜  github.com/netbirdio/netbird/shared/relay/messages/auth
2025-08-20T21:46:04.5067200Z [00:03:30.558]➜  mkdir -p $WORK/b404/
2025-08-20T21:46:04.5070174Z [00:03:30.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/address=>github.com/netbirdio/netbird/shared/relay/messages/address;$WORK/b401=>" -p github.com/netbirdio/netbird/shared/relay/messages/address -lang=go1.23 -complete -installsuffix shared -buildid hT7l92K04lZB93mLSuKK/hT7l92K04lZB93mLSuKK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/address/address.go
2025-08-20T21:46:04.5074547Z [00:03:30.558]➜  cat >/tmp/go-build727266811/b404/importcfg << 'EOF' # internal
2025-08-20T21:46:04.5075002Z [00:03:30.558]➜  # import config
2025-08-20T21:46:04.5075575Z [00:03:30.558]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:46:04.5076456Z [00:03:30.558]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:46:04.5077296Z [00:03:30.558]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.5077938Z [00:03:30.558]➜  EOF
2025-08-20T21:46:04.5080366Z [00:03:30.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/auth=>github.com/netbirdio/netbird/shared/relay/messages/auth;$WORK/b404=>" -p github.com/netbirdio/netbird/shared/relay/messages/auth -lang=go1.23 -complete -installsuffix shared -buildid pgnNEvkfhB84xpQ3FpDS/pgnNEvkfhB84xpQ3FpDS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/auth/auth.go
2025-08-20T21:46:04.5237461Z [00:03:30.576]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:46:04.5238452Z [00:03:30.576]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/a1/a1b6f0eca3e5fffb5cd883e6e312b9d8fa9bedaeb978469dbe1f31aacec86937-d # internal
2025-08-20T21:46:04.5239100Z [00:03:30.576]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:46:04.5239773Z [00:03:30.576]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/19/1984565fbf376b2bb80f751987590071917fad438499182296fa913a5741942a-d # internal
2025-08-20T21:46:04.5240374Z [00:03:30.576]➜  github.com/netbirdio/netbird/shared/relay/auth
2025-08-20T21:46:04.5240697Z [00:03:30.576]➜  mkdir -p $WORK/b419/
2025-08-20T21:46:04.5241090Z [00:03:30.576]➜  cat >/tmp/go-build727266811/b419/importcfg << 'EOF' # internal
2025-08-20T21:46:04.5241431Z [00:03:30.576]➜  # import config
2025-08-20T21:46:04.5242192Z [00:03:30.576]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac=/root/.cache/go-build/14/14b3cd8883d9df0df2ff5cd83b6acbffa4abdc0eb64cb8ecaa7c97c537631525-d
2025-08-20T21:46:04.5243937Z [00:03:30.577]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac/v2=/root/.cache/go-build/cf/cf949de9e52b43c00acec4003f4eba83fa995766e34e9984be026314303d005e-d
2025-08-20T21:46:04.5244933Z [00:03:30.577]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:04.5245418Z [00:03:30.577]➜  EOF
2025-08-20T21:46:04.5245708Z [00:03:30.577]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:46:04.5252773Z [00:03:30.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth=>github.com/netbirdio/netbird/shared/relay/auth;$WORK/b419=>" -p github.com/netbirdio/netbird/shared/relay/auth -lang=go1.23 -complete -installsuffix shared -buildid U0aT1YtEt7y4pW0UMdvx/U0aT1YtEt7y4pW0UMdvx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/doc.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/validator.go
2025-08-20T21:46:04.5255158Z [00:03:30.578]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/62/62e8162b0c1bba5d02ef7b28d12979b67b49449fad4d68175c36adc99cfd4d57-d # internal
2025-08-20T21:46:04.5313328Z [00:03:30.584]➜  github.com/netbirdio/netbird/signal/metrics
2025-08-20T21:46:04.5317958Z [00:03:30.584]➜  mkdir -p $WORK/b422/
2025-08-20T21:46:04.5318402Z [00:03:30.584]➜  cat >/tmp/go-build727266811/b422/importcfg << 'EOF' # internal
2025-08-20T21:46:04.5318758Z [00:03:30.584]➜  # import config
2025-08-20T21:46:04.5319339Z [00:03:30.584]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.5320160Z [00:03:30.584]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.5321163Z [00:03:30.584]➜  packagefile github.com/prometheus/client_golang/prometheus=/root/.cache/go-build/79/79947943c1eedb0a08064f1251c2e8a8aec4bc2ba1f557055c0da3b1c16a8a87-d
2025-08-20T21:46:04.5322336Z [00:03:30.584]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/root/.cache/go-build/6f/6ff69f7dc2461e50161b3e6108c45e0b26837823841c80249e442ee77aa0c8e2-d
2025-08-20T21:46:04.5323395Z [00:03:30.584]➜  packagefile go.opentelemetry.io/otel=/root/.cache/go-build/c2/c26ca4f78635dff7cc7b657db30d593dd5397486be90cc822b8b2174a40bf115-d
2025-08-20T21:46:04.5324810Z [00:03:30.584]➜  packagefile go.opentelemetry.io/otel/exporters/prometheus=/root/.cache/go-build/1e/1e83c24e00a0bf59f1510bbf5b957be6ab44b8c76a9f4c622b237fa5afeead17-d
2025-08-20T21:46:04.5325962Z [00:03:30.584]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:04.5326958Z [00:03:30.584]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/root/.cache/go-build/16/167686d77882487183223bf456d9c83c44c3d04fb6eeed0c506278e4fe2148a7-d
2025-08-20T21:46:04.5328023Z [00:03:30.584]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:04.5328911Z [00:03:30.584]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:46:04.5329407Z [00:03:30.584]➜  EOF
2025-08-20T21:46:04.5331448Z [00:03:30.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics=>github.com/netbirdio/netbird/signal/metrics;$WORK/b422=>" -p github.com/netbirdio/netbird/signal/metrics -lang=go1.23 -complete -installsuffix shared -buildid ruPsTPKRzmGQiBEH48Jt/ruPsTPKRzmGQiBEH48Jt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics/app.go /tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics/metrics.go
2025-08-20T21:46:04.5362662Z [00:03:30.588]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:46:04.5364292Z [00:03:30.589]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/e1/e1b3486549b92307fdf48feaff6962838b39ea8952300324a47f7e0a2337f548-d # internal
2025-08-20T21:46:04.6001791Z [00:03:30.653]➜  github.com/netbirdio/netbird/relay/server/listener/quic
2025-08-20T21:46:04.6002266Z [00:03:30.653]➜  mkdir -p $WORK/b366/
2025-08-20T21:46:04.6003843Z [00:03:30.653]➜  cat >/tmp/go-build727266811/b366/importcfg << 'EOF' # internal
2025-08-20T21:46:04.6004286Z [00:03:30.653]➜  # import config
2025-08-20T21:46:04.6004875Z [00:03:30.653]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.6005726Z [00:03:30.653]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:04.6006569Z [00:03:30.653]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:04.6007391Z [00:03:30.653]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.6008409Z [00:03:30.653]➜  packagefile github.com/netbirdio/netbird/relay/protocol=/tmp/go-build727266811/b365/_pkg_.a
2025-08-20T21:46:04.6009263Z [00:03:30.653]➜  packagefile github.com/quic-go/quic-go=/root/.cache/go-build/3d/3d22dd082ef1c89c49f2174bea63e358dfcc0a60b3ce00807c7ad7ccbcd512e7-d
2025-08-20T21:46:04.6010241Z [00:03:30.653]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:04.6011142Z [00:03:30.653]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:04.6011946Z [00:03:30.653]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:04.6012740Z [00:03:30.653]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:04.6013235Z [00:03:30.653]➜  EOF
2025-08-20T21:46:04.6015763Z [00:03:30.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/quic=>github.com/netbirdio/netbird/relay/server/listener/quic;$WORK/b366=>" -p github.com/netbirdio/netbird/relay/server/listener/quic -lang=go1.23 -complete -installsuffix shared -buildid ThOw8FxRUc8MRjXF4wA9/ThOw8FxRUc8MRjXF4wA9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack ./server/listener/quic/conn.go ./server/listener/quic/listener.go
2025-08-20T21:46:04.6298415Z [00:03:30.682]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:46:04.6305404Z [00:03:30.683]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/ca/cab862781b1961b132d4f1580104d9f6c0a65780475cfd0e7aebcfeb60774bab-d # internal
2025-08-20T21:46:04.6307391Z [00:03:30.684]➜  github.com/netbirdio/netbird/relay/healthcheck
2025-08-20T21:46:04.6312230Z [00:03:30.684]➜  mkdir -p $WORK/b360/
2025-08-20T21:46:04.6312674Z [00:03:30.684]➜  cat >/tmp/go-build727266811/b360/importcfg << 'EOF' # internal
2025-08-20T21:46:04.6313026Z [00:03:30.684]➜  # import config
2025-08-20T21:46:04.6313599Z [00:03:30.684]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.6320059Z [00:03:30.684]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:04.6321874Z [00:03:30.684]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:46:04.6322752Z [00:03:30.684]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:04.6323578Z [00:03:30.684]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.6324934Z [00:03:30.684]➜  packagefile github.com/coder/websocket=/root/.cache/go-build/5c/5c25abff0e4dc292414a2072a7dde5f079f03af02a288d81c71d031fbf071307-d
2025-08-20T21:46:04.6325765Z [00:03:30.684]➜  packagefile github.com/netbirdio/netbird/relay/protocol=/tmp/go-build727266811/b365/_pkg_.a
2025-08-20T21:46:04.6326502Z [00:03:30.684]➜  packagefile github.com/netbirdio/netbird/relay/server/listener/quic=/tmp/go-build727266811/b366/_pkg_.a
2025-08-20T21:46:04.6327275Z [00:03:30.684]➜  packagefile github.com/netbirdio/netbird/relay/server/listener/ws=/tmp/go-build727266811/b385/_pkg_.a
2025-08-20T21:46:04.6328629Z [00:03:30.684]➜  packagefile github.com/netbirdio/netbird/shared/relay=/root/.cache/go-build/a4/a4d0ec5f07a60f2b3ed0d799d44aa48789250d50132a82443d9552b1b68ffb2c-d
2025-08-20T21:46:04.6329761Z [00:03:30.684]➜  packagefile github.com/netbirdio/netbird/shared/relay/tls=/root/.cache/go-build/c1/c1eab5d3e609e44cd0cb4f4986d909cf987fcec4803f4934a80176f11ac64a91-d
2025-08-20T21:46:04.6330804Z [00:03:30.684]➜  packagefile github.com/quic-go/quic-go=/root/.cache/go-build/3d/3d22dd082ef1c89c49f2174bea63e358dfcc0a60b3ce00807c7ad7ccbcd512e7-d
2025-08-20T21:46:04.6331777Z [00:03:30.684]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:04.6332659Z [00:03:30.684]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:04.6333491Z [00:03:30.684]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:04.6334304Z [00:03:30.684]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:04.6335097Z [00:03:30.684]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:04.6335580Z [00:03:30.684]➜  EOF
2025-08-20T21:46:04.6337702Z [00:03:30.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck=>github.com/netbirdio/netbird/relay/healthcheck;$WORK/b360=>" -p github.com/netbirdio/netbird/relay/healthcheck -lang=go1.23 -complete -installsuffix shared -buildid -t1KtX06sA-pItVHQe5I/-t1KtX06sA-pItVHQe5I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack ./healthcheck/healthcheck.go ./healthcheck/quic.go ./healthcheck/ws.go
2025-08-20T21:46:04.6339791Z [00:03:30.685]➜  github.com/netbirdio/netbird/relay/server
2025-08-20T21:46:04.6340254Z [00:03:30.685]➜  mkdir -p $WORK/b389/
2025-08-20T21:46:04.6340684Z [00:03:30.685]➜  cat >/tmp/go-build727266811/b389/importcfg << 'EOF' # internal
2025-08-20T21:46:04.6341028Z [00:03:30.685]➜  # import config
2025-08-20T21:46:04.6341587Z [00:03:30.685]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.6342427Z [00:03:30.685]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:04.6343281Z [00:03:30.685]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:04.6344095Z [00:03:30.685]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.6345023Z [00:03:30.685]➜  packagefile github.com/hashicorp/go-multierror=/root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d
2025-08-20T21:46:04.6346081Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/client/errors=/root/.cache/go-build/71/7194051501c7f8a2e981355ccd9f452276178d59136d882be1a6f4dabb8b3bfc-d
2025-08-20T21:46:04.6347426Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/relay/metrics=/tmp/go-build727266811/b391/_pkg_.a
2025-08-20T21:46:04.6348565Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/relay/protocol=/tmp/go-build727266811/b365/_pkg_.a
2025-08-20T21:46:04.6349775Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/relay/server/listener=/tmp/go-build727266811/b397/_pkg_.a
2025-08-20T21:46:04.6350845Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/relay/server/listener/quic=/tmp/go-build727266811/b366/_pkg_.a
2025-08-20T21:46:04.6351697Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/relay/server/listener/ws=/tmp/go-build727266811/b385/_pkg_.a
2025-08-20T21:46:04.6352434Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/relay/server/store=/tmp/go-build727266811/b398/_pkg_.a
2025-08-20T21:46:04.6353414Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/shared/relay/healthcheck=/root/.cache/go-build/bc/bc9d029cec5e64ee54895eb8e947b1198432f4f8fade7b16962db864f492f492-d
2025-08-20T21:46:04.6354585Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages=/root/.cache/go-build/b0/b0d958828c252a01fc6462a27d30910e08f540288d07f94ae6387c13405caf94-d
2025-08-20T21:46:04.6355594Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages/address=/tmp/go-build727266811/b401/_pkg_.a
2025-08-20T21:46:04.6356383Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages/auth=/tmp/go-build727266811/b404/_pkg_.a
2025-08-20T21:46:04.6357351Z [00:03:30.685]➜  packagefile github.com/netbirdio/netbird/shared/relay/tls=/root/.cache/go-build/c1/c1eab5d3e609e44cd0cb4f4986d909cf987fcec4803f4934a80176f11ac64a91-d
2025-08-20T21:46:04.6358507Z [00:03:30.685]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:04.6359475Z [00:03:30.685]➜  packagefile go.opentelemetry.io/otel=/root/.cache/go-build/c2/c26ca4f78635dff7cc7b657db30d593dd5397486be90cc822b8b2174a40bf115-d
2025-08-20T21:46:04.6360440Z [00:03:30.685]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:04.6361335Z [00:03:30.685]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:04.6362152Z [00:03:30.685]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:46:04.6363164Z [00:03:30.685]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:04.6364144Z [00:03:30.685]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:04.6365017Z [00:03:30.685]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:04.6365526Z [00:03:30.685]➜  EOF
2025-08-20T21:46:04.6367445Z [00:03:30.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server=>github.com/netbirdio/netbird/relay/server;$WORK/b389=>" -p github.com/netbirdio/netbird/relay/server -lang=go1.23 -complete -installsuffix shared -buildid MVRtv7iUt9jXgtskSW7w/MVRtv7iUt9jXgtskSW7w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack ./server/handshake.go ./server/peer.go ./server/relay.go ./server/server.go ./server/url.go
2025-08-20T21:46:04.7047786Z [00:03:30.757]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:46:04.7070106Z [00:03:30.760]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/cd/cd4ee4e3537e86c52d2e7faadbba08db1cc9e08fbe80027acfaad911874f2dfb-d # internal
2025-08-20T21:46:04.7426383Z [00:03:30.795]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:46:04.7454715Z [00:03:30.798]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/3d/3d7ca3f276470a0a3fa13399234e604b9909af7c3c294781c90ba5e3118a403f-d # internal
2025-08-20T21:46:04.9072871Z [00:03:30.960]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:46:04.9207073Z [00:03:30.973]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/a1/a14d4bdb6da2a142d708d40af7ba81f2db79e9789942c5123ddc19df4c8662ac-d # internal
2025-08-20T21:46:04.9208262Z [00:03:30.974]➜  github.com/netbirdio/netbird/relay/cmd
2025-08-20T21:46:04.9208597Z [00:03:30.974]➜  mkdir -p $WORK/b002/
2025-08-20T21:46:04.9210461Z [00:03:30.974]➜  cat >/tmp/go-build727266811/b002/importcfg << 'EOF' # internal
2025-08-20T21:46:04.9210892Z [00:03:30.974]➜  # import config
2025-08-20T21:46:04.9211501Z [00:03:30.974]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:04.9212376Z [00:03:30.974]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:46:04.9213245Z [00:03:30.974]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:04.9214091Z [00:03:30.974]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:04.9214930Z [00:03:30.974]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:04.9215865Z [00:03:30.974]➜  packagefile github.com/hashicorp/go-multierror=/root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d
2025-08-20T21:46:04.9216989Z [00:03:30.974]➜  packagefile github.com/netbirdio/netbird/encryption=/root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d
2025-08-20T21:46:04.9218085Z [00:03:30.974]➜  packagefile github.com/netbirdio/netbird/relay/healthcheck=/tmp/go-build727266811/b360/_pkg_.a
2025-08-20T21:46:04.9218841Z [00:03:30.974]➜  packagefile github.com/netbirdio/netbird/relay/server=/tmp/go-build727266811/b389/_pkg_.a
2025-08-20T21:46:04.9219526Z [00:03:30.974]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth=/tmp/go-build727266811/b419/_pkg_.a
2025-08-20T21:46:04.9220227Z [00:03:30.974]➜  packagefile github.com/netbirdio/netbird/signal/metrics=/tmp/go-build727266811/b422/_pkg_.a
2025-08-20T21:46:04.9221109Z [00:03:30.974]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:46:04.9222365Z [00:03:30.974]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:04.9223515Z [00:03:30.974]➜  packagefile github.com/spf13/cobra=/root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d
2025-08-20T21:46:04.9224544Z [00:03:30.974]➜  packagefile github.com/spf13/pflag=/root/.cache/go-build/7b/7bd86f00263e95057a33f0dabe1e509c9abc6e710d547e389464e400c903c9eb-d
2025-08-20T21:46:04.9225425Z [00:03:30.974]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:04.9226406Z [00:03:30.974]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:46:04.9227217Z [00:03:30.974]➜  packagefile os/signal=/root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d
2025-08-20T21:46:04.9228293Z [00:03:30.974]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:04.9229135Z [00:03:30.974]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:04.9229959Z [00:03:30.974]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:46:04.9230776Z [00:03:30.974]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:04.9231261Z [00:03:30.974]➜  EOF
2025-08-20T21:46:04.9232914Z [00:03:30.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd=>github.com/netbirdio/netbird/relay/cmd;$WORK/b002=>" -p github.com/netbirdio/netbird/relay/cmd -lang=go1.23 -complete -installsuffix shared -buildid XxCh9KEopYDzdvTz65Jz/XxCh9KEopYDzdvTz65Jz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./cmd/env.go ./cmd/root.go
2025-08-20T21:46:05.2496797Z [00:03:31.302]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:46:05.2605611Z [00:03:31.313]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/1d/1d965c5347b8fe66b3c7ceb48ececd5f9d8011da2bdaac257838c82fa2c1a3c4-d # internal
2025-08-20T21:46:05.2606951Z [00:03:31.313]➜  github.com/netbirdio/netbird/relay
2025-08-20T21:46:05.2607362Z [00:03:31.313]➜  mkdir -p $WORK/b001/
2025-08-20T21:46:05.2608942Z [00:03:31.314]➜  cat >/tmp/go-build727266811/b001/importcfg << 'EOF' # internal
2025-08-20T21:46:05.2609353Z [00:03:31.314]➜  # import config
2025-08-20T21:46:05.2609857Z [00:03:31.314]➜  packagefile github.com/netbirdio/netbird/relay/cmd=/tmp/go-build727266811/b002/_pkg_.a
2025-08-20T21:46:05.2610706Z [00:03:31.314]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:05.2611616Z [00:03:31.314]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:46:05.2612477Z [00:03:31.314]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T21:46:05.2613269Z [00:03:31.314]➜  EOF
2025-08-20T21:46:05.2614780Z [00:03:31.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay=>github.com/netbirdio/netbird/relay;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid S-fx8yAkbOeNcDfHYneW/S-fx8yAkbOeNcDfHYneW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./doc.go ./main.go
2025-08-20T21:46:05.2775016Z [00:03:31.330]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:46:05.2778792Z [00:03:31.331]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/77/771fa0e382fa1a079f08361cb71b027df2ee595751b8a3f189c79046da7ab3ac-d # internal
2025-08-20T21:46:05.2809036Z [00:03:31.333]➜  cat >/tmp/go-build727266811/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:46:05.2811761Z [00:03:31.333]➜  packagefile github.com/netbirdio/netbird/relay=/tmp/go-build727266811/b001/_pkg_.a
2025-08-20T21:46:05.2812640Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/cmd=/tmp/go-build727266811/b002/_pkg_.a
2025-08-20T21:46:05.2813481Z [00:03:31.334]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:05.2814390Z [00:03:31.334]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:46:05.2819204Z [00:03:31.334]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T21:46:05.2820757Z [00:03:31.334]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:05.2821641Z [00:03:31.334]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:46:05.2822515Z [00:03:31.334]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:05.2823354Z [00:03:31.334]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:05.2824170Z [00:03:31.334]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:05.2825097Z [00:03:31.334]➜  packagefile github.com/hashicorp/go-multierror=/root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d
2025-08-20T21:46:05.2826489Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/encryption=/root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d
2025-08-20T21:46:05.2827377Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/healthcheck=/tmp/go-build727266811/b360/_pkg_.a
2025-08-20T21:46:05.2828328Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/server=/tmp/go-build727266811/b389/_pkg_.a
2025-08-20T21:46:05.2829024Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth=/tmp/go-build727266811/b419/_pkg_.a
2025-08-20T21:46:05.2829711Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/signal/metrics=/tmp/go-build727266811/b422/_pkg_.a
2025-08-20T21:46:05.2830589Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:46:05.2831681Z [00:03:31.334]➜  packagefile github.com/spf13/cobra=/root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d
2025-08-20T21:46:05.2832602Z [00:03:31.334]➜  packagefile github.com/spf13/pflag=/root/.cache/go-build/7b/7bd86f00263e95057a33f0dabe1e509c9abc6e710d547e389464e400c903c9eb-d
2025-08-20T21:46:05.2833486Z [00:03:31.334]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:05.2834513Z [00:03:31.334]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:46:05.2835399Z [00:03:31.334]➜  packagefile os/signal=/root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d
2025-08-20T21:46:05.2836223Z [00:03:31.334]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:05.2837036Z [00:03:31.334]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:05.2837985Z [00:03:31.334]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:46:05.2838831Z [00:03:31.334]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:05.2839749Z [00:03:31.334]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:46:05.2840628Z [00:03:31.334]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:46:05.2841477Z [00:03:31.334]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:46:05.2842425Z [00:03:31.334]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:46:05.2843459Z [00:03:31.334]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:46:05.2844238Z [00:03:31.334]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:46:05.2845067Z [00:03:31.334]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:46:05.2845882Z [00:03:31.334]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:46:05.2846689Z [00:03:31.334]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:46:05.2847527Z [00:03:31.334]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:46:05.2848670Z [00:03:31.334]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:46:05.2849547Z [00:03:31.334]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T21:46:05.2850430Z [00:03:31.334]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T21:46:05.2851342Z [00:03:31.334]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T21:46:05.2852267Z [00:03:31.334]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T21:46:05.2853212Z [00:03:31.334]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T21:46:05.2854129Z [00:03:31.334]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T21:46:05.2855020Z [00:03:31.334]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T21:46:05.2855896Z [00:03:31.334]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T21:46:05.2856987Z [00:03:31.334]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T21:46:05.2858070Z [00:03:31.334]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T21:46:05.2859030Z [00:03:31.334]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T21:46:05.2859982Z [00:03:31.334]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T21:46:05.2860935Z [00:03:31.334]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T21:46:05.2861888Z [00:03:31.334]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T21:46:05.2862837Z [00:03:31.334]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T21:46:05.2863768Z [00:03:31.334]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T21:46:05.2864702Z [00:03:31.334]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T21:46:05.2865649Z [00:03:31.334]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T21:46:05.2866804Z [00:03:31.334]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T21:46:05.2867869Z [00:03:31.334]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T21:46:05.2868882Z [00:03:31.334]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T21:46:05.2869813Z [00:03:31.334]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T21:46:05.2870757Z [00:03:31.334]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T21:46:05.2871648Z [00:03:31.334]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:46:05.2872717Z [00:03:31.334]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T21:46:05.2873704Z [00:03:31.334]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T21:46:05.2874611Z [00:03:31.334]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:46:05.2875467Z [00:03:31.334]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:46:05.2876334Z [00:03:31.334]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T21:46:05.2877192Z [00:03:31.334]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T21:46:05.2878177Z [00:03:31.334]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T21:46:05.2879046Z [00:03:31.334]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T21:46:05.2880033Z [00:03:31.334]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:46:05.2881176Z [00:03:31.334]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T21:46:05.2882126Z [00:03:31.334]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T21:46:05.2882999Z [00:03:31.334]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T21:46:05.2883867Z [00:03:31.334]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:46:05.2884804Z [00:03:31.334]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T21:46:05.2885818Z [00:03:31.334]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T21:46:05.2886831Z [00:03:31.334]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T21:46:05.2887980Z [00:03:31.334]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T21:46:05.2889032Z [00:03:31.334]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T21:46:05.2890233Z [00:03:31.334]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T21:46:05.2891119Z [00:03:31.334]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T21:46:05.2891974Z [00:03:31.334]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:46:05.2892820Z [00:03:31.334]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T21:46:05.2893652Z [00:03:31.334]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:46:05.2894500Z [00:03:31.334]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:46:05.2895572Z [00:03:31.334]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:46:05.2896457Z [00:03:31.334]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:46:05.2897408Z [00:03:31.334]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T21:46:05.2898535Z [00:03:31.334]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:46:05.2899392Z [00:03:31.334]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:46:05.2900386Z [00:03:31.334]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T21:46:05.2901483Z [00:03:31.334]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T21:46:05.2902462Z [00:03:31.334]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T21:46:05.2903428Z [00:03:31.334]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:05.2904407Z [00:03:31.334]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:46:05.2905286Z [00:03:31.334]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T21:46:05.2906139Z [00:03:31.334]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T21:46:05.2906988Z [00:03:31.334]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:46:05.2907998Z [00:03:31.334]➜  packagefile github.com/hashicorp/errwrap=/root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d
2025-08-20T21:46:05.2909058Z [00:03:31.334]➜  packagefile github.com/caddyserver/certmagic=/root/.cache/go-build/94/94c7193846655fb9aad42c52c246907e828d7d107374932840e8c26cf911a7dd-d
2025-08-20T21:46:05.2910077Z [00:03:31.334]➜  packagefile github.com/golang/protobuf/proto=/root/.cache/go-build/dc/dced2df9b0385ddcf51daf448824734387a02670f67a9d099e71c6b4c5933348-d
2025-08-20T21:46:05.2911066Z [00:03:31.334]➜  packagefile github.com/libdns/route53=/root/.cache/go-build/bd/bde1625641d75f798976cef3bc096e4fd301d9593c6d32e4d08ed0286e74e1d0-d
2025-08-20T21:46:05.2911980Z [00:03:31.334]➜  packagefile go.uber.org/zap=/root/.cache/go-build/6b/6b47cf917cb46039a456cbdf6dae3f08ae8e8c2ab657b3858ec397a93a595156-d
2025-08-20T21:46:05.2913128Z [00:03:31.334]➜  packagefile go.uber.org/zap/zapcore=/root/.cache/go-build/69/69285a66a65ab9eb97a3850318f495af8a4c218fb35cbc141939d5643ffd1f7f-d
2025-08-20T21:46:05.2914068Z [00:03:31.334]➜  packagefile golang.org/x/crypto/acme=/root/.cache/go-build/e5/e51e5c4489e69cc870196aa2d2111eb767126ad8e7ed28afe40c1ca4d2086bf0-d
2025-08-20T21:46:05.2915067Z [00:03:31.334]➜  packagefile golang.org/x/crypto/acme/autocert=/root/.cache/go-build/7a/7af199b548efc654f7df232cfad736146bb963fddfe0475bf8fb155851456bc1-d
2025-08-20T21:46:05.2916074Z [00:03:31.334]➜  packagefile golang.org/x/crypto/nacl/box=/root/.cache/go-build/84/849a068ef3c0998e2aa514389202ae860cd05d1b78e4053fe708275b93eca0d9-d
2025-08-20T21:46:05.2917109Z [00:03:31.334]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/root/.cache/go-build/2b/2bf365f0ed8670fb8c5f945ac6c0b5e70c325c8a91ccbff95c1487702499a7ea-d
2025-08-20T21:46:05.2918246Z [00:03:31.334]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:46:05.2919361Z [00:03:31.334]➜  packagefile github.com/coder/websocket=/root/.cache/go-build/5c/5c25abff0e4dc292414a2072a7dde5f079f03af02a288d81c71d031fbf071307-d
2025-08-20T21:46:05.2920189Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/protocol=/tmp/go-build727266811/b365/_pkg_.a
2025-08-20T21:46:05.2920930Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/server/listener/quic=/tmp/go-build727266811/b366/_pkg_.a
2025-08-20T21:46:05.2921703Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/server/listener/ws=/tmp/go-build727266811/b385/_pkg_.a
2025-08-20T21:46:05.2922647Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay=/root/.cache/go-build/a4/a4d0ec5f07a60f2b3ed0d799d44aa48789250d50132a82443d9552b1b68ffb2c-d
2025-08-20T21:46:05.2923759Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/tls=/root/.cache/go-build/c1/c1eab5d3e609e44cd0cb4f4986d909cf987fcec4803f4934a80176f11ac64a91-d
2025-08-20T21:46:05.2924804Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go=/root/.cache/go-build/3d/3d22dd082ef1c89c49f2174bea63e358dfcc0a60b3ce00807c7ad7ccbcd512e7-d
2025-08-20T21:46:05.2925822Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/client/errors=/root/.cache/go-build/71/7194051501c7f8a2e981355ccd9f452276178d59136d882be1a6f4dabb8b3bfc-d
2025-08-20T21:46:05.2926788Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/metrics=/tmp/go-build727266811/b391/_pkg_.a
2025-08-20T21:46:05.2927671Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/server/listener=/tmp/go-build727266811/b397/_pkg_.a
2025-08-20T21:46:05.2928590Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/relay/server/store=/tmp/go-build727266811/b398/_pkg_.a
2025-08-20T21:46:05.2929581Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/healthcheck=/root/.cache/go-build/bc/bc9d029cec5e64ee54895eb8e947b1198432f4f8fade7b16962db864f492f492-d
2025-08-20T21:46:05.2930773Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages=/root/.cache/go-build/b0/b0d958828c252a01fc6462a27d30910e08f540288d07f94ae6387c13405caf94-d
2025-08-20T21:46:05.2931730Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages/address=/tmp/go-build727266811/b401/_pkg_.a
2025-08-20T21:46:05.2932523Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/messages/auth=/tmp/go-build727266811/b404/_pkg_.a
2025-08-20T21:46:05.2933401Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel=/root/.cache/go-build/c2/c26ca4f78635dff7cc7b657db30d593dd5397486be90cc822b8b2174a40bf115-d
2025-08-20T21:46:05.2934366Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:05.2935260Z [00:03:31.334]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:46:05.2936507Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac=/root/.cache/go-build/14/14b3cd8883d9df0df2ff5cd83b6acbffa4abdc0eb64cb8ecaa7c97c537631525-d
2025-08-20T21:46:05.2937808Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/shared/relay/auth/hmac/v2=/root/.cache/go-build/cf/cf949de9e52b43c00acec4003f4eba83fa995766e34e9984be026314303d005e-d
2025-08-20T21:46:05.2939085Z [00:03:31.334]➜  packagefile github.com/prometheus/client_golang/prometheus=/root/.cache/go-build/79/79947943c1eedb0a08064f1251c2e8a8aec4bc2ba1f557055c0da3b1c16a8a87-d
2025-08-20T21:46:05.2940237Z [00:03:31.334]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/root/.cache/go-build/6f/6ff69f7dc2461e50161b3e6108c45e0b26837823841c80249e442ee77aa0c8e2-d
2025-08-20T21:46:05.2941384Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/exporters/prometheus=/root/.cache/go-build/1e/1e83c24e00a0bf59f1510bbf5b957be6ab44b8c76a9f4c622b237fa5afeead17-d
2025-08-20T21:46:05.2942678Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/root/.cache/go-build/16/167686d77882487183223bf456d9c83c44c3d04fb6eeed0c506278e4fe2148a7-d
2025-08-20T21:46:05.2943725Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/formatter=/root/.cache/go-build/64/64bc9515fe5dee12be6ad5c4b7fff2b8bd64fe5f46686c0c2a207b6e724c8efb-d
2025-08-20T21:46:05.2944810Z [00:03:31.334]➜  packagefile github.com/sirupsen/logrus/hooks/syslog=/root/.cache/go-build/c7/c79b8605ee69bbb3697f77b03bb1b59040dcefd79e8ecc872ab037196761e6d2-d
2025-08-20T21:46:05.2945840Z [00:03:31.334]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:46:05.2946840Z [00:03:31.334]➜  packagefile gopkg.in/natefinch/lumberjack.v2=/root/.cache/go-build/80/807bd5fd2c899faa445b46b3d9bbdabe4973c54f1e2f108880bc7b5de3d569ae-d
2025-08-20T21:46:05.2947905Z [00:03:31.334]➜  packagefile log/syslog=/root/.cache/go-build/11/11b0334824397a5ec6d824f5cca70304dd30595e9918a0a075b8a27794480488-d
2025-08-20T21:46:05.2948830Z [00:03:31.334]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:46:05.2949682Z [00:03:31.334]➜  packagefile text/template=/root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d
2025-08-20T21:46:05.2950676Z [00:03:31.334]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:46:05.2951733Z [00:03:31.334]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:46:05.2952682Z [00:03:31.334]➜  packagefile encoding/csv=/root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d
2025-08-20T21:46:05.2953545Z [00:03:31.334]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:46:05.2954385Z [00:03:31.334]➜  packagefile flag=/root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d
2025-08-20T21:46:05.2955228Z [00:03:31.334]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:46:05.2956102Z [00:03:31.334]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:46:05.2957076Z [00:03:31.334]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/24/249307af8f4219eddee1f94c77d32eb683398c062be8802da8e1275ca6903f21-d
2025-08-20T21:46:05.2958336Z [00:03:31.334]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/bf/bff3c2183a59264fd540792ee7193e457384115834c90ca26a913b596ddf400c-d
2025-08-20T21:46:05.2959423Z [00:03:31.334]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T21:46:05.2960714Z [00:03:31.334]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T21:46:05.2961595Z [00:03:31.334]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:46:05.2962398Z [00:03:31.334]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T21:46:05.2963219Z [00:03:31.334]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:46:05.2964033Z [00:03:31.334]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T21:46:05.2964874Z [00:03:31.334]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T21:46:05.2965786Z [00:03:31.334]➜  packagefile net/http/httptrace=/root/.cache/go-build/6c/6c4c249df8222a83694856bcd0b2e1ac25a7c7fedb2c4182cac3801522f7cd59-d
2025-08-20T21:46:05.2966695Z [00:03:31.334]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T21:46:05.2967627Z [00:03:31.334]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T21:46:05.2968790Z [00:03:31.334]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T21:46:05.2969725Z [00:03:31.334]➜  packagefile net/textproto=/root/.cache/go-build/60/60958166c58fc751e17817a5f5ec0d09df305badb6b25947f49b54f0f9b02321-d
2025-08-20T21:46:05.2970548Z [00:03:31.334]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:46:05.2971424Z [00:03:31.334]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T21:46:05.2972328Z [00:03:31.334]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T21:46:05.2973352Z [00:03:31.334]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T21:46:05.2974404Z [00:03:31.334]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T21:46:05.2975417Z [00:03:31.334]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T21:46:05.2976353Z [00:03:31.334]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T21:46:05.2977217Z [00:03:31.334]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T21:46:05.2978201Z [00:03:31.334]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T21:46:05.2979145Z [00:03:31.334]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T21:46:05.2980052Z [00:03:31.334]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T21:46:05.2980939Z [00:03:31.334]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T21:46:05.2981808Z [00:03:31.334]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T21:46:05.2982688Z [00:03:31.334]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T21:46:05.2983786Z [00:03:31.334]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T21:46:05.2984606Z [00:03:31.334]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:46:05.2985459Z [00:03:31.334]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T21:46:05.2986326Z [00:03:31.334]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T21:46:05.2987220Z [00:03:31.334]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T21:46:05.2988325Z [00:03:31.334]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T21:46:05.2989306Z [00:03:31.334]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T21:46:05.2990315Z [00:03:31.334]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T21:46:05.2991355Z [00:03:31.334]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T21:46:05.2992323Z [00:03:31.334]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T21:46:05.2993285Z [00:03:31.334]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T21:46:05.2994276Z [00:03:31.334]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T21:46:05.2995265Z [00:03:31.334]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T21:46:05.2996460Z [00:03:31.334]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T21:46:05.2997670Z [00:03:31.334]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T21:46:05.2998803Z [00:03:31.334]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T21:46:05.2999792Z [00:03:31.334]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T21:46:05.3000795Z [00:03:31.334]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T21:46:05.3001781Z [00:03:31.334]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T21:46:05.3002765Z [00:03:31.334]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T21:46:05.3003824Z [00:03:31.334]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T21:46:05.3004773Z [00:03:31.334]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:46:05.3005615Z [00:03:31.334]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T21:46:05.3006870Z [00:03:31.334]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T21:46:05.3007986Z [00:03:31.334]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T21:46:05.3009019Z [00:03:31.334]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T21:46:05.3010011Z [00:03:31.334]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T21:46:05.3011010Z [00:03:31.334]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T21:46:05.3012032Z [00:03:31.334]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T21:46:05.3013057Z [00:03:31.334]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T21:46:05.3014050Z [00:03:31.334]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T21:46:05.3015056Z [00:03:31.334]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T21:46:05.3016035Z [00:03:31.334]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T21:46:05.3017016Z [00:03:31.334]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T21:46:05.3018106Z [00:03:31.334]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T21:46:05.3019098Z [00:03:31.334]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T21:46:05.3019961Z [00:03:31.334]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T21:46:05.3021045Z [00:03:31.334]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T21:46:05.3021992Z [00:03:31.334]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T21:46:05.3022854Z [00:03:31.334]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:46:05.3023811Z [00:03:31.334]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T21:46:05.3024889Z [00:03:31.334]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T21:46:05.3025993Z [00:03:31.334]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T21:46:05.3026984Z [00:03:31.334]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T21:46:05.3028164Z [00:03:31.334]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T21:46:05.3029202Z [00:03:31.334]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T21:46:05.3030426Z [00:03:31.334]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T21:46:05.3031402Z [00:03:31.334]➜  packagefile github.com/caddyserver/zerossl=/root/.cache/go-build/68/689228acbb9c95d3d7902a930f9cfd153a1849157413153d6cfa6471994b53cf-d
2025-08-20T21:46:05.3032407Z [00:03:31.334]➜  packagefile github.com/klauspost/cpuid/v2=/root/.cache/go-build/d2/d29fbcbde14bfe300cbeea243c264a5d57c9bcac0dbab7a3def844fcfd15dfce-d
2025-08-20T21:46:05.3033389Z [00:03:31.334]➜  packagefile github.com/libdns/libdns=/root/.cache/go-build/c3/c36dc50be94d9622d723ad4573a51cced7f716848c648c7fc2ad43d548708c92-d
2025-08-20T21:46:05.3034346Z [00:03:31.334]➜  packagefile github.com/mholt/acmez/v2=/root/.cache/go-build/4e/4eeb9761a90a481bce5c00ba9ee6144f1d62cb6668be7b1d4dfdabbf8d638250-d
2025-08-20T21:46:05.3035313Z [00:03:31.334]➜  packagefile github.com/mholt/acmez/v2/acme=/root/.cache/go-build/3f/3f403136d069eb46bf5f525af99731569362d8180094d949ba6f2568ad5c1a19-d
2025-08-20T21:46:05.3036258Z [00:03:31.334]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/f3/f3642f715809b85530fd755b762ac3045153293fba0b5c3323881fb75d93cb65-d
2025-08-20T21:46:05.3037183Z [00:03:31.334]➜  packagefile github.com/zeebo/blake3=/root/.cache/go-build/89/8944afe5abf9858e0c8cf8ec14855d94f7f40e4fec9678e11a75afc86cac40b6-d
2025-08-20T21:46:05.3038330Z [00:03:31.334]➜  packagefile golang.org/x/crypto/ocsp=/root/.cache/go-build/26/26910800082045cd09345f69c78dcea72f317831da895c1d2519d54100f38338-d
2025-08-20T21:46:05.3039279Z [00:03:31.334]➜  packagefile golang.org/x/net/idna=/root/.cache/go-build/d2/d2ae6ad165d68f20f83ffaca5e7ca19f4596f839eab0d7963472e6dde4be70f0-d
2025-08-20T21:46:05.3040168Z [00:03:31.334]➜  packagefile hash/fnv=/root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d
2025-08-20T21:46:05.3040998Z [00:03:31.334]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:46:05.3042029Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/encoding/prototext=/root/.cache/go-build/f7/f7d3b635bd6ec030d2a871fb03505649e77cdebd0ed094ffd98af795d0917893-d
2025-08-20T21:46:05.3043158Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/encoding/protowire=/root/.cache/go-build/44/44fe0e1cbb07caa7709fc2ff70494a65dffd5f97eddfeba80e82ad1a0e30420c-d
2025-08-20T21:46:05.3044389Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:46:05.3045590Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/root/.cache/go-build/d1/d1a58c988dd2b6507a6eb886280a1edafb1d710ded14309e2dc2a420bfe4c54e-d
2025-08-20T21:46:05.3046773Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:46:05.3048034Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/root/.cache/go-build/99/9998df57cdaddf53838a931313f7e90e1759a66fa302c169b8a76078403d6740-d
2025-08-20T21:46:05.3049239Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/root/.cache/go-build/e5/e58c768a005aba3476b8fcbddf4a934678b23b892b6688d8782fd9d1529df640-d
2025-08-20T21:46:05.3050359Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:46:05.3051328Z [00:03:31.334]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:46:05.3052243Z [00:03:31.334]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/root/.cache/go-build/4b/4ba358d22f5650bc3242176df2fb2c0cd627756aa7a61f7549daf48bd4850e25-d
2025-08-20T21:46:05.3053238Z [00:03:31.334]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/root/.cache/go-build/35/351ef6919396a461506ec5364b1969f7e3e4008f1e44641e05b7626e120b5ead-d
2025-08-20T21:46:05.3054503Z [00:03:31.334]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/root/.cache/go-build/fc/fc8a717298e20f9356cc3f453319bcfa92b6894c6aaf275fe1b4e3bf9b2f11b8-d
2025-08-20T21:46:05.3055534Z [00:03:31.334]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/root/.cache/go-build/09/09136ecd2b651c8c04a715613779b1fe16b0f8b390bc2bfec1d259d66a2bc5ad-d
2025-08-20T21:46:05.3056604Z [00:03:31.334]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53=/root/.cache/go-build/03/03db750ce14990197e7c47cc9b2d18bd79147e3a9766d9e6e4b7bcd5b06daf3d-d
2025-08-20T21:46:05.3057799Z [00:03:31.334]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/types=/root/.cache/go-build/c0/c0dc89ee1dbca76fd763321238750b8adc790cfa0c24f15e608444248df609ec-d
2025-08-20T21:46:05.3058873Z [00:03:31.334]➜  packagefile go.uber.org/multierr=/root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d
2025-08-20T21:46:05.3059784Z [00:03:31.334]➜  packagefile go.uber.org/zap/internal=/root/.cache/go-build/82/824834fe3210c71508964e39e39e41ab362a533338ca39911f9330a9bad92fce-d
2025-08-20T21:46:05.3060763Z [00:03:31.334]➜  packagefile go.uber.org/zap/internal/bufferpool=/root/.cache/go-build/58/58428706e7d026a873dccb50a976ceacc8059122a89a27b67fb119b4192696f8-d
2025-08-20T21:46:05.3061766Z [00:03:31.334]➜  packagefile go.uber.org/zap/internal/pool=/root/.cache/go-build/8d/8d7d33cc8d5faaa820a2c30809b31ef63d30023692839527f4f22b758bc840ed-d
2025-08-20T21:46:05.3062773Z [00:03:31.334]➜  packagefile go.uber.org/zap/internal/stacktrace=/root/.cache/go-build/8f/8f017bac6c2f5b20567d8f2a7003158183a3f802e918367fa92fe73ce835b0c6-d
2025-08-20T21:46:05.3063739Z [00:03:31.334]➜  packagefile go.uber.org/zap/buffer=/root/.cache/go-build/46/4683499672ce48bc81b6f8b3ea6a067cc526f790b0de0203e8c638751ff98ab0-d
2025-08-20T21:46:05.3064692Z [00:03:31.334]➜  packagefile go.uber.org/zap/internal/color=/root/.cache/go-build/64/64adde809865bc56f3936befb7d8b47fa0770e6f6709e418c22cfee34fcb6abf-d
2025-08-20T21:46:05.3065684Z [00:03:31.334]➜  packagefile go.uber.org/zap/internal/exit=/root/.cache/go-build/10/105f1c2ac36e14bc99e5bd97b0085f5a1702180ede9f48ded861fd2de26f3f62-d
2025-08-20T21:46:05.3066605Z [00:03:31.334]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:46:05.3067840Z [00:03:31.334]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/99/9984fd4f94e881d6541eff0d5ff736724f4c72bf721b4b1e4a294e68aee7af46-d
2025-08-20T21:46:05.3069047Z [00:03:31.334]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/34/34d7ca23b916c77851460b3be05652accff961857417a000a675355c2a938d4e-d
2025-08-20T21:46:05.3070143Z [00:03:31.334]➜  packagefile golang.org/x/crypto/nacl/secretbox=/root/.cache/go-build/3a/3af1ba5c807f2185ef740e4a1bffa82188972bbc72cdd1539f8c8e6b1cfba1d9-d
2025-08-20T21:46:05.3071186Z [00:03:31.334]➜  packagefile golang.org/x/crypto/salsa20/salsa=/root/.cache/go-build/8c/8ca46b7e9f4d46f9ce3639af23ee6a8a0a8e0b87cec10ea14e079a1b882f83be-d
2025-08-20T21:46:05.3072148Z [00:03:31.334]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T21:46:05.3073140Z [00:03:31.334]➜  packagefile github.com/coder/websocket/internal/errd=/root/.cache/go-build/25/257a6f6e180dc37ad39949611f2e933199c2e5f5cbef6a022d547cbbd2deb6e1-d
2025-08-20T21:46:05.3074223Z [00:03:31.334]➜  packagefile github.com/coder/websocket/internal/util=/root/.cache/go-build/63/6382638ee2fd438010516b87c59e64d309eeac73953d7db83edb81ddee99e6d1-d
2025-08-20T21:46:05.3075302Z [00:03:31.334]➜  packagefile github.com/coder/websocket/internal/xsync=/root/.cache/go-build/95/9547d54ce2e7e3179441399cee42c38fa50e4236ebfc5b6f8e87a33bc8b8cd8b-d
2025-08-20T21:46:05.3076419Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/util/embeddedroots=/root/.cache/go-build/81/8165ffa0c55d17e241baf5ec41d45ae5d8aef0da3133d2313cd80d0c65697dc2-d
2025-08-20T21:46:05.3077868Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/ackhandler=/root/.cache/go-build/56/56a139f212c3339424b7afdd20e4603cd697ff67889b9c319b17828c0478a639-d
2025-08-20T21:46:05.3079020Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/flowcontrol=/root/.cache/go-build/f4/f478b50245812860e69b4d5ffb96b64a60237c9ac70e5c7c0dbfdfb939f84cef-d
2025-08-20T21:46:05.3080139Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/handshake=/root/.cache/go-build/0c/0cf4ccad5f811faa0f13c5a85466cbb0a2018c0ccd163784dc3bf14bf8fcb17a-d
2025-08-20T21:46:05.3081254Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/root/.cache/go-build/fc/fc0127af31c260acc6126d62ccee9ece9c1e6031f0cf7c6a1906bcc5f4357803-d
2025-08-20T21:46:05.3082328Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/root/.cache/go-build/8b/8bf5790f686c8f6362597008b1723f3934d4abaa71ef738a3c3b7c5ff9f25b27-d
2025-08-20T21:46:05.3083394Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/utils=/root/.cache/go-build/62/622974bf157d47e9cadccf46f558dbcdbb2defcbab0e3bfa99ae5abef17f325c-d
2025-08-20T21:46:05.3084527Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/utils/linkedlist=/root/.cache/go-build/7c/7c25a11f802041d58d248ce4f4bf8d916b31a3b2ae274a4886d7d8fa9d04f29d-d
2025-08-20T21:46:05.3085687Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/utils/ringbuffer=/root/.cache/go-build/e9/e93676e974b0c4ed043ec6ddbb4b3f5c522adf1c61c5bcf51744999c22bc1fe1-d
2025-08-20T21:46:05.3086798Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/internal/wire=/root/.cache/go-build/76/76bd584618edd1e06c23bf094411fadd93b86db7e329abc8657f149e79a262ba-d
2025-08-20T21:46:05.3087916Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/logging=/root/.cache/go-build/4c/4cb78cc38f9d58d8f044dfcd44089c944faaee9863fd530e8d7236e88c436287-d
2025-08-20T21:46:05.3089011Z [00:03:31.334]➜  packagefile github.com/quic-go/quic-go/quicvarint=/root/.cache/go-build/4e/4eccbd0bb368a7cec258c56cbdc1a4f519f0b1bb4a3e6a7f193ab9c13cfdf6f6-d
2025-08-20T21:46:05.3090015Z [00:03:31.334]➜  packagefile golang.org/x/exp/rand=/root/.cache/go-build/0d/0db0ff89b4bd035f2337fe65c7df7810bd50fdfef0e6d51f28e7db16c3a9b101-d
2025-08-20T21:46:05.3090943Z [00:03:31.334]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/f5/f5e000ba8b4197c098c08f9bd9979e1608217804c9973cfe52ad29eb45a069d9-d
2025-08-20T21:46:05.3092000Z [00:03:31.334]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/16/16b19d9e037360946f96fec6769de0e7f2031c9a47c6c4d55fcc4b9ae4964f7d-d
2025-08-20T21:46:05.3093042Z [00:03:31.334]➜  packagefile encoding/gob=/root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d
2025-08-20T21:46:05.3094022Z [00:03:31.334]➜  packagefile github.com/go-logr/logr=/root/.cache/go-build/a0/a08a8b18e4c4e7b7e5bf3da1f0944749c65a71369d788cd53ec4c8701941472d-d
2025-08-20T21:46:05.3095018Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/internal/global=/root/.cache/go-build/1d/1d81985975893bfa1c1f86d501f06174203ed166499222c05830307fc74d3fc4-d
2025-08-20T21:46:05.3096080Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/propagation=/root/.cache/go-build/9e/9e4bcb8c73cbf70cde819b77df67ab5326f2001eae7eff2b7a2e32af1e376010-d
2025-08-20T21:46:05.3097106Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/trace=/root/.cache/go-build/92/92f2365fd0d67eb82fe32240df864c8cd1b630dbdcba356154aed8e075e898e2-d
2025-08-20T21:46:05.3098241Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/attribute=/root/.cache/go-build/6c/6cec2afab1d95690e3ac04a68cbc726a57d616c7f72ea596ca869634e7d638cc-d
2025-08-20T21:46:05.3099336Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/root/.cache/go-build/7d/7d0e4e3c94f21e9ddad56b0aa200f2a42601bb5c20c756851ffe57be04e0e212-d
2025-08-20T21:46:05.3100282Z [00:03:31.334]➜  packagefile expvar=/root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d
2025-08-20T21:46:05.3101499Z [00:03:31.334]➜  packagefile github.com/beorn7/perks/quantile=/root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d
2025-08-20T21:46:05.3102497Z [00:03:31.334]➜  packagefile github.com/cespare/xxhash/v2=/root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d
2025-08-20T21:46:05.3103600Z [00:03:31.334]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/root/.cache/go-build/92/92c6983accefab7a0dc0233cfebc1b9499f811aca6828a78eb01fa5565a0fa17-d
2025-08-20T21:46:05.3104730Z [00:03:31.334]➜  packagefile github.com/prometheus/client_model/go=/root/.cache/go-build/ea/ea1702a3e4aeeeadaff9e5f1c80045444b7bacd4708a71e5c27c8de0f070ac13-d
2025-08-20T21:46:05.3105784Z [00:03:31.334]➜  packagefile github.com/prometheus/common/expfmt=/root/.cache/go-build/ae/ae8f83f5ca94c00ac8b7bb9eecaf6ed95eb344e18ac07c29bd279ea33d209e5b-d
2025-08-20T21:46:05.3106827Z [00:03:31.334]➜  packagefile github.com/prometheus/common/model=/root/.cache/go-build/52/528d2a1dfc0379621f9497d9609ea995d4f45b112a783fd942e7bc17daa72bd0-d
2025-08-20T21:46:05.3108001Z [00:03:31.334]➜  packagefile github.com/prometheus/procfs=/root/.cache/go-build/89/89aa59d5dc9ec0c92b26192ea9d9ed58bf6726fc7fd513adab815c2439c1047a-d
2025-08-20T21:46:05.3109162Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d
2025-08-20T21:46:05.3110191Z [00:03:31.334]➜  packagefile runtime/metrics=/root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d
2025-08-20T21:46:05.3111339Z [00:03:31.334]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/root/.cache/go-build/51/51bdab1a4bf354479f9ebb57203f2d4d50ddae1e5633d9320797f5fcb1b4c3b6-d
2025-08-20T21:46:05.3112680Z [00:03:31.334]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/root/.cache/go-build/7e/7e88cd6eeb2a2793e392d8047554037fdd5ef496092bf83dcec7ad281205a371-d
2025-08-20T21:46:05.3113874Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/root/.cache/go-build/dc/dc57d1f7e6d0ea649d5c111f4467d900ce8649aa7e047d1f83c41770d2ea4d68-d
2025-08-20T21:46:05.3114999Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/root/.cache/go-build/71/71bb0f3129f1ca46f869f15f9ad3b3376aed63aabb300eb5f0ff7cc2d3327f63-d
2025-08-20T21:46:05.3116267Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/root/.cache/go-build/c6/c696ed91daf798aae7a86496fa03dad56d67e46ddca88134ca1509f497ba9046-d
2025-08-20T21:46:05.3117404Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/metric/noop=/root/.cache/go-build/ac/ac6310ade25cc7a8c744e4572a54f1dcb66b53d03b6bb3c7d5fa7dc49fa825da-d
2025-08-20T21:46:05.3118734Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/root/.cache/go-build/23/2351b4db08795623b37291f58894d6714664094059e6776dc8163134b5dd1567-d
2025-08-20T21:46:05.3119886Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/root/.cache/go-build/c4/c440326ba3f4b23bd003da7d7f897976b148d8f7d94d1f8c79fc191d62452c12-d
2025-08-20T21:46:05.3121090Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/exemplar=/root/.cache/go-build/de/de0799fb532e678b213e2721a03535e64239fe22c80a936b94e63a4723578519-d
2025-08-20T21:46:05.3122243Z [00:03:31.334]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/root/.cache/go-build/f6/f612bde39680a9c83defe886a3a70d4504c8b18ba5d0f884d5c006b44bc4761e-d
2025-08-20T21:46:05.3123357Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d
2025-08-20T21:46:05.3124467Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/formatter/logcat=/root/.cache/go-build/35/3520f135e81d30c6b183540fa8bc7b192ef3573cf4f48640daa0236f06362deb-d
2025-08-20T21:46:05.3125580Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/formatter/syslog=/root/.cache/go-build/74/74faa3d8e5915620c715136b80b8a3d6c01b746058cd2bc560b9d1bcb32a5837-d
2025-08-20T21:46:05.3126944Z [00:03:31.334]➜  packagefile github.com/netbirdio/netbird/formatter/txt=/root/.cache/go-build/67/676ed06ab676f9df55e5155474782e78e1e17a8b5fdb83e7d1bbb980f5e5c013-d
2025-08-20T21:46:05.3128148Z [00:03:31.334]➜  packagefile google.golang.org/grpc/internal/grpclog=/root/.cache/go-build/e0/e0d33059caa3fa5eaf9a40a4b574d8ec283a48b3d1221cd8c1b0c86655d6d3e0-d
2025-08-20T21:46:05.3129212Z [00:03:31.334]➜  packagefile text/template/parse=/root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d
2025-08-20T21:46:05.3130103Z [00:03:31.334]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:46:05.3131075Z [00:03:31.334]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T21:46:05.3132131Z [00:03:31.334]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T21:46:05.3133167Z [00:03:31.334]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T21:46:05.3134163Z [00:03:31.334]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T21:46:05.3135169Z [00:03:31.334]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T21:46:05.3136120Z [00:03:31.334]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T21:46:05.3137076Z [00:03:31.334]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T21:46:05.3138186Z [00:03:31.334]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T21:46:05.3139103Z [00:03:31.334]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T21:46:05.3140162Z [00:03:31.334]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/c8/c835701547954bb3126cce99370f8a027380d6a99ec131519e7d4874b490550b-d
2025-08-20T21:46:05.3141309Z [00:03:31.334]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/64/64efcf8f36e37344d123a502a4f5c8248e05b194b97e18efa8619b15f5235bb1-d
2025-08-20T21:46:05.3142364Z [00:03:31.334]➜  packagefile encoding/base32=/root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d
2025-08-20T21:46:05.3143331Z [00:03:31.334]➜  packagefile github.com/zeebo/blake3/internal/alg=/root/.cache/go-build/dd/dd6062b45119f40c1f91fd4dec4efb476086a1762e8189b5646596f4e73a9576-d
2025-08-20T21:46:05.3144395Z [00:03:31.334]➜  packagefile github.com/zeebo/blake3/internal/consts=/root/.cache/go-build/ac/ac324ba5641a81401cb9336dfb0b17be5706b2e5c0c93634adf10cc51e60975a-d
2025-08-20T21:46:05.3145464Z [00:03:31.334]➜  packagefile github.com/zeebo/blake3/internal/utils=/root/.cache/go-build/b5/b591a75e3b1d05ac504d0d188b23f5455bf379da9260a5f3e1c2a66c179c7cf0-d
2025-08-20T21:46:05.3146504Z [00:03:31.334]➜  packagefile golang.org/x/text/secure/bidirule=/root/.cache/go-build/c2/c2da42765d3c89276e318330d43d94354cfdb0af0e8a260e65f44ff2921eb350-d
2025-08-20T21:46:05.3147504Z [00:03:31.334]➜  packagefile golang.org/x/text/unicode/bidi=/root/.cache/go-build/69/69e14e1d3f936609b5a184cd18a4f7d6e0366083ff97de7aa70b637a0238414f-d
﻿2025-08-20T21:46:05.3152030Z [00:03:31.334]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d
2025-08-20T21:46:05.3153190Z [00:03:31.334]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T21:46:05.3154234Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/root/.cache/go-build/88/8816e49676a3fa85286107a528c68050d1a0e793da7c1a5009d1264f52ec6894-d
2025-08-20T21:46:05.3155408Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/root/.cache/go-build/8d/8dbc1d948f73d19a42cc43e8a5f8d9b57d823b9d8107c3b9ac32180a207f5f97-d
2025-08-20T21:46:05.3156534Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/errors=/root/.cache/go-build/c5/c5bc2277faa0e380326034f37ad341931dc9533ba539e31b9ac0dee80ff4b790-d
2025-08-20T21:46:05.3157621Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/flags=/root/.cache/go-build/05/0593ddea4add67acdbd1a6be4f8921b5b70771dd6815638f1c344c30c7feb459-d
2025-08-20T21:46:05.3159122Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/genid=/root/.cache/go-build/3c/3ce5bc7a0e359f154a3fc843400ffbab8785e0445b7500dc97e3f95a1b54ee8f-d
2025-08-20T21:46:05.3160215Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/order=/root/.cache/go-build/3a/3ad334930441477f443f319f45b8f45795473c04858e13017371ff146ae20d27-d
2025-08-20T21:46:05.3161289Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/pragma=/root/.cache/go-build/73/7382aa788588c3ef6c2475608cb19281d720b8af3e8c06bd7479b4022e6abc04-d
2025-08-20T21:46:05.3162367Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/set=/root/.cache/go-build/1c/1c7b20dcc30006ac8c5a18cf8848ddd080897ad877fdc6df5436ce2aa2af0238-d
2025-08-20T21:46:05.3163443Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/strs=/root/.cache/go-build/a9/a9d6beff3052219407cb578fd5ee3adb9dc78d310890c7aa8883fd58fa19b436-d
2025-08-20T21:46:05.3164573Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/root/.cache/go-build/1f/1f860235e8ffadc0f8b862e5e84c72710c8dd9d87a92d56b50018ffbe4087f42-d
2025-08-20T21:46:05.3165753Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/root/.cache/go-build/9d/9d5777e5b79a58fc6e2228efed6a36d4d8b0d6cc8139d7d36be286976ae6019e-d
2025-08-20T21:46:05.3167062Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/root/.cache/go-build/ba/ba8cb8b748306c316010cf2dda1b6c20b6cb618176c524f7657ffc8ea7c08927-d
2025-08-20T21:46:05.3168581Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/filedesc=/root/.cache/go-build/4d/4df0f812edb1f466998d188b4f555363bde43852afaa0544d412e344abbe1eba-d
2025-08-20T21:46:05.3169776Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/root/.cache/go-build/71/717aab7aeef0b0f2809969dc72be90389c7bff261fe73e7d81fc4d790d5e4d05-d
2025-08-20T21:46:05.3170909Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/root/.cache/go-build/3e/3e9102d15021a4cd1cf3c8699e7ebf0051778cf612ec539c6ca9db3101573b47-d
2025-08-20T21:46:05.3172021Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/filetype=/root/.cache/go-build/29/294d3c59c2f7866b180c648d20ea8b3bbc7d799373d28ae4f11c2e2d17063c4e-d
2025-08-20T21:46:05.3173106Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/impl=/root/.cache/go-build/29/29bad14f07bc8d1198c4dda8713215b7b305c566a14558cf538cce650e50e1d1-d
2025-08-20T21:46:05.3174201Z [00:03:31.334]➜  packagefile google.golang.org/protobuf/internal/protolazy=/root/.cache/go-build/26/2604839fb076a78ebb4623458abd5c35d7439253f2aa9bbb49d19e4c4e8dd544-d
2025-08-20T21:46:05.3175308Z [00:03:31.335]➜  packagefile google.golang.org/protobuf/internal/version=/root/.cache/go-build/8d/8dbd3dedbdf6e3346145e72cf6d25f678a0d5f1853926ee26d973bd6d973e602-d
2025-08-20T21:46:05.3176390Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/root/.cache/go-build/f7/f790be2be5370ec6713915bcd86d1f59f41e8f727b0875866b21eba591490a0a-d
2025-08-20T21:46:05.3177932Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/root/.cache/go-build/dd/dd166ccb5ed84104e4c595d407da2b06cb2018580a849fbb2d798f182fa5b299-d
2025-08-20T21:46:05.3179119Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/root/.cache/go-build/76/768476d392283ea7dd0998e61a4597b6ae2b4647e23d0e26f3bbc12735505c36-d
2025-08-20T21:46:05.3180228Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/auth/bearer=/root/.cache/go-build/f2/f21eb837a73eaaa98ada011a1825ba5adf948cd864422a3e4660401b69d5dccc-d
2025-08-20T21:46:05.3181257Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/logging=/root/.cache/go-build/4a/4a0d94cbb304fef82284f918d0e91018c8bd383c723c64bc5853e583aca90151-d
2025-08-20T21:46:05.3182273Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/middleware=/root/.cache/go-build/59/5961fd1cf9e27a852fc9ae9d82a8781ea3dfc7449076a919950824abb632340c-d
2025-08-20T21:46:05.3183271Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/ptr=/root/.cache/go-build/ea/ea31b260c2504b815da8c9235dbdb7f8162332e266196a1880ea0c049e13dfff-d
2025-08-20T21:46:05.3184295Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/root/.cache/go-build/04/04781290101fc7867407e63f436eb173fa9da1ff00db95cadaf35abad8e63b9c-d
2025-08-20T21:46:05.3185367Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/root/.cache/go-build/8b/8b6723ad0f86e25b5f4de90b0beebfe64c89c36266fb351cc11ea26d5f179fb6-d
2025-08-20T21:46:05.3186451Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/root/.cache/go-build/86/8651e939e61f282b59e6ca38d108a8bbe10c9aa41ad41e9b1d20ceb7842f2e17-d
2025-08-20T21:46:05.3187545Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/root/.cache/go-build/21/21868b8177dae858fe3ce0188abb22464ad9c02e17f21eef08aba471fa3690fc-d
2025-08-20T21:46:05.3188895Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go=/root/.cache/go-build/38/38f0e4cd31f0d3290d70fdcae04c7cd557858b3ffe731628f5d58bf6e978072f-d
2025-08-20T21:46:05.3189894Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/metrics=/root/.cache/go-build/7a/7a9b48143bf57f1554ac7423ee564133497f85fece8f914b849108afde4b520f-d
2025-08-20T21:46:05.3190895Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/tracing=/root/.cache/go-build/22/22e6cb1d8436b10c426662b6a82857052fe454bded7d513817a69776a4e1804c-d
2025-08-20T21:46:05.3192081Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/transport/http=/root/.cache/go-build/73/7361c39a589e882d5eac6ba22a8d10791aaaff374df10ee73673dbff58c71e6b-d
2025-08-20T21:46:05.3193303Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/root/.cache/go-build/a1/a1bbdf9bd62501868283b750a8e69ebf7e7c05cae617e7e58c2e95535df0d0b1-d
2025-08-20T21:46:05.3194507Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/root/.cache/go-build/2b/2b0dc419ac96c13620020a100ae77cffcd5b5ad1fbf728114a0781f928ffa267-d
2025-08-20T21:46:05.3195684Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/root/.cache/go-build/7c/7c197a2d34e44eb77cb5614a4c1d3d571a4c5052b05f95da4af22b65a6bb7737-d
2025-08-20T21:46:05.3196855Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/root/.cache/go-build/1a/1a3d0a781d59b755ec5fd44f2485eededb7d3588c941bbe7c98bcaea61e2fa3b-d
2025-08-20T21:46:05.3198293Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/root/.cache/go-build/bf/bfe5db1827aa6588e989d9def0b2f309c1e7eb679b342773d9e64f735feaf3cb-d
2025-08-20T21:46:05.3199502Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/root/.cache/go-build/5b/5ba69bc45a859d319d720043314ee7d4bbd418854f2f8190c4872f7c80df9467-d
2025-08-20T21:46:05.3200608Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/root/.cache/go-build/f8/f802505c469ce590db65e64c16868cb585924d1ff871bbc24c408b037098a0e0-d
2025-08-20T21:46:05.3201890Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d
2025-08-20T21:46:05.3203134Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/root/.cache/go-build/20/204e1e58749fc0ed20db4a1989918fb7e4641240e8ce38bddc0216ac2ac2a17d-d
2025-08-20T21:46:05.3204250Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/root/.cache/go-build/be/be3c5cb3b9da5605a05ae0a4e2bc42b8ccb0f74da2cc0545b009a1efa5e513d2-d
2025-08-20T21:46:05.3205330Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/root/.cache/go-build/75/75f7483b40f6bbaa7de70ed11a2956fc3799c1a9a770b9b5d3c91b1155a4bead-d
2025-08-20T21:46:05.3206388Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/root/.cache/go-build/c3/c3152a0197e928456ac161a79b78d0fd1ceba4798c1b34f0e80b348e60f58756-d
2025-08-20T21:46:05.3207499Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/root/.cache/go-build/3f/3f96c6944fa7753f1046901ea0a08217fafb9be783b8bf1dc551c4e13de0e937-d
2025-08-20T21:46:05.3208692Z [00:03:31.335]➜  packagefile encoding/xml=/root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d
2025-08-20T21:46:05.3209654Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/root/.cache/go-build/c9/c9e85144a299576b04e296b830b1440e56a5163123d9369324da783896abda0c-d
2025-08-20T21:46:05.3210727Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/root/.cache/go-build/af/af8b27d6902eb9873d3eca7bf0e0e1fb474f38436b86e679ce6c0676e09fee4d-d
2025-08-20T21:46:05.3211801Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/root/.cache/go-build/6a/6a3e00860798c0c65ebef6a3502aca5e36bb391c4e052c46f25a882a8f22e87f-d
2025-08-20T21:46:05.3212856Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/root/.cache/go-build/d6/d6e00067b23dfee04020943e090518c72b65d1fb1127ad6e1b764b3549492537-d
2025-08-20T21:46:05.3213957Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/root/.cache/go-build/31/31f0ad2f8e6099553aa5cd6fe11f4536e00ac36a10994c48f64dc076d4945d70-d
2025-08-20T21:46:05.3215107Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/root/.cache/go-build/fe/fec0125226c314e2d5b26a5808547dbb38be5f9f09e7e8582f99d013a6216f8c-d
2025-08-20T21:46:05.3216424Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/root/.cache/go-build/b6/b60d4fec4f1bca0c50cdaafde12a1ac93bf6b312f384415ffa6254f1336976dc-d
2025-08-20T21:46:05.3217808Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/root/.cache/go-build/19/199af5a7900c1827528ed71bf7650e07adc9179e51addcdb558702e84bad3c61-d
2025-08-20T21:46:05.3219011Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/root/.cache/go-build/71/71951620616b660684406880826990f075384c6550107ab3421a6f9dfeacb3c9-d
2025-08-20T21:46:05.3220210Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations=/root/.cache/go-build/bd/bdb47a9bc9f1952f2b72b253979ed097df48cf6f483700748e9f71afc68d437e-d
2025-08-20T21:46:05.3221479Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints=/root/.cache/go-build/7c/7c789e678505244d940f6b76ebe3fd1daab312ca93cb397f95291b2e488a3bd6-d
2025-08-20T21:46:05.3222589Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/auth=/root/.cache/go-build/de/de43fa5e0d8e4d46517cba311d6562add17fcbeeb98f88c4777406617a300609-d
2025-08-20T21:46:05.3223594Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/document=/root/.cache/go-build/98/98a85d0c1960465225abdfd28da327cbab6a7cba977089dc8ac0febd10fe04a6-d
2025-08-20T21:46:05.3224652Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/root/.cache/go-build/51/51c821cc577eaf0802b68886b38e0e249ea63d5ec7093a829553372a47aa267f-d
2025-08-20T21:46:05.3225967Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/encoding/xml=/root/.cache/go-build/bd/bdfa2478f7d4fd62895ce9335ce34468eee619dd7ee8b4ce076d198616543cf4-d
2025-08-20T21:46:05.3227006Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/endpoints=/root/.cache/go-build/8e/8e033d212cd6ed4c4c86eacf74c3602c8edeb91eefe1b45d3a5fcc7258d14dd5-d
2025-08-20T21:46:05.3228113Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/io=/root/.cache/go-build/a2/a21b3ea5a9f02b7d04569ce594c3db3068624e94993c8e684579d93b272eef39-d
2025-08-20T21:46:05.3229151Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/time=/root/.cache/go-build/dc/dc47e96f6c14f38ae5fc11b5ed55e824406c7c13222e3e148972c7ac42df6351-d
2025-08-20T21:46:05.3230147Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/waiter=/root/.cache/go-build/b9/b963b865acb86d2db014a54ddef6222fd262426fae5f56fb6eab28fd37f15bfd-d
2025-08-20T21:46:05.3231154Z [00:03:31.335]➜  packagefile github.com/jmespath/go-jmespath=/root/.cache/go-build/46/46c279ab13e162e9fedcbb74fe04793bffe84a088e1a635e414603f365453194-d
2025-08-20T21:46:05.3232177Z [00:03:31.335]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/7e/7e3b5b34a458fa2b3bb832d12e0783b646b8d8a0aa7cf9883e34b614e76cca0b-d
2025-08-20T21:46:05.3233222Z [00:03:31.335]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/11/11a94d31482cf8ae38f0b06ad1ab7f1856e19e71d5844a6b9b63250bb24010ba-d
2025-08-20T21:46:05.3234147Z [00:03:31.335]➜  packagefile embed=/root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d
2025-08-20T21:46:05.3235126Z [00:03:31.335]➜  packagefile github.com/quic-go/quic-go/internal/congestion=/root/.cache/go-build/20/2011a10c2ec2ef1fbf447ad642ec64c339d5e525ca4badb4ae0a1879df9258df-d
2025-08-20T21:46:05.3236204Z [00:03:31.335]➜  packagefile github.com/quic-go/quic-go/internal/qtls=/root/.cache/go-build/76/76bfb5607720225cee1736911920770c68f8b4de100f9cd84ea977b185b815b1-d
2025-08-20T21:46:05.3237225Z [00:03:31.335]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/f2/f2ffe159b3a21dff64c8e7fd5484ed495cfae4df254fce4b9ca4e267ad02aa74-d
2025-08-20T21:46:05.3238398Z [00:03:31.335]➜  packagefile golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/46/467d76bb400d925c20c5719ff26e5f918a989fc1dd7990e7fb9e4cdf584ffc2a-d
2025-08-20T21:46:05.3239529Z [00:03:31.335]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/f4/f478a574f8117b60ce5244dcb4c2328110acde2584082c1aa3e28043fbcc9d1f-d
2025-08-20T21:46:05.3240608Z [00:03:31.335]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/d0/d0feab31fecd26a732dc8a98081c090c6b29e0ca756cdbf38e5f6d7fd176d141-d
2025-08-20T21:46:05.3241648Z [00:03:31.335]➜  packagefile golang.org/x/net/internal/iana=/root/.cache/go-build/d8/d86266620a6e8d4d3e58bacc1de87b25c845ad72d698ffd5c6c7b2fe69a52be3-d
2025-08-20T21:46:05.3242701Z [00:03:31.335]➜  packagefile golang.org/x/net/internal/socket=/root/.cache/go-build/11/115f26417a76b4a1c00035371ab873d527615610c52a30e5fab580a85410dfa5-d
2025-08-20T21:46:05.3243660Z [00:03:31.335]➜  packagefile internal/saferio=/root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d
2025-08-20T21:46:05.3244529Z [00:03:31.335]➜  packagefile log/slog=/root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d
2025-08-20T21:46:05.3245413Z [00:03:31.335]➜  packagefile github.com/go-logr/stdr=/root/.cache/go-build/72/722bf936ce7323fc54f88a2c4e81208f14313b42193ef970b39f4ade81771f97-d
2025-08-20T21:46:05.3246377Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/codes=/root/.cache/go-build/3c/3c4bec4b4188bbd2415e744fa39430ef3635b4f1c0dd77ca802eec0cded53938-d
2025-08-20T21:46:05.3247394Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/root/.cache/go-build/69/697a569f739810fa030a53090d4ef4810c2d852256dab517258111ee66178d4a-d
2025-08-20T21:46:05.3248578Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/baggage=/root/.cache/go-build/22/22f5401fd45aa1bc1006c543bd4e6e674f2458cd6db4d2375839586ccec7d900-d
2025-08-20T21:46:05.3249877Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/internal=/root/.cache/go-build/dc/dc4e5fbf0039f34b2ed3de9094708fa822bb6f234bb91c3c36c96f27d720257f-d
2025-08-20T21:46:05.3250946Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/root/.cache/go-build/09/09d2fc882ca136dc5b0c5c8c9318f683d6b566c4e89a9904b3b3647b3e146e60-d
2025-08-20T21:46:05.3251983Z [00:03:31.335]➜  packagefile github.com/munnerz/goautoneg=/root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d
2025-08-20T21:46:05.3253047Z [00:03:31.335]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/root/.cache/go-build/c8/c869155729eb9c238ed317fdfe0fd6435dc3d9f50be54b3b3169f45f33bd1a0a-d
2025-08-20T21:46:05.3254143Z [00:03:31.335]➜  packagefile github.com/prometheus/procfs/internal/fs=/root/.cache/go-build/71/71c8aa6758f97e065485e2c43724c06c3f10ca2d2e43176ad7a912a03b6f45bf-d
2025-08-20T21:46:05.3255229Z [00:03:31.335]➜  packagefile github.com/prometheus/procfs/internal/util=/root/.cache/go-build/79/79157ab500aaf0de90ecc124901fd716618cd96413b57412642de156e8bf316a-d
2025-08-20T21:46:05.3256501Z [00:03:31.335]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/root/.cache/go-build/c1/c1d1bfe4907c9b4838ff2bf58ef4eca34b57c2f02f0c58efd4c00d96c4a7f72d-d
2025-08-20T21:46:05.3257682Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/sdk=/root/.cache/go-build/1b/1bd6233690dc42523f65a3873a2dcad8507ca108a0dfdf0ef088118086e3d1b9-d
2025-08-20T21:46:05.3258868Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/root/.cache/go-build/ad/ad814d7dbc318e1cc203bfc1dce744524d14c0154437706b60cdc0c166add4b0-d
2025-08-20T21:46:05.3259799Z [00:03:31.335]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:46:05.3260777Z [00:03:31.335]➜  packagefile github.com/netbirdio/netbird/shared/context=/root/.cache/go-build/a0/a07b82c21223e093964c4ead14b4d3dc9aa1fc663de49b19a67428548889809f-d
2025-08-20T21:46:05.3261890Z [00:03:31.335]➜  packagefile github.com/netbirdio/netbird/formatter/levels=/root/.cache/go-build/62/62511543e1d54bb992cdf25069d34e86051ad52e7268eda1272898eda86e949a-d
2025-08-20T21:46:05.3262957Z [00:03:31.335]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T21:46:05.3264218Z [00:03:31.335]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/root/.cache/go-build/bd/bdc3a0b695e8c87c5f0938bec3e2e741118f6959b69bf4013af58be181404378-d
2025-08-20T21:46:05.3265404Z [00:03:31.335]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/root/.cache/go-build/5a/5ab94cc23fe2f5abe4515cd48162c96cfdf687646061f21b90e31167cf030f7a-d
2025-08-20T21:46:05.3266429Z [00:03:31.335]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d
2025-08-20T21:46:05.3267467Z [00:03:31.335]➜  packagefile google.golang.org/protobuf/internal/detrand=/root/.cache/go-build/af/af7fdbef9080fa06277360f2175e12856050101e44516b7173b60f1ce770c330-d
2025-08-20T21:46:05.3268598Z [00:03:31.335]➜  packagefile go/token=/root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d
2025-08-20T21:46:05.3269590Z [00:03:31.335]➜  packagefile google.golang.org/protobuf/internal/descfmt=/root/.cache/go-build/f3/f3de3d893edf63b4b77d3a8fb9cdff672cf1093f338afd8612fb964c2d4901f1-d
2025-08-20T21:46:05.3270705Z [00:03:31.335]➜  packagefile google.golang.org/protobuf/internal/descopts=/root/.cache/go-build/b2/b20a5360217c56fea782a2370fa7d7cf6bd1b476e6bd70fd0b437773e7174462-d
2025-08-20T21:46:05.3271827Z [00:03:31.335]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/root/.cache/go-build/7b/7bc348e362d85419bd71a415c7c78422f7d7e3f661d2361eec6bcacf5cb2b013-d
2025-08-20T21:46:05.3273061Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/context=/root/.cache/go-build/cb/cbbb4e9b4412eb503e6c1b9c8dc3ad79242516bb71e5ba6be10953e64a9bd157-d
2025-08-20T21:46:05.3274311Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/root/.cache/go-build/2e/2e69055abf3a2a54e1a5478fda0bbbe99cbbc0a458649c5f71aa43dba422393c-d
2025-08-20T21:46:05.3275379Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/rand=/root/.cache/go-build/f5/f597ef597187a51ae3c6137637368cfd4ff1f1f478c84436e41a93d9d8b58e9b-d
2025-08-20T21:46:05.3276454Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/root/.cache/go-build/d4/d4692bc33ccf763d00e5d4a1b032ab4126e21df7e258719578a9fa208c91a7e2-d
2025-08-20T21:46:05.3277478Z [00:03:31.335]➜  packagefile net/http/httputil=/root/.cache/go-build/bf/bfa5a0b74e53e76c2a3fe594f751aed2b0b7db3c28ee7819c0010e8a7e436f71-d
2025-08-20T21:46:05.3278796Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/root/.cache/go-build/33/3338cfe05dbe77f29cf5a5d9de00eadd48919d3474a3b51a11e9bc088dc71522-d
2025-08-20T21:46:05.3279994Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/root/.cache/go-build/49/4990878114ff38abae7a9d8ce7ff308df464255003deaae27dbf0e8613b96439-d
2025-08-20T21:46:05.3280933Z [00:03:31.335]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:46:05.3281899Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/root/.cache/go-build/ff/ff96363289cb50d48dec6c106c1345c9a030a34b910d0d32273d01849a31e249-d
2025-08-20T21:46:05.3283065Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/root/.cache/go-build/e8/e8d7c906597ff32f535fa06ac880b1ca565deab92e3f453abc9e2dc60dfd7765-d
2025-08-20T21:46:05.3284235Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/root/.cache/go-build/99/9953124580050380552e37549c147af07ea09d12feb5f21d63eeff1c7af870f1-d
2025-08-20T21:46:05.3285414Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/root/.cache/go-build/1c/1c6fe0c64468d2f03797617071fcb1270eaa30ef539b79cd35dfc3df948e32c8-d
2025-08-20T21:46:05.3286559Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/root/.cache/go-build/83/839b0a67017cac1c5f5fcca1880e812e9e5823257813e819bf0783b7767ae733-d
2025-08-20T21:46:05.3287930Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/root/.cache/go-build/b7/b7b79b8a996297ae623809f24a0dc06a510e8238c56f13083caa2cf4f079ba40-d
2025-08-20T21:46:05.3289253Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/root/.cache/go-build/ff/ff2d8863f8db703622d0b4e85e82a58b85e65529c7fcbca5dcf0e7c8688f80fe-d
2025-08-20T21:46:05.3290418Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/encoding/json=/root/.cache/go-build/4e/4e96dcfcb7a68b66e6172bd4d69c353d6de765424bbe1dc7eec3e3a52fb52853-d
2025-08-20T21:46:05.3291518Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/root/.cache/go-build/9e/9ea81b89a3aacea5d2e30aaac460b414ec2504693d4a300de0e7f6936d58bf43-d
2025-08-20T21:46:05.3292684Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/root/.cache/go-build/18/188ed8c2a677994d5af995f688c7c16f5881413b0a973464125fe3c14833923c-d
2025-08-20T21:46:05.3293890Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/root/.cache/go-build/a3/a3ae78f008938defb8ab4b3e682bee9972d4045b5f50b216a6b9c5049446cae7-d
2025-08-20T21:46:05.3295112Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/root/.cache/go-build/b0/b03c9ef6e624bccfedf5de389caabc96abbb87aaafee17acb9c4e186dbca4b49-d
2025-08-20T21:46:05.3296286Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/root/.cache/go-build/12/12626a4a37442f1ac6125782580763b20a66b728d8c4d0ca2780e917cb0eb54e-d
2025-08-20T21:46:05.3297635Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/root/.cache/go-build/6d/6da85ee745cbb3b507b9b0bf231625dbebf1a32c1a75f68725da434db2c548c7-d
2025-08-20T21:46:05.3298855Z [00:03:31.335]➜  packagefile github.com/aws/smithy-go/encoding=/root/.cache/go-build/a5/a599f46457e55e5642e10f53f834de5c32b91068e80e56c4c86ce1b7f66efa93-d
2025-08-20T21:46:05.3299818Z [00:03:31.335]➜  packagefile log/slog/internal=/root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d
2025-08-20T21:46:05.3300756Z [00:03:31.335]➜  packagefile log/slog/internal/buffer=/root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d
2025-08-20T21:46:05.3301719Z [00:03:31.335]➜  packagefile github.com/go-logr/logr/funcr=/root/.cache/go-build/b4/b485fe185b5dd5c0643c29024e4a0a9862c9b3959f8a95c5e9b6cc3f4400c31e-d
2025-08-20T21:46:05.3302763Z [00:03:31.335]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/root/.cache/go-build/54/541117c0a0dd883007e7eead85d7d0cbbcc4a0f07f6ea44836a7beea9b7ee579-d
2025-08-20T21:46:05.3303933Z [00:03:31.335]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/root/.cache/go-build/f5/f583149612bb0e4fb1f981d1dc3a744a999add1f02f123be735ad273ebcaca73-d
2025-08-20T21:46:05.3305214Z [00:03:31.335]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/root/.cache/go-build/c7/c77b9ebd1717d5e53ddf28d57edba8c37f21fd86a95a1e2e97a370892635b1f1-d
2025-08-20T21:46:05.3306416Z [00:03:31.335]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/root/.cache/go-build/4f/4f32bff54d02067c742689024df371fc231e19d5cfd3452136b733c311bf59c0-d
2025-08-20T21:46:05.3307565Z [00:03:31.335]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/root/.cache/go-build/a9/a92178af121c96566a000c7502ae3fe6b7a2876860f6c96405beb1ddefe57a6b-d
2025-08-20T21:46:05.3308849Z [00:03:31.335]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/root/.cache/go-build/d9/d96710735da4536115cd40b39868a502c0e4f357e41b57c753e7f2ec50fe5a38-d
2025-08-20T21:46:05.3333646Z [00:03:31.335]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/netbirdio/netbird/relay\nmod\tgithub.com/netbirdio/netbird\tv0.55.2-0.20250820170419-0d2845ea310b\t\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.3\th1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.14\th1:f+eEi/2cKCg9pqKBoAIwRGzVb70MRKqWX4dg1BDcSJM=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.67\th1:9KxtdcIA/5xPNQyZRgUSpYOE6j9Bc4+D7nZua0KGYOM=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.30\th1:x793wxmUWVDhshP8WW2mlnXuFrO4cOd3HLBroh1paFw=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.34\th1:ZK5jHhnrioRkUNOc+hOgQKlUL5JeC3S6JgLxtQ+Rm0Q=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.34\th1:SZwFm17ZUNNg5Np0ioo/gq8Mn6u9w19Mri8DnJ15Jf0=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.3\th1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.3\th1:eAh2A4b5IzM/lum78bZ590jy36+d/aFLgKF/4Vd1xPE=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.15\th1:dM9/92u2F1JbDaGooxTq18wmmFzbJRfXfVfy96/1CXM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/route53\tv1.42.3\th1:MmLCRqP4U4Cw9gJ4bNrCG0mWqEtBlmAVleyelcHARMU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.25.3\th1:1Gw+9ajCV1jogloEv1RRnvfRFia2cL6c9cuKV2Ps+G8=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.30.1\th1:hXmVKytPfTy5axZ+fYbR5d0cFmC3JvwLm5kM83luako=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.33.19\th1:1XuUZ8mYJw9B6lzAkXhqHlJd/XvaX32evhproijJEZY=\ndep\tgithub.com/aws/smithy-go\tv1.22.2\th1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/caddyserver/certmagic\tv0.21.3\th1:pqRRry3yuB4CWBVq9+cUqu+Y6E2z8TswbhNx1AZeYm0=\ndep\tgithub.com/caddyserver/zerossl\tv0.1.3\th1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/coder/websocket\tv1.8.12\th1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo=\ndep\tgithub.com/go-logr/logr\tv1.4.2\th1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/golang/protobuf\tv1.5.4\th1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=\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/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/klauspost/cpuid/v2\tv2.2.7\th1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=\ndep\tgithub.com/libdns/libdns\tv0.2.2\th1:O6ws7bAfRPaBsgAYt8MDe2HcNBGC29hkZ9MX2eUSX3s=\ndep\tgithub.com/libdns/route53\tv1.5.0\th1:2SKdpPFl/qgWsXQvsLNJJAoX7rSxlk7zgoL4jnWdXVA=\ndep\tgithub.com/mholt/acmez/v2\tv2.0.1\th1:3/3N0u1pLjMK4sNEAFSI+bcvzbPhRpY383sy1kLHJ6k=\ndep\tgithub.com/miekg/dns\tv1.1.59\th1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/prometheus/client_golang\tv1.22.0\th1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=\ndep\tgithub.com/prometheus/client_model\tv0.6.1\th1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=\ndep\tgithub.com/prometheus/common\tv0.62.0\th1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=\ndep\tgithub.com/prometheus/procfs\tv0.15.1\th1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=\ndep\tgithub.com/quic-go/quic-go\tv0.48.2\th1:wsKXZPeGWpMpCGSWqOcqpW2wZYic/8T3aqiOID0/KWE=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/spf13/cobra\tv1.7.0\th1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=\ndep\tgithub.com/spf13/pflag\tv1.0.5\th1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=\ndep\tgithub.com/zeebo/blake3\tv0.2.3\th1:TFoLXsjeXqRNFxSbk35Dk4YtszE/MQQGK10BH4ptoTg=\ndep\tgo.opentelemetry.io/otel\tv1.26.0\th1:LQwgL5s/1W7YiiRwxf03QGnWLb2HW4pLiAhaA5cZXBs=\ndep\tgo.opentelemetry.io/otel/exporters/prometheus\tv0.48.0\th1:sBQe3VNGUjY9IKWQC6z2lNqa5iGbDSxhs60ABwK4y0s=\ndep\tgo.opentelemetry.io/otel/metric\tv1.26.0\th1:7S39CLuY5Jgg9CrnA9HHiEjGMF/X2VHvoXGgSllRz30=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.26.0\th1:Y7bumHf5tAiDlRYFmGqetNcLaVUZmh4iYfmGxtmz7F8=\ndep\tgo.opentelemetry.io/otel/sdk/metric\tv1.26.0\th1:cWSks5tfriHPdWFnl+qpX3P681aAYqlZHcAyHw5aU9Y=\ndep\tgo.opentelemetry.io/otel/trace\tv1.26.0\th1:1ieeAUb4y0TE26jUFrCIXKpTuVK7uJGN9/Z/2LP5sQA=\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.37.0\th1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=\ndep\tgolang.org/x/exp\tv0.0.0-20240506185415-9bf2ced13842\th1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=\ndep\tgolang.org/x/net\tv0.39.0\th1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=\ndep\tgolang.org/x/sys\tv0.32.0\th1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=\ndep\tgolang.org/x/text\tv0.24.0\th1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=\ndep\tgolang.zx2c4.com/wireguard/wgctrl\tv0.0.0-20230429144221-925a1e7659e6\th1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE=\ndep\tgoogle.golang.org/grpc\tv1.64.1\th1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA=\ndep\tgoogle.golang.org/protobuf\tv1.36.6\th1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=\ndep\tgopkg.in/natefinch/lumberjack.v2\tv2.0.0\th1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8\nbuild\tvcs.time=2025-08-20T17:04:19Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:46:05.3354255Z [00:03:31.335]➜  EOF
2025-08-20T21:46:05.3354506Z [00:03:31.335]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:46:05.3354757Z [00:03:31.335]➜  cd .
2025-08-20T21:46:05.3356966Z [00:03:31.335]➜  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,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=Lr8Wh9xDCIiIxycAq6mX/S-fx8yAkbOeNcDfHYneW/QcMS-bzphybLto3X2a_-/Lr8Wh9xDCIiIxycAq6mX -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:46:06.1935453Z [00:03:32.246]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:46:06.2120178Z [00:03:32.265]➜  mkdir -p /build-bins/
2025-08-20T21:46:06.2261866Z [00:03:32.265]➜  cp $WORK/b001/exe/a.out /build-bins/netbird-relay
2025-08-20T21:46:06.2262245Z [00:03:32.279]➜  rm -rf $WORK/b001/
2025-08-20T21:46:06.2349529Z [00:03:32.288]➜  + go build -C signal -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/netbird-signal
2025-08-20T21:46:06.2375642Z [00:03:32.290]➜  WORK=/tmp/go-build3512716857
2025-08-20T21:46:06.3278397Z [00:03:32.380]➜  # get https://proxy.golang.org/github.com/netbirdio/signal-dispatcher/dispatcher/@v/v0.0.0-20250805121659-6b4ac470ca45.info
2025-08-20T21:46:06.5365649Z [00:03:32.589]➜  # get https://proxy.golang.org/github.com/netbirdio/signal-dispatcher/dispatcher/@v/v0.0.0-20250805121659-6b4ac470ca45.info: 200 OK (0.209s)
2025-08-20T21:46:06.5378767Z [00:03:32.591]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.49.0.info
2025-08-20T21:46:06.5451105Z [00:03:32.598]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.49.0.info: 200 OK (0.007s)
2025-08-20T21:46:06.5472367Z [00:03:32.600]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:46:06.5472734Z [00:03:32.600]➜  git status --porcelain
2025-08-20T21:46:06.5529699Z [00:03:32.606]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO
2025-08-20T21:46:06.5530210Z [00:03:32.606]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:46:06.5544200Z [00:03:32.607]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:46:06.5574032Z [00:03:32.610]➜  0.001s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git config extensions.objectformat
2025-08-20T21:46:06.5575821Z [00:03:32.610]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:46:06.5599527Z [00:03:32.613]➜  0.004s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8 --
2025-08-20T21:46:06.5600564Z [00:03:32.613]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:46:06.5803920Z [00:03:32.633]➜  0.020s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8
2025-08-20T21:46:06.5804902Z [00:03:32.633]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:46:06.5827436Z [00:03:32.635]➜  0.002s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 0d2845ea310b --
2025-08-20T21:46:06.5828943Z [00:03:32.635]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:46:06.5841650Z [00:03:32.637]➜  0.001s # cd /tmp/tmp.7vRGrdtR1R/TEMPREPO; git cat-file blob 0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8:go.mod
2025-08-20T21:46:06.6344912Z [00:03:32.687]➜  github.com/netbirdio/signal-dispatcher/dispatcher
2025-08-20T21:46:06.6345374Z [00:03:32.687]➜  mkdir -p $WORK/b480/
2025-08-20T21:46:06.6345794Z [00:03:32.687]➜  cat >/tmp/go-build3512716857/b480/importcfg << 'EOF' # internal
2025-08-20T21:46:06.6346149Z [00:03:32.687]➜  # import config
2025-08-20T21:46:06.6346735Z [00:03:32.687]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:06.6347571Z [00:03:32.687]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:06.6348857Z [00:03:32.687]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/root/.cache/go-build/5b/5bab5e6055968aa4707f7e91afce166b58490a2ca6af9e599db426a3d7752d16-d
2025-08-20T21:46:06.6349950Z [00:03:32.687]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:06.6350934Z [00:03:32.687]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:06.6351818Z [00:03:32.687]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:06.6352302Z [00:03:32.687]➜  EOF
2025-08-20T21:46:06.6352893Z [00:03:32.687]➜  cd /tmp/tmp.7vRGrdtR1R/TEMPREPO/signal
2025-08-20T21:46:06.6356517Z [00:03:32.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/netbirdio/signal-dispatcher/dispatcher@v0.0.0-20250805121659-6b4ac470ca45=>github.com/netbirdio/signal-dispatcher/dispatcher@v0.0.0-20250805121659-6b4ac470ca45;$WORK/b480=>" -p github.com/netbirdio/signal-dispatcher/dispatcher -lang=go1.21 -complete -installsuffix shared -buildid zyOGg9P9nlGPgbeH4GD3/zyOGg9P9nlGPgbeH4GD3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/github.com/netbirdio/signal-dispatcher/dispatcher@v0.0.0-20250805121659-6b4ac470ca45/dispatcher.go
2025-08-20T21:46:06.6386221Z [00:03:32.691]➜  internal/profile
2025-08-20T21:46:06.6387255Z [00:03:32.692]➜  mkdir -p $WORK/b501/
2025-08-20T21:46:06.6409418Z [00:03:32.692]➜  github.com/netbirdio/netbird/signal/peer
2025-08-20T21:46:06.6410053Z [00:03:32.692]➜  mkdir -p $WORK/b479/
2025-08-20T21:46:06.6410587Z [00:03:32.693]➜  go.opentelemetry.io/otel/semconv/v1.17.0
2025-08-20T21:46:06.6410935Z [00:03:32.693]➜  mkdir -p $WORK/b499/
2025-08-20T21:46:06.6411313Z [00:03:32.693]➜  cat >/tmp/go-build3512716857/b501/importcfg << 'EOF' # internal
2025-08-20T21:46:06.6411675Z [00:03:32.693]➜  # import config
2025-08-20T21:46:06.6412238Z [00:03:32.693]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:46:06.6413390Z [00:03:32.693]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:46:06.6414254Z [00:03:32.693]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:06.6415087Z [00:03:32.693]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:06.6415954Z [00:03:32.693]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:46:06.6416748Z [00:03:32.693]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:46:06.6417548Z [00:03:32.693]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:46:06.6418884Z [00:03:32.693]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:46:06.6419735Z [00:03:32.693]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:06.6420548Z [00:03:32.693]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:06.6421039Z [00:03:32.693]➜  EOF
2025-08-20T21:46:06.6421371Z [00:03:32.693]➜  cat >/tmp/go-build3512716857/b479/importcfg << 'EOF' # internal
2025-08-20T21:46:06.6421718Z [00:03:32.693]➜  # import config
2025-08-20T21:46:06.6422271Z [00:03:32.693]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:06.6423275Z [00:03:32.693]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/root/.cache/go-build/5b/5bab5e6055968aa4707f7e91afce166b58490a2ca6af9e599db426a3d7752d16-d
2025-08-20T21:46:06.6424420Z [00:03:32.693]➜  packagefile github.com/netbirdio/netbird/signal/metrics=/root/.cache/go-build/a1/a14d4bdb6da2a142d708d40af7ba81f2db79e9789942c5123ddc19df4c8662ac-d
2025-08-20T21:46:06.6425461Z [00:03:32.693]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:06.6426348Z [00:03:32.693]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:06.6427376Z [00:03:32.693]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:06.6428103Z [00:03:32.693]➜  EOF
2025-08-20T21:46:06.6429738Z [00:03:32.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/peer=>github.com/netbirdio/netbird/signal/peer;$WORK/b479=>" -p github.com/netbirdio/netbird/signal/peer -lang=go1.23 -complete -installsuffix shared -buildid Lzu--17kNp5W6FdySNHq/Lzu--17kNp5W6FdySNHq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack ./peer/peer.go
2025-08-20T21:46:06.6431297Z [00:03:32.693]➜  cat >/tmp/go-build3512716857/b499/importcfg << 'EOF' # internal
2025-08-20T21:46:06.6431639Z [00:03:32.693]➜  # import config
2025-08-20T21:46:06.6432436Z [00:03:32.693]➜  packagefile go.opentelemetry.io/otel/attribute=/root/.cache/go-build/6c/6cec2afab1d95690e3ac04a68cbc726a57d616c7f72ea596ca869634e7d638cc-d
2025-08-20T21:46:06.6433087Z [00:03:32.693]➜  EOF
2025-08-20T21:46:06.6436568Z [00:03:32.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0=>go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0;$WORK/b499=>" -p go.opentelemetry.io/otel/semconv/v1.17.0 -lang=go1.21 -complete -installsuffix shared -buildid 5-YO4X3ffCvF3KKZVq-e/5-YO4X3ffCvF3KKZVq-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.26.0/semconv/v1.17.0/trace.go
2025-08-20T21:46:06.6441991Z [00:03:32.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b501=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid NFCqmxfJZwDjB3ySICMm/NFCqmxfJZwDjB3ySICMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/.go/src/internal/profile/encode.go /root/.go/src/internal/profile/filter.go /root/.go/src/internal/profile/graph.go /root/.go/src/internal/profile/merge.go /root/.go/src/internal/profile/profile.go /root/.go/src/internal/profile/proto.go /root/.go/src/internal/profile/prune.go
2025-08-20T21:46:06.6700780Z [00:03:32.723]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:46:06.6719688Z [00:03:32.725]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/96/96a83398899689d8ef59b930309addb84c027153da166d8ae7d6445be7039480-d # internal
2025-08-20T21:46:06.7348476Z [00:03:32.787]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:46:06.7401605Z [00:03:32.793]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/e8/e834c3978d9b5ec1ea5e3be7c1326866681f5b8768c6f19ee392c6b64cefdd1f-d # internal
2025-08-20T21:46:06.7469645Z [00:03:32.800]➜  github.com/netbirdio/netbird/signal/server
2025-08-20T21:46:06.7470203Z [00:03:32.800]➜  mkdir -p $WORK/b478/
2025-08-20T21:46:06.7470760Z [00:03:32.800]➜  cat >/tmp/go-build3512716857/b478/importcfg << 'EOF' # internal
2025-08-20T21:46:06.7471269Z [00:03:32.800]➜  # import config
2025-08-20T21:46:06.7471946Z [00:03:32.800]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:06.7472887Z [00:03:32.800]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:06.7474386Z [00:03:32.800]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/root/.cache/go-build/5b/5bab5e6055968aa4707f7e91afce166b58490a2ca6af9e599db426a3d7752d16-d
2025-08-20T21:46:06.7475870Z [00:03:32.800]➜  packagefile github.com/netbirdio/netbird/signal/metrics=/root/.cache/go-build/a1/a14d4bdb6da2a142d708d40af7ba81f2db79e9789942c5123ddc19df4c8662ac-d
2025-08-20T21:46:06.7476909Z [00:03:32.800]➜  packagefile github.com/netbirdio/netbird/signal/peer=/tmp/go-build3512716857/b479/_pkg_.a
2025-08-20T21:46:06.7477921Z [00:03:32.800]➜  packagefile github.com/netbirdio/signal-dispatcher/dispatcher=/tmp/go-build3512716857/b480/_pkg_.a
2025-08-20T21:46:06.7478991Z [00:03:32.800]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:06.7480121Z [00:03:32.800]➜  packagefile go.opentelemetry.io/otel/attribute=/root/.cache/go-build/6c/6cec2afab1d95690e3ac04a68cbc726a57d616c7f72ea596ca869634e7d638cc-d
2025-08-20T21:46:06.7481288Z [00:03:32.800]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:06.7482417Z [00:03:32.800]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:46:06.7483552Z [00:03:32.800]➜  packagefile google.golang.org/grpc/metadata=/root/.cache/go-build/bc/bc9dff9ea9c012451c68f455b1bb2ae9cfd06ad8470c9d6ef89c4f63a3ba3be8-d
2025-08-20T21:46:06.7484704Z [00:03:32.800]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:46:06.7486039Z [00:03:32.800]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:46:06.7487089Z [00:03:32.800]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:06.7487683Z [00:03:32.800]➜  EOF
2025-08-20T21:46:06.7489706Z [00:03:32.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/server=>github.com/netbirdio/netbird/signal/server;$WORK/b478=>" -p github.com/netbirdio/netbird/signal/server -lang=go1.23 -complete -installsuffix shared -buildid QLIwKQgJpkUw4OVOoa0W/QLIwKQgJpkUw4OVOoa0W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack ./server/signal.go
2025-08-20T21:46:06.7863365Z [00:03:32.839]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:46:06.7944120Z [00:03:32.847]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/bb/bb9a2e0a04e6d112ded59f6d62ffba636150fc19b67e8cb57f699500ed43af1e-d # internal
2025-08-20T21:46:06.7964745Z [00:03:32.847]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T21:46:06.7965270Z [00:03:32.847]➜  mkdir -p $WORK/b498/
2025-08-20T21:46:06.7965658Z [00:03:32.847]➜  cat >/tmp/go-build3512716857/b498/importcfg << 'EOF' # internal
2025-08-20T21:46:06.7966036Z [00:03:32.847]➜  # import config
2025-08-20T21:46:06.7966729Z [00:03:32.847]➜  packagefile go.opentelemetry.io/otel/attribute=/root/.cache/go-build/6c/6cec2afab1d95690e3ac04a68cbc726a57d616c7f72ea596ca869634e7d638cc-d
2025-08-20T21:46:06.7967573Z [00:03:32.847]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3512716857/b499/_pkg_.a
2025-08-20T21:46:06.7968543Z [00:03:32.847]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:06.7969079Z [00:03:32.847]➜  EOF
2025-08-20T21:46:06.7977492Z [00:03:32.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/internal=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/internal;$WORK/b498=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.20 -complete -installsuffix shared -buildid LVT6ac6MdIMV_emuvVEr/LVT6ac6MdIMV_emuvVEr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/internal/parse.go
2025-08-20T21:46:06.8113462Z [00:03:32.864]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:46:06.8153156Z [00:03:32.868]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:46:06.8159046Z [00:03:32.869]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/e7/e73b5dec9519694a52c14fdb2882e218f430896467f828495d43241221ebb0e1-d # internal
2025-08-20T21:46:06.8163166Z [00:03:32.869]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/3e/3e47507f1e658a4607de736eb693cdfdba67f926c61b7ce88f561778d8fe6458-d # internal
2025-08-20T21:46:06.8165330Z [00:03:32.869]➜  net/http/pprof
2025-08-20T21:46:06.8166745Z [00:03:32.869]➜  mkdir -p $WORK/b500/
2025-08-20T21:46:06.8174034Z [00:03:32.870]➜  cat >/tmp/go-build3512716857/b500/importcfg << 'EOF' # internal
2025-08-20T21:46:06.8174424Z [00:03:32.870]➜  # import config
2025-08-20T21:46:06.8174997Z [00:03:32.870]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:46:06.8175817Z [00:03:32.870]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:46:06.8176649Z [00:03:32.870]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:06.8177963Z [00:03:32.870]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:06.8178834Z [00:03:32.870]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T21:46:06.8179692Z [00:03:32.870]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T21:46:06.8180369Z [00:03:32.870]➜  packagefile internal/profile=/tmp/go-build3512716857/b501/_pkg_.a
2025-08-20T21:46:06.8181034Z [00:03:32.870]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:46:06.8181817Z [00:03:32.870]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:46:06.8183068Z [00:03:32.870]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:06.8184799Z [00:03:32.870]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:46:06.8185656Z [00:03:32.870]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:46:06.8186490Z [00:03:32.870]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:46:06.8187390Z [00:03:32.870]➜  packagefile runtime/pprof=/root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d
2025-08-20T21:46:06.8188578Z [00:03:32.870]➜  packagefile runtime/trace=/root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d
2025-08-20T21:46:06.8189417Z [00:03:32.870]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:46:06.8190274Z [00:03:32.870]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:46:06.8191098Z [00:03:32.870]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:06.8191908Z [00:03:32.870]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:06.8192661Z [00:03:32.870]➜  EOF
2025-08-20T21:46:06.8194648Z [00:03:32.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b500=>" -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/b500/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T21:46:06.8198744Z [00:03:32.872]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T21:46:06.8199228Z [00:03:32.873]➜  mkdir -p $WORK/b497/
2025-08-20T21:46:06.8201739Z [00:03:32.873]➜  cat >/tmp/go-build3512716857/b497/importcfg << 'EOF' # internal
2025-08-20T21:46:06.8202153Z [00:03:32.873]➜  # import config
2025-08-20T21:46:06.8202727Z [00:03:32.873]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:06.8203665Z [00:03:32.873]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3512716857/b498/_pkg_.a
2025-08-20T21:46:06.8204663Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel=/root/.cache/go-build/c2/c26ca4f78635dff7cc7b657db30d593dd5397486be90cc822b8b2174a40bf115-d
2025-08-20T21:46:06.8205709Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/attribute=/root/.cache/go-build/6c/6cec2afab1d95690e3ac04a68cbc726a57d616c7f72ea596ca869634e7d638cc-d
2025-08-20T21:46:06.8206741Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/baggage=/root/.cache/go-build/22/22f5401fd45aa1bc1006c543bd4e6e674f2458cd6db4d2375839586ccec7d900-d
2025-08-20T21:46:06.8208480Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/codes=/root/.cache/go-build/3c/3c4bec4b4188bbd2415e744fa39430ef3635b4f1c0dd77ca802eec0cded53938-d
2025-08-20T21:46:06.8209544Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:06.8210573Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/metric/noop=/root/.cache/go-build/ac/ac6310ade25cc7a8c744e4572a54f1dcb66b53d03b6bb3c7d5fa7dc49fa825da-d
2025-08-20T21:46:06.8211637Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/propagation=/root/.cache/go-build/9e/9e4bcb8c73cbf70cde819b77df67ab5326f2001eae7eff2b7a2e32af1e376010-d
2025-08-20T21:46:06.8212517Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3512716857/b499/_pkg_.a
2025-08-20T21:46:06.8213591Z [00:03:32.873]➜  packagefile go.opentelemetry.io/otel/trace=/root/.cache/go-build/92/92f2365fd0d67eb82fe32240df864c8cd1b630dbdcba356154aed8e075e898e2-d
2025-08-20T21:46:06.8214556Z [00:03:32.873]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:46:06.8215509Z [00:03:32.873]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:46:06.8216507Z [00:03:32.873]➜  packagefile google.golang.org/grpc/metadata=/root/.cache/go-build/bc/bc9dff9ea9c012451c68f455b1bb2ae9cfd06ad8470c9d6ef89c4f63a3ba3be8-d
2025-08-20T21:46:06.8217508Z [00:03:32.873]➜  packagefile google.golang.org/grpc/peer=/root/.cache/go-build/f5/f5e86a5f6cb2c0a06da4ab49578fbc299ceae0522b8d5de1106d37bbdc7ae25e-d
2025-08-20T21:46:06.8219341Z [00:03:32.873]➜  packagefile google.golang.org/grpc/stats=/root/.cache/go-build/bd/bddbad21c9c701a12c95925ec3aa26e57465ad5fcb2972b7bc536f9ebf054b4e-d
2025-08-20T21:46:06.8220665Z [00:03:32.873]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:46:06.8221867Z [00:03:32.873]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:46:06.8225519Z [00:03:32.873]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:46:06.8226954Z [00:03:32.873]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:06.8228196Z [00:03:32.873]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:46:06.8229169Z [00:03:32.873]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:46:06.8230025Z [00:03:32.873]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:06.8230512Z [00:03:32.873]➜  EOF
2025-08-20T21:46:06.8236196Z [00:03:32.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0;$WORK/b497=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.20 -complete -installsuffix shared -buildid Qkk9bqmFAxmx7-97WRP8/Qkk9bqmFAxmx7-97WRP8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/interceptor.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/interceptorinfo.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/metadata_supplier.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/semconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/stats_handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/version.go
2025-08-20T21:46:06.8392845Z [00:03:32.892]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:46:06.8425248Z [00:03:32.895]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/5f/5f767856c5c1b8a64e33c179c1c3e70ab239acaa3cba7ac09072b9cb22428ca6-d # internal
2025-08-20T21:46:06.8823576Z [00:03:32.935]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:46:06.8875313Z [00:03:32.940]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/05/05c25a169a832cee986286f809d4220a1f7821b85cdfad4b0dff8d8be9d46039-d # internal
2025-08-20T21:46:06.9101901Z [00:03:32.963]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:46:06.9126630Z [00:03:32.965]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/1b/1b3c527a13dd5199299332a62decfc1e4f3051a50b940539c0d6cd406832c292-d # internal
2025-08-20T21:46:06.9127882Z [00:03:32.966]➜  github.com/netbirdio/netbird/signal/cmd
2025-08-20T21:46:06.9128319Z [00:03:32.966]➜  mkdir -p $WORK/b002/
2025-08-20T21:46:06.9132237Z [00:03:32.966]➜  cat >/tmp/go-build3512716857/b002/importcfg << 'EOF' # internal
2025-08-20T21:46:06.9133075Z [00:03:32.966]➜  # import config
2025-08-20T21:46:06.9133692Z [00:03:32.966]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:06.9134566Z [00:03:32.966]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:06.9135429Z [00:03:32.966]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:06.9136252Z [00:03:32.966]➜  packagefile flag=/root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d
2025-08-20T21:46:06.9137073Z [00:03:32.966]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:06.9138805Z [00:03:32.966]➜  packagefile github.com/netbirdio/netbird/encryption=/root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d
2025-08-20T21:46:06.9140043Z [00:03:32.966]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/root/.cache/go-build/5b/5bab5e6055968aa4707f7e91afce166b58490a2ca6af9e599db426a3d7752d16-d
2025-08-20T21:46:06.9141200Z [00:03:32.966]➜  packagefile github.com/netbirdio/netbird/signal/metrics=/root/.cache/go-build/a1/a14d4bdb6da2a142d708d40af7ba81f2db79e9789942c5123ddc19df4c8662ac-d
2025-08-20T21:46:06.9142090Z [00:03:32.966]➜  packagefile github.com/netbirdio/netbird/signal/server=/tmp/go-build3512716857/b478/_pkg_.a
2025-08-20T21:46:06.9142971Z [00:03:32.966]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:46:06.9144025Z [00:03:32.966]➜  packagefile github.com/netbirdio/netbird/version=/root/.cache/go-build/d4/d41f4b462272bbbe2650062579bb6accb1a4b8f68afa5c21d15512ab0007a7c8-d
2025-08-20T21:46:06.9145071Z [00:03:32.966]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:06.9146014Z [00:03:32.966]➜  packagefile github.com/spf13/cobra=/root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d
2025-08-20T21:46:06.9146942Z [00:03:32.966]➜  packagefile github.com/spf13/pflag=/root/.cache/go-build/7b/7bd86f00263e95057a33f0dabe1e509c9abc6e710d547e389464e400c903c9eb-d
2025-08-20T21:46:06.9148345Z [00:03:32.966]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3512716857/b497/_pkg_.a
2025-08-20T21:46:06.9149404Z [00:03:32.966]➜  packagefile golang.org/x/crypto/acme/autocert=/root/.cache/go-build/7a/7af199b548efc654f7df232cfad736146bb963fddfe0475bf8fb155851456bc1-d
2025-08-20T21:46:06.9150392Z [00:03:32.966]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:46:06.9151369Z [00:03:32.966]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:46:06.9152385Z [00:03:32.966]➜  packagefile google.golang.org/grpc/keepalive=/root/.cache/go-build/b5/b549ac03529ef2ed7eff59632d32b4419a082c437437cc76767f876af83c7e0c-d
2025-08-20T21:46:06.9153497Z [00:03:32.966]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:06.9154326Z [00:03:32.966]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:06.9154962Z [00:03:32.966]➜  packagefile net/http/pprof=/tmp/go-build3512716857/b500/_pkg_.a
2025-08-20T21:46:06.9155614Z [00:03:32.966]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:46:06.9156427Z [00:03:32.966]➜  packagefile os/signal=/root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d
2025-08-20T21:46:06.9157254Z [00:03:32.966]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:46:06.9158551Z [00:03:32.966]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:06.9159400Z [00:03:32.966]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:06.9159887Z [00:03:32.966]➜  EOF
2025-08-20T21:46:06.9161814Z [00:03:32.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd=>github.com/netbirdio/netbird/signal/cmd;$WORK/b002=>" -p github.com/netbirdio/netbird/signal/cmd -lang=go1.23 -complete -installsuffix shared -buildid jbrwWVMTnrnU9m4uDA6c/jbrwWVMTnrnU9m4uDA6c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./cmd/env.go ./cmd/root.go ./cmd/run.go
2025-08-20T21:46:07.2886038Z [00:03:33.341]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:46:07.3016338Z [00:03:33.354]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/46/4610db431e5907786c39d5e63901af2cee18bebe4b05347a144020675347b46d-d # internal
2025-08-20T21:46:07.3017935Z [00:03:33.354]➜  github.com/netbirdio/netbird/signal
2025-08-20T21:46:07.3018360Z [00:03:33.354]➜  mkdir -p $WORK/b001/
2025-08-20T21:46:07.3018744Z [00:03:33.355]➜  cat >/tmp/go-build3512716857/b001/importcfg << 'EOF' # internal
2025-08-20T21:46:07.3019114Z [00:03:33.355]➜  # import config
2025-08-20T21:46:07.3019802Z [00:03:33.355]➜  packagefile github.com/netbirdio/netbird/signal/cmd=/tmp/go-build3512716857/b002/_pkg_.a
2025-08-20T21:46:07.3020610Z [00:03:33.355]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:46:07.3021462Z [00:03:33.355]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:46:07.3022318Z [00:03:33.355]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T21:46:07.3022836Z [00:03:33.355]➜  EOF
2025-08-20T21:46:07.3024271Z [00:03:33.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal=>github.com/netbirdio/netbird/signal;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid SADMaJV0XQoi93CeH4PM/SADMaJV0XQoi93CeH4PM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:46:07.3163183Z [00:03:33.369]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:46:07.3166580Z [00:03:33.369]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/f0/f0f6e1238fb8aa5ffc5488a1feba6f86d95d57963ad506f12895c835a8c4cc2d-d # internal
2025-08-20T21:46:07.3194919Z [00:03:33.372]➜  cat >/tmp/go-build3512716857/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:46:07.3201697Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/signal=/tmp/go-build3512716857/b001/_pkg_.a
2025-08-20T21:46:07.3205589Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/signal/cmd=/tmp/go-build3512716857/b002/_pkg_.a
2025-08-20T21:46:07.3206779Z [00:03:33.372]➜  packagefile os=/root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d
2025-08-20T21:46:07.3207623Z [00:03:33.372]➜  packagefile runtime=/root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d
2025-08-20T21:46:07.3208724Z [00:03:33.372]➜  packagefile runtime/cgo=/root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d
2025-08-20T21:46:07.3209580Z [00:03:33.372]➜  packagefile context=/root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d
2025-08-20T21:46:07.3211593Z [00:03:33.372]➜  packagefile crypto/tls=/root/.cache/go-build/80/801b836df63c08c0a41d10cadcb5e5a9b329958fdf84d4b51b93e2055e43185d-d
2025-08-20T21:46:07.3212454Z [00:03:33.372]➜  packagefile errors=/root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d
2025-08-20T21:46:07.3213276Z [00:03:33.372]➜  packagefile flag=/root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d
2025-08-20T21:46:07.3214101Z [00:03:33.372]➜  packagefile fmt=/root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d
2025-08-20T21:46:07.3215059Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/encryption=/root/.cache/go-build/73/730fdc2fd8fa40afc1bcdaa67ea3c264ba5260375397edcb7fe0826dddffac13-d
2025-08-20T21:46:07.3216187Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/shared/signal/proto=/root/.cache/go-build/5b/5bab5e6055968aa4707f7e91afce166b58490a2ca6af9e599db426a3d7752d16-d
2025-08-20T21:46:07.3218492Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/signal/metrics=/root/.cache/go-build/a1/a14d4bdb6da2a142d708d40af7ba81f2db79e9789942c5123ddc19df4c8662ac-d
2025-08-20T21:46:07.3219532Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/signal/server=/tmp/go-build3512716857/b478/_pkg_.a
2025-08-20T21:46:07.3220420Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/util=/root/.cache/go-build/84/845be0dd3fa77fcbe1f30a6af29fa579ad6f055dac7d582c7ec540c38cd63cb5-d
2025-08-20T21:46:07.3221492Z [00:03:33.372]➜  packagefile github.com/netbirdio/netbird/version=/root/.cache/go-build/d4/d41f4b462272bbbe2650062579bb6accb1a4b8f68afa5c21d15512ab0007a7c8-d
2025-08-20T21:46:07.3222514Z [00:03:33.372]➜  packagefile github.com/sirupsen/logrus=/root/.cache/go-build/4b/4ba59d0d3997ffe362e7571650c2707ba7a7fef9bf651ac32a5f3c7b1aaa7742-d
2025-08-20T21:46:07.3223462Z [00:03:33.372]➜  packagefile github.com/spf13/cobra=/root/.cache/go-build/11/114f2c22d1452b695398860bed42a45188156a9f968483d3418a63e042faead6-d
2025-08-20T21:46:07.3224391Z [00:03:33.372]➜  packagefile github.com/spf13/pflag=/root/.cache/go-build/7b/7bd86f00263e95057a33f0dabe1e509c9abc6e710d547e389464e400c903c9eb-d
2025-08-20T21:46:07.3225317Z [00:03:33.372]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3512716857/b497/_pkg_.a
2025-08-20T21:46:07.3226311Z [00:03:33.372]➜  packagefile golang.org/x/crypto/acme/autocert=/root/.cache/go-build/7a/7af199b548efc654f7df232cfad736146bb963fddfe0475bf8fb155851456bc1-d
2025-08-20T21:46:07.3227600Z [00:03:33.372]➜  packagefile google.golang.org/grpc=/root/.cache/go-build/5e/5eb4743f9a268355d9da12db6134d2243f53b1fb988162d538896a6f0823f56a-d
2025-08-20T21:46:07.3228859Z [00:03:33.372]➜  packagefile google.golang.org/grpc/credentials=/root/.cache/go-build/83/83c16b14c5dd87c79d1458e73fb87732a32ca9673242c0d3bbf6d6b13eb0c85e-d
2025-08-20T21:46:07.3229884Z [00:03:33.372]➜  packagefile google.golang.org/grpc/keepalive=/root/.cache/go-build/b5/b549ac03529ef2ed7eff59632d32b4419a082c437437cc76767f876af83c7e0c-d
2025-08-20T21:46:07.3230791Z [00:03:33.372]➜  packagefile net=/root/.cache/go-build/df/df710c49a7ca313e857be1d2fabbd409baedb9a3a45d559ab40f00b830531563-d
2025-08-20T21:46:07.3231611Z [00:03:33.372]➜  packagefile net/http=/root/.cache/go-build/94/94364f3c95236b9e91a34f77f0472bbcc8da3a7a889844ed9fef2bd84b23c766-d
2025-08-20T21:46:07.3232444Z [00:03:33.372]➜  packagefile net/http/pprof=/tmp/go-build3512716857/b500/_pkg_.a
2025-08-20T21:46:07.3233125Z [00:03:33.372]➜  packagefile os/signal=/root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d
2025-08-20T21:46:07.3233950Z [00:03:33.372]➜  packagefile strings=/root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d
2025-08-20T21:46:07.3234766Z [00:03:33.372]➜  packagefile time=/root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d
2025-08-20T21:46:07.3235632Z [00:03:33.372]➜  packagefile internal/bytealg=/root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d
2025-08-20T21:46:07.3236534Z [00:03:33.372]➜  packagefile internal/byteorder=/root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d
2025-08-20T21:46:07.3237464Z [00:03:33.372]➜  packagefile internal/filepathlite=/root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d
2025-08-20T21:46:07.3238599Z [00:03:33.372]➜  packagefile internal/goarch=/root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d
2025-08-20T21:46:07.3239473Z [00:03:33.372]➜  packagefile internal/itoa=/root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d
2025-08-20T21:46:07.3240330Z [00:03:33.372]➜  packagefile internal/poll=/root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d
2025-08-20T21:46:07.3241463Z [00:03:33.372]➜  packagefile internal/stringslite=/root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d
2025-08-20T21:46:07.3242496Z [00:03:33.372]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d
2025-08-20T21:46:07.3243459Z [00:03:33.372]➜  packagefile internal/syscall/unix=/root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d
2025-08-20T21:46:07.3244429Z [00:03:33.372]➜  packagefile internal/testlog=/root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d
2025-08-20T21:46:07.3245281Z [00:03:33.372]➜  packagefile io=/root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d
2025-08-20T21:46:07.3246067Z [00:03:33.372]➜  packagefile io/fs=/root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d
2025-08-20T21:46:07.3246880Z [00:03:33.372]➜  packagefile slices=/root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d
2025-08-20T21:46:07.3247691Z [00:03:33.372]➜  packagefile sync=/root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d
2025-08-20T21:46:07.3248867Z [00:03:33.372]➜  packagefile sync/atomic=/root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d
2025-08-20T21:46:07.3249747Z [00:03:33.372]➜  packagefile syscall=/root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d
2025-08-20T21:46:07.3250820Z [00:03:33.372]➜  packagefile internal/abi=/root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d
2025-08-20T21:46:07.3251734Z [00:03:33.372]➜  packagefile internal/chacha8rand=/root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d
2025-08-20T21:46:07.3252685Z [00:03:33.372]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d
2025-08-20T21:46:07.3253609Z [00:03:33.372]➜  packagefile internal/cpu=/root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d
2025-08-20T21:46:07.3254491Z [00:03:33.372]➜  packagefile internal/godebugs=/root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d
2025-08-20T21:46:07.3255394Z [00:03:33.372]➜  packagefile internal/goexperiment=/root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d
2025-08-20T21:46:07.3256505Z [00:03:33.372]➜  packagefile internal/goos=/root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d
2025-08-20T21:46:07.3257460Z [00:03:33.372]➜  packagefile internal/profilerecord=/root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d
2025-08-20T21:46:07.3269955Z [00:03:33.372]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d
2025-08-20T21:46:07.3270974Z [00:03:33.372]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d
2025-08-20T21:46:07.3271930Z [00:03:33.372]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d
2025-08-20T21:46:07.3272882Z [00:03:33.372]➜  packagefile internal/runtime/gc=/root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d
2025-08-20T21:46:07.3273817Z [00:03:33.372]➜  packagefile internal/runtime/maps=/root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d
2025-08-20T21:46:07.3274748Z [00:03:33.372]➜  packagefile internal/runtime/math=/root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d
2025-08-20T21:46:07.3276016Z [00:03:33.372]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d
2025-08-20T21:46:07.3277124Z [00:03:33.372]➜  packagefile internal/runtime/sys=/root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d
2025-08-20T21:46:07.3278416Z [00:03:33.372]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d
2025-08-20T21:46:07.3279395Z [00:03:33.372]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d
2025-08-20T21:46:07.3280342Z [00:03:33.372]➜  packagefile internal/reflectlite=/root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d
2025-08-20T21:46:07.3281220Z [00:03:33.372]➜  packagefile bytes=/root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d
2025-08-20T21:46:07.3282076Z [00:03:33.372]➜  packagefile container/list=/root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d
2025-08-20T21:46:07.3282937Z [00:03:33.372]➜  packagefile crypto=/root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d
2025-08-20T21:46:07.3283767Z [00:03:33.372]➜  packagefile crypto/aes=/root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d
2025-08-20T21:46:07.3284619Z [00:03:33.372]➜  packagefile crypto/cipher=/root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d
2025-08-20T21:46:07.3285683Z [00:03:33.372]➜  packagefile crypto/des=/root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d
2025-08-20T21:46:07.3286539Z [00:03:33.372]➜  packagefile crypto/ecdh=/root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d
2025-08-20T21:46:07.3287406Z [00:03:33.372]➜  packagefile crypto/ecdsa=/root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d
2025-08-20T21:46:07.3288467Z [00:03:33.372]➜  packagefile crypto/ed25519=/root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d
2025-08-20T21:46:07.3289352Z [00:03:33.372]➜  packagefile crypto/elliptic=/root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d
2025-08-20T21:46:07.3290221Z [00:03:33.372]➜  packagefile crypto/hkdf=/root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d
2025-08-20T21:46:07.3291275Z [00:03:33.372]➜  packagefile crypto/hmac=/root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d
2025-08-20T21:46:07.3292187Z [00:03:33.372]➜  packagefile crypto/internal/boring=/root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d
2025-08-20T21:46:07.3293160Z [00:03:33.372]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d
2025-08-20T21:46:07.3294216Z [00:03:33.372]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d
2025-08-20T21:46:07.3295235Z [00:03:33.372]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d
2025-08-20T21:46:07.3296231Z [00:03:33.372]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d
2025-08-20T21:46:07.3297229Z [00:03:33.372]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d
2025-08-20T21:46:07.3298336Z [00:03:33.372]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d
2025-08-20T21:46:07.3299220Z [00:03:33.372]➜  packagefile crypto/md5=/root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d
2025-08-20T21:46:07.3300281Z [00:03:33.372]➜  packagefile crypto/rand=/root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d
2025-08-20T21:46:07.3301196Z [00:03:33.372]➜  packagefile crypto/rc4=/root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d
2025-08-20T21:46:07.3302032Z [00:03:33.372]➜  packagefile crypto/rsa=/root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d
2025-08-20T21:46:07.3302878Z [00:03:33.372]➜  packagefile crypto/sha1=/root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d
2025-08-20T21:46:07.3303750Z [00:03:33.372]➜  packagefile crypto/sha256=/root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d
2025-08-20T21:46:07.3304621Z [00:03:33.372]➜  packagefile crypto/sha512=/root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d
2025-08-20T21:46:07.3305496Z [00:03:33.372]➜  packagefile crypto/subtle=/root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d
2025-08-20T21:46:07.3306499Z [00:03:33.372]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d
2025-08-20T21:46:07.3307417Z [00:03:33.372]➜  packagefile crypto/x509=/root/.cache/go-build/a0/a03f79ce31ed08c5c2946e2366751561296e40250a7d0764301ab29d10ee3ba7-d
2025-08-20T21:46:07.3308504Z [00:03:33.373]➜  packagefile encoding/pem=/root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d
2025-08-20T21:46:07.3309769Z [00:03:33.373]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d
2025-08-20T21:46:07.3310860Z [00:03:33.373]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d
2025-08-20T21:46:07.3311798Z [00:03:33.373]➜  packagefile hash=/root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d
2025-08-20T21:46:07.3312654Z [00:03:33.373]➜  packagefile internal/godebug=/root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d
2025-08-20T21:46:07.3313490Z [00:03:33.373]➜  packagefile sort=/root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d
2025-08-20T21:46:07.3314490Z [00:03:33.373]➜  packagefile strconv=/root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d
2025-08-20T21:46:07.3315306Z [00:03:33.373]➜  packagefile weak=/root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d
2025-08-20T21:46:07.3316121Z [00:03:33.373]➜  packagefile encoding=/root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d
2025-08-20T21:46:07.3316946Z [00:03:33.373]➜  packagefile reflect=/root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d
2025-08-20T21:46:07.3317946Z [00:03:33.373]➜  packagefile internal/fmtsort=/root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d
2025-08-20T21:46:07.3318849Z [00:03:33.373]➜  packagefile math=/root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d
2025-08-20T21:46:07.3319685Z [00:03:33.373]➜  packagefile unicode/utf8=/root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d
2025-08-20T21:46:07.3320639Z [00:03:33.373]➜  packagefile github.com/caddyserver/certmagic=/root/.cache/go-build/94/94c7193846655fb9aad42c52c246907e828d7d107374932840e8c26cf911a7dd-d
2025-08-20T21:46:07.3321650Z [00:03:33.373]➜  packagefile github.com/golang/protobuf/proto=/root/.cache/go-build/dc/dced2df9b0385ddcf51daf448824734387a02670f67a9d099e71c6b4c5933348-d
2025-08-20T21:46:07.3322774Z [00:03:33.373]➜  packagefile github.com/libdns/route53=/root/.cache/go-build/bd/bde1625641d75f798976cef3bc096e4fd301d9593c6d32e4d08ed0286e74e1d0-d
2025-08-20T21:46:07.3323828Z [00:03:33.373]➜  packagefile go.uber.org/zap=/root/.cache/go-build/6b/6b47cf917cb46039a456cbdf6dae3f08ae8e8c2ab657b3858ec397a93a595156-d
2025-08-20T21:46:07.3324783Z [00:03:33.373]➜  packagefile go.uber.org/zap/zapcore=/root/.cache/go-build/69/69285a66a65ab9eb97a3850318f495af8a4c218fb35cbc141939d5643ffd1f7f-d
2025-08-20T21:46:07.3325725Z [00:03:33.373]➜  packagefile golang.org/x/crypto/acme=/root/.cache/go-build/e5/e51e5c4489e69cc870196aa2d2111eb767126ad8e7ed28afe40c1ca4d2086bf0-d
2025-08-20T21:46:07.3326690Z [00:03:33.373]➜  packagefile golang.org/x/crypto/nacl/box=/root/.cache/go-build/84/849a068ef3c0998e2aa514389202ae860cd05d1b78e4053fe708275b93eca0d9-d
2025-08-20T21:46:07.3327853Z [00:03:33.373]➜  packagefile golang.zx2c4.com/wireguard/wgctrl/wgtypes=/root/.cache/go-build/2b/2bf365f0ed8670fb8c5f945ac6c0b5e70c325c8a91ccbff95c1487702499a7ea-d
2025-08-20T21:46:07.3328906Z [00:03:33.373]➜  packagefile path/filepath=/root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d
2025-08-20T21:46:07.3329841Z [00:03:33.373]➜  packagefile google.golang.org/grpc/codes=/root/.cache/go-build/ab/ab108a93ed169eaa5a57c76cb3f30c6185e45566d61613ae73e8862a92e37649-d
2025-08-20T21:46:07.3330817Z [00:03:33.373]➜  packagefile google.golang.org/grpc/status=/root/.cache/go-build/72/72c25ac13008c70404bbc2aeb0e9f28216d89135abc7569a5157ad05d9d12dd8-d
2025-08-20T21:46:07.3331883Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d
2025-08-20T21:46:07.3333194Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d
2025-08-20T21:46:07.3334316Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/root/.cache/go-build/71/717aab7aeef0b0f2809969dc72be90389c7bff261fe73e7d81fc4d790d5e4d05-d
2025-08-20T21:46:07.3335443Z [00:03:33.373]➜  packagefile github.com/prometheus/client_golang/prometheus=/root/.cache/go-build/79/79947943c1eedb0a08064f1251c2e8a8aec4bc2ba1f557055c0da3b1c16a8a87-d
2025-08-20T21:46:07.3336605Z [00:03:33.373]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/root/.cache/go-build/6f/6ff69f7dc2461e50161b3e6108c45e0b26837823841c80249e442ee77aa0c8e2-d
2025-08-20T21:46:07.3337943Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel=/root/.cache/go-build/c2/c26ca4f78635dff7cc7b657db30d593dd5397486be90cc822b8b2174a40bf115-d
2025-08-20T21:46:07.3339060Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/exporters/prometheus=/root/.cache/go-build/1e/1e83c24e00a0bf59f1510bbf5b957be6ab44b8c76a9f4c622b237fa5afeead17-d
2025-08-20T21:46:07.3340102Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/metric=/root/.cache/go-build/df/df36058715359429ea02e427f41d10511362660a02e874c8b2b465135caf4a32-d
2025-08-20T21:46:07.3341100Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/root/.cache/go-build/16/167686d77882487183223bf456d9c83c44c3d04fb6eeed0c506278e4fe2148a7-d
2025-08-20T21:46:07.3341927Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/signal/peer=/tmp/go-build3512716857/b479/_pkg_.a
2025-08-20T21:46:07.3342630Z [00:03:33.373]➜  packagefile github.com/netbirdio/signal-dispatcher/dispatcher=/tmp/go-build3512716857/b480/_pkg_.a
2025-08-20T21:46:07.3343538Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/attribute=/root/.cache/go-build/6c/6cec2afab1d95690e3ac04a68cbc726a57d616c7f72ea596ca869634e7d638cc-d
2025-08-20T21:46:07.3344565Z [00:03:33.373]➜  packagefile google.golang.org/grpc/metadata=/root/.cache/go-build/bc/bc9dff9ea9c012451c68f455b1bb2ae9cfd06ad8470c9d6ef89c4f63a3ba3be8-d
2025-08-20T21:46:07.3345579Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/proto=/root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d
2025-08-20T21:46:07.3346635Z [00:03:33.373]➜  packagefile encoding/json=/root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d
2025-08-20T21:46:07.3347963Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/formatter=/root/.cache/go-build/64/64bc9515fe5dee12be6ad5c4b7fff2b8bd64fe5f46686c0c2a207b6e724c8efb-d
2025-08-20T21:46:07.3349154Z [00:03:33.373]➜  packagefile github.com/sirupsen/logrus/hooks/syslog=/root/.cache/go-build/c7/c79b8605ee69bbb3697f77b03bb1b59040dcefd79e8ecc872ab037196761e6d2-d
2025-08-20T21:46:07.3350187Z [00:03:33.373]➜  packagefile google.golang.org/grpc/grpclog=/root/.cache/go-build/42/42052a30cc01ec783360216794867e072e81c13f3dffa4af94fcd2b872c7fd2c-d
2025-08-20T21:46:07.3351198Z [00:03:33.373]➜  packagefile gopkg.in/natefinch/lumberjack.v2=/root/.cache/go-build/80/807bd5fd2c899faa445b46b3d9bbdabe4973c54f1e2f108880bc7b5de3d569ae-d
2025-08-20T21:46:07.3352116Z [00:03:33.373]➜  packagefile log/syslog=/root/.cache/go-build/11/11b0334824397a5ec6d824f5cca70304dd30595e9918a0a075b8a27794480488-d
2025-08-20T21:46:07.3352950Z [00:03:33.373]➜  packagefile math/rand=/root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d
2025-08-20T21:46:07.3353804Z [00:03:33.373]➜  packagefile text/template=/root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d
2025-08-20T21:46:07.3354746Z [00:03:33.373]➜  packagefile github.com/hashicorp/go-version=/root/.cache/go-build/f0/f05f8da9efd41c8257af2c55ef07b36fdd77d44c833595ffdc8e38e0f1994b34-d
2025-08-20T21:46:07.3355651Z [00:03:33.373]➜  packagefile regexp=/root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d
2025-08-20T21:46:07.3356685Z [00:03:33.373]➜  packagefile bufio=/root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d
2025-08-20T21:46:07.3357559Z [00:03:33.373]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/50/504853acedad132de39bb026e937bdb275c817b9f289fcce3710912e5d87c2bc-d
2025-08-20T21:46:07.3358642Z [00:03:33.373]➜  packagefile log=/root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d
2025-08-20T21:46:07.3359459Z [00:03:33.373]➜  packagefile unicode=/root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d
2025-08-20T21:46:07.3360329Z [00:03:33.373]➜  packagefile encoding/base64=/root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d
2025-08-20T21:46:07.3361385Z [00:03:33.373]➜  packagefile encoding/csv=/root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d
2025-08-20T21:46:07.3362263Z [00:03:33.373]➜  packagefile encoding/hex=/root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d
2025-08-20T21:46:07.3363190Z [00:03:33.373]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3512716857/b498/_pkg_.a
2025-08-20T21:46:07.3364202Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/baggage=/root/.cache/go-build/22/22f5401fd45aa1bc1006c543bd4e6e674f2458cd6db4d2375839586ccec7d900-d
2025-08-20T21:46:07.3365201Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/codes=/root/.cache/go-build/3c/3c4bec4b4188bbd2415e744fa39430ef3635b4f1c0dd77ca802eec0cded53938-d
2025-08-20T21:46:07.3366222Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/metric/noop=/root/.cache/go-build/ac/ac6310ade25cc7a8c744e4572a54f1dcb66b53d03b6bb3c7d5fa7dc49fa825da-d
2025-08-20T21:46:07.3367282Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/propagation=/root/.cache/go-build/9e/9e4bcb8c73cbf70cde819b77df67ab5326f2001eae7eff2b7a2e32af1e376010-d
2025-08-20T21:46:07.3368296Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3512716857/b499/_pkg_.a
2025-08-20T21:46:07.3369144Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/trace=/root/.cache/go-build/92/92f2365fd0d67eb82fe32240df864c8cd1b630dbdcba356154aed8e075e898e2-d
2025-08-20T21:46:07.3370256Z [00:03:33.373]➜  packagefile google.golang.org/grpc/peer=/root/.cache/go-build/f5/f5e86a5f6cb2c0a06da4ab49578fbc299ceae0522b8d5de1106d37bbdc7ae25e-d
2025-08-20T21:46:07.3371395Z [00:03:33.373]➜  packagefile google.golang.org/grpc/stats=/root/.cache/go-build/bd/bddbad21c9c701a12c95925ec3aa26e57465ad5fcb2972b7bc536f9ebf054b4e-d
2025-08-20T21:46:07.3372399Z [00:03:33.373]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d
2025-08-20T21:46:07.3373312Z [00:03:33.373]➜  packagefile golang.org/x/net/idna=/root/.cache/go-build/d2/d2ae6ad165d68f20f83ffaca5e7ca19f4596f839eab0d7963472e6dde4be70f0-d
2025-08-20T21:46:07.3374168Z [00:03:33.373]➜  packagefile path=/root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d
2025-08-20T21:46:07.3374995Z [00:03:33.373]➜  packagefile compress/gzip=/root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d
2025-08-20T21:46:07.3375872Z [00:03:33.373]➜  packagefile encoding/binary=/root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d
2025-08-20T21:46:07.3376784Z [00:03:33.373]➜  packagefile golang.org/x/net/trace=/root/.cache/go-build/ab/abfc2b70a93ad9c636a40a9f79ce3284dcf41ecb73655b68a7eca76b00442ffd-d
2025-08-20T21:46:07.3377869Z [00:03:33.373]➜  packagefile google.golang.org/grpc/backoff=/root/.cache/go-build/ec/ec6321b6e43722b69c839da1e7310acbf13d565f390449211164c4c30d3dfedc-d
2025-08-20T21:46:07.3379047Z [00:03:33.373]➜  packagefile google.golang.org/grpc/balancer=/root/.cache/go-build/87/876c6a8352ecc2d1fce02dbcf789088e1eb2ed4d5ce6ed89ebcba1ad26c589bd-d
2025-08-20T21:46:07.3380218Z [00:03:33.373]➜  packagefile google.golang.org/grpc/balancer/base=/root/.cache/go-build/55/55e186bd205432fa78750af0481993f27e0f5c73fdfbda93e70a1a056f5084e7-d
2025-08-20T21:46:07.3381289Z [00:03:33.373]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/root/.cache/go-build/85/85141b1cfd1497956bcb2b6cf892c4cfeed39a7ccf9ed37cfc97bb27a636b9e0-d
2025-08-20T21:46:07.3382341Z [00:03:33.373]➜  packagefile google.golang.org/grpc/channelz=/root/.cache/go-build/14/1479ef937f1430750bc27b0d6d3b6a104fc9e900901723a43567eef7848aa39f-d
2025-08-20T21:46:07.3383353Z [00:03:33.373]➜  packagefile google.golang.org/grpc/connectivity=/root/.cache/go-build/e5/e55801b351e33c0157eb3b91afa212f91f252c0c2f3ad78ab3efd56cb8683d79-d
2025-08-20T21:46:07.3384419Z [00:03:33.373]➜  packagefile google.golang.org/grpc/credentials/insecure=/root/.cache/go-build/24/24152e79334a29b5f9bdcdaf885f7638ca4495d8c4fdf343c9c67901a0b5e116-d
2025-08-20T21:46:07.3385460Z [00:03:33.373]➜  packagefile google.golang.org/grpc/encoding=/root/.cache/go-build/70/705d72883dd076c9152c06b411c304c93f01022dba66d586316879b71355d607-d
2025-08-20T21:46:07.3386468Z [00:03:33.373]➜  packagefile google.golang.org/grpc/encoding/proto=/root/.cache/go-build/05/057d32a83c71d275176c8f6fec548e624e19e008b786d08a951144014f70f602-d
2025-08-20T21:46:07.3387484Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal=/root/.cache/go-build/e2/e2ce9c964d752ee66f3970fa684546c8956ecb926fdcc1e4008b35bb99f2e861-d
2025-08-20T21:46:07.3388691Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/backoff=/root/.cache/go-build/ec/ec5ff0fee8ce24525c65e4cd06fb4bba430c1d44fe8409161fa15ef6ee11df83-d
2025-08-20T21:46:07.3389846Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/root/.cache/go-build/ac/ac426da5c7211a5ea44d90da65a7c49e382afc1d41780105ecbed82ed05c12b4-d
2025-08-20T21:46:07.3391012Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/balancerload=/root/.cache/go-build/5f/5f8c02bd8d6b6736be5b1c6a068e012e2795c135bd852ef7a03d014741c49883-d
2025-08-20T21:46:07.3392126Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/binarylog=/root/.cache/go-build/85/858b1390f2e034af4c5c548a09a18b1863588d6d0613049e5a685e2db943e259-d
2025-08-20T21:46:07.3393189Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/channelz=/root/.cache/go-build/97/97812843a3ae1b6d4a52b0c43ea9c144982598b2cdd71098125a342071c998ff-d
2025-08-20T21:46:07.3394467Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/grpclog=/root/.cache/go-build/e0/e0d33059caa3fa5eaf9a40a4b574d8ec283a48b3d1221cd8c1b0c86655d6d3e0-d
2025-08-20T21:46:07.3395652Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/grpcrand=/root/.cache/go-build/98/98c8a9d58af5aef96c3a778f84ee123b7050f030498846e1d707b47398a898d6-d
2025-08-20T21:46:07.3396724Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/grpcsync=/root/.cache/go-build/4c/4c3a9a4166398e26836684e9bcc3da0718f53adf041983843b57833b8ed35aa3-d
2025-08-20T21:46:07.3398053Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/grpcutil=/root/.cache/go-build/95/95335a864525be1ad4dfa6c6d88698794edb175ebe7f8d638c10848835f5782f-d
2025-08-20T21:46:07.3399188Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/idle=/root/.cache/go-build/de/deededdf09301b43025b2f7ff5275ea6ef583cd9cf692835759e676c1e6e630b-d
2025-08-20T21:46:07.3400262Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/metadata=/root/.cache/go-build/f3/f325fab89a325f1a7ec299029d9f4d1d192f88ae5231333e5c4855cb0d155713-d
2025-08-20T21:46:07.3401325Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/pretty=/root/.cache/go-build/2e/2ef545916b3c67e4e447b2b6a6e4702edd078290058f2618966509d245d41209-d
2025-08-20T21:46:07.3402377Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/resolver=/root/.cache/go-build/72/724f7f4588ca8e325b31a1e224840b6198f7051ed84c0d1bd4d52fe6d1380ebf-d
2025-08-20T21:46:07.3403787Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/root/.cache/go-build/a4/a43c320ab0082f9cc5b73e57b5910804b993ef4098e206031393ce278d90dc68-d
2025-08-20T21:46:07.3404922Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/root/.cache/go-build/00/0069428cebd37a2c876820651991702cc28d5c0411f2e818042ff353061fbdef-d
2025-08-20T21:46:07.3406094Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/root/.cache/go-build/2e/2e1914fd06eecb07b243217ffd7ad9718b09fa0ebcf1230042a12206c8f50f40-d
2025-08-20T21:46:07.3407314Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/status=/root/.cache/go-build/92/92b506b9b0b9fdfa12ae712837e56b34ccd25c482e670b2aff95d618655cd11b-d
2025-08-20T21:46:07.3408575Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/transport=/root/.cache/go-build/5c/5c6bca3f4c6e8f5b496b76e3be893d8ca0600b7a011d836373b6b655725365d2-d
2025-08-20T21:46:07.3409633Z [00:03:33.373]➜  packagefile google.golang.org/grpc/resolver=/root/.cache/go-build/67/67fdb0e510b25dfdd429742dd0b7a0a944e2cd1a9058ea78805f866532c15bcd-d
2025-08-20T21:46:07.3410662Z [00:03:33.373]➜  packagefile google.golang.org/grpc/resolver/dns=/root/.cache/go-build/91/91dbebbebfe30892259daaa85fb896a7c646fb85bb939d8635a61865cc27f7ea-d
2025-08-20T21:46:07.3411703Z [00:03:33.373]➜  packagefile google.golang.org/grpc/serviceconfig=/root/.cache/go-build/cd/cd6c9a67730aef1b7233c52d37d60c6917e6f2b1ed961bcc969ccc2d7c6884bb-d
2025-08-20T21:46:07.3412701Z [00:03:33.373]➜  packagefile google.golang.org/grpc/tap=/root/.cache/go-build/c1/c169d96f5d2754d799fe45c2f396723d246744251a6294d2b01a8b3294ac67ef-d
2025-08-20T21:46:07.3413574Z [00:03:33.373]➜  packagefile net/url=/root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d
2025-08-20T21:46:07.3414506Z [00:03:33.373]➜  packagefile google.golang.org/grpc/attributes=/root/.cache/go-build/a4/a42efd1eeddbae4f5c51701cf288816e55241f5695ef4cba2668cc70eae3b045-d
2025-08-20T21:46:07.3415583Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/credentials=/root/.cache/go-build/02/022e30241cab2f1cd2ecb7068265af525df54d0af643d1c7d092cf71a296a26c-d
2025-08-20T21:46:07.3416521Z [00:03:33.373]➜  packagefile cmp=/root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d
2025-08-20T21:46:07.3417458Z [00:03:33.373]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d
2025-08-20T21:46:07.3419742Z [00:03:33.373]➜  packagefile internal/nettrace=/root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d
2025-08-20T21:46:07.3420766Z [00:03:33.373]➜  packagefile internal/singleflight=/root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d
2025-08-20T21:46:07.3421661Z [00:03:33.373]➜  packagefile net/netip=/root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d
2025-08-20T21:46:07.3422633Z [00:03:33.373]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/24/249307af8f4219eddee1f94c77d32eb683398c062be8802da8e1275ca6903f21-d
2025-08-20T21:46:07.3423682Z [00:03:33.373]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/bf/bff3c2183a59264fd540792ee7193e457384115834c90ca26a913b596ddf400c-d
2025-08-20T21:46:07.3424726Z [00:03:33.373]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d
2025-08-20T21:46:07.3425729Z [00:03:33.373]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d
2025-08-20T21:46:07.3426610Z [00:03:33.373]➜  packagefile maps=/root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d
2025-08-20T21:46:07.3427678Z [00:03:33.373]➜  packagefile math/bits=/root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d
2025-08-20T21:46:07.3428905Z [00:03:33.373]➜  packagefile mime=/root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d
2025-08-20T21:46:07.3429754Z [00:03:33.373]➜  packagefile mime/multipart=/root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d
2025-08-20T21:46:07.3430656Z [00:03:33.373]➜  packagefile net/http/httptrace=/root/.cache/go-build/6c/6c4c249df8222a83694856bcd0b2e1ac25a7c7fedb2c4182cac3801522f7cd59-d
2025-08-20T21:46:07.3431573Z [00:03:33.373]➜  packagefile net/http/internal=/root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d
2025-08-20T21:46:07.3432503Z [00:03:33.373]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d
2025-08-20T21:46:07.3433479Z [00:03:33.373]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d
2025-08-20T21:46:07.3434412Z [00:03:33.373]➜  packagefile net/textproto=/root/.cache/go-build/60/60958166c58fc751e17817a5f5ec0d09df305badb6b25947f49b54f0f9b02321-d
2025-08-20T21:46:07.3435243Z [00:03:33.373]➜  packagefile html=/root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d
2025-08-20T21:46:07.3435875Z [00:03:33.373]➜  packagefile internal/profile=/tmp/go-build3512716857/b501/_pkg_.a
2025-08-20T21:46:07.3436596Z [00:03:33.373]➜  packagefile runtime/pprof=/root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d
2025-08-20T21:46:07.3437464Z [00:03:33.373]➜  packagefile runtime/trace=/root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d
2025-08-20T21:46:07.3438540Z [00:03:33.373]➜  packagefile iter=/root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d
2025-08-20T21:46:07.3439422Z [00:03:33.373]➜  packagefile internal/oserror=/root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d
2025-08-20T21:46:07.3440310Z [00:03:33.373]➜  packagefile internal/race=/root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d
2025-08-20T21:46:07.3441191Z [00:03:33.373]➜  packagefile internal/sync=/root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d
2025-08-20T21:46:07.3442266Z [00:03:33.373]➜  packagefile internal/synctest=/root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d
2025-08-20T21:46:07.3443339Z [00:03:33.373]➜  packagefile internal/asan=/root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d
2025-08-20T21:46:07.3444269Z [00:03:33.373]➜  packagefile internal/msan=/root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d
2025-08-20T21:46:07.3445179Z [00:03:33.373]➜  packagefile internal/unsafeheader=/root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d
2025-08-20T21:46:07.3446142Z [00:03:33.373]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d
2025-08-20T21:46:07.3447135Z [00:03:33.373]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d
2025-08-20T21:46:07.3448292Z [00:03:33.373]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d
2025-08-20T21:46:07.3449369Z [00:03:33.373]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d
2025-08-20T21:46:07.3450396Z [00:03:33.373]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d
2025-08-20T21:46:07.3451654Z [00:03:33.373]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d
2025-08-20T21:46:07.3452823Z [00:03:33.373]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d
2025-08-20T21:46:07.3453831Z [00:03:33.373]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d
2025-08-20T21:46:07.3454834Z [00:03:33.373]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d
2025-08-20T21:46:07.3455816Z [00:03:33.373]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d
2025-08-20T21:46:07.3456859Z [00:03:33.373]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d
2025-08-20T21:46:07.3457935Z [00:03:33.373]➜  packagefile math/big=/root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d
2025-08-20T21:46:07.3458841Z [00:03:33.373]➜  packagefile math/rand/v2=/root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d
2025-08-20T21:46:07.3459780Z [00:03:33.373]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d
2025-08-20T21:46:07.3460783Z [00:03:33.373]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d
2025-08-20T21:46:07.3461774Z [00:03:33.373]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d
2025-08-20T21:46:07.3462746Z [00:03:33.373]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d
2025-08-20T21:46:07.3463717Z [00:03:33.373]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d
2025-08-20T21:46:07.3464693Z [00:03:33.373]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d
2025-08-20T21:46:07.3465850Z [00:03:33.373]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d
2025-08-20T21:46:07.3467017Z [00:03:33.373]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d
2025-08-20T21:46:07.3468326Z [00:03:33.373]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d
2025-08-20T21:46:07.3469385Z [00:03:33.373]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d
2025-08-20T21:46:07.3470374Z [00:03:33.373]➜  packagefile crypto/internal/impl=/root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d
2025-08-20T21:46:07.3471337Z [00:03:33.373]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d
2025-08-20T21:46:07.3472335Z [00:03:33.373]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d
2025-08-20T21:46:07.3473336Z [00:03:33.373]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d
2025-08-20T21:46:07.3474338Z [00:03:33.373]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d
2025-08-20T21:46:07.3475510Z [00:03:33.373]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d
2025-08-20T21:46:07.3476627Z [00:03:33.373]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d
2025-08-20T21:46:07.3477618Z [00:03:33.373]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d
2025-08-20T21:46:07.3478704Z [00:03:33.373]➜  packagefile crypto/fips140=/root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d
2025-08-20T21:46:07.3479567Z [00:03:33.373]➜  packagefile crypto/dsa=/root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d
2025-08-20T21:46:07.3480425Z [00:03:33.373]➜  packagefile encoding/asn1=/root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d
2025-08-20T21:46:07.3481298Z [00:03:33.373]➜  packagefile unicode/utf16=/root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d
2025-08-20T21:46:07.3482269Z [00:03:33.373]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d
2025-08-20T21:46:07.3483340Z [00:03:33.373]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d
2025-08-20T21:46:07.3484447Z [00:03:33.373]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d
2025-08-20T21:46:07.3485438Z [00:03:33.373]➜  packagefile internal/bisect=/root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d
2025-08-20T21:46:07.3486382Z [00:03:33.373]➜  packagefile github.com/caddyserver/zerossl=/root/.cache/go-build/68/689228acbb9c95d3d7902a930f9cfd153a1849157413153d6cfa6471994b53cf-d
2025-08-20T21:46:07.3487386Z [00:03:33.373]➜  packagefile github.com/klauspost/cpuid/v2=/root/.cache/go-build/d2/d29fbcbde14bfe300cbeea243c264a5d57c9bcac0dbab7a3def844fcfd15dfce-d
2025-08-20T21:46:07.3488508Z [00:03:33.373]➜  packagefile github.com/libdns/libdns=/root/.cache/go-build/c3/c36dc50be94d9622d723ad4573a51cced7f716848c648c7fc2ad43d548708c92-d
2025-08-20T21:46:07.3489467Z [00:03:33.373]➜  packagefile github.com/mholt/acmez/v2=/root/.cache/go-build/4e/4eeb9761a90a481bce5c00ba9ee6144f1d62cb6668be7b1d4dfdabbf8d638250-d
2025-08-20T21:46:07.3490658Z [00:03:33.373]➜  packagefile github.com/mholt/acmez/v2/acme=/root/.cache/go-build/3f/3f403136d069eb46bf5f525af99731569362d8180094d949ba6f2568ad5c1a19-d
2025-08-20T21:46:07.3491692Z [00:03:33.373]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/f3/f3642f715809b85530fd755b762ac3045153293fba0b5c3323881fb75d93cb65-d
2025-08-20T21:46:07.3492622Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3=/root/.cache/go-build/89/8944afe5abf9858e0c8cf8ec14855d94f7f40e4fec9678e11a75afc86cac40b6-d
2025-08-20T21:46:07.3493561Z [00:03:33.373]➜  packagefile golang.org/x/crypto/ocsp=/root/.cache/go-build/26/26910800082045cd09345f69c78dcea72f317831da895c1d2519d54100f38338-d
2025-08-20T21:46:07.3494448Z [00:03:33.373]➜  packagefile hash/fnv=/root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d
2025-08-20T21:46:07.3495452Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/encoding/prototext=/root/.cache/go-build/f7/f7d3b635bd6ec030d2a871fb03505649e77cdebd0ed094ffd98af795d0917893-d
2025-08-20T21:46:07.3496585Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/encoding/protowire=/root/.cache/go-build/44/44fe0e1cbb07caa7709fc2ff70494a65dffd5f97eddfeba80e82ad1a0e30420c-d
2025-08-20T21:46:07.3497914Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/root/.cache/go-build/d1/d1a58c988dd2b6507a6eb886280a1edafb1d710ded14309e2dc2a420bfe4c54e-d
2025-08-20T21:46:07.3499252Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/root/.cache/go-build/99/9998df57cdaddf53838a931313f7e90e1759a66fa302c169b8a76078403d6740-d
2025-08-20T21:46:07.3500549Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/root/.cache/go-build/e5/e58c768a005aba3476b8fcbddf4a934678b23b892b6688d8782fd9d1529df640-d
2025-08-20T21:46:07.3501524Z [00:03:33.373]➜  packagefile io/ioutil=/root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d
2025-08-20T21:46:07.3502449Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/root/.cache/go-build/4b/4ba358d22f5650bc3242176df2fb2c0cd627756aa7a61f7549daf48bd4850e25-d
2025-08-20T21:46:07.3503445Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/root/.cache/go-build/35/351ef6919396a461506ec5364b1969f7e3e4008f1e44641e05b7626e120b5ead-d
2025-08-20T21:46:07.3504450Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/root/.cache/go-build/fc/fc8a717298e20f9356cc3f453319bcfa92b6894c6aaf275fe1b4e3bf9b2f11b8-d
2025-08-20T21:46:07.3505488Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/root/.cache/go-build/09/09136ecd2b651c8c04a715613779b1fe16b0f8b390bc2bfec1d259d66a2bc5ad-d
2025-08-20T21:46:07.3506553Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53=/root/.cache/go-build/03/03db750ce14990197e7c47cc9b2d18bd79147e3a9766d9e6e4b7bcd5b06daf3d-d
2025-08-20T21:46:07.3507672Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/types=/root/.cache/go-build/c0/c0dc89ee1dbca76fd763321238750b8adc790cfa0c24f15e608444248df609ec-d
2025-08-20T21:46:07.3508929Z [00:03:33.373]➜  packagefile go.uber.org/multierr=/root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d
2025-08-20T21:46:07.3509840Z [00:03:33.373]➜  packagefile go.uber.org/zap/internal=/root/.cache/go-build/82/824834fe3210c71508964e39e39e41ab362a533338ca39911f9330a9bad92fce-d
2025-08-20T21:46:07.3510816Z [00:03:33.373]➜  packagefile go.uber.org/zap/internal/bufferpool=/root/.cache/go-build/58/58428706e7d026a873dccb50a976ceacc8059122a89a27b67fb119b4192696f8-d
2025-08-20T21:46:07.3511821Z [00:03:33.373]➜  packagefile go.uber.org/zap/internal/pool=/root/.cache/go-build/8d/8d7d33cc8d5faaa820a2c30809b31ef63d30023692839527f4f22b758bc840ed-d
2025-08-20T21:46:07.3512826Z [00:03:33.373]➜  packagefile go.uber.org/zap/internal/stacktrace=/root/.cache/go-build/8f/8f017bac6c2f5b20567d8f2a7003158183a3f802e918367fa92fe73ce835b0c6-d
2025-08-20T21:46:07.3514000Z [00:03:33.373]➜  packagefile go.uber.org/zap/buffer=/root/.cache/go-build/46/4683499672ce48bc81b6f8b3ea6a067cc526f790b0de0203e8c638751ff98ab0-d
2025-08-20T21:46:07.3515062Z [00:03:33.373]➜  packagefile go.uber.org/zap/internal/color=/root/.cache/go-build/64/64adde809865bc56f3936befb7d8b47fa0770e6f6709e418c22cfee34fcb6abf-d
2025-08-20T21:46:07.3516046Z [00:03:33.373]➜  packagefile go.uber.org/zap/internal/exit=/root/.cache/go-build/10/105f1c2ac36e14bc99e5bd97b0085f5a1702180ede9f48ded861fd2de26f3f62-d
2025-08-20T21:46:07.3516972Z [00:03:33.373]➜  packagefile runtime/debug=/root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d
2025-08-20T21:46:07.3518021Z [00:03:33.373]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/99/9984fd4f94e881d6541eff0d5ff736724f4c72bf721b4b1e4a294e68aee7af46-d
2025-08-20T21:46:07.3519068Z [00:03:33.373]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/34/34d7ca23b916c77851460b3be05652accff961857417a000a675355c2a938d4e-d
2025-08-20T21:46:07.3520094Z [00:03:33.373]➜  packagefile golang.org/x/crypto/nacl/secretbox=/root/.cache/go-build/3a/3af1ba5c807f2185ef740e4a1bffa82188972bbc72cdd1539f8c8e6b1cfba1d9-d
2025-08-20T21:46:07.3521132Z [00:03:33.373]➜  packagefile golang.org/x/crypto/salsa20/salsa=/root/.cache/go-build/8c/8ca46b7e9f4d46f9ce3639af23ee6a8a0a8e0b87cec10ea14e079a1b882f83be-d
2025-08-20T21:46:07.3522444Z [00:03:33.373]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/root/.cache/go-build/1b/1b63b3aaceaab13f6b10a7ebcfd2f32ef627c9165b0ec2cec471bcf9611bab29-d
2025-08-20T21:46:07.3523743Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/pragma=/root/.cache/go-build/73/7382aa788588c3ef6c2475608cb19281d720b8af3e8c06bd7479b4022e6abc04-d
2025-08-20T21:46:07.3524842Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/filedesc=/root/.cache/go-build/4d/4df0f812edb1f466998d188b4f555363bde43852afaa0544d412e344abbe1eba-d
2025-08-20T21:46:07.3525952Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/filetype=/root/.cache/go-build/29/294d3c59c2f7866b180c648d20ea8b3bbc7d799373d28ae4f11c2e2d17063c4e-d
2025-08-20T21:46:07.3527037Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/impl=/root/.cache/go-build/29/29bad14f07bc8d1198c4dda8713215b7b305c566a14558cf538cce650e50e1d1-d
2025-08-20T21:46:07.3528241Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/protolazy=/root/.cache/go-build/26/2604839fb076a78ebb4623458abd5c35d7439253f2aa9bbb49d19e4c4e8dd544-d
2025-08-20T21:46:07.3529403Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/version=/root/.cache/go-build/8d/8dbd3dedbdf6e3346145e72cf6d25f678a0d5f1853926ee26d973bd6d973e602-d
2025-08-20T21:46:07.3530362Z [00:03:33.373]➜  packagefile expvar=/root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d
2025-08-20T21:46:07.3531288Z [00:03:33.373]➜  packagefile github.com/beorn7/perks/quantile=/root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d
2025-08-20T21:46:07.3532406Z [00:03:33.373]➜  packagefile github.com/cespare/xxhash/v2=/root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d
2025-08-20T21:46:07.3533569Z [00:03:33.373]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/root/.cache/go-build/92/92c6983accefab7a0dc0233cfebc1b9499f811aca6828a78eb01fa5565a0fa17-d
2025-08-20T21:46:07.3534693Z [00:03:33.373]➜  packagefile github.com/prometheus/client_model/go=/root/.cache/go-build/ea/ea1702a3e4aeeeadaff9e5f1c80045444b7bacd4708a71e5c27c8de0f070ac13-d
2025-08-20T21:46:07.3535754Z [00:03:33.373]➜  packagefile github.com/prometheus/common/expfmt=/root/.cache/go-build/ae/ae8f83f5ca94c00ac8b7bb9eecaf6ed95eb344e18ac07c29bd279ea33d209e5b-d
2025-08-20T21:46:07.3536798Z [00:03:33.373]➜  packagefile github.com/prometheus/common/model=/root/.cache/go-build/52/528d2a1dfc0379621f9497d9609ea995d4f45b112a783fd942e7bc17daa72bd0-d
2025-08-20T21:46:07.3538032Z [00:03:33.373]➜  packagefile github.com/prometheus/procfs=/root/.cache/go-build/89/89aa59d5dc9ec0c92b26192ea9d9ed58bf6726fc7fd513adab815c2439c1047a-d
2025-08-20T21:46:07.3539202Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d
2025-08-20T21:46:07.3540227Z [00:03:33.373]➜  packagefile runtime/metrics=/root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d
2025-08-20T21:46:07.3541535Z [00:03:33.373]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil=/root/.cache/go-build/51/51bdab1a4bf354479f9ebb57203f2d4d50ddae1e5633d9320797f5fcb1b4c3b6-d
2025-08-20T21:46:07.3542847Z [00:03:33.373]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp/internal=/root/.cache/go-build/7e/7e88cd6eeb2a2793e392d8047554037fdd5ef496092bf83dcec7ad281205a371-d
2025-08-20T21:46:07.3543935Z [00:03:33.373]➜  packagefile github.com/go-logr/logr=/root/.cache/go-build/a0/a08a8b18e4c4e7b7e5bf3da1f0944749c65a71369d788cd53ec4c8701941472d-d
2025-08-20T21:46:07.3544938Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/internal/global=/root/.cache/go-build/1d/1d81985975893bfa1c1f86d501f06174203ed166499222c05830307fc74d3fc4-d
2025-08-20T21:46:07.3546016Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/root/.cache/go-build/dc/dc57d1f7e6d0ea649d5c111f4467d900ce8649aa7e047d1f83c41770d2ea4d68-d
2025-08-20T21:46:07.3547319Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/root/.cache/go-build/71/71bb0f3129f1ca46f869f15f9ad3b3376aed63aabb300eb5f0ff7cc2d3327f63-d
2025-08-20T21:46:07.3548627Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/root/.cache/go-build/c6/c696ed91daf798aae7a86496fa03dad56d67e46ddca88134ca1509f497ba9046-d
2025-08-20T21:46:07.3549704Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/root/.cache/go-build/7d/7d0e4e3c94f21e9ddad56b0aa200f2a42601bb5c20c756851ffe57be04e0e212-d
2025-08-20T21:46:07.3550799Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/root/.cache/go-build/23/2351b4db08795623b37291f58894d6714664094059e6776dc8163134b5dd1567-d
2025-08-20T21:46:07.3551973Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/root/.cache/go-build/c4/c440326ba3f4b23bd003da7d7f897976b148d8f7d94d1f8c79fc191d62452c12-d
2025-08-20T21:46:07.3553159Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/exemplar=/root/.cache/go-build/de/de0799fb532e678b213e2721a03535e64239fe22c80a936b94e63a4723578519-d
2025-08-20T21:46:07.3554311Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/root/.cache/go-build/f6/f612bde39680a9c83defe886a3a70d4504c8b18ba5d0f884d5c006b44bc4761e-d
2025-08-20T21:46:07.3555376Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/internal=/root/.cache/go-build/dc/dc4e5fbf0039f34b2ed3de9094708fa822bb6f234bb91c3c36c96f27d720257f-d
2025-08-20T21:46:07.3556577Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/root/.cache/go-build/09/09d2fc882ca136dc5b0c5c8c9318f683d6b566c4e89a9904b3b3647b3e146e60-d
2025-08-20T21:46:07.3557882Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/root/.cache/go-build/88/8816e49676a3fa85286107a528c68050d1a0e793da7c1a5009d1264f52ec6894-d
2025-08-20T21:46:07.3559076Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/errors=/root/.cache/go-build/c5/c5bc2277faa0e380326034f37ad341931dc9533ba539e31b9ac0dee80ff4b790-d
2025-08-20T21:46:07.3560180Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/flags=/root/.cache/go-build/05/0593ddea4add67acdbd1a6be4f8921b5b70771dd6815638f1c344c30c7feb459-d
2025-08-20T21:46:07.3561266Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/genid=/root/.cache/go-build/3c/3ce5bc7a0e359f154a3fc843400ffbab8785e0445b7500dc97e3f95a1b54ee8f-d
2025-08-20T21:46:07.3562437Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/order=/root/.cache/go-build/3a/3ad334930441477f443f319f45b8f45795473c04858e13017371ff146ae20d27-d
2025-08-20T21:46:07.3563609Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/strs=/root/.cache/go-build/a9/a9d6beff3052219407cb578fd5ee3adb9dc78d310890c7aa8883fd58fa19b436-d
2025-08-20T21:46:07.3564706Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/formatter/hook=/root/.cache/go-build/54/54a729b8da3fd8512eace0ae22724874bb9235ef0632039c49cd7b9741d0ab8f-d
2025-08-20T21:46:07.3565998Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/formatter/logcat=/root/.cache/go-build/35/3520f135e81d30c6b183540fa8bc7b192ef3573cf4f48640daa0236f06362deb-d
2025-08-20T21:46:07.3567118Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/formatter/syslog=/root/.cache/go-build/74/74faa3d8e5915620c715136b80b8a3d6c01b746058cd2bc560b9d1bcb32a5837-d
2025-08-20T21:46:07.3568389Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/formatter/txt=/root/.cache/go-build/67/676ed06ab676f9df55e5155474782e78e1e17a8b5fdb83e7d1bbb980f5e5c013-d
2025-08-20T21:46:07.3569417Z [00:03:33.373]➜  packagefile text/template/parse=/root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d
2025-08-20T21:46:07.3570307Z [00:03:33.373]➜  packagefile regexp/syntax=/root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d
2025-08-20T21:46:07.3571318Z [00:03:33.373]➜  packagefile log/internal=/root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d
2025-08-20T21:46:07.3572311Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/root/.cache/go-build/54/541117c0a0dd883007e7eead85d7d0cbbcc4a0f07f6ea44836a7beea9b7ee579-d
2025-08-20T21:46:07.3573377Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/root/.cache/go-build/69/697a569f739810fa030a53090d4ef4810c2d852256dab517258111ee66178d4a-d
2025-08-20T21:46:07.3574416Z [00:03:33.373]➜  packagefile golang.org/x/text/secure/bidirule=/root/.cache/go-build/c2/c2da42765d3c89276e318330d43d94354cfdb0af0e8a260e65f44ff2921eb350-d
2025-08-20T21:46:07.3575422Z [00:03:33.373]➜  packagefile golang.org/x/text/unicode/bidi=/root/.cache/go-build/69/69e14e1d3f936609b5a184cd18a4f7d6e0366083ff97de7aa70b637a0238414f-d
2025-08-20T21:46:07.3576414Z [00:03:33.373]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/79/79e49a66e22655aebaea938d62c0a3545d7548e7a1876b34adf8d92deac63d17-d
2025-08-20T21:46:07.3577366Z [00:03:33.373]➜  packagefile compress/flate=/root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d
2025-08-20T21:46:07.3578379Z [00:03:33.373]➜  packagefile hash/crc32=/root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d
2025-08-20T21:46:07.3579339Z [00:03:33.373]➜  packagefile golang.org/x/net/internal/timeseries=/root/.cache/go-build/eb/eb8c266f775387d44bdc9dca40f1921c81241b1d66074778e604c5cdf8d9196e-d
2025-08-20T21:46:07.3580414Z [00:03:33.373]➜  packagefile html/template=/root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d
2025-08-20T21:46:07.3581341Z [00:03:33.373]➜  packagefile text/tabwriter=/root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d
2025-08-20T21:46:07.3582312Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/protoadapt=/root/.cache/go-build/7a/7a378b3c7d58b67e49794d2c9b28f75f23d60a1d87b8258e6db087007562a5f8-d
2025-08-20T21:46:07.3583411Z [00:03:33.373]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/root/.cache/go-build/7f/7f871aab43350c3273235f2fba046a2cc6fcfde908f76bbea29eaec3cd134b23-d
2025-08-20T21:46:07.3584563Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/root/.cache/go-build/ab/aba4fc3541f64d4284899b90223b8c3b9ca599f740c6b0691f5bdb7bb9131283-d
2025-08-20T21:46:07.3585744Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/buffer=/root/.cache/go-build/61/610b23a1fdcd4eef6ed72832b438c06c983312b5f49c8c2bde102435b161f69b-d
2025-08-20T21:46:07.3586907Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/encoding/protojson=/root/.cache/go-build/49/49e97de3f4ca3af733156a9632f507d7c62b945efab82bb080afd9b038cecd18-d
2025-08-20T21:46:07.3588242Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/root/.cache/go-build/7e/7e1ab85d4c2727c8924ea5aac9d0b0d39ae20b6ffc6db068a8e7f00b9674eb82-d
2025-08-20T21:46:07.3589451Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/types/known/anypb=/root/.cache/go-build/05/05984c5d0696fa237234498fc287a15c7d0981baa7b9ea336f3e59060abc22ef-d
2025-08-20T21:46:07.3590669Z [00:03:33.373]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/2a/2a28b2cfcd2cc2c7bc1f90ea321f8d0bffa930b2c6d98cb9fe0195926e76b873-d
2025-08-20T21:46:07.3591647Z [00:03:33.373]➜  packagefile golang.org/x/net/http2/hpack=/root/.cache/go-build/6c/6c1a9b36ef5a1e027cef3d3b5f0fc1f9bd3031d3422c84edcca084e2de9c7520-d
2025-08-20T21:46:07.3592689Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/syscall=/root/.cache/go-build/da/da4f725bd9b1bb9cf9588058c14b418d2149ecd66c5b8caf019e9360f1861077-d
2025-08-20T21:46:07.3593673Z [00:03:33.373]➜  packagefile net/http/httputil=/root/.cache/go-build/bf/bfa5a0b74e53e76c2a3fe594f751aed2b0b7db3c28ee7819c0010e8a7e436f71-d
2025-08-20T21:46:07.3594698Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/root/.cache/go-build/a7/a777ff28bf2a722b89bdc1c631aaa37cd9ab3747984dc3cd675ffd7c876eedac-d
2025-08-20T21:46:07.3595850Z [00:03:33.373]➜  packagefile unique=/root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d
2025-08-20T21:46:07.3596803Z [00:03:33.373]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d
2025-08-20T21:46:07.3597960Z [00:03:33.373]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d
2025-08-20T21:46:07.3599061Z [00:03:33.373]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d
2025-08-20T21:46:07.3600038Z [00:03:33.373]➜  packagefile mime/quotedprintable=/root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d
2025-08-20T21:46:07.3601039Z [00:03:33.373]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d
2025-08-20T21:46:07.3601993Z [00:03:33.373]➜  packagefile crypto/sha3=/root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d
2025-08-20T21:46:07.3602975Z [00:03:33.373]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d
2025-08-20T21:46:07.3603982Z [00:03:33.373]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d
2025-08-20T21:46:07.3605076Z [00:03:33.373]➜  packagefile golang.org/x/crypto/cryptobyte=/root/.cache/go-build/c8/c835701547954bb3126cce99370f8a027380d6a99ec131519e7d4874b490550b-d
2025-08-20T21:46:07.3606195Z [00:03:33.373]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/64/64efcf8f36e37344d123a502a4f5c8248e05b194b97e18efa8619b15f5235bb1-d
2025-08-20T21:46:07.3607155Z [00:03:33.373]➜  packagefile encoding/base32=/root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d
2025-08-20T21:46:07.3608166Z [00:03:33.373]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/f5/f5e000ba8b4197c098c08f9bd9979e1608217804c9973cfe52ad29eb45a069d9-d
2025-08-20T21:46:07.3609151Z [00:03:33.373]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/16/16b19d9e037360946f96fec6769de0e7f2031c9a47c6c4d55fcc4b9ae4964f7d-d
2025-08-20T21:46:07.3610264Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/alg=/root/.cache/go-build/dd/dd6062b45119f40c1f91fd4dec4efb476086a1762e8189b5646596f4e73a9576-d
2025-08-20T21:46:07.3611395Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/consts=/root/.cache/go-build/ac/ac324ba5641a81401cb9336dfb0b17be5706b2e5c0c93634adf10cc51e60975a-d
2025-08-20T21:46:07.3612464Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/utils=/root/.cache/go-build/b5/b591a75e3b1d05ac504d0d188b23f5455bf379da9260a5f3e1c2a66c179c7cf0-d
2025-08-20T21:46:07.3613759Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/root/.cache/go-build/8d/8dbc1d948f73d19a42cc43e8a5f8d9b57d823b9d8107c3b9ac32180a207f5f97-d
2025-08-20T21:46:07.3614877Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/set=/root/.cache/go-build/1c/1c7b20dcc30006ac8c5a18cf8848ddd080897ad877fdc6df5436ce2aa2af0238-d
2025-08-20T21:46:07.3616004Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/root/.cache/go-build/1f/1f860235e8ffadc0f8b862e5e84c72710c8dd9d87a92d56b50018ffbe4087f42-d
2025-08-20T21:46:07.3617187Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/root/.cache/go-build/9d/9d5777e5b79a58fc6e2228efed6a36d4d8b0d6cc8139d7d36be286976ae6019e-d
2025-08-20T21:46:07.3618639Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/root/.cache/go-build/ba/ba8cb8b748306c316010cf2dda1b6c20b6cb618176c524f7657ffc8ea7c08927-d
2025-08-20T21:46:07.3620000Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/root/.cache/go-build/3e/3e9102d15021a4cd1cf3c8699e7ebf0051778cf612ec539c6ca9db3101573b47-d
2025-08-20T21:46:07.3621107Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/root/.cache/go-build/f7/f790be2be5370ec6713915bcd86d1f59f41e8f727b0875866b21eba591490a0a-d
2025-08-20T21:46:07.3622170Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/root/.cache/go-build/dd/dd166ccb5ed84104e4c595d407da2b06cb2018580a849fbb2d798f182fa5b299-d
2025-08-20T21:46:07.3623289Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/root/.cache/go-build/76/768476d392283ea7dd0998e61a4597b6ae2b4647e23d0e26f3bbc12735505c36-d
2025-08-20T21:46:07.3624384Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/auth/bearer=/root/.cache/go-build/f2/f21eb837a73eaaa98ada011a1825ba5adf948cd864422a3e4660401b69d5dccc-d
2025-08-20T21:46:07.3625408Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/logging=/root/.cache/go-build/4a/4a0d94cbb304fef82284f918d0e91018c8bd383c723c64bc5853e583aca90151-d
2025-08-20T21:46:07.3626440Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/middleware=/root/.cache/go-build/59/5961fd1cf9e27a852fc9ae9d82a8781ea3dfc7449076a919950824abb632340c-d
2025-08-20T21:46:07.3627436Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/ptr=/root/.cache/go-build/ea/ea31b260c2504b815da8c9235dbdb7f8162332e266196a1880ea0c049e13dfff-d
2025-08-20T21:46:07.3628813Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/root/.cache/go-build/04/04781290101fc7867407e63f436eb173fa9da1ff00db95cadaf35abad8e63b9c-d
2025-08-20T21:46:07.3629994Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/root/.cache/go-build/8b/8b6723ad0f86e25b5f4de90b0beebfe64c89c36266fb351cc11ea26d5f179fb6-d
2025-08-20T21:46:07.3631077Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/root/.cache/go-build/86/8651e939e61f282b59e6ca38d108a8bbe10c9aa41ad41e9b1d20ceb7842f2e17-d
2025-08-20T21:46:07.3632187Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/root/.cache/go-build/21/21868b8177dae858fe3ce0188abb22464ad9c02e17f21eef08aba471fa3690fc-d
2025-08-20T21:46:07.3633206Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go=/root/.cache/go-build/38/38f0e4cd31f0d3290d70fdcae04c7cd557858b3ffe731628f5d58bf6e978072f-d
2025-08-20T21:46:07.3634364Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/metrics=/root/.cache/go-build/7a/7a9b48143bf57f1554ac7423ee564133497f85fece8f914b849108afde4b520f-d
2025-08-20T21:46:07.3635433Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/tracing=/root/.cache/go-build/22/22e6cb1d8436b10c426662b6a82857052fe454bded7d513817a69776a4e1804c-d
2025-08-20T21:46:07.3636459Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/transport/http=/root/.cache/go-build/73/7361c39a589e882d5eac6ba22a8d10791aaaff374df10ee73673dbff58c71e6b-d
2025-08-20T21:46:07.3637549Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/root/.cache/go-build/a1/a1bbdf9bd62501868283b750a8e69ebf7e7c05cae617e7e58c2e95535df0d0b1-d
2025-08-20T21:46:07.3639026Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/root/.cache/go-build/2b/2b0dc419ac96c13620020a100ae77cffcd5b5ad1fbf728114a0781f928ffa267-d
2025-08-20T21:46:07.3640193Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/root/.cache/go-build/7c/7c197a2d34e44eb77cb5614a4c1d3d571a4c5052b05f95da4af22b65a6bb7737-d
2025-08-20T21:46:07.3641375Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/root/.cache/go-build/1a/1a3d0a781d59b755ec5fd44f2485eededb7d3588c941bbe7c98bcaea61e2fa3b-d
2025-08-20T21:46:07.3642526Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/root/.cache/go-build/bf/bfe5db1827aa6588e989d9def0b2f309c1e7eb679b342773d9e64f735feaf3cb-d
2025-08-20T21:46:07.3643823Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/root/.cache/go-build/5b/5ba69bc45a859d319d720043314ee7d4bbd418854f2f8190c4872f7c80df9467-d
2025-08-20T21:46:07.3644922Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/root/.cache/go-build/f8/f802505c469ce590db65e64c16868cb585924d1ff871bbc24c408b037098a0e0-d
2025-08-20T21:46:07.3645987Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d
2025-08-20T21:46:07.3647094Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/root/.cache/go-build/20/204e1e58749fc0ed20db4a1989918fb7e4641240e8ce38bddc0216ac2ac2a17d-d
2025-08-20T21:46:07.3648364Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/root/.cache/go-build/be/be3c5cb3b9da5605a05ae0a4e2bc42b8ccb0f74da2cc0545b009a1efa5e513d2-d
2025-08-20T21:46:07.3649456Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/root/.cache/go-build/75/75f7483b40f6bbaa7de70ed11a2956fc3799c1a9a770b9b5d3c91b1155a4bead-d
2025-08-20T21:46:07.3650521Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/root/.cache/go-build/c3/c3152a0197e928456ac161a79b78d0fd1ceba4798c1b34f0e80b348e60f58756-d
2025-08-20T21:46:07.3651626Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/root/.cache/go-build/3f/3f96c6944fa7753f1046901ea0a08217fafb9be783b8bf1dc551c4e13de0e937-d
2025-08-20T21:46:07.3652637Z [00:03:33.373]➜  packagefile encoding/xml=/root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d
2025-08-20T21:46:07.3653745Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/root/.cache/go-build/c9/c9e85144a299576b04e296b830b1440e56a5163123d9369324da783896abda0c-d
2025-08-20T21:46:07.3654902Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/root/.cache/go-build/af/af8b27d6902eb9873d3eca7bf0e0e1fb474f38436b86e679ce6c0676e09fee4d-d
2025-08-20T21:46:07.3655997Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/root/.cache/go-build/6a/6a3e00860798c0c65ebef6a3502aca5e36bb391c4e052c46f25a882a8f22e87f-d
2025-08-20T21:46:07.3657051Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/root/.cache/go-build/d6/d6e00067b23dfee04020943e090518c72b65d1fb1127ad6e1b764b3549492537-d
2025-08-20T21:46:07.3658369Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/root/.cache/go-build/31/31f0ad2f8e6099553aa5cd6fe11f4536e00ac36a10994c48f64dc076d4945d70-d
2025-08-20T21:46:07.3659561Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/root/.cache/go-build/fe/fec0125226c314e2d5b26a5808547dbb38be5f9f09e7e8582f99d013a6216f8c-d
2025-08-20T21:46:07.3660692Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/root/.cache/go-build/b6/b60d4fec4f1bca0c50cdaafde12a1ac93bf6b312f384415ffa6254f1336976dc-d
2025-08-20T21:46:07.3661867Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/root/.cache/go-build/19/199af5a7900c1827528ed71bf7650e07adc9179e51addcdb558702e84bad3c61-d
2025-08-20T21:46:07.3663172Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/root/.cache/go-build/71/71951620616b660684406880826990f075384c6550107ab3421a6f9dfeacb3c9-d
2025-08-20T21:46:07.3664377Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations=/root/.cache/go-build/bd/bdb47a9bc9f1952f2b72b253979ed097df48cf6f483700748e9f71afc68d437e-d
2025-08-20T21:46:07.3665675Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints=/root/.cache/go-build/7c/7c789e678505244d940f6b76ebe3fd1daab312ca93cb397f95291b2e488a3bd6-d
2025-08-20T21:46:07.3666777Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/auth=/root/.cache/go-build/de/de43fa5e0d8e4d46517cba311d6562add17fcbeeb98f88c4777406617a300609-d
2025-08-20T21:46:07.3668119Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/document=/root/.cache/go-build/98/98a85d0c1960465225abdfd28da327cbab6a7cba977089dc8ac0febd10fe04a6-d
2025-08-20T21:46:07.3669251Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/root/.cache/go-build/51/51c821cc577eaf0802b68886b38e0e249ea63d5ec7093a829553372a47aa267f-d
2025-08-20T21:46:07.3670326Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/encoding/xml=/root/.cache/go-build/bd/bdfa2478f7d4fd62895ce9335ce34468eee619dd7ee8b4ce076d198616543cf4-d
2025-08-20T21:46:07.3671376Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/endpoints=/root/.cache/go-build/8e/8e033d212cd6ed4c4c86eacf74c3602c8edeb91eefe1b45d3a5fcc7258d14dd5-d
2025-08-20T21:46:07.3672370Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/io=/root/.cache/go-build/a2/a21b3ea5a9f02b7d04569ce594c3db3068624e94993c8e684579d93b272eef39-d
2025-08-20T21:46:07.3673336Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/time=/root/.cache/go-build/dc/dc47e96f6c14f38ae5fc11b5ed55e824406c7c13222e3e148972c7ac42df6351-d
2025-08-20T21:46:07.3674332Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/waiter=/root/.cache/go-build/b9/b963b865acb86d2db014a54ddef6222fd262426fae5f56fb6eab28fd37f15bfd-d
2025-08-20T21:46:07.3675341Z [00:03:33.373]➜  packagefile github.com/jmespath/go-jmespath=/root/.cache/go-build/46/46c279ab13e162e9fedcbb74fe04793bffe84a088e1a635e414603f365453194-d
2025-08-20T21:46:07.3676369Z [00:03:33.373]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/7e/7e3b5b34a458fa2b3bb832d12e0783b646b8d8a0aa7cf9883e34b614e76cca0b-d
2025-08-20T21:46:07.3677561Z [00:03:33.373]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/11/11a94d31482cf8ae38f0b06ad1ab7f1856e19e71d5844a6b9b63250bb24010ba-d
2025-08-20T21:46:07.3678839Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/descfmt=/root/.cache/go-build/f3/f3de3d893edf63b4b77d3a8fb9cdff672cf1093f338afd8612fb964c2d4901f1-d
2025-08-20T21:46:07.3680070Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/descopts=/root/.cache/go-build/b2/b20a5360217c56fea782a2370fa7d7cf6bd1b476e6bd70fd0b437773e7174462-d
2025-08-20T21:46:07.3681171Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/detrand=/root/.cache/go-build/af/af7fdbef9080fa06277360f2175e12856050101e44516b7173b60f1ce770c330-d
2025-08-20T21:46:07.3682284Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/root/.cache/go-build/7b/7bc348e362d85419bd71a415c7c78422f7d7e3f661d2361eec6bcacf5cb2b013-d
2025-08-20T21:46:07.3683484Z [00:03:33.373]➜  packagefile github.com/munnerz/goautoneg=/root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d
2025-08-20T21:46:07.3684645Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/root/.cache/go-build/c8/c869155729eb9c238ed317fdfe0fd6435dc3d9f50be54b3b3169f45f33bd1a0a-d
2025-08-20T21:46:07.3685746Z [00:03:33.373]➜  packagefile github.com/prometheus/procfs/internal/fs=/root/.cache/go-build/71/71c8aa6758f97e065485e2c43724c06c3f10ca2d2e43176ad7a912a03b6f45bf-d
2025-08-20T21:46:07.3687003Z [00:03:33.373]➜  packagefile github.com/prometheus/procfs/internal/util=/root/.cache/go-build/79/79157ab500aaf0de90ecc124901fd716618cd96413b57412642de156e8bf316a-d
2025-08-20T21:46:07.3688392Z [00:03:33.373]➜  packagefile github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header=/root/.cache/go-build/c1/c1d1bfe4907c9b4838ff2bf58ef4eca34b57c2f02f0c58efd4c00d96c4a7f72d-d
2025-08-20T21:46:07.3689573Z [00:03:33.373]➜  packagefile log/slog=/root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d
2025-08-20T21:46:07.3690455Z [00:03:33.373]➜  packagefile github.com/go-logr/stdr=/root/.cache/go-build/72/722bf936ce7323fc54f88a2c4e81208f14313b42193ef970b39f4ade81771f97-d
2025-08-20T21:46:07.3691400Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/sdk=/root/.cache/go-build/1b/1bd6233690dc42523f65a3873a2dcad8507ca108a0dfdf0ef088118086e3d1b9-d
2025-08-20T21:46:07.3692593Z [00:03:33.373]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/root/.cache/go-build/ad/ad814d7dbc318e1cc203bfc1dce744524d14c0154437706b60cdc0c166add4b0-d
2025-08-20T21:46:07.3693517Z [00:03:33.373]➜  packagefile os/user=/root/.cache/go-build/31/31741435b926e86db3e41bf75aefd4277ac8c643d3497f34dd76e8d10257d949-d
2025-08-20T21:46:07.3694336Z [00:03:33.373]➜  packagefile go/token=/root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d
2025-08-20T21:46:07.3695318Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/shared/context=/root/.cache/go-build/a0/a07b82c21223e093964c4ead14b4d3dc9aa1fc663de49b19a67428548889809f-d
2025-08-20T21:46:07.3696426Z [00:03:33.373]➜  packagefile github.com/netbirdio/netbird/formatter/levels=/root/.cache/go-build/62/62511543e1d54bb992cdf25069d34e86051ad52e7268eda1272898eda86e949a-d
2025-08-20T21:46:07.3697469Z [00:03:33.373]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/60/604ef18076f2bb9a6320bbe3120c229a37611f97f6ce680fcf4626f9f92f4493-d
2025-08-20T21:46:07.3698813Z [00:03:33.373]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/root/.cache/go-build/c6/c6821b56526fe0e9ce21df512ec161045013fc49433709573d9c9201da6999eb-d
2025-08-20T21:46:07.3699883Z [00:03:33.373]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/0b/0bc03261abdd620e68a56636db0f1a9db0d3e88c428629f037f760baf04dc246-d
2025-08-20T21:46:07.3701065Z [00:03:33.373]➜  packagefile golang.org/x/net/internal/httpcommon=/root/.cache/go-build/1f/1ffb0b583c3725d26e11681d36833599960aeca26f1c0385337c7dfe1582148c-d
2025-08-20T21:46:07.3702283Z [00:03:33.373]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/root/.cache/go-build/2d/2ddf05ad592777121a78d5cdf3446d3f6e0c44c3ad781a811a0f8b7013ce2ed7-d
2025-08-20T21:46:07.3703435Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/envconfig=/root/.cache/go-build/c0/c06944dd5965fb957ff3e79897848052d07468b599b2b3083181d9b8351c2d1b-d
2025-08-20T21:46:07.3704574Z [00:03:33.373]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/root/.cache/go-build/e9/e90cb7df36cf45d5ed0a6bac8da760e5fb23c619b1e9b4279d0fe9be82c17c37-d
2025-08-20T21:46:07.3705697Z [00:03:33.373]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d
2025-08-20T21:46:07.3706672Z [00:03:33.373]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/d0/d0feab31fecd26a732dc8a98081c090c6b29e0ca756cdbf38e5f6d7fd176d141-d
2025-08-20T21:46:07.3707654Z [00:03:33.373]➜  packagefile golang.org/x/net/internal/iana=/root/.cache/go-build/d8/d86266620a6e8d4d3e58bacc1de87b25c845ad72d698ffd5c6c7b2fe69a52be3-d
2025-08-20T21:46:07.3708831Z [00:03:33.373]➜  packagefile golang.org/x/net/internal/socket=/root/.cache/go-build/11/115f26417a76b4a1c00035371ab873d527615610c52a30e5fab580a85410dfa5-d
2025-08-20T21:46:07.3709905Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/alg/compress=/root/.cache/go-build/bd/bdc3a0b695e8c87c5f0938bec3e2e741118f6959b69bf4013af58be181404378-d
2025-08-20T21:46:07.3711209Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/alg/hash=/root/.cache/go-build/5a/5ab94cc23fe2f5abe4515cd48162c96cfdf687646061f21b90e31167cf030f7a-d
2025-08-20T21:46:07.3712147Z [00:03:33.373]➜  packagefile embed=/root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d
2025-08-20T21:46:07.3713067Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/context=/root/.cache/go-build/cb/cbbb4e9b4412eb503e6c1b9c8dc3ad79242516bb71e5ba6be10953e64a9bd157-d
2025-08-20T21:46:07.3714169Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/root/.cache/go-build/2e/2e69055abf3a2a54e1a5478fda0bbbe99cbbc0a458649c5f71aa43dba422393c-d
2025-08-20T21:46:07.3715240Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/rand=/root/.cache/go-build/f5/f597ef597187a51ae3c6137637368cfd4ff1f1f478c84436e41a93d9d8b58e9b-d
2025-08-20T21:46:07.3716483Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/root/.cache/go-build/d4/d4692bc33ccf763d00e5d4a1b032ab4126e21df7e258719578a9fa208c91a7e2-d
2025-08-20T21:46:07.3717829Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/root/.cache/go-build/33/3338cfe05dbe77f29cf5a5d9de00eadd48919d3474a3b51a11e9bc088dc71522-d
2025-08-20T21:46:07.3719079Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/root/.cache/go-build/49/4990878114ff38abae7a9d8ce7ff308df464255003deaae27dbf0e8613b96439-d
2025-08-20T21:46:07.3720012Z [00:03:33.373]➜  packagefile os/exec=/root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d
2025-08-20T21:46:07.3720974Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/root/.cache/go-build/ff/ff96363289cb50d48dec6c106c1345c9a030a34b910d0d32273d01849a31e249-d
2025-08-20T21:46:07.3722146Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/root/.cache/go-build/e8/e8d7c906597ff32f535fa06ac880b1ca565deab92e3f453abc9e2dc60dfd7765-d
2025-08-20T21:46:07.3723324Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/root/.cache/go-build/99/9953124580050380552e37549c147af07ea09d12feb5f21d63eeff1c7af870f1-d
2025-08-20T21:46:07.3724491Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/root/.cache/go-build/1c/1c6fe0c64468d2f03797617071fcb1270eaa30ef539b79cd35dfc3df948e32c8-d
2025-08-20T21:46:07.3725823Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/root/.cache/go-build/83/839b0a67017cac1c5f5fcca1880e812e9e5823257813e819bf0783b7767ae733-d
2025-08-20T21:46:07.3727101Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/root/.cache/go-build/b7/b7b79b8a996297ae623809f24a0dc06a510e8238c56f13083caa2cf4f079ba40-d
2025-08-20T21:46:07.3728459Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/root/.cache/go-build/ff/ff2d8863f8db703622d0b4e85e82a58b85e65529c7fcbca5dcf0e7c8688f80fe-d
2025-08-20T21:46:07.3729604Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/encoding/json=/root/.cache/go-build/4e/4e96dcfcb7a68b66e6172bd4d69c353d6de765424bbe1dc7eec3e3a52fb52853-d
2025-08-20T21:46:07.3730703Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/root/.cache/go-build/9e/9ea81b89a3aacea5d2e30aaac460b414ec2504693d4a300de0e7f6936d58bf43-d
2025-08-20T21:46:07.3731876Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/root/.cache/go-build/18/188ed8c2a677994d5af995f688c7c16f5881413b0a973464125fe3c14833923c-d
2025-08-20T21:46:07.3733092Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/root/.cache/go-build/a3/a3ae78f008938defb8ab4b3e682bee9972d4045b5f50b216a6b9c5049446cae7-d
2025-08-20T21:46:07.3734325Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/root/.cache/go-build/b0/b03c9ef6e624bccfedf5de389caabc96abbb87aaafee17acb9c4e186dbca4b49-d
2025-08-20T21:46:07.3735709Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/root/.cache/go-build/12/12626a4a37442f1ac6125782580763b20a66b728d8c4d0ca2780e917cb0eb54e-d
2025-08-20T21:46:07.3736837Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/root/.cache/go-build/6d/6da85ee745cbb3b507b9b0bf231625dbebf1a32c1a75f68725da434db2c548c7-d
2025-08-20T21:46:07.3738019Z [00:03:33.373]➜  packagefile github.com/aws/smithy-go/encoding=/root/.cache/go-build/a5/a599f46457e55e5642e10f53f834de5c32b91068e80e56c4c86ce1b7f66efa93-d
2025-08-20T21:46:07.3739035Z [00:03:33.373]➜  packagefile log/slog/internal=/root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d
2025-08-20T21:46:07.3739973Z [00:03:33.373]➜  packagefile log/slog/internal/buffer=/root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d
2025-08-20T21:46:07.3741126Z [00:03:33.373]➜  packagefile github.com/go-logr/logr/funcr=/root/.cache/go-build/b4/b485fe185b5dd5c0643c29024e4a0a9862c9b3959f8a95c5e9b6cc3f4400c31e-d
2025-08-20T21:46:07.3742242Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_pure=/root/.cache/go-build/f5/f583149612bb0e4fb1f981d1dc3a744a999add1f02f123be735ad273ebcaca73-d
2025-08-20T21:46:07.3743487Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/alg/compress/compress_sse41=/root/.cache/go-build/c7/c77b9ebd1717d5e53ddf28d57edba8c37f21fd86a95a1e2e97a370892635b1f1-d
2025-08-20T21:46:07.3744685Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_avx2=/root/.cache/go-build/4f/4f32bff54d02067c742689024df371fc231e19d5cfd3452136b733c311bf59c0-d
2025-08-20T21:46:07.3745836Z [00:03:33.373]➜  packagefile github.com/zeebo/blake3/internal/alg/hash/hash_pure=/root/.cache/go-build/a9/a92178af121c96566a000c7502ae3fe6b7a2876860f6c96405beb1ddefe57a6b-d
2025-08-20T21:46:07.3746952Z [00:03:33.373]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/root/.cache/go-build/d9/d96710735da4536115cd40b39868a502c0e4f357e41b57c753e7f2ec50fe5a38-d
2025-08-20T21:46:07.3771716Z [00:03:33.373]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/netbirdio/netbird/signal\nmod\tgithub.com/netbirdio/netbird\tv0.55.2-0.20250820170419-0d2845ea310b\t\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.3\th1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.14\th1:f+eEi/2cKCg9pqKBoAIwRGzVb70MRKqWX4dg1BDcSJM=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.67\th1:9KxtdcIA/5xPNQyZRgUSpYOE6j9Bc4+D7nZua0KGYOM=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.30\th1:x793wxmUWVDhshP8WW2mlnXuFrO4cOd3HLBroh1paFw=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.34\th1:ZK5jHhnrioRkUNOc+hOgQKlUL5JeC3S6JgLxtQ+Rm0Q=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.34\th1:SZwFm17ZUNNg5Np0ioo/gq8Mn6u9w19Mri8DnJ15Jf0=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.3\th1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.3\th1:eAh2A4b5IzM/lum78bZ590jy36+d/aFLgKF/4Vd1xPE=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.15\th1:dM9/92u2F1JbDaGooxTq18wmmFzbJRfXfVfy96/1CXM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/route53\tv1.42.3\th1:MmLCRqP4U4Cw9gJ4bNrCG0mWqEtBlmAVleyelcHARMU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.25.3\th1:1Gw+9ajCV1jogloEv1RRnvfRFia2cL6c9cuKV2Ps+G8=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.30.1\th1:hXmVKytPfTy5axZ+fYbR5d0cFmC3JvwLm5kM83luako=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.33.19\th1:1XuUZ8mYJw9B6lzAkXhqHlJd/XvaX32evhproijJEZY=\ndep\tgithub.com/aws/smithy-go\tv1.22.2\th1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/caddyserver/certmagic\tv0.21.3\th1:pqRRry3yuB4CWBVq9+cUqu+Y6E2z8TswbhNx1AZeYm0=\ndep\tgithub.com/caddyserver/zerossl\tv0.1.3\th1:onS+pxp3M8HnHpN5MMbOMyNjmTheJyWRaZYwn+YTAyA=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/go-logr/logr\tv1.4.2\th1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/golang/protobuf\tv1.5.4\th1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=\ndep\tgithub.com/hashicorp/go-version\tv1.6.0\th1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/klauspost/cpuid/v2\tv2.2.7\th1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=\ndep\tgithub.com/libdns/libdns\tv0.2.2\th1:O6ws7bAfRPaBsgAYt8MDe2HcNBGC29hkZ9MX2eUSX3s=\ndep\tgithub.com/libdns/route53\tv1.5.0\th1:2SKdpPFl/qgWsXQvsLNJJAoX7rSxlk7zgoL4jnWdXVA=\ndep\tgithub.com/mholt/acmez/v2\tv2.0.1\th1:3/3N0u1pLjMK4sNEAFSI+bcvzbPhRpY383sy1kLHJ6k=\ndep\tgithub.com/miekg/dns\tv1.1.59\th1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/netbirdio/signal-dispatcher/dispatcher\tv0.0.0-20250805121659-6b4ac470ca45\th1:ujgviVYmx243Ksy7NdSwrdGPSRNE3pb8kEDSpH0QuAQ=\ndep\tgithub.com/prometheus/client_golang\tv1.22.0\th1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=\ndep\tgithub.com/prometheus/client_model\tv0.6.1\th1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=\ndep\tgithub.com/prometheus/common\tv0.62.0\th1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=\ndep\tgithub.com/prometheus/procfs\tv0.15.1\th1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/spf13/cobra\tv1.7.0\th1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=\ndep\tgithub.com/spf13/pflag\tv1.0.5\th1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=\ndep\tgithub.com/zeebo/blake3\tv0.2.3\th1:TFoLXsjeXqRNFxSbk35Dk4YtszE/MQQGK10BH4ptoTg=\ndep\tgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc\tv0.49.0\th1:4Pp6oUg3+e/6M4C0A/3kJ2VYa++dsWVTtGgLVj5xtHg=\ndep\tgo.opentelemetry.io/otel\tv1.26.0\th1:LQwgL5s/1W7YiiRwxf03QGnWLb2HW4pLiAhaA5cZXBs=\ndep\tgo.opentelemetry.io/otel/exporters/prometheus\tv0.48.0\th1:sBQe3VNGUjY9IKWQC6z2lNqa5iGbDSxhs60ABwK4y0s=\ndep\tgo.opentelemetry.io/otel/metric\tv1.26.0\th1:7S39CLuY5Jgg9CrnA9HHiEjGMF/X2VHvoXGgSllRz30=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.26.0\th1:Y7bumHf5tAiDlRYFmGqetNcLaVUZmh4iYfmGxtmz7F8=\ndep\tgo.opentelemetry.io/otel/sdk/metric\tv1.26.0\th1:cWSks5tfriHPdWFnl+qpX3P681aAYqlZHcAyHw5aU9Y=\ndep\tgo.opentelemetry.io/otel/trace\tv1.26.0\th1:1ieeAUb4y0TE26jUFrCIXKpTuVK7uJGN9/Z/2LP5sQA=\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.37.0\th1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=\ndep\tgolang.org/x/net\tv0.39.0\th1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY=\ndep\tgolang.org/x/sys\tv0.32.0\th1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=\ndep\tgolang.org/x/text\tv0.24.0\th1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=\ndep\tgolang.zx2c4.com/wireguard/wgctrl\tv0.0.0-20230429144221-925a1e7659e6\th1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20240903143218-8af14fe29dc1\th1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=\ndep\tgoogle.golang.org/grpc\tv1.64.1\th1:LKtvyfbX3UGVPFcGqJ9ItpVWW6oN/2XqTxfAnwRRXiA=\ndep\tgoogle.golang.org/protobuf\tv1.36.6\th1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=\ndep\tgopkg.in/natefinch/lumberjack.v2\tv2.0.0\th1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=0d2845ea310b30b06d4a95cf9fca9c3a34c4eed8\nbuild\tvcs.time=2025-08-20T17:04:19Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:46:07.3792476Z [00:03:33.374]➜  EOF
2025-08-20T21:46:07.3792726Z [00:03:33.374]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:46:07.3792980Z [00:03:33.374]➜  cd .
2025-08-20T21:46:07.3795212Z [00:03:33.374]➜  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,gotestjsonbuildtext=1,multipathtcp=0,randseednop=0,rsa1024min=0,tlsmlkem=0,tlssha1=1,updatemaxprocs=0,x509rsacrt=0,x509sha256skid=0,x509usepolicies=0 -buildmode=pie -buildid=IwoBwBs9mmCTSFCo5iUD/SADMaJV0XQoi93CeH4PM/KBkap6fwNLAhEblJRcb0/IwoBwBs9mmCTSFCo5iUD -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:46:08.1638693Z [00:03:34.217]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:46:08.1781468Z [00:03:34.231]➜  mkdir -p /build-bins/
2025-08-20T21:46:08.1781932Z [00:03:34.231]➜  cp $WORK/b001/exe/a.out /build-bins/netbird-signal
2025-08-20T21:46:08.1889137Z [00:03:34.242]➜  rm -rf $WORK/b001/
2025-08-20T21:46:08.3247035Z [00:03:34.377]➜  '/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:46:08.3881298Z [00:03:34.441]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:46:08.4287126Z [00:03:34.481]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:46:08.6345407Z [00:03:34.687]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:46:09.0784600Z [00:03:35.131]➜  copy from `/build-bins/netbird-signal' [elf64-littleaarch64] to `/build-bins/stncCkcH' [elf64-littleaarch64]
2025-08-20T21:46:09.2197123Z [00:03:35.272]➜  copy from `/build-bins/netbird-relay' [elf64-littleaarch64] to `/build-bins/stfeLClL' [elf64-littleaarch64]
2025-08-20T21:46:09.3098152Z [00:03:35.362]➜  copy from `/build-bins/netbird' [elf64-littleaarch64] to `/build-bins/stnmKKaO' [elf64-littleaarch64]
2025-08-20T21:46:09.4254388Z [00:03:35.478]➜  copy from `/build-bins/netbird-mgmt' [elf64-littleaarch64] to `/build-bins/stchioob' [elf64-littleaarch64]
2025-08-20T21:46:09.5264428Z [00:03:35.579]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:46:09.5291207Z [00:03:35.582]➜  
2025-08-20T21:46:09.5305384Z [00:03:35.583]➜  /build-bins/netbird-signal
2025-08-20T21:46:09.7942889Z [00:03:35.847]➜  There are 24 section headers, starting at offset 0x115d558:
2025-08-20T21:46:09.7943333Z [00:03:35.847]➜  
2025-08-20T21:46:09.7943554Z [00:03:35.847]➜  Section Headers:
2025-08-20T21:46:09.7943913Z [00:03:35.847]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:46:09.7944370Z [00:03:35.847]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:46:09.7944767Z [00:03:35.847]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:46:09.7945162Z [00:03:35.847]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:46:09.7945588Z [00:03:35.847]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T21:46:09.7946018Z [00:03:35.847]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T21:46:09.7946438Z [00:03:35.847]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T21:46:09.7946860Z [00:03:35.847]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T21:46:09.7947278Z [00:03:35.847]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T21:46:09.7948405Z [00:03:35.847]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T21:46:09.7948836Z [00:03:35.847]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:46:09.7949257Z [00:03:35.847]➜         00000000001f0ae8  0000000000000018   A       2     0     8
2025-08-20T21:46:09.7949671Z [00:03:35.847]➜    [ 5] .init             PROGBITS         00000000001f0d98  001f0d98
2025-08-20T21:46:09.7950119Z [00:03:35.847]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.7950543Z [00:03:35.847]➜    [ 6] .text             PROGBITS         00000000001f0dc0  001f0dc0
2025-08-20T21:46:09.7950969Z [00:03:35.847]➜         000000000069b710  0000000000000000  AX       0     0     32
2025-08-20T21:46:09.7951384Z [00:03:35.847]➜    [ 7] .fini             PROGBITS         000000000088c4d0  0088c4d0
2025-08-20T21:46:09.7952064Z [00:03:35.847]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.7952495Z [00:03:35.847]➜    [ 8] .rodata           PROGBITS         000000000088c4e0  0088c4e0
2025-08-20T21:46:09.7952915Z [00:03:35.847]➜         00000000001391ac  0000000000000000   A       0     0     32
2025-08-20T21:46:09.7953342Z [00:03:35.847]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000009c568c  009c568c
2025-08-20T21:46:09.7953769Z [00:03:35.847]➜         000000000000013c  0000000000000000   A       0     0     4
2025-08-20T21:46:09.7954198Z [00:03:35.847]➜    [10] .eh_frame         PROGBITS         00000000009c57c8  009c57c8
2025-08-20T21:46:09.7954626Z [00:03:35.847]➜         00000000000005c0  0000000000000000   A       0     0     8
2025-08-20T21:46:09.7955040Z [00:03:35.847]➜    [11] .tbss             NOBITS           00000000009d0770  009d0770
2025-08-20T21:46:09.7955454Z [00:03:35.847]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T21:46:09.7955882Z [00:03:35.847]➜    [12] .init_array       INIT_ARRAY       00000000009d0770  009d0770
2025-08-20T21:46:09.7956341Z [00:03:35.847]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.7956762Z [00:03:35.847]➜    [13] .fini_array       FINI_ARRAY       00000000009d0778  009d0778
2025-08-20T21:46:09.7957181Z [00:03:35.847]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.7957605Z [00:03:35.847]➜    [14] .data.rel.ro      PROGBITS         00000000009d0780  009d0780
2025-08-20T21:46:09.7958407Z [00:03:35.847]➜         00000000006ff648  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.7959127Z [00:03:35.847]➜    [15] .dynamic          DYNAMIC          00000000010cfdc8  010cfdc8
2025-08-20T21:46:09.7959605Z [00:03:35.847]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:46:09.7960015Z [00:03:35.847]➜    [16] .got              PROGBITS         00000000010cff38  010cff38
2025-08-20T21:46:09.7960430Z [00:03:35.847]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.7960846Z [00:03:35.847]➜    [17] .data             PROGBITS         00000000010d0000  010d0000
2025-08-20T21:46:09.7961579Z [00:03:35.847]➜         0000000000023920  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.7962092Z [00:03:35.847]➜    [18] .go.buildinfo     PROGBITS         00000000010f3920  010f3920
2025-08-20T21:46:09.7962621Z [00:03:35.847]➜         0000000000001760  0000000000000000  WA       0     0     16
2025-08-20T21:46:09.7963063Z [00:03:35.847]➜    [19] .go.fipsinfo      PROGBITS         00000000010f5080  010f5080
2025-08-20T21:46:09.7963499Z [00:03:35.847]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.7963928Z [00:03:35.847]➜    [20] .noptrdata        PROGBITS         00000000010f5100  010f5100
2025-08-20T21:46:09.7964362Z [00:03:35.847]➜         0000000000068381  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.7964781Z [00:03:35.847]➜    [21] .bss              NOBITS           000000000115d4a0  0115d481
2025-08-20T21:46:09.7965436Z [00:03:35.847]➜         000000000002c9f8  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.7965871Z [00:03:35.847]➜    [22] .noptrbss         NOBITS           0000000001189ea0  0115d481
2025-08-20T21:46:09.7966299Z [00:03:35.847]➜         00000000000201a0  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.7966721Z [00:03:35.847]➜    [23] .shstrtab         STRTAB           0000000000000000  0115d481
2025-08-20T21:46:09.7967145Z [00:03:35.847]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:46:09.7967475Z [00:03:35.847]➜  Key to Flags:
2025-08-20T21:46:09.7968000Z [00:03:35.847]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:46:09.7968511Z [00:03:35.847]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:46:09.7968958Z [00:03:35.847]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:46:09.7969537Z [00:03:35.847]➜    D (mbind), p (processor specific)
2025-08-20T21:46:09.7969838Z [00:03:35.849]➜  
2025-08-20T21:46:09.7978077Z [00:03:35.851]➜  /build-bins/LICENSE
2025-08-20T21:46:09.8008591Z [00:03:35.854]➜  
2025-08-20T21:46:09.8022384Z [00:03:35.855]➜  /build-bins/netbird-relay
2025-08-20T21:46:09.8033012Z [00:03:35.856]➜  There are 24 section headers, starting at offset 0x1689d78:
2025-08-20T21:46:09.8033742Z [00:03:35.856]➜  
2025-08-20T21:46:09.8034048Z [00:03:35.856]➜  Section Headers:
2025-08-20T21:46:09.8034423Z [00:03:35.856]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:46:09.8034848Z [00:03:35.856]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:46:09.8035242Z [00:03:35.856]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:46:09.8035640Z [00:03:35.856]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:46:09.8036066Z [00:03:35.856]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T21:46:09.8036495Z [00:03:35.856]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T21:46:09.8036910Z [00:03:35.856]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T21:46:09.8037325Z [00:03:35.856]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T21:46:09.8037905Z [00:03:35.856]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T21:46:09.8038614Z [00:03:35.856]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T21:46:09.8039248Z [00:03:35.856]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:46:09.8039745Z [00:03:35.856]➜         000000000027a578  0000000000000018   A       2     0     8
2025-08-20T21:46:09.8040162Z [00:03:35.856]➜    [ 5] .init             PROGBITS         000000000027a828  0027a828
2025-08-20T21:46:09.8040576Z [00:03:35.856]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.8040988Z [00:03:35.856]➜    [ 6] .text             PROGBITS         000000000027a840  0027a840
2025-08-20T21:46:09.8041400Z [00:03:35.856]➜         0000000000900230  0000000000000000  AX       0     0     32
2025-08-20T21:46:09.8041814Z [00:03:35.856]➜    [ 7] .fini             PROGBITS         0000000000b7aa70  00b7aa70
2025-08-20T21:46:09.8042223Z [00:03:35.856]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.8042645Z [00:03:35.856]➜    [ 8] .rodata           PROGBITS         0000000000b7aa80  00b7aa80
2025-08-20T21:46:09.8043070Z [00:03:35.856]➜         000000000018512c  0000000000000000   A       0     0     32
2025-08-20T21:46:09.8043495Z [00:03:35.856]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000cffbac  00cffbac
2025-08-20T21:46:09.8043916Z [00:03:35.856]➜         000000000000013c  0000000000000000   A       0     0     4
2025-08-20T21:46:09.8044340Z [00:03:35.856]➜    [10] .eh_frame         PROGBITS         0000000000cffce8  00cffce8
2025-08-20T21:46:09.8044973Z [00:03:35.856]➜         00000000000005c0  0000000000000000   A       0     0     8
2025-08-20T21:46:09.8045386Z [00:03:35.856]➜    [11] .tbss             NOBITS           0000000000d14fb0  00d04fb0
2025-08-20T21:46:09.8045797Z [00:03:35.856]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T21:46:09.8046225Z [00:03:35.856]➜    [12] .init_array       INIT_ARRAY       0000000000d14fb0  00d04fb0
2025-08-20T21:46:09.8046654Z [00:03:35.856]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8047079Z [00:03:35.856]➜    [13] .fini_array       FINI_ARRAY       0000000000d14fb8  00d04fb8
2025-08-20T21:46:09.8047504Z [00:03:35.856]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8048127Z [00:03:35.856]➜    [14] .data.rel.ro      PROGBITS         0000000000d14fc0  00d04fc0
2025-08-20T21:46:09.8048769Z [00:03:35.856]➜         00000000008eae20  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8049201Z [00:03:35.856]➜    [15] .dynamic          DYNAMIC          00000000015ffde0  015efde0
2025-08-20T21:46:09.8049619Z [00:03:35.856]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:46:09.8050028Z [00:03:35.856]➜    [16] .got              PROGBITS         00000000015fff50  015eff50
2025-08-20T21:46:09.8050438Z [00:03:35.856]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8050850Z [00:03:35.856]➜    [17] .data             PROGBITS         0000000001600000  015f0000
2025-08-20T21:46:09.8051263Z [00:03:35.856]➜         0000000000030060  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8051691Z [00:03:35.856]➜    [18] .go.buildinfo     PROGBITS         0000000001630060  01620060
2025-08-20T21:46:09.8052123Z [00:03:35.856]➜         0000000000001740  0000000000000000  WA       0     0     16
2025-08-20T21:46:09.8052553Z [00:03:35.856]➜    [19] .go.fipsinfo      PROGBITS         00000000016317a0  016217a0
2025-08-20T21:46:09.8052986Z [00:03:35.856]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8053414Z [00:03:35.856]➜    [20] .noptrdata        PROGBITS         0000000001631820  01621820
2025-08-20T21:46:09.8053841Z [00:03:35.856]➜         0000000000068481  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8054255Z [00:03:35.856]➜    [21] .bss              NOBITS           0000000001699cc0  01689ca1
2025-08-20T21:46:09.8054792Z [00:03:35.856]➜         000000000002ca78  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8055382Z [00:03:35.856]➜    [22] .noptrbss         NOBITS           00000000016c6740  01689ca1
2025-08-20T21:46:09.8055868Z [00:03:35.856]➜         0000000000020140  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8056293Z [00:03:35.856]➜    [23] .shstrtab         STRTAB           0000000000000000  01689ca1
2025-08-20T21:46:09.8056719Z [00:03:35.856]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:46:09.8057046Z [00:03:35.856]➜  Key to Flags:
2025-08-20T21:46:09.8057398Z [00:03:35.856]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:46:09.8058108Z [00:03:35.856]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:46:09.8058628Z [00:03:35.856]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:46:09.8059005Z [00:03:35.856]➜    D (mbind), p (processor specific)
2025-08-20T21:46:09.8059302Z [00:03:35.858]➜  
2025-08-20T21:46:09.8068643Z [00:03:35.860]➜  /build-bins/netbird
2025-08-20T21:46:09.8079281Z [00:03:35.861]➜  There are 24 section headers, starting at offset 0x2200fb8:
2025-08-20T21:46:09.8080071Z [00:03:35.861]➜  
2025-08-20T21:46:09.8080385Z [00:03:35.861]➜  Section Headers:
2025-08-20T21:46:09.8080745Z [00:03:35.861]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:46:09.8081172Z [00:03:35.861]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:46:09.8081907Z [00:03:35.861]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:46:09.8082309Z [00:03:35.861]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:46:09.8082726Z [00:03:35.861]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T21:46:09.8083144Z [00:03:35.861]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T21:46:09.8083566Z [00:03:35.861]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T21:46:09.8083989Z [00:03:35.861]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T21:46:09.8084402Z [00:03:35.861]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T21:46:09.8084816Z [00:03:35.861]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T21:46:09.8085431Z [00:03:35.861]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:46:09.8085854Z [00:03:35.861]➜         0000000000423750  0000000000000018   A       2     0     8
2025-08-20T21:46:09.8086264Z [00:03:35.861]➜    [ 5] .init             PROGBITS         0000000000423a00  00423a00
2025-08-20T21:46:09.8086674Z [00:03:35.861]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.8087082Z [00:03:35.861]➜    [ 6] .text             PROGBITS         0000000000423a20  00423a20
2025-08-20T21:46:09.8087502Z [00:03:35.861]➜         0000000000c99d50  0000000000000000  AX       0     0     32
2025-08-20T21:46:09.8088190Z [00:03:35.861]➜    [ 7] .fini             PROGBITS         00000000010bd770  010bd770
2025-08-20T21:46:09.8088610Z [00:03:35.861]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.8089022Z [00:03:35.861]➜    [ 8] .rodata           PROGBITS         00000000010bd780  010bd780
2025-08-20T21:46:09.8089448Z [00:03:35.861]➜         000000000026e16c  0000000000000000   A       0     0     32
2025-08-20T21:46:09.8089877Z [00:03:35.861]➜    [ 9] .eh_frame_hdr     PROGBITS         000000000132b8ec  0132b8ec
2025-08-20T21:46:09.8090298Z [00:03:35.861]➜         0000000000000144  0000000000000000   A       0     0     4
2025-08-20T21:46:09.8090715Z [00:03:35.861]➜    [10] .eh_frame         PROGBITS         000000000132ba30  0132ba30
2025-08-20T21:46:09.8091132Z [00:03:35.861]➜         00000000000005f0  0000000000000000   A       0     0     8
2025-08-20T21:46:09.8091716Z [00:03:35.861]➜    [11] .tbss             NOBITS           0000000001332a50  01332a50
2025-08-20T21:46:09.8092270Z [00:03:35.861]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T21:46:09.8092755Z [00:03:35.861]➜    [12] .init_array       INIT_ARRAY       0000000001332a50  01332a50
2025-08-20T21:46:09.8093178Z [00:03:35.861]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8093606Z [00:03:35.861]➜    [13] .fini_array       FINI_ARRAY       0000000001332a58  01332a58
2025-08-20T21:46:09.8094031Z [00:03:35.861]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8094454Z [00:03:35.861]➜    [14] .data.rel.ro      PROGBITS         0000000001332a60  01332a60
2025-08-20T21:46:09.8094882Z [00:03:35.861]➜         0000000000e2d378  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8095307Z [00:03:35.861]➜    [15] .dynamic          DYNAMIC          000000000215fdd8  0215fdd8
2025-08-20T21:46:09.8095737Z [00:03:35.861]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:46:09.8096152Z [00:03:35.861]➜    [16] .got              PROGBITS         000000000215ff48  0215ff48
2025-08-20T21:46:09.8096563Z [00:03:35.861]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8096975Z [00:03:35.861]➜    [17] .data             PROGBITS         0000000002160000  02160000
2025-08-20T21:46:09.8097553Z [00:03:35.861]➜         00000000000358f8  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8098686Z [00:03:35.861]➜    [18] .go.buildinfo     PROGBITS         0000000002195900  02195900
2025-08-20T21:46:09.8099121Z [00:03:35.861]➜         0000000000002610  0000000000000000  WA       0     0     16
2025-08-20T21:46:09.8099553Z [00:03:35.861]➜    [19] .go.fipsinfo      PROGBITS         0000000002197f20  02197f20
2025-08-20T21:46:09.8099984Z [00:03:35.861]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8100420Z [00:03:35.861]➜    [20] .noptrdata        PROGBITS         0000000002197fa0  02197fa0
2025-08-20T21:46:09.8100855Z [00:03:35.861]➜         0000000000068f41  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8101263Z [00:03:35.861]➜    [21] .bss              NOBITS           0000000002200f00  02200ee1
2025-08-20T21:46:09.8101676Z [00:03:35.861]➜         0000000000a82ff8  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8102105Z [00:03:35.861]➜    [22] .noptrbss         NOBITS           0000000002c83f00  02200ee1
2025-08-20T21:46:09.8102537Z [00:03:35.861]➜         000000000032ea60  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8102960Z [00:03:35.861]➜    [23] .shstrtab         STRTAB           0000000000000000  02200ee1
2025-08-20T21:46:09.8103379Z [00:03:35.861]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:46:09.8103703Z [00:03:35.861]➜  Key to Flags:
2025-08-20T21:46:09.8104057Z [00:03:35.861]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:46:09.8104523Z [00:03:35.861]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:46:09.8104978Z [00:03:35.861]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:46:09.8105360Z [00:03:35.861]➜    D (mbind), p (processor specific)
2025-08-20T21:46:09.8105648Z [00:03:35.863]➜  
2025-08-20T21:46:09.8114124Z [00:03:35.864]➜  /build-bins/netbird-mgmt
2025-08-20T21:46:09.8124607Z [00:03:35.865]➜  There are 24 section headers, starting at offset 0x2df97f8:
2025-08-20T21:46:09.8125488Z [00:03:35.865]➜  
2025-08-20T21:46:09.8125808Z [00:03:35.865]➜  Section Headers:
2025-08-20T21:46:09.8126165Z [00:03:35.865]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:46:09.8126579Z [00:03:35.865]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:46:09.8126973Z [00:03:35.865]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:46:09.8127560Z [00:03:35.865]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:46:09.8128294Z [00:03:35.865]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T21:46:09.8128787Z [00:03:35.865]➜         000000000000005c  0000000000000000   A       2     0     8
2025-08-20T21:46:09.8129203Z [00:03:35.865]➜    [ 2] .dynsym           DYNSYM           0000000000000228  00000228
2025-08-20T21:46:09.8129659Z [00:03:35.865]➜         0000000000000168  0000000000000018   A       3     3     8
2025-08-20T21:46:09.8130079Z [00:03:35.865]➜    [ 3] .dynstr           STRTAB           0000000000000390  00000390
2025-08-20T21:46:09.8130495Z [00:03:35.865]➜         00000000000000d8  0000000000000000   A       0     0     1
2025-08-20T21:46:09.8130909Z [00:03:35.865]➜    [ 4] .rela.dyn         RELA             0000000000000468  00000468
2025-08-20T21:46:09.8131321Z [00:03:35.865]➜         00000000004b2370  0000000000000018   A       2     0     8
2025-08-20T21:46:09.8131737Z [00:03:35.865]➜    [ 5] .init             PROGBITS         00000000004b27d8  004b27d8
2025-08-20T21:46:09.8132156Z [00:03:35.865]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.8132568Z [00:03:35.865]➜    [ 6] .text             PROGBITS         00000000004b2800  004b2800
2025-08-20T21:46:09.8133016Z [00:03:35.865]➜         000000000131a660  0000000000000000  AX       0     0     32
2025-08-20T21:46:09.8133619Z [00:03:35.865]➜    [ 7] .fini             PROGBITS         00000000017cce60  017cce60
2025-08-20T21:46:09.8134186Z [00:03:35.865]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:46:09.8134607Z [00:03:35.865]➜    [ 8] .rodata           PROGBITS         00000000017cce80  017cce80
2025-08-20T21:46:09.8135034Z [00:03:35.865]➜         00000000002a692c  0000000000000000   A       0     0     32
2025-08-20T21:46:09.8135462Z [00:03:35.865]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000001a737ac  01a737ac
2025-08-20T21:46:09.8135892Z [00:03:35.865]➜         0000000000003ae4  0000000000000000   A       0     0     4
2025-08-20T21:46:09.8136315Z [00:03:35.865]➜    [10] .eh_frame         PROGBITS         0000000001a77290  01a77290
2025-08-20T21:46:09.8136738Z [00:03:35.865]➜         000000000001a228  0000000000000000   A       0     0     8
2025-08-20T21:46:09.8137145Z [00:03:35.865]➜    [11] .tbss             NOBITS           0000000001aabf10  01a9bf10
2025-08-20T21:46:09.8137562Z [00:03:35.865]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T21:46:09.8138492Z [00:03:35.865]➜    [12] .init_array       INIT_ARRAY       0000000001aabf10  01a9bf10
2025-08-20T21:46:09.8138969Z [00:03:35.865]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8139394Z [00:03:35.865]➜    [13] .fini_array       FINI_ARRAY       0000000001aabf18  01a9bf18
2025-08-20T21:46:09.8139864Z [00:03:35.865]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8140663Z [00:03:35.865]➜    [14] .data.rel.ro      PROGBITS         0000000001aabf20  01a9bf20
2025-08-20T21:46:09.8141114Z [00:03:35.865]➜         0000000001293e38  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8141538Z [00:03:35.865]➜    [15] .dynamic          DYNAMIC          0000000002d3fd58  02d2fd58
2025-08-20T21:46:09.8141955Z [00:03:35.865]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:46:09.8142369Z [00:03:35.865]➜    [16] .got              PROGBITS         0000000002d3fec8  02d2fec8
2025-08-20T21:46:09.8142783Z [00:03:35.865]➜         0000000000000120  0000000000000008  WA       0     0     8
2025-08-20T21:46:09.8143194Z [00:03:35.865]➜    [17] .data             PROGBITS         0000000002d40000  02d30000
2025-08-20T21:46:09.8143610Z [00:03:35.865]➜         00000000000426f8  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8144041Z [00:03:35.865]➜    [18] .go.buildinfo     PROGBITS         0000000002d82700  02d72700
2025-08-20T21:46:09.8144903Z [00:03:35.865]➜         00000000000035b0  0000000000000000  WA       0     0     16
2025-08-20T21:46:09.8145539Z [00:03:35.865]➜    [19] .go.fipsinfo      PROGBITS         0000000002d85cc0  02d75cc0
2025-08-20T21:46:09.8146061Z [00:03:35.865]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8146503Z [00:03:35.865]➜    [20] .noptrdata        PROGBITS         0000000002d85d40  02d75d40
2025-08-20T21:46:09.8146947Z [00:03:35.865]➜         00000000000839e1  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8147365Z [00:03:35.865]➜    [21] .bss              NOBITS           0000000002e09740  02df9721
2025-08-20T21:46:09.8147996Z [00:03:35.865]➜         0000000000030588  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8148521Z [00:03:35.865]➜    [22] .noptrbss         NOBITS           0000000002e39ce0  02df9721
2025-08-20T21:46:09.8148948Z [00:03:35.865]➜         00000000000288c0  0000000000000000  WA       0     0     32
2025-08-20T21:46:09.8149376Z [00:03:35.865]➜    [23] .shstrtab         STRTAB           0000000000000000  02df9721
2025-08-20T21:46:09.8149796Z [00:03:35.865]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:46:09.8150117Z [00:03:35.865]➜  Key to Flags:
2025-08-20T21:46:09.8150468Z [00:03:35.865]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:46:09.8151166Z [00:03:35.865]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:46:09.8151782Z [00:03:35.865]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:46:09.8152165Z [00:03:35.865]➜    D (mbind), p (processor specific)
2025-08-20T21:46:09.8152817Z [00:03:35.866]➜  + file /build-bins/LICENSE /build-bins/netbird /build-bins/netbird-mgmt /build-bins/netbird-relay /build-bins/netbird-signal
2025-08-20T21:46:09.8344393Z [00:03:35.887]➜  /build-bins/LICENSE:        ASCII text
2025-08-20T21:46:09.8638103Z [00:03:35.916]➜  /build-bins/netbird:        ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:46:09.8639120Z [00:03:35.917]➜  /build-bins/netbird-mgmt:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:46:09.8640060Z [00:03:35.917]➜  /build-bins/netbird-relay:  ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:46:09.8640993Z [00:03:35.917]➜  /build-bins/netbird-signal: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:46:09.8646715Z [00:03:35.917]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/netbird /build-bins/netbird-mgmt /build-bins/netbird-relay /build-bins/netbird-signal
2025-08-20T21:46:09.8668885Z [00:03:35.920]➜  /build-bins/LICENSE:         34523 Bytes
2025-08-20T21:46:09.8669255Z [00:03:35.920]➜  /build-bins/netbird:         35657144 Bytes
2025-08-20T21:46:09.8669624Z [00:03:35.920]➜  /build-bins/netbird-mgmt:         48209400 Bytes
2025-08-20T21:46:09.8670037Z [00:03:35.920]➜  /build-bins/netbird-relay:         23634808 Bytes
2025-08-20T21:46:09.8670420Z [00:03:35.920]➜  /build-bins/netbird-signal:         18209624 Bytes
2025-08-20T21:46:09.8671969Z [00:03:35.920]➜  + du /build-bins/LICENSE /build-bins/netbird /build-bins/netbird-mgmt /build-bins/netbird-relay /build-bins/netbird-signal --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:46:09.8685874Z [00:03:35.921]➜  34K	2025-08-20 21:46:08.323766692 +0000	/build-bins/LICENSE
2025-08-20T21:46:09.8686353Z [00:03:35.921]➜  35M	2025-08-20 21:46:09.361796808 +0000	/build-bins/netbird
2025-08-20T21:46:09.8686778Z [00:03:35.921]➜  46M	2025-08-20 21:46:09.504800957 +0000	/build-bins/netbird-mgmt
2025-08-20T21:46:09.8687213Z [00:03:35.921]➜  23M	2025-08-20 21:46:09.255793732 +0000	/build-bins/netbird-relay
2025-08-20T21:46:09.8687649Z [00:03:35.921]➜  18M	2025-08-20 21:46:09.106789409 +0000	/build-bins/netbird-signal
2025-08-20T21:46:09.8689911Z [00:03:35.922]➜  + popd
2025-08-20T21:46:11.5803857Z [00:03:37.633]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:46:12.4236811Z [00:03:38.476]➜  + '[' -s /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:46:12.4237927Z [00:03:38.476]➜  + cp -fv /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:46:12.4268391Z [00:03:38.480]➜  '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:46:12.4274422Z [00:03:38.480]➜  + find /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:46:12.4285548Z [00:03:38.481]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:46:12.4286330Z [00:03:38.481]➜  + cut -d: -f1
2025-08-20T21:46:12.4287131Z [00:03:38.481]➜  + xargs realpath --no-symlinks
2025-08-20T21:46:12.4288026Z [00:03:38.481]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:12.5648343Z [00:03:38.617]➜  sending incremental file list
2025-08-20T21:46:12.5701805Z [00:03:38.623]➜  netbird-signal
2025-08-20T21:46:12.6289027Z [00:03:38.682]➜  
2025-08-20T21:46:12.6289472Z [00:03:38.682]➜  sent 18.21M bytes  received 35 bytes  36.43M bytes/sec
2025-08-20T21:46:12.6290248Z [00:03:38.682]➜  total size is 18.21M  speedup is 1.00
2025-08-20T21:46:12.6311013Z [00:03:38.684]➜  sending incremental file list
2025-08-20T21:46:12.6377687Z [00:03:38.691]➜  netbird-relay
2025-08-20T21:46:12.7007338Z [00:03:38.753]➜  
2025-08-20T21:46:12.7007951Z [00:03:38.753]➜  sent 23.64M bytes  received 35 bytes  47.28M bytes/sec
2025-08-20T21:46:12.7008408Z [00:03:38.753]➜  total size is 23.63M  speedup is 1.00
2025-08-20T21:46:12.7029121Z [00:03:38.756]➜  sending incremental file list
2025-08-20T21:46:12.7129760Z [00:03:38.766]➜  netbird
2025-08-20T21:46:12.7887241Z [00:03:38.841]➜  
2025-08-20T21:46:12.7887643Z [00:03:38.841]➜  sent 35.67M bytes  received 35 bytes  71.33M bytes/sec
2025-08-20T21:46:12.7888209Z [00:03:38.841]➜  total size is 35.66M  speedup is 1.00
2025-08-20T21:46:12.7909990Z [00:03:38.844]➜  sending incremental file list
2025-08-20T21:46:12.8044800Z [00:03:38.857]➜  netbird-mgmt
2025-08-20T21:46:12.8914540Z [00:03:38.944]➜  
2025-08-20T21:46:12.8915031Z [00:03:38.944]➜  sent 48.22M bytes  received 35 bytes  96.44M bytes/sec
2025-08-20T21:46:12.8915420Z [00:03:38.944]➜  total size is 48.21M  speedup is 1.00
2025-08-20T21:46:12.8926803Z [00:03:38.945]➜  
2025-08-20T21:46:14.0980702Z [00:03:40.150]➜  
2025-08-20T21:46:14.1077362Z [00:03:40.160]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird-signal' retained as runner:runner
2025-08-20T21:46:14.1079574Z [00:03:40.160]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T21:46:14.1080746Z [00:03:40.160]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T21:46:14.1081688Z [00:03:40.160]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird-relay' retained as runner:runner
2025-08-20T21:46:14.1082555Z [00:03:40.160]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird' retained as runner:runner
2025-08-20T21:46:14.1083601Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T21:46:14.1084859Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/CONTRIBUTOR_LICENSE_AGREEMENT.md' from root:root to runner:runner
2025-08-20T21:46:14.1086262Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.1087582Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.1089706Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url.go' from root:root to runner:runner
2025-08-20T21:46:14.1091174Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1092406Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.1093637Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/version.go' from root:root to runner:runner
2025-08-20T21:46:14.1094844Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/update.go' from root:root to runner:runner
2025-08-20T21:46:14.1096248Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/update_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1097428Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version' from root:root to runner:runner
2025-08-20T21:46:14.1098868Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/stun_filter_nolinux.go' from root:root to runner:runner
2025-08-20T21:46:14.1100154Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/sock_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1101423Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/sock_nolinux.go' from root:root to runner:runner
2025-08-20T21:46:14.1102707Z [00:03:40.160]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/sock_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1103970Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/filter.go' from root:root to runner:runner
2025-08-20T21:46:14.1105358Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/example/main.go' from root:root to runner:runner
2025-08-20T21:46:14.1106726Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/example/README.md' from root:root to runner:runner
2025-08-20T21:46:14.1108067Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/example' from root:root to runner:runner
2025-08-20T21:46:14.1109482Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/stun_filter_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1110822Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock' from root:root to runner:runner
2025-08-20T21:46:14.1112089Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/main.go' from root:root to runner:runner
2025-08-20T21:46:14.1113449Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/controllers.go' from root:root to runner:runner
2025-08-20T21:46:14.1115015Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/modules.go' from root:root to runner:runner
2025-08-20T21:46:14.1116403Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/container.go' from root:root to runner:runner
2025-08-20T21:46:14.1118338Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/server.go' from root:root to runner:runner
2025-08-20T21:46:14.1119821Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/config/config.go' from root:root to runner:runner
2025-08-20T21:46:14.1121425Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/config' from root:root to runner:runner
2025-08-20T21:46:14.1122769Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/boot.go' from root:root to runner:runner
2025-08-20T21:46:14.1124096Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server' from root:root to runner:runner
2025-08-20T21:46:14.1125347Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals' from root:root to runner:runner
2025-08-20T21:46:14.1126583Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/Dockerfile' from root:root to runner:runner
2025-08-20T21:46:14.1127943Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/README.md' from root:root to runner:runner
2025-08-20T21:46:14.1129272Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/Dockerfile.debug' from root:root to runner:runner
2025-08-20T21:46:14.1130652Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/LICENSE' from root:root to runner:runner
2025-08-20T21:46:14.1131981Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/store.go' from root:root to runner:runner
2025-08-20T21:46:14.1133320Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/network.go' from root:root to runner:runner
2025-08-20T21:46:14.1134662Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/account.go' from root:root to runner:runner
2025-08-20T21:46:14.1136153Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/route_firewall_rule.go' from root:root to runner:runner
2025-08-20T21:46:14.1137584Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/user.go' from root:root to runner:runner
2025-08-20T21:46:14.1139075Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/group.go' from root:root to runner:runner
2025-08-20T21:46:14.1140605Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/setupkey.go' from root:root to runner:runner
2025-08-20T21:46:14.1141950Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/policy.go' from root:root to runner:runner
2025-08-20T21:46:14.1143311Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/network_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1144679Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/dns_settings.go' from root:root to runner:runner
2025-08-20T21:46:14.1146217Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/resource.go' from root:root to runner:runner
2025-08-20T21:46:14.1147623Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/personal_access_token.go' from root:root to runner:runner
2025-08-20T21:46:14.1149215Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/settings.go' from root:root to runner:runner
2025-08-20T21:46:14.1150639Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/personal_access_token_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1152037Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/peer.go' from root:root to runner:runner
2025-08-20T21:46:14.1153375Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/group_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1154858Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/policyrule.go' from root:root to runner:runner
2025-08-20T21:46:14.1156307Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/account_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1157687Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/firewall_rule.go' from root:root to runner:runner
2025-08-20T21:46:14.1159178Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types' from root:root to runner:runner
2025-08-20T21:46:14.1160571Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/route_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1161963Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/token_mgr.go' from root:root to runner:runner
2025-08-20T21:46:14.1163298Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/nameserver_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1164781Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account.go' from root:root to runner:runner
2025-08-20T21:46:14.1166101Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/network.go' from root:root to runner:runner
2025-08-20T21:46:14.1167463Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/process.go' from root:root to runner:runner
2025-08-20T21:46:14.1169025Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/geo_location_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1170627Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/nb_version_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1172040Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/network_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1173441Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/process_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1174828Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/os_version.go' from root:root to runner:runner
2025-08-20T21:46:14.1176204Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/checks_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1177573Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/checks.go' from root:root to runner:runner
2025-08-20T21:46:14.1179112Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/nb_version.go' from root:root to runner:runner
2025-08-20T21:46:14.1180650Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/os_version_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1182135Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/geo_location.go' from root:root to runner:runner
2025-08-20T21:46:14.1183465Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture' from root:root to runner:runner
2025-08-20T21:46:14.1184784Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/settings/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1186249Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/settings/manager_mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1187650Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/settings' from root:root to runner:runner
2025-08-20T21:46:14.1189201Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integration_reference/integration_reference.go' from root:root to runner:runner
2025-08-20T21:46:14.1190900Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integration_reference' from root:root to runner:runner
2025-08-20T21:46:14.1192269Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture_checks.go' from root:root to runner:runner
2025-08-20T21:46:14.1193610Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/token_mgr_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1195130Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1196511Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/jwt/extractor.go' from root:root to runner:runner
2025-08-20T21:46:14.1197980Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/jwt/validator.go' from root:root to runner:runner
2025-08-20T21:46:14.1199419Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/jwt' from root:root to runner:runner
2025-08-20T21:46:14.1200776Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/test_data/sample_key.pub' from root:root to runner:runner
2025-08-20T21:46:14.1202190Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/test_data/jwks.json' from root:root to runner:runner
2025-08-20T21:46:14.1203588Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/test_data/sample_key' from root:root to runner:runner
2025-08-20T21:46:14.1205088Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/test_data' from root:root to runner:runner
2025-08-20T21:46:14.1206504Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1207953Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/manager_mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1209315Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth' from root:root to runner:runner
2025-08-20T21:46:14.1210672Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/user.go' from root:root to runner:runner
2025-08-20T21:46:14.1212077Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/mock_server/account_mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1213532Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/mock_server/management_server_mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1215056Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/mock_server' from root:root to runner:runner
2025-08-20T21:46:14.1216405Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture_checks_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1217875Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/group.go' from root:root to runner:runner
2025-08-20T21:46:14.1219264Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/policy_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1220800Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/ephemeral.go' from root:root to runner:runner
2025-08-20T21:46:14.1222109Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/setupkey.go' from root:root to runner:runner
2025-08-20T21:46:14.1223445Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/management_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1224799Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store.go' from root:root to runner:runner
2025-08-20T21:46:14.1226178Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/crypt.go' from root:root to runner:runner
2025-08-20T21:46:14.1227604Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/crypt_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1229371Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/sql_store.go' from root:root to runner:runner
2025-08-20T21:46:14.1230881Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/migration_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1232350Z [00:03:40.161]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/sql_store_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1233804Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/migration.go' from root:root to runner:runner
2025-08-20T21:46:14.1235330Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store' from root:root to runner:runner
2025-08-20T21:46:14.1236696Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/codes.go' from root:root to runner:runner
2025-08-20T21:46:14.1238135Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/event.go' from root:root to runner:runner
2025-08-20T21:46:14.1239610Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity' from root:root to runner:runner
2025-08-20T21:46:14.1240923Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testutil/store.go' from root:root to runner:runner
2025-08-20T21:46:14.1242284Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testutil/store_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.1243603Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testutil' from root:root to runner:runner
2025-08-20T21:46:14.1245109Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1246521Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/types/network.go' from root:root to runner:runner
2025-08-20T21:46:14.1247996Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/types' from root:root to runner:runner
2025-08-20T21:46:14.1249437Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1250917Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/types/router.go' from root:root to runner:runner
2025-08-20T21:46:14.1252422Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/types/router_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1254025Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/types' from root:root to runner:runner
2025-08-20T21:46:14.1255519Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1256907Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers' from root:root to runner:runner
2025-08-20T21:46:14.1258361Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1259960Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1261525Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/types/resource.go' from root:root to runner:runner
2025-08-20T21:46:14.1263061Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/types/resource_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1264706Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/types' from root:root to runner:runner
2025-08-20T21:46:14.1266148Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1267554Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources' from root:root to runner:runner
2025-08-20T21:46:14.1269021Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks' from root:root to runner:runner
2025-08-20T21:46:14.1270496Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/policy.go' from root:root to runner:runner
2025-08-20T21:46:14.1271791Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/user_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1273143Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/updatechannel_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1274491Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/store.go' from root:root to runner:runner
2025-08-20T21:46:14.1275836Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/store_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1277194Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/sql_store.go' from root:root to runner:runner
2025-08-20T21:46:14.1278698Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/file_store.go' from root:root to runner:runner
2025-08-20T21:46:14.1280208Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/sql_store_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1281581Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store' from root:root to runner:runner
2025-08-20T21:46:14.1282952Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/migration/migration_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1284362Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/migration/migration.go' from root:root to runner:runner
2025-08-20T21:46:14.1285780Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/migration' from root:root to runner:runner
2025-08-20T21:46:14.1287200Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/azure_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1288693Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/azure.go' from root:root to runner:runner
2025-08-20T21:46:14.1290204Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/idp.go' from root:root to runner:runner
2025-08-20T21:46:14.1291508Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/auth0.go' from root:root to runner:runner
2025-08-20T21:46:14.1292826Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/authentik.go' from root:root to runner:runner
2025-08-20T21:46:14.1294184Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/authentik_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1295681Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/auth0_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1297046Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/google_workspace.go' from root:root to runner:runner
2025-08-20T21:46:14.1298615Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/okta_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1299945Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/zitadel.go' from root:root to runner:runner
2025-08-20T21:46:14.1301303Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/keycloak_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1302661Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/zitadel_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1304175Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/okta.go' from root:root to runner:runner
2025-08-20T21:46:14.1305580Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/jumpcloud.go' from root:root to runner:runner
2025-08-20T21:46:14.1306941Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/jumpcloud_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1308421Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/keycloak.go' from root:root to runner:runner
2025-08-20T21:46:14.1309805Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/util.go' from root:root to runner:runner
2025-08-20T21:46:14.1311106Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1312366Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp' from root:root to runner:runner
2025-08-20T21:46:14.1313853Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1315160Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account' from root:root to runner:runner
2025-08-20T21:46:14.1316458Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer/peer.go' from root:root to runner:runner
2025-08-20T21:46:14.1317883Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer/peer_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1319337Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer' from root:root to runner:runner
2025-08-20T21:46:14.1320596Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/dns.go' from root:root to runner:runner
2025-08-20T21:46:14.1321877Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/resource.go' from root:root to runner:runner
2025-08-20T21:46:14.1323206Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/groups/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1324506Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/groups' from root:root to runner:runner
2025-08-20T21:46:14.1325811Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/context/auth.go' from root:root to runner:runner
2025-08-20T21:46:14.1327140Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/context/keys.go' from root:root to runner:runner
2025-08-20T21:46:14.1328736Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/context' from root:root to runner:runner
2025-08-20T21:46:14.1330118Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/ephemeral_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1331494Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrated_validator.go' from root:root to runner:runner
2025-08-20T21:46:14.1332850Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/nameserver.go' from root:root to runner:runner
2025-08-20T21:46:14.1334186Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/util/util_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1335541Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/util/util.go' from root:root to runner:runner
2025-08-20T21:46:14.1336813Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/util' from root:root to runner:runner
2025-08-20T21:46:14.1338391Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/store.go' from root:root to runner:runner
2025-08-20T21:46:14.1339877Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/geolocation_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1341301Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/utils.go' from root:root to runner:runner
2025-08-20T21:46:14.1342688Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/database.go' from root:root to runner:runner
2025-08-20T21:46:14.1344291Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/geolocation.go' from root:root to runner:runner
2025-08-20T21:46:14.1345649Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation' from root:root to runner:runner
2025-08-20T21:46:14.1347059Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/accountmanager_metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1348666Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/grpc_metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1350104Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/http_api_metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1351521Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/app_metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1353095Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/store_metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1354585Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/idp_metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1356033Z [00:03:40.162]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/updatechannel_metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1357417Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry' from root:root to runner:runner
2025-08-20T21:46:14.1358931Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/management_proto_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1360277Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/dns_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1361592Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/setupkey_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1363098Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/store.go' from root:root to runner:runner
2025-08-20T21:46:14.1364409Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/idp.go' from root:root to runner:runner
2025-08-20T21:46:14.1365745Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/store_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1367106Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/marshaler.go' from root:root to runner:runner
2025-08-20T21:46:14.1368685Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/idp_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1369983Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache' from root:root to runner:runner
2025-08-20T21:46:14.1371271Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/event_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1372603Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/scheduler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1373999Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account_request_buffer.go' from root:root to runner:runner
2025-08-20T21:46:14.1375333Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer.go' from root:root to runner:runner
2025-08-20T21:46:14.1376731Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/group_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1378447Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/integrated_validator/interface.go' from root:root to runner:runner
2025-08-20T21:46:14.1380065Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/integrated_validator' from root:root to runner:runner
2025-08-20T21:46:14.1381593Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/port_forwarding/controller.go' from root:root to runner:runner
2025-08-20T21:46:14.1383083Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/port_forwarding' from root:root to runner:runner
2025-08-20T21:46:14.1384568Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/extra_settings/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1386040Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/extra_settings' from root:root to runner:runner
2025-08-20T21:46:14.1387549Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations' from root:root to runner:runner
2025-08-20T21:46:14.1389050Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/configs/auth.go' from root:root to runner:runner
2025-08-20T21:46:14.1390399Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/configs' from root:root to runner:runner
2025-08-20T21:46:14.1391726Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1393331Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/events/events_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1394876Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/events/events_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1396323Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/events' from root:root to runner:runner
2025-08-20T21:46:14.1397897Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/routes/routes_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1399548Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/routes/routes_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1400999Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/routes' from root:root to runner:runner
2025-08-20T21:46:14.1402612Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks/handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1404258Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks/resources_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1405824Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks/routers_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1407289Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks' from root:root to runner:runner
2025-08-20T21:46:14.1408929Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/policies_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1410550Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/posture_checks_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1412180Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/posture_checks_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1413956Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/geolocations_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1415561Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/policies_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1417171Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/geolocation_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1418934Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies' from root:root to runner:runner
2025-08-20T21:46:14.1420431Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/accounts/accounts_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1422028Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/accounts/accounts_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1423510Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/accounts' from root:root to runner:runner
2025-08-20T21:46:14.1424978Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/groups/groups_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1426519Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/groups/groups_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1428295Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/groups' from root:root to runner:runner
2025-08-20T21:46:14.1429851Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/dns_settings_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1431424Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/nameservers_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1432978Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/dns_settings_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1434509Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/nameservers_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1435942Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns' from root:root to runner:runner
2025-08-20T21:46:14.1437381Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/peers/peers_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1439160Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/peers/peers_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1440612Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/peers' from root:root to runner:runner
2025-08-20T21:46:14.1442055Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/users_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1443570Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/users_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1445241Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/pat_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1446756Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/pat_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1448285Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users' from root:root to runner:runner
2025-08-20T21:46:14.1449832Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/setup_keys/setupkeys_handler_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1451423Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/setup_keys/setupkeys_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.1453007Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/setup_keys' from root:root to runner:runner
2025-08-20T21:46:14.1454510Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers' from root:root to runner:runner
2025-08-20T21:46:14.1456001Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/bypass/bypass_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1457506Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/bypass/bypass.go' from root:root to runner:runner
2025-08-20T21:46:14.1459090Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/bypass' from root:root to runner:runner
2025-08-20T21:46:14.1460553Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/auth_middleware_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1462055Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/auth_middleware.go' from root:root to runner:runner
2025-08-20T21:46:14.1463647Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware' from root:root to runner:runner
2025-08-20T21:46:14.1465183Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/integration/setupkeys_handler_integration_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1466741Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/integration' from root:root to runner:runner
2025-08-20T21:46:14.1468277Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testing_tools/tools.go' from root:root to runner:runner
2025-08-20T21:46:14.1469903Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testing_tools' from root:root to runner:runner
2025-08-20T21:46:14.1471346Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testdata/peers.sql' from root:root to runner:runner
2025-08-20T21:46:14.1472838Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testdata/setup_keys.sql' from root:root to runner:runner
2025-08-20T21:46:14.1474325Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testdata/users.sql' from root:root to runner:runner
2025-08-20T21:46:14.1475744Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testdata' from root:root to runner:runner
2025-08-20T21:46:14.1477287Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/benchmarks/peers_handler_benchmark_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1479546Z [00:03:40.163]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/benchmarks/setupkeys_handler_benchmark_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1481290Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/benchmarks/users_handler_benchmark_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1482812Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/benchmarks' from root:root to runner:runner
2025-08-20T21:46:14.1484157Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing' from root:root to runner:runner
2025-08-20T21:46:14.1485441Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http' from root:root to runner:runner
2025-08-20T21:46:14.1486793Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/modules/module.go' from root:root to runner:runner
2025-08-20T21:46:14.1488315Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/modules' from root:root to runner:runner
2025-08-20T21:46:14.1489893Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/admin.go' from root:root to runner:runner
2025-08-20T21:46:14.1491316Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/user.go' from root:root to runner:runner
2025-08-20T21:46:14.1492779Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/role_permissions.go' from root:root to runner:runner
2025-08-20T21:46:14.1494442Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/owner.go' from root:root to runner:runner
2025-08-20T21:46:14.1495906Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/network_admin.go' from root:root to runner:runner
2025-08-20T21:46:14.1497367Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/auditor.go' from root:root to runner:runner
2025-08-20T21:46:14.1498942Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles' from root:root to runner:runner
2025-08-20T21:46:14.1500315Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1501737Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/manager_mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1503326Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/operations/operation.go' from root:root to runner:runner
2025-08-20T21:46:14.1504920Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/operations' from root:root to runner:runner
2025-08-20T21:46:14.1506326Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions' from root:root to runner:runner
2025-08-20T21:46:14.1507629Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/route.go' from root:root to runner:runner
2025-08-20T21:46:14.1509064Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/scheduler.go' from root:root to runner:runner
2025-08-20T21:46:14.1510392Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/grpcserver.go' from root:root to runner:runner
2025-08-20T21:46:14.1511944Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/event.go' from root:root to runner:runner
2025-08-20T21:46:14.1513236Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1514784Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peers/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1516147Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peers/manager_mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1517458Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peers' from root:root to runner:runner
2025-08-20T21:46:14.1518917Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1520419Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/users/user.go' from root:root to runner:runner
2025-08-20T21:46:14.1521745Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/users/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1523039Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/users' from root:root to runner:runner
2025-08-20T21:46:14.1524349Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/store.sql' from root:root to runner:runner
2025-08-20T21:46:14.1525752Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/geonames_20240305.db' from root:root to runner:runner
2025-08-20T21:46:14.1527219Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/GeoLite2-City_20240305.mmdb' from root:root to runner:runner
2025-08-20T21:46:14.1528964Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/networks.sql' from root:root to runner:runner
2025-08-20T21:46:14.1530443Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/extended-store.sql' from root:root to runner:runner
2025-08-20T21:46:14.1531911Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/store_with_expired_peers.sql' from root:root to runner:runner
2025-08-20T21:46:14.1533340Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/storev1.sql' from root:root to runner:runner
2025-08-20T21:46:14.1534763Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/store_policy_migrate.sql' from root:root to runner:runner
2025-08-20T21:46:14.1536197Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/management.json' from root:root to runner:runner
2025-08-20T21:46:14.1537533Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata' from root:root to runner:runner
2025-08-20T21:46:14.1539142Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/metrics/selfhosted.go' from root:root to runner:runner
2025-08-20T21:46:14.1540543Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/metrics/selfhosted_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1541886Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/metrics' from root:root to runner:runner
2025-08-20T21:46:14.1543193Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/updatechannel.go' from root:root to runner:runner
2025-08-20T21:46:14.1544643Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server' from root:root to runner:runner
2025-08-20T21:46:14.1545920Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/management_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1547238Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/migration_up.go' from root:root to runner:runner
2025-08-20T21:46:14.1548644Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/root.go' from root:root to runner:runner
2025-08-20T21:46:14.1549905Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/defaults.go' from root:root to runner:runner
2025-08-20T21:46:14.1551198Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/management.go' from root:root to runner:runner
2025-08-20T21:46:14.1552426Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd' from root:root to runner:runner
2025-08-20T21:46:14.1553773Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management' from root:root to runner:runner
2025-08-20T21:46:14.1555112Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.devcontainer/devcontainer.json' from root:root to runner:runner
2025-08-20T21:46:14.1556391Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.devcontainer/Dockerfile' from root:root to runner:runner
2025-08-20T21:46:14.1557595Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.devcontainer' from root:root to runner:runner
2025-08-20T21:46:14.1558956Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.dockerignore-client' from root:root to runner:runner
2025-08-20T21:46:14.1560139Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:46:14.1561291Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/funding.json' from root:root to runner:runner
2025-08-20T21:46:14.1562498Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/main.go' from root:root to runner:runner
2025-08-20T21:46:14.1563951Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/types/upload.go' from root:root to runner:runner
2025-08-20T21:46:14.1565212Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/types' from root:root to runner:runner
2025-08-20T21:46:14.1566452Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/Dockerfile' from root:root to runner:runner
2025-08-20T21:46:14.1567810Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/s3_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1569266Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/server.go' from root:root to runner:runner
2025-08-20T21:46:14.1570548Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/s3.go' from root:root to runner:runner
2025-08-20T21:46:14.1571856Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/local_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1573163Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/local.go' from root:root to runner:runner
2025-08-20T21:46:14.1574418Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server' from root:root to runner:runner
2025-08-20T21:46:14.1575619Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server' from root:root to runner:runner
2025-08-20T21:46:14.1576944Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSES/BSD-3-Clause.txt' from root:root to runner:runner
2025-08-20T21:46:14.1578488Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSES/AGPL-3.0.txt' from root:root to runner:runner
2025-08-20T21:46:14.1579782Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSES/REUSE.toml' from root:root to runner:runner
2025-08-20T21:46:14.1580960Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSES' from root:root to runner:runner
2025-08-20T21:46:14.1582251Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management_grpc.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.1583623Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/go.sum' from root:root to runner:runner
2025-08-20T21:46:14.1584981Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management.proto' from root:root to runner:runner
2025-08-20T21:46:14.1586379Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.1588115Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/generate.sh' from root:root to runner:runner
2025-08-20T21:46:14.1589493Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto' from root:root to runner:runner
2025-08-20T21:46:14.1590819Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/common/types.go' from root:root to runner:runner
2025-08-20T21:46:14.1592169Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/common' from root:root to runner:runner
2025-08-20T21:46:14.1593672Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/client.go' from root:root to runner:runner
2025-08-20T21:46:14.1594997Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/grpc.go' from root:root to runner:runner
2025-08-20T21:46:14.1596358Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/geo_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1597877Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/posturechecks.go' from root:root to runner:runner
2025-08-20T21:46:14.1599432Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/tokens_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1600885Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/posturechecks_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1602496Z [00:03:40.164]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/policies.go' from root:root to runner:runner
2025-08-20T21:46:14.1603984Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/events_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1605405Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/routes_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1606802Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/peers.go' from root:root to runner:runner
2025-08-20T21:46:14.1608283Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/accounts.go' from root:root to runner:runner
2025-08-20T21:46:14.1609760Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/policies_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1611317Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/users.go' from root:root to runner:runner
2025-08-20T21:46:14.1612918Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/accounts_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1614328Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/groups.go' from root:root to runner:runner
2025-08-20T21:46:14.1615709Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/options.go' from root:root to runner:runner
2025-08-20T21:46:14.1617099Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/geo.go' from root:root to runner:runner
2025-08-20T21:46:14.1618647Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/client.go' from root:root to runner:runner
2025-08-20T21:46:14.1620025Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/dns.go' from root:root to runner:runner
2025-08-20T21:46:14.1621408Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/tokens.go' from root:root to runner:runner
2025-08-20T21:46:14.1622797Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/setupkeys.go' from root:root to runner:runner
2025-08-20T21:46:14.1624210Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/users_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1625648Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/impersonation.go' from root:root to runner:runner
2025-08-20T21:46:14.1627245Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/networks.go' from root:root to runner:runner
2025-08-20T21:46:14.1628803Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/dns_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1630192Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/routes.go' from root:root to runner:runner
2025-08-20T21:46:14.1631571Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/events.go' from root:root to runner:runner
2025-08-20T21:46:14.1632975Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/client_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1634390Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/peers_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1635801Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/groups_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1637453Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/networks_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1639173Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/impersonation_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1640646Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/setupkeys_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1642017Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest' from root:root to runner:runner
2025-08-20T21:46:14.1643332Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/go.sum' from root:root to runner:runner
2025-08-20T21:46:14.1644674Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/client_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1646026Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1647315Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client' from root:root to runner:runner
2025-08-20T21:46:14.1648778Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/util/util.go' from root:root to runner:runner
2025-08-20T21:46:14.1650095Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/util' from root:root to runner:runner
2025-08-20T21:46:14.1651650Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/openapi.yml' from root:root to runner:runner
2025-08-20T21:46:14.1653115Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/types.gen.go' from root:root to runner:runner
2025-08-20T21:46:14.1654473Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/cfg.yaml' from root:root to runner:runner
2025-08-20T21:46:14.1655845Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/generate.sh' from root:root to runner:runner
2025-08-20T21:46:14.1657164Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api' from root:root to runner:runner
2025-08-20T21:46:14.1658584Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http' from root:root to runner:runner
2025-08-20T21:46:14.1659874Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/status/error.go' from root:root to runner:runner
2025-08-20T21:46:14.1661373Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/status' from root:root to runner:runner
2025-08-20T21:46:14.1662835Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/validate.go' from root:root to runner:runner
2025-08-20T21:46:14.1664204Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/list_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1665552Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/domain.go' from root:root to runner:runner
2025-08-20T21:46:14.1666916Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/validate_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1668372Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/list.go' from root:root to runner:runner
2025-08-20T21:46:14.1669673Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain' from root:root to runner:runner
2025-08-20T21:46:14.1671006Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/operations/operation.go' from root:root to runner:runner
2025-08-20T21:46:14.1672350Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/operations' from root:root to runner:runner
2025-08-20T21:46:14.1673611Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management' from root:root to runner:runner
2025-08-20T21:46:14.1674932Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange_grpc.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.1676539Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange.proto' from root:root to runner:runner
2025-08-20T21:46:14.1678101Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.1679469Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/go.sum' from root:root to runner:runner
2025-08-20T21:46:14.1680774Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/generate.sh' from root:root to runner:runner
2025-08-20T21:46:14.1682091Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/constants.go' from root:root to runner:runner
2025-08-20T21:46:14.1683365Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto' from root:root to runner:runner
2025-08-20T21:46:14.1684633Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/client.go' from root:root to runner:runner
2025-08-20T21:46:14.1686164Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/grpc.go' from root:root to runner:runner
2025-08-20T21:46:14.1687463Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/worker.go' from root:root to runner:runner
2025-08-20T21:46:14.1688968Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/client_suite_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1690301Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/go.sum' from root:root to runner:runner
2025-08-20T21:46:14.1691621Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/client_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1692940Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/mock.go' from root:root to runner:runner
2025-08-20T21:46:14.1694197Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client' from root:root to runner:runner
2025-08-20T21:46:14.1695411Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal' from root:root to runner:runner
2025-08-20T21:46:14.1696620Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/context/keys.go' from root:root to runner:runner
2025-08-20T21:46:14.1697899Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/context' from root:root to runner:runner
2025-08-20T21:46:14.1699211Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.1700717Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/validator.go' from root:root to runner:runner
2025-08-20T21:46:14.1702063Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/go.sum' from root:root to runner:runner
2025-08-20T21:46:14.1703370Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/allow/allow_all.go' from root:root to runner:runner
2025-08-20T21:46:14.1704665Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/allow' from root:root to runner:runner
2025-08-20T21:46:14.1705944Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/store.go' from root:root to runner:runner
2025-08-20T21:46:14.1707248Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.1708733Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/token.go' from root:root to runner:runner
2025-08-20T21:46:14.1710276Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/algo.go' from root:root to runner:runner
2025-08-20T21:46:14.1711622Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/hmac_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1712974Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/token.go' from root:root to runner:runner
2025-08-20T21:46:14.1714326Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/validator.go' from root:root to runner:runner
2025-08-20T21:46:14.1715697Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/generator.go' from root:root to runner:runner
2025-08-20T21:46:14.1717015Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2' from root:root to runner:runner
2025-08-20T21:46:14.1718493Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/validator.go' from root:root to runner:runner
2025-08-20T21:46:14.1719861Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/token_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1721149Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac' from root:root to runner:runner
2025-08-20T21:46:14.1722375Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth' from root:root to runner:runner
2025-08-20T21:46:14.1723624Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/server_dev.go' from root:root to runner:runner
2025-08-20T21:46:14.1725144Z [00:03:40.165]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/server_prod.go' from root:root to runner:runner
2025-08-20T21:46:14.1726485Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.1727953Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/client_prod.go' from root:root to runner:runner
2025-08-20T21:46:14.1729334Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/client_dev.go' from root:root to runner:runner
2025-08-20T21:46:14.1730611Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/alpn.go' from root:root to runner:runner
2025-08-20T21:46:14.1731837Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls' from root:root to runner:runner
2025-08-20T21:46:14.1733145Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/receiver_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1734749Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/sender.go' from root:root to runner:runner
2025-08-20T21:46:14.1736074Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.1737424Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/receiver.go' from root:root to runner:runner
2025-08-20T21:46:14.1738938Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/sender_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1740262Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck' from root:root to runner:runner
2025-08-20T21:46:14.1741568Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1742905Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/picker_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1744284Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/peer_subscription_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1745627Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.1746969Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic/quic.go' from root:root to runner:runner
2025-08-20T21:46:14.1748637Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic/conn.go' from root:root to runner:runner
2025-08-20T21:46:14.1750137Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic' from root:root to runner:runner
2025-08-20T21:46:14.1751556Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/race_dialer.go' from root:root to runner:runner
2025-08-20T21:46:14.1752940Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/addr.go' from root:root to runner:runner
2025-08-20T21:46:14.1754294Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/conn.go' from root:root to runner:runner
2025-08-20T21:46:14.1755649Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/ws.go' from root:root to runner:runner
2025-08-20T21:46:14.1756965Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws' from root:root to runner:runner
2025-08-20T21:46:14.1758559Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/net/err.go' from root:root to runner:runner
2025-08-20T21:46:14.1760047Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/net' from root:root to runner:runner
2025-08-20T21:46:14.1761424Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/race_dialer_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1762767Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer' from root:root to runner:runner
2025-08-20T21:46:14.1764048Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/client.go' from root:root to runner:runner
2025-08-20T21:46:14.1765338Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/addr.go' from root:root to runner:runner
2025-08-20T21:46:14.1766671Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/peer_subscription.go' from root:root to runner:runner
2025-08-20T21:46:14.1768129Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/picker.go' from root:root to runner:runner
2025-08-20T21:46:14.1769500Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1770794Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/go.sum' from root:root to runner:runner
2025-08-20T21:46:14.1772100Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/client_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1773607Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/conn.go' from root:root to runner:runner
2025-08-20T21:46:14.1774969Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/guard.go' from root:root to runner:runner
2025-08-20T21:46:14.1776223Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client' from root:root to runner:runner
2025-08-20T21:46:14.1777491Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/id.go' from root:root to runner:runner
2025-08-20T21:46:14.1778964Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/peer_state_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1780330Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/auth/auth.go' from root:root to runner:runner
2025-08-20T21:46:14.1781628Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/auth' from root:root to runner:runner
2025-08-20T21:46:14.1783071Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.1784531Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/peer_state.go' from root:root to runner:runner
2025-08-20T21:46:14.1785862Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/message.go' from root:root to runner:runner
2025-08-20T21:46:14.1787218Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/address/address.go' from root:root to runner:runner
2025-08-20T21:46:14.1788682Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/address' from root:root to runner:runner
2025-08-20T21:46:14.1790022Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/message_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1791317Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages' from root:root to runner:runner
2025-08-20T21:46:14.1792576Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/constants.go' from root:root to runner:runner
2025-08-20T21:46:14.1793782Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay' from root:root to runner:runner
2025-08-20T21:46:14.1794928Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared' from root:root to runner:runner
2025-08-20T21:46:14.1796046Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:46:14.1797319Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T21:46:14.1798799Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.goreleaser_ui.yaml' from root:root to runner:runner
2025-08-20T21:46:14.1800052Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T21:46:14.1801234Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/main.go' from root:root to runner:runner
2025-08-20T21:46:14.1802423Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/Dockerfile' from root:root to runner:runner
2025-08-20T21:46:14.1803624Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/README.md' from root:root to runner:runner
2025-08-20T21:46:14.1804830Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/peer/peer.go' from root:root to runner:runner
2025-08-20T21:46:14.1806068Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/peer/peer_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1807557Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/peer' from root:root to runner:runner
2025-08-20T21:46:14.1808877Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/LICENSE' from root:root to runner:runner
2025-08-20T21:46:14.1810095Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/server/signal.go' from root:root to runner:runner
2025-08-20T21:46:14.1811297Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/server' from root:root to runner:runner
2025-08-20T21:46:14.1812484Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd/run.go' from root:root to runner:runner
2025-08-20T21:46:14.1813683Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd/env.go' from root:root to runner:runner
2025-08-20T21:46:14.1814885Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd/root.go' from root:root to runner:runner
2025-08-20T21:46:14.1816164Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd' from root:root to runner:runner
2025-08-20T21:46:14.1817441Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics/metrics.go' from root:root to runner:runner
2025-08-20T21:46:14.1818834Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics/app.go' from root:root to runner:runner
2025-08-20T21:46:14.1820045Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics' from root:root to runner:runner
2025-08-20T21:46:14.1821307Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal' from root:root to runner:runner
2025-08-20T21:46:14.1822551Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/base62/base62_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1823761Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/base62/base62.go' from root:root to runner:runner
2025-08-20T21:46:14.1825097Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/base62' from root:root to runner:runner
2025-08-20T21:46:14.1826227Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:46:14.1827411Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T21:46:14.1828884Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/mobile-build-validation.yml' from root:root to runner:runner
2025-08-20T21:46:14.1830271Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-linux.yml' from root:root to runner:runner
2025-08-20T21:46:14.1831774Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/update-docs.yml' from root:root to runner:runner
2025-08-20T21:46:14.1833090Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/sync-main.yml' from root:root to runner:runner
2025-08-20T21:46:14.1834410Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golangci-lint.yml' from root:root to runner:runner
2025-08-20T21:46:14.1835768Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/install-script-test.yml' from root:root to runner:runner
2025-08-20T21:46:14.1837113Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/sync-tag.yml' from root:root to runner:runner
2025-08-20T21:46:14.1838594Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/check-license-dependencies.yml' from root:root to runner:runner
2025-08-20T21:46:14.1840111Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-darwin.yml' from root:root to runner:runner
2025-08-20T21:46:14.1841499Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/forum.yml' from root:root to runner:runner
2025-08-20T21:46:14.1842833Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-freebsd.yml' from root:root to runner:runner
2025-08-20T21:46:14.1844199Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/git-town.yml' from root:root to runner:runner
2025-08-20T21:46:14.1845578Z [00:03:40.166]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T21:46:14.1846983Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-windows.yml' from root:root to runner:runner
2025-08-20T21:46:14.1848468Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/docs-ack.yml' from root:root to runner:runner
2025-08-20T21:46:14.1849996Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/test-infrastructure-files.yml' from root:root to runner:runner
2025-08-20T21:46:14.1851296Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:46:14.1852594Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/ISSUE_TEMPLATE/bug-issue-report.md' from root:root to runner:runner
2025-08-20T21:46:14.1853960Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T21:46:14.1855395Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:46:14.1856660Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/pull_request_template.md' from root:root to runner:runner
2025-08-20T21:46:14.1857987Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:46:14.1859254Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.goreleaser_ui_darwin.yaml' from root:root to runner:runner
2025-08-20T21:46:14.1860485Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T21:46:14.1861681Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/duration.go' from root:root to runner:runner
2025-08-20T21:46:14.1862972Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/semaphore-group/semaphore_group.go' from root:root to runner:runner
2025-08-20T21:46:14.1864494Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/semaphore-group/semaphore_group_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1865875Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/semaphore-group' from root:root to runner:runner
2025-08-20T21:46:14.1867124Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/membership_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.1868576Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/log.go' from root:root to runner:runner
2025-08-20T21:46:14.1869860Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/common.go' from root:root to runner:runner
2025-08-20T21:46:14.1871158Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/membership_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.1872380Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/runtime.go' from root:root to runner:runner
2025-08-20T21:46:14.1873732Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/grpc/dialer.go' from root:root to runner:runner
2025-08-20T21:46:14.1874903Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/grpc' from root:root to runner:runner
2025-08-20T21:46:14.1876083Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/permission.go' from root:root to runner:runner
2025-08-20T21:46:14.1877323Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/permission_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.1878724Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/syslog_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.1880142Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/syslog_nonwindows.go' from root:root to runner:runner
2025-08-20T21:46:14.1881358Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env.go' from root:root to runner:runner
2025-08-20T21:46:14.1882577Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1883798Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1885065Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_listen_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.1886382Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/protectsocket_android.go' from root:root to runner:runner
2025-08-20T21:46:14.1887663Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env_generic.go' from root:root to runner:runner
2025-08-20T21:46:14.1889164Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net.go' from root:root to runner:runner
2025-08-20T21:46:14.1890410Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dial.go' from root:root to runner:runner
2025-08-20T21:46:14.1891619Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listen.go' from root:root to runner:runner
2025-08-20T21:46:14.1892862Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_listen.go' from root:root to runner:runner
2025-08-20T21:46:14.1894210Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_dial.go' from root:root to runner:runner
2025-08-20T21:46:14.1895554Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listen_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.1896825Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_init_android.go' from root:root to runner:runner
2025-08-20T21:46:14.1898312Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.1899634Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_init_nonlinux.go' from root:root to runner:runner
2025-08-20T21:46:14.1900927Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_init_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1902216Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_init_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1903695Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_init_android.go' from root:root to runner:runner
2025-08-20T21:46:14.1905018Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_init_nonlinux.go' from root:root to runner:runner
2025-08-20T21:46:14.1906270Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/conn.go' from root:root to runner:runner
2025-08-20T21:46:14.1907471Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dial_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.1908790Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer.go' from root:root to runner:runner
2025-08-20T21:46:14.1910014Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1911186Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net' from root:root to runner:runner
2025-08-20T21:46:14.1912548Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/isrg-root-x2.pem' from root:root to runner:runner
2025-08-20T21:46:14.1913967Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/isrg-root-x1.pem' from root:root to runner:runner
2025-08-20T21:46:14.1915324Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/embeddedroots.go' from root:root to runner:runner
2025-08-20T21:46:14.1916610Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots' from root:root to runner:runner
2025-08-20T21:46:14.1918018Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/file_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1919312Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/util_suite_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1920514Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/retry.go' from root:root to runner:runner
2025-08-20T21:46:14.1921878Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/file.go' from root:root to runner:runner
2025-08-20T21:46:14.1923013Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util' from root:root to runner:runner
2025-08-20T21:46:14.1924210Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow_grpc.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.1925461Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.1926695Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow.proto' from root:root to runner:runner
2025-08-20T21:46:14.1928245Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/generate.sh' from root:root to runner:runner
2025-08-20T21:46:14.1929499Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto' from root:root to runner:runner
2025-08-20T21:46:14.1930701Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/auth.go' from root:root to runner:runner
2025-08-20T21:46:14.1931925Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/client.go' from root:root to runner:runner
2025-08-20T21:46:14.1933179Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/client_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1934391Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client' from root:root to runner:runner
2025-08-20T21:46:14.1935518Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow' from root:root to runner:runner
2025-08-20T21:46:14.1936782Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/main.go' from root:root to runner:runner
2025-08-20T21:46:14.1938218Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/logger.go' from root:root to runner:runner
2025-08-20T21:46:14.1939613Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/preferences.go' from root:root to runner:runner
2025-08-20T21:46:14.1940959Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/client.go' from root:root to runner:runner
2025-08-20T21:46:14.1942367Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/routes.go' from root:root to runner:runner
2025-08-20T21:46:14.1943773Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/peer_notifier.go' from root:root to runner:runner
2025-08-20T21:46:14.1945126Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/gomobile.go' from root:root to runner:runner
2025-08-20T21:46:14.1946668Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/preferences_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1948127Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/login.go' from root:root to runner:runner
2025-08-20T21:46:14.1949457Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK' from root:root to runner:runner
2025-08-20T21:46:14.1950648Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios' from root:root to runner:runner
2025-08-20T21:46:14.1952029Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/configs/configs.go' from root:root to runner:runner
2025-08-20T21:46:14.1953246Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/configs' from root:root to runner:runner
2025-08-20T21:46:14.1954502Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/preferences.go' from root:root to runner:runner
2025-08-20T21:46:14.1955773Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/exec.go' from root:root to runner:runner
2025-08-20T21:46:14.1957016Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/client.go' from root:root to runner:runner
2025-08-20T21:46:14.1958392Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/networks.go' from root:root to runner:runner
2025-08-20T21:46:14.1959700Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/dns_list_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1961095Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/dns_list.go' from root:root to runner:runner
2025-08-20T21:46:14.1962458Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/peer_notifier.go' from root:root to runner:runner
2025-08-20T21:46:14.1963750Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/gomobile.go' from root:root to runner:runner
2025-08-20T21:46:14.1965069Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/preferences_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1966443Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/login.go' from root:root to runner:runner
2025-08-20T21:46:14.1967822Z [00:03:40.167]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android' from root:root to runner:runner
2025-08-20T21:46:14.1969145Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/anonymize/anonymize.go' from root:root to runner:runner
2025-08-20T21:46:14.1970684Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/anonymize/anonymize_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1971945Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/anonymize' from root:root to runner:runner
2025-08-20T21:46:14.1973178Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine.go' from root:root to runner:runner
2025-08-20T21:46:14.1974509Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/statemanager/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1976066Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/statemanager' from root:root to runner:runner
2025-08-20T21:46:14.1977408Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/wgiface.go' from root:root to runner:runner
2025-08-20T21:46:14.1978895Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/env.go' from root:root to runner:runner
2025-08-20T21:46:14.1980257Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/support_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1981691Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1983166Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listener_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1984624Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listen_ip.go' from root:root to runner:runner
2025-08-20T21:46:14.1986208Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listen_ip_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.1987856Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.1989393Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1990772Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity' from root:root to runner:runner
2025-08-20T21:46:14.1992254Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.1993659Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/peercfg.go' from root:root to runner:runner
2025-08-20T21:46:14.1995085Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.1996747Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.1998309Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity/ticker.go' from root:root to runner:runner
2025-08-20T21:46:14.1999800Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity' from root:root to runner:runner
2025-08-20T21:46:14.2001324Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/support.go' from root:root to runner:runner
2025-08-20T21:46:14.2002716Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/manager/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2004088Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/manager' from root:root to runner:runner
2025-08-20T21:46:14.2005374Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn' from root:root to runner:runner
2025-08-20T21:46:14.2006695Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine_stdnet_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2008133Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/wgshow.go' from root:root to runner:runner
2025-08-20T21:46:14.2009483Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format.go' from root:root to runner:runner
2025-08-20T21:46:14.2011010Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_nonmobile.go' from root:root to runner:runner
2025-08-20T21:46:14.2012454Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_nonlinux.go' from root:root to runner:runner
2025-08-20T21:46:14.2013818Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2015189Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2016579Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format_nonwindows.go' from root:root to runner:runner
2025-08-20T21:46:14.2018034Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2019440Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2020977Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_mobile.go' from root:root to runner:runner
2025-08-20T21:46:14.2022309Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug.go' from root:root to runner:runner
2025-08-20T21:46:14.2023578Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug' from root:root to runner:runner
2025-08-20T21:46:14.2024883Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/device_flow_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2026409Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/pkce_flow_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2027841Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/oauth.go' from root:root to runner:runner
2025-08-20T21:46:14.2029226Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/pkce_flow.go' from root:root to runner:runner
2025-08-20T21:46:14.2030558Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/device_flow.go' from root:root to runner:runner
2025-08-20T21:46:14.2031877Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/util.go' from root:root to runner:runner
2025-08-20T21:46:14.2033143Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth' from root:root to runner:runner
2025-08-20T21:46:14.2034668Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2036169Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/common/params.go' from root:root to runner:runner
2025-08-20T21:46:14.2037569Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/common' from root:root to runner:runner
2025-08-20T21:46:14.2039198Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/static/route.go' from root:root to runner:runner
2025-08-20T21:46:14.2040594Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/static' from root:root to runner:runner
2025-08-20T21:46:14.2042034Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dnsinterceptor/handler.go' from root:root to runner:runner
2025-08-20T21:46:14.2043499Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dnsinterceptor' from root:root to runner:runner
2025-08-20T21:46:14.2045166Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/fakeip/fakeip_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2046619Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/fakeip/fakeip.go' from root:root to runner:runner
2025-08-20T21:46:14.2048122Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/fakeip' from root:root to runner:runner
2025-08-20T21:46:14.2049563Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/sysctl/sysctl_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2051150Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/sysctl' from root:root to runner:runner
2025-08-20T21:46:14.2052579Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface/iface_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2054032Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface/iface.go' from root:root to runner:runner
2025-08-20T21:46:14.2055480Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface/iface_common.go' from root:root to runner:runner
2025-08-20T21:46:14.2056881Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface' from root:root to runner:runner
2025-08-20T21:46:14.2058399Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/ipfwdstate/ipfwdstate.go' from root:root to runner:runner
2025-08-20T21:46:14.2060068Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/ipfwdstate' from root:root to runner:runner
2025-08-20T21:46:14.2061600Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_bsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2063133Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2064709Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/routeflags_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2066283Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_unix_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2067946Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2069564Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2071286Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops.go' from root:root to runner:runner
2025-08-20T21:46:14.2072839Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_generic_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2074412Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_nonlinux.go' from root:root to runner:runner
2025-08-20T21:46:14.2076140Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2077649Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/state.go' from root:root to runner:runner
2025-08-20T21:46:14.2079346Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/routeflags_bsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2080914Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_windows_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2082492Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_bsd_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2084035Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2085773Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2087427Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_generic.go' from root:root to runner:runner
2025-08-20T21:46:14.2089147Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2090607Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops' from root:root to runner:runner
2025-08-20T21:46:14.2092017Z [00:03:40.168]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/util/ip.go' from root:root to runner:runner
2025-08-20T21:46:14.2093377Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/util' from root:root to runner:runner
2025-08-20T21:46:14.2094767Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client/client.go' from root:root to runner:runner
2025-08-20T21:46:14.2096430Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client/client_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2098022Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client/client_bench_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2099572Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client' from root:root to runner:runner
2025-08-20T21:46:14.2100940Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2102545Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/refcounter/types.go' from root:root to runner:runner
2025-08-20T21:46:14.2104035Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/refcounter/refcounter.go' from root:root to runner:runner
2025-08-20T21:46:14.2105477Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/refcounter' from root:root to runner:runner
2025-08-20T21:46:14.2106937Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier/notifier_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2108617Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier/notifier_other.go' from root:root to runner:runner
2025-08-20T21:46:14.2110135Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier/notifier_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2111744Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier' from root:root to runner:runner
2025-08-20T21:46:14.2113184Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/state.go' from root:root to runner:runner
2025-08-20T21:46:14.2114566Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/vars/vars.go' from root:root to runner:runner
2025-08-20T21:46:14.2115935Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/vars' from root:root to runner:runner
2025-08-20T21:46:14.2117326Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/server/server.go' from root:root to runner:runner
2025-08-20T21:46:14.2118894Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/server' from root:root to runner:runner
2025-08-20T21:46:14.2120254Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/mock.go' from root:root to runner:runner
2025-08-20T21:46:14.2121857Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic/route_generic.go' from root:root to runner:runner
2025-08-20T21:46:14.2123340Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic/route_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2124789Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic/route.go' from root:root to runner:runner
2025-08-20T21:46:14.2126183Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic' from root:root to runner:runner
2025-08-20T21:46:14.2127656Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager' from root:root to runner:runner
2025-08-20T21:46:14.2129127Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2130477Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/mocks/README.md' from root:root to runner:runner
2025-08-20T21:46:14.2131845Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/mocks/iface_mapper.go' from root:root to runner:runner
2025-08-20T21:46:14.2133172Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/mocks' from root:root to runner:runner
2025-08-20T21:46:14.2134452Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2135896Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/id/id.go' from root:root to runner:runner
2025-08-20T21:46:14.2137231Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/id' from root:root to runner:runner
2025-08-20T21:46:14.2138643Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl' from root:root to runner:runner
2025-08-20T21:46:14.2139950Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfeb.o' from root:root to runner:runner
2025-08-20T21:46:14.2141331Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/manager_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2142759Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/manager_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2144159Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfel.go' from root:root to runner:runner
2025-08-20T21:46:14.2145726Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/dns_fwd_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2147110Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/dns_fwd.c' from root:root to runner:runner
2025-08-20T21:46:14.2148632Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/readme.md' from root:root to runner:runner
2025-08-20T21:46:14.2150016Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/wg_proxy.c' from root:root to runner:runner
2025-08-20T21:46:14.2151557Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/prog.c' from root:root to runner:runner
2025-08-20T21:46:14.2152893Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src' from root:root to runner:runner
2025-08-20T21:46:14.2154247Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/wg_proxy_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2155628Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfel.o' from root:root to runner:runner
2025-08-20T21:46:14.2156992Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfeb.go' from root:root to runner:runner
2025-08-20T21:46:14.2158448Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf' from root:root to runner:runner
2025-08-20T21:46:14.2159932Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/instantiater_nonlinux.go' from root:root to runner:runner
2025-08-20T21:46:14.2161485Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/instantiater_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2162977Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/manager/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2164321Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/manager' from root:root to runner:runner
2025-08-20T21:46:14.2165574Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf' from root:root to runner:runner
2025-08-20T21:46:14.2166949Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2168601Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2170092Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/monitor_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2171700Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/monitor.go' from root:root to runner:runner
2025-08-20T21:46:14.2173144Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/monitor_mobile.go' from root:root to runner:runner
2025-08-20T21:46:14.2174642Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_windows_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2176294Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_bsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2177688Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor' from root:root to runner:runner
2025-08-20T21:46:14.2179161Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/pkce_auth.go' from root:root to runner:runner
2025-08-20T21:46:14.2180480Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/iface_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2181792Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/connect_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2183093Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/connect.go' from root:root to runner:runner
2025-08-20T21:46:14.2184398Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover.go' from root:root to runner:runner
2025-08-20T21:46:14.2185958Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/filter.go' from root:root to runner:runner
2025-08-20T21:46:14.2187415Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover_mobile_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2188949Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2190313Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover_mobile.go' from root:root to runner:runner
2025-08-20T21:46:14.2191671Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/stdnet.go' from root:root to runner:runner
2025-08-20T21:46:14.2193019Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover_pion.go' from root:root to runner:runner
2025-08-20T21:46:14.2194371Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/dialer.go' from root:root to runner:runner
2025-08-20T21:46:14.2195823Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet' from root:root to runner:runner
2025-08-20T21:46:14.2197130Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/mobile_dependency.go' from root:root to runner:runner
2025-08-20T21:46:14.2198602Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/signaler.go' from root:root to runner:runner
2025-08-20T21:46:14.2199983Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/status_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2201488Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker_relay.go' from root:root to runner:runner
2025-08-20T21:46:14.2202843Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/notifier_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2204196Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker_ice.go' from root:root to runner:runner
2025-08-20T21:46:14.2205568Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conntype/priority.go' from root:root to runner:runner
2025-08-20T21:46:14.2206935Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conntype' from root:root to runner:runner
2025-08-20T21:46:14.2208346Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/config.go' from root:root to runner:runner
2025-08-20T21:46:14.2209849Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/env.go' from root:root to runner:runner
2025-08-20T21:46:14.2211276Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/stdnet_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2212638Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/agent.go' from root:root to runner:runner
2025-08-20T21:46:14.2213987Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/StunTurn.go' from root:root to runner:runner
2025-08-20T21:46:14.2215334Z [00:03:40.169]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/stdnet.go' from root:root to runner:runner
2025-08-20T21:46:14.2216703Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/StunTurn_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2218096Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice' from root:root to runner:runner
2025-08-20T21:46:14.2219556Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/error.go' from root:root to runner:runner
2025-08-20T21:46:14.2220867Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/error_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2222205Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/state_dump.go' from root:root to runner:runner
2025-08-20T21:46:14.2223534Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2225031Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/status.go' from root:root to runner:runner
2025-08-20T21:46:14.2226345Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/iface.go' from root:root to runner:runner
2025-08-20T21:46:14.2227679Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2229219Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/dispatcher/dispatcher.go' from root:root to runner:runner
2025-08-20T21:46:14.2230598Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/dispatcher' from root:root to runner:runner
2025-08-20T21:46:14.2231951Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker/state.go' from root:root to runner:runner
2025-08-20T21:46:14.2233268Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker' from root:root to runner:runner
2025-08-20T21:46:14.2234759Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/id/connid.go' from root:root to runner:runner
2025-08-20T21:46:14.2236116Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/id' from root:root to runner:runner
2025-08-20T21:46:14.2237389Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn.go' from root:root to runner:runner
2025-08-20T21:46:14.2238832Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/route.go' from root:root to runner:runner
2025-08-20T21:46:14.2240147Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/notifier.go' from root:root to runner:runner
2025-08-20T21:46:14.2241482Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/session_id.go' from root:root to runner:runner
2025-08-20T21:46:14.2242809Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/nilcheck.go' from root:root to runner:runner
2025-08-20T21:46:14.2244328Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/handshaker.go' from root:root to runner:runner
2025-08-20T21:46:14.2245694Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard/ice_monitor.go' from root:root to runner:runner
2025-08-20T21:46:14.2247077Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard/sr_watcher.go' from root:root to runner:runner
2025-08-20T21:46:14.2248691Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard/guard.go' from root:root to runner:runner
2025-08-20T21:46:14.2250167Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard' from root:root to runner:runner
2025-08-20T21:46:14.2251478Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/wg_watcher.go' from root:root to runner:runner
2025-08-20T21:46:14.2252839Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn_status_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2254229Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/wg_watcher_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2255590Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn_status.go' from root:root to runner:runner
2025-08-20T21:46:14.2256873Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer' from root:root to runner:runner
2025-08-20T21:46:14.2258345Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns.go' from root:root to runner:runner
2025-08-20T21:46:14.2259767Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2261193Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ingressgw/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2262575Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ingressgw/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2263881Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ingressgw' from root:root to runner:runner
2025-08-20T21:46:14.2265158Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/conn_mgr.go' from root:root to runner:runner
2025-08-20T21:46:14.2266504Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/listener/network_change.go' from root:root to runner:runner
2025-08-20T21:46:14.2267978Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/listener' from root:root to runner:runner
2025-08-20T21:46:14.2269526Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routeselector/routeselector.go' from root:root to runner:runner
2025-08-20T21:46:14.2270997Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routeselector/routeselector_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2272390Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routeselector' from root:root to runner:runner
2025-08-20T21:46:14.2273697Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine_stdnet.go' from root:root to runner:runner
2025-08-20T21:46:14.2275206Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/manager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2276575Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/types/types.go' from root:root to runner:runner
2025-08-20T21:46:14.2278002Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/types' from root:root to runner:runner
2025-08-20T21:46:14.2279427Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack/sysctl.go' from root:root to runner:runner
2025-08-20T21:46:14.2280866Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack/conntrack.go' from root:root to runner:runner
2025-08-20T21:46:14.2282355Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack/conntrack_nonlinux.go' from root:root to runner:runner
2025-08-20T21:46:14.2283940Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack' from root:root to runner:runner
2025-08-20T21:46:14.2285375Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/logger/logger.go' from root:root to runner:runner
2025-08-20T21:46:14.2286787Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/logger/logger_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2288240Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/logger' from root:root to runner:runner
2025-08-20T21:46:14.2289647Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/store/memory.go' from root:root to runner:runner
2025-08-20T21:46:14.2290984Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/store' from root:root to runner:runner
2025-08-20T21:46:14.2292308Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2293845Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow' from root:root to runner:runner
2025-08-20T21:46:14.2295146Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peerstore/store.go' from root:root to runner:runner
2025-08-20T21:46:14.2296453Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peerstore' from root:root to runner:runner
2025-08-20T21:46:14.2297797Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/iface.go' from root:root to runner:runner
2025-08-20T21:46:14.2299253Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/session.go' from root:root to runner:runner
2025-08-20T21:46:14.2300522Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/state.go' from root:root to runner:runner
2025-08-20T21:46:14.2301830Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/templates/embed.go' from root:root to runner:runner
2025-08-20T21:46:14.2303214Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/templates/pkce-auth-msg.html' from root:root to runner:runner
2025-08-20T21:46:14.2304552Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/templates' from root:root to runner:runner
2025-08-20T21:46:14.2305889Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd/forwarder_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2307348Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2308942Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd/forwarder.go' from root:root to runner:runner
2025-08-20T21:46:14.2310304Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd' from root:root to runner:runner
2025-08-20T21:46:14.2311642Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/rosenpass/netbird_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.2313032Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/rosenpass/manager.go' from root:root to runner:runner
2025-08-20T21:46:14.2314366Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/rosenpass' from root:root to runner:runner
2025-08-20T21:46:14.2315686Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_general.go' from root:root to runner:runner
2025-08-20T21:46:14.2317244Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/types/types.go' from root:root to runner:runner
2025-08-20T21:46:14.2318792Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/types' from root:root to runner:runner
2025-08-20T21:46:14.2320089Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/test/mock.go' from root:root to runner:runner
2025-08-20T21:46:14.2321374Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/test' from root:root to runner:runner
2025-08-20T21:46:14.2322653Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/wgiface.go' from root:root to runner:runner
2025-08-20T21:46:14.2323992Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/hosts_dns_holder.go' from root:root to runner:runner
2025-08-20T21:46:14.2325342Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/handler_chain.go' from root:root to runner:runner
2025-08-20T21:46:14.2326736Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2328244Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_repair_unix_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2329695Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2331056Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2332626Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2334076Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_unix_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2335453Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_parser_unix_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2336824Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2338359Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/network_manager_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2339782Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2341165Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2342772Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/mock_server.go' from root:root to runner:runner
2025-08-20T21:46:14.2344149Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_mobile.go' from root:root to runner:runner
2025-08-20T21:46:14.2345519Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2346860Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/wgiface_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2348286Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server.go' from root:root to runner:runner
2025-08-20T21:46:14.2349669Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_export.go' from root:root to runner:runner
2025-08-20T21:46:14.2351025Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2352375Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/service_listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2353719Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream.go' from root:root to runner:runner
2025-08-20T21:46:14.2355029Z [00:03:40.170]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/service.go' from root:root to runner:runner
2025-08-20T21:46:14.2356527Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/response_writer_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2358201Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_repair_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2359649Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/handler_chain_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2361025Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/systemd_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2362337Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host.go' from root:root to runner:runner
2025-08-20T21:46:14.2363677Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/response_writer.go' from root:root to runner:runner
2025-08-20T21:46:14.2365039Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/resolvconf_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2366552Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/local/local_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2368204Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/local/local.go' from root:root to runner:runner
2025-08-20T21:46:14.2369562Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/local' from root:root to runner:runner
2025-08-20T21:46:14.2370861Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2372200Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2373559Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2374930Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_export_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2376265Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/consts.go' from root:root to runner:runner
2025-08-20T21:46:14.2377564Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2379005Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2380340Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/service_memory.go' from root:root to runner:runner
2025-08-20T21:46:14.2381885Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/notifier.go' from root:root to runner:runner
2025-08-20T21:46:14.2383272Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2384616Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2385961Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2387293Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/dbus_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2388788Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/systemd_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2390133Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2391721Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_parser_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2393010Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns' from root:root to runner:runner
2025-08-20T21:46:14.2394313Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/relay/relay.go' from root:root to runner:runner
2025-08-20T21:46:14.2395579Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/relay' from root:root to runner:runner
2025-08-20T21:46:14.2396869Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/message_convert.go' from root:root to runner:runner
2025-08-20T21:46:14.2398284Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/iface_common.go' from root:root to runner:runner
2025-08-20T21:46:14.2399795Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/profilemanager.go' from root:root to runner:runner
2025-08-20T21:46:14.2401227Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/config.go' from root:root to runner:runner
2025-08-20T21:46:14.2402640Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/config_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2404051Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/error.go' from root:root to runner:runner
2025-08-20T21:46:14.2405586Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/service.go' from root:root to runner:runner
2025-08-20T21:46:14.2407201Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/profilemanager_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2408825Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/state.go' from root:root to runner:runner
2025-08-20T21:46:14.2410180Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager' from root:root to runner:runner
2025-08-20T21:46:14.2411490Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/device_auth.go' from root:root to runner:runner
2025-08-20T21:46:14.2412781Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/login.go' from root:root to runner:runner
2025-08-20T21:46:14.2413997Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal' from root:root to runner:runner
2025-08-20T21:46:14.2415375Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/Dockerfile' from root:root to runner:runner
2025-08-20T21:46:14.2416736Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/errors/errors.go' from root:root to runner:runner
2025-08-20T21:46:14.2418045Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/errors' from root:root to runner:runner
2025-08-20T21:46:14.2419338Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/daemon.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.2420627Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/daemon_grpc.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.2421913Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/daemon.proto' from root:root to runner:runner
2025-08-20T21:46:14.2423175Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/generate.sh' from root:root to runner:runner
2025-08-20T21:46:14.2424386Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto' from root:root to runner:runner
2025-08-20T21:46:14.2425623Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgaddr/address.go' from root:root to runner:runner
2025-08-20T21:46:14.2426882Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgaddr' from root:root to runner:runner
2025-08-20T21:46:14.2428266Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/factory_usp.go' from root:root to runner:runner
2025-08-20T21:46:14.2429856Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/factory_kernel_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2431367Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/proxy.go' from root:root to runner:runner
2025-08-20T21:46:14.2432804Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/portlookup_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2434212Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/portlookup.go' from root:root to runner:runner
2025-08-20T21:46:14.2435572Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/proxy.go' from root:root to runner:runner
2025-08-20T21:46:14.2436932Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/wrapper.go' from root:root to runner:runner
2025-08-20T21:46:14.2438440Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/proxy_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2439955Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf' from root:root to runner:runner
2025-08-20T21:46:14.2441445Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/listener/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2442790Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/listener' from root:root to runner:runner
2025-08-20T21:46:14.2444136Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/proxy_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2445494Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/bind/proxy.go' from root:root to runner:runner
2025-08-20T21:46:14.2446797Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/bind' from root:root to runner:runner
2025-08-20T21:46:14.2448212Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/factory_kernel.go' from root:root to runner:runner
2025-08-20T21:46:14.2449629Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/proxy_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2450965Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/udp/proxy.go' from root:root to runner:runner
2025-08-20T21:46:14.2452259Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/udp' from root:root to runner:runner
2025-08-20T21:46:14.2453510Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy' from root:root to runner:runner
2025-08-20T21:46:14.2454979Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_create_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2456428Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/wgshow.go' from root:root to runner:runner
2025-08-20T21:46:14.2457842Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/common.go' from root:root to runner:runner
2025-08-20T21:46:14.2459236Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/uapi.go' from root:root to runner:runner
2025-08-20T21:46:14.2460567Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/wgstats.go' from root:root to runner:runner
2025-08-20T21:46:14.2461932Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/name_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2463263Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/err.go' from root:root to runner:runner
2025-08-20T21:46:14.2464798Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/usp.go' from root:root to runner:runner
2025-08-20T21:46:14.2466104Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/name.go' from root:root to runner:runner
2025-08-20T21:46:14.2467440Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/usp_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2468951Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/kernel_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2470329Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/uapi_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2471636Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer' from root:root to runner:runner
2025-08-20T21:46:14.2472914Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/env.go' from root:root to runner:runner
2025-08-20T21:46:14.2474211Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/tun.go' from root:root to runner:runner
2025-08-20T21:46:14.2475506Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/proxy.go' from root:root to runner:runner
2025-08-20T21:46:14.2476822Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/dialer.go' from root:root to runner:runner
2025-08-20T21:46:14.2478180Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack' from root:root to runner:runner
2025-08-20T21:46:14.2479721Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/adapter.go' from root:root to runner:runner
2025-08-20T21:46:14.2481126Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_filter.go' from root:root to runner:runner
2025-08-20T21:46:14.2482494Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_filter_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2483876Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_usp_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2485198Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/args.go' from root:root to runner:runner
2025-08-20T21:46:14.2486543Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2488011Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/wg_link_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2489630Z [00:03:40.171]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2491007Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2492340Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/interface.go' from root:root to runner:runner
2025-08-20T21:46:14.2493678Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2495033Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module.go' from root:root to runner:runner
2025-08-20T21:46:14.2496354Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/wg_log.go' from root:root to runner:runner
2025-08-20T21:46:14.2497691Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_netstack.go' from root:root to runner:runner
2025-08-20T21:46:14.2499254Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_kernel_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2500619Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/windows_guid.go' from root:root to runner:runner
2025-08-20T21:46:14.2501968Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2503485Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/wg_link_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2504977Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2506415Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2507798Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device' from root:root to runner:runner
2025-08-20T21:46:14.2509151Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2510482Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_create_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2511767Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device.go' from root:root to runner:runner
2025-08-20T21:46:14.2513194Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2514620Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2515980Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/iface_internal_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2516653Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/link.go' from root:root to runner:runner
2025-08-20T21:46:14.2517329Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/iface.go' from root:root to runner:runner
2025-08-20T21:46:14.2518111Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/errors.go' from root:root to runner:runner
2025-08-20T21:46:14.2518800Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd' from root:root to runner:runner
2025-08-20T21:46:14.2519595Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2520287Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2520945Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/tun.go' from root:root to runner:runner
2025-08-20T21:46:14.2521625Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/README.md' from root:root to runner:runner
2025-08-20T21:46:14.2522428Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/iface/mocks/filter.go' from root:root to runner:runner
2025-08-20T21:46:14.2523172Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/iface/mocks' from root:root to runner:runner
2025-08-20T21:46:14.2523828Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/iface' from root:root to runner:runner
2025-08-20T21:46:14.2524627Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/filter.go' from root:root to runner:runner
2025-08-20T21:46:14.2525259Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks' from root:root to runner:runner
2025-08-20T21:46:14.2525964Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_muxed_conn.go' from root:root to runner:runner
2025-08-20T21:46:14.2526643Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/activity.go' from root:root to runner:runner
2025-08-20T21:46:14.2527456Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux_universal.go' from root:root to runner:runner
2025-08-20T21:46:14.2528252Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux_generic.go' from root:root to runner:runner
2025-08-20T21:46:14.2528978Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux.go' from root:root to runner:runner
2025-08-20T21:46:14.2529645Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/control.go' from root:root to runner:runner
2025-08-20T21:46:14.2530321Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/endpoint.go' from root:root to runner:runner
2025-08-20T21:46:14.2531007Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2531680Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/ice_bind.go' from root:root to runner:runner
2025-08-20T21:46:14.2532473Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/activity_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2533154Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind' from root:root to runner:runner
2025-08-20T21:46:14.2533801Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface.go' from root:root to runner:runner
2025-08-20T21:46:14.2534510Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2535268Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_guid_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2535962Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2536651Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_bsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2537482Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2538292Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_mobile.go' from root:root to runner:runner
2025-08-20T21:46:14.2539009Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_create.go' from root:root to runner:runner
2025-08-20T21:46:14.2539672Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2540405Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface' from root:root to runner:runner
2025-08-20T21:46:14.2541046Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/installer.nsis' from root:root to runner:runner
2025-08-20T21:46:14.2541707Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/process.go' from root:root to runner:runner
2025-08-20T21:46:14.2542372Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2543040Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2543681Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info.go' from root:root to runner:runner
2025-08-20T21:46:14.2544380Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/sysinfo_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2545136Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/sysinfo_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2545882Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/osrelease_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2546582Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2547275Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_darwin_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2548146Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2548893Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform/kube.go' from root:root to runner:runner
2025-08-20T21:46:14.2549632Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform/openstack.go' from root:root to runner:runner
2025-08-20T21:46:14.2550496Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform/detect.go' from root:root to runner:runner
2025-08-20T21:46:14.2551177Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform' from root:root to runner:runner
2025-08-20T21:46:14.2551879Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/azure.go' from root:root to runner:runner
2025-08-20T21:46:14.2552605Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/alibabacloud.go' from root:root to runner:runner
2025-08-20T21:46:14.2553481Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/digitalocean.go' from root:root to runner:runner
2025-08-20T21:46:14.2554186Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/detect.go' from root:root to runner:runner
2025-08-20T21:46:14.2554894Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/oracle.go' from root:root to runner:runner
2025-08-20T21:46:14.2555583Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/gcp.go' from root:root to runner:runner
2025-08-20T21:46:14.2556274Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/aws.go' from root:root to runner:runner
2025-08-20T21:46:14.2556968Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/vultr.go' from root:root to runner:runner
2025-08-20T21:46:14.2557804Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud' from root:root to runner:runner
2025-08-20T21:46:14.2558538Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/static_info.go' from root:root to runner:runner
2025-08-20T21:46:14.2559214Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/process_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2559879Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_ios.go' from root:root to runner:runner
2025-08-20T21:46:14.2560581Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_windows_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2561360Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_android.go' from root:root to runner:runner
2025-08-20T21:46:14.2562097Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2562795Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/static_info_stub.go' from root:root to runner:runner
2025-08-20T21:46:14.2563559Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system' from root:root to runner:runner
2025-08-20T21:46:14.2564272Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/test/cases_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2564916Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/test' from root:root to runner:runner
2025-08-20T21:46:14.2565602Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/create_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2566434Z [00:03:40.172]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/manager_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2567197Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/manager_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2568005Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/acl_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2568788Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/router_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2569514Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/state_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2570199Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/rule.go' from root:root to runner:runner
2025-08-20T21:46:14.2571041Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/rulestore_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2571773Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/router_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2572435Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables' from root:root to runner:runner
2025-08-20T21:46:14.2573168Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/common/iface.go' from root:root to runner:runner
2025-08-20T21:46:14.2573921Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/common' from root:root to runner:runner
2025-08-20T21:46:14.2574666Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/localip_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2575380Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/localip.go' from root:root to runner:runner
2025-08-20T21:46:14.2576254Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/icmp.go' from root:root to runner:runner
2025-08-20T21:46:14.2576990Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/udp.go' from root:root to runner:runner
2025-08-20T21:46:14.2577839Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/endpoint.go' from root:root to runner:runner
2025-08-20T21:46:14.2578630Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/tcp.go' from root:root to runner:runner
2025-08-20T21:46:14.2579553Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/forwarder.go' from root:root to runner:runner
2025-08-20T21:46:14.2580261Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder' from root:root to runner:runner
2025-08-20T21:46:14.2580954Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/nat.go' from root:root to runner:runner
2025-08-20T21:46:14.2581689Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/nat_bench_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2582452Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/allow_netbird_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2583165Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/log/log.go' from root:root to runner:runner
2025-08-20T21:46:14.2583962Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/log/log_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2584663Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/log' from root:root to runner:runner
2025-08-20T21:46:14.2585422Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter_filter_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2586206Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/tcp_bench_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2587024Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/icmp.go' from root:root to runner:runner
2025-08-20T21:46:14.2587857Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/common.go' from root:root to runner:runner
2025-08-20T21:46:14.2588656Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/udp.go' from root:root to runner:runner
2025-08-20T21:46:14.2589560Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/udp_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2590325Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/tcp_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2591086Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/icmp_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2591822Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/tcp.go' from root:root to runner:runner
2025-08-20T21:46:14.2592732Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/common_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2593443Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack' from root:root to runner:runner
2025-08-20T21:46:14.2594158Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter.go' from root:root to runner:runner
2025-08-20T21:46:14.2594904Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter_bench_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2595621Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/nat_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2596352Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/allow_netbird.go' from root:root to runner:runner
2025-08-20T21:46:14.2597138Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/tracer.go' from root:root to runner:runner
2025-08-20T21:46:14.2597959Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/tracer_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2598723Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2599469Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/rule.go' from root:root to runner:runner
2025-08-20T21:46:14.2600211Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter' from root:root to runner:runner
2025-08-20T21:46:14.2600944Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/create.go' from root:root to runner:runner
2025-08-20T21:46:14.2601593Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iface.go' from root:root to runner:runner
2025-08-20T21:46:14.2602395Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/protocol.go' from root:root to runner:runner
2025-08-20T21:46:14.2603081Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/port.go' from root:root to runner:runner
2025-08-20T21:46:14.2603804Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/routerpair.go' from root:root to runner:runner
2025-08-20T21:46:14.2604523Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/forward_rule.go' from root:root to runner:runner
2025-08-20T21:46:14.2605321Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/firewall.go' from root:root to runner:runner
2025-08-20T21:46:14.2606012Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/set.go' from root:root to runner:runner
2025-08-20T21:46:14.2606734Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/firewall_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2607388Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager' from root:root to runner:runner
2025-08-20T21:46:14.2608225Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/manager_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2609019Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/manager_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2609728Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/acl_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2610571Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/ipsetstore_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2611356Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/router_linux_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2612081Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/state_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2612794Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/rule_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2613588Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/router_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2614307Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables' from root:root to runner:runner
2025-08-20T21:46:14.2614930Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall' from root:root to runner:runner
2025-08-20T21:46:14.2615641Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/embed/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.2616282Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/embed/embed.go' from root:root to runner:runner
2025-08-20T21:46:14.2616892Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/embed' from root:root to runner:runner
2025-08-20T21:46:14.2617563Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/netbird-entrypoint.sh' from root:root to runner:runner
2025-08-20T21:46:14.2618514Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/manifest.xml' from root:root to runner:runner
2025-08-20T21:46:14.2619166Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/resources.rc' from root:root to runner:runner
2025-08-20T21:46:14.2619803Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/netbird.wxs' from root:root to runner:runner
2025-08-20T21:46:14.2620481Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status/status_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2621123Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status/status.go' from root:root to runner:runner
2025-08-20T21:46:14.2621775Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status/event.go' from root:root to runner:runner
2025-08-20T21:46:14.2622378Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status' from root:root to runner:runner
2025-08-20T21:46:14.2623124Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/network.go' from root:root to runner:runner
2025-08-20T21:46:14.2623839Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/process/process.go' from root:root to runner:runner
2025-08-20T21:46:14.2624545Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/process/process_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2625263Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/process/process_nonwindows.go' from root:root to runner:runner
2025-08-20T21:46:14.2625954Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/process' from root:root to runner:runner
2025-08-20T21:46:14.2626653Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/desktop/desktop.go' from root:root to runner:runner
2025-08-20T21:46:14.2627274Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/desktop' from root:root to runner:runner
2025-08-20T21:46:14.2628112Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2628784Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/icons.go' from root:root to runner:runner
2025-08-20T21:46:14.2629458Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/event_handler.go' from root:root to runner:runner
2025-08-20T21:46:14.2630109Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/event/event.go' from root:root to runner:runner
2025-08-20T21:46:14.2630872Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/event' from root:root to runner:runner
2025-08-20T21:46:14.2631539Z [00:03:40.173]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/icons_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2632183Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2632832Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/Netbird.icns' from root:root to runner:runner
2025-08-20T21:46:14.2633473Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/manifest.xml' from root:root to runner:runner
2025-08-20T21:46:14.2634103Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/const.go' from root:root to runner:runner
2025-08-20T21:46:14.2634790Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/build/netbird.desktop' from root:root to runner:runner
2025-08-20T21:46:14.2635667Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/build/build-ui-linux.sh' from root:root to runner:runner
2025-08-20T21:46:14.2636408Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/build/banner.bmp' from root:root to runner:runner
2025-08-20T21:46:14.2637025Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/build' from root:root to runner:runner
2025-08-20T21:46:14.2637853Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/netbird-ui.rb.tmpl' from root:root to runner:runner
2025-08-20T21:46:14.2638535Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/client_ui.go' from root:root to runner:runner
2025-08-20T21:46:14.2639195Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2639827Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/profile.go' from root:root to runner:runner
2025-08-20T21:46:14.2640651Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected.png' from root:root to runner:runner
2025-08-20T21:46:14.2641595Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected-macos.png' from root:root to runner:runner
2025-08-20T21:46:14.2642371Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected.png' from root:root to runner:runner
2025-08-20T21:46:14.2643173Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected.png' from root:root to runner:runner
2025-08-20T21:46:14.2644089Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected.ico' from root:root to runner:runner
2025-08-20T21:46:14.2644777Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/connected.png' from root:root to runner:runner
2025-08-20T21:46:14.2645628Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected-macos.png' from root:root to runner:runner
2025-08-20T21:46:14.2646404Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error-macos.png' from root:root to runner:runner
2025-08-20T21:46:14.2647180Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-disconnected.png' from root:root to runner:runner
2025-08-20T21:46:14.2648069Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-disconnected.ico' from root:root to runner:runner
2025-08-20T21:46:14.2649019Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error.png' from root:root to runner:runner
2025-08-20T21:46:14.2649884Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting-macos.png' from root:root to runner:runner
2025-08-20T21:46:14.2650658Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting.ico' from root:root to runner:runner
2025-08-20T21:46:14.2651456Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected.ico' from root:root to runner:runner
2025-08-20T21:46:14.2652159Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/disconnected.png' from root:root to runner:runner
2025-08-20T21:46:14.2652932Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error-dark.png' from root:root to runner:runner
2025-08-20T21:46:14.2653764Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected-macos.png' from root:root to runner:runner
2025-08-20T21:46:14.2654604Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird.png' from root:root to runner:runner
2025-08-20T21:46:14.2655446Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-disconnected-macos.png' from root:root to runner:runner
2025-08-20T21:46:14.2656249Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting-dark.png' from root:root to runner:runner
2025-08-20T21:46:14.2657037Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected-dark.ico' from root:root to runner:runner
2025-08-20T21:46:14.2658122Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected-dark.png' from root:root to runner:runner
2025-08-20T21:46:14.2658950Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error-dark.ico' from root:root to runner:runner
2025-08-20T21:46:14.2659736Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting.png' from root:root to runner:runner
2025-08-20T21:46:14.2660552Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected-dark.ico' from root:root to runner:runner
2025-08-20T21:46:14.2661401Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected-dark.ico' from root:root to runner:runner
2025-08-20T21:46:14.2662260Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected.ico' from root:root to runner:runner
2025-08-20T21:46:14.2663081Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error.ico' from root:root to runner:runner
2025-08-20T21:46:14.2663909Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected-dark.png' from root:root to runner:runner
2025-08-20T21:46:14.2664752Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected-dark.png' from root:root to runner:runner
2025-08-20T21:46:14.2665421Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird.ico' from root:root to runner:runner
2025-08-20T21:46:14.2666220Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting-dark.ico' from root:root to runner:runner
2025-08-20T21:46:14.2666848Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets' from root:root to runner:runner
2025-08-20T21:46:14.2667492Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_bsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2668304Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/debug.go' from root:root to runner:runner
2025-08-20T21:46:14.2668977Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui' from root:root to runner:runner
2025-08-20T21:46:14.2669649Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/Dockerfile-rootless' from root:root to runner:runner
2025-08-20T21:46:14.2670352Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/network.go' from root:root to runner:runner
2025-08-20T21:46:14.2671106Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/log.go' from root:root to runner:runner
2025-08-20T21:46:14.2671792Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/panic_generic.go' from root:root to runner:runner
2025-08-20T21:46:14.2672474Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/panic_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2673119Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/server.go' from root:root to runner:runner
2025-08-20T21:46:14.2673767Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/trace.go' from root:root to runner:runner
2025-08-20T21:46:14.2674407Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/state.go' from root:root to runner:runner
2025-08-20T21:46:14.2675145Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/state_linux.go' from root:root to runner:runner
2025-08-20T21:46:14.2675901Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/event.go' from root:root to runner:runner
2025-08-20T21:46:14.2676582Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/debug_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2677255Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/server_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2678041Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/forwardingrules.go' from root:root to runner:runner
2025-08-20T21:46:14.2678732Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/debug.go' from root:root to runner:runner
2025-08-20T21:46:14.2679407Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/state_generic.go' from root:root to runner:runner
2025-08-20T21:46:14.2680012Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server' from root:root to runner:runner
2025-08-20T21:46:14.2680768Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/login_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2681425Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/status_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2682071Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/root_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2682734Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/testutil_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2683516Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/debug_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2684199Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/forwarding_rules.go' from root:root to runner:runner
2025-08-20T21:46:14.2684870Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/system.go' from root:root to runner:runner
2025-08-20T21:46:14.2685522Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/debug_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2686139Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/ssh.go' from root:root to runner:runner
2025-08-20T21:46:14.2686773Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/down.go' from root:root to runner:runner
2025-08-20T21:46:14.2687399Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/root.go' from root:root to runner:runner
2025-08-20T21:46:14.2688263Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/pprof.go' from root:root to runner:runner
2025-08-20T21:46:14.2688953Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/version.go' from root:root to runner:runner
2025-08-20T21:46:14.2689595Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service.go' from root:root to runner:runner
2025-08-20T21:46:14.2690245Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/networks.go' from root:root to runner:runner
2025-08-20T21:46:14.2690930Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service_controller.go' from root:root to runner:runner
2025-08-20T21:46:14.2691570Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/status.go' from root:root to runner:runner
2025-08-20T21:46:14.2692202Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/trace.go' from root:root to runner:runner
2025-08-20T21:46:14.2692990Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/state.go' from root:root to runner:runner
2025-08-20T21:46:14.2693656Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2694278Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/up.go' from root:root to runner:runner
2025-08-20T21:46:14.2694944Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/up_daemon_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2695709Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service_installer.go' from root:root to runner:runner
2025-08-20T21:46:14.2696355Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/logout.go' from root:root to runner:runner
2025-08-20T21:46:14.2697043Z [00:03:40.174]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/profile.go' from root:root to runner:runner
2025-08-20T21:46:14.2697693Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/debug.go' from root:root to runner:runner
2025-08-20T21:46:14.2698467Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/login.go' from root:root to runner:runner
2025-08-20T21:46:14.2699136Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd' from root:root to runner:runner
2025-08-20T21:46:14.2699807Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/testdata/store.sql' from root:root to runner:runner
2025-08-20T21:46:14.2700586Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/testdata/management.json' from root:root to runner:runner
2025-08-20T21:46:14.2701320Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/testdata' from root:root to runner:runner
2025-08-20T21:46:14.2701978Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/window_unix.go' from root:root to runner:runner
2025-08-20T21:46:14.2702652Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/window_windows.go' from root:root to runner:runner
2025-08-20T21:46:14.2703316Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/window_freebsd.go' from root:root to runner:runner
2025-08-20T21:46:14.2703958Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/lookup.go' from root:root to runner:runner
2025-08-20T21:46:14.2704595Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/client.go' from root:root to runner:runner
2025-08-20T21:46:14.2705232Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/server.go' from root:root to runner:runner
2025-08-20T21:46:14.2706065Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/server_mock.go' from root:root to runner:runner
2025-08-20T21:46:14.2706726Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/server_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2707398Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/lookup_darwin.go' from root:root to runner:runner
2025-08-20T21:46:14.2708135Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/util.go' from root:root to runner:runner
2025-08-20T21:46:14.2708889Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/login.go' from root:root to runner:runner
2025-08-20T21:46:14.2709488Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh' from root:root to runner:runner
2025-08-20T21:46:14.2710068Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client' from root:root to runner:runner
2025-08-20T21:46:14.2710731Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/levels/levels.go' from root:root to runner:runner
2025-08-20T21:46:14.2711352Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/levels' from root:root to runner:runner
2025-08-20T21:46:14.2712000Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/keys.go' from root:root to runner:runner
2025-08-20T21:46:14.2712666Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/hook_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2713428Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/hook.go' from root:root to runner:runner
2025-08-20T21:46:14.2714179Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/additional_goroutine.go' from root:root to runner:runner
2025-08-20T21:46:14.2714882Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/additional_empty.go' from root:root to runner:runner
2025-08-20T21:46:14.2715512Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook' from root:root to runner:runner
2025-08-20T21:46:14.2716203Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/formatter_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2716869Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/formatter.go' from root:root to runner:runner
2025-08-20T21:46:14.2717518Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/format.go' from root:root to runner:runner
2025-08-20T21:46:14.2718461Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/format_gorutines.go' from root:root to runner:runner
2025-08-20T21:46:14.2719088Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt' from root:root to runner:runner
2025-08-20T21:46:14.2719721Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/set.go' from root:root to runner:runner
2025-08-20T21:46:14.2720385Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/logcat/logcat.go' from root:root to runner:runner
2025-08-20T21:46:14.2721250Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/logcat/logcat_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2721885Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/logcat' from root:root to runner:runner
2025-08-20T21:46:14.2722585Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/syslog/formatter_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2723267Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/syslog/formatter.go' from root:root to runner:runner
2025-08-20T21:46:14.2723890Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/syslog' from root:root to runner:runner
2025-08-20T21:46:14.2724480Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter' from root:root to runner:runner
2025-08-20T21:46:14.2725101Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.goreleaser.yaml' from root:root to runner:runner
2025-08-20T21:46:14.2725871Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/configure.sh' from root:root to runner:runner
2025-08-20T21:46:14.2726794Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/readme.md' from root:root to runner:runner
2025-08-20T21:46:14.2727647Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/relay.json' from root:root to runner:runner
2025-08-20T21:46:14.2728636Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/signal.json' from root:root to runner:runner
2025-08-20T21:46:14.2729480Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/.gitignore' from root:root to runner:runner
2025-08-20T21:46:14.2730328Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/management.json' from root:root to runner:runner
2025-08-20T21:46:14.2731131Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards' from root:root to runner:runner
2025-08-20T21:46:14.2731987Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana' from root:root to runner:runner
2025-08-20T21:46:14.2732685Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability' from root:root to runner:runner
2025-08-20T21:46:14.2733467Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/docker-compose.yml.tmpl.traefik' from root:root to runner:runner
2025-08-20T21:46:14.2734169Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/nginx.tmpl.conf' from root:root to runner:runner
2025-08-20T21:46:14.2734974Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/artifacts/.gitkeep' from root:root to runner:runner
2025-08-20T21:46:14.2735651Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/artifacts' from root:root to runner:runner
2025-08-20T21:46:14.2736387Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/turnserver.conf.tmpl' from root:root to runner:runner
2025-08-20T21:46:14.2737123Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/docker-compose.yml.tmpl' from root:root to runner:runner
2025-08-20T21:46:14.2737931Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/base.setup.env' from root:root to runner:runner
2025-08-20T21:46:14.2738757Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/getting-started-with-zitadel.sh' from root:root to runner:runner
2025-08-20T21:46:14.2739670Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/setup.env.example' from root:root to runner:runner
2025-08-20T21:46:14.2740464Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/management.json.tmpl' from root:root to runner:runner
2025-08-20T21:46:14.2741169Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/tests/setup.env' from root:root to runner:runner
2025-08-20T21:46:14.2741836Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/tests' from root:root to runner:runner
2025-08-20T21:46:14.2742477Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files' from root:root to runner:runner
2025-08-20T21:46:14.2743101Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/monotime/time.go' from root:root to runner:runner
2025-08-20T21:46:14.2743738Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/monotime/time_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2744472Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/monotime' from root:root to runner:runner
2025-08-20T21:46:14.2745055Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:46:14.2745639Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:46:14.2746302Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/route53_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2746954Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/encryption.go' from root:root to runner:runner
2025-08-20T21:46:14.2747694Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/letsencrypt.go' from root:root to runner:runner
2025-08-20T21:46:14.2748559Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/testprotos/testproto.pb.go' from root:root to runner:runner
2025-08-20T21:46:14.2749270Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/testprotos/generate.sh' from root:root to runner:runner
2025-08-20T21:46:14.2749982Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/testprotos/testproto.proto' from root:root to runner:runner
2025-08-20T21:46:14.2750629Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/testprotos' from root:root to runner:runner
2025-08-20T21:46:14.2751273Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/route53.go' from root:root to runner:runner
2025-08-20T21:46:14.2752070Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/message.go' from root:root to runner:runner
2025-08-20T21:46:14.2752742Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/cert.go' from root:root to runner:runner
2025-08-20T21:46:14.2753416Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/encryption_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2754120Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/encryption_suite_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2754712Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption' from root:root to runner:runner
2025-08-20T21:46:14.2755344Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:46:14.2755927Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/AUTHORS' from root:root to runner:runner
2025-08-20T21:46:14.2756562Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/route/hauniqueid.go' from root:root to runner:runner
2025-08-20T21:46:14.2757325Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/route/route.go' from root:root to runner:runner
2025-08-20T21:46:14.2757998Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/route' from root:root to runner:runner
2025-08-20T21:46:14.2758726Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin_pkg/postinstall' from root:root to runner:runner
2025-08-20T21:46:14.2759421Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin_pkg/preinstall' from root:root to runner:runner
2025-08-20T21:46:14.2760251Z [00:03:40.175]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin_pkg' from root:root to runner:runner
2025-08-20T21:46:14.2761016Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/netbird-management.service' from root:root to runner:runner
2025-08-20T21:46:14.2761678Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/env' from root:root to runner:runner
2025-08-20T21:46:14.2762379Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/netbird@.service' from root:root to runner:runner
2025-08-20T21:46:14.2763139Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/netbird-signal.service' from root:root to runner:runner
2025-08-20T21:46:14.2763784Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd' from root:root to runner:runner
2025-08-20T21:46:14.2764546Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/ui-post-install.sh' from root:root to runner:runner
2025-08-20T21:46:14.2765384Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin-ui-uninstaller.sh' from root:root to runner:runner
2025-08-20T21:46:14.2766040Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/install.sh' from root:root to runner:runner
2025-08-20T21:46:14.2766707Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/pre_remove.sh' from root:root to runner:runner
2025-08-20T21:46:14.2767372Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/post_install.sh' from root:root to runner:runner
2025-08-20T21:46:14.2768232Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin-ui-installer.sh' from root:root to runner:runner
2025-08-20T21:46:14.2768876Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files' from root:root to runner:runner
2025-08-20T21:46:14.2769476Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/dns/dns.go' from root:root to runner:runner
2025-08-20T21:46:14.2770233Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/dns/nameserver.go' from root:root to runner:runner
2025-08-20T21:46:14.2770803Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/dns' from root:root to runner:runner
2025-08-20T21:46:14.2771420Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/main.go' from root:root to runner:runner
2025-08-20T21:46:14.2772088Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/test/benchmark_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2772786Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/test' from root:root to runner:runner
2025-08-20T21:46:14.2773410Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/Dockerfile' from root:root to runner:runner
2025-08-20T21:46:14.2774018Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/doc.go' from root:root to runner:runner
2025-08-20T21:46:14.2774711Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck/healthcheck.go' from root:root to runner:runner
2025-08-20T21:46:14.2775372Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck/quic.go' from root:root to runner:runner
2025-08-20T21:46:14.2776026Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck/ws.go' from root:root to runner:runner
2025-08-20T21:46:14.2776655Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck' from root:root to runner:runner
2025-08-20T21:46:14.2777388Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/LICENSE' from root:root to runner:runner
2025-08-20T21:46:14.2778210Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/protocol/protocol.go' from root:root to runner:runner
2025-08-20T21:46:14.2778877Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/protocol' from root:root to runner:runner
2025-08-20T21:46:14.2779528Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/relay.go' from root:root to runner:runner
2025-08-20T21:46:14.2780197Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/store.go' from root:root to runner:runner
2025-08-20T21:46:14.2780888Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/store_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2781579Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2782422Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/notifier.go' from root:root to runner:runner
2025-08-20T21:46:14.2783187Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store' from root:root to runner:runner
2025-08-20T21:46:14.2783858Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/url.go' from root:root to runner:runner
2025-08-20T21:46:14.2784505Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/server.go' from root:root to runner:runner
2025-08-20T21:46:14.2785249Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/quic/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2785954Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/quic/conn.go' from root:root to runner:runner
2025-08-20T21:46:14.2786619Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/quic' from root:root to runner:runner
2025-08-20T21:46:14.2787315Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2788155Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/ws/listener.go' from root:root to runner:runner
2025-08-20T21:46:14.2788898Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/ws/conn.go' from root:root to runner:runner
2025-08-20T21:46:14.2789559Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/ws' from root:root to runner:runner
2025-08-20T21:46:14.2790307Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener' from root:root to runner:runner
2025-08-20T21:46:14.2791031Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/peer.go' from root:root to runner:runner
2025-08-20T21:46:14.2791704Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/handshake.go' from root:root to runner:runner
2025-08-20T21:46:14.2792369Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/relay_test.go' from root:root to runner:runner
2025-08-20T21:46:14.2792973Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server' from root:root to runner:runner
2025-08-20T21:46:14.2793618Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/main.go' from root:root to runner:runner
2025-08-20T21:46:14.2794269Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/signal.go' from root:root to runner:runner
2025-08-20T21:46:14.2795029Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/relay.go' from root:root to runner:runner
2025-08-20T21:46:14.2795752Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/turn.go' from root:root to runner:runner
2025-08-20T21:46:14.2796408Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/tun/tun.go' from root:root to runner:runner
2025-08-20T21:46:14.2797072Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/tun/proxy.go' from root:root to runner:runner
2025-08-20T21:46:14.2797697Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/tun' from root:root to runner:runner
2025-08-20T21:46:14.2798539Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/turn_allocator.go' from root:root to runner:runner
2025-08-20T21:46:14.2799267Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/start_msg.go' from root:root to runner:runner
2025-08-20T21:46:14.2799880Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2' from root:root to runner:runner
2025-08-20T21:46:14.2800496Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd/env.go' from root:root to runner:runner
2025-08-20T21:46:14.2801114Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd/root.go' from root:root to runner:runner
2025-08-20T21:46:14.2801748Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd/pprof.go' from root:root to runner:runner
2025-08-20T21:46:14.2802339Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd' from root:root to runner:runner
2025-08-20T21:46:14.2803152Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/metrics/realy.go' from root:root to runner:runner
2025-08-20T21:46:14.2803829Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/metrics' from root:root to runner:runner
2025-08-20T21:46:14.2804404Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay' from root:root to runner:runner
2025-08-20T21:46:14.2805022Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.golangci.yaml' from root:root to runner:runner
2025-08-20T21:46:14.2805643Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git-branches.toml' from root:root to runner:runner
2025-08-20T21:46:14.2806264Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:46:14.2806963Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:46:14.2807847Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:46:14.2808665Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:46:14.2809360Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:46:14.2810013Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:46:14.2810658Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:46:14.2811349Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:46:14.2812034Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:46:14.2812703Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:46:14.2813365Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:46:14.2814058Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:46:14.2814723Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:46:14.2815520Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:46:14.2816266Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:46:14.2816855Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:46:14.2817456Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:46:14.2818135Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:46:14.2819034Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.idx' from root:root to runner:runner
2025-08-20T21:46:14.2819870Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.pack' from root:root to runner:runner
2025-08-20T21:46:14.2820894Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.idx' from root:root to runner:runner
2025-08-20T21:46:14.2821764Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.promisor' from root:root to runner:runner
2025-08-20T21:46:14.2822624Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.promisor' from root:root to runner:runner
2025-08-20T21:46:14.2823461Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.rev' from root:root to runner:runner
2025-08-20T21:46:14.2824310Z [00:03:40.176]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.pack' from root:root to runner:runner
2025-08-20T21:46:14.2825148Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.rev' from root:root to runner:runner
2025-08-20T21:46:14.2825768Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:46:14.2826387Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:46:14.2826985Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:46:14.2827610Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:46:14.2828380Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:46:14.2829071Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:46:14.2829684Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:46:14.2830337Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:46:14.2830970Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:46:14.2831690Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:46:14.2832367Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:46:14.2833127Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:46:14.2833907Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:46:14.2834499Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:46:14.2835089Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:46:14.2835694Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:46:14.2836320Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:46:14.2836933Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:46:14.2837651Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:46:14.2838491Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:46:14.2839126Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:46:14.2839723Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:46:14.2840294Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:46:14.2841086Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/versioninfo.json' from root:root to runner:runner
2025-08-20T21:46:14.2841774Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/logo-full.png' from root:root to runner:runner
2025-08-20T21:46:14.2842404Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/logo.png' from root:root to runner:runner
2025-08-20T21:46:14.2843050Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/peerA.gif' from root:root to runner:runner
2025-08-20T21:46:14.2843682Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/peerB.gif' from root:root to runner:runner
2025-08-20T21:46:14.2844313Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media' from root:root to runner:runner
2025-08-20T21:46:14.2844882Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T21:46:14.2845563Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO' from root:root to runner:runner
2025-08-20T21:46:14.2846175Z [00:03:40.177]➜  changed ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R' from root:root to runner:runner
2025-08-20T21:46:14.2846593Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:46:14.2847042Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird-mgmt' retained as runner:runner
2025-08-20T21:46:14.2847444Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:46:14.2847957Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-signal' retained as runner:runner
2025-08-20T21:46:14.2848390Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T21:46:14.2848774Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T21:46:14.2849211Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.version' retained as runner:runner
2025-08-20T21:46:14.2849613Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-relay' retained as runner:runner
2025-08-20T21:46:14.2850027Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.version' retained as runner:runner
2025-08-20T21:46:14.2850408Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird' retained as runner:runner
2025-08-20T21:46:14.2850806Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-mgmt' retained as runner:runner
2025-08-20T21:46:14.2851162Z [00:03:40.177]➜  ownership of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T21:46:14.2851602Z [00:03:40.186]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird-signal' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2852114Z [00:03:40.192]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2852780Z [00:03:40.197]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2853243Z [00:03:40.203]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird-relay' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2853726Z [00:03:40.209]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2854364Z [00:03:40.215]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2855063Z [00:03:40.221]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/CONTRIBUTOR_LICENSE_AGREEMENT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2855733Z [00:03:40.227]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2856386Z [00:03:40.233]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2857006Z [00:03:40.239]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2857991Z [00:03:40.245]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2858689Z [00:03:40.251]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/url_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2859341Z [00:03:40.257]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2859972Z [00:03:40.264]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2860629Z [00:03:40.270]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/version/update_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2861331Z [00:03:40.276]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/stun_filter_nolinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2861996Z [00:03:40.282]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/sock_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2862668Z [00:03:40.288]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/sock_nolinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2863341Z [00:03:40.293]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/sock_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2863996Z [00:03:40.300]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2864665Z [00:03:40.306]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/example/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2865516Z [00:03:40.312]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/example/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2866255Z [00:03:40.318]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/sharedsock/stun_filter_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2866899Z [00:03:40.324]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2867654Z [00:03:40.330]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/controllers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2868566Z [00:03:40.336]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/modules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2899342Z [00:03:40.343]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/container.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.2961443Z [00:03:40.349]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3024627Z [00:03:40.355]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3086683Z [00:03:40.361]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/internals/server/boot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3150362Z [00:03:40.368]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3212997Z [00:03:40.374]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3275249Z [00:03:40.380]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/Dockerfile.debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3336508Z [00:03:40.386]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3399058Z [00:03:40.393]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3462054Z [00:03:40.399]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3524156Z [00:03:40.405]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/account.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3586252Z [00:03:40.411]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/route_firewall_rule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3647229Z [00:03:40.417]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3708729Z [00:03:40.424]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/group.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3771302Z [00:03:40.430]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/setupkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3833204Z [00:03:40.436]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3894557Z [00:03:40.442]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/network_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.3955460Z [00:03:40.448]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/dns_settings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4018309Z [00:03:40.454]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/resource.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4078794Z [00:03:40.461]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/personal_access_token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4136817Z [00:03:40.466]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/settings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4195770Z [00:03:40.472]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/personal_access_token_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4254865Z [00:03:40.478]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/peer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4314610Z [00:03:40.484]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/group_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4372037Z [00:03:40.490]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/policyrule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4426142Z [00:03:40.495]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/account_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4484914Z [00:03:40.501]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/types/firewall_rule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4543109Z [00:03:40.507]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/route_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4601639Z [00:03:40.513]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/token_mgr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4662710Z [00:03:40.519]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/nameserver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4722466Z [00:03:40.525]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4784042Z [00:03:40.531]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4845541Z [00:03:40.537]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/process.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4906937Z [00:03:40.543]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/geo_location_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.4969414Z [00:03:40.550]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/nb_version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5031856Z [00:03:40.556]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/network_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5094714Z [00:03:40.562]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/process_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5156605Z [00:03:40.568]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/os_version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5220365Z [00:03:40.575]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/checks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5283470Z [00:03:40.581]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/checks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5344605Z [00:03:40.587]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/nb_version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5406541Z [00:03:40.593]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/os_version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5466728Z [00:03:40.599]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture/geo_location.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5527936Z [00:03:40.605]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/settings/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5586661Z [00:03:40.611]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/settings/manager_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5647491Z [00:03:40.617]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integration_reference/integration_reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5704815Z [00:03:40.623]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture_checks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5764644Z [00:03:40.629]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/token_mgr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5823120Z [00:03:40.635]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5883451Z [00:03:40.641]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/jwt/extractor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.5944161Z [00:03:40.647]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/jwt/validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6003950Z [00:03:40.653]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/test_data/sample_key.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6062007Z [00:03:40.659]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/test_data/jwks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6119283Z [00:03:40.665]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/test_data/sample_key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6177171Z [00:03:40.670]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6238819Z [00:03:40.676]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/auth/manager_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6294072Z [00:03:40.682]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6352680Z [00:03:40.688]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/mock_server/account_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6413528Z [00:03:40.694]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/mock_server/management_server_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6473962Z [00:03:40.700]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/posture_checks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6537384Z [00:03:40.706]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/group.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6599437Z [00:03:40.713]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/policy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6664183Z [00:03:40.719]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/ephemeral.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6730408Z [00:03:40.726]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/setupkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6794863Z [00:03:40.732]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/management_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6857090Z [00:03:40.738]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6919139Z [00:03:40.745]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/crypt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.6981717Z [00:03:40.751]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/crypt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7043568Z [00:03:40.757]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/sql_store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7107410Z [00:03:40.763]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/migration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7166366Z [00:03:40.769]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/sql_store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7225155Z [00:03:40.775]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/store/migration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7285863Z [00:03:40.781]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/codes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7348690Z [00:03:40.788]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/activity/event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7409204Z [00:03:40.794]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testutil/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7467122Z [00:03:40.799]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testutil/store_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7526186Z [00:03:40.805]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7586681Z [00:03:40.811]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/types/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7644859Z [00:03:40.817]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7704541Z [00:03:40.823]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/types/router.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7761974Z [00:03:40.829]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/types/router_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7819856Z [00:03:40.835]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/routers/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7878081Z [00:03:40.841]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.7945323Z [00:03:40.847]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8007175Z [00:03:40.853]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/types/resource.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8070809Z [00:03:40.860]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/types/resource_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8132633Z [00:03:40.866]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/networks/resources/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8191917Z [00:03:40.872]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8252916Z [00:03:40.878]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/user_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8315661Z [00:03:40.884]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/updatechannel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8379139Z [00:03:40.891]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8441791Z [00:03:40.897]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8505155Z [00:03:40.903]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/sql_store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8565040Z [00:03:40.909]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/file_store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8626988Z [00:03:40.915]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/store/sql_store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8688874Z [00:03:40.922]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/migration/migration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8748546Z [00:03:40.928]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/migration/migration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8807783Z [00:03:40.933]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/azure_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8868624Z [00:03:40.940]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/azure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8928680Z [00:03:40.946]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/idp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.8987471Z [00:03:40.951]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/auth0.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9048086Z [00:03:40.958]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/authentik.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9107389Z [00:03:40.963]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/authentik_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9166505Z [00:03:40.969]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/auth0_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9226107Z [00:03:40.975]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/google_workspace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9285002Z [00:03:40.981]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/okta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9345055Z [00:03:40.987]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/zitadel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9406522Z [00:03:40.993]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/keycloak_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9464222Z [00:03:40.999]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/zitadel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9525775Z [00:03:41.005]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/okta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9585392Z [00:03:41.011]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/jumpcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9643902Z [00:03:41.017]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/jumpcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9702815Z [00:03:41.023]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/keycloak.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9762382Z [00:03:41.029]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9823196Z [00:03:41.035]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/idp/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9886454Z [00:03:41.041]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:14.9948127Z [00:03:41.048]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer/peer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0010630Z [00:03:41.054]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer/peer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0073884Z [00:03:41.060]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0136446Z [00:03:41.066]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/resource.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0198818Z [00:03:41.073]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/groups/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0262936Z [00:03:41.079]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/context/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0326060Z [00:03:41.085]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/context/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0387389Z [00:03:41.091]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/ephemeral_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0446194Z [00:03:41.097]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrated_validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0503025Z [00:03:41.103]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/nameserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0562973Z [00:03:41.109]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/util/util_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0621873Z [00:03:41.115]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/util/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0684768Z [00:03:41.121]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0746451Z [00:03:41.127]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/geolocation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0805399Z [00:03:41.133]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0864148Z [00:03:41.139]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/database.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0924331Z [00:03:41.145]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/geolocation/geolocation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.0985591Z [00:03:41.151]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/accountmanager_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1044745Z [00:03:41.157]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/grpc_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1104561Z [00:03:41.163]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/http_api_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1163002Z [00:03:41.169]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/app_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1222152Z [00:03:41.175]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/store_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1281292Z [00:03:41.181]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/idp_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1341503Z [00:03:41.187]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/telemetry/updatechannel_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1399912Z [00:03:41.193]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/management_proto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1458253Z [00:03:41.199]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1516584Z [00:03:41.204]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/setupkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1576311Z [00:03:41.210]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1635229Z [00:03:41.216]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/idp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1692854Z [00:03:41.222]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1753523Z [00:03:41.228]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/marshaler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1812405Z [00:03:41.234]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/cache/idp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1871425Z [00:03:41.240]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/event_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1929467Z [00:03:41.246]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/scheduler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.1986935Z [00:03:41.251]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account_request_buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2045663Z [00:03:41.257]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2106969Z [00:03:41.263]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/group_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2169373Z [00:03:41.270]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/integrated_validator/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2230746Z [00:03:41.276]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/port_forwarding/controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2290497Z [00:03:41.282]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/integrations/extra_settings/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2349111Z [00:03:41.288]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/configs/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2408017Z [00:03:41.293]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2469687Z [00:03:41.300]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/events/events_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2531013Z [00:03:41.306]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/events/events_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2590893Z [00:03:41.312]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/routes/routes_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2648796Z [00:03:41.317]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/routes/routes_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2707316Z [00:03:41.323]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2765552Z [00:03:41.329]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks/resources_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2822840Z [00:03:41.335]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/networks/routers_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2880520Z [00:03:41.341]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/policies_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2938791Z [00:03:41.347]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/posture_checks_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.2995263Z [00:03:41.352]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/posture_checks_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3055431Z [00:03:41.358]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/geolocations_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3113409Z [00:03:41.364]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/policies_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3172742Z [00:03:41.370]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/policies/geolocation_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3233719Z [00:03:41.376]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/accounts/accounts_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3293754Z [00:03:41.382]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/accounts/accounts_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3354571Z [00:03:41.388]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/groups/groups_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3414708Z [00:03:41.394]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/groups/groups_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3477250Z [00:03:41.400]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/dns_settings_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3538470Z [00:03:41.407]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/nameservers_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3599545Z [00:03:41.413]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/dns_settings_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3661980Z [00:03:41.419]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/dns/nameservers_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3723057Z [00:03:41.425]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/peers/peers_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3787461Z [00:03:41.431]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/peers/peers_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3854435Z [00:03:41.438]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/users_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3914818Z [00:03:41.444]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/users_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.3978959Z [00:03:41.451]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/pat_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4040337Z [00:03:41.457]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/users/pat_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4098873Z [00:03:41.463]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/setup_keys/setupkeys_handler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4158778Z [00:03:41.469]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/handlers/setup_keys/setupkeys_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4219084Z [00:03:41.475]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/bypass/bypass_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4280271Z [00:03:41.481]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/bypass/bypass.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4339623Z [00:03:41.487]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/auth_middleware_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4399031Z [00:03:41.493]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/middleware/auth_middleware.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4461541Z [00:03:41.499]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/integration/setupkeys_handler_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4523519Z [00:03:41.505]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testing_tools/tools.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4585607Z [00:03:41.511]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testdata/peers.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4647001Z [00:03:41.517]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testdata/setup_keys.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4707404Z [00:03:41.523]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/testdata/users.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4768424Z [00:03:41.529]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/benchmarks/peers_handler_benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4830913Z [00:03:41.536]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/benchmarks/setupkeys_handler_benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4895425Z [00:03:41.542]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/http/testing/benchmarks/users_handler_benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.4958728Z [00:03:41.549]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/modules/module.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5023074Z [00:03:41.555]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/admin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5087134Z [00:03:41.561]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5151356Z [00:03:41.568]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/role_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5215511Z [00:03:41.574]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/owner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5279562Z [00:03:41.581]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/network_admin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5343113Z [00:03:41.587]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/roles/auditor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5406771Z [00:03:41.593]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5467586Z [00:03:41.599]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/manager_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5530376Z [00:03:41.606]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/permissions/operations/operation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5593921Z [00:03:41.612]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/route.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5655432Z [00:03:41.618]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/scheduler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5718363Z [00:03:41.625]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/grpcserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5780874Z [00:03:41.631]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5843840Z [00:03:41.637]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5905599Z [00:03:41.643]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peers/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.5968968Z [00:03:41.650]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/peers/manager_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6029999Z [00:03:41.656]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/account_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6091509Z [00:03:41.662]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/users/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6151947Z [00:03:41.668]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/users/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6213585Z [00:03:41.674]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/store.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6276072Z [00:03:41.680]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/geonames_20240305.db' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6337578Z [00:03:41.686]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/GeoLite2-City_20240305.mmdb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6400556Z [00:03:41.693]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/networks.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6460229Z [00:03:41.699]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/extended-store.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6523104Z [00:03:41.705]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/store_with_expired_peers.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6588224Z [00:03:41.711]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/storev1.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6651899Z [00:03:41.718]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/store_policy_migrate.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6715642Z [00:03:41.724]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/testdata/management.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6780467Z [00:03:41.731]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/metrics/selfhosted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6843577Z [00:03:41.737]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/metrics/selfhosted_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6907451Z [00:03:41.743]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/server/updatechannel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.6971074Z [00:03:41.750]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/management_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7033783Z [00:03:41.756]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/migration_up.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7097304Z [00:03:41.762]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7170322Z [00:03:41.770]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/defaults.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7235363Z [00:03:41.776]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/management/cmd/management.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7297005Z [00:03:41.782]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.devcontainer/devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7358488Z [00:03:41.788]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.devcontainer/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7417271Z [00:03:41.794]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.dockerignore-client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7476069Z [00:03:41.800]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7539543Z [00:03:41.807]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/funding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7608190Z [00:03:41.813]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7664840Z [00:03:41.819]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/types/upload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7728012Z [00:03:41.825]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7790771Z [00:03:41.832]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/s3_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7851869Z [00:03:41.838]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7913675Z [00:03:41.844]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.7976796Z [00:03:41.850]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/local_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8038872Z [00:03:41.857]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/upload-server/server/local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8101108Z [00:03:41.863]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSES/BSD-3-Clause.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8162649Z [00:03:41.869]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSES/AGPL-3.0.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8224774Z [00:03:41.875]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSES/REUSE.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8285011Z [00:03:41.881]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8346005Z [00:03:41.887]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8408167Z [00:03:41.893]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8468935Z [00:03:41.900]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/management.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8526714Z [00:03:41.905]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/proto/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8590342Z [00:03:41.912]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/common/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8648884Z [00:03:41.918]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8709057Z [00:03:41.923]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/grpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8768953Z [00:03:41.930]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/geo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8829167Z [00:03:41.936]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/posturechecks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8888008Z [00:03:41.942]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/tokens_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.8949645Z [00:03:41.948]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/posturechecks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9011716Z [00:03:41.954]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/policies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9089473Z [00:03:41.962]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/events_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9148718Z [00:03:41.968]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/routes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9213879Z [00:03:41.974]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/peers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9277097Z [00:03:41.980]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/accounts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9338539Z [00:03:41.986]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/policies_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9398482Z [00:03:41.993]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/users.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9457675Z [00:03:41.998]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/accounts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9515494Z [00:03:42.004]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/groups.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9577390Z [00:03:42.010]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9639013Z [00:03:42.017]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/geo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9699260Z [00:03:42.023]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9758393Z [00:03:42.029]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9816788Z [00:03:42.034]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/tokens.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9873867Z [00:03:42.040]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/setupkeys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9930889Z [00:03:42.046]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/users_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:15.9987582Z [00:03:42.051]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/impersonation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0043689Z [00:03:42.057]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/networks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0101019Z [00:03:42.063]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0159803Z [00:03:42.069]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/routes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0219310Z [00:03:42.075]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/events.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0277621Z [00:03:42.080]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0337915Z [00:03:42.086]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/peers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0397060Z [00:03:42.092]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/groups_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0456051Z [00:03:42.098]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/networks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0513725Z [00:03:42.104]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/impersonation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0571525Z [00:03:42.110]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/rest/setupkeys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0631444Z [00:03:42.116]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0693207Z [00:03:42.122]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0751058Z [00:03:42.128]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/client/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0811528Z [00:03:42.134]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/util/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0872258Z [00:03:42.140]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/openapi.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0931355Z [00:03:42.146]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/types.gen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.0989478Z [00:03:42.152]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/cfg.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1050975Z [00:03:42.158]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/http/api/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1116308Z [00:03:42.164]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/status/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1178320Z [00:03:42.170]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1239744Z [00:03:42.177]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1300450Z [00:03:42.183]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/domain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1363932Z [00:03:42.189]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/validate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1425850Z [00:03:42.195]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/domain/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1491397Z [00:03:42.202]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/management/operations/operation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1551009Z [00:03:42.208]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1611539Z [00:03:42.214]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1671046Z [00:03:42.220]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/signalexchange.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1733238Z [00:03:42.226]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1793018Z [00:03:42.232]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1854031Z [00:03:42.238]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/proto/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1920042Z [00:03:42.245]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.1982992Z [00:03:42.251]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/grpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2044617Z [00:03:42.257]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/worker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2105212Z [00:03:42.263]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/client_suite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2167123Z [00:03:42.269]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2226253Z [00:03:42.275]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2286601Z [00:03:42.281]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/signal/client/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2346653Z [00:03:42.287]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/context/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2407058Z [00:03:42.293]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2466892Z [00:03:42.299]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2526854Z [00:03:42.305]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2590164Z [00:03:42.312]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/allow/allow_all.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2651925Z [00:03:42.318]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2712434Z [00:03:42.324]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2775161Z [00:03:42.330]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2838293Z [00:03:42.336]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/algo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2901841Z [00:03:42.343]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/hmac_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.2963279Z [00:03:42.349]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3026442Z [00:03:42.355]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3088931Z [00:03:42.362]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/v2/generator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3151682Z [00:03:42.368]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3214869Z [00:03:42.374]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/auth/hmac/token_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3275756Z [00:03:42.380]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/server_dev.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3336896Z [00:03:42.386]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/server_prod.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3402540Z [00:03:42.393]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3468065Z [00:03:42.399]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/client_prod.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3533803Z [00:03:42.406]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/client_dev.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3595908Z [00:03:42.412]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/tls/alpn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3663673Z [00:03:42.419]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/receiver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3722285Z [00:03:42.425]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/sender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3782989Z [00:03:42.431]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3843654Z [00:03:42.437]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/receiver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3903707Z [00:03:42.443]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/healthcheck/sender_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.3967581Z [00:03:42.449]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4032853Z [00:03:42.456]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/picker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4098430Z [00:03:42.462]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/peer_subscription_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4162376Z [00:03:42.469]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4227359Z [00:03:42.475]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic/quic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4291543Z [00:03:42.482]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/quic/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4357253Z [00:03:42.488]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/race_dialer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4419129Z [00:03:42.495]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/addr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4478990Z [00:03:42.501]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4538967Z [00:03:42.507]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/ws/ws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4602446Z [00:03:42.513]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/net/err.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4662978Z [00:03:42.519]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/dialer/race_dialer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4723859Z [00:03:42.525]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4784221Z [00:03:42.531]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/addr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4843789Z [00:03:42.537]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/peer_subscription.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4903515Z [00:03:42.543]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/picker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.4963008Z [00:03:42.549]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5019103Z [00:03:42.555]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5076630Z [00:03:42.560]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5134681Z [00:03:42.566]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5193853Z [00:03:42.572]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/client/guard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5250728Z [00:03:42.578]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/id.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5314087Z [00:03:42.584]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/peer_state_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5375139Z [00:03:42.590]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5436217Z [00:03:42.596]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5498651Z [00:03:42.603]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/peer_state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5561658Z [00:03:42.609]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5621656Z [00:03:42.615]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/address/address.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5683719Z [00:03:42.621]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/messages/message_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5745616Z [00:03:42.627]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/shared/relay/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5807496Z [00:03:42.633]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5867607Z [00:03:42.639]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.5931965Z [00:03:42.646]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.goreleaser_ui.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6001397Z [00:03:42.653]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6063457Z [00:03:42.659]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6123188Z [00:03:42.665]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6182097Z [00:03:42.671]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6242201Z [00:03:42.677]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/peer/peer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6298204Z [00:03:42.682]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/peer/peer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6359363Z [00:03:42.689]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6417681Z [00:03:42.694]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/server/signal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6476777Z [00:03:42.700]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6534998Z [00:03:42.706]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6597254Z [00:03:42.712]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6658500Z [00:03:42.719]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6720136Z [00:03:42.725]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/signal/metrics/app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6781078Z [00:03:42.731]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/base62/base62_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6837303Z [00:03:42.736]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/base62/base62.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6895176Z [00:03:42.742]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.6955719Z [00:03:42.748]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7018844Z [00:03:42.755]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/mobile-build-validation.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7076014Z [00:03:42.760]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-linux.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7135784Z [00:03:42.766]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/update-docs.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7194817Z [00:03:42.772]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/sync-main.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7256205Z [00:03:42.778]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golangci-lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7314905Z [00:03:42.784]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/install-script-test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7373164Z [00:03:42.790]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/sync-tag.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7434176Z [00:03:42.796]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/check-license-dependencies.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7494706Z [00:03:42.802]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-darwin.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7554508Z [00:03:42.808]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/forum.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7613793Z [00:03:42.814]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-freebsd.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7673968Z [00:03:42.820]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/git-town.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7735334Z [00:03:42.826]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7799411Z [00:03:42.833]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/golang-test-windows.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7861255Z [00:03:42.839]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/docs-ack.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7924943Z [00:03:42.845]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/workflows/test-infrastructure-files.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.7985860Z [00:03:42.851]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/ISSUE_TEMPLATE/bug-issue-report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8045835Z [00:03:42.857]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8106976Z [00:03:42.863]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.github/pull_request_template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8170646Z [00:03:42.870]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.goreleaser_ui_darwin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8229614Z [00:03:42.876]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8292579Z [00:03:42.882]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/duration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8355314Z [00:03:42.888]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/semaphore-group/semaphore_group.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8415138Z [00:03:42.894]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/semaphore-group/semaphore_group_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8474571Z [00:03:42.900]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/membership_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8535275Z [00:03:42.906]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8595797Z [00:03:42.912]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8653523Z [00:03:42.918]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/membership_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8713239Z [00:03:42.924]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/runtime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8772570Z [00:03:42.930]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/grpc/dialer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8833739Z [00:03:42.936]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/permission.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8896096Z [00:03:42.942]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/permission_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.8958641Z [00:03:42.949]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/syslog_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9018303Z [00:03:42.955]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/syslog_nonwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9079041Z [00:03:42.961]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9142133Z [00:03:42.967]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9203872Z [00:03:42.973]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9263645Z [00:03:42.979]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_listen_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9345728Z [00:03:42.987]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/protectsocket_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9405633Z [00:03:42.993]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/env_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9466264Z [00:03:42.999]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9528450Z [00:03:43.006]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dial.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9590162Z [00:03:43.012]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9653484Z [00:03:43.018]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_listen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9714040Z [00:03:43.024]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_dial.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9772277Z [00:03:43.030]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listen_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9832166Z [00:03:43.036]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_init_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9897069Z [00:03:43.042]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:16.9955878Z [00:03:43.048]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_init_nonlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0013326Z [00:03:43.054]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer_init_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0072051Z [00:03:43.060]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_init_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0131431Z [00:03:43.066]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_init_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0187924Z [00:03:43.071]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/listener_init_nonlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0249780Z [00:03:43.078]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0309752Z [00:03:43.084]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dial_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0370554Z [00:03:43.090]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/dialer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0429214Z [00:03:43.096]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/net/net_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0488044Z [00:03:43.101]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/isrg-root-x2.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0546145Z [00:03:43.107]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/isrg-root-x1.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0608916Z [00:03:43.114]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/embeddedroots/embeddedroots.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0668929Z [00:03:43.120]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/file_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0726521Z [00:03:43.125]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/util_suite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0786364Z [00:03:43.131]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/retry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0844354Z [00:03:43.137]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/util/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0904629Z [00:03:43.143]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.0962290Z [00:03:43.149]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1019517Z [00:03:43.155]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/flow.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1077448Z [00:03:43.160]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/proto/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1136727Z [00:03:43.166]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1196630Z [00:03:43.172]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1256294Z [00:03:43.178]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/flow/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1315690Z [00:03:43.184]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1375386Z [00:03:43.190]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1435009Z [00:03:43.196]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/preferences.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1494369Z [00:03:43.202]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1553604Z [00:03:43.208]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/routes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1612201Z [00:03:43.214]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/peer_notifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1672229Z [00:03:43.220]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/gomobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1731902Z [00:03:43.226]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/preferences_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1793463Z [00:03:43.232]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ios/NetBirdSDK/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1855282Z [00:03:43.238]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/configs/configs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1918494Z [00:03:43.245]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/preferences.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.1980005Z [00:03:43.251]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2039300Z [00:03:43.257]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2099168Z [00:03:43.263]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/networks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2161149Z [00:03:43.269]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/dns_list_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2221548Z [00:03:43.275]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/dns_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2281393Z [00:03:43.281]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/peer_notifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2340898Z [00:03:43.287]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/gomobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2401550Z [00:03:43.293]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/preferences_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2457239Z [00:03:43.298]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/android/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2516311Z [00:03:43.304]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/anonymize/anonymize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2575216Z [00:03:43.310]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/anonymize/anonymize_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2636108Z [00:03:43.316]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2697300Z [00:03:43.322]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/statemanager/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2759105Z [00:03:43.329]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/wgiface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2819183Z [00:03:43.335]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2883897Z [00:03:43.341]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/support_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.2947421Z [00:03:43.347]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3011228Z [00:03:43.354]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listener_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3075742Z [00:03:43.360]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listen_ip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3135516Z [00:03:43.366]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listen_ip_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3194255Z [00:03:43.372]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3255672Z [00:03:43.378]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/activity/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3316055Z [00:03:43.384]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3377231Z [00:03:43.390]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/peercfg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3438559Z [00:03:43.397]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3497136Z [00:03:43.402]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3556506Z [00:03:43.408]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/inactivity/ticker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3635646Z [00:03:43.416]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/support.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3715057Z [00:03:43.424]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/lazyconn/manager/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3778573Z [00:03:43.430]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine_stdnet_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3840245Z [00:03:43.437]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/wgshow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3901688Z [00:03:43.443]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.3963996Z [00:03:43.449]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_nonmobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4030912Z [00:03:43.456]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_nonlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4095530Z [00:03:43.462]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4159270Z [00:03:43.469]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4219608Z [00:03:43.475]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/format_nonwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4278326Z [00:03:43.481]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4337535Z [00:03:43.486]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4395535Z [00:03:43.492]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug_mobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4453088Z [00:03:43.498]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/debug/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4516321Z [00:03:43.504]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/device_flow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4579255Z [00:03:43.511]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/pkce_flow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4641278Z [00:03:43.517]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/oauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4704583Z [00:03:43.523]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/pkce_flow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4765338Z [00:03:43.529]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/device_flow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4824585Z [00:03:43.535]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/auth/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4885510Z [00:03:43.541]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.4944119Z [00:03:43.547]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/common/params.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5001383Z [00:03:43.553]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/static/route.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5060111Z [00:03:43.559]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dnsinterceptor/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5116838Z [00:03:43.564]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/fakeip/fakeip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5172586Z [00:03:43.570]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/fakeip/fakeip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5229492Z [00:03:43.576]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/sysctl/sysctl_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5286392Z [00:03:43.581]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface/iface_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5342990Z [00:03:43.587]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface/iface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5398678Z [00:03:43.593]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/iface/iface_common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5453960Z [00:03:43.598]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/ipfwdstate/ipfwdstate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5511718Z [00:03:43.604]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5568850Z [00:03:43.610]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5624556Z [00:03:43.615]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/routeflags_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5684241Z [00:03:43.621]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5743623Z [00:03:43.627]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5800439Z [00:03:43.633]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5856850Z [00:03:43.638]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5912508Z [00:03:43.644]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_generic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.5973624Z [00:03:43.650]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_nonlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6035514Z [00:03:43.656]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6098942Z [00:03:43.663]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6163496Z [00:03:43.669]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/routeflags_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6223454Z [00:03:43.675]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6283673Z [00:03:43.681]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_bsd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6346328Z [00:03:43.687]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6408066Z [00:03:43.693]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6472840Z [00:03:43.700]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6535378Z [00:03:43.706]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/systemops/systemops_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6599828Z [00:03:43.713]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/util/ip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6662296Z [00:03:43.719]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6720909Z [00:03:43.725]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6779054Z [00:03:43.731]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/client/client_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6838322Z [00:03:43.737]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6898846Z [00:03:43.743]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/refcounter/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.6959009Z [00:03:43.749]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/refcounter/refcounter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7020947Z [00:03:43.755]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier/notifier_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7080138Z [00:03:43.761]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier/notifier_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7137504Z [00:03:43.766]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/notifier/notifier_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7197502Z [00:03:43.772]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7258793Z [00:03:43.779]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/vars/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7320272Z [00:03:43.785]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7380468Z [00:03:43.791]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7444529Z [00:03:43.797]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic/route_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7505776Z [00:03:43.803]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic/route_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7564622Z [00:03:43.809]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routemanager/dynamic/route.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7628876Z [00:03:43.816]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7692710Z [00:03:43.822]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/mocks/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7754255Z [00:03:43.828]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/mocks/iface_mapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7815102Z [00:03:43.834]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7876006Z [00:03:43.840]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/acl/id/id.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.7935687Z [00:03:43.846]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfeb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8003683Z [00:03:43.852]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/manager_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8055374Z [00:03:43.858]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/manager_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8115009Z [00:03:43.864]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8174681Z [00:03:43.870]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/dns_fwd_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8238658Z [00:03:43.877]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/dns_fwd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8297625Z [00:03:43.882]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8357876Z [00:03:43.888]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/wg_proxy.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8417169Z [00:03:43.894]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/src/prog.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8478406Z [00:03:43.901]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/wg_proxy_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8538003Z [00:03:43.906]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8597061Z [00:03:43.912]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/ebpf/bpf_bpfeb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8656617Z [00:03:43.918]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/instantiater_nonlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8714491Z [00:03:43.924]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/instantiater_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8774940Z [00:03:43.930]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ebpf/manager/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8836393Z [00:03:43.936]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8894779Z [00:03:43.942]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.8953509Z [00:03:43.948]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/monitor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9013137Z [00:03:43.954]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9074288Z [00:03:43.960]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/monitor_mobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9134624Z [00:03:43.966]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9195968Z [00:03:43.972]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/networkmonitor/check_change_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9255605Z [00:03:43.978]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/pkce_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9314360Z [00:03:43.984]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/iface_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9374246Z [00:03:43.990]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/connect_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9436974Z [00:03:43.996]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/connect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9496868Z [00:03:44.002]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9556325Z [00:03:44.008]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9617251Z [00:03:44.014]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover_mobile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9678844Z [00:03:44.021]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9738793Z [00:03:44.027]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover_mobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9798334Z [00:03:44.033]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/stdnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9857603Z [00:03:44.038]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/discover_pion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9920865Z [00:03:44.045]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/stdnet/dialer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:17.9982091Z [00:03:44.051]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/mobile_dependency.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0043052Z [00:03:44.057]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/signaler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0103000Z [00:03:44.063]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0162745Z [00:03:44.069]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker_relay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0223273Z [00:03:44.075]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/notifier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0285492Z [00:03:44.081]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker_ice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0348986Z [00:03:44.088]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conntype/priority.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0405311Z [00:03:44.093]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0463605Z [00:03:44.099]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0522263Z [00:03:44.105]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/stdnet_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0580886Z [00:03:44.111]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/agent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0642683Z [00:03:44.117]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/StunTurn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0699695Z [00:03:44.123]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/stdnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0757845Z [00:03:44.128]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/ice/StunTurn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0819079Z [00:03:44.135]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0880585Z [00:03:44.141]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/error_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0938447Z [00:03:44.147]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/state_dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.0996270Z [00:03:44.152]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1055430Z [00:03:44.158]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1114233Z [00:03:44.164]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/iface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1175072Z [00:03:44.170]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1233999Z [00:03:44.176]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/dispatcher/dispatcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1291624Z [00:03:44.182]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/worker/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1350997Z [00:03:44.188]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/id/connid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1412437Z [00:03:44.194]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1470394Z [00:03:44.200]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/route.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1529573Z [00:03:44.206]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/notifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1587821Z [00:03:44.211]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/session_id.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1646053Z [00:03:44.217]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/nilcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1702081Z [00:03:44.223]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/handshaker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1759464Z [00:03:44.229]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard/ice_monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1819152Z [00:03:44.235]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard/sr_watcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1879770Z [00:03:44.241]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/guard/guard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1939569Z [00:03:44.247]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/wg_watcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.1997205Z [00:03:44.252]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn_status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2055421Z [00:03:44.258]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/wg_watcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2114879Z [00:03:44.264]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peer/conn_status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2173260Z [00:03:44.270]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2233135Z [00:03:44.276]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2293057Z [00:03:44.282]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ingressgw/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2355364Z [00:03:44.288]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/ingressgw/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2416067Z [00:03:44.294]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/conn_mgr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2478594Z [00:03:44.300]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/listener/network_change.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2542278Z [00:03:44.307]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routeselector/routeselector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2603079Z [00:03:44.313]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/routeselector/routeselector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2661504Z [00:03:44.319]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/engine_stdnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2720796Z [00:03:44.325]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2779985Z [00:03:44.331]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2837016Z [00:03:44.336]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack/sysctl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2895166Z [00:03:44.342]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack/conntrack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.2953074Z [00:03:44.348]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/conntrack/conntrack_nonlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3009434Z [00:03:44.354]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/logger/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3071894Z [00:03:44.360]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/logger/logger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3134889Z [00:03:44.366]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/store/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3195391Z [00:03:44.372]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/netflow/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3255548Z [00:03:44.378]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/peerstore/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3315686Z [00:03:44.384]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/iface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3373873Z [00:03:44.390]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/session.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3432019Z [00:03:44.396]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3488659Z [00:03:44.402]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/templates/embed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3546283Z [00:03:44.407]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/templates/pkce-auth-msg.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3606196Z [00:03:44.413]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd/forwarder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3666401Z [00:03:44.419]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3727891Z [00:03:44.425]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dnsfwd/forwarder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3787562Z [00:03:44.431]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/rosenpass/netbird_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3845797Z [00:03:44.437]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/rosenpass/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3920153Z [00:03:44.445]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_general.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.3979954Z [00:03:44.451]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/types/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4038129Z [00:03:44.456]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/test/mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4096557Z [00:03:44.462]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/wgiface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4153061Z [00:03:44.468]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/hosts_dns_holder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4210632Z [00:03:44.474]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/handler_chain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4271607Z [00:03:44.480]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4330284Z [00:03:44.486]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_repair_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4390313Z [00:03:44.492]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4447032Z [00:03:44.497]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4505641Z [00:03:44.503]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4566528Z [00:03:44.509]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4626700Z [00:03:44.515]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_parser_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4690768Z [00:03:44.522]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4753346Z [00:03:44.528]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/network_manager_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4817086Z [00:03:44.534]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4880633Z [00:03:44.541]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.4943153Z [00:03:44.547]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/mock_server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5005892Z [00:03:44.553]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/unclean_shutdown_mobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5068464Z [00:03:44.560]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5126552Z [00:03:44.565]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/wgiface_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5185349Z [00:03:44.571]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5245520Z [00:03:44.577]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_export.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5305217Z [00:03:44.583]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5368351Z [00:03:44.590]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/service_listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5429205Z [00:03:44.596]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5489215Z [00:03:44.602]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5549306Z [00:03:44.608]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/response_writer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5609482Z [00:03:44.614]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_repair_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5668334Z [00:03:44.620]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/handler_chain_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5728326Z [00:03:44.625]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/systemd_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5787013Z [00:03:44.631]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5846052Z [00:03:44.637]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/response_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5904931Z [00:03:44.643]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/resolvconf_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.5964577Z [00:03:44.649]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/local/local_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6022749Z [00:03:44.655]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/local/local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6082034Z [00:03:44.661]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6137399Z [00:03:44.666]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/upstream_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6197568Z [00:03:44.672]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6256824Z [00:03:44.678]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_export_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6315416Z [00:03:44.684]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/consts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6375406Z [00:03:44.690]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6434173Z [00:03:44.696]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/host_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6494986Z [00:03:44.702]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/service_memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6556544Z [00:03:44.708]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/notifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6618197Z [00:03:44.714]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6699437Z [00:03:44.723]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6759291Z [00:03:44.729]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6817612Z [00:03:44.734]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/dbus_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6875313Z [00:03:44.740]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/systemd_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6935866Z [00:03:44.746]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/server_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.6996936Z [00:03:44.752]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/dns/file_parser_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7059327Z [00:03:44.759]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/relay/relay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7119278Z [00:03:44.765]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/message_convert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7180293Z [00:03:44.771]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/iface_common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7242158Z [00:03:44.777]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/profilemanager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7301123Z [00:03:44.783]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7360825Z [00:03:44.789]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7422350Z [00:03:44.795]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7484696Z [00:03:44.801]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7545248Z [00:03:44.807]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/profilemanager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7604943Z [00:03:44.813]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/profilemanager/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7665870Z [00:03:44.819]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/device_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7725817Z [00:03:44.825]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/internal/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7785708Z [00:03:44.831]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7846264Z [00:03:44.837]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/errors/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7906127Z [00:03:44.843]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/daemon.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.7964584Z [00:03:44.849]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/daemon_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8024692Z [00:03:44.855]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/daemon.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8083582Z [00:03:44.861]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/proto/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8144111Z [00:03:44.867]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgaddr/address.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8215618Z [00:03:44.874]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/factory_usp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8279661Z [00:03:44.881]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/factory_kernel_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8339184Z [00:03:44.887]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8395860Z [00:03:44.892]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/portlookup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8454835Z [00:03:44.898]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/portlookup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8514791Z [00:03:44.904]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8573272Z [00:03:44.910]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/wrapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8633842Z [00:03:44.916]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/ebpf/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8694474Z [00:03:44.922]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/listener/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8754238Z [00:03:44.928]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/proxy_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8815166Z [00:03:44.934]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/bind/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8875203Z [00:03:44.940]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/factory_kernel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8935838Z [00:03:44.946]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.8998562Z [00:03:44.953]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/wgproxy/udp/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9061279Z [00:03:44.959]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_create_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9124144Z [00:03:44.965]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/wgshow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9185350Z [00:03:44.971]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9245678Z [00:03:44.977]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/uapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9305789Z [00:03:44.983]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/wgstats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9365277Z [00:03:44.989]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/name_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9427695Z [00:03:44.995]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/err.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9489546Z [00:03:45.002]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/usp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9549418Z [00:03:45.008]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/name.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9611579Z [00:03:45.014]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/usp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9671859Z [00:03:45.020]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/kernel_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9730085Z [00:03:45.026]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/configurer/uapi_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9790591Z [00:03:45.032]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9848617Z [00:03:45.038]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/tun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9907493Z [00:03:45.043]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:18.9965799Z [00:03:45.049]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/netstack/dialer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0025006Z [00:03:45.055]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/adapter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0082672Z [00:03:45.061]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0140086Z [00:03:45.067]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0196863Z [00:03:45.072]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_usp_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0255571Z [00:03:45.078]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/args.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0315172Z [00:03:45.084]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0376164Z [00:03:45.090]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/wg_link_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0433784Z [00:03:45.096]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0493604Z [00:03:45.102]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0554730Z [00:03:45.108]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0680951Z [00:03:45.121]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0749389Z [00:03:45.128]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0812223Z [00:03:45.134]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/wg_log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0876350Z [00:03:45.140]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_netstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.0940905Z [00:03:45.147]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_kernel_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1004858Z [00:03:45.153]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/windows_guid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1071937Z [00:03:45.160]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1136767Z [00:03:45.166]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/wg_link_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1199468Z [00:03:45.172]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/kernel_module_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1262287Z [00:03:45.179]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device/device_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1326284Z [00:03:45.185]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1390567Z [00:03:45.192]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_create_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1452140Z [00:03:45.198]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1513328Z [00:03:45.204]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1574322Z [00:03:45.210]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1647124Z [00:03:45.217]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/iface_internal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1730363Z [00:03:45.226]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/link.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1791314Z [00:03:45.232]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/iface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1850790Z [00:03:45.238]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/freebsd/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1910263Z [00:03:45.244]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.1972382Z [00:03:45.250]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/device_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2033058Z [00:03:45.256]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/tun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2103377Z [00:03:45.263]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2164604Z [00:03:45.269]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/iface/mocks/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2224758Z [00:03:45.275]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/mocks/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2287355Z [00:03:45.281]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_muxed_conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2348757Z [00:03:45.287]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/activity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2407941Z [00:03:45.293]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux_universal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2469409Z [00:03:45.300]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2530656Z [00:03:45.306]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2593441Z [00:03:45.312]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/control.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2656311Z [00:03:45.318]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/endpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2718004Z [00:03:45.324]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/udp_mux_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2779043Z [00:03:45.331]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/ice_bind.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2837970Z [00:03:45.336]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/bind/activity_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2899082Z [00:03:45.343]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.2961088Z [00:03:45.349]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3024018Z [00:03:45.355]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_guid_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3087550Z [00:03:45.361]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3149214Z [00:03:45.368]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3214857Z [00:03:45.374]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_new_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3277874Z [00:03:45.380]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_destroy_mobile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3338771Z [00:03:45.387]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3396026Z [00:03:45.392]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/iface/iface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3456338Z [00:03:45.398]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/installer.nsis' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3516636Z [00:03:45.404]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/process.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3579835Z [00:03:45.411]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3640662Z [00:03:45.417]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3699330Z [00:03:45.423]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3759049Z [00:03:45.429]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/sysinfo_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3820413Z [00:03:45.435]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/sysinfo_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3881344Z [00:03:45.441]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/osrelease_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.3941800Z [00:03:45.447]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4002759Z [00:03:45.453]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_darwin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4064101Z [00:03:45.459]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4125045Z [00:03:45.465]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform/kube.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4185986Z [00:03:45.471]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform/openstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4244953Z [00:03:45.477]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_platform/detect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4305424Z [00:03:45.483]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/azure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4365919Z [00:03:45.489]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/alibabacloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4427149Z [00:03:45.495]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/digitalocean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4487115Z [00:03:45.501]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/detect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4546825Z [00:03:45.507]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/oracle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4606075Z [00:03:45.513]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/gcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4665178Z [00:03:45.519]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/aws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4729749Z [00:03:45.526]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/detect_cloud/vultr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4794132Z [00:03:45.532]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/static_info.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4858244Z [00:03:45.538]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/process_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4922433Z [00:03:45.545]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.4984231Z [00:03:45.551]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5045431Z [00:03:45.557]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5110346Z [00:03:45.564]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/info_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5170820Z [00:03:45.570]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/system/static_info_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5232915Z [00:03:45.576]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/test/cases_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5297051Z [00:03:45.582]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/create_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5359730Z [00:03:45.589]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/manager_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5424168Z [00:03:45.595]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/manager_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5488882Z [00:03:45.602]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/acl_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5553473Z [00:03:45.608]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/router_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5616563Z [00:03:45.614]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/state_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5679362Z [00:03:45.621]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/rule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5738202Z [00:03:45.626]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/rulestore_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5802279Z [00:03:45.633]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iptables/router_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5862841Z [00:03:45.639]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/common/iface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5926101Z [00:03:45.645]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/localip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.5986609Z [00:03:45.651]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/localip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6047075Z [00:03:45.657]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/icmp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6109324Z [00:03:45.664]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/udp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6170869Z [00:03:45.670]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/endpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6231500Z [00:03:45.676]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/tcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6290047Z [00:03:45.682]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/forwarder/forwarder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6351633Z [00:03:45.688]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/nat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6415385Z [00:03:45.694]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/nat_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6476031Z [00:03:45.700]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/allow_netbird_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6539861Z [00:03:45.707]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/log/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6605150Z [00:03:45.713]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/log/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6667545Z [00:03:45.719]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6729161Z [00:03:45.726]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/tcp_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6789998Z [00:03:45.732]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/icmp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6852646Z [00:03:45.738]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6913256Z [00:03:45.744]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/udp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.6971985Z [00:03:45.750]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/udp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7032967Z [00:03:45.756]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/tcp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7094198Z [00:03:45.762]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/icmp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7155628Z [00:03:45.768]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/tcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7218405Z [00:03:45.775]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/conntrack/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7283712Z [00:03:45.781]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7345873Z [00:03:45.787]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7408867Z [00:03:45.794]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/nat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7473709Z [00:03:45.800]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/allow_netbird.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7538271Z [00:03:45.806]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/tracer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7599127Z [00:03:45.813]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/tracer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7657607Z [00:03:45.818]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7717622Z [00:03:45.824]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/uspfilter/rule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7778667Z [00:03:45.830]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/create.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7839315Z [00:03:45.837]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/iface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7898349Z [00:03:45.843]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/protocol.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.7957985Z [00:03:45.849]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/port.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8019794Z [00:03:45.855]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/routerpair.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8082551Z [00:03:45.861]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/forward_rule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8145058Z [00:03:45.867]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/firewall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8209032Z [00:03:45.874]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8270481Z [00:03:45.880]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/manager/firewall_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8330210Z [00:03:45.886]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/manager_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8392985Z [00:03:45.892]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/manager_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8453935Z [00:03:45.898]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/acl_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8514228Z [00:03:45.904]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/ipsetstore_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8576311Z [00:03:45.910]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/router_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8639706Z [00:03:45.917]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/state_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8703391Z [00:03:45.923]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/rule_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8766181Z [00:03:45.929]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/firewall/nftables/router_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8830414Z [00:03:45.936]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/embed/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8893819Z [00:03:45.942]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/embed/embed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.8957932Z [00:03:45.948]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/netbird-entrypoint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9019497Z [00:03:45.955]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/manifest.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9078622Z [00:03:45.961]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/resources.rc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9138821Z [00:03:45.966]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/netbird.wxs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9199271Z [00:03:45.973]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9258791Z [00:03:45.979]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9317404Z [00:03:45.984]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/status/event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9378464Z [00:03:45.991]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9440259Z [00:03:45.997]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/process/process.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9500250Z [00:03:46.003]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/process/process_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9560539Z [00:03:46.009]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/process/process_nonwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9620869Z [00:03:46.015]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/desktop/desktop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9681195Z [00:03:46.021]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9741999Z [00:03:46.027]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/icons.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9802551Z [00:03:46.033]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/event_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9861488Z [00:03:46.039]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/event/event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9920445Z [00:03:46.045]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/icons_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:19.9979371Z [00:03:46.051]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0038608Z [00:03:46.057]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/Netbird.icns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0097162Z [00:03:46.062]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/manifest.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0155952Z [00:03:46.068]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0216077Z [00:03:46.074]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/build/netbird.desktop' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0273764Z [00:03:46.080]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/build/build-ui-linux.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0333355Z [00:03:46.086]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/build/banner.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0391900Z [00:03:46.092]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/netbird-ui.rb.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0451048Z [00:03:46.098]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/client_ui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0509706Z [00:03:46.104]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0570225Z [00:03:46.110]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0629413Z [00:03:46.116]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0691023Z [00:03:46.122]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected-macos.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0750288Z [00:03:46.128]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0808354Z [00:03:46.134]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0866691Z [00:03:46.139]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0925751Z [00:03:46.145]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/connected.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.0985584Z [00:03:46.151]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected-macos.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1046771Z [00:03:46.157]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error-macos.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1106004Z [00:03:46.163]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-disconnected.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1165947Z [00:03:46.169]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-disconnected.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1224960Z [00:03:46.175]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1283452Z [00:03:46.181]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting-macos.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1344342Z [00:03:46.187]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1403416Z [00:03:46.193]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1464263Z [00:03:46.199]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/disconnected.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1525310Z [00:03:46.205]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error-dark.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1589101Z [00:03:46.212]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected-macos.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1651132Z [00:03:46.218]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1713873Z [00:03:46.224]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-disconnected-macos.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1776997Z [00:03:46.230]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting-dark.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1837161Z [00:03:46.236]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected-dark.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1897457Z [00:03:46.242]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected-dark.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.1958964Z [00:03:46.249]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error-dark.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2019582Z [00:03:46.255]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2078938Z [00:03:46.261]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected-dark.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2138622Z [00:03:46.267]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected-dark.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2197818Z [00:03:46.272]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connected.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2257886Z [00:03:46.278]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-error.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2316314Z [00:03:46.284]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-connected-dark.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2375934Z [00:03:46.290]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-update-disconnected-dark.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2432965Z [00:03:46.296]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2490694Z [00:03:46.302]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/assets/netbird-systemtray-connecting-dark.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2548184Z [00:03:46.308]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/font_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2607177Z [00:03:46.313]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ui/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2667428Z [00:03:46.319]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/Dockerfile-rootless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2726327Z [00:03:46.325]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2787053Z [00:03:46.331]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2847325Z [00:03:46.337]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/panic_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2907094Z [00:03:46.343]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/panic_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.2966824Z [00:03:46.349]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3025487Z [00:03:46.355]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3084151Z [00:03:46.361]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3143141Z [00:03:46.367]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/state_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3203656Z [00:03:46.373]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3263912Z [00:03:46.379]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/debug_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3323183Z [00:03:46.385]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3382137Z [00:03:46.391]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/forwardingrules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3438083Z [00:03:46.396]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3501332Z [00:03:46.403]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/server/state_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3563095Z [00:03:46.409]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/login_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3623944Z [00:03:46.415]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/status_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3684868Z [00:03:46.421]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/root_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3746981Z [00:03:46.427]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/testutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3808412Z [00:03:46.433]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/debug_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3870515Z [00:03:46.440]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/forwarding_rules.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3930903Z [00:03:46.446]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/system.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.3988507Z [00:03:46.452]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/debug_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4047034Z [00:03:46.457]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4105599Z [00:03:46.463]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/down.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4164252Z [00:03:46.469]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4223703Z [00:03:46.475]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/pprof.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4284506Z [00:03:46.481]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4343562Z [00:03:46.487]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4403298Z [00:03:46.493]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/networks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4464959Z [00:03:46.499]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service_controller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4523745Z [00:03:46.505]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4582270Z [00:03:46.511]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/trace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4642814Z [00:03:46.517]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4704236Z [00:03:46.523]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4763890Z [00:03:46.529]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/up.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4825016Z [00:03:46.535]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/up_daemon_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4885760Z [00:03:46.541]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/service_installer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.4945259Z [00:03:46.547]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/logout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5005121Z [00:03:46.553]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/profile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5066005Z [00:03:46.559]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5126314Z [00:03:46.565]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/cmd/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5185920Z [00:03:46.571]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/testdata/store.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5244931Z [00:03:46.577]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/testdata/management.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5305020Z [00:03:46.583]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/window_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5364895Z [00:03:46.589]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/window_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5424398Z [00:03:46.595]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/window_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5483414Z [00:03:46.601]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/lookup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5542399Z [00:03:46.607]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5598461Z [00:03:46.613]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5656121Z [00:03:46.618]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/server_mock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5728281Z [00:03:46.625]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5801138Z [00:03:46.633]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/lookup_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5862239Z [00:03:46.639]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5923463Z [00:03:46.645]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/client/ssh/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.5984706Z [00:03:46.651]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/levels/levels.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6043848Z [00:03:46.657]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6102537Z [00:03:46.663]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/hook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6160389Z [00:03:46.669]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/hook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6219262Z [00:03:46.675]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/additional_goroutine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6276497Z [00:03:46.680]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/hook/additional_empty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6333418Z [00:03:46.686]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/formatter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6392034Z [00:03:46.692]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6451848Z [00:03:46.698]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/format.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6512796Z [00:03:46.704]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/txt/format_gorutines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6574735Z [00:03:46.710]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6638225Z [00:03:46.716]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/logcat/logcat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6699500Z [00:03:46.723]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/logcat/logcat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6762328Z [00:03:46.729]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/syslog/formatter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6825192Z [00:03:46.735]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/formatter/syslog/formatter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6886795Z [00:03:46.741]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.goreleaser.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.6948474Z [00:03:46.747]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/configure.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7011535Z [00:03:46.754]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7068044Z [00:03:46.759]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/relay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7128422Z [00:03:46.765]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/signal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7190273Z [00:03:46.772]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7252969Z [00:03:46.778]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/observability/grafana/dashboards/management.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7315495Z [00:03:46.784]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/docker-compose.yml.tmpl.traefik' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7376219Z [00:03:46.790]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/nginx.tmpl.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7439598Z [00:03:46.797]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/artifacts/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7503432Z [00:03:46.803]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/turnserver.conf.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7566267Z [00:03:46.809]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/docker-compose.yml.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7632314Z [00:03:46.816]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/base.setup.env' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7693623Z [00:03:46.822]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/getting-started-with-zitadel.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7755523Z [00:03:46.828]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/setup.env.example' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7818034Z [00:03:46.834]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/management.json.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7879873Z [00:03:46.841]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/infrastructure_files/tests/setup.env' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.7942763Z [00:03:46.847]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/monotime/time.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8003745Z [00:03:46.853]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/monotime/time_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8065144Z [00:03:46.859]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8126074Z [00:03:46.865]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8189079Z [00:03:46.872]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/route53_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8246433Z [00:03:46.877]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/encryption.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8307153Z [00:03:46.883]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/letsencrypt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8366673Z [00:03:46.889]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/testprotos/testproto.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8425750Z [00:03:46.895]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/testprotos/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8485893Z [00:03:46.901]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/testprotos/testproto.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8545543Z [00:03:46.907]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/route53.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8605171Z [00:03:46.913]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8663658Z [00:03:46.919]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8724258Z [00:03:46.925]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/encryption_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8788375Z [00:03:46.931]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/encryption/encryption_suite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8849366Z [00:03:46.938]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8909820Z [00:03:46.944]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.8969479Z [00:03:46.950]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/route/hauniqueid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9029835Z [00:03:46.956]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/route/route.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9089662Z [00:03:46.962]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin_pkg/postinstall' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9147798Z [00:03:46.967]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin_pkg/preinstall' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9207647Z [00:03:46.973]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/netbird-management.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9266794Z [00:03:46.979]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/env' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9324735Z [00:03:46.985]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/netbird@.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9385495Z [00:03:46.991]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/systemd/netbird-signal.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9444801Z [00:03:46.997]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/ui-post-install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9505906Z [00:03:47.003]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin-ui-uninstaller.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9565281Z [00:03:47.009]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9625554Z [00:03:47.015]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/pre_remove.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9684847Z [00:03:47.021]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/post_install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9744434Z [00:03:47.027]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/release_files/darwin-ui-installer.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9805475Z [00:03:47.033]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/dns/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9866007Z [00:03:47.039]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/dns/nameserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9924831Z [00:03:47.045]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:20.9985308Z [00:03:47.051]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/test/benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0046027Z [00:03:47.057]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0105719Z [00:03:47.063]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0165818Z [00:03:47.069]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck/healthcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0224973Z [00:03:47.075]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck/quic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0284270Z [00:03:47.081]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/healthcheck/ws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0343504Z [00:03:47.087]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0402494Z [00:03:47.093]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/protocol/protocol.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0462647Z [00:03:47.099]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/relay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0525094Z [00:03:47.105]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0585085Z [00:03:47.111]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0647642Z [00:03:47.117]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0707616Z [00:03:47.123]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/store/notifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0767535Z [00:03:47.129]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/url.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0828464Z [00:03:47.136]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0890352Z [00:03:47.142]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/quic/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.0951022Z [00:03:47.148]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/quic/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1011502Z [00:03:47.154]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1073116Z [00:03:47.160]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/ws/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1131544Z [00:03:47.166]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/listener/ws/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1193224Z [00:03:47.172]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/peer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1254096Z [00:03:47.178]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/handshake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1315559Z [00:03:47.184]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/server/relay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1376972Z [00:03:47.190]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1436551Z [00:03:47.196]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/signal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1495436Z [00:03:47.202]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/relay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1554643Z [00:03:47.208]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/turn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1616575Z [00:03:47.214]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/tun/tun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1679006Z [00:03:47.221]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/tun/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1739282Z [00:03:47.227]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/turn_allocator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1799083Z [00:03:47.233]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/testec2/start_msg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1860521Z [00:03:47.239]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1922422Z [00:03:47.245]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.1982386Z [00:03:47.251]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/cmd/pprof.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2042462Z [00:03:47.257]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/relay/metrics/realy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2103436Z [00:03:47.263]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.golangci.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2165384Z [00:03:47.269]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git-branches.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2227486Z [00:03:47.275]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2289504Z [00:03:47.282]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2351097Z [00:03:47.288]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2410346Z [00:03:47.294]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2472356Z [00:03:47.300]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2533488Z [00:03:47.306]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2595728Z [00:03:47.312]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2656044Z [00:03:47.318]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2718586Z [00:03:47.325]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2781005Z [00:03:47.331]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2842698Z [00:03:47.337]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2904841Z [00:03:47.343]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.2965771Z [00:03:47.349]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3025637Z [00:03:47.355]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3086071Z [00:03:47.361]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3146084Z [00:03:47.367]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3206784Z [00:03:47.373]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3267010Z [00:03:47.379]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3328778Z [00:03:47.386]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3389465Z [00:03:47.392]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3449781Z [00:03:47.398]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3509610Z [00:03:47.404]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3568921Z [00:03:47.410]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3629826Z [00:03:47.416]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-76e307675ea9e9a4b3db1e9c4badb7bda755a30f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3691716Z [00:03:47.422]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/objects/pack/pack-fa3caa8756124276261e2ff624a2b9b4d242e838.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3753081Z [00:03:47.428]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3812264Z [00:03:47.434]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3869668Z [00:03:47.440]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3932148Z [00:03:47.446]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.3995125Z [00:03:47.452]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4055510Z [00:03:47.458]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4120001Z [00:03:47.465]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4183166Z [00:03:47.471]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4244743Z [00:03:47.477]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/versioninfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4304851Z [00:03:47.483]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/logo-full.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4363287Z [00:03:47.489]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4422843Z [00:03:47.495]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/peerA.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4482877Z [00:03:47.501]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.7vRGrdtR1R/TEMPREPO/docs/media/peerB.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4538770Z [00:03:47.507]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/netbird-mgmt' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4600554Z [00:03:47.513]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-signal' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4657440Z [00:03:47.518]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4715055Z [00:03:47.524]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4775279Z [00:03:47.530]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4832669Z [00:03:47.536]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-relay' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4892331Z [00:03:47.542]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:46:21.4950611Z [00:03:47.548]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.5008985Z [00:03:47.554]➜  mode of '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-mgmt' retained as 0755 (rwxr-xr-x)
2025-08-20T21:46:21.5786424Z [00:03:47.631]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:46:21.5791859Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:46:53.8844205Z 
2025-08-20T21:46:53.8845074Z [+] Sanitizing /tmp/pkgforge/o5hIQVZXS_SBUILD/BUILD.log ==> /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.log
2025-08-20T21:46:56.2857410Z '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.log' -> '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.log'
2025-08-20T21:46:56.2923405Z '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.log' -> '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-relay.log'
2025-08-20T21:46:56.2926484Z '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.log' -> '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-mgmt.log'
2025-08-20T21:46:56.2930436Z '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird.static.log' -> '/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/netbird-signal.log'
2025-08-20T21:46:56.2969138Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird.log
2025-08-20T21:46:56.2975100Z 
2025-08-20T21:46:56.2983777Z [+] Parsing/Uploading netbird/netbird --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fnetbird%2Fnetbird [aarch64-Linux]
2025-08-20T21:46:56.3017694Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-relay?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-relay.log
2025-08-20T21:46:56.3024093Z 
2025-08-20T21:46:56.3030999Z [+] Parsing/Uploading netbird/netbird-relay --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fnetbird%2Fnetbird-relay [aarch64-Linux]
2025-08-20T21:46:56.3032266Z {
2025-08-20T21:46:56.3032680Z   "_disabled": "false",
2025-08-20T21:46:56.3036768Z   "host": "aarch64-Linux",
2025-08-20T21:46:56.3037328Z   "rank": "",
2025-08-20T21:46:56.3037960Z   "pkg": "netbird.static",
2025-08-20T21:46:56.3038318Z   "pkg_family": "netbird",
2025-08-20T21:46:56.3052570Z   "pkg_id": "github.com.netbirdio.netbird.source",
2025-08-20T21:46:56.3053430Z   "pkg_name": "netbird",
2025-08-20T21:46:56.3053892Z   "pkg_type": "static",
2025-08-20T21:46:56.3054893Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird",
2025-08-20T21:46:56.3055453Z   "app_id": "",
2025-08-20T21:46:56.3055931Z   "appstream": "",
2025-08-20T21:46:56.3056262Z   "category": [
2025-08-20T21:46:56.3056541Z     "ConsoleOnly",
2025-08-20T21:46:56.3095687Z     "Utility"
2025-08-20T21:46:56.3110944Z   ],
2025-08-20T21:46:56.3174208Z   "description": "Client for Netbird; A WireGuard-based mesh network",
2025-08-20T21:46:56.3174981Z   "desktop": "",
2025-08-20T21:46:56.3175370Z   "homepage": [
2025-08-20T21:46:56.3175832Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3176196Z   ],
2025-08-20T21:46:56.3177016Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird.png",
2025-08-20T21:46:56.3179436Z   "license": [
2025-08-20T21:46:56.3179617Z     "BSD-3-Clause"
2025-08-20T21:46:56.3179779Z   ],
2025-08-20T21:46:56.3179925Z   "maintainer": [
2025-08-20T21:46:56.3180133Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:46:56.3180376Z   ],
2025-08-20T21:46:56.3180533Z   "provides": [
2025-08-20T21:46:56.3181107Z     "netbird",
2025-08-20T21:46:56.3181281Z     "netbird-mgmt",
2025-08-20T21:46:56.3181452Z     "netbird-relay",
2025-08-20T21:46:56.3181628Z     "netbird-signal"
2025-08-20T21:46:56.3181787Z   ],
2025-08-20T21:46:56.3181927Z   "note": [
2025-08-20T21:46:56.3182229Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3182588Z   ],
2025-08-20T21:46:56.3182739Z   "repology": [
2025-08-20T21:46:56.3182897Z     "netbird"
2025-08-20T21:46:56.3183044Z   ],
2025-08-20T21:46:56.3183188Z   "screenshots": [],
2025-08-20T21:46:56.3183361Z   "src_url": [
2025-08-20T21:46:56.3183547Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3183775Z   ],
2025-08-20T21:46:56.3183915Z   "tag": [
2025-08-20T21:46:56.3184058Z     "mesh",
2025-08-20T21:46:56.3184204Z     "wireguard"
2025-08-20T21:46:56.3184357Z   ],
2025-08-20T21:46:56.3184516Z   "version": "HEAD-0d2845e-250820T190419",
2025-08-20T21:46:56.3184919Z   "version_upstream": "0.55.1",
2025-08-20T21:46:56.3185248Z   "bsum": "e70c01538384269721c6656ebecae3afe56d5ed125aae3fac5632228001c67ed",
2025-08-20T21:46:56.3185585Z   "build_date": "2025-08-20T21:46:23Z",
2025-08-20T21:46:56.3185915Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108534394",
2025-08-20T21:46:56.3186247Z   "build_id": "17108534394",
2025-08-20T21:46:56.3186838Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird.log",
2025-08-20T21:46:56.3188283Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/netbird/static.official.source.yaml",
2025-08-20T21:46:56.3189138Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird",
2025-08-20T21:46:56.3189987Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/netbird/official/source/netbird:HEAD-0d2845e-250820T190419-aarch64-linux",
2025-08-20T21:46:56.3190568Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird",
2025-08-20T21:46:56.3191274Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest",
2025-08-20T21:46:56.3192113Z   "shasum": "2c4ea45f007666d7b6fe617c35e9ac175bd0d4364926ed8d82000aa2506cacd9",
2025-08-20T21:46:56.3192442Z   "size": "35 MB",
2025-08-20T21:46:56.3192614Z   "size_raw": "35657144",
2025-08-20T21:46:56.3192795Z   "snapshots": [
2025-08-20T21:46:56.3193003Z     "HEAD-fd2a21c-250411T104359-aarch64-linux[0.40.1]",
2025-08-20T21:46:56.3193296Z     "HEAD-0492c17-250527T171204-aarch64-linux[0.45.1]",
2025-08-20T21:46:56.3193584Z     "HEAD-aa07b3b-250530T233802-aarch64-linux[0.45.2]",
2025-08-20T21:46:56.3193872Z     "HEAD-07b220d-250602T221128-aarch64-linux[0.45.3]",
2025-08-20T21:46:56.3194164Z     "HEAD-609654e-250604T181248-aarch64-linux[0.45.3]",
2025-08-20T21:46:56.3194453Z     "HEAD-6d654ac-250611T223959-aarch64-linux[0.46.0]",
2025-08-20T21:46:56.3194741Z     "HEAD-b1247a1-250614T122416-aarch64-linux[0.46.0]",
2025-08-20T21:46:56.3195027Z     "HEAD-dd9917f-250616T210549-aarch64-linux[0.47.0]",
2025-08-20T21:46:56.3195316Z     "HEAD-23b5d45-250618T185648-aarch64-linux[0.47.2]",
2025-08-20T21:46:56.3195603Z     "HEAD-2a51609-250620T180719-aarch64-linux[0.48.0]",
2025-08-20T21:46:56.3195891Z     "HEAD-f37aa2c-250623T100902-aarch64-linux[0.48.0]",
2025-08-20T21:46:56.3196185Z     "HEAD-fbb1b55-250704T195227-aarch64-linux[0.49.0]",
2025-08-20T21:46:56.3196474Z     "HEAD-8942c40-250706T151314-aarch64-linux[0.50.1]",
2025-08-20T21:46:56.3196754Z     "HEAD-408f423-250709T221608-aarch64-linux[0.50.1]",
2025-08-20T21:46:56.3197043Z     "HEAD-3e6eede-250712T111045-aarch64-linux[0.50.2]",
2025-08-20T21:46:56.3197331Z     "HEAD-e49bcc3-250713T154248-aarch64-linux[0.50.3]",
2025-08-20T21:46:56.3197621Z     "HEAD-4f74509-250716T150731-aarch64-linux[0.51.1]",
2025-08-20T21:46:56.3198343Z     "HEAD-08fd460-250718T121852-aarch64-linux[0.51.1]",
2025-08-20T21:46:56.3198648Z     "HEAD-86c16cf-250721T195817-aarch64-linux[0.51.1]",
2025-08-20T21:46:56.3198937Z     "HEAD-1a28d18-250723T210329-aarch64-linux[0.51.2]",
2025-08-20T21:46:56.3199223Z     "HEAD-d89e615-250725T225248-aarch64-linux[0.51.2]",
2025-08-20T21:46:56.3199514Z     "HEAD-e1c66a8-250728T133648-aarch64-linux[0.51.2]",
2025-08-20T21:46:56.3199802Z     "HEAD-5de61f3-250730T202819-aarch64-linux[0.52.1]",
2025-08-20T21:46:56.3200095Z     "HEAD-552dc60-250801T122207-aarch64-linux[0.52.2]",
2025-08-20T21:46:56.3200378Z     "HEAD-5860e53-250806T185514-aarch64-linux[0.53.0]",
2025-08-20T21:46:56.3200666Z     "HEAD-375fcf2-250808T214133-aarch64-linux[0.54.0]",
2025-08-20T21:46:56.3200950Z     "HEAD-e97f853-250813T220348-aarch64-linux[0.54.2]",
2025-08-20T21:46:56.3201240Z     "HEAD-b3056d0-250815T171448-aarch64-linux[0.54.2]",
2025-08-20T21:46:56.3201523Z     "HEAD-a889c41-250818T215721-aarch64-linux[0.54.2]"
2025-08-20T21:46:56.3201887Z   ]
2025-08-20T21:46:56.3202038Z }
2025-08-20T21:46:56.3202599Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-mgmt?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-mgmt.log
2025-08-20T21:46:56.3203156Z 
2025-08-20T21:46:56.3203616Z [+] Parsing/Uploading netbird/netbird-mgmt --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fnetbird%2Fnetbird-mgmt [aarch64-Linux]
2025-08-20T21:46:56.3204728Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-signal?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-signal.log
2025-08-20T21:46:56.3205298Z 
2025-08-20T21:46:56.3205770Z [+] Parsing/Uploading netbird/netbird-signal --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fnetbird%2Fnetbird-signal [aarch64-Linux]
2025-08-20T21:46:56.3206321Z 
2025-08-20T21:46:56.3206325Z 
2025-08-20T21:46:56.3206386Z {
2025-08-20T21:46:56.3206530Z   "_disabled": "false",
2025-08-20T21:46:56.3206713Z   "host": "aarch64-Linux",
2025-08-20T21:46:56.3206903Z   "rank": "",
2025-08-20T21:46:56.3207071Z   "pkg": "netbird.static",
2025-08-20T21:46:56.3207267Z   "pkg_family": "netbird",
2025-08-20T21:46:56.3207499Z   "pkg_id": "github.com.netbirdio.netbird.source",
2025-08-20T21:46:56.3209063Z   "pkg_name": "netbird-relay",
2025-08-20T21:46:56.3209466Z   "pkg_type": "static",
2025-08-20T21:46:56.3209874Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay",
2025-08-20T21:46:56.3210310Z   "app_id": "",
2025-08-20T21:46:56.3210472Z   "appstream": "",
2025-08-20T21:46:56.3210637Z   "category": [
2025-08-20T21:46:56.3210797Z     "ConsoleOnly",
2025-08-20T21:46:56.3210954Z     "Utility"
2025-08-20T21:46:56.3211100Z   ],
2025-08-20T21:46:56.3211272Z   "description": "Relay service for Netbird",
2025-08-20T21:46:56.3211505Z   "desktop": "",
2025-08-20T21:46:56.3211671Z   "homepage": [
2025-08-20T21:46:56.3211864Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3212086Z   ],
2025-08-20T21:46:56.3212666Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-relay?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-relay.png",
2025-08-20T21:46:56.3213307Z   "license": [
2025-08-20T21:46:56.3213467Z     "BSD-3-Clause"
2025-08-20T21:46:56.3213629Z   ],
2025-08-20T21:46:56.3213770Z   "maintainer": [
2025-08-20T21:46:56.3213967Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:46:56.3214209Z   ],
2025-08-20T21:46:56.3214352Z   "provides": [
2025-08-20T21:46:56.3214515Z     "netbird",
2025-08-20T21:46:56.3214672Z     "netbird-mgmt",
2025-08-20T21:46:56.3214844Z     "netbird-relay",
2025-08-20T21:46:56.3215019Z     "netbird-signal"
2025-08-20T21:46:56.3215184Z   ],
2025-08-20T21:46:56.3215325Z   "note": [
2025-08-20T21:46:56.3215632Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3215990Z   ],
2025-08-20T21:46:56.3216139Z   "repology": [
2025-08-20T21:46:56.3216294Z     "netbird"
2025-08-20T21:46:56.3216622Z   ],
2025-08-20T21:46:56.3216803Z   "screenshots": [],
2025-08-20T21:46:56.3216975Z   "src_url": [
2025-08-20T21:46:56.3217160Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3217385Z   ],
2025-08-20T21:46:56.3217521Z   "tag": [
2025-08-20T21:46:56.3217670Z     "mesh",
2025-08-20T21:46:56.3218035Z     "wireguard"
2025-08-20T21:46:56.3218197Z   ],
2025-08-20T21:46:56.3218364Z   "version": "HEAD-0d2845e-250820T190419",
2025-08-20T21:46:56.3218590Z   "version_upstream": "",
2025-08-20T21:46:56.3218891Z   "bsum": "20d8ff66de6614a495229c923009444fedef10219142ae27e235ce40850883da",
2025-08-20T21:46:56.3219223Z   "build_date": "2025-08-20T21:46:40Z",
2025-08-20T21:46:56.3219549Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108534394",
2025-08-20T21:46:56.3219876Z   "build_id": "17108534394",
2025-08-20T21:46:56.3220645Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-relay?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-relay.log",
2025-08-20T21:46:56.3221561Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/netbird/static.official.source.yaml",
2025-08-20T21:46:56.3222450Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-relay?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-relay",
2025-08-20T21:46:56.3223453Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/netbird/official/source/netbird-relay:HEAD-0d2845e-250820T190419-aarch64-linux",
2025-08-20T21:46:56.3224072Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird-relay",
2025-08-20T21:46:56.3224820Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-relay?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest",
2025-08-20T21:46:56.3225532Z   "shasum": "a89e745d990e82762f06927691a063aa7124bf51ea9e00650ee9276129341a48",
2025-08-20T21:46:56.3225854Z   "size": "23 MB",
2025-08-20T21:46:56.3226025Z   "size_raw": "23634808",
2025-08-20T21:46:56.3226206Z   "snapshots": [
2025-08-20T21:46:56.3226400Z     "HEAD-fd2a21c-250411T104359-aarch64-linux",
2025-08-20T21:46:56.3226660Z     "HEAD-0492c17-250527T171204-aarch64-linux",
2025-08-20T21:46:56.3226920Z     "HEAD-aa07b3b-250530T233802-aarch64-linux",
2025-08-20T21:46:56.3227275Z     "HEAD-07b220d-250602T221128-aarch64-linux",
2025-08-20T21:46:56.3227532Z     "HEAD-609654e-250604T181248-aarch64-linux",
2025-08-20T21:46:56.3227948Z     "HEAD-6d654ac-250611T223959-aarch64-linux",
2025-08-20T21:46:56.3228227Z     "HEAD-b1247a1-250614T122416-aarch64-linux",
2025-08-20T21:46:56.3228487Z     "HEAD-dd9917f-250616T210549-aarch64-linux",
2025-08-20T21:46:56.3228743Z     "HEAD-23b5d45-250618T185648-aarch64-linux",
2025-08-20T21:46:56.3228999Z     "HEAD-2a51609-250620T180719-aarch64-linux",
2025-08-20T21:46:56.3229252Z     "HEAD-f37aa2c-250623T100902-aarch64-linux",
2025-08-20T21:46:56.3229520Z     "HEAD-fbb1b55-250704T195227-aarch64-linux",
2025-08-20T21:46:56.3229756Z     "HEAD-8942c40{
2025-08-20T21:46:56.3229925Z   "_disabled": "false",
2025-08-20T21:46:56.3230133Z   "host": "aarch64-Linux",
2025-08-20T21:46:56.3230316Z   "rank": "",
2025-08-20T21:46:56.3230483Z   "pkg": "netbird.static",
2025-08-20T21:46:56.3230679Z   "pkg_family": "netbird",
2025-08-20T21:46:56.3230910Z   "pkg_id": "github.com.netbirdio.netbird.source",
2025-08-20T21:46:56.3231173Z   "pkg_name": "netbird-mgmt",
2025-08-20T21:46:56.3231378Z   "pkg_type": "static",
2025-08-20T21:46:56.3231780Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-mgmt",
2025-08-20T21:46:56.3232209Z   "app_id": "",
2025-08-20T21:46:56.3232372Z   "appstream": "",
2025-08-20T21:46:56.3232540Z   "category": [
2025-08-20T21:46:56.3232700Z     "ConsoleOnly",
2025-08-20T21:46:56.3232863Z     "Utility"
2025-08-20T21:46:56.3233011Z   ],
2025-08-20T21:46:56.3233197Z   "description": "Management service for Netbird",
2025-08-20T21:46:56.3233459Z   "desktop": "",
2025-08-20T21:46:56.3233826Z   "homepage": [
2025-08-20T21:46:56.3234034Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3234257Z   ],
2025-08-20T21:46:56.3234831Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-mgmt?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-mgmt.png",
2025-08-20T21:46:56.3235474Z   "license": [
2025-08-20T21:46:56.3235634Z     "BSD-3-Clause"
2025-08-20T21:46:56.3235791Z   ],
2025-08-20T21:46:56.3235933Z   "maintainer": [
2025-08-20T21:46:56.3236130Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:46:56.3236367Z   ],
2025-08-20T21:46:56.3236510Z   "provides": [
2025-08-20T21:46:56.3236670Z     "netbird",
2025-08-20T21:46:56.3236831Z     "netbird-mgmt",
2025-08-20T21:46:56.3236999Z     "netbird-relay",
2025-08-20T21:46:56.3237170Z     "netbird-signal"
2025-08-20T21:46:56.3237334Z   ],
2025-08-20T21:46:56.3237469Z   "note": [
2025-08-20T21:46:56.3238120Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3238495Z   ],
2025-08-20T21:46:56.3238638Z   "repology": [
2025-08-20T21:46:56.3238797Z     "netbird"
2025-08-20T21:46:56.3238944Z   ],
2025-08-20T21:46:56.3239085Z   "screenshots": [],
2025-08-20T21:46:56.3239255Z   "src_url": [
2025-08-20T21:46:56.3239439Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3239658Z   ],
2025-08-20T21:46:56.3239892Z   "tag": [
2025-08-20T21:46:56.3240033Z     "mesh",
2025-08-20T21:46:56.3240181Z     "wireguard"
2025-08-20T21:46:56.3240338Z   ],
2025-08-20T21:46:56.3240500Z   "version": "HEAD-0d2845e-250820T190419",
2025-08-20T21:46:56.3240730Z   "version_upstream": "",
2025-08-20T21:46:56.3241027Z   "bsum": "187d738e7f334d82849d43fd1c0b7e3822f9e59e12928eed4a671ff683e0a139",
2025-08-20T21:46:56.3241360Z   "build_date": "2025-08-20T21:46:31Z",
2025-08-20T21:46:56.3241689Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108534394",
2025-08-20T21:46:56.3242020Z   "build_id": "17108534394",
2025-08-20T21:46:56.3242653Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-mgmt?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-mgmt.log",
2025-08-20T21:46:56.3243536Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/netbird/static.official.source.yaml",
2025-08-20T21:46:56.3244519Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-mgmt?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-mgmt",
2025-08-20T21:46:56.3245431Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/netbird/official/source/netbird-mgmt:HEAD-0d2845e-250820T190419-aarch64-linux",
2025-08-20T21:46:56.3246042Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird-mgmt",
2025-08-20T21:46:56.3246782Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-mgmt?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest",
2025-08-20T21:46:56.3247504Z   "shasum": "eb9a402ee55e79e2a68b132fcb9aaa5b10c9151203eef1256deb309f22e001ba",
2025-08-20T21:46:56.3248761Z   "size": "46 MB",
2025-08-20T21:46:56.3248946Z   "size_raw": "48209400",
2025-08-20T21:46:56.3249134Z   "snapshots": [
2025-08-20T21:46:56.3249328Z     "HEAD-fd2a21c-250411T104359-aarch64-linux",
2025-08-20T21:46:56.3249594Z     "HEAD-0492c17-250527T171204-aarch64-linux",
2025-08-20T21:46:56.3249856Z     "HEAD-aa07b3b-250530T233802-aarch64-linux",
2025-08-20T21:46:56.3250112Z     "HEAD-07b220d-250602T221128-aarch64-linux",
2025-08-20T21:46:56.3250364Z     "HEAD-609654e-250604T181248-aarch64-linux",
2025-08-20T21:46:56.3250620Z     "HEAD-6d654ac-250611T223959-aarch64-linux",
2025-08-20T21:46:56.3250877Z     "HEAD-b1247a1-250614T122416-aarch64-linux",
2025-08-20T21:46:56.3251130Z     "HEAD-dd9917f-250616T210549-aarch64-linux",
2025-08-20T21:46:56.3251387Z     "HEAD-23b5d45-250618T185648-aarch64-linux",
2025-08-20T21:46:56.3251646Z     "HEAD-2a51609-250620T180719-aarch64-linux",
2025-08-20T21:46:56.3252097Z     "HEAD-f37aa2c-250623T100902-aarch64-linux",
2025-08-20T21:46:56.3252370Z     "HEAD-fbb1b55-250704T195227-aarch64-linux",
2025-08-20T21:46:56.3252625Z     "HEAD-8942c40-250706T151314-aarch64-linux",
2025-08-20T21:46:56.3252876Z     "HEAD-408f423-250709T221608-aarch64-linux",
2025-08-20T21:46:56.3253136Z     "HEAD-3e6eede-250712T111045-aarch64-linux",
2025-08-20T21:46:56.3253393Z     "HEAD-e49bcc3-250713T154248-aarch64-linux",
2025-08-20T21:46:56.3253655Z     "HEAD-4f74509-250716T150731-aarch64-linux",
2025-08-20T21:46:56.3253907Z     "HEAD-08fd460-250718T121852-aarch64-linux",
2025-08-20T21:46:56.3254161Z     "HEAD-86c16cf-250721T195817-aarch64-linux",
2025-08-20T21:46:56.3254415Z     "HEAD-1a28d18-250723T210329-aarch64-linux",
2025-08-20T21:46:56.3254671Z     "HEAD-d89e615-250725T225248-aarch64-linux",
2025-08-20T21:46:56.3254928Z     "HEAD-e1c66a8-250728T133648-aarch64-linux",
2025-08-20T21:46:56.3255279Z     "HEAD-5de61f3-250730T202819-aarch64-linux",
2025-08-20T21:46:56.3255550Z     "HEAD-552dc60-250801T122207-aarch64-linux",
2025-08-20T21:46:56.3255805Z     "HEAD-5860e53-250806T185514-aarch64-linux",
2025-08-20T21:46:56.3256057Z     "HEAD-375fcf2-250808T214133-aarch64-linux",
2025-08-20T21:46:56.3256312Z     "HEAD-e97f853-250813T220348-aarch64-linux",
2025-08-20T21:46:56.3256567Z     "HEAD-b3056d0-250815T171448-aarch64-linux",
2025-08-20T21:46:56.3256819Z     "HEAD-a889c41-250818T215721-aarch64-linux"
2025-08-20T21:46:56.3257131Z   ]
2025-08-20T21:46:56.3257269Z }
2025-08-20T21:46:56.3257351Z 
2025-08-20T21:46:56.3257355Z 
2025-08-20T21:46:56.3257426Z -250706T151314-aarch64-linux",
2025-08-20T21:46:56.3257650Z     "HEAD-408f423-250709T221608-aarch64-linux",
2025-08-20T21:46:56.3258200Z     "HEAD-3e6eede-250712T111045-aarch64-linux",
2025-08-20T21:46:56.3258468Z     "HEAD-e49bcc3-250713T154248-aarch64-linux",
2025-08-20T21:46:56.3258726Z     "HEAD-4f74509-250716T150731-aarch64-linux",
2025-08-20T21:46:56.3258985Z     "HEAD-08fd460-250718T121852-aarch64-linux",
2025-08-20T21:46:56.3259242Z     "HEAD-86c16cf-250721T195817-aarch64-linux",
2025-08-20T21:46:56.3259500Z     "HEAD-1a28d18-250723T210329-aarch64-linux",
2025-08-20T21:46:56.3259754Z     "HEAD-d89e615-250725T225248-aarch64-linux",
2025-08-20T21:46:56.3260005Z     "HEAD-e1c66a8-250728T133648-aarch64-linux",
2025-08-20T21:46:56.3260416Z     "HEAD-5de61f3-250730T202819-aarch64-linux",
2025-08-20T21:46:56.3260673Z     "HEAD-552dc60-250801T122207-aarch64-linux",
2025-08-20T21:46:56.3260930Z     "HEAD-5860e53-250806T185514-aarch64-linux",
2025-08-20T21:46:56.3261186Z     "HEAD-375fcf2-250808T214133-aarch64-linux",
2025-08-20T21:46:56.3261441Z     "HEAD-e97f853-250813T220348-aarch64-linux",
2025-08-20T21:46:56.3261696Z     "HEAD-b3056d0-250815T171448-aarch64-linux",
2025-08-20T21:46:56.3261948Z     "HEAD-a889c41-250818T215721-aarch64-linux"
2025-08-20T21:46:56.3262172Z   ]
2025-08-20T21:46:56.3262305Z }
2025-08-20T21:46:56.3262383Z 
2025-08-20T21:46:56.3262387Z 
2025-08-20T21:46:56.3262449Z {
2025-08-20T21:46:56.3262592Z   "_disabled": "false",
2025-08-20T21:46:56.3262786Z   "host": "aarch64-Linux",
2025-08-20T21:46:56.3262969Z   "rank": "",
2025-08-20T21:46:56.3263130Z   "pkg": "netbird.static",
2025-08-20T21:46:56.3263325Z   "pkg_family": "netbird",
2025-08-20T21:46:56.3263553Z   "pkg_id": "github.com.netbirdio.netbird.source",
2025-08-20T21:46:56.3263822Z   "pkg_name": "netbird-signal",
2025-08-20T21:46:56.3264024Z   "pkg_type": "static",
2025-08-20T21:46:56.3264446Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-signal",
2025-08-20T21:46:56.3264882Z   "app_id": "",
2025-08-20T21:46:56.3265043Z   "appstream": "",
2025-08-20T21:46:56.3265210Z   "category": [
2025-08-20T21:46:56.3265376Z     "ConsoleOnly",
2025-08-20T21:46:56.3265539Z     "Utility"
2025-08-20T21:46:56.3265686Z   ],
2025-08-20T21:46:56.3265855Z   "description": "Signal service for Netbird",
2025-08-20T21:46:56.3266097Z   "desktop": "",
2025-08-20T21:46:56.3266271Z   "homepage": [
2025-08-20T21:46:56.3266637Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3266897Z   ],
2025-08-20T21:46:56.3267484Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-signal?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-signal.png",
2025-08-20T21:46:56.3268410Z   "license": [
2025-08-20T21:46:56.3268571Z     "BSD-3-Clause"
2025-08-20T21:46:56.3268730Z   ],
2025-08-20T21:46:56.3268875Z   "maintainer": [
2025-08-20T21:46:56.3269073Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:46:56.3269308Z   ],
2025-08-20T21:46:56.3269450Z   "provides": [
2025-08-20T21:46:56.3269604Z     "netbird",
2025-08-20T21:46:56.3269758Z     "netbird-mgmt",
2025-08-20T21:46:56.3269928Z     "netbird-relay",
2025-08-20T21:46:56.3270102Z     "netbird-signal"
2025-08-20T21:46:56.3270266Z   ],
2025-08-20T21:46:56.3270402Z   "note": [
2025-08-20T21:46:56.3270840Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3271212Z   ],
2025-08-20T21:46:56.3271359Z   "repology": [
2025-08-20T21:46:56.3271516Z     "netbird"
2025-08-20T21:46:56.3271665Z   ],
2025-08-20T21:46:56.3271804Z   "screenshots": [],
2025-08-20T21:46:56.3271975Z   "src_url": [
2025-08-20T21:46:56.3272157Z     "https://github.com/netbirdio/netbird"
2025-08-20T21:46:56.3272379Z   ],
2025-08-20T21:46:56.3272516Z   "tag": [
2025-08-20T21:46:56.3272659Z     "mesh",
2025-08-20T21:46:56.3272914Z     "wireguard"
2025-08-20T21:46:56.3273067Z   ],
2025-08-20T21:46:56.3273228Z   "version": "HEAD-0d2845e-250820T190419",
2025-08-20T21:46:56.3273462Z   "version_upstream": "",
2025-08-20T21:46:56.3273769Z   "bsum": "74e56a9c094c876aafb3aaec02fbfe147d18ceb2c09ac488e594a5640ff3d45d",
2025-08-20T21:46:56.3274112Z   "build_date": "2025-08-20T21:46:47Z",
2025-08-20T21:46:56.3274435Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108534394",
2025-08-20T21:46:56.3274762Z   "build_id": "17108534394",
2025-08-20T21:46:56.3275417Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-signal?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-signal.log",
2025-08-20T21:46:56.3276319Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/netbird/static.official.source.yaml",
2025-08-20T21:46:56.3277367Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-signal?tag=HEAD-0d2845e-250820T190419-aarch64-linux&download=netbird-signal",
2025-08-20T21:46:56.3278559Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/netbird/official/source/netbird-signal:HEAD-0d2845e-250820T190419-aarch64-linux",
2025-08-20T21:46:56.3279197Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird-signal",
2025-08-20T21:46:56.3279955Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-signal?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest",
2025-08-20T21:46:56.3280696Z   "shasum": "8a7dcb7d4e894ff7b87b3cafde553ef130afeecdd37ebc046ef992905e32bfdb",
2025-08-20T21:46:56.3281037Z   "size": "18 MB",
2025-08-20T21:46:56.3281234Z   "size_raw": "18209624",
2025-08-20T21:46:56.3281417Z   "snapshots": [
2025-08-20T21:46:56.3281612Z     "HEAD-fd2a21c-250411T104359-aarch64-linux",
2025-08-20T21:46:56.3281870Z     "HEAD-0492c17-250527T171204-aarch64-linux",
2025-08-20T21:46:56.3282131Z     "HEAD-aa07b3b-250530T233802-aarch64-linux",
2025-08-20T21:46:56.3282393Z     "HEAD-07b220d-250602T221128-aarch64-linux",
2025-08-20T21:46:56.3282644Z     "HEAD-609654e-250604T181248-aarch64-linux",
2025-08-20T21:46:56.3282899Z     "HEAD-6d654ac-250611T223959-aarch64-linux",
2025-08-20T21:46:56.3283155Z     "HEAD-b1247a1-250614T122416-aarch64-linux",
2025-08-20T21:46:56.3283414Z     "HEAD-dd9917f-250616T210549-aarch64-linux",
2025-08-20T21:46:56.3283667Z     "HEAD-23b5d45-250618T185648-aarch64-linux",
2025-08-20T21:46:56.3283923Z     "HEAD-2a51609-250620T180719-aarch64-linux",
2025-08-20T21:46:56.3284184Z     "HEAD-f37aa2c-250623T100902-aarch64-linux",
2025-08-20T21:46:56.3284605Z     "HEAD-fbb1b55-250704T195227-aarch64-linux",
2025-08-20T21:46:56.3284877Z     "HEAD-8942c40-250706T151314-aarch64-linux",
2025-08-20T21:46:56.3285128Z     "HEAD-408f423-250709T221608-aarch64-linux",
2025-08-20T21:46:56.3285385Z     "HEAD-3e6eede-250712T111045-aarch64-linux",
2025-08-20T21:46:56.3285647Z     "HEAD-e49bcc3-250713T154248-aarch64-linux",
2025-08-20T21:46:56.3285900Z     "HEAD-4f74509-250716T150731-aarch64-linux",
2025-08-20T21:46:56.3286155Z     "HEAD-08fd460-250718T121852-aarch64-linux",
2025-08-20T21:46:56.3286408Z     "HEAD-86c16cf-250721T195817-aarch64-linux",
2025-08-20T21:46:56.3286660Z     "HEAD-1a28d18-250723T210329-aarch64-linux",
2025-08-20T21:46:56.3286916Z     "HEAD-d89e615-250725T225248-aarch64-linux",
2025-08-20T21:46:56.3287170Z     "HEAD-e1c66a8-250728T133648-aarch64-linux",
2025-08-20T21:46:56.3287425Z     "HEAD-5de61f3-250730T202819-aarch64-linux",
2025-08-20T21:46:56.3287994Z     "HEAD-552dc60-250801T122207-aarch64-linux",
2025-08-20T21:46:56.3288283Z     "HEAD-5860e53-250806T185514-aarch64-linux",
2025-08-20T21:46:56.3288543Z     "HEAD-375fcf2-250808T214133-aarch64-linux",
2025-08-20T21:46:56.3288799Z     "HEAD-e97f853-250813T220348-aarch64-linux",
2025-08-20T21:46:56.3289053Z     "HEAD-b3056d0-250815T171448-aarch64-linux",
2025-08-20T21:46:56.3289310Z     "HEAD-a889c41-250818T215721-aarch64-linux"
2025-08-20T21:46:56.3289532Z   ]
2025-08-20T21:46:56.3289763Z }
2025-08-20T21:46:56.3289842Z 
2025-08-20T21:46:56.3289845Z 
2025-08-20T21:46:56.4554234Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/netbird/official/source/netbird-mgmt:HEAD-0d2845e-250820T190419-aarch64-linux": ghcr.io/pkgforge/bincache/netbird/official/source/netbird-mgmt:HEAD-0d2845e-250820T190419-aarch64-linux: not found
2025-08-20T21:46:56.4570757Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/netbird/official/source/netbird-signal:HEAD-0d2845e-250820T190419-aarch64-linux": ghcr.io/pkgforge/bincache/netbird/official/source/netbird-signal:HEAD-0d2845e-250820T190419-aarch64-linux: not found
2025-08-20T21:46:56.4609310Z Uploading empty artifact
2025-08-20T21:46:56.4612406Z Uploading empty artifact
2025-08-20T21:46:56.4614121Z time=2025-08-20T21:46:56Z level=debug msg=Request #0
2025-08-20T21:46:56.4615434Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-mgmt/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.4616147Z > Request method: "HEAD"
2025-08-20T21:46:56.4616337Z > Request headers:
2025-08-20T21:46:56.4617227Z    "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-20T21:46:56.4618666Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.4618942Z time=2025-08-20T21:46:56Z level=debug msg=Request #0
2025-08-20T21:46:56.4619674Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-signal/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.4620357Z > Request method: "HEAD"
2025-08-20T21:46:56.4620544Z > Request headers:
2025-08-20T21:46:56.4621429Z    "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-20T21:46:56.4622367Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.4696528Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/netbird/official/source/netbird-relay:HEAD-0d2845e-250820T190419-aarch64-linux": ghcr.io/pkgforge/bincache/netbird/official/source/netbird-relay:HEAD-0d2845e-250820T190419-aarch64-linux: not found
2025-08-20T21:46:56.4740937Z Uploading empty artifact
2025-08-20T21:46:56.4744038Z time=2025-08-20T21:46:56Z level=debug msg=Request #0
2025-08-20T21:46:56.4744812Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-relay/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.4745498Z > Request method: "HEAD"
2025-08-20T21:46:56.4745686Z > Request headers:
2025-08-20T21:46:56.4745863Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.4746791Z    "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-20T21:46:56.4811573Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/netbird/official/source/netbird:HEAD-0d2845e-250820T190419-aarch64-linux": ghcr.io/pkgforge/bincache/netbird/official/source/netbird:HEAD-0d2845e-250820T190419-aarch64-linux: not found
2025-08-20T21:46:56.4856425Z Uploading empty artifact
2025-08-20T21:46:56.4860821Z time=2025-08-20T21:46:56Z level=debug msg=Request #0
2025-08-20T21:46:56.4861628Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.4862323Z > Request method: "HEAD"
2025-08-20T21:46:56.4862513Z > Request headers:
2025-08-20T21:46:56.4863710Z    "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-20T21:46:56.4864662Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.5004644Z time=2025-08-20T21:46:56Z level=debug msg=Response #0
2025-08-20T21:46:56.5005154Z < Response Status: "401 Unauthorized"
2025-08-20T21:46:56.5005500Z < Response headers:
2025-08-20T21:46:56.5005803Z    "Content-Type": "application/json"
2025-08-20T21:46:56.5006914Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/netbird/official/source/netbird-signal:pull\""
2025-08-20T21:46:56.5007573Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.5008460Z    "Content-Length": "73"
2025-08-20T21:46:56.5008803Z    "X-Github-Request-Id": "F408:CB7A2:3CF0E:4209C:68A64250"
2025-08-20T21:46:56.5009263Z time=2025-08-20T21:46:56Z level=debug msg=Response #0
2025-08-20T21:46:56.5009562Z < Response Status: "401 Unauthorized"
2025-08-20T21:46:56.5009783Z < Response headers:
2025-08-20T21:46:56.5009973Z    "Content-Type": "application/json"
2025-08-20T21:46:56.5010620Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/netbird/official/source/netbird-mgmt:pull\""
2025-08-20T21:46:56.5011169Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.5011398Z    "Content-Length": "73"
2025-08-20T21:46:56.5011647Z    "X-Github-Request-Id": "F400:32F7E1:38D61:3DE60:68A64250"
2025-08-20T21:46:56.5011953Z time=2025-08-20T21:46:56Z level=debug msg=Request #1
2025-08-20T21:46:56.5012543Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fnetbird%2Fofficial%2Fsource%2Fnetbird-mgmt%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:46:56.5013101Z > Request method: "GET"
2025-08-20T21:46:56.5013283Z > Request headers:
2025-08-20T21:46:56.5013462Z    "Authorization": "*****"
2025-08-20T21:46:56.5013663Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.5013898Z time=2025-08-20T21:46:56Z level=debug msg=Request #1
2025-08-20T21:46:56.5014496Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fnetbird%2Fofficial%2Fsource%2Fnetbird-signal%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:46:56.5015057Z > Request method: "GET"
2025-08-20T21:46:56.5015235Z > Request headers:
2025-08-20T21:46:56.5015412Z    "Authorization": "*****"
2025-08-20T21:46:56.5015673Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.5480622Z time=2025-08-20T21:46:56Z level=debug msg=Response #0
2025-08-20T21:46:56.5481024Z < Response Status: "401 Unauthorized"
2025-08-20T21:46:56.5481252Z < Response headers:
2025-08-20T21:46:56.5481444Z    "Content-Type": "application/json"
2025-08-20T21:46:56.5482379Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/netbird/official/source/netbird:pull\""
2025-08-20T21:46:56.5482977Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.5483209Z    "Content-Length": "73"
2025-08-20T21:46:56.5483453Z    "X-Github-Request-Id": "F40A:C7C27:3B073:401B0:68A64250"
2025-08-20T21:46:56.5483758Z time=2025-08-20T21:46:56Z level=debug msg=Request #1
2025-08-20T21:46:56.5484340Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fnetbird%2Fofficial%2Fsource%2Fnetbird%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:46:56.5485084Z > Request method: "GET"
2025-08-20T21:46:56.5485283Z > Request headers:
2025-08-20T21:46:56.5485463Z    "Authorization": "*****"
2025-08-20T21:46:56.5485667Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.5547924Z time=2025-08-20T21:46:56Z level=debug msg=Response #0
2025-08-20T21:46:56.5548247Z < Response Status: "401 Unauthorized"
2025-08-20T21:46:56.5548483Z < Response headers:
2025-08-20T21:46:56.5548669Z    "Content-Type": "application/json"
2025-08-20T21:46:56.5549529Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/netbird/official/source/netbird-relay:pull\""
2025-08-20T21:46:56.5550366Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.5550594Z    "Content-Length": "73"
2025-08-20T21:46:56.5550841Z    "X-Github-Request-Id": "F409:133C96:4237E:4756C:68A64250"
2025-08-20T21:46:56.5551145Z time=2025-08-20T21:46:56Z level=debug msg=Request #1
2025-08-20T21:46:56.5551749Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fnetbird%2Fofficial%2Fsource%2Fnetbird-relay%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:46:56.5552312Z > Request method: "GET"
2025-08-20T21:46:56.5552492Z > Request headers:
2025-08-20T21:46:56.5552667Z    "Authorization": "*****"
2025-08-20T21:46:56.5552871Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.5664960Z time=2025-08-20T21:46:56Z level=debug msg=Response #1
2025-08-20T21:46:56.5665592Z < Response Status: "200 OK"
2025-08-20T21:46:56.5665793Z < Response headers:
2025-08-20T21:46:56.5665998Z    "Content-Type": "application/json"
2025-08-20T21:46:56.5666272Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.5666696Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.5667042Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.5667269Z    "Content-Length": "69"
2025-08-20T21:46:56.5667514Z    "X-Github-Request-Id": "F408:CB7A2:3CF0F:420A3:68A64250"
2025-08-20T21:46:56.5667995Z time=2025-08-20T21:46:56Z level=debug msg=Request #2
2025-08-20T21:46:56.5668753Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-signal/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.5669441Z > Request method: "HEAD"
2025-08-20T21:46:56.5669627Z > Request headers:
2025-08-20T21:46:56.5670509Z    "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-20T21:46:56.5671457Z    "Authorization": "*****"
2025-08-20T21:46:56.5671658Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.5910495Z time=2025-08-20T21:46:56Z level=debug msg=Response #1
2025-08-20T21:46:56.5910829Z < Response Status: "200 OK"
2025-08-20T21:46:56.5911026Z < Response headers:
2025-08-20T21:46:56.5911219Z    "Content-Type": "application/json"
2025-08-20T21:46:56.5911516Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.5912291Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.5912656Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.5912886Z    "Content-Length": "69"
2025-08-20T21:46:56.5913135Z    "X-Github-Request-Id": "F400:32F7E1:38D63:3DE64:68A64250"
2025-08-20T21:46:56.5913451Z time=2025-08-20T21:46:56Z level=debug msg=Request #2
2025-08-20T21:46:56.5914179Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-mgmt/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.5914859Z > Request method: "HEAD"
2025-08-20T21:46:56.5915047Z > Request headers:
2025-08-20T21:46:56.5916040Z    "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-20T21:46:56.5917000Z    "Authorization": "*****"
2025-08-20T21:46:56.5917196Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.5999852Z time=2025-08-20T21:46:56Z level=debug msg=Response #1
2025-08-20T21:46:56.6000168Z < Response Status: "200 OK"
2025-08-20T21:46:56.6000367Z < Response headers:
2025-08-20T21:46:56.6000551Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6000795Z    "Content-Length": "69"
2025-08-20T21:46:56.6001418Z    "X-Github-Request-Id": "F40A:C7C27:3B07A:401BA:68A64250"
2025-08-20T21:46:56.6001704Z    "Content-Type": "application/json"
2025-08-20T21:46:56.6001976Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6002361Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6002736Z time=2025-08-20T21:46:56Z level=debug msg=Request #2
2025-08-20T21:46:56.6003456Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.6004134Z > Request method: "HEAD"
2025-08-20T21:46:56.6004321Z > Request headers:
2025-08-20T21:46:56.6005207Z    "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-20T21:46:56.6006286Z    "Authorization": "*****"
2025-08-20T21:46:56.6006492Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6119175Z time=2025-08-20T21:46:56Z level=debug msg=Response #1
2025-08-20T21:46:56.6119469Z < Response Status: "200 OK"
2025-08-20T21:46:56.6119667Z < Response headers:
2025-08-20T21:46:56.6119888Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6120282Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6120632Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6120880Z    "Content-Length": "69"
2025-08-20T21:46:56.6121137Z    "X-Github-Request-Id": "F409:133C96:42386:47578:68A64250"
2025-08-20T21:46:56.6121425Z    "Content-Type": "application/json"
2025-08-20T21:46:56.6121705Z time=2025-08-20T21:46:56Z level=debug msg=Request #2
2025-08-20T21:46:56.6122434Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-relay/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.6123130Z > Request method: "HEAD"
2025-08-20T21:46:56.6123318Z > Request headers:
2025-08-20T21:46:56.6124203Z    "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-20T21:46:56.6125157Z    "Authorization": "*****"
2025-08-20T21:46:56.6125359Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6133603Z time=2025-08-20T21:46:56Z level=debug msg=Response #2
2025-08-20T21:46:56.6134222Z < Response Status: "404 Not Found"
2025-08-20T21:46:56.6134468Z < Response headers:
2025-08-20T21:46:56.6134767Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6135116Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6135351Z    "Content-Length": "70"
2025-08-20T21:46:56.6135595Z    "X-Github-Request-Id": "F400:32F7E1:38D79:3DE78:68A64250"
2025-08-20T21:46:56.6135890Z    "Content-Type": "application/json"
2025-08-20T21:46:56.6136163Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6139821Z time=2025-08-20T21:46:56Z level=debug msg=Request #3
2025-08-20T21:46:56.6140566Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-mgmt/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6141228Z > Request method: "HEAD"
2025-08-20T21:46:56.6141717Z > Request headers:
2025-08-20T21:46:56.6141903Z    "Authorization": "*****"
2025-08-20T21:46:56.6142105Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6174019Z time=2025-08-20T21:46:56Z level=debug msg=Response #2
2025-08-20T21:46:56.6174422Z < Response Status: "404 Not Found"
2025-08-20T21:46:56.6174765Z < Response headers:
2025-08-20T21:46:56.6175030Z    "Content-Type": "application/json"
2025-08-20T21:46:56.6175414Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6176130Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6176550Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6176846Z    "Content-Length": "70"
2025-08-20T21:46:56.6177109Z    "X-Github-Request-Id": "F408:CB7A2:3CF21:420AF:68A64250"
2025-08-20T21:46:56.6177480Z time=2025-08-20T21:46:56Z level=debug msg=Request #3
2025-08-20T21:46:56.6178466Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-signal/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6179231Z > Request method: "HEAD"
2025-08-20T21:46:56.6179477Z > Request headers:
2025-08-20T21:46:56.6179913Z    "Authorization": "*****"
2025-08-20T21:46:56.6180300Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6206266Z time=2025-08-20T21:46:56Z level=debug msg=Response #2
2025-08-20T21:46:56.6206856Z < Response Status: "404 Not Found"
2025-08-20T21:46:56.6207108Z < Response headers:
2025-08-20T21:46:56.6207297Z    "Content-Type": "application/json"
2025-08-20T21:46:56.6207574Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6208083Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6208433Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6208660Z    "Content-Length": "70"
2025-08-20T21:46:56.6208905Z    "X-Github-Request-Id": "F40A:C7C27:3B086:401CA:68A64250"
2025-08-20T21:46:56.6209210Z time=2025-08-20T21:46:56Z level=debug msg=Request #3
2025-08-20T21:46:56.6209922Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6210575Z > Request method: "HEAD"
2025-08-20T21:46:56.6210763Z > Request headers:
2025-08-20T21:46:56.6210941Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6211147Z    "Authorization": "*****"
2025-08-20T21:46:56.6308129Z time=2025-08-20T21:46:56Z level=debug msg=Response #2
2025-08-20T21:46:56.6308425Z < Response Status: "404 Not Found"
2025-08-20T21:46:56.6308637Z < Response headers:
2025-08-20T21:46:56.6308925Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6309277Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6309502Z    "Content-Length": "70"
2025-08-20T21:46:56.6309752Z    "X-Github-Request-Id": "F409:133C96:42393:47587:68A64250"
2025-08-20T21:46:56.6310036Z    "Content-Type": "application/json"
2025-08-20T21:46:56.6310316Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6310965Z time=2025-08-20T21:46:56Z level=debug msg=Request #3
2025-08-20T21:46:56.6311718Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-relay/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6312379Z > Request method: "HEAD"
2025-08-20T21:46:56.6312573Z > Request headers:
2025-08-20T21:46:56.6312747Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6312952Z    "Authorization": "*****"
2025-08-20T21:46:56.6347884Z time=2025-08-20T21:46:56Z level=debug msg=Response #3
2025-08-20T21:46:56.6348244Z < Response Status: "200 OK"
2025-08-20T21:46:56.6348441Z < Response headers:
2025-08-20T21:46:56.6348753Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:46:56.6349234Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6349936Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6350234Z    "X-Github-Request-Id": "F400:32F7E1:38D81:3DE7F:68A64250"
2025-08-20T21:46:56.6350510Z    "Content-Length": "0"
2025-08-20T21:46:56.6350700Z    "Content-Type": ""
2025-08-20T21:46:56.6351072Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6351538Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6351842Z time=2025-08-20T21:46:56Z level=debug msg=Request #4
2025-08-20T21:46:56.6352599Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-mgmt/manifests/HEAD-0d2845e-250820T190419-aarch64-linux"
2025-08-20T21:46:56.6353169Z > Request method: "PUT"
2025-08-20T21:46:56.6353351Z > Request headers:
2025-08-20T21:46:56.6353529Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6353805Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:46:56.6354100Z    "Authorization": "*****"
2025-08-20T21:46:56.6362206Z time=2025-08-20T21:46:56Z level=debug msg=Response #3
2025-08-20T21:46:56.6362545Z < Response Status: "200 OK"
2025-08-20T21:46:56.6362740Z < Response headers:
2025-08-20T21:46:56.6362924Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6363198Z    "X-Github-Request-Id": "F40A:C7C27:3B08E:401D2:68A64250"
2025-08-20T21:46:56.6363471Z    "Content-Length": "0"
2025-08-20T21:46:56.6364261Z    "Content-Type": ""
2025-08-20T21:46:56.6364635Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6365096Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6365490Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:46:56.6365959Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6366334Z time=2025-08-20T21:46:56Z level=debug msg=Request #4
2025-08-20T21:46:56.6366923Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird/manifests/HEAD-0d2845e-250820T190419-aarch64-linux"
2025-08-20T21:46:56.6367476Z > Request method: "PUT"
2025-08-20T21:46:56.6367661Z > Request headers:
2025-08-20T21:46:56.6368225Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:46:56.6368527Z    "Authorization": "*****"
2025-08-20T21:46:56.6368724Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6457423Z time=2025-08-20T21:46:56Z level=debug msg=Response #3
2025-08-20T21:46:56.6457818Z < Response Status: "200 OK"
2025-08-20T21:46:56.6458022Z < Response headers:
2025-08-20T21:46:56.6458330Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:46:56.6458800Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6459145Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6459419Z    "X-Github-Request-Id": "F408:CB7A2:3CF2A:420C0:68A64250"
2025-08-20T21:46:56.6459688Z    "Content-Length": "0"
2025-08-20T21:46:56.6459888Z    "Content-Type": ""
2025-08-20T21:46:56.6460579Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6461051Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6470399Z time=2025-08-20T21:46:56Z level=debug msg=Request #4
2025-08-20T21:46:56.6471074Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-signal/manifests/HEAD-0d2845e-250820T190419-aarch64-linux"
2025-08-20T21:46:56.6471670Z > Request method: "PUT"
2025-08-20T21:46:56.6471859Z > Request headers:
2025-08-20T21:46:56.6472105Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:46:56.6472399Z    "Authorization": "*****"
2025-08-20T21:46:56.6472598Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.6569301Z time=2025-08-20T21:46:56Z level=debug msg=Response #3
2025-08-20T21:46:56.6569617Z < Response Status: "200 OK"
2025-08-20T21:46:56.6569815Z < Response headers:
2025-08-20T21:46:56.6570385Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.6570686Z    "X-Github-Request-Id": "F409:133C96:4239D:4758D:68A64250"
2025-08-20T21:46:56.6570962Z    "Content-Length": "0"
2025-08-20T21:46:56.6571152Z    "Content-Type": ""
2025-08-20T21:46:56.6571524Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:56.6571986Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.6572547Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:46:56.6573026Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.6573415Z time=2025-08-20T21:46:56Z level=debug msg=Request #4
2025-08-20T21:46:56.6574025Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/netbird/official/source/netbird-relay/manifests/HEAD-0d2845e-250820T190419-aarch64-linux"
2025-08-20T21:46:56.6574590Z > Request method: "PUT"
2025-08-20T21:46:56.6574785Z > Request headers:
2025-08-20T21:46:56.6575034Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:46:56.6575330Z    "Authorization": "*****"
2025-08-20T21:46:56.6575527Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:56.9052056Z time=2025-08-20T21:46:56Z level=debug msg=Response #4
2025-08-20T21:46:56.9052572Z < Response Status: "201 Created"
2025-08-20T21:46:56.9053481Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:46:56.9054019Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:46:56.9054402Z Digest: sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca
2025-08-20T21:46:56.9054765Z < Response headers:
2025-08-20T21:46:56.9054985Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.9055639Z    "Location": "/v2/pkgforge/bincache/netbird/official/source/netbird/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9056381Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.9056728Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.9056953Z    "Content-Length": "0"
2025-08-20T21:46:56.9057192Z    "X-Github-Request-Id": "F40A:C7C27:3B094:401D9:68A64250"
2025-08-20T21:46:56.9057471Z    "Content-Type": "application/json"
2025-08-20T21:46:56.9058098Z    "Docker-Content-Digest": "sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9740165Z time=2025-08-20T21:46:56Z level=debug msg=Response #4
2025-08-20T21:46:56.9740504Z < Response Status: "201 Created"
2025-08-20T21:46:56.9740714Z < Response headers:
2025-08-20T21:46:56.9740941Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.9741614Z    "Location": "/v2/pkgforge/bincache/netbird/official/source/netbird-relay/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9742371Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.9742985Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.9743224Z    "Content-Length": "0"
2025-08-20T21:46:56.9743494Z    "X-Github-Request-Id": "F409:133C96:423A3:47592:68A64250"
2025-08-20T21:46:56.9743780Z    "Content-Type": "application/json"
2025-08-20T21:46:56.9744204Z    "Docker-Content-Digest": "sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9744916Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird-relay:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:46:56.9745454Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:46:56.9745833Z Digest: sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca
2025-08-20T21:46:56.9875673Z time=2025-08-20T21:46:56Z level=debug msg=Response #4
2025-08-20T21:46:56.9876009Z < Response Status: "201 Created"
2025-08-20T21:46:56.9876222Z < Response headers:
2025-08-20T21:46:56.9876774Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.9877471Z    "Location": "/v2/pkgforge/bincache/netbird/official/source/netbird-mgmt/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9878357Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.9878717Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.9878943Z    "Content-Length": "0"
2025-08-20T21:46:56.9879343Z    "X-Github-Request-Id": "F400:32F7E1:38D87:3DE83:68A64250"
2025-08-20T21:46:56.9879630Z    "Content-Type": "application/json"
2025-08-20T21:46:56.9880042Z    "Docker-Content-Digest": "sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9880741Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird-mgmt:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:46:56.9881270Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:46:56.9881658Z Digest: sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca
2025-08-20T21:46:56.9994849Z time=2025-08-20T21:46:56Z level=debug msg=Response #4
2025-08-20T21:46:56.9995176Z < Response Status: "201 Created"
2025-08-20T21:46:56.9995410Z < Response headers:
2025-08-20T21:46:56.9995781Z    "Docker-Content-Digest": "sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9996591Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:56.9997279Z    "Location": "/v2/pkgforge/bincache/netbird/official/source/netbird-signal/manifests/sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca"
2025-08-20T21:46:56.9998132Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:56.9998491Z    "Date": "Wed, 20 Aug 2025 21:46:56 GMT"
2025-08-20T21:46:56.9998718Z    "Content-Length": "0"
2025-08-20T21:46:56.9998961Z    "X-Github-Request-Id": "F408:CB7A2:3CF34:420C6:68A64250"
2025-08-20T21:46:56.9999254Z    "Content-Type": "application/json"
2025-08-20T21:46:56.9999775Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird-signal:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:46:57.0000322Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:46:57.0000701Z Digest: sha256:6a6246b8e0a4be806cc86e8131cf02a511cf2d4b7ce5558a60f1df06626d0cca
2025-08-20T21:46:59.1163770Z Uploading 2c4ea45f0076 netbird
2025-08-20T21:46:59.1182939Z Uploading 6fb9cfee56ed netbird.sig
2025-08-20T21:46:59.1187819Z Uploading 227e0476bce6 CHECKSUM
2025-08-20T21:46:59.1235950Z Uploading c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:46:59.1354164Z Uploading a89e745d990e netbird-relay
2025-08-20T21:46:59.1383083Z Uploading 444f3dc6cc25 netbird-relay.sig
2025-08-20T21:46:59.1485826Z Uploading 227e0476bce6 CHECKSUM
2025-08-20T21:46:59.1500379Z Exists    0d96a4ff68ad LICENSE
2025-08-20T21:46:59.1537867Z Uploading c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:46:59.1703075Z Uploading eb9a402ee55e netbird-mgmt
2025-08-20T21:46:59.1734383Z Uploading 8a7dcb7d4e89 netbird-signal
2025-08-20T21:46:59.1743173Z Uploading c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:46:59.1754496Z Uploading c922ca07ed4f netbird-signal.sig
2025-08-20T21:46:59.1800351Z Exists    0d96a4ff68ad LICENSE
2025-08-20T21:46:59.1832855Z Uploading 13279130b46a netbird-mgmt.sig
2025-08-20T21:46:59.1916429Z Exists    0d96a4ff68ad LICENSE
2025-08-20T21:46:59.1932102Z Uploading c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:46:59.2000612Z Uploading 227e0476bce6 CHECKSUM
2025-08-20T21:46:59.2047319Z Exists    0d96a4ff68ad LICENSE
2025-08-20T21:46:59.2104214Z Uploading 33fc58ae5c40 LICENSE.sig
2025-08-20T21:46:59.2184449Z Uploading 33fc58ae5c40 LICENSE.sig
2025-08-20T21:46:59.2219575Z Uploading 33fc58ae5c40 LICENSE.sig
2025-08-20T21:46:59.2249371Z Uploading 33fc58ae5c40 LICENSE.sig
2025-08-20T21:46:59.2336225Z Uploading 227e0476bce6 CHECKSUM
2025-08-20T21:46:59.5903988Z Uploaded  227e0476bce6 CHECKSUM
2025-08-20T21:46:59.5966890Z Uploaded  227e0476bce6 CHECKSUM
2025-08-20T21:46:59.6072764Z Exists    0d8b34ec0fba SBUILD
2025-08-20T21:46:59.6183575Z Uploaded  c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:46:59.6234987Z Exists    0d8b34ec0fba SBUILD
2025-08-20T21:46:59.6381786Z Exists    11cf0313013e netbird-relay.png
2025-08-20T21:46:59.6408443Z Uploading d82e87d2c152 SBUILD.sig
2025-08-20T21:46:59.6618082Z Uploading 831fb8d3e7c9 netbird-mgmt.json
2025-08-20T21:46:59.6647939Z Uploaded  33fc58ae5c40 LICENSE.sig
2025-08-20T21:46:59.6750973Z Uploaded  227e0476bce6 CHECKSUM
2025-08-20T21:46:59.6795178Z Uploading d82e87d2c152 SBUILD.sig
2025-08-20T21:46:59.6836151Z Exists    11cf0313013e netbird-relay.png
2025-08-20T21:46:59.6935657Z Uploaded  33fc58ae5c40 LICENSE.sig
2025-08-20T21:46:59.7011125Z Uploading a168b3ca1c9b netbird-relay.json
2025-08-20T21:46:59.7051090Z Uploaded  c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:46:59.7180719Z Uploading d82e87d2c152 SBUILD.sig
2025-08-20T21:46:59.7343837Z Uploading f9ee00593434 netbird-relay.json.sig
2025-08-20T21:46:59.7934451Z Exists    0d8b34ec0fba SBUILD
2025-08-20T21:46:59.8291054Z Uploaded  33fc58ae5c40 LICENSE.sig
2025-08-20T21:46:59.8450662Z Exists    11cf0313013e netbird-relay.png
2025-08-20T21:46:59.8819609Z Exists    0d8b34ec0fba SBUILD
2025-08-20T21:46:59.8828186Z Uploading 30e679effed7 netbird-signal.json
2025-08-20T21:46:59.9087654Z Uploading d82e87d2c152 SBUILD.sig
2025-08-20T21:47:00.0694726Z Uploaded  227e0476bce6 CHECKSUM
2025-08-20T21:47:00.0762196Z Uploaded  6fb9cfee56ed netbird.sig
2025-08-20T21:47:00.0883488Z Uploaded  444f3dc6cc25 netbird-relay.sig
2025-08-20T21:47:00.0915009Z Exists    11cf0313013e netbird-relay.png
2025-08-20T21:47:00.1060300Z Uploading a25f8e2ae4a1 netbird.json
2025-08-20T21:47:00.1137946Z Uploading 8a814be194aa netbird.json.sig
2025-08-20T21:47:00.1156402Z Uploaded  c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:47:00.1201617Z Uploaded  c7e1e08519b1 CHECKSUM.sig
2025-08-20T21:47:00.1389203Z Uploading 7939e97a13f0 netbird.log
2025-08-20T21:47:00.1395382Z Uploading 50d6238e88ed netbird-signal.json.sig
2025-08-20T21:47:00.1421219Z Uploading 7939e97a13f0 netbird-relay.log
2025-08-20T21:47:00.1529880Z Uploaded  d82e87d2c152 SBUILD.sig
2025-08-20T21:47:00.1638605Z Uploaded  13279130b46a netbird-mgmt.sig
2025-08-20T21:47:00.1743215Z Uploading 7939e97a13f0 netbird-signal.log
2025-08-20T21:47:00.1755559Z Uploaded  33fc58ae5c40 LICENSE.sig
2025-08-20T21:47:00.1966952Z Uploaded  c922ca07ed4f netbird-signal.sig
2025-08-20T21:47:00.1995753Z Uploading 7939e97a13f0 netbird-mgmt.log
2025-08-20T21:47:00.2201038Z Uploading 5e9ce408a13e netbird-signal.log.sig
2025-08-20T21:47:00.2508905Z Uploading 54d8624a1861 netbird-mgmt.json.sig
2025-08-20T21:47:00.3096522Z Uploaded  d82e87d2c152 SBUILD.sig
2025-08-20T21:47:00.3371911Z Uploaded  8a7dcb7d4e89 netbird-signal
2025-08-20T21:47:00.3395622Z Uploading 4b6eaf59252f netbird.log.sig
2025-08-20T21:47:00.3849248Z Uploaded  a89e745d990e netbird-relay
2025-08-20T21:47:00.4111965Z Uploading 7793ae677172 netbird-signal.version
2025-08-20T21:47:00.4284059Z Uploading e43a627a1e92 netbird-relay.log.sig
2025-08-20T21:47:00.5041653Z Uploaded  eb9a402ee55e netbird-mgmt
2025-08-20T21:47:00.5316667Z Uploading ad537505e1f3 netbird-mgmt.log.sig
2025-08-20T21:47:00.6447952Z Uploaded  831fb8d3e7c9 netbird-mgmt.json
2025-08-20T21:47:00.6497628Z Uploaded  a168b3ca1c9b netbird-relay.json
2025-08-20T21:47:00.6617348Z Uploaded  d82e87d2c152 SBUILD.sig
2025-08-20T21:47:00.6664268Z Uploading 7793ae677172 netbird-mgmt.version
2025-08-20T21:47:00.6759563Z Uploading 7793ae677172 netbird-relay.version
2025-08-20T21:47:00.6814466Z Uploaded  d82e87d2c152 SBUILD.sig
2025-08-20T21:47:00.6829913Z Uploading 249e3a788d12 netbird-mgmt.version.sig
2025-08-20T21:47:00.7036970Z Uploaded  7939e97a13f0 netbird-relay.log
2025-08-20T21:47:00.7106668Z Uploading 249e3a788d12 netbird-relay.version.sig
2025-08-20T21:47:00.7663623Z Uploaded  f9ee00593434 netbird-relay.json.sig
2025-08-20T21:47:00.8500849Z Uploaded  2c4ea45f0076 netbird
2025-08-20T21:47:00.8734096Z Uploading 7793ae677172 netbird.version
2025-08-20T21:47:00.9031727Z Uploaded  30e679effed7 netbird-signal.json
2025-08-20T21:47:00.9335466Z Uploading 249e3a788d12 netbird-signal.version.sig
2025-08-20T21:47:01.0816934Z Uploaded  8a814be194aa netbird.json.sig
2025-08-20T21:47:01.0891123Z Uploaded  a25f8e2ae4a1 netbird.json
2025-08-20T21:47:01.1077153Z Uploading 1090ace77cdb netbird.version.sig
2025-08-20T21:47:01.1091937Z Uploaded  7793ae677172 netbird-relay.version
2025-08-20T21:47:01.1354050Z Uploaded  50d6238e88ed netbird-signal.json.sig
2025-08-20T21:47:01.1363947Z Uploaded  249e3a788d12 netbird-relay.version.sig
2025-08-20T21:47:01.1464990Z Uploaded  7793ae677172 netbird-mgmt.version
2025-08-20T21:47:01.1614350Z Uploaded  54d8624a1861 netbird-mgmt.json.sig
2025-08-20T21:47:01.1845589Z Uploaded  7939e97a13f0 netbird-mgmt.log
2025-08-20T21:47:01.2075160Z Uploaded  7939e97a13f0 netbird-signal.log
2025-08-20T21:47:01.2109418Z Uploaded  7939e97a13f0 netbird.log
2025-08-20T21:47:01.2278415Z Uploaded  5e9ce408a13e netbird-signal.log.sig
2025-08-20T21:47:01.2508961Z Uploaded  7793ae677172 netbird.version
2025-08-20T21:47:01.3054012Z Uploaded  7793ae677172 netbird-signal.version
2025-08-20T21:47:01.3333653Z Uploaded  4b6eaf59252f netbird.log.sig
2025-08-20T21:47:01.3347002Z Uploaded  249e3a788d12 netbird-signal.version.sig
2025-08-20T21:47:01.3347318Z Uploading 76b9e9778b2e netbird-signal
2025-08-20T21:47:01.3966363Z Uploaded  e43a627a1e92 netbird-relay.log.sig
2025-08-20T21:47:01.3966982Z Uploading 7b7492e5c661 netbird-relay
2025-08-20T21:47:01.5246472Z Uploaded  ad537505e1f3 netbird-mgmt.log.sig
2025-08-20T21:47:01.6224346Z Uploaded  249e3a788d12 netbird-mgmt.version.sig
2025-08-20T21:47:01.6224675Z Uploading 1fe2a402e45c netbird-mgmt
2025-08-20T21:47:01.9269481Z Skipped   11cf0313013e netbird-signal.png
2025-08-20T21:47:01.9269796Z Skipped   11cf0313013e netbird.png
2025-08-20T21:47:01.9270028Z Skipped   11cf0313013e netbird-mgmt.png
2025-08-20T21:47:01.9270263Z Uploaded  1fe2a402e45c netbird-mgmt
2025-08-20T21:47:01.9270797Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird-mgmt:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:01.9271342Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:47:01.9271719Z Digest: sha256:1fe2a402e45c2bf5eb20300bf2717518fb6c33b86e46248cf28c721ac3bc40a7
2025-08-20T21:47:02.0538038Z Uploaded  1090ace77cdb netbird.version.sig
2025-08-20T21:47:02.0538353Z Uploading 492b687b6f74 netbird
2025-08-20T21:47:02.1036480Z Skipped   11cf0313013e netbird-signal.png
2025-08-20T21:47:02.1036828Z Skipped   11cf0313013e netbird.png
2025-08-20T21:47:02.1037099Z Skipped   11cf0313013e netbird-mgmt.png
2025-08-20T21:47:02.1037337Z Uploaded  7b7492e5c661 netbird-relay
2025-08-20T21:47:02.1037962Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird-relay:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:02.1038511Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:47:02.1038892Z Digest: sha256:7b7492e5c661d0843ebaf03bba64873e47df06e27a2d852b319c20359b908a0d
2025-08-20T21:47:02.1319212Z Skipped   11cf0313013e netbird-signal.png
2025-08-20T21:47:02.1319820Z Skipped   11cf0313013e netbird.png
2025-08-20T21:47:02.1320068Z Skipped   11cf0313013e netbird-mgmt.png
2025-08-20T21:47:02.1320310Z Uploaded  76b9e9778b2e netbird-signal
2025-08-20T21:47:02.1320827Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird-signal:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:02.1321377Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:47:02.1321777Z Digest: sha256:76b9e9778b2ed0a249627efbb846a033653d64eaf37a649c2ba1f7060784f71c
2025-08-20T21:47:02.3424766Z Skipped   11cf0313013e netbird-signal.png
2025-08-20T21:47:02.3425088Z Skipped   11cf0313013e netbird.png
2025-08-20T21:47:02.3425319Z Skipped   11cf0313013e netbird-mgmt.png
2025-08-20T21:47:02.3425550Z Uploaded  492b687b6f74 netbird
2025-08-20T21:47:02.3426021Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:02.3426875Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:47:02.3427321Z Digest: sha256:492b687b6f7431e43a7a7c67a2d7ea169ed67077781da60a44a40b347669555e
2025-08-20T21:47:07.0728777Z 
2025-08-20T21:47:07.0729393Z [+] Registry --> https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird-mgmt
2025-08-20T21:47:07.0730165Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-mgmt?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest 
2025-08-20T21:47:07.0730926Z 
2025-08-20T21:47:07.2488714Z 
2025-08-20T21:47:07.2489337Z [+] Registry --> https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird-relay
2025-08-20T21:47:07.2490130Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-relay?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest 
2025-08-20T21:47:07.2490639Z 
2025-08-20T21:47:07.2952868Z 
2025-08-20T21:47:07.2953669Z [+] Registry --> https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird-signal
2025-08-20T21:47:07.2954517Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird-signal?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest 
2025-08-20T21:47:07.2955034Z 
2025-08-20T21:47:07.4795096Z 
2025-08-20T21:47:07.4795668Z [+] Registry --> https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:07.4796403Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/netbird/official/source/netbird?tag=HEAD-0d2845e-250820T190419-aarch64-linux&manifest 
2025-08-20T21:47:07.4797171Z 
2025-08-20T21:47:09.3648937Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:47:10.7759291Z ./BUILD_ARTIFACTS.tar : 30.71%   (   275 MiB =>   84.6 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:47:10.8273596Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:47:10.8311784Z 
2025-08-20T21:47:10.8312828Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml :: 00(Hr):04(Min):37(Sec)
2025-08-20T21:47:10.8313501Z 
2025-08-20T21:47:10.8325115Z 
2025-08-20T21:47:10.8325458Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:47:10 PM) UTC
2025-08-20T21:47:10.8325714Z 
2025-08-20T21:47:11.7706859Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:47:11.7757457Z ##[group]Run ##Presets
2025-08-20T21:47:11.7758108Z [36;1m##Presets[0m
2025-08-20T21:47:11.7758309Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:11.7758496Z [36;1m#-------------#[0m
2025-08-20T21:47:11.7758685Z [36;1m##Debug?[0m
2025-08-20T21:47:11.7758904Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:11.7759175Z [36;1m  set -x[0m
2025-08-20T21:47:11.7759335Z [36;1mfi[0m
2025-08-20T21:47:11.7759490Z [36;1m#-------------#[0m
2025-08-20T21:47:11.7759673Z [36;1m##Set ENV[0m
2025-08-20T21:47:11.7759885Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:47:11.7760354Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-0d2845e-250820T190419-aarch64-linux"[0m
2025-08-20T21:47:11.7760867Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-0d2845e-250820T190419-aarch64-linux"[0m
2025-08-20T21:47:11.7761441Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394"[0m
2025-08-20T21:47:11.7761945Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:47:11.7762323Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:47:11.7762758Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:47:11.7763074Z [36;1m fi[0m
2025-08-20T21:47:11.7763225Z [36;1m##Push[0m
2025-08-20T21:47:11.7763427Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:47:11.7763684Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:47:11.7764033Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:47:11.7764486Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:47:11.7764904Z [36;1m     ls -sh "/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:47:11.7765227Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:47:11.7765423Z [36;1m       {[0m
2025-08-20T21:47:11.7765598Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:47:11.7765921Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:47:11.7766625Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:47:11.7767038Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:47:11.7767554Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-0d2845e-250820T190419-aarch64-linux")[0m
2025-08-20T21:47:11.7768399Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108534394")[0m
2025-08-20T21:47:11.7768964Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108534394")[0m
2025-08-20T21:47:11.7769665Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/netbird/official/source/netbird:HEAD-0d2845e-250820T190419-aarch64-linux")[0m
2025-08-20T21:47:11.7770519Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:46:40Z")[0m
2025-08-20T21:47:11.7771000Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-0d2845e-250820T190419")[0m
2025-08-20T21:47:11.7771496Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:46:40Z")[0m
2025-08-20T21:47:11.7772178Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/netbird/official/source/netbird")[0m
2025-08-20T21:47:11.7772838Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:47:11.7773343Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-0d2845e-250820T190419")[0m
2025-08-20T21:47:11.7774104Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-0d2845e-250820T190419")[0m
2025-08-20T21:47:11.7774887Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay")[0m
2025-08-20T21:47:11.7775622Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-netbird")[0m
2025-08-20T21:47:11.7776162Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/netbirdio/netbird")[0m
2025-08-20T21:47:11.7776678Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:47:11.7777175Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-0d2845e-250820T190419")[0m
2025-08-20T21:47:11.7777639Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:47:11.7778229Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:47:11.7778650Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:47:11.7778885Z [36;1m         #Check[0m
2025-08-20T21:47:11.7779441Z [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-20T21:46:40Z" ]]; then[0m
2025-08-20T21:47:11.7780139Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:47:11.7780473Z [36;1m            break[0m
2025-08-20T21:47:11.7780662Z [36;1m          else[0m
2025-08-20T21:47:11.7781046Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:47:11.7781451Z [36;1m          fi[0m
2025-08-20T21:47:11.7781653Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:47:11.7781889Z [36;1m        done[0m
2025-08-20T21:47:11.7782067Z [36;1m       }[0m
2025-08-20T21:47:11.7782250Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:47:11.7782478Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:47:11.7783037Z [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-20T21:46:40Z" ]]; then[0m
2025-08-20T21:47:11.7783977Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:47:11.7784365Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:47:11.7784603Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:47:11.7785167Z [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-20T21:46:40Z" ]]; then[0m
2025-08-20T21:47:11.7785882Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:47:11.7786366Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:47:11.7786844Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:47:11.7787064Z [36;1m           fi[0m
2025-08-20T21:47:11.7787232Z [36;1m       fi[0m
2025-08-20T21:47:11.7787397Z [36;1m   fi[0m
2025-08-20T21:47:11.7787554Z [36;1m fi[0m
2025-08-20T21:47:11.7787871Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:47:11.8043167Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:11.8043395Z env:
2025-08-20T21:47:11.8043564Z   CROSS_COMPILING: NO
2025-08-20T21:47:11.8043755Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:11.8044000Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:11.8044195Z   ON_QEMU: NO
2025-08-20T21:47:11.8044351Z   DEBUG: 0
2025-08-20T21:47:11.8044515Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:11.8044724Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:11.8045320Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:11.8045638Z   KEEP_LOGS: YES
2025-08-20T21:47:11.8045818Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:11.8046010Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:11.8046206Z   SBUILD_REBUILD: false
2025-08-20T21:47:11.8046719Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:11.8047252Z   BUILD_SYS: docker://go
2025-08-20T21:47:11.8047441Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:11.8047619Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:11.8048053Z   SYSTMP: /tmp
2025-08-20T21:47:11.8048223Z   GHA_MODE: MATRIX
2025-08-20T21:47:11.8048619Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:11.8049101Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:11.8049399Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:11.8049763Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:11.8050217Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:11.8050576Z   PKG_TYPE: static
2025-08-20T21:47:11.8050753Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:11.8050960Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:11.8051315Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:11.8051652Z   BUILD_ID: 17108534394
2025-08-20T21:47:11.8051838Z   PKG_NAME: netbird-relay
2025-08-20T21:47:11.8052036Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:11.8052255Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:11.8052493Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:11.8052795Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:11.8053158Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:11.8053632Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:11.8054104Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:11.8054367Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:11.8054827Z   GHCR_TOKEN: ***
2025-08-20T21:47:11.8055403Z   GITHUB_TOKEN: ***
2025-08-20T21:47:11.8055615Z   GITLAB_TOKEN: ***
2025-08-20T21:47:11.8056717Z   MINISIGN_KEY: ***
2025-08-20T21:47:11.8056889Z ##[endgroup]
2025-08-20T21:47:11.8128486Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:47:11.8136949Z 85M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:47:11.8148717Z total 138M
2025-08-20T21:47:11.8148891Z 4.0K CHECKSUM
2025-08-20T21:47:11.8149051Z 4.0K CHECKSUM.sig
2025-08-20T21:47:11.8149211Z  36K LICENSE
2025-08-20T21:47:11.8149368Z 4.0K LICENSE.sig
2025-08-20T21:47:11.8149527Z 8.0K SBUILD
2025-08-20T21:47:11.8149678Z 4.0K SBUILD.sig
2025-08-20T21:47:11.8149838Z 4.0K SBUILD_TEMP
2025-08-20T21:47:11.8149996Z  35M netbird
2025-08-20T21:47:11.8150149Z  46M netbird-mgmt
2025-08-20T21:47:11.8150337Z 4.0K netbird-mgmt.json
2025-08-20T21:47:11.8150524Z 4.0K netbird-mgmt.json.sig
2025-08-20T21:47:11.8150718Z 3.5M netbird-mgmt.log
2025-08-20T21:47:11.8151209Z 4.0K netbird-mgmt.log.sig
2025-08-20T21:47:11.8151403Z  40K netbird-mgmt.png
2025-08-20T21:47:11.8151589Z 4.0K netbird-mgmt.sig
2025-08-20T21:47:11.8151772Z 4.0K netbird-mgmt.version
2025-08-20T21:47:11.8151971Z 4.0K netbird-mgmt.version.sig
2025-08-20T21:47:11.8152171Z  23M netbird-relay
2025-08-20T21:47:11.8152340Z 4.0K netbird-relay.json
2025-08-20T21:47:11.8152529Z 4.0K netbird-relay.json.sig
2025-08-20T21:47:11.8152728Z 3.5M netbird-relay.log
2025-08-20T21:47:11.8152913Z 4.0K netbird-relay.log.sig
2025-08-20T21:47:11.8153108Z  40K netbird-relay.png
2025-08-20T21:47:11.8153289Z 4.0K netbird-relay.sig
2025-08-20T21:47:11.8153469Z 4.0K netbird-relay.version
2025-08-20T21:47:11.8153672Z 4.0K netbird-relay.version.sig
2025-08-20T21:47:11.8153879Z  18M netbird-signal
2025-08-20T21:47:11.8154058Z 4.0K netbird-signal.json
2025-08-20T21:47:11.8154427Z 4.0K netbird-signal.json.sig
2025-08-20T21:47:11.8154655Z 3.5M netbird-signal.log
2025-08-20T21:47:11.8154848Z 4.0K netbird-signal.log.sig
2025-08-20T21:47:11.8155052Z  40K netbird-signal.png
2025-08-20T21:47:11.8155235Z 4.0K netbird-signal.sig
2025-08-20T21:47:11.8155428Z 4.0K netbird-signal.version
2025-08-20T21:47:11.8155637Z 4.0K netbird-signal.version.sig
2025-08-20T21:47:11.8155840Z 4.0K netbird.json
2025-08-20T21:47:11.8156003Z 4.0K netbird.json.sig
2025-08-20T21:47:11.8156177Z 3.5M netbird.log
2025-08-20T21:47:11.8156343Z 4.0K netbird.log.sig
2025-08-20T21:47:11.8156516Z  40K netbird.png
2025-08-20T21:47:11.8156679Z 4.0K netbird.sig
2025-08-20T21:47:11.8156850Z 3.5M netbird.static.log
2025-08-20T21:47:11.8157042Z 4.0K netbird.static.version
2025-08-20T21:47:11.8157248Z 4.0K netbird.static.version.sig
2025-08-20T21:47:11.8157452Z 4.0K netbird.version
2025-08-20T21:47:11.8157631Z 4.0K netbird.version.sig
2025-08-20T21:47:12.0449429Z Uploading 399c6fb9610d BUILD_ARTIFACTS.zstd
2025-08-20T21:47:13.6907095Z Uploaded  399c6fb9610d BUILD_ARTIFACTS.zstd
2025-08-20T21:47:13.6908038Z Uploading b4b62cc9b637 SRCBUILD-netbird
2025-08-20T21:47:14.0355358Z Uploaded  b4b62cc9b637 SRCBUILD-netbird
2025-08-20T21:47:14.0365678Z Pushed [registry] ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394:HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:14.0366346Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:47:14.0366733Z Digest: sha256:b4b62cc9b637e59a36257af6766fecb08a8aaec04552cd91cf120d63b2cd7d0b
2025-08-20T21:47:19.2479319Z 
2025-08-20T21:47:19.2480159Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:19.2480608Z 
2025-08-20T21:47:19.4021306Z ##[group]Run ##Presets
2025-08-20T21:47:19.4021568Z [36;1m##Presets[0m
2025-08-20T21:47:19.4021748Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:19.4021934Z [36;1m#-------------#[0m
2025-08-20T21:47:19.4022114Z [36;1m##Debug?[0m
2025-08-20T21:47:19.4022330Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:19.4022597Z [36;1m  set -x[0m
2025-08-20T21:47:19.4022777Z [36;1mfi[0m
2025-08-20T21:47:19.4022933Z [36;1m#-------------#[0m
2025-08-20T21:47:19.4023345Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:47:19.4023648Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:47:19.4056022Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:19.4056318Z env:
2025-08-20T21:47:19.4056479Z   CROSS_COMPILING: NO
2025-08-20T21:47:19.4056672Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:19.4056880Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:19.4057076Z   ON_QEMU: NO
2025-08-20T21:47:19.4057481Z   DEBUG: 0
2025-08-20T21:47:19.4057696Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:19.4058074Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:19.4058365Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:19.4058658Z   KEEP_LOGS: YES
2025-08-20T21:47:19.4058825Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:19.4059017Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:19.4059424Z   SBUILD_REBUILD: false
2025-08-20T21:47:19.4059935Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:19.4060475Z   BUILD_SYS: docker://go
2025-08-20T21:47:19.4060663Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:19.4060842Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:19.4061018Z   SYSTMP: /tmp
2025-08-20T21:47:19.4061178Z   GHA_MODE: MATRIX
2025-08-20T21:47:19.4061574Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:19.4062060Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:19.4062359Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:19.4062718Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:19.4063172Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:19.4063525Z   PKG_TYPE: static
2025-08-20T21:47:19.4063706Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:19.4063917Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:19.4064270Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:19.4064611Z   BUILD_ID: 17108534394
2025-08-20T21:47:19.4064796Z   PKG_NAME: netbird-relay
2025-08-20T21:47:19.4064994Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:19.4065212Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:19.4065451Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:19.4065762Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:19.4066124Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:19.4066597Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:19.4067064Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:19.4067322Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:19.4067581Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:19.4068306Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:19.4068735Z ##[endgroup]
2025-08-20T21:47:19.4210261Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:47:19.4210603Z with:
2025-08-20T21:47:19.4210790Z   name: Bincache_netbird_aarch64-Linux
2025-08-20T21:47:19.4211060Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:47:19.4211316Z   compression-level: 0
2025-08-20T21:47:19.4211505Z   retention-days: 30
2025-08-20T21:47:19.4211683Z   overwrite: true
2025-08-20T21:47:19.4211864Z   if-no-files-found: warn
2025-08-20T21:47:19.4212067Z   include-hidden-files: false
2025-08-20T21:47:19.4212334Z env:
2025-08-20T21:47:19.4212490Z   CROSS_COMPILING: NO
2025-08-20T21:47:19.4212679Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:19.4212890Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:19.4213089Z   ON_QEMU: NO
2025-08-20T21:47:19.4213261Z   DEBUG: 0
2025-08-20T21:47:19.4213423Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:19.4213632Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:19.4214189Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:19.4214529Z   KEEP_LOGS: YES
2025-08-20T21:47:19.4214702Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:19.4214894Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:19.4215089Z   SBUILD_REBUILD: false
2025-08-20T21:47:19.4215596Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:19.4216127Z   BUILD_SYS: docker://go
2025-08-20T21:47:19.4216317Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:19.4216499Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:19.4216678Z   SYSTMP: /tmp
2025-08-20T21:47:19.4216843Z   GHA_MODE: MATRIX
2025-08-20T21:47:19.4217282Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:19.4218165Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:19.4218467Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:19.4218837Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:19.4219294Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:19.4219649Z   PKG_TYPE: static
2025-08-20T21:47:19.4219823Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:19.4220032Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:19.4220389Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:19.4220732Z   BUILD_ID: 17108534394
2025-08-20T21:47:19.4220916Z   PKG_NAME: netbird-relay
2025-08-20T21:47:19.4221113Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:19.4221333Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:19.4221575Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:19.4221882Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:19.4222252Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:19.4222729Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:19.4223204Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:19.4223463Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:19.4223723Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:19.4224217Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:19.4224649Z   UTC_TIME: 2025_08_20T09_47_19_PM
2025-08-20T21:47:19.4224853Z ##[endgroup]
2025-08-20T21:47:20.1155565Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:47:20.1161006Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:47:20.1161430Z With the provided path, there will be 2 files uploaded
2025-08-20T21:47:20.3426254Z Artifact name is valid!
2025-08-20T21:47:20.3430740Z Root directory input is valid!
2025-08-20T21:47:20.3991717Z Beginning upload of artifact content to blob storage
2025-08-20T21:47:20.8543662Z Uploaded bytes 8388608
2025-08-20T21:47:20.8753275Z Uploaded bytes 16777216
2025-08-20T21:47:20.9256829Z Uploaded bytes 25165824
2025-08-20T21:47:20.9811192Z Uploaded bytes 33554432
2025-08-20T21:47:21.1639085Z Uploaded bytes 41943040
2025-08-20T21:47:21.1734881Z Uploaded bytes 50331648
2025-08-20T21:47:21.1837917Z Uploaded bytes 58720256
2025-08-20T21:47:21.1963303Z Uploaded bytes 67108864
2025-08-20T21:47:21.3191316Z Uploaded bytes 75497472
2025-08-20T21:47:21.3754160Z Uploaded bytes 83886080
2025-08-20T21:47:21.3974418Z Uploaded bytes 92274688
2025-08-20T21:47:21.4254729Z Uploaded bytes 92621711
2025-08-20T21:47:21.4481478Z Finished uploading artifact content to blob storage!
2025-08-20T21:47:21.4496972Z SHA256 digest of uploaded artifact zip is 27e5e7acf1f90383fcc07b88212d8eec4e039f49ee355023788cfdcf15749893
2025-08-20T21:47:21.4497469Z Finalizing artifact upload
2025-08-20T21:47:21.5355070Z Artifact Bincache_netbird_aarch64-Linux.zip successfully finalized. Artifact ID 3813534448
2025-08-20T21:47:21.5355793Z Artifact Bincache_netbird_aarch64-Linux has been successfully uploaded! Final size is 92621711 bytes. Artifact ID is 3813534448
2025-08-20T21:47:21.5373616Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108534394/artifacts/3813534448
2025-08-20T21:47:21.5638129Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:47:21.5638499Z with:
2025-08-20T21:47:21.5638789Z   subject-name: netbird-17108534394-HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:21.5639597Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:47:21.5640283Z   show-summary: true
2025-08-20T21:47:21.5640723Z   push-to-registry: false
2025-08-20T21:47:21.5641111Z   github-token: ***
2025-08-20T21:47:21.5641288Z env:
2025-08-20T21:47:21.5641451Z   CROSS_COMPILING: NO
2025-08-20T21:47:21.5641647Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:21.5641864Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:21.5642068Z   ON_QEMU: NO
2025-08-20T21:47:21.5642226Z   DEBUG: 0
2025-08-20T21:47:21.5642396Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:21.5642615Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:21.5642937Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:21.5643245Z   KEEP_LOGS: YES
2025-08-20T21:47:21.5643423Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:21.5643624Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:21.5643828Z   SBUILD_REBUILD: false
2025-08-20T21:47:21.5644332Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:21.5644874Z   BUILD_SYS: docker://go
2025-08-20T21:47:21.5645077Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:21.5645267Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:21.5645460Z   SYSTMP: /tmp
2025-08-20T21:47:21.5645629Z   GHA_MODE: MATRIX
2025-08-20T21:47:21.5646034Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:21.5646521Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:21.5646830Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:21.5647205Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:21.5647667Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:21.5648342Z   PKG_TYPE: static
2025-08-20T21:47:21.5648533Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:21.5648750Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:21.5649112Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:21.5649463Z   BUILD_ID: 17108534394
2025-08-20T21:47:21.5649657Z   PKG_NAME: netbird-relay
2025-08-20T21:47:21.5649864Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:21.5650090Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:21.5650334Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:21.5650642Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:21.5651013Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:21.5651492Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:21.5651970Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:21.5652232Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:21.5652494Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:21.5652990Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:21.5653424Z   UTC_TIME: 2025_08_20T09_47_19_PM
2025-08-20T21:47:21.5653639Z ##[endgroup]
2025-08-20T21:47:21.5735818Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:47:21.5736452Z env:
2025-08-20T21:47:21.5736617Z   CROSS_COMPILING: NO
2025-08-20T21:47:21.5736812Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:21.5737032Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:21.5737232Z   ON_QEMU: NO
2025-08-20T21:47:21.5737391Z   DEBUG: 0
2025-08-20T21:47:21.5737941Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:21.5738216Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:21.5738516Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:21.5738817Z   KEEP_LOGS: YES
2025-08-20T21:47:21.5738990Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:21.5739188Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:21.5739390Z   SBUILD_REBUILD: false
2025-08-20T21:47:21.5739894Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:21.5740569Z   BUILD_SYS: docker://go
2025-08-20T21:47:21.5740762Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:21.5740950Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:21.5741131Z   SYSTMP: /tmp
2025-08-20T21:47:21.5741296Z   GHA_MODE: MATRIX
2025-08-20T21:47:21.5741695Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:21.5742189Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:21.5742495Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:21.5742859Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:21.5743317Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:21.5743677Z   PKG_TYPE: static
2025-08-20T21:47:21.5743857Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:21.5744070Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:21.5744435Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:21.5744778Z   BUILD_ID: 17108534394
2025-08-20T21:47:21.5744973Z   PKG_NAME: netbird-relay
2025-08-20T21:47:21.5745176Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:21.5745403Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:21.5745650Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:21.5745961Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:21.5746343Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:21.5746819Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:21.5747295Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:21.5747559Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:21.5747995Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:21.5748508Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:21.5748948Z   UTC_TIME: 2025_08_20T09_47_19_PM
2025-08-20T21:47:21.5749165Z ##[endgroup]
2025-08-20T21:47:22.0054825Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:47:22.0055235Z with:
2025-08-20T21:47:22.0055863Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:47:22.0056705Z   subject-name: netbird-17108534394-HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:22.0057102Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:47:22.0059798Z   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/17108534394/attempts/1"}}}
2025-08-20T21:47:22.0062710Z   push-to-registry: false
2025-08-20T21:47:22.0062933Z   show-summary: true
2025-08-20T21:47:22.0063369Z   github-token: ***
2025-08-20T21:47:22.0063549Z env:
2025-08-20T21:47:22.0063708Z   CROSS_COMPILING: NO
2025-08-20T21:47:22.0063907Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:22.0064128Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:22.0064336Z   ON_QEMU: NO
2025-08-20T21:47:22.0064499Z   DEBUG: 0
2025-08-20T21:47:22.0064665Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:22.0065027Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:22.0065323Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:22.0065633Z   KEEP_LOGS: YES
2025-08-20T21:47:22.0065813Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:22.0066015Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:22.0066220Z   SBUILD_REBUILD: false
2025-08-20T21:47:22.0066730Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:22.0067272Z   BUILD_SYS: docker://go
2025-08-20T21:47:22.0067471Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:22.0067659Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:22.0068003Z   SYSTMP: /tmp
2025-08-20T21:47:22.0068180Z   GHA_MODE: MATRIX
2025-08-20T21:47:22.0068585Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:22.0069077Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:22.0069388Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:22.0069756Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:22.0070221Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:22.0070591Z   PKG_TYPE: static
2025-08-20T21:47:22.0070772Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:22.0070993Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:22.0071395Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:22.0071743Z   BUILD_ID: 17108534394
2025-08-20T21:47:22.0071939Z   PKG_NAME: netbird-relay
2025-08-20T21:47:22.0072143Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:22.0072374Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:22.0072621Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:22.0072932Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:22.0073307Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:22.0073792Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:22.0074275Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:22.0074548Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:22.0074814Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:22.0075329Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:22.0075769Z   UTC_TIME: 2025_08_20T09_47_19_PM
2025-08-20T21:47:22.0075980Z ##[endgroup]
2025-08-20T21:47:23.7724399Z Attestation created for 33 subjects
2025-08-20T21:47:23.7731405Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:47:23.7731917Z -----BEGIN CERTIFICATE-----
2025-08-20T21:47:23.7732264Z MIIG7zCCBnWgAwIBAgIUODuHkOa0rUMXpu69o5fSm4d6K8EwCgYIKoZIzj0EAwMw
2025-08-20T21:47:23.7732732Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:47:23.7733239Z cm1lZGlhdGUwHhcNMjUwODIwMjE0NzIyWhcNMjUwODIwMjE1NzIyWjAAMFkwEwYH
2025-08-20T21:47:23.7734029Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEMs/aoc4WBlqJUApHgKcxjh8/gusQSBguwQLW
2025-08-20T21:47:23.7734458Z iIUYTAWZTe15K4mlEW/FwWpOoeZDNvf2aXwIsiPsJr87zh8AoaOCBZQwggWQMA4G
2025-08-20T21:47:23.7734902Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU1huI
2025-08-20T21:47:23.7735348Z tM4lU63g/8R7BF1x5orFrCMwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:47:23.7736022Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:47:23.7736477Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:47:23.7736934Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:47:23.7737378Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:47:23.7738015Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:47:23.7738475Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:47:23.7739084Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:47:23.7739557Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:47:23.7740015Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:47:23.7740464Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:47:23.7740919Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:47:23.7741381Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:47:23.7741830Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:47:23.7742281Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:47:23.7742747Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:47:23.7743212Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:47:23.7743680Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:47:23.7744143Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:47:23.7744601Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:47:23.7745057Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:47:23.7745518Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:47:23.7745990Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:47:23.7746459Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:47:23.7746917Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4NTM0Mzk0L2F0
2025-08-20T21:47:23.7747381Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:47:23.7748075Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJc3F6
2025-08-20T21:47:23.7748537Z AAAEAwBHMEUCIEIahhb9HJV29fcc/fZ9pUNDHJ6n/vbjwY2QxjCktp+9AiEArO3A
2025-08-20T21:47:23.7748968Z DsJgfvhSDxJeELUPhgj60ryabvYcqHB/zXEkSjMwCgYIKoZIzj0EAwMDaAAwZQIw
2025-08-20T21:47:23.7749418Z XXYz2txKacNcCNS4wGVJPAyekFbMiopxQpOFTMOUhFI5q4gol3hAgg0WQrRpOWnU
2025-08-20T21:47:23.7749879Z AjEAz4PrWAkybw6RoZZ1O2M2L0keOtDV6ckSx+IhAZcgr1bS+VaGQPNMO1e1WG40
2025-08-20T21:47:23.7750214Z gmag
2025-08-20T21:47:23.7750374Z -----END CERTIFICATE-----
2025-08-20T21:47:23.7750506Z 
2025-08-20T21:47:23.7751085Z ##[endgroup]
2025-08-20T21:47:23.7751595Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:47:23.7751974Z https://search.sigstore.dev?logIndex=414457600
2025-08-20T21:47:23.7752311Z [36mAttestation uploaded to repository[39m
2025-08-20T21:47:23.7752624Z https://github.com/pkgforge/bincache/attestations/9874713
2025-08-20T21:47:23.8798215Z ##[group]Run ##Presets
2025-08-20T21:47:23.8798521Z [36;1m##Presets[0m
2025-08-20T21:47:23.8798706Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:23.8798904Z [36;1m#-------------#[0m
2025-08-20T21:47:23.8799095Z [36;1m##Debug?[0m
2025-08-20T21:47:23.8799344Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:23.8799620Z [36;1m  set -x[0m
2025-08-20T21:47:23.8799999Z [36;1mfi[0m
2025-08-20T21:47:23.8800165Z [36;1m#-------------#[0m
2025-08-20T21:47:23.8800453Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:47:23.8800966Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/netbird/official/source"[0m
2025-08-20T21:47:23.8801377Z [36;1m exit 1[0m
2025-08-20T21:47:23.8801545Z [36;1mfi[0m
2025-08-20T21:47:23.8833468Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:23.8833692Z env:
2025-08-20T21:47:23.8833859Z   CROSS_COMPILING: NO
2025-08-20T21:47:23.8834107Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:23.8834331Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:23.8834538Z   ON_QEMU: NO
2025-08-20T21:47:23.8834703Z   DEBUG: 0
2025-08-20T21:47:23.8834870Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:23.8835318Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:23.8835617Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:23.8835948Z   KEEP_LOGS: YES
2025-08-20T21:47:23.8836124Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:23.8836326Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:23.8836538Z   SBUILD_REBUILD: false
2025-08-20T21:47:23.8837056Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:23.8837605Z   BUILD_SYS: docker://go
2025-08-20T21:47:23.8838030Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:23.8838223Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:23.8838409Z   SYSTMP: /tmp
2025-08-20T21:47:23.8838576Z   GHA_MODE: MATRIX
2025-08-20T21:47:23.8838989Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:23.8839484Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:23.8839790Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:23.8840162Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:23.8840632Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:23.8840995Z   PKG_TYPE: static
2025-08-20T21:47:23.8841176Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:23.8841395Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:23.8841761Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:23.8842107Z   BUILD_ID: 17108534394
2025-08-20T21:47:23.8842310Z   PKG_NAME: netbird-relay
2025-08-20T21:47:23.8842521Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:23.8842757Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:23.8843010Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:23.8843326Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:23.8843697Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:23.8844185Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:23.8844682Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:23.8844951Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:23.8845219Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:23.8845722Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:23.8846160Z   UTC_TIME: 2025_08_20T09_47_19_PM
2025-08-20T21:47:23.8846374Z ##[endgroup]
2025-08-20T21:47:23.8943149Z ##[group]Run ##Presets
2025-08-20T21:47:23.8943457Z [36;1m##Presets[0m
2025-08-20T21:47:23.8943645Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:23.8943841Z [36;1m#-------------#[0m
2025-08-20T21:47:23.8944030Z [36;1m##Debug?[0m
2025-08-20T21:47:23.8944257Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:23.8944528Z [36;1m  set -x[0m
2025-08-20T21:47:23.8944712Z [36;1mfi[0m
2025-08-20T21:47:23.8944875Z [36;1m#-------------#[0m
2025-08-20T21:47:23.8945293Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:47:23.8945744Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/netbird/official/source"[0m
2025-08-20T21:47:23.8946151Z [36;1m exit 1[0m
2025-08-20T21:47:23.8946326Z [36;1mfi[0m
2025-08-20T21:47:23.8978016Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:23.8978267Z env:
2025-08-20T21:47:23.8978435Z   CROSS_COMPILING: NO
2025-08-20T21:47:23.8978683Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:23.8978904Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:23.8979109Z   ON_QEMU: NO
2025-08-20T21:47:23.8979269Z   DEBUG: 0
2025-08-20T21:47:23.8979437Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:23.8979654Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:23.8979955Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:23.8980266Z   KEEP_LOGS: YES
2025-08-20T21:47:23.8980726Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:23.8980926Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:23.8981138Z   SBUILD_REBUILD: false
2025-08-20T21:47:23.8981651Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:23.8982194Z   BUILD_SYS: docker://go
2025-08-20T21:47:23.8982394Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:23.8982580Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:23.8982766Z   SYSTMP: /tmp
2025-08-20T21:47:23.8982933Z   GHA_MODE: MATRIX
2025-08-20T21:47:23.8983345Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:23.8983837Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:23.8984141Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:23.8984511Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:23.8984980Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:23.8985350Z   PKG_TYPE: static
2025-08-20T21:47:23.8985531Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:23.8985750Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:23.8986112Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:23.8986458Z   BUILD_ID: 17108534394
2025-08-20T21:47:23.8986655Z   PKG_NAME: netbird-relay
2025-08-20T21:47:23.8986861Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:23.8987096Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:23.8987346Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:23.8987660Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:23.8988278Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:23.8988763Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:23.8989251Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:23.8989516Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:23.8989780Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:23.8990280Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:23.8990716Z   UTC_TIME: 2025_08_20T09_47_19_PM
2025-08-20T21:47:23.8990928Z ##[endgroup]
2025-08-20T21:47:23.9068867Z ##[group]Run ##Presets
2025-08-20T21:47:23.9069173Z [36;1m##Presets[0m
2025-08-20T21:47:23.9069365Z [36;1mset +x ; set +e[0m
2025-08-20T21:47:23.9069562Z [36;1m#-------------#[0m
2025-08-20T21:47:23.9069753Z [36;1m##Debug?[0m
2025-08-20T21:47:23.9070004Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:47:23.9070277Z [36;1m  set -x[0m
2025-08-20T21:47:23.9070450Z [36;1mfi[0m
2025-08-20T21:47:23.9070613Z [36;1m#-------------#[0m
2025-08-20T21:47:23.9070932Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:47:23.9071327Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:47:23.9071845Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:47:23.9072093Z [36;1mfi[0m
2025-08-20T21:47:23.9101424Z shell: /usr/bin/bash -e {0}
2025-08-20T21:47:23.9101645Z env:
2025-08-20T21:47:23.9101809Z   CROSS_COMPILING: NO
2025-08-20T21:47:23.9102076Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:47:23.9102300Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:47:23.9102508Z   ON_QEMU: NO
2025-08-20T21:47:23.9102667Z   DEBUG: 0
2025-08-20T21:47:23.9102836Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:47:23.9103057Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:47:23.9103358Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/netbird/official/source
2025-08-20T21:47:23.9103667Z   KEEP_LOGS: YES
2025-08-20T21:47:23.9103845Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:47:23.9104047Z   PKG_FAMILY_LOCAL: netbird
2025-08-20T21:47:23.9104478Z   SBUILD_REBUILD: false
2025-08-20T21:47:23.9104996Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/netbird/static.official.source.yaml
2025-08-20T21:47:23.9105550Z   BUILD_SYS: docker://go
2025-08-20T21:47:23.9105750Z   BUILD_ON_HOST: FALSE
2025-08-20T21:47:23.9105935Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:47:23.9106122Z   SYSTMP: /tmp
2025-08-20T21:47:23.9106292Z   GHA_MODE: MATRIX
2025-08-20T21:47:23.9106699Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:47:23.9107190Z   INPUT_SBUILD: /tmp/pkgforge/Ls978Hphy_build.yaml
2025-08-20T21:47:23.9107499Z   BUILD_DIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml
2025-08-20T21:47:23.9108159Z   SBUILD_OUTDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR
2025-08-20T21:47:23.9108631Z   SBUILD_TMPDIR: /tmp/pkgforge/Cn11vgj_Ls978Hphy_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:47:23.9108995Z   PKG_TYPE: static
2025-08-20T21:47:23.9109184Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:47:23.9109399Z   SBUILD_PKGVER: HEAD-0d2845e-250820T190419
2025-08-20T21:47:23.9109767Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108534394
2025-08-20T21:47:23.9110117Z   BUILD_ID: 17108534394
2025-08-20T21:47:23.9110308Z   PKG_NAME: netbird-relay
2025-08-20T21:47:23.9110514Z   PKG_DATE: 2025-08-20T21:46:40Z
2025-08-20T21:47:23.9110748Z   PKG_VERSION: HEAD-0d2845e-250820T190419
2025-08-20T21:47:23.9110993Z   PKG_VERSION_UPSTREAM: 0.55.1
2025-08-20T21:47:23.9111308Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/netbird/official/source/netbird
2025-08-20T21:47:23.9111680Z   GHCRPKG_TAG: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:23.9112163Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/netbird/official/source/netbird-relay
2025-08-20T21:47:23.9112638Z   PKG_SRCURL: https://github.com/netbirdio/netbird
2025-08-20T21:47:23.9112903Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:47:23.9113173Z   GHCRPKG_TAG_SRCBUILD: HEAD-0d2845e-250820T190419-aarch64-linux
2025-08-20T21:47:23.9113676Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/netbird/official/source/netbird-srcbuild-17108534394
2025-08-20T21:47:23.9114116Z   UTC_TIME: 2025_08_20T09_47_19_PM
2025-08-20T21:47:23.9114328Z ##[endgroup]
2025-08-20T21:47:23.9172925Z EXITED
2025-08-20T21:47:23.9224579Z Cleaning up orphan processes
