﻿2025-08-20T22:45:26.5138953Z Current runner version: '2.328.0'
2025-08-20T22:45:26.5166091Z ##[group]Runner Image Provisioner
2025-08-20T22:45:26.5167499Z Hosted Compute Agent
2025-08-20T22:45:26.5168523Z Version: 20250818.377
2025-08-20T22:45:26.5169765Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:45:26.5171063Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:45:26.5172097Z ##[endgroup]
2025-08-20T22:45:26.5173096Z ##[group]Operating System
2025-08-20T22:45:26.5174006Z Ubuntu
2025-08-20T22:45:26.5174924Z 24.04.2
2025-08-20T22:45:26.5176041Z LTS
2025-08-20T22:45:26.5176891Z ##[endgroup]
2025-08-20T22:45:26.5177734Z ##[group]Runner Image
2025-08-20T22:45:26.5178438Z Image: ubuntu-24.04
2025-08-20T22:45:26.5179054Z Version: 20250818.1.0
2025-08-20T22:45:26.5180211Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:45:26.5181922Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:45:26.5183086Z ##[endgroup]
2025-08-20T22:45:26.5184448Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:45:26.5186947Z Attestations: write
2025-08-20T22:45:26.5187610Z Contents: write
2025-08-20T22:45:26.5188338Z Metadata: read
2025-08-20T22:45:26.5188968Z Packages: write
2025-08-20T22:45:26.5189556Z ##[endgroup]
2025-08-20T22:45:26.5191749Z Secret source: Actions
2025-08-20T22:45:26.5192537Z Prepare workflow directory
2025-08-20T22:45:26.5651156Z Prepare all required actions
2025-08-20T22:45:26.5706214Z Getting action download info
2025-08-20T22:45:26.8940482Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:45:27.3841771Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:45:28.1611252Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:45:28.2732805Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:45:28.7008330Z Getting action download info
2025-08-20T22:45:28.8313222Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:45:29.1542304Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:45:29.5619782Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/tailscale/official)
2025-08-20T22:45:29.6343434Z ##[group]Run ##Presets
2025-08-20T22:45:29.6344438Z [36;1m##Presets[0m
2025-08-20T22:45:29.6345677Z [36;1mset +x ; set +e[0m
2025-08-20T22:45:29.6346587Z [36;1m#-------------#[0m
2025-08-20T22:45:29.6347722Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:45:29.6349118Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:45:29.6350469Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.6351635Z [36;1m  fi[0m
2025-08-20T22:45:29.6352676Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:45:29.6354147Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:45:29.6355643Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.6356826Z [36;1m  fi[0m
2025-08-20T22:45:29.6357837Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:45:29.6359342Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:45:29.6360892Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.6362126Z [36;1m  fi[0m
2025-08-20T22:45:29.6363269Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:45:29.6364768Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:45:29.6366568Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:45:29.6367914Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:45:29.6369219Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.6370455Z [36;1m     else[0m
2025-08-20T22:45:29.6371635Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.6372908Z [36;1m     fi[0m
2025-08-20T22:45:29.6373755Z [36;1m  fi[0m
2025-08-20T22:45:29.6374673Z [36;1mfi[0m
2025-08-20T22:45:29.6446377Z shell: /usr/bin/bash -e {0}
2025-08-20T22:45:29.6447742Z env:
2025-08-20T22:45:29.6448984Z   GH_TOKEN: ***
2025-08-20T22:45:29.6450021Z ##[endgroup]
2025-08-20T22:45:29.6787535Z ##[group]Run ##Presets
2025-08-20T22:45:29.6788640Z [36;1m##Presets[0m
2025-08-20T22:45:29.6789694Z [36;1mset +x ; set +e[0m
2025-08-20T22:45:29.6790651Z [36;1m#-------------#[0m
2025-08-20T22:45:29.6791953Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:45:29.6793835Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:45:29.6856505Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:45:29.6858821Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:45:29.6860400Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:45:29.6861986Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:45:29.6863285Z [36;1m  exit 1[0m
2025-08-20T22:45:29.6864062Z [36;1mfi[0m
2025-08-20T22:45:29.6909696Z shell: /usr/bin/bash -e {0}
2025-08-20T22:45:29.6910613Z env:
2025-08-20T22:45:29.6911688Z   RO_GHTOKEN: ***
2025-08-20T22:45:29.6912594Z   RO_GLTOKEN: ***
2025-08-20T22:45:29.6917090Z   MINISIGN_KEY: ***
2025-08-20T22:45:29.6917900Z ##[endgroup]
2025-08-20T22:45:29.7096971Z ##[group]Run ##Presets
2025-08-20T22:45:29.7098000Z [36;1m##Presets[0m
2025-08-20T22:45:29.7098846Z [36;1mset +x ; set +e[0m
2025-08-20T22:45:29.7099729Z [36;1m#-------------#[0m
2025-08-20T22:45:29.7100616Z [36;1m##Host Triplet[0m
2025-08-20T22:45:29.7101698Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:45:29.7102955Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:45:29.7104171Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:45:29.7105625Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:45:29.7106772Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:45:29.7108059Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:45:29.7109334Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:45:29.7110586Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:45:29.7111645Z [36;1m   fi[0m
2025-08-20T22:45:29.7112694Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:45:29.7113991Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:45:29.7115353Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:45:29.7116620Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:45:29.7117748Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:45:29.7118681Z [36;1m fi[0m
2025-08-20T22:45:29.7119751Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7121267Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7122741Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7124114Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7125429Z [36;1m##Debug[0m
2025-08-20T22:45:29.7126304Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:45:29.7127358Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:45:29.7128273Z [36;1m else[0m
2025-08-20T22:45:29.7129084Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:45:29.7130176Z [36;1m fi[0m
2025-08-20T22:45:29.7131052Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7132160Z [36;1m##Docker Platform[0m
2025-08-20T22:45:29.7133275Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:45:29.7134518Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:45:29.7136057Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:45:29.7137385Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:45:29.7138644Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:45:29.7139938Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:45:29.7141194Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:45:29.7142449Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:45:29.7143460Z [36;1m fi[0m
2025-08-20T22:45:29.7144582Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7146418Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7147695Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:45:29.7149490Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tailscale/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:45:29.7151457Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:45:29.7152667Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7153887Z [36;1m##Logs[0m
2025-08-20T22:45:29.7154790Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:45:29.7156049Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:45:29.7157001Z [36;1m else[0m
2025-08-20T22:45:29.7157816Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:45:29.7158859Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:45:29.7159863Z [36;1m fi[0m
2025-08-20T22:45:29.7161005Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7162480Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7163805Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:45:29.7165371Z [36;1m PKG_FAMILY_LOCAL="$(echo "tailscale" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:45:29.7166902Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:45:29.7168165Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7169432Z [36;1m##Rebuild[0m
2025-08-20T22:45:29.7170316Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:45:29.7171416Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:45:29.7172423Z [36;1m else[0m
2025-08-20T22:45:29.7173269Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:45:29.7174271Z [36;1m fi[0m
2025-08-20T22:45:29.7175513Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7176763Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:45:29.7178286Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:45:29.7180280Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:45:29.7183294Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:45:29.7186218Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:45:29.7187601Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:45:29.7189249Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:45:29.7190810Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:45:29.7192210Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7193351Z [36;1m    exit 1[0m
2025-08-20T22:45:29.7194180Z [36;1m   else[0m
2025-08-20T22:45:29.7195349Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:45:29.7196624Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7197930Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:45:29.7199215Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:45:29.7200541Z [36;1m      #check if supported[0m
2025-08-20T22:45:29.7201971Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:45:29.7203933Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:45:29.7205704Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:45:29.7206946Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7208092Z [36;1m         exit 1[0m
2025-08-20T22:45:29.7208981Z [36;1m       fi[0m
2025-08-20T22:45:29.7209826Z [36;1m      #get build system[0m
2025-08-20T22:45:29.7211242Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:45:29.7212739Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:45:29.7213872Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7215415Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:45:29.7216741Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7218027Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7219339Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:45:29.7220658Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7221915Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:29.7223007Z [36;1m       fi[0m
2025-08-20T22:45:29.7223948Z [36;1m     fi[0m
2025-08-20T22:45:29.7224720Z [36;1m   fi[0m
2025-08-20T22:45:29.7225786Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:45:29.7268169Z shell: /usr/bin/bash -e {0}
2025-08-20T22:45:29.7269086Z ##[endgroup]
2025-08-20T22:45:30.3181273Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:45:30.3181905Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:45:30.3182163Z 
2025-08-20T22:45:30.4291022Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:45:30.4291990Z 100  4854  100  4854    0     0  43109      0 --:--:-- --:--:-- --:--:-- 43339
2025-08-20T22:45:30.4304978Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:45:30.4527834Z ##[group]Run ##Presets
2025-08-20T22:45:30.4528205Z [36;1m##Presets[0m
2025-08-20T22:45:30.4528478Z [36;1mset +x ; set +e[0m
2025-08-20T22:45:30.4528753Z [36;1m#-------------#[0m
2025-08-20T22:45:30.4529006Z [36;1m##Debug?[0m
2025-08-20T22:45:30.4529322Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:45:30.4529672Z [36;1m  set -x[0m
2025-08-20T22:45:30.4529901Z [36;1mfi[0m
2025-08-20T22:45:30.4530133Z [36;1m#-------------#[0m
2025-08-20T22:45:30.4530403Z [36;1m##CoreUtils[0m
2025-08-20T22:45:30.4530666Z [36;1msudo apt update -y[0m
2025-08-20T22:45:30.4531069Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:45:30.4532137Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:45:30.4533104Z [36;1m##tmp[0m
2025-08-20T22:45:30.4533443Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:45:30.4533825Z [36;1m#GH ENV[0m
2025-08-20T22:45:30.4534109Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:30.4534666Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:30.4534986Z [36;1m#-------------#[0m
2025-08-20T22:45:30.4535657Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:45:30.4535983Z [36;1msudo apt update -y[0m
2025-08-20T22:45:30.4536288Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:45:30.4536598Z [36;1m##Setup Minisign[0m
2025-08-20T22:45:30.4536888Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:45:30.4537468Z [36;1mecho "***[0m
2025-08-20T22:45:30.4538842Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:45:30.4539194Z [36;1m##User-Agent[0m
2025-08-20T22:45:30.4539998Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:45:30.4540857Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:45:30.4583638Z shell: /usr/bin/bash -e {0}
2025-08-20T22:45:30.4583956Z env:
2025-08-20T22:45:30.4584194Z   CROSS_COMPILING: NO
2025-08-20T22:45:30.4584468Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:45:30.4584751Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:45:30.4585024Z   ON_QEMU: NO
2025-08-20T22:45:30.4585379Z   DEBUG: 0
2025-08-20T22:45:30.4585632Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:45:30.4585923Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:45:30.4586323Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:45:30.4586703Z   KEEP_LOGS: YES
2025-08-20T22:45:30.4586960Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:45:30.4587233Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:45:30.4587516Z   SBUILD_REBUILD: false
2025-08-20T22:45:30.4588140Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:45:30.4588806Z   BUILD_SYS: docker://go
2025-08-20T22:45:30.4589074Z   BUILD_ON_HOST: FALSE
2025-08-20T22:45:30.4589329Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:45:30.4589584Z ##[endgroup]
2025-08-20T22:45:30.5041913Z 
2025-08-20T22:45:30.5042535Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:45:30.5043138Z 
2025-08-20T22:45:30.6046311Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:45:30.6442737Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:45:30.6445569Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:45:30.6448815Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:45:30.6526101Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:45:30.6941088Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:45:30.7015422Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:45:30.9091600Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:45:30.9188653Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:45:30.9238112Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:45:30.9579903Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:45:30.9657379Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:45:30.9685344Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:45:30.9711044Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:45:30.9796066Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:45:30.9806132Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:45:30.9838501Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:45:30.9976633Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:45:31.0011321Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:45:31.0020582Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:45:31.0808900Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:45:31.0855449Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:45:31.0936793Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:45:31.0942887Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:45:31.0972343Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:45:31.1027740Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:45:31.1046892Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:45:31.1056642Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:45:31.1109417Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:45:31.1130778Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:45:31.1143959Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:45:31.1229280Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:45:31.1253706Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:45:31.1261889Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:45:42.2123677Z Fetched 10.6 MB in 1s (7343 kB/s)
2025-08-20T22:45:42.9234153Z Reading package lists...
2025-08-20T22:45:43.1220754Z Building dependency tree...
2025-08-20T22:45:43.1231397Z Reading state information...
2025-08-20T22:45:43.1440688Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:45:43.1556258Z 
2025-08-20T22:45:43.1557090Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:45:43.1557831Z 
2025-08-20T22:45:43.1693993Z Reading package lists...
2025-08-20T22:45:43.3621751Z Building dependency tree...
2025-08-20T22:45:43.3630003Z Reading state information...
2025-08-20T22:45:43.5504314Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:45:43.5504921Z bc set to manually installed.
2025-08-20T22:45:43.5505741Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:45:43.5506598Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:45:43.5507224Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:45:43.5507941Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:45:43.5508687Z The following additional packages will be installed:
2025-08-20T22:45:43.5509401Z   libtime-duration-perl
2025-08-20T22:45:43.5959747Z The following NEW packages will be installed:
2025-08-20T22:45:43.5966675Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:45:43.6132571Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:45:43.6372515Z Need to get 616 kB of archives.
2025-08-20T22:45:43.6373515Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:45:43.6374427Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:45:43.6868649Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:45:43.7181578Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:45:43.7471449Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:45:43.7763470Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:45:44.0548128Z Fetched 616 kB in 0s (3425 kB/s)
2025-08-20T22:45:44.0932671Z Selecting previously unselected package fdupes.
2025-08-20T22:45:44.1553858Z (Reading database ... 
2025-08-20T22:45:44.1554434Z (Reading database ... 5%
2025-08-20T22:45:44.1554823Z (Reading database ... 10%
2025-08-20T22:45:44.1555309Z (Reading database ... 15%
2025-08-20T22:45:44.1555625Z (Reading database ... 20%
2025-08-20T22:45:44.1555862Z (Reading database ... 25%
2025-08-20T22:45:44.1556099Z (Reading database ... 30%
2025-08-20T22:45:44.1556338Z (Reading database ... 35%
2025-08-20T22:45:44.1556572Z (Reading database ... 40%
2025-08-20T22:45:44.1556810Z (Reading database ... 45%
2025-08-20T22:45:44.1557042Z (Reading database ... 50%
2025-08-20T22:45:44.2836271Z (Reading database ... 55%
2025-08-20T22:45:44.4230481Z (Reading database ... 60%
2025-08-20T22:45:44.6496511Z (Reading database ... 65%
2025-08-20T22:45:44.7822305Z (Reading database ... 70%
2025-08-20T22:45:44.9950938Z (Reading database ... 75%
2025-08-20T22:45:45.4051217Z (Reading database ... 80%
2025-08-20T22:45:46.1731727Z (Reading database ... 85%
2025-08-20T22:45:47.1091144Z (Reading database ... 90%
2025-08-20T22:45:47.8124188Z (Reading database ... 95%
2025-08-20T22:45:47.8124649Z (Reading database ... 100%
2025-08-20T22:45:47.8125456Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:45:47.8171604Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:45:47.8201467Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:45:47.8598405Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:45:47.8735255Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:45:47.8745977Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:45:47.9165742Z Selecting previously unselected package moreutils.
2025-08-20T22:45:47.9302481Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:45:47.9317217Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:45:48.0761799Z Selecting previously unselected package dos2unix.
2025-08-20T22:45:48.0899671Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:45:48.0910060Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:45:48.3303480Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:45:48.3331594Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:45:48.3357664Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:45:48.3388736Z Setting up moreutils (0.69-1) ...
2025-08-20T22:45:48.3420229Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:46:54.7892689Z 
2025-08-20T22:46:54.7893267Z Running kernel seems to be up-to-date.
2025-08-20T22:46:54.7893594Z 
2025-08-20T22:46:54.7893726Z Restarting services...
2025-08-20T22:46:54.7962871Z 
2025-08-20T22:46:54.7963134Z Service restarts being deferred:
2025-08-20T22:46:54.7964800Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:46:54.7965403Z 
2025-08-20T22:46:54.7965950Z No containers need to be restarted.
2025-08-20T22:46:54.7966250Z 
2025-08-20T22:46:54.7966453Z No user sessions are running outdated binaries.
2025-08-20T22:46:54.7966804Z 
2025-08-20T22:46:54.7967124Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:46:55.6551576Z Reading package lists...
2025-08-20T22:46:55.8098241Z Building dependency tree...
2025-08-20T22:46:55.8106008Z Reading state information...
2025-08-20T22:46:55.9623529Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:46:55.9624209Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:46:55.9624697Z apt-utils set to manually installed.
2025-08-20T22:46:55.9626192Z ca-certificates is already the newest version (20240203).
2025-08-20T22:46:55.9626801Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:46:55.9627434Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:46:55.9627989Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:46:55.9628554Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:46:55.9629090Z moreutils is already the newest version (0.69-1).
2025-08-20T22:46:55.9629676Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:46:55.9630258Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:46:55.9630767Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:46:55.9631246Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:46:55.9631670Z tmux set to manually installed.
2025-08-20T22:46:55.9632106Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:46:55.9632665Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:46:55.9633189Z The following additional packages will be installed:
2025-08-20T22:46:55.9633687Z   python3-software-properties
2025-08-20T22:46:55.9634074Z Recommended packages:
2025-08-20T22:46:55.9634400Z   unattended-upgrades
2025-08-20T22:46:55.9935879Z The following NEW packages will be installed:
2025-08-20T22:46:55.9936415Z   rename
2025-08-20T22:46:55.9944097Z The following packages will be upgraded:
2025-08-20T22:46:55.9944919Z   python3-software-properties software-properties-common
2025-08-20T22:46:56.0097011Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:46:56.0322260Z Need to get 64.7 kB of archives.
2025-08-20T22:46:56.0322926Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:46:56.0323616Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:46:56.0830480Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:46:56.1124767Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:46:56.1413029Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:46:56.3930343Z Fetched 64.7 kB in 0s (539 kB/s)
2025-08-20T22:46:56.4185388Z (Reading database ... 
2025-08-20T22:46:56.4185950Z (Reading database ... 5%
2025-08-20T22:46:56.4186454Z (Reading database ... 10%
2025-08-20T22:46:56.4186782Z (Reading database ... 15%
2025-08-20T22:46:56.4187076Z (Reading database ... 20%
2025-08-20T22:46:56.4187371Z (Reading database ... 25%
2025-08-20T22:46:56.4187663Z (Reading database ... 30%
2025-08-20T22:46:56.4188197Z (Reading database ... 35%
2025-08-20T22:46:56.4188497Z (Reading database ... 40%
2025-08-20T22:46:56.4188790Z (Reading database ... 45%
2025-08-20T22:46:56.4189082Z (Reading database ... 50%
2025-08-20T22:46:56.4268465Z (Reading database ... 55%
2025-08-20T22:46:56.4301504Z (Reading database ... 60%
2025-08-20T22:46:56.4322518Z (Reading database ... 65%
2025-08-20T22:46:56.4355448Z (Reading database ... 70%
2025-08-20T22:46:56.4379174Z (Reading database ... 75%
2025-08-20T22:46:56.4407135Z (Reading database ... 80%
2025-08-20T22:46:56.4544862Z (Reading database ... 85%
2025-08-20T22:46:56.4628420Z (Reading database ... 90%
2025-08-20T22:46:56.4880769Z (Reading database ... 95%
2025-08-20T22:46:56.4881251Z (Reading database ... 100%
2025-08-20T22:46:56.4881836Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:46:56.4922077Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:46:56.5856219Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:46:56.6723526Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:46:56.7630571Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:46:56.7887393Z Selecting previously unselected package rename.
2025-08-20T22:46:56.8025722Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:46:56.8034907Z Unpacking rename (2.02-1) ...
2025-08-20T22:46:56.8439252Z Setting up rename (2.02-1) ...
2025-08-20T22:46:56.8506838Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:46:56.8534170Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:46:57.0170170Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:46:57.1182083Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:47:01.1965056Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:47:02.7376488Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:47:02.7649062Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:47:02.7667103Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:47:02.7676289Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:47:02.7682809Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:47:02.7687415Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:47:02.7719511Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:47:03.8796236Z Reading package lists...
2025-08-20T22:47:04.0264671Z Building dependency tree...
2025-08-20T22:47:04.0271720Z Reading state information...
2025-08-20T22:47:04.0415523Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:47:04.0566512Z 
2025-08-20T22:47:04.0567102Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:47:04.0567501Z 
2025-08-20T22:47:04.1081612Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:47:04.1368633Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:47:04.1407666Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:47:04.1409359Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:47:04.1416404Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:47:04.1464174Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:47:04.1512267Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:47:05.2640157Z Reading package lists...
2025-08-20T22:47:05.4220009Z Building dependency tree...
2025-08-20T22:47:05.4226671Z Reading state information...
2025-08-20T22:47:05.4360626Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:47:05.4473778Z 
2025-08-20T22:47:05.4474498Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:47:05.4474944Z 
2025-08-20T22:47:05.4603185Z Reading package lists...
2025-08-20T22:47:05.6170473Z Building dependency tree...
2025-08-20T22:47:05.6177957Z Reading state information...
2025-08-20T22:47:05.7658313Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:47:05.8021742Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:47:05.8308514Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:47:05.9131367Z ##[group]Run ##Presets
2025-08-20T22:47:05.9131645Z [36;1m##Presets[0m
2025-08-20T22:47:05.9131854Z [36;1mset +x ; set +e[0m
2025-08-20T22:47:05.9132070Z [36;1m#-------------#[0m
2025-08-20T22:47:05.9132274Z [36;1m##Debug?[0m
2025-08-20T22:47:05.9132531Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:47:05.9132838Z [36;1m  set -x[0m
2025-08-20T22:47:05.9133021Z [36;1mfi[0m
2025-08-20T22:47:05.9133206Z [36;1m#-------------#[0m
2025-08-20T22:47:05.9133662Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:47:05.9134281Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:47:05.9134849Z [36;1msudo service procps restart[0m
2025-08-20T22:47:05.9135377Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:47:05.9175853Z shell: /usr/bin/bash -e {0}
2025-08-20T22:47:05.9176100Z env:
2025-08-20T22:47:05.9176315Z   CROSS_COMPILING: NO
2025-08-20T22:47:05.9176543Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:47:05.9176791Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:47:05.9177017Z   ON_QEMU: NO
2025-08-20T22:47:05.9177197Z   DEBUG: 0
2025-08-20T22:47:05.9177380Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:47:05.9177623Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:47:05.9177938Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:47:05.9178267Z   KEEP_LOGS: YES
2025-08-20T22:47:05.9178466Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:47:05.9178695Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:47:05.9178941Z   SBUILD_REBUILD: false
2025-08-20T22:47:05.9179527Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:47:05.9180152Z   BUILD_SYS: docker://go
2025-08-20T22:47:05.9180372Z   BUILD_ON_HOST: FALSE
2025-08-20T22:47:05.9180579Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:47:05.9180782Z   SYSTMP: /tmp
2025-08-20T22:47:05.9180976Z   GHA_MODE: MATRIX
2025-08-20T22:47:05.9181436Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:47:05.9181943Z ##[endgroup]
2025-08-20T22:47:05.9309147Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:47:05.9382591Z 0
2025-08-20T22:47:05.9689066Z vm.max_map_count = 262144
2025-08-20T22:47:05.9689515Z fs.inotify.max_user_watches = 655360
2025-08-20T22:47:05.9689955Z fs.inotify.max_user_instances = 1280
2025-08-20T22:47:05.9690359Z vm.mmap_rnd_bits = 28
2025-08-20T22:47:05.9765456Z ##[group]Run ##Presets
2025-08-20T22:47:05.9765785Z [36;1m##Presets[0m
2025-08-20T22:47:05.9766001Z [36;1mset +x ; set +e[0m
2025-08-20T22:47:05.9766235Z [36;1m#-------------#[0m
2025-08-20T22:47:05.9766445Z [36;1m##Debug?[0m
2025-08-20T22:47:05.9766690Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:47:05.9766981Z [36;1m  set -x[0m
2025-08-20T22:47:05.9767165Z [36;1mfi[0m
2025-08-20T22:47:05.9767346Z [36;1m#-------------#[0m
2025-08-20T22:47:05.9767543Z [36;1m##Main[0m
2025-08-20T22:47:05.9767757Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:47:05.9768402Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:47:05.9769129Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:47:05.9769500Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:47:05.9769775Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:47:05.9770029Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:47:05.9770331Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:47:05.9770654Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:47:05.9770959Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:47:05.9771269Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:47:05.9771562Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:47:05.9771892Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:47:05.9772264Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:47:05.9772560Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:47:05.9772847Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:47:05.9773126Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:47:05.9773405Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:47:05.9773679Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:47:05.9773951Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:47:05.9774409Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:47:05.9774714Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:47:05.9775005Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:47:05.9775523Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:47:05.9775829Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:47:05.9776123Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:47:05.9776420Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:47:05.9776687Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:47:05.9777027Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:47:05.9777471Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:47:05.9777932Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:47:05.9778390Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:47:05.9778727Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:47:05.9779066Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:47:05.9779682Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:47:05.9780456Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:47:05.9780981Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:47:05.9781247Z [36;1m else[0m
2025-08-20T22:47:05.9781708Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:47:05.9782074Z [36;1m fi[0m
2025-08-20T22:47:05.9782315Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:47:05.9782698Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:47:05.9783108Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:47:05.9783490Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:47:05.9783869Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:47:05.9784258Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:47:05.9784651Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:47:05.9785048Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:47:05.9785681Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:47:05.9786096Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:47:05.9786404Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:47:05.9825849Z shell: /usr/bin/bash -e {0}
2025-08-20T22:47:05.9826083Z env:
2025-08-20T22:47:05.9826265Z   CROSS_COMPILING: NO
2025-08-20T22:47:05.9826495Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:47:05.9826728Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:47:05.9826944Z   ON_QEMU: NO
2025-08-20T22:47:05.9827120Z   DEBUG: 0
2025-08-20T22:47:05.9827310Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:47:05.9827540Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:47:05.9827844Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:47:05.9828170Z   KEEP_LOGS: YES
2025-08-20T22:47:05.9828366Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:47:05.9828586Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:47:05.9828808Z   SBUILD_REBUILD: false
2025-08-20T22:47:05.9829369Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:47:05.9830098Z   BUILD_SYS: docker://go
2025-08-20T22:47:05.9830309Z   BUILD_ON_HOST: FALSE
2025-08-20T22:47:05.9830507Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:47:05.9830703Z   SYSTMP: /tmp
2025-08-20T22:47:05.9830883Z   GHA_MODE: MATRIX
2025-08-20T22:47:05.9831310Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:47:05.9832278Z   GHCR_TOKEN: ***
2025-08-20T22:47:05.9832583Z   GITHUB_TOKEN: ***
2025-08-20T22:47:05.9832908Z   GITLAB_TOKEN: ***
2025-08-20T22:47:05.9834088Z   MINISIGN_KEY: ***
2025-08-20T22:47:05.9834280Z ##[endgroup]
2025-08-20T22:47:06.0308655Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:47:06.0948190Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:47:06.0948919Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:47:06.0949289Z 
2025-08-20T22:47:06.1263868Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:47:06.1264554Z 100  4854  100  4854    0     0   149k      0 --:--:-- --:--:-- --:--:--  152k
2025-08-20T22:47:06.1274564Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:47:06.1358905Z 
2025-08-20T22:47:06.1359152Z [+] Building [/tmp/tmp.HbbF7YZPw6/SBUILD_INPUT] Locally
2025-08-20T22:47:06.1359545Z 
2025-08-20T22:47:06.1372915Z '/tmp/tmp.HbbF7YZPw6/SBUILD_INPUT' -> '/tmp/pkgforge/SNXDstnPZ_build.yaml'
2025-08-20T22:47:06.2160999Z 
2025-08-20T22:47:06.2161687Z [+] Passwordless sudo is Configured
2025-08-20T22:47:06.2833471Z 
2025-08-20T22:47:06.2845812Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:47:06.2846086Z 
2025-08-20T22:47:06.3311122Z 
2025-08-20T22:47:06.3312777Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:47:06.3313340Z 
2025-08-20T22:47:06.3313354Z 
2025-08-20T22:47:06.3313735Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:47:06.3314304Z 
2025-08-20T22:47:06.3551883Z [+] Installing: 7z -> 7z
2025-08-20T22:47:06.7276504Z [+] Installing: actionlint -> actionlint
2025-08-20T22:47:07.0883764Z [+] Installing: anew -> anew
2025-08-20T22:47:07.4551770Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:47:07.8336172Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:47:07.9284759Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:47:08.0178021Z [+] Installing: archey -> archey
2025-08-20T22:47:08.4273362Z [+] Installing: aria2 -> aria2c
2025-08-20T22:47:08.5529477Z [+] Installing: askalono -> askalono
2025-08-20T22:47:08.6573100Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:47:09.0251262Z [+] Installing: b3sum -> b3sum
2025-08-20T22:47:09.1185316Z [+] Installing: bita -> bita
2025-08-20T22:47:09.2431661Z [+] Installing: btop -> btop
2025-08-20T22:47:09.6021872Z [+] Installing: chafa -> chafa
2025-08-20T22:47:09.7348506Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:47:10.2206845Z [+] Installing: croc -> croc
2025-08-20T22:47:10.5855564Z [+] Installing: csvtk -> csvtk
2025-08-20T22:47:10.7631773Z [+] Installing: cutlines -> cutlines
2025-08-20T22:47:10.8723927Z curl: (22) The requested URL returned error: 404
2025-08-20T22:47:10.8763508Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:47:10.8764461Z [+] Installing: dbin -> dbin
2025-08-20T22:47:10.9993588Z [+] Installing: dasel -> dasel
2025-08-20T22:47:11.1293932Z [+] Installing: delta -> delta
2025-08-20T22:47:11.2373967Z [+] Installing: ds -> ds
2025-08-20T22:47:11.6944786Z curl: (22) The requested URL returned error: 404
2025-08-20T22:47:11.6988049Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:47:11.6989250Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:47:11.7899976Z [+] Installing: duf -> duf
2025-08-20T22:47:12.1544989Z [+] Installing: duplicut -> duplicut
2025-08-20T22:47:12.5083836Z [+] Installing: dust -> dust
2025-08-20T22:47:12.8608123Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:47:12.9741319Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:47:13.0957354Z [+] Installing: dysk -> dysk
2025-08-20T22:47:13.1958422Z [+] Installing: eget -> eget
2025-08-20T22:47:13.5731350Z [+] Installing: epoch -> epoch
2025-08-20T22:47:13.9497172Z [+] Installing: faketty -> faketty
2025-08-20T22:47:14.0476709Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:47:14.1466184Z [+] Installing: freeze -> freeze
2025-08-20T22:47:14.5496180Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:47:14.6382220Z [+] Installing: gdu -> gdu
2025-08-20T22:47:14.7695736Z [+] Installing: gh -> gh
2025-08-20T22:47:15.2387793Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:47:15.4131600Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:47:15.7668425Z [+] Installing: glab -> glab
2025-08-20T22:47:16.2981253Z [+] Installing: glow -> glow
2025-08-20T22:47:16.4399777Z [+] Installing: httpx -> httpx
2025-08-20T22:47:16.9041292Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:47:17.0995575Z [+] Installing: husarnet -> husarnet
2025-08-20T22:47:17.4583333Z curl: (22) The requested URL returned error: 404
2025-08-20T22:47:17.4624839Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:47:17.4626427Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:47:17.8344357Z curl: (22) The requested URL returned error: 404
2025-08-20T22:47:17.8391395Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:47:17.8392367Z [+] Installing: imgcat -> imgcat
2025-08-20T22:47:18.1968209Z [+] Installing: jc -> jc
2025-08-20T22:47:18.3332129Z [+] Installing: jq -> jq
2025-08-20T22:47:18.6856348Z [+] Installing: logdy -> logdy
2025-08-20T22:47:19.1971101Z [+] Installing: micro -> micro
2025-08-20T22:47:19.3240294Z [+] Installing: miniserve -> miniserve
2025-08-20T22:47:19.4593123Z [+] Installing: minisign -> minisign
2025-08-20T22:47:19.5561053Z [+] Installing: ncdu -> ncdu
2025-08-20T22:47:19.9048674Z [+] Installing: notify -> notify
2025-08-20T22:47:20.3193939Z [+] Installing: ouch -> ouch
2025-08-20T22:47:20.4283544Z [+] Installing: oras -> oras
2025-08-20T22:47:20.8018987Z [+] Installing: pipetty -> pipetty
2025-08-20T22:47:21.1768390Z [+] Installing: pixterm -> pixterm
2025-08-20T22:47:21.2906337Z [+] Installing: qsv -> qsv
2025-08-20T22:47:21.4417190Z [+] Installing: rclone -> rclone
2025-08-20T22:47:21.9822224Z [+] Installing: ripgrep -> rg
2025-08-20T22:47:22.3453194Z [+] Installing: rga -> rga
2025-08-20T22:47:22.7124770Z [+] Installing: rsync -> rsync
2025-08-20T22:47:23.0872666Z [+] Installing: script -> script
2025-08-20T22:47:23.1807971Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:47:23.5764933Z [+] Installing: soar -> soar
2025-08-20T22:47:24.0263910Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:47:24.3995922Z [+] Installing: sstrip -> sstrip
2025-08-20T22:47:24.7499085Z [+] Installing: strace -> strace
2025-08-20T22:47:24.8447272Z [+] Installing: sttr -> sttr
2025-08-20T22:47:24.9718158Z [+] Installing: tailscale -> tailscale
2025-08-20T22:47:25.1134406Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:47:25.5490745Z [+] Installing: taplo -> taplo
2025-08-20T22:47:25.6653249Z [+] Installing: tldr -> tldr
2025-08-20T22:47:25.7906364Z [+] Installing: tldr -> tealdeer
2025-08-20T22:47:25.9313007Z [+] Installing: tmux -> tmux
2025-08-20T22:47:26.0329584Z [+] Installing: tok -> tok
2025-08-20T22:47:26.1372708Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:47:26.5545048Z [+] Installing: trurl -> trurl
2025-08-20T22:47:26.6667388Z [+] Installing: tss -> tss
2025-08-20T22:47:26.7581030Z [+] Installing: ulexec -> ulexec
2025-08-20T22:47:27.1264107Z [+] Installing: unfurl -> unfurl
2025-08-20T22:47:27.2332853Z [+] Installing: upx -> upx
2025-08-20T22:47:27.3263340Z [+] Installing: validtoml -> validtoml
2025-08-20T22:47:27.4458629Z [+] Installing: wget -> wget
2025-08-20T22:47:27.8206590Z [+] Installing: wget2 -> wget2
2025-08-20T22:47:28.1816446Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:47:28.5738828Z [+] Installing: xq -> xq
2025-08-20T22:47:28.9727551Z [+] Installing: xz -> xz
2025-08-20T22:47:29.3146437Z [+] Installing: unxz -> unxz
2025-08-20T22:47:29.6611847Z [+] Installing: yq -> yq
2025-08-20T22:47:30.0432553Z [+] Installing: yj -> yj
2025-08-20T22:47:30.1389782Z [+] Installing: zapper -> zapper
2025-08-20T22:47:30.2290470Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:47:30.3185649Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:47:30.7019929Z curl: (22) The requested URL returned error: 404
2025-08-20T22:47:30.7082944Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:47:30.7087379Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:47:30.8200119Z curl: (22) The requested URL returned error: 404
2025-08-20T22:47:30.8238310Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:47:30.8239150Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:47:31.1882327Z curl: (22) The requested URL returned error: 404
2025-08-20T22:47:31.1924061Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:47:31.1925634Z [+] Installing: zstd -> zstd
2025-08-20T22:47:31.2926956Z [+] Creating symlinks...
2025-08-20T22:47:31.3015982Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:47:31.3111440Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:47:31.3208278Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:47:31.3302756Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:47:31.3397804Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:47:31.3492979Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:47:31.3588560Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:47:31.3683466Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:47:31.3779425Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:47:31.3874019Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:47:31.3969890Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:47:31.4070058Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:47:31.4165461Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:47:31.4260256Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:47:31.4356489Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:47:31.4453670Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:47:31.4549783Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:47:31.4587922Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:47:31.4676844Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:47:31.4773653Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:47:31.4869984Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:47:31.4908702Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:47:31.5000975Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:47:31.5098148Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:47:31.5193455Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:47:31.5289616Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:47:31.5384694Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:47:31.5482276Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:47:31.5580226Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:47:31.5677096Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:47:31.5773609Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:47:31.5869720Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:47:31.5964974Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:47:31.6060952Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:47:31.6155370Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:47:31.6250836Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:47:31.6346605Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:47:31.6443045Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:47:31.6538415Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:47:31.6636001Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:47:31.6731296Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:47:31.6825693Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:47:31.6921382Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:47:31.7016106Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:47:31.7052794Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:47:31.7080372Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:47:31.7166107Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:47:31.7260311Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:47:31.7358101Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:47:31.7455938Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:47:31.7553938Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:47:31.7649370Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:47:31.7743935Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:47:31.7838815Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:47:31.7936998Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:47:31.8032142Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:47:31.8127589Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:47:31.8222205Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:47:31.8318581Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:47:31.8414349Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:47:31.8510757Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:47:31.8606577Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:47:31.8700694Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:47:31.8798467Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:47:31.8896766Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:47:31.8993569Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:47:31.9091128Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:47:31.9188846Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:47:31.9283741Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:47:31.9379544Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:47:31.9474037Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:47:31.9570413Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:47:31.9664695Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:47:31.9759323Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:47:31.9854705Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:47:31.9951061Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:47:32.0048879Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:47:32.0145644Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:47:32.0242232Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:47:32.0339767Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:47:32.0437958Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:47:32.0534273Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:47:32.0630023Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:47:32.0726694Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:47:32.0821773Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:47:32.0918702Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:47:32.1013766Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:47:32.1109777Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:47:32.1207496Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:47:32.1306515Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:47:32.1409118Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:47:32.1506866Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:47:32.1603878Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:47:32.1700971Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:47:32.1798272Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:47:32.1836629Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:47:32.1864691Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:47:32.1892397Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:47:32.1978996Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:47:32.2004845Z 
2025-08-20T22:47:32.2006153Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:47:32.2006579Z 
2025-08-20T22:47:32.2019816Z 
2025-08-20T22:47:32.2111747Z 
2025-08-20T22:47:32.2111990Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:47:32.2112223Z 
2025-08-20T22:47:32.2112398Z [+] Installation completed!
2025-08-20T22:47:32.2183340Z 
2025-08-20T22:47:32.2183529Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:47:32.4586391Z github.com
2025-08-20T22:47:32.4589100Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:47:32.4589744Z   - Active account: true
2025-08-20T22:47:32.4590097Z   - Git operations protocol: https
2025-08-20T22:47:32.4590507Z   - Token: ghp_************************************
2025-08-20T22:47:32.4591646Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:47:32.4592659Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:47:32.4593184Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:47:32.5945432Z Limit: 5000, Remaining: 3964, Reset: 2025-08-20 23:28:26 +0000 UTC (40m53s)
2025-08-20T22:47:32.5954249Z 
2025-08-20T22:47:32.5954499Z [+] GHCR_TOKEN is Exported
2025-08-20T22:47:32.5993722Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:47:32.7535506Z Login Succeeded
2025-08-20T22:47:32.7546430Z 
2025-08-20T22:47:32.7546598Z [+] GITLAB is Exported
2025-08-20T22:47:32.7858264Z [git remote -v]
2025-08-20T22:47:32.9857283Z gitlab.com
2025-08-20T22:47:32.9858341Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:47:32.9859717Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:47:32.9860859Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:47:32.9861875Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:47:32.9862874Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:47:32.9863603Z   ✓ Token found: **************************
2025-08-20T22:47:32.9864028Z 
2025-08-20T22:47:32.9864820Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:47:32.9866160Z [git remote -v]
2025-08-20T22:47:32.9878703Z 2025/08/20 22:47:32 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:47:32.9879575Z git: exit status 128]
2025-08-20T22:47:33.2153977Z 
2025-08-20T22:47:33.2154049Z 
2025-08-20T22:47:33.2155062Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:47:33 PM)
2025-08-20T22:47:33.2155875Z 
2025-08-20T22:47:33.2155880Z 
2025-08-20T22:47:33.2156023Z [+] USER = runner
2025-08-20T22:47:33.2156341Z [+] HOME = /home/runner
2025-08-20T22:47:33.2159751Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:47:33.2162362Z 
2025-08-20T22:47:33.2856707Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:47:33.3181430Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:47:33.3182815Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:47:33.3191923Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:47:33.3204306Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:47:33.3208037Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:47:33.3217840Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:47:34.4782560Z Reading package lists...
2025-08-20T22:47:34.5102882Z Reading package lists...
2025-08-20T22:47:34.6997907Z Building dependency tree...
2025-08-20T22:47:34.7005540Z Reading state information...
2025-08-20T22:47:34.8696149Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:47:34.8696910Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:47:34.8697602Z ca-certificates is already the newest version (20240203).
2025-08-20T22:47:34.8698329Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:47:34.8699034Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:47:34.8699497Z moreutils is already the newest version (0.69-1).
2025-08-20T22:47:34.8700019Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:47:34.8700573Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:47:34.8701367Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:47:34.9373477Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:47:34.9685063Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:47:34.9708556Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:47:34.9713127Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:47:34.9726868Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:47:34.9764033Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:47:34.9872027Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:47:36.1087063Z Reading package lists...
2025-08-20T22:47:36.1409999Z Reading package lists...
2025-08-20T22:47:36.3058448Z Building dependency tree...
2025-08-20T22:47:36.3066032Z Reading state information...
2025-08-20T22:47:36.4635561Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:47:36.4636585Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:47:36.4637236Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:47:36.4637715Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:47:36.4638241Z ca-certificates is already the newest version (20240203).
2025-08-20T22:47:36.4638754Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:47:36.4639228Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:47:36.4639690Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:47:36.4640105Z gawk set to manually installed.
2025-08-20T22:47:36.4640478Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:47:36.4640934Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:47:36.4641415Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:47:36.4641867Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:47:36.4642383Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:47:36.4642919Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:47:36.4643727Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:47:36.4644191Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:47:36.4644666Z The following additional packages will be installed:
2025-08-20T22:47:36.4645390Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:47:36.4646385Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:47:36.4647502Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:47:36.4648026Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:47:36.4648502Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:47:36.4649217Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:47:36.4649645Z Suggested packages:
2025-08-20T22:47:36.4649935Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:47:36.4650386Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:47:36.4650864Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:47:36.4661230Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:47:36.4661995Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:47:36.4662781Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:47:36.4663311Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:47:36.4973204Z The following NEW packages will be installed:
2025-08-20T22:47:36.4973814Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:47:36.4974912Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:47:36.4976838Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:47:36.4977915Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:47:36.4978933Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:47:36.4983303Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:47:36.4984869Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:47:36.5172711Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:47:36.5173362Z Need to get 27.5 MB of archives.
2025-08-20T22:47:36.5173965Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:47:36.5174684Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:47:36.5637338Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:47:36.6341464Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:47:36.7038554Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:47:36.7394762Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:47:36.7680403Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:47:36.7975847Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:47:36.8493070Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:47:36.8984007Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:47:36.9439529Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:47:36.9800286Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:47:37.2845944Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:47:37.3305767Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:47:37.3752219Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:47:37.4045062Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:47:37.4337509Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:47:37.4630381Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:47:37.4928402Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:47:37.6147290Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T22:47:37.6846141Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:47:37.7166835Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:47:37.7454850Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:47:37.7748836Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T22:47:37.8298729Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T22:47:37.8594153Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:47:37.8893939Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T22:47:37.9181775Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T22:47:37.9827820Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:47:38.0148360Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T22:47:38.0458943Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:47:38.0751113Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:47:38.1035908Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:47:38.1329953Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:47:38.1623313Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:47:38.2337048Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:47:38.2651475Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:47:38.2986689Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:47:38.5433176Z Preconfiguring packages ...
2025-08-20T22:47:38.6030364Z Fetched 27.5 MB in 2s (15.3 MB/s)
2025-08-20T22:47:38.6247510Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:47:38.6300691Z (Reading database ... 
2025-08-20T22:47:38.6301303Z (Reading database ... 5%
2025-08-20T22:47:38.6301820Z (Reading database ... 10%
2025-08-20T22:47:38.6302333Z (Reading database ... 15%
2025-08-20T22:47:38.6303079Z (Reading database ... 20%
2025-08-20T22:47:38.6303381Z (Reading database ... 25%
2025-08-20T22:47:38.6303675Z (Reading database ... 30%
2025-08-20T22:47:38.6303969Z (Reading database ... 35%
2025-08-20T22:47:38.6304261Z (Reading database ... 40%
2025-08-20T22:47:38.6304553Z (Reading database ... 45%
2025-08-20T22:47:38.6304847Z (Reading database ... 50%
2025-08-20T22:47:38.6326502Z (Reading database ... 55%
2025-08-20T22:47:38.6421185Z (Reading database ... 60%
2025-08-20T22:47:38.6442216Z (Reading database ... 65%
2025-08-20T22:47:38.6475661Z (Reading database ... 70%
2025-08-20T22:47:38.6499858Z (Reading database ... 75%
2025-08-20T22:47:38.6528382Z (Reading database ... 80%
2025-08-20T22:47:38.6667518Z (Reading database ... 85%
2025-08-20T22:47:38.6751284Z (Reading database ... 90%
2025-08-20T22:47:38.7021269Z (Reading database ... 95%
2025-08-20T22:47:38.7021747Z (Reading database ... 100%
2025-08-20T22:47:38.7022228Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:47:38.7065779Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:47:38.7266672Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:47:38.8710177Z Selecting previously unselected package poppler-data.
2025-08-20T22:47:38.8847062Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:47:38.8857096Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:47:39.0197280Z Selecting previously unselected package b3sum.
2025-08-20T22:47:39.0336661Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:47:39.0349315Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:47:39.0652299Z Selecting previously unselected package build-essential.
2025-08-20T22:47:39.0793456Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:47:39.0808557Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:47:39.1051140Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:47:39.1186714Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:47:39.1215522Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:47:39.1461113Z Selecting previously unselected package ccache.
2025-08-20T22:47:39.1596612Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:47:39.1609997Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:47:39.2070397Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:47:39.2213015Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:47:39.2226884Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:47:39.2536813Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:47:39.2676797Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:47:39.2689648Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:47:39.3041658Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:47:39.3180706Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:47:39.3193800Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:47:39.3724513Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:47:39.3863568Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:47:39.4519619Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:47:39.5545620Z Selecting previously unselected package libgs-common.
2025-08-20T22:47:39.5684039Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:47:39.5697038Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:39.5972812Z Selecting previously unselected package libgs10-common.
2025-08-20T22:47:39.6112628Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:47:39.6137730Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:39.6888457Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:47:39.7027237Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:47:39.7041997Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:47:39.7288022Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:47:39.7422572Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:47:39.7434900Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:47:39.7671291Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:47:39.7806173Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:47:39.7820252Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:47:39.8076760Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:47:39.8211578Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:47:39.8223602Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:47:39.8485775Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:47:39.8622543Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:47:39.8635340Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:39.9755008Z Selecting previously unselected package ghostscript.
2025-08-20T22:47:39.9895884Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:47:39.9910200Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:40.0222777Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:47:40.0361343Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:47:40.0374280Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:47:40.1239974Z Selecting previously unselected package imagemagick.
2025-08-20T22:47:40.1378495Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:47:40.1388662Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:47:40.1598013Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:47:40.1732587Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:47:40.1745307Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:47:40.1993001Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:47:40.2128229Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:47:40.2137625Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:47:40.2432045Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:47:40.2570294Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:47:40.2579705Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:47:40.2813521Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:47:40.2950235Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:47:40.2958998Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:47:40.3191136Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:47:40.3329674Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:47:40.3343685Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:47:40.3564791Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:47:40.3703388Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:47:40.3711534Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:47:40.4106270Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:47:40.4246159Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:47:40.4254745Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:47:40.4468864Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:47:40.4607018Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:47:40.4615661Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:47:40.5128464Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:47:40.5267200Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:47:40.5274781Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:47:40.5491498Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:47:40.5629900Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:47:40.5638257Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:47:40.5844744Z Selecting previously unselected package libtool-bin.
2025-08-20T22:47:40.5980948Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:47:40.5989456Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:47:40.6222943Z Selecting previously unselected package lzip.
2025-08-20T22:47:40.6358830Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:47:40.6366051Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:47:40.6585884Z Selecting previously unselected package netpbm.
2025-08-20T22:47:40.6722094Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:47:40.6730427Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:47:40.8503708Z Selecting previously unselected package musl:amd64.
2025-08-20T22:47:40.8646220Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:47:40.8655772Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:47:40.8965595Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:47:40.9103542Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:47:40.9112762Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:47:40.9784746Z Selecting previously unselected package musl-tools.
2025-08-20T22:47:40.9940612Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:47:40.9948189Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:47:41.0418517Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:47:41.1814720Z 
2025-08-20T22:47:41.1815472Z Creating config file /etc/papersize with new version
2025-08-20T22:47:41.2480119Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:47:41.2499359Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:47:41.2526048Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:47:41.2546210Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:47:41.2566751Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:41.2590855Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:47:41.2614267Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:47:41.2638299Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:47:41.2771852Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:47:41.2794936Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:47:41.2817237Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:47:41.2874083Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:47:41.2919657Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:47:41.2965495Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:47:41.2985265Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:47:41.3006182Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:47:41.3028001Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:47:41.3048185Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:47:41.3068243Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:47:41.3135740Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:47:41.3179834Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:47:41.3234973Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:47:41.3279613Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:47:41.3337820Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:47:41.3383147Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:47:41.3438535Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:47:41.3483965Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:47:41.3539571Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:47:41.3586013Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:47:41.3644396Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:47:41.3691634Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:47:41.3749313Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:47:41.3838354Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:47:41.3894511Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:47:41.3940705Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:47:41.4000404Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:47:41.4052008Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:47:41.4114118Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:47:41.4161738Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:47:41.4221403Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:47:41.4271869Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:47:41.4293064Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:47:41.4314287Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:47:41.4350348Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:47:41.4370881Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:47:41.4578417Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:47:41.4601315Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:47:41.4622300Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:47:41.4643059Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:47:41.4665058Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:47:41.4972103Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:47:41.4993582Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:47:41.5039035Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:47:41.5070775Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:47:41.5091208Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:47:41.5112760Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:47:41.5133787Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:47:41.6815081Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:47:41.6835023Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:41.6855692Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:41.6876561Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:47:41.6942546Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:47:41.9200543Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:47:42.1211610Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:47:42.6939603Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:47:44.8150023Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:47:52.0293254Z Reading package lists...
2025-08-20T22:47:52.1823849Z Building dependency tree...
2025-08-20T22:47:52.1831333Z Reading state information...
2025-08-20T22:47:52.3426526Z autoconf is already the newest version (2.71-3).
2025-08-20T22:47:52.3427288Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:47:52.3427963Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:47:52.3428599Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:47:52.3429268Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:47:52.3429937Z ca-certificates is already the newest version (20240203).
2025-08-20T22:47:52.3430546Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:47:52.3431113Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:47:52.3432027Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:47:52.3432631Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:47:52.3433248Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:47:52.3433843Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:47:52.3434377Z patch set to manually installed.
2025-08-20T22:47:52.3434899Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:47:52.3435692Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:47:52.3436278Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:47:52.3436838Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:47:52.3437249Z Suggested packages:
2025-08-20T22:47:52.3437516Z   scons-doc
2025-08-20T22:47:52.3566330Z The following NEW packages will be installed:
2025-08-20T22:47:52.3572590Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:47:52.3741010Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:47:52.3741616Z Need to get 15.8 MB of archives.
2025-08-20T22:47:52.3742182Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:47:52.3742880Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:47:52.4244207Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:47:52.4959488Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:47:52.5239603Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T22:47:52.9780191Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:47:53.0391305Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:47:53.2999488Z Fetched 15.8 MB in 1s (23.3 MB/s)
2025-08-20T22:47:53.3181013Z Selecting previously unselected package autopoint.
2025-08-20T22:47:53.3236108Z (Reading database ... 
2025-08-20T22:47:53.3236862Z (Reading database ... 5%
2025-08-20T22:47:53.3237270Z (Reading database ... 10%
2025-08-20T22:47:53.3237674Z (Reading database ... 15%
2025-08-20T22:47:53.3238056Z (Reading database ... 20%
2025-08-20T22:47:53.3238447Z (Reading database ... 25%
2025-08-20T22:47:53.3238841Z (Reading database ... 30%
2025-08-20T22:47:53.3239233Z (Reading database ... 35%
2025-08-20T22:47:53.3239622Z (Reading database ... 40%
2025-08-20T22:47:53.3240012Z (Reading database ... 45%
2025-08-20T22:47:53.3240413Z (Reading database ... 50%
2025-08-20T22:47:53.3261469Z (Reading database ... 55%
2025-08-20T22:47:53.3359969Z (Reading database ... 60%
2025-08-20T22:47:53.3382088Z (Reading database ... 65%
2025-08-20T22:47:53.3421760Z (Reading database ... 70%
2025-08-20T22:47:53.3442723Z (Reading database ... 75%
2025-08-20T22:47:53.3474723Z (Reading database ... 80%
2025-08-20T22:47:53.3616168Z (Reading database ... 85%
2025-08-20T22:47:53.3707838Z (Reading database ... 90%
2025-08-20T22:47:53.3969730Z (Reading database ... 95%
2025-08-20T22:47:53.3970282Z (Reading database ... 100%
2025-08-20T22:47:53.3970957Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:47:53.4014053Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:47:53.4023823Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:47:53.4267604Z Selecting previously unselected package clang.
2025-08-20T22:47:53.4404913Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:47:53.4412543Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:47:53.4611562Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:47:53.4747440Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:47:53.4755472Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:47:53.9247209Z Selecting previously unselected package scons.
2025-08-20T22:47:53.9388114Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:47:53.9398178Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:47:54.0031033Z Selecting previously unselected package byacc.
2025-08-20T22:47:54.0170515Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:47:54.0178416Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:47:54.0578971Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:47:54.0620978Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:47:54.0697594Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:47:54.0947322Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:47:54.4946915Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:47:54.4971926Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:47:59.0889168Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:48:00.5513894Z Reading package lists...
2025-08-20T22:48:00.7087114Z Building dependency tree...
2025-08-20T22:48:00.7094934Z Reading state information...
2025-08-20T22:48:00.8534815Z The following additional packages will be installed:
2025-08-20T22:48:00.8536219Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:48:00.8537179Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:48:00.8538069Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:48:00.8539125Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:48:00.8540109Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:48:00.8541061Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:48:00.8542059Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:48:00.8542911Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:48:00.8543497Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:48:00.8546982Z Suggested packages:
2025-08-20T22:48:00.8547356Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:48:00.8548128Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:48:00.8548572Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:48:00.8549008Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:48:00.8549471Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:48:00.8549913Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:48:00.8550360Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:48:00.8550847Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:48:00.8551205Z   wdiff-doc
2025-08-20T22:48:00.8551387Z Recommended packages:
2025-08-20T22:48:00.8551698Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:48:00.8552138Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:48:00.8552592Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:48:00.8553065Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:48:00.8725950Z The following NEW packages will be installed:
2025-08-20T22:48:00.8726862Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:48:00.8727832Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:48:00.8728830Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:48:00.8730043Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:48:00.8731166Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:48:00.8732247Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:48:00.8733679Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:48:00.8734748Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:48:00.8736231Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:48:00.8911766Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:00.8912352Z Need to get 2417 kB of archives.
2025-08-20T22:48:00.8912763Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:48:00.8913169Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:48:00.9366523Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:48:00.9655589Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:48:00.9941194Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:48:01.0227960Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:48:01.0544781Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:48:01.0830083Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:48:01.1114932Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:48:01.1398348Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:48:01.1687356Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:48:01.1974711Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:48:01.2258758Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:48:01.2544808Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:48:01.2829625Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:48:01.3115509Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:48:01.3400391Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:48:01.3692556Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:48:01.3976158Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:48:01.4750293Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:48:01.5089440Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:48:01.5379419Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:48:01.5721514Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:48:01.6758051Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:48:01.7061103Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:48:01.7348630Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:48:01.7633218Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:48:01.7917999Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:48:01.8202880Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:48:01.8498209Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:48:01.8786298Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:48:01.9071216Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:48:02.1984569Z Fetched 2417 kB in 1s (2284 kB/s)
2025-08-20T22:48:02.2170393Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:48:02.2225792Z (Reading database ... 
2025-08-20T22:48:02.2226293Z (Reading database ... 5%
2025-08-20T22:48:02.2226713Z (Reading database ... 10%
2025-08-20T22:48:02.2227181Z (Reading database ... 15%
2025-08-20T22:48:02.2227620Z (Reading database ... 20%
2025-08-20T22:48:02.2228086Z (Reading database ... 25%
2025-08-20T22:48:02.2228563Z (Reading database ... 30%
2025-08-20T22:48:02.2229054Z (Reading database ... 35%
2025-08-20T22:48:02.2229420Z (Reading database ... 40%
2025-08-20T22:48:02.2229719Z (Reading database ... 45%
2025-08-20T22:48:02.2230012Z (Reading database ... 50%
2025-08-20T22:48:02.2249638Z (Reading database ... 55%
2025-08-20T22:48:02.2345276Z (Reading database ... 60%
2025-08-20T22:48:02.2366892Z (Reading database ... 65%
2025-08-20T22:48:02.2401197Z (Reading database ... 70%
2025-08-20T22:48:02.2426061Z (Reading database ... 75%
2025-08-20T22:48:02.2456274Z (Reading database ... 80%
2025-08-20T22:48:02.2598991Z (Reading database ... 85%
2025-08-20T22:48:02.2693467Z (Reading database ... 90%
2025-08-20T22:48:02.2961330Z (Reading database ... 95%
2025-08-20T22:48:02.2961703Z (Reading database ... 100%
2025-08-20T22:48:02.2962188Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:48:02.3007415Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:48:02.3016653Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:48:02.3231432Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:48:02.3370188Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:48:02.3379254Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:48:02.3578842Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:48:02.3716413Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:48:02.3723879Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:48:02.3958706Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:48:02.4097997Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:48:02.4105044Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:48:02.4297270Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:48:02.4435877Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:48:02.4446140Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:48:02.4650209Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:48:02.4789380Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:48:02.4796288Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:48:02.5043321Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:48:02.5184677Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:48:02.5192743Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:48:02.5402324Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:48:02.5541559Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:48:02.5549210Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:48:02.5748015Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:48:02.5884849Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:48:02.5892822Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:48:02.6119850Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:48:02.6256617Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:48:02.6280241Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:48:02.6487642Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:48:02.6626742Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:48:02.6634592Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:48:02.6828614Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:48:02.6963873Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:48:02.6972631Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:48:02.7190777Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:48:02.7325018Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:48:02.7333382Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:48:02.7543183Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:48:02.7679299Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:48:02.7702166Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:48:02.7902467Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:48:02.8039993Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:48:02.8047808Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:48:02.8293638Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:48:02.8431202Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:48:02.8441279Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:48:02.8639236Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:48:02.8775767Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:48:02.8783516Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:48:02.9084237Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:48:02.9221229Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:48:02.9228760Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:48:02.9456610Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:48:02.9592182Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:48:02.9601334Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:48:02.9793770Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:48:02.9929750Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:48:02.9938579Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:48:03.0139579Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:48:03.0275945Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:48:03.0285421Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:48:03.0708265Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:48:03.0845622Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:48:03.0855736Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:48:03.1104044Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:48:03.1242057Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:48:03.1250086Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:48:03.1456903Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:48:03.1593395Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:48:03.1600525Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:48:03.1796678Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:48:03.1934660Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:48:03.1942485Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:48:03.2172092Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:48:03.2310011Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:48:03.2317875Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:48:03.2529050Z Selecting previously unselected package libwww-perl.
2025-08-20T22:48:03.2669383Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:48:03.2680105Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:48:03.2986248Z Selecting previously unselected package patchutils.
2025-08-20T22:48:03.3125486Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:48:03.3132724Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:48:03.3390815Z Selecting previously unselected package wdiff.
2025-08-20T22:48:03.3528245Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:48:03.3536829Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:48:03.3763138Z Selecting previously unselected package devscripts.
2025-08-20T22:48:03.3900812Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:48:03.4090784Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:48:03.5264413Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:48:03.5288189Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:48:03.5313040Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:48:03.5334431Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:48:03.5356080Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:48:03.5378769Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:48:03.5400818Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:48:03.5424314Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:48:03.5447747Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:48:03.5469990Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:48:03.5490716Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:48:03.5514223Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:48:03.5537181Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:48:03.5559452Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:48:03.5580769Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:48:03.5604196Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:48:03.5628234Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:48:03.5650083Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:48:03.5671657Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:48:03.5693309Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:48:03.5716155Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:48:03.5739384Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:48:03.5762829Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:48:03.5787147Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:48:03.5808591Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:48:03.5830630Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:48:03.5854898Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:48:03.5889742Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:48:03.5943839Z Setting up devscripts (2.23.7) ...
2025-08-20T22:48:03.7158562Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:48:03.7189781Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:48:08.3106358Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:48:09.8254495Z Reading package lists...
2025-08-20T22:48:09.9883962Z Building dependency tree...
2025-08-20T22:48:09.9892012Z Reading state information...
2025-08-20T22:48:10.1405040Z The following additional packages will be installed:
2025-08-20T22:48:10.1416259Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:48:10.1423538Z Suggested packages:
2025-08-20T22:48:10.1423968Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:48:10.1555921Z The following NEW packages will be installed:
2025-08-20T22:48:10.1562433Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:48:10.1729474Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:10.1730104Z Need to get 13.6 MB of archives.
2025-08-20T22:48:10.1730679Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:48:10.1731350Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:48:10.2219869Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:48:10.2520691Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:48:10.2822885Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:48:10.3711222Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:48:10.8176932Z Fetched 13.6 MB in 0s (34.4 MB/s)
2025-08-20T22:48:10.8367174Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:48:10.8423370Z (Reading database ... 
2025-08-20T22:48:10.8423939Z (Reading database ... 5%
2025-08-20T22:48:10.8424522Z (Reading database ... 10%
2025-08-20T22:48:10.8425083Z (Reading database ... 15%
2025-08-20T22:48:10.8425685Z (Reading database ... 20%
2025-08-20T22:48:10.8426029Z (Reading database ... 25%
2025-08-20T22:48:10.8426369Z (Reading database ... 30%
2025-08-20T22:48:10.8426695Z (Reading database ... 35%
2025-08-20T22:48:10.8427048Z (Reading database ... 40%
2025-08-20T22:48:10.8427369Z (Reading database ... 45%
2025-08-20T22:48:10.8427694Z (Reading database ... 50%
2025-08-20T22:48:10.8446899Z (Reading database ... 55%
2025-08-20T22:48:10.8538658Z (Reading database ... 60%
2025-08-20T22:48:10.8560166Z (Reading database ... 65%
2025-08-20T22:48:10.8594890Z (Reading database ... 70%
2025-08-20T22:48:10.8618880Z (Reading database ... 75%
2025-08-20T22:48:10.8650394Z (Reading database ... 80%
2025-08-20T22:48:10.8786633Z (Reading database ... 85%
2025-08-20T22:48:10.8877726Z (Reading database ... 90%
2025-08-20T22:48:10.9139651Z (Reading database ... 95%
2025-08-20T22:48:10.9140159Z (Reading database ... 100%
2025-08-20T22:48:10.9140736Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:48:10.9186750Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:48:10.9203530Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:48:10.9433279Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:48:10.9571543Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:48:10.9580192Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:48:10.9809650Z Selecting previously unselected package cmake-data.
2025-08-20T22:48:10.9946103Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:48:11.0009838Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:48:11.5812220Z Selecting previously unselected package cmake.
2025-08-20T22:48:11.5966238Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:48:11.5975085Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:48:11.7943770Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:48:11.7974071Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:48:11.7993880Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:48:11.8060655Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:48:11.8085682Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:48:16.0844469Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:48:16.6482810Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T22:48:16.6484487Z Running kernel seems to be up-to-date.
2025-08-20T22:48:16.6484765Z 
2025-08-20T22:48:16.6484893Z Restarting services...
2025-08-20T22:48:16.6544506Z 
2025-08-20T22:48:16.6544768Z Service restarts being deferred:
2025-08-20T22:48:16.6545423Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:48:16.6545655Z 
2025-08-20T22:48:16.6546335Z No containers need to be restarted.
2025-08-20T22:48:16.6546743Z 
2025-08-20T22:48:16.6546994Z No user sessions are running outdated binaries.
2025-08-20T22:48:16.6547411Z 
2025-08-20T22:48:16.6547848Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:48:17.5476623Z Reading package lists...
2025-08-20T22:48:17.7213248Z Building dependency tree...
2025-08-20T22:48:17.7221468Z Reading state information...
2025-08-20T22:48:17.9213314Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:48:17.9213939Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:48:17.9214312Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:48:17.9214927Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:48:17.9215698Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:48:17.9216170Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:48:17.9216737Z ca-certificates is already the newest version (20240203).
2025-08-20T22:48:17.9217181Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:48:17.9217637Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:48:17.9218142Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:48:17.9218594Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:48:17.9219044Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:48:17.9219823Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:48:17.9234800Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:48:17.9235843Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:48:17.9236404Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:48:17.9236968Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:48:17.9237514Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:48:17.9238004Z musl is already the newest version (1.2.4-2).
2025-08-20T22:48:17.9238497Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:48:17.9239011Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:48:17.9239606Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:48:17.9240208Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:48:17.9240713Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:48:17.9241228Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:48:17.9241795Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:17.9455273Z Reading package lists...
2025-08-20T22:48:18.1067249Z Building dependency tree...
2025-08-20T22:48:18.1075355Z Reading state information...
2025-08-20T22:48:18.2811957Z autoconf is already the newest version (2.71-3).
2025-08-20T22:48:18.2812718Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:48:18.2813233Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:48:18.2813709Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:48:18.2814180Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:48:18.2814907Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:48:18.2815578Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:48:18.2816040Z ca-certificates is already the newest version (20240203).
2025-08-20T22:48:18.2816506Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:48:18.2816924Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:48:18.2817329Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:48:18.2817757Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:48:18.2818193Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:48:18.2818632Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:48:18.2819099Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:48:18.2819692Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:48:18.2820322Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:48:18.2821072Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:48:18.2821801Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:48:18.2822404Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:48:18.2823055Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:48:18.2823788Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:18.3053392Z Reading package lists...
2025-08-20T22:48:18.4831997Z Building dependency tree...
2025-08-20T22:48:18.4840128Z Reading state information...
2025-08-20T22:48:18.6590304Z devscripts is already the newest version (2.23.7).
2025-08-20T22:48:18.6590842Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:18.6822706Z Reading package lists...
2025-08-20T22:48:18.8432753Z Building dependency tree...
2025-08-20T22:48:18.8441509Z Reading state information...
2025-08-20T22:48:19.0178007Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:48:19.0178703Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:19.0413250Z Reading package lists...
2025-08-20T22:48:19.2001433Z Building dependency tree...
2025-08-20T22:48:19.2009158Z Reading state information...
2025-08-20T22:48:19.3535757Z Suggested packages:
2025-08-20T22:48:19.3536167Z   binutils-doc
2025-08-20T22:48:19.3809502Z The following NEW packages will be installed:
2025-08-20T22:48:19.3815926Z   binutils-aarch64-linux-gnu
2025-08-20T22:48:19.3983951Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:19.4217218Z Need to get 3711 kB of archives.
2025-08-20T22:48:19.4702849Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:48:19.4703773Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:48:19.4704759Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T22:48:19.8142818Z Fetched 3711 kB in 0s (25.5 MB/s)
2025-08-20T22:48:19.8346794Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:48:19.8403172Z (Reading database ... 
2025-08-20T22:48:19.8403768Z (Reading database ... 5%
2025-08-20T22:48:19.8404242Z (Reading database ... 10%
2025-08-20T22:48:19.8404686Z (Reading database ... 15%
2025-08-20T22:48:19.8405280Z (Reading database ... 20%
2025-08-20T22:48:19.8405721Z (Reading database ... 25%
2025-08-20T22:48:19.8406154Z (Reading database ... 30%
2025-08-20T22:48:19.8406603Z (Reading database ... 35%
2025-08-20T22:48:19.8407090Z (Reading database ... 40%
2025-08-20T22:48:19.8407494Z (Reading database ... 45%
2025-08-20T22:48:19.8407796Z (Reading database ... 50%
2025-08-20T22:48:19.8426984Z (Reading database ... 55%
2025-08-20T22:48:19.8521952Z (Reading database ... 60%
2025-08-20T22:48:19.8543928Z (Reading database ... 65%
2025-08-20T22:48:19.8580049Z (Reading database ... 70%
2025-08-20T22:48:19.8604395Z (Reading database ... 75%
2025-08-20T22:48:19.8635938Z (Reading database ... 80%
2025-08-20T22:48:19.8777133Z (Reading database ... 85%
2025-08-20T22:48:19.8872029Z (Reading database ... 90%
2025-08-20T22:48:19.9151485Z (Reading database ... 95%
2025-08-20T22:48:19.9152063Z (Reading database ... 100%
2025-08-20T22:48:19.9152799Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:48:19.9203005Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:48:19.9218264Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:48:20.0801086Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:48:20.0828538Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:48:20.0967444Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:48:25.6374950Z Reading package lists...
2025-08-20T22:48:25.7917871Z Building dependency tree...
2025-08-20T22:48:25.7926810Z Reading state information...
2025-08-20T22:48:25.9459661Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:48:25.9460430Z The following additional packages will be installed:
2025-08-20T22:48:25.9461045Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:48:25.9461773Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:48:25.9462596Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:48:25.9463337Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:48:25.9463988Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:48:25.9464536Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:48:25.9465521Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:48:25.9466298Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:48:25.9467049Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:48:25.9467766Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:48:25.9468476Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:48:25.9469289Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:48:25.9470458Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:48:25.9471214Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:48:25.9471929Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:48:25.9472597Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:48:25.9473300Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:48:25.9473954Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:48:25.9474611Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:48:25.9475427Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:48:25.9476147Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:48:25.9476759Z   linux-libc-dev-armhf-cross
2025-08-20T22:48:25.9484677Z Suggested packages:
2025-08-20T22:48:25.9485369Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:48:25.9486173Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:48:26.0033294Z The following NEW packages will be installed:
2025-08-20T22:48:26.0033994Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:48:26.0034812Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:48:26.0035918Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:48:26.0036780Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:48:26.0037611Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:48:26.0038772Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:48:26.0039478Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:48:26.0040325Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:48:26.0041199Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:48:26.0042009Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:48:26.0042869Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:48:26.0043698Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:48:26.0044581Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:48:26.0045704Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:48:26.0046573Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:48:26.0047420Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:48:26.0048164Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:48:26.0048884Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:48:26.0049591Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:48:26.0050280Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:48:26.0051064Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:48:26.0051930Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:48:26.0052622Z   linux-libc-dev-armhf-cross
2025-08-20T22:48:26.0249800Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:26.0250494Z Need to get 171 MB of archives.
2025-08-20T22:48:26.0251070Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:48:26.0251778Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:48:26.0757482Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:48:26.1050129Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T22:48:26.4313742Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:48:26.4595981Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:48:26.7480598Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:48:26.7772476Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:48:27.0184266Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T22:48:27.0493394Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T22:48:27.0774664Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T22:48:27.1076004Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:48:27.1365041Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:48:27.1653330Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:48:27.2464674Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T22:48:27.2750898Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T22:48:27.3048372Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T22:48:27.3333736Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T22:48:27.4151133Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T22:48:27.4839304Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T22:48:27.5149615Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T22:48:27.5712284Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T22:48:27.6293903Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T22:48:27.6607118Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T22:48:27.6952125Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T22:48:27.8243518Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T22:48:28.1867357Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T22:48:28.2685742Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:48:28.3534861Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T22:48:28.4677144Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T22:48:28.7848029Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T22:48:28.9076885Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:48:28.9369414Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:48:28.9657438Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:48:29.0304875Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:48:29.1072177Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:48:29.1364888Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:48:29.1716759Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:48:29.2880965Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:48:29.3452319Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:48:29.4073586Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:48:29.4748859Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:48:29.7917006Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:48:29.8728901Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:48:29.9554243Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:48:30.0628270Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:48:30.3123830Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T22:48:30.4310908Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:48:30.5149058Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:48:30.5432257Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:48:30.5722051Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:48:30.6007971Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:48:30.7798294Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:48:30.8370007Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:48:30.9505785Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:48:31.2780615Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:48:32.2372774Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:48:32.3204895Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:48:32.4077369Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:48:32.5206168Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:48:32.7663801Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T22:48:32.7941657Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T22:48:32.8220654Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:48:32.8500390Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T22:48:32.8778556Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T22:48:32.9060166Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:48:33.2269428Z Fetched 171 MB in 7s (24.7 MB/s)
2025-08-20T22:48:33.2464830Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:48:33.2520653Z (Reading database ... 
2025-08-20T22:48:33.2521365Z (Reading database ... 5%
2025-08-20T22:48:33.2521832Z (Reading database ... 10%
2025-08-20T22:48:33.2522342Z (Reading database ... 15%
2025-08-20T22:48:33.2522827Z (Reading database ... 20%
2025-08-20T22:48:33.2523227Z (Reading database ... 25%
2025-08-20T22:48:33.2523525Z (Reading database ... 30%
2025-08-20T22:48:33.2523820Z (Reading database ... 35%
2025-08-20T22:48:33.2524135Z (Reading database ... 40%
2025-08-20T22:48:33.2524437Z (Reading database ... 45%
2025-08-20T22:48:33.2524742Z (Reading database ... 50%
2025-08-20T22:48:33.2545315Z (Reading database ... 55%
2025-08-20T22:48:33.2637381Z (Reading database ... 60%
2025-08-20T22:48:33.2658887Z (Reading database ... 65%
2025-08-20T22:48:33.2693548Z (Reading database ... 70%
2025-08-20T22:48:33.2717281Z (Reading database ... 75%
2025-08-20T22:48:33.2748978Z (Reading database ... 80%
2025-08-20T22:48:33.2887017Z (Reading database ... 85%
2025-08-20T22:48:33.2979695Z (Reading database ... 90%
2025-08-20T22:48:33.3256249Z (Reading database ... 95%
2025-08-20T22:48:33.3256642Z (Reading database ... 100%
2025-08-20T22:48:33.3257101Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:48:33.3302799Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:33.3314003Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:33.3532070Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:48:33.3672080Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:33.3702668Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:33.5249785Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:48:33.5392475Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:33.5400189Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:33.5656122Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:48:33.5795304Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:33.5830681Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:33.7209190Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:48:33.7349893Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:33.7357899Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:33.7563579Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:48:33.7705690Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:33.7735861Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:33.9069577Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:48:33.9212969Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:48:33.9220529Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:33.9419592Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:48:33.9560536Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:48:33.9567459Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:48:33.9759500Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:48:33.9900624Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:48:33.9909622Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:34.0101640Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:48:34.0240109Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.0248200Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.0441130Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:48:34.0580451Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.0588003Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.0792208Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:48:34.0930179Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:48:34.0937712Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:34.1316528Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:48:34.1455538Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.1463313Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.1669426Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:48:34.1808123Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.1815702Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.2038875Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:48:34.2179647Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.2187679Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.2396050Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:48:34.2534017Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.2542378Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.2738800Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:48:34.2876407Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.2884581Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.3211262Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:48:34.3348624Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.3357461Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.3604401Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:48:34.3741075Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.3748583Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.4058323Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:48:34.4198493Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.4205543Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.4545912Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:48:34.4687496Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.4695562Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.4931032Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:48:34.5071125Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.5080738Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.5334358Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:48:34.5473631Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:34.5482073Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.6461775Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:48:34.6603631Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:34.6636204Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:34.9302461Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:48:34.9443679Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:48:34.9451115Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:48:35.1421951Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:48:35.1567102Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:48:35.1575309Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:35.2801263Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:48:35.2944996Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:35.2952602Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:35.5296585Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:48:35.5442651Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:35.5475322Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:35.7016573Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:48:35.7160259Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:48:35.7177611Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:48:35.8062419Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:48:35.8204722Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:35.8212346Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:35.8416998Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:48:35.8557344Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:35.8564660Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:35.8761392Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:48:35.8901855Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:48:35.8908957Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:35.9243045Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:48:35.9383945Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:35.9391597Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:35.9590927Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:48:35.9733839Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:35.9742372Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:35.9959720Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:48:36.0098795Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:36.0106432Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:36.0302528Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:48:36.0442185Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:36.0450531Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:36.1083157Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:48:36.1227396Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:36.1235527Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:36.1543537Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:48:36.1686591Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:36.1695474Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:36.2089396Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:48:36.2232193Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:36.2240789Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:36.2802902Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:48:36.2947846Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:36.2978259Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:36.5418539Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:48:36.5561070Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:48:36.5568399Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:48:36.7502952Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:48:36.7650925Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:48:36.7659789Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:36.8973477Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:48:36.9117597Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:36.9126181Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.1252641Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:48:37.1400030Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:37.1434027Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.2924921Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:48:37.3072356Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:48:37.3081527Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:48:37.3972032Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:48:37.4115831Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:48:37.4123866Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:37.4468072Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:48:37.4611103Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:37.4618703Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.4821694Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:48:37.4962340Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:37.4970013Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.5174518Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:48:37.5316352Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:37.5325389Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.5521326Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:48:37.5665550Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:37.5674769Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.6345803Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:48:37.6489215Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:37.6497171Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.6780046Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:48:37.6923483Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:37.6931095Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.7279931Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:48:37.7425950Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:37.7435746Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:37.7951564Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:48:37.8097138Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:37.8130421Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:38.0521432Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:48:38.0667331Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:48:38.0677950Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:48:38.2561692Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:48:38.2710601Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:48:38.2718654Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:38.3876683Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:48:38.4022643Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:48:38.4030930Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:38.6110478Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:48:38.6260251Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:48:38.6295249Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:38.7786163Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:48:38.7932402Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:48:38.7940774Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:38.8142961Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:48:38.8286877Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:48:38.8295408Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:38.8484316Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:48:38.8626511Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:48:38.8634256Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:48:38.8833627Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:48:38.8975954Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:48:38.8983302Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:48:38.9168535Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:48:38.9314672Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:48:38.9322412Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:38.9535612Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:48:38.9680416Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:48:38.9688569Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:39.0126412Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:48:39.0149438Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:39.0168525Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0187658Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0206570Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0227276Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:48:39.0253274Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0274035Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:39.0294522Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:48:39.0316204Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0334894Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:48:39.0354055Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:39.0373515Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0397980Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0418480Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0439897Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:39.0460079Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:48:39.0480875Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0500934Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0524693Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0579102Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0602454Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0624763Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0646416Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0670128Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0690578Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0711406Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0732074Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0752848Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0771802Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:39.0792360Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0811034Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:48:39.0832066Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0853660Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0880128Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0901023Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:39.0921188Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:48:39.0941918Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0966527Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.0991184Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1012605Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1037195Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1057411Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:39.1080794Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1101918Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1122212Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1142885Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1162445Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1184100Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1207225Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1227146Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1249236Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:48:39.1269604Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1290339Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1312031Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1331848Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1356876Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1377308Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:48:39.1397878Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:39.1418814Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1439333Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:48:39.1460765Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:39.1481540Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:39.1503989Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:48:39.1529037Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:48:39.1546296Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:48:39.1633873Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:48:43.5173984Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:48:44.9453466Z Reading package lists...
2025-08-20T22:48:45.1052527Z Building dependency tree...
2025-08-20T22:48:45.1060523Z Reading state information...
2025-08-20T22:48:45.2541637Z The following additional packages will be installed:
2025-08-20T22:48:45.2542662Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:48:45.2546241Z   libpcap0.8-dev
2025-08-20T22:48:45.2824450Z The following NEW packages will be installed:
2025-08-20T22:48:45.2825553Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:48:45.2831944Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:48:45.2998691Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:45.3228979Z Need to get 1613 kB of archives.
2025-08-20T22:48:45.3229774Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:48:45.3230726Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:48:45.4615491Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T22:48:45.4938628Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:48:45.5230837Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T22:48:45.5552872Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T22:48:45.5859383Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:48:45.6462488Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:48:45.6808102Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:48:45.7089461Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:48:45.9742155Z Fetched 1613 kB in 0s (4053 kB/s)
2025-08-20T22:48:45.9937940Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:48:45.9997275Z (Reading database ... 
2025-08-20T22:48:45.9997946Z (Reading database ... 5%
2025-08-20T22:48:45.9998363Z (Reading database ... 10%
2025-08-20T22:48:45.9998742Z (Reading database ... 15%
2025-08-20T22:48:45.9999143Z (Reading database ... 20%
2025-08-20T22:48:45.9999517Z (Reading database ... 25%
2025-08-20T22:48:45.9999872Z (Reading database ... 30%
2025-08-20T22:48:46.0000229Z (Reading database ... 35%
2025-08-20T22:48:46.0000578Z (Reading database ... 40%
2025-08-20T22:48:46.0000927Z (Reading database ... 45%
2025-08-20T22:48:46.0001274Z (Reading database ... 50%
2025-08-20T22:48:46.0097858Z (Reading database ... 55%
2025-08-20T22:48:46.0117874Z (Reading database ... 60%
2025-08-20T22:48:46.0140085Z (Reading database ... 65%
2025-08-20T22:48:46.0180338Z (Reading database ... 70%
2025-08-20T22:48:46.0203682Z (Reading database ... 75%
2025-08-20T22:48:46.0238364Z (Reading database ... 80%
2025-08-20T22:48:46.0387169Z (Reading database ... 85%
2025-08-20T22:48:46.0485005Z (Reading database ... 90%
2025-08-20T22:48:46.0762521Z (Reading database ... 95%
2025-08-20T22:48:46.0763211Z (Reading database ... 100%
2025-08-20T22:48:46.0764018Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:48:46.0806763Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:48:46.0816114Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:48:46.1125504Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:48:46.1274365Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:48:46.1290735Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:48:46.1516453Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:48:46.1663819Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:48:46.1671835Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:48:46.2116719Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:48:46.2263440Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:48:46.2271540Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:48:46.2523383Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:48:46.2668646Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:48:46.2677183Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:48:46.3390670Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:48:46.3538725Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:48:46.3576208Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:48:46.3949664Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:48:46.4096114Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:48:46.4103390Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:48:46.4314814Z Selecting previously unselected package pcaputils.
2025-08-20T22:48:46.4460087Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:48:46.4490354Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:48:46.4925412Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:48:46.4946208Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:48:46.6747956Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:48:46.6770241Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:48:46.6867268Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:48:46.9795095Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:48:46.9814411Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:48:46.9862845Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:48:47.0005939Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:48:51.6866832Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:48:51.7456572Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:48:51.7480114Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:48:53.2393471Z Reading package lists...
2025-08-20T22:48:53.4045575Z Building dependency tree...
2025-08-20T22:48:53.4054229Z Reading state information...
2025-08-20T22:48:53.4494437Z Reading package lists...
2025-08-20T22:48:53.6229509Z Building dependency tree...
2025-08-20T22:48:53.6237896Z Reading state information...
2025-08-20T22:48:53.7900714Z The following additional packages will be installed:
2025-08-20T22:48:53.7905847Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:48:53.7911823Z Suggested packages:
2025-08-20T22:48:53.7912386Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:48:53.7912927Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:48:53.8087808Z The following NEW packages will be installed:
2025-08-20T22:48:53.8088440Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:48:53.8093583Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:48:53.8270167Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:48:53.8272406Z Need to get 800 kB of archives.
2025-08-20T22:48:53.8272957Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:48:53.8273512Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:48:53.8733989Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:48:53.9026323Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:48:53.9312536Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:48:53.9867218Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:48:54.0160198Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T22:48:54.0446121Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T22:48:54.0766274Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T22:48:54.1049526Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:48:54.1336356Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:48:54.3957511Z Fetched 800 kB in 0s (2521 kB/s)
2025-08-20T22:48:54.4175705Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:48:54.4234755Z (Reading database ... 
2025-08-20T22:48:54.4235443Z (Reading database ... 5%
2025-08-20T22:48:54.4235943Z (Reading database ... 10%
2025-08-20T22:48:54.4236450Z (Reading database ... 15%
2025-08-20T22:48:54.4237220Z (Reading database ... 20%
2025-08-20T22:48:54.4237708Z (Reading database ... 25%
2025-08-20T22:48:54.4238185Z (Reading database ... 30%
2025-08-20T22:48:54.4238673Z (Reading database ... 35%
2025-08-20T22:48:54.4239149Z (Reading database ... 40%
2025-08-20T22:48:54.4239625Z (Reading database ... 45%
2025-08-20T22:48:54.4240002Z (Reading database ... 50%
2025-08-20T22:48:54.4334584Z (Reading database ... 55%
2025-08-20T22:48:54.4355759Z (Reading database ... 60%
2025-08-20T22:48:54.4377661Z (Reading database ... 65%
2025-08-20T22:48:54.4417782Z (Reading database ... 70%
2025-08-20T22:48:54.4440206Z (Reading database ... 75%
2025-08-20T22:48:54.4475947Z (Reading database ... 80%
2025-08-20T22:48:54.4623824Z (Reading database ... 85%
2025-08-20T22:48:54.4719772Z (Reading database ... 90%
2025-08-20T22:48:54.4995702Z (Reading database ... 95%
2025-08-20T22:48:54.4996046Z (Reading database ... 100%
2025-08-20T22:48:54.4996539Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:48:54.5041743Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:48:54.5076086Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:48:54.5282309Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:48:54.5426264Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:48:54.5434344Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:48:54.5649860Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:48:54.5792341Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:48:54.5799461Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:48:54.6625498Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:48:54.6772321Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:48:54.6780383Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:48:54.7036308Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:48:54.7181448Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:48:54.7189239Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:48:54.7415557Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:48:54.7556049Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:48:54.7564112Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:48:54.7834847Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:48:54.7976541Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:48:54.7984055Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:48:54.8198717Z Selecting previously unselected package lzma.
2025-08-20T22:48:54.8339790Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:48:54.8348239Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:48:54.8594660Z Selecting previously unselected package lzma-dev.
2025-08-20T22:48:54.8737984Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:48:54.8745998Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:48:54.9195092Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:48:54.9216883Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:48:54.9238777Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:48:54.9256821Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:48:54.9276361Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:48:54.9339084Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:48:54.9365932Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:48:54.9386886Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:48:54.9406409Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:48:54.9426002Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:48:54.9450193Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:48:54.9591598Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:48:59.2970579Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:48:59.9351517Z 
2025-08-20T22:48:59.9352156Z Running kernel seems to be up-to-date.
2025-08-20T22:48:59.9352506Z 
2025-08-20T22:48:59.9352647Z Restarting services...
2025-08-20T22:48:59.9414672Z 
2025-08-20T22:48:59.9415286Z Service restarts being deferred:
2025-08-20T22:48:59.9415854Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:48:59.9416233Z 
2025-08-20T22:48:59.9416456Z No containers need to be restarted.
2025-08-20T22:48:59.9416745Z 
2025-08-20T22:48:59.9416936Z No user sessions are running outdated binaries.
2025-08-20T22:48:59.9417261Z 
2025-08-20T22:48:59.9417560Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:49:00.8232593Z Reading package lists...
2025-08-20T22:49:00.9835959Z Building dependency tree...
2025-08-20T22:49:00.9844046Z Reading state information...
2025-08-20T22:49:01.1847068Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:49:01.1847854Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:49:01.1848445Z inetutils-telnet set to manually installed.
2025-08-20T22:49:01.1848981Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:49:01.1849569Z The following additional packages will be installed:
2025-08-20T22:49:01.1850048Z   tcpd update-inetd
2025-08-20T22:49:01.2012425Z The following packages will be REMOVED:
2025-08-20T22:49:01.2024062Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:49:01.2025404Z The following NEW packages will be installed:
2025-08-20T22:49:01.2026153Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:49:01.2026804Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:49:01.2033004Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:49:01.2200932Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:49:01.2201450Z Need to get 698 kB of archives.
2025-08-20T22:49:01.2202040Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:49:01.2202439Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:49:01.2670339Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:49:01.3010008Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:49:01.3296190Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:49:01.3586062Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:49:01.4050312Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:49:01.4343980Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:49:01.4632250Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:49:01.4922247Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:49:01.5213963Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:49:01.5531556Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:49:01.5820024Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:49:01.6112910Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:49:01.6396273Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:49:01.8704053Z Preconfiguring packages ...
2025-08-20T22:49:01.9745389Z Fetched 698 kB in 0s (1622 kB/s)
2025-08-20T22:49:01.9928932Z (Reading database ... 
2025-08-20T22:49:01.9929387Z (Reading database ... 5%
2025-08-20T22:49:01.9929764Z (Reading database ... 10%
2025-08-20T22:49:01.9930129Z (Reading database ... 15%
2025-08-20T22:49:01.9930407Z (Reading database ... 20%
2025-08-20T22:49:01.9930654Z (Reading database ... 25%
2025-08-20T22:49:01.9930894Z (Reading database ... 30%
2025-08-20T22:49:01.9931119Z (Reading database ... 35%
2025-08-20T22:49:01.9931353Z (Reading database ... 40%
2025-08-20T22:49:01.9931590Z (Reading database ... 45%
2025-08-20T22:49:01.9931823Z (Reading database ... 50%
2025-08-20T22:49:01.9954805Z (Reading database ... 55%
2025-08-20T22:49:02.0051312Z (Reading database ... 60%
2025-08-20T22:49:02.0073583Z (Reading database ... 65%
2025-08-20T22:49:02.0113952Z (Reading database ... 70%
2025-08-20T22:49:02.0137307Z (Reading database ... 75%
2025-08-20T22:49:02.0174661Z (Reading database ... 80%
2025-08-20T22:49:02.0323242Z (Reading database ... 85%
2025-08-20T22:49:02.0425880Z (Reading database ... 90%
2025-08-20T22:49:02.0712505Z (Reading database ... 95%
2025-08-20T22:49:02.0712881Z (Reading database ... 100%
2025-08-20T22:49:02.0713302Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:49:02.0756514Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:49:02.0900467Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:49:02.1045608Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:49:02.4763260Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:49:02.4824597Z (Reading database ... 
2025-08-20T22:49:02.4825408Z (Reading database ... 5%
2025-08-20T22:49:02.4825826Z (Reading database ... 10%
2025-08-20T22:49:02.4826201Z (Reading database ... 15%
2025-08-20T22:49:02.4826568Z (Reading database ... 20%
2025-08-20T22:49:02.4826948Z (Reading database ... 25%
2025-08-20T22:49:02.4827305Z (Reading database ... 30%
2025-08-20T22:49:02.4827656Z (Reading database ... 35%
2025-08-20T22:49:02.4828324Z (Reading database ... 40%
2025-08-20T22:49:02.4828677Z (Reading database ... 45%
2025-08-20T22:49:02.4829030Z (Reading database ... 50%
2025-08-20T22:49:02.4852829Z (Reading database ... 55%
2025-08-20T22:49:02.4963300Z (Reading database ... 60%
2025-08-20T22:49:02.4987865Z (Reading database ... 65%
2025-08-20T22:49:02.5033189Z (Reading database ... 70%
2025-08-20T22:49:02.5058610Z (Reading database ... 75%
2025-08-20T22:49:02.5098577Z (Reading database ... 80%
2025-08-20T22:49:02.5247812Z (Reading database ... 85%
2025-08-20T22:49:02.5354570Z (Reading database ... 90%
2025-08-20T22:49:02.5647502Z (Reading database ... 95%
2025-08-20T22:49:02.5647899Z (Reading database ... 100%
2025-08-20T22:49:02.5648339Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:49:02.5694182Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.5731878Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.5982640Z Selecting previously unselected package tcpd.
2025-08-20T22:49:02.6128946Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:49:02.6138129Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:49:02.6375850Z Selecting previously unselected package update-inetd.
2025-08-20T22:49:02.6520744Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:49:02.6528643Z Unpacking update-inetd (4.53) ...
2025-08-20T22:49:02.6768241Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:49:02.6913456Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.6962625Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.7203837Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:49:02.7349481Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.7356720Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.7593511Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:49:02.7738758Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.7750648Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.7987386Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:49:02.8132203Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.8140872Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.8366687Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:49:02.8510799Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.8517856Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.8734327Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:49:02.8880432Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.8888515Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.9103673Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:49:02.9250474Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.9259421Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.9478494Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:49:02.9623171Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:02.9630787Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:49:02.9862922Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:49:03.0007135Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:49:03.0014519Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:49:03.0255531Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:49:03.0401382Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:49:03.0409382Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:49:03.0831833Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:49:03.0911776Z Setting up update-inetd (4.53) ...
2025-08-20T22:49:03.1800679Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:49:03.1863418Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:49:03.1882121Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:03.6023158Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:49:03.6023623Z 
2025-08-20T22:49:03.6023750Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:49:03.6023953Z 
2025-08-20T22:49:03.6024475Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:49:03.6025430Z 
2025-08-20T22:49:03.6026428Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:49:03.6027423Z 
2025-08-20T22:49:03.9182150Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:49:03.9270739Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:49:03.9332521Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:49:03.9351688Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:49:03.9381821Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:49:03.9413111Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:49:03.9447170Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:04.3562444Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:49:04.3562870Z 
2025-08-20T22:49:04.3563681Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:49:04.3564585Z 
2025-08-20T22:49:04.6628283Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:04.7639361Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:04.8332851Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:49:04.9125751Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:49:11.1284990Z Reading package lists...
2025-08-20T22:49:11.2967903Z Building dependency tree...
2025-08-20T22:49:11.2976309Z Reading state information...
2025-08-20T22:49:11.5088860Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:49:11.5089430Z iputils-tracepath set to manually installed.
2025-08-20T22:49:11.5089761Z The following packages will be REMOVED:
2025-08-20T22:49:11.5101781Z   inetutils-ping
2025-08-20T22:49:11.5103598Z The following NEW packages will be installed:
2025-08-20T22:49:11.5112627Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:49:11.5291637Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:49:11.5292135Z Need to get 71.5 kB of archives.
2025-08-20T22:49:11.5292512Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:49:11.5292919Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:49:11.5813930Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:49:11.6105730Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:49:11.6388165Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:49:11.9453694Z Fetched 71.5 kB in 0s (594 kB/s)
2025-08-20T22:49:11.9641836Z (Reading database ... 
2025-08-20T22:49:11.9642392Z (Reading database ... 5%
2025-08-20T22:49:11.9642905Z (Reading database ... 10%
2025-08-20T22:49:11.9643276Z (Reading database ... 15%
2025-08-20T22:49:11.9643578Z (Reading database ... 20%
2025-08-20T22:49:11.9643872Z (Reading database ... 25%
2025-08-20T22:49:11.9644402Z (Reading database ... 30%
2025-08-20T22:49:11.9644694Z (Reading database ... 35%
2025-08-20T22:49:11.9644988Z (Reading database ... 40%
2025-08-20T22:49:11.9645557Z (Reading database ... 45%
2025-08-20T22:49:11.9645850Z (Reading database ... 50%
2025-08-20T22:49:11.9731239Z (Reading database ... 55%
2025-08-20T22:49:11.9767420Z (Reading database ... 60%
2025-08-20T22:49:11.9790654Z (Reading database ... 65%
2025-08-20T22:49:11.9834281Z (Reading database ... 70%
2025-08-20T22:49:11.9862796Z (Reading database ... 75%
2025-08-20T22:49:11.9897859Z (Reading database ... 80%
2025-08-20T22:49:12.0051434Z (Reading database ... 85%
2025-08-20T22:49:12.0158081Z (Reading database ... 90%
2025-08-20T22:49:12.0458295Z (Reading database ... 95%
2025-08-20T22:49:12.0458641Z (Reading database ... 100%
2025-08-20T22:49:12.0459132Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:49:12.0506219Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:49:12.0970073Z Selecting previously unselected package iputils-ping.
2025-08-20T22:49:12.1030359Z (Reading database ... 
2025-08-20T22:49:12.1030778Z (Reading database ... 5%
2025-08-20T22:49:12.1031153Z (Reading database ... 10%
2025-08-20T22:49:12.1031536Z (Reading database ... 15%
2025-08-20T22:49:12.1031895Z (Reading database ... 20%
2025-08-20T22:49:12.1032249Z (Reading database ... 25%
2025-08-20T22:49:12.1032618Z (Reading database ... 30%
2025-08-20T22:49:12.1033540Z (Reading database ... 35%
2025-08-20T22:49:12.1033910Z (Reading database ... 40%
2025-08-20T22:49:12.1034279Z (Reading database ... 45%
2025-08-20T22:49:12.1034637Z (Reading database ... 50%
2025-08-20T22:49:12.1120198Z (Reading database ... 55%
2025-08-20T22:49:12.1157637Z (Reading database ... 60%
2025-08-20T22:49:12.1180865Z (Reading database ... 65%
2025-08-20T22:49:12.1223530Z (Reading database ... 70%
2025-08-20T22:49:12.1254368Z (Reading database ... 75%
2025-08-20T22:49:12.1289804Z (Reading database ... 80%
2025-08-20T22:49:12.1443930Z (Reading database ... 85%
2025-08-20T22:49:12.1552742Z (Reading database ... 90%
2025-08-20T22:49:12.1857309Z (Reading database ... 95%
2025-08-20T22:49:12.1857831Z (Reading database ... 100%
2025-08-20T22:49:12.1858445Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:49:12.1907318Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:49:12.1917366Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:49:12.2145770Z Selecting previously unselected package iputils-arping.
2025-08-20T22:49:12.2294162Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:49:12.2302504Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:49:12.2519968Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:49:12.2667406Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:49:12.2676195Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:49:12.3090271Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:49:12.3273307Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:49:12.3428522Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:49:12.3593430Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:49:18.3102219Z Reading package lists...
2025-08-20T22:49:18.4752225Z Building dependency tree...
2025-08-20T22:49:18.4761030Z Reading state information...
2025-08-20T22:49:18.6356263Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:49:18.6356989Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:49:18.6730399Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:49:20.2706383Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:49:20.7623031Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:49:21.7579374Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:49:21.8614047Z Collecting pip
2025-08-20T22:49:21.9273703Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:49:21.9449991Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:49:22.0182416Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 26.2 MB/s eta 0:00:00
2025-08-20T22:49:22.2801208Z Installing collected packages: pip
2025-08-20T22:49:23.0036024Z Successfully installed pip-25.2
2025-08-20T22:49:23.2113787Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:49:23.2546221Z Reading package lists...
2025-08-20T22:49:23.4105092Z Building dependency tree...
2025-08-20T22:49:23.4113214Z Reading state information...
2025-08-20T22:49:23.5656027Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:49:23.5656890Z pciutils set to manually installed.
2025-08-20T22:49:23.5657546Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:49:23.5658045Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:49:23.5658453Z python3-distro set to manually installed.
2025-08-20T22:49:23.5658909Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:49:23.5659379Z python3-netifaces set to manually installed.
2025-08-20T22:49:23.5659791Z The following additional packages will be installed:
2025-08-20T22:49:23.5660173Z   libsysfs2
2025-08-20T22:49:23.5662979Z Suggested packages:
2025-08-20T22:49:23.5663348Z   fancontrol read-edid i2c-tools
2025-08-20T22:49:23.5920809Z The following NEW packages will be installed:
2025-08-20T22:49:23.5922660Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:49:23.6082921Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:49:23.6309683Z Need to get 142 kB of archives.
2025-08-20T22:49:23.6310891Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:49:23.6311669Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:49:23.6778243Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:49:23.7074932Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:49:23.7368597Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:49:23.7660349Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:49:24.0276800Z Fetched 142 kB in 0s (972 kB/s)
2025-08-20T22:49:24.0482582Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:49:24.0543427Z (Reading database ... 
2025-08-20T22:49:24.0544165Z (Reading database ... 5%
2025-08-20T22:49:24.0544688Z (Reading database ... 10%
2025-08-20T22:49:24.0545358Z (Reading database ... 15%
2025-08-20T22:49:24.0545868Z (Reading database ... 20%
2025-08-20T22:49:24.0546266Z (Reading database ... 25%
2025-08-20T22:49:24.0546595Z (Reading database ... 30%
2025-08-20T22:49:24.0546901Z (Reading database ... 35%
2025-08-20T22:49:24.0547202Z (Reading database ... 40%
2025-08-20T22:49:24.0547496Z (Reading database ... 45%
2025-08-20T22:49:24.0547790Z (Reading database ... 50%
2025-08-20T22:49:24.0634359Z (Reading database ... 55%
2025-08-20T22:49:24.0669997Z (Reading database ... 60%
2025-08-20T22:49:24.0692801Z (Reading database ... 65%
2025-08-20T22:49:24.0733609Z (Reading database ... 70%
2025-08-20T22:49:24.0761185Z (Reading database ... 75%
2025-08-20T22:49:24.0793929Z (Reading database ... 80%
2025-08-20T22:49:24.0936247Z (Reading database ... 85%
2025-08-20T22:49:24.1035059Z (Reading database ... 90%
2025-08-20T22:49:24.1320470Z (Reading database ... 95%
2025-08-20T22:49:24.1321018Z (Reading database ... 100%
2025-08-20T22:49:24.1321635Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:49:24.1367462Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:49:24.1384014Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:49:24.1636042Z Selecting previously unselected package sysfsutils.
2025-08-20T22:49:24.1777537Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:49:24.1809785Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:49:24.2050175Z Selecting previously unselected package lm-sensors.
2025-08-20T22:49:24.2194963Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:49:24.2388787Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:49:24.2650254Z Selecting previously unselected package virt-what.
2025-08-20T22:49:24.2797675Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:49:24.2806202Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:49:24.3203291Z Setting up virt-what (1.25-2) ...
2025-08-20T22:49:24.3224381Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:49:24.3245583Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:49:24.7272437Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:49:24.7272858Z 
2025-08-20T22:49:24.7273335Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:49:24.7274173Z 
2025-08-20T22:49:25.0454242Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:49:25.4366746Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:49:25.4367629Z 
2025-08-20T22:49:25.4400020Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:49:30.0934547Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:49:31.5474093Z Reading package lists...
2025-08-20T22:49:31.6966500Z Building dependency tree...
2025-08-20T22:49:31.6974753Z Reading state information...
2025-08-20T22:49:31.8398477Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:49:31.8399120Z The following additional packages will be installed:
2025-08-20T22:49:31.8401902Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:49:31.8402534Z   xorg-sgml-doctools
2025-08-20T22:49:31.8407394Z Suggested packages:
2025-08-20T22:49:31.8407759Z   libxcb-doc
2025-08-20T22:49:31.8567631Z The following NEW packages will be installed:
2025-08-20T22:49:31.8569151Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:49:31.8571905Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:49:31.8572439Z   xcb xorg-sgml-doctools
2025-08-20T22:49:31.8745087Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:49:31.8745882Z Need to get 807 kB of archives.
2025-08-20T22:49:31.8746494Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:49:31.8747182Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:49:31.9188501Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:49:31.9474587Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:49:31.9758507Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:49:32.0434406Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:49:32.0715684Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:49:32.1005848Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:49:32.1297012Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:49:32.1580172Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:49:32.1867444Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:49:32.2155713Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:49:32.2441494Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:49:32.5091165Z Fetched 807 kB in 0s (2122 kB/s)
2025-08-20T22:49:32.5282491Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:49:32.5343744Z (Reading database ... 
2025-08-20T22:49:32.5344325Z (Reading database ... 5%
2025-08-20T22:49:32.5344710Z (Reading database ... 10%
2025-08-20T22:49:32.5345004Z (Reading database ... 15%
2025-08-20T22:49:32.5345493Z (Reading database ... 20%
2025-08-20T22:49:32.5345793Z (Reading database ... 25%
2025-08-20T22:49:32.5346058Z (Reading database ... 30%
2025-08-20T22:49:32.5346323Z (Reading database ... 35%
2025-08-20T22:49:32.5346607Z (Reading database ... 40%
2025-08-20T22:49:32.5346872Z (Reading database ... 45%
2025-08-20T22:49:32.5347135Z (Reading database ... 50%
2025-08-20T22:49:32.5441924Z (Reading database ... 55%
2025-08-20T22:49:32.5462584Z (Reading database ... 60%
2025-08-20T22:49:32.5485459Z (Reading database ... 65%
2025-08-20T22:49:32.5526428Z (Reading database ... 70%
2025-08-20T22:49:32.5554881Z (Reading database ... 75%
2025-08-20T22:49:32.5586023Z (Reading database ... 80%
2025-08-20T22:49:32.5728721Z (Reading database ... 85%
2025-08-20T22:49:32.5826282Z (Reading database ... 90%
2025-08-20T22:49:32.6109098Z (Reading database ... 95%
2025-08-20T22:49:32.6109687Z (Reading database ... 100%
2025-08-20T22:49:32.6110389Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:49:32.6155079Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:49:32.6164000Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:49:32.6372987Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:49:32.6516656Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:49:32.6524204Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:49:32.6759219Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:49:32.6903606Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:49:32.6911315Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:49:32.7540553Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:49:32.7687933Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:49:32.7697507Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:49:32.7954554Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:49:32.8104162Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:49:32.8113626Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:49:32.8331228Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:49:32.8477874Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:49:32.8486400Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:32.8739118Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:49:32.8887387Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:49:32.8896253Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:32.9123332Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:49:32.9270127Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:49:32.9284438Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:32.9486369Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:49:32.9633869Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:49:32.9641524Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:32.9864832Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:49:33.0013505Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:49:33.0021248Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:33.0245470Z Selecting previously unselected package xcb.
2025-08-20T22:49:33.0393155Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:49:33.0402179Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:49:33.0846798Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:33.0869269Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:49:33.0889484Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:49:33.0932434Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:49:33.0978557Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:49:33.1119790Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:49:37.6002860Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:49:37.6093442Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:49:37.6137966Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:49:37.6171194Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:49:37.6235819Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:37.6258733Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:37.6281555Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:37.6302842Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:49:39.2832172Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:49:39.4527287Z Collecting build
2025-08-20T22:49:39.5150765Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:49:39.6165907Z Collecting cffi
2025-08-20T22:49:39.6302555Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:49:39.6441534Z Collecting scons
2025-08-20T22:49:39.6577296Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:49:39.6726111Z Collecting scuba
2025-08-20T22:49:39.6863082Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:49:39.7296982Z Collecting pytest
2025-08-20T22:49:39.7436166Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:49:39.7621295Z Collecting packaging>=19.1 (from build)
2025-08-20T22:49:39.7756142Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:49:39.7858507Z Collecting pyproject_hooks (from build)
2025-08-20T22:49:39.7994680Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:49:39.8094853Z Collecting pycparser (from cffi)
2025-08-20T22:49:39.8231139Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:49:39.8532975Z Collecting PyYAML (from scuba)
2025-08-20T22:49:39.8672028Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:49:39.8795621Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:49:39.8930955Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:49:39.9083610Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:49:39.9219239Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:49:39.9409674Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:49:39.9547472Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:49:39.9742406Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:49:39.9953222Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:49:40.0496582Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:49:40.0963949Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 91.0 MB/s  0:00:00
2025-08-20T22:49:40.1249998Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:49:40.1417504Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:49:40.1588465Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:49:40.1742196Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:49:40.1894802Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:49:40.2051967Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:49:40.2149154Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 131.6 MB/s  0:00:00
2025-08-20T22:49:40.2284731Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:49:40.2443708Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:49:40.2600326Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:49:40.2664492Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 121.0 MB/s  0:00:00
2025-08-20T22:49:40.3802037Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:49:42.0993040Z 
2025-08-20T22:49:42.1010368Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:49:42.4125990Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:49:42.5816530Z Collecting ansi2txt
2025-08-20T22:49:42.6448506Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:49:42.6748412Z Collecting pipx
2025-08-20T22:49:42.6885029Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:49:42.7082842Z Collecting scons
2025-08-20T22:49:42.7100550Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:49:42.7178499Z Collecting py2static
2025-08-20T22:49:42.7315661Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:49:42.7470966Z Collecting typer
2025-08-20T22:49:42.7608149Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:49:42.7878404Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:49:42.8015436Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:49:42.8196116Z Collecting packaging>=20 (from pipx)
2025-08-20T22:49:42.8206640Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:49:42.8363293Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:49:42.8500250Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:49:42.8644570Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:49:42.8783325Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:49:42.9194520Z Collecting pyinstaller (from py2static)
2025-08-20T22:49:42.9336067Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:49:42.9499794Z Collecting staticx (from py2static)
2025-08-20T22:49:42.9643810Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:49:42.9824541Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:49:42.9962049Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:49:43.0243777Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:49:43.0383770Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:49:43.0528004Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:49:43.0665913Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:49:43.1042151Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:49:43.1190445Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:49:43.1386232Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:49:43.1523473Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:49:43.1741205Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:49:43.1751838Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:49:43.1843059Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:49:43.1982927Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:49:43.3120399Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:49:43.3264715Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:49:43.3441735Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:49:43.3577844Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:49:43.3762567Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:49:43.3898273Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:49:43.4141251Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:49:43.4277742Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:49:43.4452625Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:49:43.4616312Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:49:43.4788524Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:49:43.4955637Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:49:43.5106051Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:49:43.5277016Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:49:43.5443012Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:49:43.5517521Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:49:43.5652274Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:49:43.5805928Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:49:43.5955932Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:49:43.6102965Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:49:43.6260516Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:49:43.6411404Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:49:43.6566834Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:49:43.6720695Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:49:43.6872758Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:49:43.7064172Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 32.2 MB/s  0:00:00
2025-08-20T22:49:43.7201478Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:49:43.7380435Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:49:43.7548215Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 65.1 MB/s  0:00:00
2025-08-20T22:49:43.7691872Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:49:43.7852106Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:49:43.8011137Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:49:43.9517334Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:49:44.7545007Z   Attempting uninstall: scons
2025-08-20T22:49:44.7630235Z     Found existing installation: SCons 4.9.1
2025-08-20T22:49:44.8012592Z     Uninstalling SCons-4.9.1:
2025-08-20T22:49:44.8085319Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:49:45.4159650Z   Attempting uninstall: pygments
2025-08-20T22:49:45.4245329Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:49:45.4473803Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:49:45.4500619Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:49:46.0670867Z   Attempting uninstall: packaging
2025-08-20T22:49:46.0750580Z     Found existing installation: packaging 25.0
2025-08-20T22:49:46.0775736Z     Uninstalling packaging-25.0:
2025-08-20T22:49:46.0783639Z       Successfully uninstalled packaging-25.0
2025-08-20T22:49:47.0694010Z 
2025-08-20T22:49:47.0724629Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:49:47.3853645Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:49:47.5536237Z Collecting build
2025-08-20T22:49:47.5547893Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:49:47.6425783Z Collecting cffi
2025-08-20T22:49:47.6437251Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:49:47.6553787Z Collecting scons
2025-08-20T22:49:47.6564474Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:49:47.6707033Z Collecting scuba
2025-08-20T22:49:47.6717353Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:49:47.7141385Z Collecting pytest
2025-08-20T22:49:47.7152655Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:49:47.7322541Z Collecting packaging>=19.1 (from build)
2025-08-20T22:49:47.7332972Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:49:47.7404997Z Collecting pyproject_hooks (from build)
2025-08-20T22:49:47.7415358Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:49:47.7493136Z Collecting pycparser (from cffi)
2025-08-20T22:49:47.7503654Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:49:47.7815795Z Collecting PyYAML (from scuba)
2025-08-20T22:49:47.7827111Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:49:47.7902286Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:49:47.7912684Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:49:47.8045901Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:49:47.8056061Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:49:47.8217479Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:49:47.8227637Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:49:47.8284859Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:49:47.8295316Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:49:47.8308345Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:49:47.8347324Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:49:47.8358984Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:49:47.8371170Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:49:47.8381020Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:49:47.8390564Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:49:47.8400886Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:49:47.8419984Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:49:47.8430319Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:49:47.8440168Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:49:47.9670726Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:49:47.9676206Z   Attempting uninstall: scons
2025-08-20T22:49:47.9760174Z     Found existing installation: SCons 4.9.1
2025-08-20T22:49:48.0141326Z     Uninstalling SCons-4.9.1:
2025-08-20T22:49:48.0213921Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:49:48.6308004Z   Attempting uninstall: PyYAML
2025-08-20T22:49:48.6394749Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:49:48.6424827Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:49:48.6434071Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:49:48.6959795Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:49:48.7042772Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:49:48.7059839Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:49:48.7066871Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:49:48.7151357Z   Attempting uninstall: pygments
2025-08-20T22:49:48.7229445Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:49:48.7452803Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:49:48.7480081Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:49:49.3483041Z   Attempting uninstall: pycparser
2025-08-20T22:49:49.3571325Z     Found existing installation: pycparser 2.22
2025-08-20T22:49:49.3595844Z     Uninstalling pycparser-2.22:
2025-08-20T22:49:49.3608874Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:49:49.4790015Z   Attempting uninstall: pluggy
2025-08-20T22:49:49.4879236Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:49:49.4898360Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:49:49.4904754Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:49:49.5057928Z   Attempting uninstall: packaging
2025-08-20T22:49:49.5138855Z     Found existing installation: packaging 25.0
2025-08-20T22:49:49.5162706Z     Uninstalling packaging-25.0:
2025-08-20T22:49:49.5169951Z       Successfully uninstalled packaging-25.0
2025-08-20T22:49:49.5544332Z   Attempting uninstall: iniconfig
2025-08-20T22:49:49.5627382Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:49:49.5643426Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:49:49.5649497Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:49:49.5717910Z   Attempting uninstall: scuba
2025-08-20T22:49:49.5797324Z     Found existing installation: scuba 2.14.1
2025-08-20T22:49:49.5818680Z     Uninstalling scuba-2.14.1:
2025-08-20T22:49:49.5828022Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:49:49.6045048Z   Attempting uninstall: pytest
2025-08-20T22:49:49.6127240Z     Found existing installation: pytest 8.4.1
2025-08-20T22:49:49.6191204Z     Uninstalling pytest-8.4.1:
2025-08-20T22:49:49.6445059Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:49:49.8527484Z   Attempting uninstall: cffi
2025-08-20T22:49:49.8606564Z     Found existing installation: cffi 1.17.1
2025-08-20T22:49:49.8633273Z     Uninstalling cffi-1.17.1:
2025-08-20T22:49:49.8866522Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:49:49.9534660Z   Attempting uninstall: build
2025-08-20T22:49:49.9613268Z     Found existing installation: build 1.3.0
2025-08-20T22:49:49.9637743Z     Uninstalling build-1.3.0:
2025-08-20T22:49:49.9647236Z       Successfully uninstalled build-1.3.0
2025-08-20T22:49:49.9824805Z 
2025-08-20T22:49:49.9852702Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:49:50.3052392Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:49:50.4700668Z Collecting ansi2txt
2025-08-20T22:49:50.4712197Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:49:50.4890149Z Collecting pipx
2025-08-20T22:49:50.4900891Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:49:50.5077286Z Collecting scons
2025-08-20T22:49:50.5093274Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:49:50.5166553Z Collecting py2static
2025-08-20T22:49:50.5177019Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:49:50.5314700Z Collecting typer
2025-08-20T22:49:50.5325589Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:49:50.5567782Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:49:50.5578170Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:49:50.5723943Z Collecting packaging>=20 (from pipx)
2025-08-20T22:49:50.5734123Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:49:50.5891225Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:49:50.5901785Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:49:50.6013336Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:49:50.6023555Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:49:50.6389569Z Collecting pyinstaller (from py2static)
2025-08-20T22:49:50.6400750Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:49:50.6547273Z Collecting staticx (from py2static)
2025-08-20T22:49:50.6557935Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:49:50.6694493Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:49:50.6704870Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:49:50.6971957Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:49:50.6982593Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:49:50.7110041Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:49:50.7120284Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:49:50.7450428Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:49:50.7460876Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:49:50.7605457Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:49:50.7616525Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:49:50.7800700Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:49:50.7811096Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:49:50.7896558Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:49:50.7906773Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:49:50.8965810Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:49:50.8977290Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:49:50.9151645Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:49:50.9161877Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:49:50.9329321Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:49:50.9339685Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:49:50.9507028Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:49:50.9517215Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:49:50.9554460Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:49:50.9564504Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:49:50.9574812Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:49:50.9615985Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:49:50.9625684Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:49:50.9635987Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:49:50.9646844Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:49:50.9657450Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:49:50.9667858Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:49:50.9678017Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:49:50.9689982Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:49:50.9709850Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:49:50.9720619Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:49:50.9730908Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:49:50.9741097Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:49:50.9751549Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:49:50.9761791Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:49:50.9777381Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:49:50.9790699Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:49:50.9809692Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:49:50.9820010Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:49:50.9831157Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:49:51.1336525Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:49:51.1341127Z   Attempting uninstall: pyelftools
2025-08-20T22:49:51.1420065Z     Found existing installation: pyelftools 0.32
2025-08-20T22:49:51.1472227Z     Uninstalling pyelftools-0.32:
2025-08-20T22:49:51.1488761Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:49:51.2589729Z   Attempting uninstall: altgraph
2025-08-20T22:49:51.2675965Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:49:51.2695514Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:49:51.2702030Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:49:51.2837465Z   Attempting uninstall: typing-extensions
2025-08-20T22:49:51.2924528Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:49:51.2939767Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:49:51.3179957Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:49:51.3414101Z   Attempting uninstall: staticx
2025-08-20T22:49:51.3499612Z     Found existing installation: staticx 0.14.1
2025-08-20T22:49:51.3525802Z     Uninstalling staticx-0.14.1:
2025-08-20T22:49:51.3535906Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:49:51.3753959Z   Attempting uninstall: shellingham
2025-08-20T22:49:51.3837661Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:49:51.3856718Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:49:51.3863182Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:49:51.3949331Z   Attempting uninstall: setuptools
2025-08-20T22:49:51.4035973Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:49:51.4319356Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:49:51.4599081Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:49:52.1193969Z   Attempting uninstall: scons
2025-08-20T22:49:52.1288469Z     Found existing installation: SCons 4.9.1
2025-08-20T22:49:52.1675702Z     Uninstalling SCons-4.9.1:
2025-08-20T22:49:52.1746494Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:49:52.7869949Z   Attempting uninstall: pygments
2025-08-20T22:49:52.7949532Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:49:52.8183777Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:49:52.8210389Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:49:53.4295614Z   Attempting uninstall: platformdirs
2025-08-20T22:49:53.4379627Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:49:53.4410228Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:49:53.4417310Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:49:53.4561993Z   Attempting uninstall: packaging
2025-08-20T22:49:53.4643683Z     Found existing installation: packaging 25.0
2025-08-20T22:49:53.4668452Z     Uninstalling packaging-25.0:
2025-08-20T22:49:53.4676033Z       Successfully uninstalled packaging-25.0
2025-08-20T22:49:53.5061871Z   Attempting uninstall: mdurl
2025-08-20T22:49:53.5144200Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:49:53.5161967Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:49:53.5168677Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:49:53.5250857Z   Attempting uninstall: click
2025-08-20T22:49:53.5332768Z     Found existing installation: click 8.2.1
2025-08-20T22:49:53.5356825Z     Uninstalling click-8.2.1:
2025-08-20T22:49:53.5364014Z       Successfully uninstalled click-8.2.1
2025-08-20T22:49:53.5937025Z   Attempting uninstall: argcomplete
2025-08-20T22:49:53.6024160Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:49:53.6053594Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:49:53.6065513Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:49:53.6288868Z   Attempting uninstall: ansi2txt
2025-08-20T22:49:53.6369635Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:49:53.6385331Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:49:53.6632298Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:49:53.6682349Z   Attempting uninstall: userpath
2025-08-20T22:49:53.6765865Z     Found existing installation: userpath 1.9.2
2025-08-20T22:49:53.6784613Z     Uninstalling userpath-1.9.2:
2025-08-20T22:49:53.6793419Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:49:53.6892803Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:49:53.6974104Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:49:53.7404088Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:49:53.7446628Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:49:54.0240040Z   Attempting uninstall: markdown-it-py
2025-08-20T22:49:54.0326627Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:49:54.0397444Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:49:54.0412156Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:49:54.1025810Z   Attempting uninstall: rich
2025-08-20T22:49:54.1115599Z     Found existing installation: rich 14.1.0
2025-08-20T22:49:54.1179799Z     Uninstalling rich-14.1.0:
2025-08-20T22:49:54.1190083Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:49:54.2813088Z   Attempting uninstall: pyinstaller
2025-08-20T22:49:54.2896020Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:49:54.3262123Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:49:54.3307334Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:49:54.6615860Z   Attempting uninstall: pipx
2025-08-20T22:49:54.6710869Z     Found existing installation: pipx 1.7.1
2025-08-20T22:49:54.6748937Z     Uninstalling pipx-1.7.1:
2025-08-20T22:49:54.6759950Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:49:54.7279745Z   Attempting uninstall: typer
2025-08-20T22:49:54.7371700Z     Found existing installation: typer 0.16.1
2025-08-20T22:49:54.7399135Z     Uninstalling typer-0.16.1:
2025-08-20T22:49:54.7408878Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:49:54.7757139Z   Attempting uninstall: py2static
2025-08-20T22:49:54.7837060Z     Found existing installation: py2static 0.0.1
2025-08-20T22:49:54.7856997Z     Uninstalling py2static-0.0.1:
2025-08-20T22:49:54.7867820Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:49:54.7943488Z 
2025-08-20T22:49:54.7973046Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:49:55.1136494Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:49:55.2344221Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:49:55.2349151Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-dmj3fbuq
2025-08-20T22:49:55.2370469Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-dmj3fbuq
2025-08-20T22:49:56.4572163Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:49:56.4613346Z   Installing build dependencies: started
2025-08-20T22:49:57.1671060Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:49:57.1680007Z   Getting requirements to build wheel: started
2025-08-20T22:49:57.4489577Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:49:57.4501177Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:49:57.6384179Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:49:57.7944061Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:49:57.7957071Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:49:57.8123676Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:49:57.8134136Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:49:57.8277541Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:49:57.8287717Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:49:57.8430025Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:49:57.8440438Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:49:57.8484778Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:49:57.8495445Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:49:57.8509280Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:49:57.8527716Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:49:57.8647072Z Building wheels for collected packages: pyinstaller
2025-08-20T22:49:57.8654919Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:49:58.5044743Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:49:58.5071733Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=c08cb1f416aaf24bca59f6b4c950007af93c9eb1850de21b0dcd7d2d5a768ea9
2025-08-20T22:49:58.5073488Z   Stored in directory: /tmp/pip-ephem-wheel-cache-gy81lves/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:49:58.5114503Z Successfully built pyinstaller
2025-08-20T22:49:58.6039835Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:49:58.6045515Z   Attempting uninstall: altgraph
2025-08-20T22:49:58.6129125Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:49:58.6150182Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:49:58.6157465Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:49:58.6302870Z   Attempting uninstall: setuptools
2025-08-20T22:49:58.6390038Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:49:58.6676926Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:49:58.6958766Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:49:59.3613176Z   Attempting uninstall: packaging
2025-08-20T22:49:59.3699065Z     Found existing installation: packaging 25.0
2025-08-20T22:49:59.3726323Z     Uninstalling packaging-25.0:
2025-08-20T22:49:59.3733792Z       Successfully uninstalled packaging-25.0
2025-08-20T22:49:59.4125382Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:49:59.4206204Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:49:59.4642922Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:49:59.4684909Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:49:59.7468733Z   Attempting uninstall: pyinstaller
2025-08-20T22:49:59.7551736Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:49:59.7913987Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:49:59.7960568Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:50:00.1384483Z 
2025-08-20T22:50:00.1413627Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:50:00.4237481Z 6.15.0
2025-08-20T22:50:00.9911085Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:50:00.9919411Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:50:00.9919767Z 
2025-08-20T22:50:00.9919969Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:50:00.9920720Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:50:00.9921333Z installation.
2025-08-20T22:50:00.9921527Z 
2025-08-20T22:50:00.9921878Z If you installed the current Docker package using this script and are using it
2025-08-20T22:50:00.9922446Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:50:00.9922893Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:50:00.9923314Z files to match the parameters passed to the script.
2025-08-20T22:50:00.9923541Z 
2025-08-20T22:50:01.0088130Z You may press Ctrl+C now to abort this script.
2025-08-20T22:50:01.0088530Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:50:02.2527607Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:50:02.6144443Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:50:02.6170494Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:50:02.7071430Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:50:02.7089215Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:50:02.7096707Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:50:03.9785547Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:50:15.2203295Z 
2025-08-20T22:50:15.2203792Z Running kernel seems to be up-to-date.
2025-08-20T22:50:15.2204226Z 
2025-08-20T22:50:15.2204384Z Restarting services...
2025-08-20T22:50:15.2271337Z 
2025-08-20T22:50:15.2271851Z Service restarts being deferred:
2025-08-20T22:50:15.2272302Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:50:15.2272691Z 
2025-08-20T22:50:15.2272803Z No containers need to be restarted.
2025-08-20T22:50:15.2273074Z 
2025-08-20T22:50:15.2273262Z No user sessions are running outdated binaries.
2025-08-20T22:50:15.2273580Z 
2025-08-20T22:50:15.2273898Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:50:16.0958185Z + sh -c 'docker version'
2025-08-20T22:50:16.1124304Z Client: Docker Engine - Community
2025-08-20T22:50:16.1124765Z  Version:           28.3.3
2025-08-20T22:50:16.1125437Z  API version:       1.51
2025-08-20T22:50:16.1125809Z  Go version:        go1.24.5
2025-08-20T22:50:16.1126200Z  Git commit:        980b856
2025-08-20T22:50:16.1126586Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:50:16.1127017Z  OS/Arch:           linux/amd64
2025-08-20T22:50:16.1127394Z  Context:           default
2025-08-20T22:50:16.1127629Z 
2025-08-20T22:50:16.1127806Z Server: Docker Engine - Community
2025-08-20T22:50:16.1128194Z  Engine:
2025-08-20T22:50:16.1128476Z   Version:          28.3.3
2025-08-20T22:50:16.1128921Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:50:16.1129399Z   Go version:       go1.24.5
2025-08-20T22:50:16.1129785Z   Git commit:       bea959c
2025-08-20T22:50:16.1130158Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:50:16.1130577Z   OS/Arch:          linux/amd64
2025-08-20T22:50:16.1130971Z   Experimental:     false
2025-08-20T22:50:16.1131328Z  containerd:
2025-08-20T22:50:16.1131637Z   Version:          1.7.27
2025-08-20T22:50:16.1132403Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:50:16.1132901Z  runc:
2025-08-20T22:50:16.1133194Z   Version:          1.2.5
2025-08-20T22:50:16.1133565Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:50:16.1133984Z  docker-init:
2025-08-20T22:50:16.1134297Z   Version:          0.19.0
2025-08-20T22:50:16.1134660Z   GitCommit:        de40ad0
2025-08-20T22:50:16.1146782Z 
2025-08-20T22:50:16.1147096Z ================================================================================
2025-08-20T22:50:16.1147481Z 
2025-08-20T22:50:16.1147779Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:50:16.1148409Z Docker daemon in rootless mode for your user:
2025-08-20T22:50:16.1148651Z 
2025-08-20T22:50:16.1148775Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:50:16.1149005Z 
2025-08-20T22:50:16.1149233Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:50:16.1149548Z 
2025-08-20T22:50:16.1149559Z 
2025-08-20T22:50:16.1149769Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:50:16.1150283Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:50:16.1150582Z 
2025-08-20T22:50:16.1150796Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:50:16.1151295Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:50:16.1151797Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:50:16.1152208Z 
2025-08-20T22:50:16.1152349Z ================================================================================
2025-08-20T22:50:16.1152645Z 
2025-08-20T22:50:26.8468049Z ● docker.service - Docker Application Container Engine
2025-08-20T22:50:26.8469063Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:50:26.8469690Z      Active: active (running) since Wed 2025-08-20 22:50:16 UTC; 10s ago
2025-08-20T22:50:26.8470248Z TriggeredBy: ● docker.socket
2025-08-20T22:50:26.8470763Z        Docs: https://docs.docker.com
2025-08-20T22:50:26.8471380Z    Main PID: 19707 (dockerd)
2025-08-20T22:50:26.8471859Z       Tasks: 10
2025-08-20T22:50:26.8472314Z      Memory: 22.4M (peak: 26.3M)
2025-08-20T22:50:26.8472830Z         CPU: 316ms
2025-08-20T22:50:26.8473326Z      CGroup: /system.slice/docker.service
2025-08-20T22:50:26.8476440Z              └─19707 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:50:26.8477234Z 
2025-08-20T22:50:26.8478108Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.236349230Z" level=info msg="Loading containers: start."
2025-08-20T22:50:26.8481352Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.760160365Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f93052bc55392ce5ce15b6a28e5b6865f1c72d7799ad96a2f029e1a1b0299090], retrying...."
2025-08-20T22:50:26.8482776Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.792437005Z" level=info msg="Loading containers: done."
2025-08-20T22:50:26.8483886Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803167658Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:50:26.8485454Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803241808Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:50:26.8486349Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803274749Z" level=info msg="Initializing buildkit"
2025-08-20T22:50:26.8487039Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.822639453Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:50:26.8488013Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.827785198Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:50:26.8488726Z Aug 20 22:50:16 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:50:26.8489389Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.827998391Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:50:26.8588964Z ● docker.service - Docker Application Container Engine
2025-08-20T22:50:26.8589748Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:50:26.8590548Z      Active: active (running) since Wed 2025-08-20 22:50:16 UTC; 10s ago
2025-08-20T22:50:26.8591190Z TriggeredBy: ● docker.socket
2025-08-20T22:50:26.8591627Z        Docs: https://docs.docker.com
2025-08-20T22:50:26.8592050Z    Main PID: 19707 (dockerd)
2025-08-20T22:50:26.8592397Z       Tasks: 10
2025-08-20T22:50:26.8592729Z      Memory: 22.4M (peak: 26.3M)
2025-08-20T22:50:26.8593090Z         CPU: 316ms
2025-08-20T22:50:26.8593456Z      CGroup: /system.slice/docker.service
2025-08-20T22:50:26.8593982Z              └─19707 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:50:26.8594270Z 
2025-08-20T22:50:26.8594577Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.236349230Z" level=info msg="Loading containers: start."
2025-08-20T22:50:26.8596034Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.760160365Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f93052bc55392ce5ce15b6a28e5b6865f1c72d7799ad96a2f029e1a1b0299090], retrying...."
2025-08-20T22:50:26.8597389Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.792437005Z" level=info msg="Loading containers: done."
2025-08-20T22:50:26.8598496Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803167658Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:50:26.8600823Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803241808Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:50:26.8602424Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803274749Z" level=info msg="Initializing buildkit"
2025-08-20T22:50:26.8603201Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.822639453Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:50:26.8603938Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.827785198Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:50:26.8604603Z Aug 20 22:50:16 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:50:26.8605526Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.827998391Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:50:26.8809834Z ● docker.service - Docker Application Container Engine
2025-08-20T22:50:26.8810762Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:50:26.8811624Z      Active: active (running) since Wed 2025-08-20 22:50:16 UTC; 10s ago
2025-08-20T22:50:26.8812199Z TriggeredBy: ● docker.socket
2025-08-20T22:50:26.8812470Z        Docs: https://docs.docker.com
2025-08-20T22:50:26.8812737Z    Main PID: 19707 (dockerd)
2025-08-20T22:50:26.8812957Z       Tasks: 10
2025-08-20T22:50:26.8813301Z      Memory: 22.4M (peak: 26.3M)
2025-08-20T22:50:26.8813613Z         CPU: 316ms
2025-08-20T22:50:26.8813864Z      CGroup: /system.slice/docker.service
2025-08-20T22:50:26.8814384Z              └─19707 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:50:26.8814915Z 
2025-08-20T22:50:26.8815470Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.236349230Z" level=info msg="Loading containers: start."
2025-08-20T22:50:26.8816746Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.760160365Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f93052bc55392ce5ce15b6a28e5b6865f1c72d7799ad96a2f029e1a1b0299090], retrying...."
2025-08-20T22:50:26.8818011Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.792437005Z" level=info msg="Loading containers: done."
2025-08-20T22:50:26.8819237Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803167658Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:50:26.8821355Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803241808Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:50:26.8822948Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.803274749Z" level=info msg="Initializing buildkit"
2025-08-20T22:50:26.8823655Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.822639453Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:50:26.8824377Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.827785198Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:50:26.8825046Z Aug 20 22:50:16 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:50:26.8826212Z Aug 20 22:50:16 pkrvmqc4gcfdwos dockerd[19707]: time="2025-08-20T22:50:16.827998391Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:50:26.8936772Z Docker version 28.3.3, build 980b856
2025-08-20T22:50:26.9122126Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:50:27.2906711Z latest: Pulling from library/hello-world
2025-08-20T22:50:27.4036421Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:50:27.5692439Z 17eec7bbc9d7: Download complete
2025-08-20T22:50:27.5738982Z 17eec7bbc9d7: Pull complete
2025-08-20T22:50:27.6604822Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:50:27.6615695Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:50:27.8110726Z 
2025-08-20T22:50:27.8111197Z Hello from Docker!
2025-08-20T22:50:27.8111851Z This message shows that your installation appears to be working correctly.
2025-08-20T22:50:27.8112355Z 
2025-08-20T22:50:27.8112595Z To generate this message, Docker took the following steps:
2025-08-20T22:50:27.8113225Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:50:27.8113912Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:50:27.8114537Z     (amd64)
2025-08-20T22:50:27.8115677Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:50:27.8116585Z     executable that produces the output you are currently reading.
2025-08-20T22:50:27.8117322Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:50:27.8118154Z     to your terminal.
2025-08-20T22:50:27.8118362Z 
2025-08-20T22:50:27.8118673Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:50:27.8119282Z  $ docker run -it ubuntu bash
2025-08-20T22:50:27.8119541Z 
2025-08-20T22:50:27.8119824Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:50:27.8120448Z  https://hub.docker.com/
2025-08-20T22:50:27.8120680Z 
2025-08-20T22:50:27.8120833Z For more examples and ideas, visit:
2025-08-20T22:50:27.8121715Z  https://docs.docker.com/get-started/
2025-08-20T22:50:27.8122034Z 
2025-08-20T22:50:27.9103742Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:50:27.9104743Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:50:27.9105578Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:50:27.9106247Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:50:27.9106922Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:50:27.9107593Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:50:27.9108251Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:50:27.9108891Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:50:27.9109501Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:50:27.9110077Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:50:27.9110721Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:50:27.9111395Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:50:27.9112070Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:50:27.9112787Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:50:27.9113485Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:50:27.9114171Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:50:27.9114794Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:50:27.9115442Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:50:27.9115881Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:50:27.9116364Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:50:27.9117054Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:50:27.9117734Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:50:27.9118474Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:50:27.9119182Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:50:27.9119790Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:50:27.9120514Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:50:27.9121283Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:50:27.9122008Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:50:27.9122701Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:50:27.9123422Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:50:27.9124160Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:50:27.9124916Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:50:27.9125979Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:50:27.9126741Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:50:27.9127544Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:50:27.9128318Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:50:27.9129028Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:50:27.9129724Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:50:27.9130446Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:50:27.9131206Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:50:27.9131967Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:50:27.9132689Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:50:27.9133625Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:50:27.9134438Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:50:27.9135616Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:50:27.9136425Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:50:27.9137266Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:50:27.9138065Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:50:27.9138812Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:50:27.9139564Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:50:27.9140299Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:50:27.9141058Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:50:27.9141792Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:50:27.9142457Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:50:27.9143091Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:50:27.9143741Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:50:27.9144312Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:50:27.9144913Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:50:27.9145889Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:50:27.9146561Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:50:27.9147476Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:50:27.9148275Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:50:27.9149030Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:50:27.9149741Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:50:27.9150472Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:50:27.9151216Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:50:27.9151931Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:50:27.9152646Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:50:27.9153381Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:50:27.9154178Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:50:27.9155076Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:50:27.9156107Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:50:27.9156869Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:50:27.9157550Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:50:27.9158241Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:50:27.9158950Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:50:27.9159700Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:50:27.9160565Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:50:27.9161393Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:50:27.9162236Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:50:27.9162990Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:50:27.9163926Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:50:27.9164583Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:50:27.9165494Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:50:27.9166208Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:50:27.9166884Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:50:27.9167634Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:50:27.9168383Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:50:27.9169055Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:50:27.9169707Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:50:27.9170449Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:50:27.9171143Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:50:27.9171780Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:50:27.9172419Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:50:27.9173101Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:50:27.9173792Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:50:27.9174406Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:50:27.9175066Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:50:27.9175891Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:50:27.9176521Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:50:27.9177389Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:50:27.9178072Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:50:27.9178709Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:50:27.9179340Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:50:27.9180041Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:50:27.9180764Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:50:27.9181478Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:50:27.9182143Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:50:27.9182781Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:50:27.9183467Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:50:27.9184183Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:50:27.9184732Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:50:27.9185073Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:50:27.9185717Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:50:27.9186083Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:50:27.9186441Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:50:27.9186801Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:50:27.9187152Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:50:27.9187523Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:50:27.9187922Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:50:27.9188359Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:50:27.9188808Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:50:27.9189206Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:50:27.9189971Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:50:27.9190369Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:50:27.9190758Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:50:27.9191168Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:50:27.9191571Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:50:27.9191942Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:50:27.9192324Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:50:27.9192731Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:50:27.9193174Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:50:27.9193599Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:50:27.9193979Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:50:27.9194361Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:50:27.9194761Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:50:27.9195501Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:50:27.9195928Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:50:27.9196309Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:50:27.9196701Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:50:27.9197102Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:50:27.9197618Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:50:27.9197987Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:50:27.9198297Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:50:27.9198615Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:50:27.9199006Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:50:27.9199396Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:50:27.9199782Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:50:27.9200148Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:50:27.9200516Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:50:27.9200899Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:50:27.9201243Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:50:27.9201583Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:50:27.9202014Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:50:27.9202469Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:50:27.9202871Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:50:27.9203241Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:50:27.9203618Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:50:27.9204222Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:50:27.9204640Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:50:27.9205253Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:50:27.9205987Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:50:27.9206603Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:50:27.9207295Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:50:27.9207898Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:50:27.9208305Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:50:27.9208666Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:50:27.9209025Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:50:27.9209486Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:50:27.9209867Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:50:27.9210289Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:50:27.9210759Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:50:27.9211184Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:50:27.9211553Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:50:27.9211895Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:50:27.9212251Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:50:27.9212691Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:50:27.9213190Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:50:27.9213625Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:50:27.9214101Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:50:27.9214564Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:50:27.9215097Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:50:27.9215928Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:50:27.9216371Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:50:27.9216740Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:50:27.9217121Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:50:27.9217536Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:50:27.9217953Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:50:27.9218361Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:50:27.9218735Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:50:27.9219114Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:50:27.9219513Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:50:27.9219916Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:50:27.9220307Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:50:27.9220751Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:50:27.9221155Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:50:27.9221547Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:50:27.9221990Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:50:27.9222436Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:50:27.9222858Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:50:27.9223272Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:50:27.9223670Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:50:27.9224067Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:50:27.9224439Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:50:27.9224811Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:50:27.9225508Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:50:27.9225899Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:50:27.9226310Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:50:27.9226769Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:50:27.9227210Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:50:27.9227607Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:50:27.9227988Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:50:27.9228370Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:50:27.9228744Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:50:27.9229113Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:50:27.9229495Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:50:27.9229875Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:50:27.9230314Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:50:27.9230785Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:50:27.9231245Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:50:27.9231754Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:50:27.9232255Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:50:27.9232861Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:50:27.9233349Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:50:27.9233780Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:50:27.9234141Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:50:27.9234498Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:50:27.9234869Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:50:27.9235483Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:50:27.9235867Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:50:27.9236249Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:50:27.9236626Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:50:27.9237007Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:50:27.9237389Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:50:27.9237825Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:50:27.9238229Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:50:27.9238614Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:50:27.9239024Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:50:27.9239454Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:50:27.9239841Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:50:27.9240210Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:50:27.9240665Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:50:27.9248359Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:50:27.9248823Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:50:27.9249375Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:50:27.9249753Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:50:27.9250150Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:50:27.9250531Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:50:27.9250927Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:50:27.9251296Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:50:27.9251606Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:50:27.9252063Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:27.9252656Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:50:27.9253046Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:50:27.9253427Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:50:27.9253794Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:50:27.9254197Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:50:27.9254625Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:50:27.9255048Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:50:27.9255873Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:50:27.9256286Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:50:27.9256684Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:50:27.9257098Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:50:27.9257644Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:50:27.9258040Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:50:27.9258475Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:50:27.9258969Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:50:27.9259461Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:50:27.9259899Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:50:27.9260304Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:50:27.9260702Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:50:27.9261178Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:50:27.9261657Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:50:27.9262055Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:50:27.9262488Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:50:27.9262933Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:50:27.9263332Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:50:27.9263691Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:50:27.9264049Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:50:27.9264427Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:50:27.9264807Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:50:27.9265413Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:50:27.9265796Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:50:27.9266183Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:50:27.9266557Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:50:27.9267056Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:50:27.9267421Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:50:27.9267770Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:50:27.9268142Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:50:27.9268519Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:50:27.9268873Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:50:27.9269220Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:50:27.9269571Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:50:27.9269933Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:50:27.9270298Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:50:27.9270649Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:50:27.9271002Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:50:27.9271377Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:50:27.9271730Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:50:27.9272098Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:50:27.9272531Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:50:27.9272931Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:50:27.9273290Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:50:27.9273670Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:50:27.9274305Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:50:27.9274708Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:50:27.9275066Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:50:27.9275697Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:50:27.9276063Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:50:27.9276361Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:50:27.9276667Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:50:27.9277019Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:50:27.9277378Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:50:27.9277756Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:50:27.9278123Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:50:27.9278479Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:50:27.9278829Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:50:27.9279216Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:50:27.9279628Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:50:27.9280024Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:50:27.9280411Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:50:27.9280793Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:50:27.9281204Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:50:27.9281705Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:50:27.9282327Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:50:27.9282952Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:50:27.9283624Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:50:27.9284092Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:50:27.9284538Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:50:27.9285064Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:50:27.9285902Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:50:27.9286460Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:50:27.9286944Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:50:27.9287394Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:50:27.9287758Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:50:27.9288132Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:50:27.9288507Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:50:27.9288888Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:50:27.9289273Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:50:27.9289657Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:50:27.9290038Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:50:27.9290414Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:50:27.9290791Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:50:27.9291286Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:50:27.9291658Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:50:27.9292026Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:50:27.9292417Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:50:27.9292807Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:50:27.9293216Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:50:27.9293622Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:50:27.9293972Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:50:27.9294359Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:50:27.9294761Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:50:27.9295330Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:50:27.9295798Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:50:27.9296225Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:50:27.9296602Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:50:27.9296968Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:50:27.9297344Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:50:27.9297706Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:50:27.9298103Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:50:27.9298493Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:50:27.9298871Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:50:27.9299252Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:50:27.9299617Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:50:27.9299968Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:50:27.9300636Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:27.9301337Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:27.9302016Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:27.9302665Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:27.9303177Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:50:27.9303557Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:50:27.9303927Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:50:27.9304302Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:50:27.9304677Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:50:27.9305033Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:50:27.9305600Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:50:27.9305981Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:50:27.9306351Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:50:27.9306721Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:50:27.9307096Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:50:27.9307477Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:50:27.9307999Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:50:27.9308411Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:50:27.9308807Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:50:27.9309195Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:50:27.9309586Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:50:27.9309974Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:50:27.9310353Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:50:27.9310727Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:50:27.9311099Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:50:27.9311482Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:50:27.9311882Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:50:27.9312272Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:50:27.9312664Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:50:27.9313060Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:50:27.9313438Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:50:27.9313856Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:50:27.9314284Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:50:27.9314677Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:50:27.9315294Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:50:27.9315800Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:50:27.9316220Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:50:27.9316585Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:50:27.9316961Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:50:27.9317475Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:50:27.9317883Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:50:27.9318284Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:50:27.9318658Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:50:27.9319042Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:50:27.9319501Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:50:27.9319969Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:50:27.9320366Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:50:27.9320814Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:50:27.9321287Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:50:27.9321728Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:50:27.9322191Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:50:27.9322670Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:50:27.9323107Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:50:27.9323539Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:50:27.9323934Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:50:27.9324327Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:50:27.9324859Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:50:27.9325417Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:50:27.9325799Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:50:27.9326201Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:50:27.9326601Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:50:27.9327000Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:50:27.9327419Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:50:27.9327808Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:50:27.9328179Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:50:27.9328539Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:50:27.9328899Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:50:27.9329284Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:50:27.9329699Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:50:27.9330150Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:50:27.9330596Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:50:27.9330996Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:50:27.9331428Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:50:27.9331843Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:50:27.9332247Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:50:27.9332650Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:50:27.9333014Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:50:27.9333373Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:50:27.9333882Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:50:27.9334269Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:50:27.9334639Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:50:27.9334966Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:50:27.9335446Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:50:27.9335800Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:50:27.9336296Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:50:27.9336804Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:50:27.9337183Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:50:27.9337557Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:50:27.9337950Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:50:27.9338354Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:50:27.9338755Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:50:27.9339149Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:50:27.9339554Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:50:27.9339958Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:50:27.9340325Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:50:27.9340688Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:50:27.9341158Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:50:27.9341536Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:50:27.9341962Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:50:27.9342384Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:50:27.9342775Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:50:27.9343196Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:50:27.9343626Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:50:27.9344014Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:50:27.9344370Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:50:27.9344723Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:50:27.9345075Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:50:27.9345651Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:50:27.9346027Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:50:27.9346427Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:50:27.9346834Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:50:27.9347286Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:50:27.9347719Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:50:27.9348092Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:50:27.9348467Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:50:27.9348846Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:50:27.9349227Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:50:27.9349607Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:50:27.9349975Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:50:27.9350536Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:50:27.9351019Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:50:27.9351440Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:50:27.9351812Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:50:27.9352179Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:50:27.9352577Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:50:27.9352963Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:50:27.9353335Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:50:27.9353730Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:50:27.9354104Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:50:27.9354455Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:50:27.9354808Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:50:27.9355472Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:50:27.9355908Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:50:27.9356288Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:50:27.9356669Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:50:27.9357106Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:50:27.9357534Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:50:27.9358070Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:50:27.9358471Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:50:27.9358989Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:27.9359496Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:50:27.9359808Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:50:27.9360151Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:50:27.9360561Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:50:27.9360985Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:50:27.9361508Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:50:27.9362091Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:50:27.9362695Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:50:27.9363339Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:50:27.9363975Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:50:27.9364594Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:50:27.9365610Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:50:27.9366197Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:50:27.9366682Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:50:27.9367130Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:50:27.9367570Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:50:27.9368168Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:50:27.9368646Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:50:27.9369074Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:50:27.9369457Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:50:27.9369824Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:50:27.9370213Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:50:27.9370590Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:50:27.9370994Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:50:27.9371408Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:50:27.9371767Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:50:27.9372160Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:50:27.9372619Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:50:27.9373100Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:50:27.9373577Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:50:27.9374059Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:50:27.9374536Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:50:27.9375007Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:50:27.9375674Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:50:27.9376097Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:50:27.9376507Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:50:27.9376922Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:50:27.9377329Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:50:27.9377735Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:50:27.9378166Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:50:27.9378593Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:50:27.9378980Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:50:27.9379362Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:50:27.9379737Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:50:27.9380115Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:50:27.9380541Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:50:27.9380982Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:50:27.9381383Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:50:27.9381785Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:50:27.9382206Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:50:27.9382643Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:50:27.9383082Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:50:27.9383511Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:50:27.9383905Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:50:27.9384279Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:50:27.9384792Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:50:27.9385352Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:50:27.9385747Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:50:27.9386145Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:50:27.9386540Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:50:27.9386960Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:50:27.9387419Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:50:27.9387836Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:50:27.9388244Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:50:27.9388634Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:50:27.9388940Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:50:27.9389258Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:50:27.9389635Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:50:27.9390028Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:50:27.9390415Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:50:27.9390807Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:50:27.9391232Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:50:27.9391674Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:50:27.9392086Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:50:27.9392583Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:50:27.9392986Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:50:27.9393532Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:27.9394107Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:50:27.9394552Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:50:27.9394985Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:50:27.9395524Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:50:27.9395937Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:50:27.9396334Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:50:27.9396722Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:50:27.9397099Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:50:27.9397493Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:50:27.9397889Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:50:27.9398263Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:50:27.9398645Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:50:27.9399040Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:50:27.9399406Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:50:27.9399810Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:50:27.9400268Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:50:27.9400688Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:50:27.9401060Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:50:27.9401541Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:50:27.9401924Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:50:27.9402297Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:50:27.9402663Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:50:27.9403079Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:50:27.9403522Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:50:27.9403918Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:50:27.9404308Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:50:27.9404699Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:50:27.9405076Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:50:27.9405551Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:50:27.9405923Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:50:27.9406315Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:50:27.9406761Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:50:27.9407204Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:50:27.9407635Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:50:27.9408042Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:50:27.9408443Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:50:27.9408972Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:50:27.9409371Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:50:27.9409733Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:50:27.9410050Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:50:27.9410359Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:50:27.9410726Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:50:27.9411103Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:50:27.9411450Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:50:27.9411822Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:50:27.9412216Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:50:27.9412609Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:50:27.9412970Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:50:27.9413317Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:50:27.9413694Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:50:27.9414089Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:50:27.9414459Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:50:27.9414817Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:50:27.9415281Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:50:27.9415663Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:50:27.9416045Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:50:27.9416388Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:50:27.9416761Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:50:27.9417145Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:50:27.9417630Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:50:27.9417994Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:50:27.9418369Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:50:27.9418747Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:50:27.9419146Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:50:27.9419569Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:50:27.9419970Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:50:27.9420321Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:50:27.9420702Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:50:27.9421048Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:50:27.9421466Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:50:27.9421962Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:50:27.9422456Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:50:27.9422930Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:50:27.9423421Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:50:27.9423850Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:50:27.9424228Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:50:27.9424615Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:50:27.9425294Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:50:27.9425760Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:50:27.9426154Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:50:27.9426529Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:50:27.9426895Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:50:27.9427283Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:50:27.9427721Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:50:27.9428150Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:50:27.9428524Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:50:27.9428920Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:50:27.9429341Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:50:27.9429712Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:50:27.9430060Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:50:27.9430445Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:50:27.9430891Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:50:27.9431316Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:50:27.9431725Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:50:27.9432127Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:50:27.9432449Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:50:27.9432722Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:50:27.9433072Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:50:27.9433553Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:50:27.9531001Z [+] Installing Go for linux-amd64...
2025-08-20T22:50:29.0495029Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:50:29.0495838Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:50:29.0496515Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:50:30.7766206Z [+] Downloading Go go1.25.0...
2025-08-20T22:50:30.7817741Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:50:30.7818426Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:50:30.7818782Z 
2025-08-20T22:50:30.8601724Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:50:30.8602377Z 100    80  100    80    0     0   1019      0 --:--:-- --:--:-- --:--:--  1025
2025-08-20T22:50:30.9443261Z 
2025-08-20T22:50:30.9443758Z 100    75  100    75    0     0    461      0 --:--:-- --:--:-- --:--:--   461
2025-08-20T22:50:31.1692196Z 
2025-08-20T22:50:31.4729731Z  30 56.8M   30 17.4M    0     0  45.1M      0  0:00:01 --:--:--  0:00:01 45.1M
2025-08-20T22:50:31.4730386Z 100 56.8M  100 56.8M    0     0  82.3M      0 --:--:-- --:--:-- --:--:--  130M
2025-08-20T22:50:31.4767504Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:50:32.8723830Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:50:32.8724454Z [+] GOROOT: /home/runner/.go
2025-08-20T22:50:32.8724886Z [+] GOPATH: /home/runner/go
2025-08-20T22:50:32.8725803Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:50:32.8891315Z go version go1.25.0 linux/amd64
2025-08-20T22:50:32.9267399Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:50:32.9268148Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:50:32.9268789Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:50:32.9269585Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:50:32.9270009Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:50:32.9270613Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:50:32.9271010Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:50:32.9271392Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:50:32.9271774Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:50:32.9272125Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:50:32.9272504Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:50:32.9272910Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:50:32.9273320Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:50:32.9273765Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:50:32.9274185Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:50:32.9274606Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:50:32.9275036Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:50:32.9275807Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:50:32.9276463Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:50:32.9277071Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:50:32.9277507Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:50:32.9277887Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:50:32.9278300Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:50:32.9278695Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:50:32.9279055Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:50:32.9279442Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:50:32.9280071Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:50:32.9280486Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:50:32.9280900Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:50:32.9281310Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:50:32.9281722Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:50:32.9282137Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:50:32.9282555Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:50:32.9282971Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:50:32.9283408Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:50:32.9283837Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:50:32.9284229Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:50:32.9284614Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:50:32.9285014Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:50:32.9285654Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:50:32.9286070Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:50:32.9286467Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:50:32.9286848Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:50:32.9287421Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:50:32.9287895Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:50:32.9288355Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:50:32.9288826Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:50:32.9289257Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:50:32.9289668Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:50:32.9290076Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:50:32.9290470Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:50:32.9290909Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:50:32.9291302Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:50:32.9291671Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:50:32.9292025Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:50:32.9292388Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:50:32.9292706Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:50:32.9293037Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:50:32.9293438Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:50:32.9293804Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:50:32.9294197Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:50:32.9294620Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:50:32.9295026Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:50:32.9295652Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:50:32.9296076Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:50:32.9296626Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:50:32.9297019Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:50:32.9297407Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:50:32.9297822Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:50:32.9298280Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:50:32.9298768Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:50:32.9299227Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:50:32.9299636Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:50:32.9300020Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:50:32.9300404Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:50:32.9300801Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:50:32.9301230Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:50:32.9301705Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:50:32.9302191Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:50:32.9302669Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:50:32.9303090Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:50:32.9303478Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:50:32.9303963Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:50:32.9304360Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:50:32.9304749Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:50:32.9305293Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:50:32.9305728Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:50:32.9306139Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:50:32.9306518Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:50:32.9306889Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:50:32.9307289Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:50:32.9307686Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:50:32.9308059Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:50:32.9308431Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:50:32.9308814Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:50:32.9309200Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:50:32.9309549Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:50:32.9309923Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:50:32.9310295Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:50:32.9310653Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:50:32.9311032Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:50:32.9311383Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:50:32.9311734Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:50:32.9312103Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:50:32.9312484Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:50:32.9313002Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:50:32.9313388Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:50:32.9313754Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:50:32.9314118Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:50:32.9314502Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:50:32.9314898Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:50:32.9315436Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:50:32.9315768Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:50:32.9316121Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:50:32.9316469Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:50:32.9316819Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:50:32.9317176Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:50:32.9317518Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:50:32.9317885Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:50:32.9318269Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:50:32.9318702Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:50:32.9319140Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:50:32.9319533Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:50:32.9319914Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:50:32.9320412Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:50:32.9320798Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:50:32.9321195Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:50:32.9321662Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:50:32.9322177Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:50:32.9322572Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:50:32.9322982Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:50:32.9323419Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:50:32.9323844Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:50:32.9324227Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:50:32.9324611Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:50:32.9325015Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:50:32.9325835Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:50:32.9326244Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:50:32.9326630Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:50:32.9327228Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:50:32.9327633Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:50:32.9328006Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:50:32.9328363Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:50:32.9328665Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:50:32.9328982Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:50:32.9329379Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:50:32.9329770Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:50:32.9330302Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:50:32.9330665Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:50:32.9331030Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:50:32.9331398Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:50:32.9331742Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:50:32.9332078Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:50:32.9332492Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:50:32.9332931Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:50:32.9333327Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:50:32.9333691Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:50:32.9334070Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:50:32.9334466Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:50:32.9334876Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:50:32.9335528Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:50:32.9335884Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:50:32.9336230Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:50:32.9336637Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:50:32.9337056Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:50:32.9337585Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:50:32.9337949Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:50:32.9338281Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:50:32.9338661Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:50:32.9339055Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:50:32.9339474Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:50:32.9339943Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:50:32.9340351Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:50:32.9340714Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:50:32.9341056Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:50:32.9341401Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:50:32.9342060Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:50:32.9342561Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:50:32.9342999Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:50:32.9343366Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:50:32.9343822Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:50:32.9344347Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:50:32.9344841Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:50:32.9345384Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:50:32.9345743Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:50:32.9346130Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:50:32.9346535Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:50:32.9347074Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:50:32.9347472Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:50:32.9347839Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:50:32.9348208Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:50:32.9348594Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:50:32.9348987Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:50:32.9349372Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:50:32.9349761Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:50:32.9350148Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:50:32.9350530Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:50:32.9350950Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:50:32.9351391Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:50:32.9351811Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:50:32.9352176Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:50:32.9360169Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:50:32.9360775Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:50:32.9361200Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:50:32.9361603Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:50:32.9361997Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:50:32.9362605Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:50:32.9363058Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:50:32.9363536Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:50:32.9363983Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:50:32.9364390Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:50:32.9364781Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:50:32.9365302Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:50:32.9365705Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:50:32.9366081Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:50:32.9366469Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:50:32.9366858Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:50:32.9367302Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:50:32.9367783Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:50:32.9368238Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:50:32.9368742Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:50:32.9369237Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:50:32.9369717Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:50:32.9370201Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:50:32.9370623Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:50:32.9370982Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:50:32.9371340Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:50:32.9371835Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:50:32.9372205Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:50:32.9372573Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:50:32.9372950Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:50:32.9373329Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:50:32.9373704Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:50:32.9374083Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:50:32.9374458Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:50:32.9374854Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:50:32.9375354Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:50:32.9375773Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:50:32.9376214Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:50:32.9376600Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:50:32.9376969Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:50:32.9377380Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:50:32.9377746Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:50:32.9378094Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:50:32.9378439Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:50:32.9378795Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:50:32.9379316Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:50:32.9379696Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:50:32.9380093Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:50:32.9380454Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:50:32.9380767Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:50:32.9381225Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:32.9381736Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:50:32.9382102Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:50:32.9382468Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:50:32.9382836Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:50:32.9383243Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:50:32.9383680Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:50:32.9384110Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:50:32.9384532Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:50:32.9384929Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:50:32.9385521Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:50:32.9385982Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:50:32.9386398Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:50:32.9386791Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:50:32.9387218Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:50:32.9387711Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:50:32.9388208Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:50:32.9388793Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:50:32.9389202Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:50:32.9389599Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:50:32.9390070Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:50:32.9390551Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:50:32.9390992Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:50:32.9391429Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:50:32.9391884Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:50:32.9392284Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:50:32.9392652Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:50:32.9393014Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:50:32.9393390Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:50:32.9393770Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:50:32.9394134Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:50:32.9394491Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:50:32.9394873Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:50:32.9395427Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:50:32.9395828Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:50:32.9396323Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:50:32.9396680Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:50:32.9397059Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:50:32.9397437Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:50:32.9397793Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:50:32.9398149Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:50:32.9398502Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:50:32.9398866Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:50:32.9399227Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:50:32.9399591Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:50:32.9399942Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:50:32.9400315Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:50:32.9400667Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:50:32.9401040Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:50:32.9401472Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:50:32.9401876Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:50:32.9402236Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:50:32.9402611Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:50:32.9403036Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:50:32.9403427Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:50:32.9403786Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:50:32.9404148Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:50:32.9404500Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:50:32.9404918Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:50:32.9405333Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:50:32.9405683Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:50:32.9406043Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:50:32.9406403Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:50:32.9406760Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:50:32.9407101Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:50:32.9407432Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:50:32.9407809Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:50:32.9408217Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:50:32.9408607Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:50:32.9409004Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:50:32.9409390Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:50:32.9409798Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:50:32.9410290Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:50:32.9410912Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:50:32.9411531Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:50:32.9412060Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:50:32.9412640Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:50:32.9413160Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:50:32.9413672Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:50:32.9414285Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:50:32.9414840Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:50:32.9415436Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:50:32.9415886Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:50:32.9416259Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:50:32.9416629Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:50:32.9416996Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:50:32.9417372Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:50:32.9417761Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:50:32.9418140Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:50:32.9418519Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:50:32.9418894Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:50:32.9419266Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:50:32.9419631Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:50:32.9420001Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:50:32.9420363Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:50:32.9420745Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:50:32.9421133Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:50:32.9421535Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:50:32.9422068Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:50:32.9422425Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:50:32.9422808Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:50:32.9423212Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:50:32.9423613Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:50:32.9424043Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:50:32.9424464Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:50:32.9424832Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:50:32.9425299Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:50:32.9425816Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:50:32.9426191Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:50:32.9426572Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:50:32.9426954Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:50:32.9427331Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:50:32.9427711Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:50:32.9428067Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:50:32.9428419Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:50:32.9428961Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:32.9429792Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:32.9430467Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:32.9431117Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:32.9431632Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:50:32.9432006Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:50:32.9432370Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:50:32.9432739Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:50:32.9433103Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:50:32.9433458Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:50:32.9433824Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:50:32.9434203Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:50:32.9434570Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:50:32.9434936Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:50:32.9435505Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:50:32.9435878Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:50:32.9436259Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:50:32.9436662Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:50:32.9437051Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:50:32.9437436Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:50:32.9437835Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:50:32.9438219Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:50:32.9438727Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:50:32.9439108Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:50:32.9439475Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:50:32.9439856Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:50:32.9440253Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:50:32.9440639Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:50:32.9441029Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:50:32.9441419Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:50:32.9441802Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:50:32.9442227Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:50:32.9442662Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:50:32.9443068Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:50:32.9443502Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:50:32.9443960Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:50:32.9444368Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:50:32.9444735Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:50:32.9445221Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:50:32.9445623Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:50:32.9446140Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:50:32.9446544Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:50:32.9446920Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:50:32.9447303Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:50:32.9447763Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:50:32.9448228Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:50:32.9448622Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:50:32.9449020Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:50:32.9449464Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:50:32.9449907Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:50:32.9450372Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:50:32.9450860Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:50:32.9451298Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:50:32.9451730Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:50:32.9452125Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:50:32.9452515Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:50:32.9452929Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:50:32.9453313Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:50:32.9453687Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:50:32.9454091Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:50:32.9454485Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:50:32.9455000Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:50:32.9455517Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:50:32.9455903Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:50:32.9456271Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:50:32.9456625Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:50:32.9456973Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:50:32.9457357Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:50:32.9457770Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:50:32.9458226Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:50:32.9458670Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:50:32.9459067Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:50:32.9459494Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:50:32.9459909Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:50:32.9460307Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:50:32.9460708Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:50:32.9461061Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:50:32.9461418Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:50:32.9461804Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:50:32.9462303Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:50:32.9462682Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:50:32.9463010Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:50:32.9463319Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:50:32.9463665Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:50:32.9464156Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:50:32.9464663Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:50:32.9465035Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:50:32.9465632Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:50:32.9466029Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:50:32.9466441Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:50:32.9466844Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:50:32.9467245Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:50:32.9467653Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:50:32.9468054Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:50:32.9468419Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:50:32.9468782Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:50:32.9469139Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:50:32.9469510Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:50:32.9469927Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:50:32.9470355Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:50:32.9470744Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:50:32.9471154Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:50:32.9471712Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:50:32.9472098Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:50:32.9472451Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:50:32.9472802Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:50:32.9473158Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:50:32.9473528Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:50:32.9473899Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:50:32.9474292Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:50:32.9474703Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:50:32.9475264Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:50:32.9475793Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:50:32.9476168Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:50:32.9476545Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:50:32.9476916Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:50:32.9477297Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:50:32.9477666Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:50:32.9478033Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:50:32.9478468Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:50:32.9479073Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:50:32.9479492Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:50:32.9479860Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:50:32.9480224Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:50:32.9480619Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:50:32.9481006Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:50:32.9481373Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:50:32.9481762Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:50:32.9482137Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:50:32.9482485Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:50:32.9482843Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:50:32.9483237Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:50:32.9483655Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:50:32.9484031Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:50:32.9484413Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:50:32.9484845Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:50:32.9485377Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:50:32.9485791Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:50:32.9486180Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:50:32.9486694Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:32.9487200Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:50:32.9487503Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:50:32.9488144Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:50:32.9488558Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:50:32.9488978Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:50:32.9489493Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:50:32.9490074Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:50:32.9490672Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:50:32.9491345Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:50:32.9491986Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:50:32.9492615Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:50:32.9493235Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:50:32.9493814Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:50:32.9494293Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:50:32.9494735Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:50:32.9495260Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:50:32.9495681Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:50:32.9496304Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:50:32.9496735Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:50:32.9497114Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:50:32.9497476Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:50:32.9497846Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:50:32.9498219Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:50:32.9498622Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:50:32.9499030Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:50:32.9499385Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:50:32.9499773Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:50:32.9500231Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:50:32.9500708Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:50:32.9501185Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:50:32.9501652Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:50:32.9502124Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:50:32.9502598Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:50:32.9503036Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:50:32.9503441Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:50:32.9503846Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:50:32.9504248Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:50:32.9504656Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:50:32.9505061Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:50:32.9505879Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:50:32.9506331Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:50:32.9506725Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:50:32.9507110Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:50:32.9507486Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:50:32.9507874Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:50:32.9508305Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:50:32.9508743Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:50:32.9509145Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:50:32.9509548Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:50:32.9509975Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:50:32.9510425Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:50:32.9510863Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:50:32.9511288Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:50:32.9511680Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:50:32.9512058Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:50:32.9512441Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:50:32.9512930Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:50:32.9513304Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:50:32.9513710Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:50:32.9514099Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:50:32.9514516Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:50:32.9514975Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:50:32.9515590Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:50:32.9515994Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:50:32.9516387Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:50:32.9516682Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:50:32.9517000Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:50:32.9517385Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:50:32.9517777Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:50:32.9518165Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:50:32.9518553Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:50:32.9518973Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:50:32.9519411Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:50:32.9519821Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:50:32.9520201Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:50:32.9520590Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:50:32.9521134Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:32.9521705Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:50:32.9522277Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:50:32.9522707Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:50:32.9523132Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:50:32.9523547Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:50:32.9523939Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:50:32.9524324Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:50:32.9524702Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:50:32.9525090Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:50:32.9525603Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:50:32.9525976Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:50:32.9526367Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:50:32.9526755Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:50:32.9527121Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:50:32.9527522Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:50:32.9527975Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:50:32.9528387Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:50:32.9528755Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:50:32.9529126Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:50:32.9529618Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:50:32.9529989Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:50:32.9530354Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:50:32.9530773Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:50:32.9531204Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:50:32.9531605Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:50:32.9531993Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:50:32.9532380Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:50:32.9532753Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:50:32.9533122Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:50:32.9533499Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:50:32.9533894Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:50:32.9534339Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:50:32.9534794Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:50:32.9535314Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:50:32.9535710Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:50:32.9536109Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:50:32.9536526Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:50:32.9536906Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:50:32.9537259Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:50:32.9537574Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:50:32.9537874Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:50:32.9538356Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:50:32.9538721Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:50:32.9539067Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:50:32.9539436Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:50:32.9539824Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:50:32.9540203Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:50:32.9540558Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:50:32.9540905Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:50:32.9541278Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:50:32.9541672Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:50:32.9542043Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:50:32.9542404Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:50:32.9542760Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:50:32.9543138Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:50:32.9543516Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:50:32.9543856Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:50:32.9544224Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:50:32.9544604Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:50:32.9544978Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:50:32.9545674Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:50:32.9546074Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:50:32.9546467Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:50:32.9546878Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:50:32.9547314Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:50:32.9547715Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:50:32.9548066Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:50:32.9548414Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:50:32.9548762Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:50:32.9549178Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:50:32.9549673Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:50:32.9550134Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:50:32.9550603Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:50:32.9551092Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:50:32.9551519Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:50:32.9551899Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:50:32.9552283Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:50:32.9552660Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:50:32.9553038Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:50:32.9553412Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:50:32.9553791Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:50:32.9554150Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:50:32.9554650Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:50:32.9555084Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:50:32.9555734Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:50:32.9556112Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:50:32.9556510Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:50:32.9556927Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:50:32.9557300Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:50:32.9557647Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:50:32.9558035Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:50:32.9558481Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:50:32.9558909Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:50:32.9559312Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:50:32.9559710Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:50:32.9560026Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:50:32.9560300Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:50:32.9560646Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:50:32.9561115Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:50:33.1779725Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:50:33.3517412Z Collecting meson
2025-08-20T22:50:33.3866303Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:50:33.4174762Z Collecting ninja
2025-08-20T22:50:33.4248618Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:50:33.4356602Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:50:33.4641138Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 53.1 MB/s  0:00:00
2025-08-20T22:50:33.4682816Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:50:33.5593764Z Installing collected packages: ninja, meson
2025-08-20T22:50:34.2714164Z 
2025-08-20T22:50:34.2744026Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:50:34.5610563Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:50:34.6675351Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:50:34.7235594Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:50:35.1373565Z 1.8.4
2025-08-20T22:50:35.1619301Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:50:35.1875782Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:50:35.1876443Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:50:35.1877080Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:50:35.1877714Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:50:35.1878387Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:50:35.1879065Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:50:35.1879740Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:50:35.1880391Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:50:35.1881017Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:50:35.1881625Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:50:35.1882273Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:50:35.1882952Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:50:35.1883907Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:50:35.1884798Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:50:35.1885757Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:50:35.1886483Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:50:35.1887228Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:50:35.1887679Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:50:35.1888105Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:50:35.1888618Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:50:35.1889076Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:50:35.1889462Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:50:35.1889887Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:50:35.1890284Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:50:35.1890637Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:50:35.1891031Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:50:35.1891463Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:50:35.1891909Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:50:35.1892635Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:50:35.1893372Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:50:35.1894327Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:50:35.1895339Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:50:35.1896157Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:50:35.1897018Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:50:35.1897830Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:50:35.1898615Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:50:35.1899339Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:50:35.1900030Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:50:35.1900734Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:50:35.1901569Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:50:35.1902358Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:50:35.1903091Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:50:35.1903811Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:50:35.1904614Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:50:35.1905694Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:50:35.1906539Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:50:35.1907410Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:50:35.1908205Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:50:35.1908963Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:50:35.1909720Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:50:35.1910450Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:50:35.1911519Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:50:35.1912246Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:50:35.1912901Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:50:35.1913531Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:50:35.1914182Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:50:35.1914745Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:50:35.1915603Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:50:35.1916334Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:50:35.1917007Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:50:35.1917760Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:50:35.1918540Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:50:35.1919293Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:50:35.1920016Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:50:35.1920768Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:50:35.1921528Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:50:35.1922232Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:50:35.1922930Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:50:35.1923672Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:50:35.1924657Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:50:35.1925806Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:50:35.1926668Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:50:35.1927401Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:50:35.1928081Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:50:35.1928782Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:50:35.1929496Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:50:35.1930264Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:50:35.1931121Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:50:35.1931989Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:50:35.1932852Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:50:35.1933643Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:50:35.1934349Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:50:35.1934830Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:50:35.1935485Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:50:35.1935920Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:50:35.1936318Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:50:35.1936750Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:50:35.1937171Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:50:35.1937550Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:50:35.1937931Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:50:35.1938353Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:50:35.1938945Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:50:35.1939322Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:50:35.1939690Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:50:35.1940107Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:50:35.1940496Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:50:35.1940854Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:50:35.1941365Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:50:35.1941742Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:50:35.1942231Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:50:35.1942630Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:50:35.1943111Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:50:35.1943474Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:50:35.1944020Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:50:35.1944508Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:50:35.1944920Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:50:35.1945498Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:50:35.1945923Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:50:35.1946516Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:50:35.1947152Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:50:35.1947655Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:50:35.1948249Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:50:35.1948642Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:50:35.1949064Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:50:35.1949576Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:50:35.1950124Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:50:35.1950616Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:50:35.1950967Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:50:35.1951340Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:50:35.1951736Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:50:35.1952177Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:50:35.1952619Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:50:35.1953021Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:50:35.1953405Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:50:35.1953793Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:50:35.1954180Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:50:35.1954578Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:50:35.1954982Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:50:35.1955674Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:50:35.1956075Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:50:35.1956488Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:50:35.1956917Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:50:35.1957487Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:50:35.1957866Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:50:35.1958257Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:50:35.1958661Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:50:35.1959062Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:50:35.1959453Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:50:35.1959838Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:50:35.1960231Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:50:35.1960633Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:50:35.1961007Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:50:35.1961389Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:50:35.1961707Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:50:35.1962035Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:50:35.1962431Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:50:35.1962830Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:50:35.1963220Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:50:35.1963591Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:50:35.1964165Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:50:35.1964537Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:50:35.1965002Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:50:35.1965538Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:50:35.1965967Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:50:35.1966420Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:50:35.1966817Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:50:35.1967183Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:50:35.1967570Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:50:35.1967979Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:50:35.1968404Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:50:35.1968817Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:50:35.1969175Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:50:35.1969535Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:50:35.1969952Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:50:35.1970396Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:50:35.1977775Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:50:35.1978224Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:50:35.1978581Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:50:35.1978982Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:50:35.1979371Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:50:35.1979794Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:50:35.1980262Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:50:35.1980685Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:50:35.1981063Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:50:35.1981585Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:50:35.1981939Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:50:35.1982385Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:50:35.1982886Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:50:35.1983320Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:50:35.1983694Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:50:35.1984152Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:50:35.1984684Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:50:35.1985420Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:50:35.1985866Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:50:35.1986226Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:50:35.1986606Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:50:35.1987013Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:50:35.1987420Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:50:35.1987816Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:50:35.1988186Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:50:35.1988553Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:50:35.1989064Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:50:35.1989466Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:50:35.1989855Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:50:35.1990248Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:50:35.1990659Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:50:35.1991052Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:50:35.1991484Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:50:35.1991937Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:50:35.1992361Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:50:35.1992728Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:50:35.1993099Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:50:35.1993492Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:50:35.1993861Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:50:35.1994235Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:50:35.1994606Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:50:35.1994982Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:50:35.1995632Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:50:35.1996097Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:50:35.1996534Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:50:35.1996925Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:50:35.1997303Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:50:35.1997677Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:50:35.1998044Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:50:35.1998528Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:50:35.1998905Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:50:35.1999278Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:50:35.1999716Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:50:35.2000184Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:50:35.2000632Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:50:35.2001138Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:50:35.2001683Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:50:35.2002180Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:50:35.2002667Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:50:35.2003095Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:50:35.2003458Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:50:35.2003818Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:50:35.2004195Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:50:35.2004566Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:50:35.2004919Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:50:35.2005497Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:50:35.2005997Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:50:35.2006383Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:50:35.2006769Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:50:35.2007146Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:50:35.2007541Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:50:35.2007921Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:50:35.2008336Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:50:35.2008767Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:50:35.2009152Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:50:35.2009520Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:50:35.2009928Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:50:35.2010298Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:50:35.2010649Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:50:35.2011008Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:50:35.2011370Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:50:35.2011753Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:50:35.2012124Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:50:35.2012516Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:50:35.2012878Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:50:35.2013194Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:50:35.2013652Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:35.2014174Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:50:35.2014544Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:50:35.2015029Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:50:35.2015660Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:50:35.2016066Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:50:35.2016498Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:50:35.2016922Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:50:35.2017343Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:50:35.2017743Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:50:35.2018135Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:50:35.2018563Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:50:35.2018968Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:50:35.2019355Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:50:35.2019775Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:50:35.2020253Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:50:35.2020735Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:50:35.2021175Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:50:35.2021575Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:50:35.2021969Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:50:35.2022554Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:50:35.2023035Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:50:35.2023441Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:50:35.2023868Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:50:35.2024308Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:50:35.2024705Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:50:35.2025064Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:50:35.2025645Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:50:35.2026034Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:50:35.2026412Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:50:35.2026777Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:50:35.2027138Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:50:35.2027524Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:50:35.2027900Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:50:35.2028261Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:50:35.2028623Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:50:35.2028975Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:50:35.2029343Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:50:35.2029720Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:50:35.2030076Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:50:35.2030426Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:50:35.2030774Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:50:35.2031137Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:50:35.2031505Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:50:35.2031983Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:50:35.2032331Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:50:35.2032702Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:50:35.2033047Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:50:35.2033412Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:50:35.2033839Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:50:35.2034238Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:50:35.2034595Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:50:35.2034973Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:50:35.2035488Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:50:35.2035881Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:50:35.2036234Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:50:35.2036594Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:50:35.2036946Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:50:35.2037237Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:50:35.2037539Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:50:35.2037884Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:50:35.2038237Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:50:35.2038597Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:50:35.2039098Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:50:35.2039442Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:50:35.2039771Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:50:35.2040145Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:50:35.2040548Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:50:35.2040937Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:50:35.2041323Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:50:35.2041703Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:50:35.2042103Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:50:35.2042594Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:50:35.2043206Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:50:35.2043818Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:50:35.2044349Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:50:35.2044810Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:50:35.2045348Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:50:35.2045857Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:50:35.2046466Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:50:35.2047017Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:50:35.2047500Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:50:35.2047935Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:50:35.2048424Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:50:35.2048789Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:50:35.2049151Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:50:35.2049526Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:50:35.2049913Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:50:35.2050305Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:50:35.2050686Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:50:35.2051069Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:50:35.2051448Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:50:35.2051823Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:50:35.2052196Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:50:35.2052566Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:50:35.2052956Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:50:35.2053345Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:50:35.2053751Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:50:35.2054160Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:50:35.2054529Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:50:35.2054926Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:50:35.2055444Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:50:35.2055974Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:50:35.2056415Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:50:35.2056847Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:50:35.2057217Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:50:35.2057586Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:50:35.2057967Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:50:35.2058324Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:50:35.2058712Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:50:35.2059094Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:50:35.2059473Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:50:35.2059857Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:50:35.2060213Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:50:35.2060574Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:50:35.2061120Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:35.2061828Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:35.2062501Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:35.2063150Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:35.2063666Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:50:35.2064047Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:50:35.2064423Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:50:35.2064912Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:50:35.2065384Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:50:35.2065743Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:50:35.2066109Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:50:35.2066486Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:50:35.2066857Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:50:35.2067226Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:50:35.2067601Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:50:35.2067965Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:50:35.2068357Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:50:35.2068764Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:50:35.2069162Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:50:35.2069554Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:50:35.2069942Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:50:35.2070326Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:50:35.2070703Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:50:35.2071079Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:50:35.2071447Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:50:35.2071823Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:50:35.2072328Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:50:35.2072725Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:50:35.2073119Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:50:35.2073507Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:50:35.2073887Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:50:35.2074306Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:50:35.2074729Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:50:35.2075227Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:50:35.2075661Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:50:35.2076113Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:50:35.2076516Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:50:35.2076878Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:50:35.2077253Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:50:35.2077642Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:50:35.2078042Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:50:35.2078434Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:50:35.2078806Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:50:35.2079188Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:50:35.2079648Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:50:35.2080114Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:50:35.2080507Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:50:35.2080908Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:50:35.2081468Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:50:35.2081904Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:50:35.2082371Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:50:35.2082847Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:50:35.2083281Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:50:35.2083724Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:50:35.2084123Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:50:35.2084518Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:50:35.2085268Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:50:35.2085930Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:50:35.2086319Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:50:35.2086727Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:50:35.2087127Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:50:35.2087534Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:50:35.2087949Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:50:35.2088338Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:50:35.2088711Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:50:35.2089213Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:50:35.2089577Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:50:35.2089966Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:50:35.2090382Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:50:35.2090831Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:50:35.2091279Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:50:35.2091680Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:50:35.2092113Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:50:35.2092530Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:50:35.2092937Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:50:35.2093339Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:50:35.2093689Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:50:35.2094050Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:50:35.2094434Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:50:35.2094818Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:50:35.2095454Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:50:35.2095796Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:50:35.2096114Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:50:35.2096460Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:50:35.2096958Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:50:35.2097475Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:50:35.2097849Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:50:35.2098340Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:50:35.2098743Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:50:35.2099145Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:50:35.2099545Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:50:35.2099944Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:50:35.2100350Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:50:35.2100752Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:50:35.2101121Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:50:35.2101519Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:50:35.2101878Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:50:35.2102246Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:50:35.2102673Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:50:35.2103093Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:50:35.2103481Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:50:35.2103892Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:50:35.2104324Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:50:35.2104710Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:50:35.2105071Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:50:35.2105522Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:50:35.2105984Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:50:35.2106357Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:50:35.2106732Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:50:35.2107127Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:50:35.2107533Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:50:35.2107981Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:50:35.2108412Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:50:35.2108788Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:50:35.2109165Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:50:35.2109542Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:50:35.2109925Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:50:35.2110293Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:50:35.2110666Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:50:35.2111103Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:50:35.2111586Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:50:35.2111997Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:50:35.2112365Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:50:35.2112734Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:50:35.2113134Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:50:35.2113522Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:50:35.2113899Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:50:35.2114296Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:50:35.2114799Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:50:35.2115258Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:50:35.2115617Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:50:35.2116011Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:50:35.2116425Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:50:35.2116800Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:50:35.2117179Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:50:35.2117612Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:50:35.2118036Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:50:35.2118454Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:50:35.2118845Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:50:35.2119358Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:35.2119865Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:50:35.2120172Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:50:35.2120514Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:50:35.2120918Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:50:35.2121340Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:50:35.2121854Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:50:35.2122539Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:50:35.2123183Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:50:35.2123821Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:50:35.2124452Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:50:35.2125064Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:50:35.2125779Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:50:35.2126350Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:50:35.2126826Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:50:35.2127262Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:50:35.2127687Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:50:35.2128108Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:50:35.2128570Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:50:35.2128996Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:50:35.2129374Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:50:35.2129740Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:50:35.2130109Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:50:35.2130493Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:50:35.2130901Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:50:35.2131314Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:50:35.2131668Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:50:35.2132188Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:50:35.2132648Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:50:35.2133122Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:50:35.2133597Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:50:35.2134066Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:50:35.2134539Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:50:35.2135016Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:50:35.2135557Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:50:35.2135966Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:50:35.2136374Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:50:35.2136785Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:50:35.2137190Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:50:35.2137594Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:50:35.2138026Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:50:35.2138451Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:50:35.2138837Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:50:35.2139212Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:50:35.2139695Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:50:35.2140069Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:50:35.2140498Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:50:35.2140927Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:50:35.2141321Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:50:35.2141721Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:50:35.2142140Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:50:35.2142580Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:50:35.2143019Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:50:35.2143460Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:50:35.2143860Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:50:35.2144230Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:50:35.2144614Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:50:35.2144975Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:50:35.2145441Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:50:35.2145842Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:50:35.2146234Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:50:35.2146650Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:50:35.2147109Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:50:35.2147521Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:50:35.2147918Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:50:35.2148432Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:50:35.2148730Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:50:35.2149049Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:50:35.2149427Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:50:35.2149817Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:50:35.2150196Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:50:35.2150586Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:50:35.2151006Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:50:35.2151450Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:50:35.2151870Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:50:35.2152254Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:50:35.2152650Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:50:35.2153193Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:35.2153763Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:50:35.2154205Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:50:35.2154635Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:50:35.2155062Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:50:35.2155595Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:50:35.2156101Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:50:35.2156495Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:50:35.2156876Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:50:35.2157265Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:50:35.2157660Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:50:35.2158029Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:50:35.2158410Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:50:35.2158802Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:50:35.2159162Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:50:35.2159565Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:50:35.2160021Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:50:35.2160433Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:50:35.2160806Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:50:35.2161171Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:50:35.2161547Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:50:35.2161915Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:50:35.2162278Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:50:35.2162698Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:50:35.2163136Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:50:35.2163531Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:50:35.2163922Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:50:35.2164311Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:50:35.2164845Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:50:35.2165307Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:50:35.2165683Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:50:35.2166078Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:50:35.2166519Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:50:35.2166962Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:50:35.2167371Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:50:35.2167765Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:50:35.2168166Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:50:35.2168583Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:50:35.2168967Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:50:35.2169317Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:50:35.2169629Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:50:35.2169929Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:50:35.2170294Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:50:35.2170660Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:50:35.2171007Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:50:35.2171374Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:50:35.2171763Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:50:35.2172264Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:50:35.2172624Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:50:35.2172970Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:50:35.2173344Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:50:35.2173735Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:50:35.2174102Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:50:35.2174453Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:50:35.2174806Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:50:35.2175282Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:50:35.2175662Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:50:35.2176008Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:50:35.2176372Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:50:35.2176758Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:50:35.2177132Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:50:35.2177495Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:50:35.2177862Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:50:35.2178240Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:50:35.2178637Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:50:35.2179054Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:50:35.2179449Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:50:35.2179796Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:50:35.2180139Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:50:35.2180478Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:50:35.2181018Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:50:35.2181508Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:50:35.2181963Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:50:35.2182430Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:50:35.2182915Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:50:35.2183336Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:50:35.2183710Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:50:35.2184095Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:50:35.2184473Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:50:35.2184852Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:50:35.2185319Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:50:35.2185694Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:50:35.2186061Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:50:35.2186444Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:50:35.2186876Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:50:35.2187295Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:50:35.2187663Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:50:35.2188166Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:50:35.2188584Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:50:35.2188968Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:50:35.2189310Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:50:35.2189691Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:50:35.2190132Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:50:35.2190542Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:50:35.2190943Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:50:35.2191361Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:50:35.2191688Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:50:35.2191966Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:50:35.2192320Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:50:35.2192798Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:50:35.5895943Z info: downloading installer
2025-08-20T22:50:35.7409532Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:50:35.7410211Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:50:35.7410858Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:50:35.7574635Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:50:35.7575375Z info: profile set to 'default'
2025-08-20T22:50:35.7575840Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:50:35.7576309Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:50:35.8250664Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:50:35.8416746Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:50:35.8417254Z 
2025-08-20T22:50:35.8509952Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:50:35.8510744Z 
2025-08-20T22:50:35.8510750Z 
2025-08-20T22:50:35.8510898Z Rust is installed now. Great!
2025-08-20T22:50:35.8511168Z 
2025-08-20T22:50:35.8511516Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:50:35.8512223Z environment variable. This has not been done automatically.
2025-08-20T22:50:35.8512617Z 
2025-08-20T22:50:35.8512819Z To configure your current shell, you need to source
2025-08-20T22:50:35.8513334Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:50:35.8513649Z 
2025-08-20T22:50:35.8513944Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:50:35.8514622Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:50:35.8515313Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:50:35.8515825Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:50:35.8839050Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:50:35.9176746Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:50:35.9177204Z 
2025-08-20T22:50:35.9270785Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:50:35.9271145Z 
2025-08-20T22:50:35.9756663Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:50:36.0710359Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:50:36.0963843Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:50:36.0964482Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:50:36.0965981Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:50:36.0966516Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:50:36.0966932Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:50:36.0967662Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:50:36.0968099Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:50:36.0968491Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:50:36.0968846Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:50:36.0969188Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:50:36.0969558Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:50:36.0969965Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:50:36.0970356Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:50:36.0970766Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:50:36.0971167Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:50:36.0971572Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:50:36.0971987Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:50:36.0972346Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:50:36.0972738Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:50:36.0973218Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:50:36.0973776Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:50:36.0974170Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:50:36.0974597Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:50:36.0975001Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:50:36.0975623Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:50:36.0976019Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:50:36.0976450Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:50:36.0976850Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:50:36.0977441Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:50:36.0977854Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:50:36.0978267Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:50:36.0978686Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:50:36.0979106Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:50:36.0979518Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:50:36.0979958Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:50:36.0980383Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:50:36.0980783Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:50:36.0981169Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:50:36.0981568Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:50:36.0981983Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:50:36.0982393Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:50:36.0982787Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:50:36.0983170Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:50:36.0983618Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:50:36.0984082Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:50:36.0984647Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:50:36.0985304Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:50:36.0985908Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:50:36.0986322Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:50:36.0986732Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:50:36.0987130Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:50:36.0987537Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:50:36.0987930Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:50:36.0988296Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:50:36.0988657Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:50:36.0989026Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:50:36.0989347Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:50:36.0989690Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:50:36.0990089Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:50:36.0990464Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:50:36.0990865Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:50:36.0991294Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:50:36.0991704Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:50:36.0992105Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:50:36.0992521Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:50:36.0992945Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:50:36.0993337Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:50:36.0993866Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:50:36.0994280Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:50:36.0994736Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:50:36.0995368Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:50:36.0995835Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:50:36.0996241Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:50:36.0996620Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:50:36.0997005Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:50:36.0997404Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:50:36.0997835Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:50:36.0998320Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:50:36.0998810Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:50:36.0999295Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:50:36.0999715Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:50:36.1000105Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:50:36.1000491Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:50:36.1000887Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:50:36.1001395Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:50:36.1001781Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:50:36.1002194Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:50:36.1002614Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:50:36.1002989Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:50:36.1003358Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:50:36.1003753Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:50:36.1004150Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:50:36.1004514Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:50:36.1004876Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:50:36.1005374Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:50:36.1005767Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:50:36.1006114Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:50:36.1006493Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:50:36.1006861Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:50:36.1007210Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:50:36.1007597Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:50:36.1007972Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:50:36.1008341Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:50:36.1008738Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:50:36.1009132Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:50:36.1009568Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:50:36.1009958Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:50:36.1010447Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:50:36.1010811Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:50:36.1011199Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:50:36.1011598Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:50:36.1011938Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:50:36.1012262Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:50:36.1012619Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:50:36.1012969Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:50:36.1013319Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:50:36.1013721Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:50:36.1014351Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:50:36.1015010Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:50:36.1015733Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:50:36.1016171Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:50:36.1016616Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:50:36.1017011Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:50:36.1017392Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:50:36.1017774Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:50:36.1018159Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:50:36.1018702Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:50:36.1027301Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:50:36.1027812Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:50:36.1028235Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:50:36.1028667Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:50:36.1029113Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:50:36.1029550Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:50:36.1029938Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:50:36.1030341Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:50:36.1030752Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:50:36.1031166Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:50:36.1031563Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:50:36.1031966Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:50:36.1032362Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:50:36.1032763Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:50:36.1033141Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:50:36.1033498Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:50:36.1033803Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:50:36.1034130Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:50:36.1034529Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:50:36.1034937Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:50:36.1035481Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:50:36.1035860Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:50:36.1036469Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:50:36.1036859Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:50:36.1037210Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:50:36.1037545Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:50:36.1037971Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:50:36.1038417Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:50:36.1038816Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:50:36.1039189Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:50:36.1039578Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:50:36.1039982Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:50:36.1040401Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:50:36.1040808Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:50:36.1041171Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:50:36.1041756Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:50:36.1042492Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:50:36.1043028Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:50:36.1043448Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:50:36.1043815Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:50:36.1044154Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:50:36.1044674Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:50:36.1045061Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:50:36.1045811Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:50:36.1046288Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:50:36.1046701Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:50:36.1047074Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:50:36.1047421Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:50:36.1047778Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:50:36.1048225Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:50:36.1048726Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:50:36.1049168Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:50:36.1049544Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:50:36.1050017Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:50:36.1050547Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:50:36.1051036Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:50:36.1051466Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:50:36.1051828Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:50:36.1052204Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:50:36.1052613Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:50:36.1053028Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:50:36.1053430Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:50:36.1053940Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:50:36.1054311Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:50:36.1054704Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:50:36.1055097Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:50:36.1055632Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:50:36.1056021Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:50:36.1056405Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:50:36.1056793Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:50:36.1057222Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:50:36.1057668Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:50:36.1058089Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:50:36.1058464Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:50:36.1058827Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:50:36.1059216Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:50:36.1059589Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:50:36.1059959Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:50:36.1060334Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:50:36.1060716Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:50:36.1061126Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:50:36.1061699Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:50:36.1062146Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:50:36.1062549Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:50:36.1062930Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:50:36.1063302Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:50:36.1063671Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:50:36.1064039Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:50:36.1064414Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:50:36.1064787Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:50:36.1065448Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:50:36.1065939Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:50:36.1066399Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:50:36.1066991Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:50:36.1067883Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:50:36.1068649Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:50:36.1069136Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:50:36.1069567Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:50:36.1069935Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:50:36.1070295Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:50:36.1070679Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:50:36.1071059Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:50:36.1071554Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:50:36.1071927Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:50:36.1072301Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:50:36.1072682Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:50:36.1073055Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:50:36.1073434Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:50:36.1073835Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:50:36.1074219Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:50:36.1074634Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:50:36.1075068Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:50:36.1075590Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:50:36.1075959Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:50:36.1076368Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:50:36.1076745Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:50:36.1077097Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:50:36.1077443Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:50:36.1077799Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:50:36.1078185Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:50:36.1078553Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:50:36.1079059Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:50:36.1079425Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:50:36.1079741Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:50:36.1080194Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:36.1080704Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:50:36.1081067Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:50:36.1081440Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:50:36.1081803Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:50:36.1082201Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:50:36.1082628Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:50:36.1083051Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:50:36.1083478Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:50:36.1083891Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:50:36.1084288Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:50:36.1084702Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:50:36.1085216Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:50:36.1085614Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:50:36.1086030Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:50:36.1086510Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:50:36.1086993Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:50:36.1087434Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:50:36.1087836Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:50:36.1088412Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:50:36.1088883Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:50:36.1089358Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:50:36.1089754Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:50:36.1090179Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:50:36.1090624Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:50:36.1091025Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:50:36.1091388Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:50:36.1091750Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:50:36.1092121Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:50:36.1092499Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:50:36.1092861Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:50:36.1093223Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:50:36.1093601Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:50:36.1093974Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:50:36.1094329Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:50:36.1094696Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:50:36.1095046Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:50:36.1095671Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:50:36.1096053Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:50:36.1096410Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:50:36.1096757Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:50:36.1097108Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:50:36.1097466Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:50:36.1097830Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:50:36.1098186Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:50:36.1098536Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:50:36.1098903Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:50:36.1099254Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:50:36.1099619Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:50:36.1100049Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:50:36.1100455Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:50:36.1100814Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:50:36.1101182Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:50:36.1101594Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:50:36.1101986Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:50:36.1102337Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:50:36.1102692Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:50:36.1103042Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:50:36.1103336Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:50:36.1103634Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:50:36.1103981Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:50:36.1104441Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:50:36.1104804Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:50:36.1105365Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:50:36.1105730Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:50:36.1106069Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:50:36.1106447Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:50:36.1106851Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:50:36.1107244Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:50:36.1107636Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:50:36.1108045Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:50:36.1108451Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:50:36.1108945Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:50:36.1109558Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:50:36.1110177Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:50:36.1110715Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:50:36.1111179Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:50:36.1111624Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:50:36.1112251Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:50:36.1112870Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:50:36.1113429Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:50:36.1113912Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:50:36.1114353Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:50:36.1114715Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:50:36.1115082Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:50:36.1115572Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:50:36.1115969Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:50:36.1116365Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:50:36.1116748Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:50:36.1117128Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:50:36.1117506Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:50:36.1117882Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:50:36.1118253Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:50:36.1118619Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:50:36.1118985Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:50:36.1119374Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:50:36.1119763Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:50:36.1120172Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:50:36.1120582Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:50:36.1120937Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:50:36.1121436Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:50:36.1121842Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:50:36.1122244Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:50:36.1122675Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:50:36.1123105Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:50:36.1123471Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:50:36.1123880Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:50:36.1124490Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:50:36.1125273Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:50:36.1125978Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:50:36.1126704Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:50:36.1127421Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:50:36.1127922Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:50:36.1128281Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:50:36.1128644Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:50:36.1129188Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:36.1129890Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:36.1130717Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:36.1131373Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:36.1131896Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:50:36.1132281Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:50:36.1132647Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:50:36.1133017Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:50:36.1133390Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:50:36.1133748Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:50:36.1134117Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:50:36.1134499Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:50:36.1134873Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:50:36.1135479Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:50:36.1135881Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:50:36.1136306Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:50:36.1136700Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:50:36.1137110Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:50:36.1137503Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:50:36.1137891Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:50:36.1138281Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:50:36.1138667Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:50:36.1139049Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:50:36.1139430Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:50:36.1139971Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:50:36.1140350Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:50:36.1140751Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:50:36.1141135Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:50:36.1141524Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:50:36.1141912Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:50:36.1142663Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:50:36.1143091Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:50:36.1143529Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:50:36.1143926Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:50:36.1144362Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:50:36.1144815Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:50:36.1145448Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:50:36.1145847Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:50:36.1146232Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:50:36.1146625Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:50:36.1147029Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:50:36.1147425Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:50:36.1147939Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:50:36.1148332Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:50:36.1148802Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:50:36.1149269Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:50:36.1149660Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:50:36.1150061Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:50:36.1150503Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:50:36.1150939Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:50:36.1151405Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:50:36.1151887Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:50:36.1152326Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:50:36.1152765Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:50:36.1153161Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:50:36.1153549Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:50:36.1153963Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:50:36.1154343Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:50:36.1154712Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:50:36.1155231Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:50:36.1155633Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:50:36.1156042Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:50:36.1156455Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:50:36.1156954Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:50:36.1157322Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:50:36.1157684Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:50:36.1158036Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:50:36.1158419Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:50:36.1158846Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:50:36.1159296Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:50:36.1159739Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:50:36.1160138Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:50:36.1160568Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:50:36.1160986Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:50:36.1161386Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:50:36.1161784Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:50:36.1162140Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:50:36.1162501Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:50:36.1162884Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:50:36.1163269Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:50:36.1163635Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:50:36.1163958Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:50:36.1164384Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:50:36.1164738Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:50:36.1165435Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:50:36.1165945Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:50:36.1166316Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:50:36.1166685Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:50:36.1167069Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:50:36.1167478Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:50:36.1167879Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:50:36.1168405Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:50:36.1168821Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:50:36.1169227Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:50:36.1169598Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:50:36.1169961Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:50:36.1170318Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:50:36.1170693Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:50:36.1171108Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:50:36.1171527Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:50:36.1171910Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:50:36.1172318Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:50:36.1172745Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:50:36.1173130Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:50:36.1173615Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:50:36.1173960Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:50:36.1174322Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:50:36.1174684Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:50:36.1175051Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:50:36.1175569Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:50:36.1175982Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:50:36.1176434Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:50:36.1176871Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:50:36.1177245Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:50:36.1177625Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:50:36.1178003Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:50:36.1178378Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:50:36.1178756Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:50:36.1179130Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:50:36.1179569Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:50:36.1180052Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:50:36.1180463Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:50:36.1180945Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:50:36.1181322Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:50:36.1181723Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:50:36.1182110Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:50:36.1182481Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:50:36.1182873Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:50:36.1183248Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:50:36.1183592Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:50:36.1183944Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:50:36.1184333Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:50:36.1184749Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:50:36.1185543Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:50:36.1186002Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:50:36.1186469Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:50:36.1186907Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:50:36.1187323Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:50:36.1187714Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:50:36.1188228Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:36.1188742Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:50:36.1189052Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:50:36.1189404Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:50:36.1189813Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:50:36.1190379Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:50:36.1190893Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:50:36.1191498Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:50:36.1192100Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:50:36.1192739Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:50:36.1193378Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:50:36.1193998Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:50:36.1194609Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:50:36.1195314Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:50:36.1195800Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:50:36.1196241Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:50:36.1196673Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:50:36.1197098Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:50:36.1197560Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:50:36.1197986Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:50:36.1198479Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:50:36.1198846Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:50:36.1199217Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:50:36.1199591Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:50:36.1199996Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:50:36.1200406Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:50:36.1200767Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:50:36.1201159Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:50:36.1201618Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:50:36.1202099Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:50:36.1202577Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:50:36.1203051Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:50:36.1203525Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:50:36.1203993Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:50:36.1204433Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:50:36.1204838Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:50:36.1205358Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:50:36.1205766Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:50:36.1206170Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:50:36.1206571Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:50:36.1207004Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:50:36.1207427Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:50:36.1207926Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:50:36.1208308Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:50:36.1208680Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:50:36.1209052Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:50:36.1209481Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:50:36.1209915Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:50:36.1210313Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:50:36.1210714Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:50:36.1211135Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:50:36.1211573Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:50:36.1212019Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:50:36.1212443Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:50:36.1212832Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:50:36.1213204Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:50:36.1213581Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:50:36.1213946Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:50:36.1214318Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:50:36.1214717Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:50:36.1215350Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:50:36.1215789Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:50:36.1216253Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:50:36.1216670Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:50:36.1217069Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:50:36.1217459Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:50:36.1217756Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:50:36.1218075Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:50:36.1218472Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:50:36.1218868Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:50:36.1219256Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:50:36.1219643Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:50:36.1220068Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:50:36.1220510Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:50:36.1220920Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:50:36.1221297Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:50:36.1221690Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:50:36.1222231Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:50:36.1222802Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:50:36.1223252Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:50:36.1223689Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:50:36.1224268Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:50:36.1224682Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:50:36.1225076Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:50:36.1225697Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:50:36.1226077Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:50:36.1226467Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:50:36.1226860Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:50:36.1227228Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:50:36.1227619Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:50:36.1228015Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:50:36.1228388Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:50:36.1228794Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:50:36.1229246Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:50:36.1229660Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:50:36.1230030Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:50:36.1230393Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:50:36.1230776Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:50:36.1231147Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:50:36.1231632Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:50:36.1232061Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:50:36.1232504Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:50:36.1232901Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:50:36.1233293Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:50:36.1233681Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:50:36.1234058Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:50:36.1234425Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:50:36.1234800Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:50:36.1235309Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:50:36.1235763Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:50:36.1236246Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:50:36.1236671Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:50:36.1237069Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:50:36.1237464Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:50:36.1237880Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:50:36.1238263Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:50:36.1238610Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:50:36.1238927Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:50:36.1239229Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:50:36.1239596Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:50:36.1239971Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:50:36.1240319Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:50:36.1240806Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:50:36.1241197Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:50:36.1241580Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:50:36.1241933Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:50:36.1242278Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:50:36.1242651Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:50:36.1243046Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:50:36.1243414Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:50:36.1243774Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:50:36.1244129Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:50:36.1244507Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:50:36.1244886Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:50:36.1245335Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:50:36.1245705Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:50:36.1246090Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:50:36.1246462Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:50:36.1246832Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:50:36.1247209Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:50:36.1247591Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:50:36.1248098Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:50:36.1248522Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:50:36.1248924Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:50:36.1249277Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:50:36.1249622Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:50:36.1249963Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:50:36.1250383Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:50:36.1250872Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:50:36.1251332Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:50:36.1251804Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:50:36.1252292Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:50:36.1252720Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:50:36.1253097Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:50:36.1253481Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:50:36.1253859Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:50:36.1254241Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:50:36.1254617Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:50:36.1254995Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:50:36.1255477Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:50:36.1255873Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:50:36.1256304Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:50:36.1256841Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:50:36.1257208Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:50:36.1257605Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:50:36.1258023Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:50:36.1258395Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:50:36.1258742Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:50:36.1259126Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:50:36.1259571Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:50:36.1260002Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:50:36.1260411Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:50:36.1260816Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:50:36.1261138Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:50:36.1261411Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:50:36.1261759Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:50:36.1262228Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:50:36.1262555Z 
2025-08-20T22:50:36.1262559Z 
2025-08-20T22:50:36.1262934Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:50:36 PM)
2025-08-20T22:50:36.1263311Z 
2025-08-20T22:50:36.1263313Z 
2025-08-20T22:50:36.1263317Z 
2025-08-20T22:50:36.1263397Z [+] Continue : YES
2025-08-20T22:50:36.1263512Z 
2025-08-20T22:50:36.1263863Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:50:36.1545697Z 
2025-08-20T22:50:36.1546071Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:50:36 PM) UTC
2025-08-20T22:50:36.1546514Z 
2025-08-20T22:50:36.1563343Z 
2025-08-20T22:50:36.1563533Z [+] Total RECIPES :: 1
2025-08-20T22:50:36.1563766Z 
2025-08-20T22:50:36.1639720Z 
2025-08-20T22:50:36.1640549Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml (1/1)
2025-08-20T22:50:36.1641192Z 
2025-08-20T22:50:36.2394806Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:50:36.2404989Z mode of '/tmp/pkgforge/SNXDstnPZ_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:50:36.2453676Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tailscale/official [Provided]
2025-08-20T22:50:36.2454422Z [+] Setting '.pkg_family' --> tailscale [Provided]
2025-08-20T22:50:36.2467404Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:50:36.2473868Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T22:50:36.2503785Z [00:00:00.003]➜  
2025-08-20T22:50:36.2504373Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:50:36.2504886Z [00:00:00.003]➜  
2025-08-20T22:50:36.2547273Z [00:00:00.008]➜  
2025-08-20T22:50:36.2547817Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:50:36.2548270Z [00:00:00.008]➜  
2025-08-20T22:50:36.2627448Z [00:00:00.016]➜  
2025-08-20T22:50:36.2628864Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailscale/static.official.source.yaml) --> /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:50:36 PM) UTC]
2025-08-20T22:50:36.2630567Z [00:00:00.016]➜  
2025-08-20T22:50:36.2630911Z [00:00:00.016]➜  
2025-08-20T22:50:36.2631582Z [00:00:00.016]➜  
2025-08-20T22:50:36.2632136Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:50:36.2639355Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:50:36.2640753Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:50:36.2642945Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:50:36.2643403Z [00:00:00.017]➜  
2025-08-20T22:50:36.2643810Z [00:00:00.017]➜  pkg: "tailscale"
2025-08-20T22:50:36.2644386Z [00:00:00.017]➜  pkg_id: "github.com.tailscale.tailscale"
2025-08-20T22:50:36.2644945Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:50:36.2646805Z [00:00:00.017]➜  category:
2025-08-20T22:50:36.2647587Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:50:36.2648126Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:50:36.2648687Z [00:00:00.017]➜  description:
2025-08-20T22:50:36.2649258Z [00:00:00.017]➜    _default: "A mesh VPN built on WireGuard"
2025-08-20T22:50:36.2650112Z [00:00:00.017]➜    tailscale: "CLI Client for Tailscale, a mesh VPN built on WireGuard"
2025-08-20T22:50:36.2650921Z [00:00:00.017]➜    tailscaled: "Daemon for the Tailscale CLI"
2025-08-20T22:50:36.2651854Z [00:00:00.017]➜    tailscale-multi: "Combined Client & Daemon in a Single Binary (Limited Features)"
2025-08-20T22:50:36.2652625Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:50:36.2653045Z [00:00:00.017]➜    alpine:
2025-08-20T22:50:36.2653492Z [00:00:00.017]➜      - "tailscale"
2025-08-20T22:50:36.2653976Z [00:00:00.017]➜    archlinux:
2025-08-20T22:50:36.2654405Z [00:00:00.017]➜      aur:
2025-08-20T22:50:36.2654871Z [00:00:00.017]➜        - "tailscale-git"
2025-08-20T22:50:36.2655840Z [00:00:00.017]➜        - "tailscale-unstable-bin"
2025-08-20T22:50:36.2656387Z [00:00:00.017]➜      extra:
2025-08-20T22:50:36.2657060Z [00:00:00.017]➜        - "tailscale"
2025-08-20T22:50:36.2657567Z [00:00:00.017]➜    homebrew:
2025-08-20T22:50:36.2658046Z [00:00:00.017]➜      - "tailscale"
2025-08-20T22:50:36.2658544Z [00:00:00.017]➜    nixpkgs:
2025-08-20T22:50:36.2658979Z [00:00:00.017]➜      - "tailscale"
2025-08-20T22:50:36.2659423Z [00:00:00.017]➜  homepage:
2025-08-20T22:50:36.2659902Z [00:00:00.017]➜    - "https://tailscale.com"
2025-08-20T22:50:36.2660457Z [00:00:00.017]➜    - "https://github.com/tailscale/tailscale"
2025-08-20T22:50:36.2660797Z [00:00:00.017]➜  license:
2025-08-20T22:50:36.2661038Z [00:00:00.017]➜    - "BSD"
2025-08-20T22:50:36.2661297Z [00:00:00.017]➜    - "MIT"  
2025-08-20T22:50:36.2661541Z [00:00:00.017]➜  maintainer:
2025-08-20T22:50:36.2661868Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:50:36.2662183Z [00:00:00.017]➜  note:
2025-08-20T22:50:36.2662476Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:50:36.2663037Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tailscale/tailscale"
2025-08-20T22:50:36.2663673Z [00:00:00.017]➜    - "tailscale-multi is based on: https://tailscale.com/kb/1207/small-tailscale"
2025-08-20T22:50:36.2664092Z [00:00:00.017]➜  provides:
2025-08-20T22:50:36.2664338Z [00:00:00.017]➜    - "tailscale"
2025-08-20T22:50:36.2664599Z [00:00:00.017]➜    - "tailscaled"
2025-08-20T22:50:36.2664871Z [00:00:00.017]➜    - "tailscale-multi"
2025-08-20T22:50:36.2665357Z [00:00:00.017]➜  repology:
2025-08-20T22:50:36.2665630Z [00:00:00.017]➜    - "tailscale"
2025-08-20T22:50:36.2665878Z [00:00:00.017]➜  src_url:
2025-08-20T22:50:36.2666184Z [00:00:00.017]➜    - "https://github.com/tailscale/tailscale"
2025-08-20T22:50:36.2666490Z [00:00:00.017]➜  tag:
2025-08-20T22:50:36.2666714Z [00:00:00.017]➜    - "mesh"
2025-08-20T22:50:36.2666951Z [00:00:00.017]➜    - "tunnel"
2025-08-20T22:50:36.2667189Z [00:00:00.017]➜    - "vpn"
2025-08-20T22:50:36.2667426Z [00:00:00.017]➜    - "wireguard"
2025-08-20T22:50:36.2667690Z [00:00:00.017]➜    - "zerotier"
2025-08-20T22:50:36.2667929Z [00:00:00.017]➜  x_exec:
2025-08-20T22:50:36.2668182Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T22:50:36.2668901Z [00:00:00.017]➜    host:
2025-08-20T22:50:36.2669336Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:50:36.2669836Z [00:00:00.017]➜      - "riscv64-Linux"
2025-08-20T22:50:36.2670313Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:50:36.2670793Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:50:36.2671248Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:50:36.2671778Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:50:36.2673089Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/tailscale/tailscale" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:50:36.2674688Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:50:36.2676088Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:50:36.2676825Z [00:00:00.017]➜    run: |
2025-08-20T22:50:36.2677221Z [00:00:00.017]➜      #Build
2025-08-20T22:50:36.2678326Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:50:36.2679675Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:50:36.2680751Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:50:36.2681637Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:50:36.2682404Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:50:36.2683045Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:50:36.2683518Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:50:36.2684533Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:50:36.2685499Z [00:00:00.017]➜         CGO_ENABLED="1"
2025-08-20T22:50:36.2686207Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:50:36.2687186Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:50:36.2687930Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T22:50:36.2688544Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:50:36.2689111Z [00:00:00.017]➜        #Build
2025-08-20T22:50:36.2690100Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/tailscale/tailscale" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:50:36.2691146Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:50:36.2692050Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:50:36.2692859Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:50:36.2694450Z [00:00:00.017]➜         go build -C "./cmd/tailscale" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/tailscale"
2025-08-20T22:50:36.2696985Z [00:00:00.017]➜         go build -C "./cmd/tailscaled" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/tailscaled"
2025-08-20T22:50:36.2699461Z [00:00:00.017]➜         go build -C "./cmd/tailscaled" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -tags "ts_include_cli" -o "/build-bins/tailscale-multi"
2025-08-20T22:50:36.2700863Z [00:00:00.017]➜        #Copy
2025-08-20T22:50:36.2702081Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:50:36.2703368Z [00:00:00.017]➜        #Strip 
2025-08-20T22:50:36.2704304Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:50:36.2705798Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:50:36.2707114Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:50:36.2708234Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:50:36.2709278Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:50:36.2710073Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:50:36.2710579Z [00:00:00.017]➜        '
2025-08-20T22:50:36.2720635Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:50:36.2721362Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:50:36.2722388Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:50:36.2724424Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:50:36.2726042Z [00:00:00.017]➜  
2025-08-20T22:50:36.2726419Z [00:00:00.017]➜  
2025-08-20T22:50:36.2726940Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:50:36.2727458Z [00:00:00.017]➜  
2025-08-20T22:50:36.2727797Z [00:00:00.017]➜  
2025-08-20T22:50:36.2728392Z [00:00:00.017]➜  
2025-08-20T22:50:36.2729352Z [00:00:00.019]➜  '/tmp/pkgforge/SNXDstnPZ_build.yaml' -> '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:50:37.6351303Z [00:00:01.388]➜  '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.version' -> '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.version'
2025-08-20T22:50:37.6408748Z [00:00:01.394]➜  [+] Version: HEAD-b48d2de-250820T140428 ('.x_exec.pkgver') [/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.version]
2025-08-20T22:50:37.6666399Z [00:00:01.419]➜  [+] Progs: tailscale tailscale-multi tailscaled
2025-08-20T22:50:38.2686254Z [00:00:02.021]➜  
2025-08-20T22:50:38.2686940Z [00:00:02.021]➜  [-] Missing packages. Found: 
2025-08-20T22:50:38.2687752Z [00:00:02.021]➜  [+] Expected: tailscale tailscale-multi tailscaled
2025-08-20T22:50:38.2688482Z [00:00:02.021]➜  [+] Continuing with build...
2025-08-20T22:50:38.2688845Z [00:00:02.021]➜  
2025-08-20T22:50:38.6585660Z [00:00:02.411]➜  
2025-08-20T22:50:38.6586130Z [00:00:02.411]➜  
2025-08-20T22:50:38.6679645Z [00:00:02.421]➜  + mkdir -pv /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:50:38.6698851Z [00:00:02.422]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=tailscale -e PKG_ID=github.com.tailscale.tailscale -e PKG_TYPE=static -e PKG_VER=HEAD-b48d2de-250820T140428 -e PKGVER=HEAD-b48d2de-250820T140428 -e SBUILD_PKG=tailscale.static -e SBUILD_PKGVER=HEAD-b48d2de-250820T140428 --volume /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:50:38.6701081Z [00:00:02.422]➜    #Setup ENV
2025-08-20T22:50:38.6701490Z [00:00:02.422]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:50:38.6701886Z [00:00:02.422]➜     CGO_ENABLED="1"
2025-08-20T22:50:38.6702291Z [00:00:02.422]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:50:38.6702825Z [00:00:02.422]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:50:38.6703475Z [00:00:02.422]➜     GOOS="linux"
2025-08-20T22:50:38.6703809Z [00:00:02.422]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:50:38.6704119Z [00:00:02.422]➜    #Build
2025-08-20T22:50:38.6704681Z [00:00:02.422]➜     git clone --filter "blob:none" --quiet "https://github.com/tailscale/tailscale" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:50:38.6705486Z [00:00:02.422]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:50:38.6705987Z [00:00:02.422]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:50:38.6706438Z [00:00:02.422]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:50:38.6707314Z [00:00:02.422]➜     go build -C "./cmd/tailscale" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/tailscale"
2025-08-20T22:50:38.6708557Z [00:00:02.422]➜     go build -C "./cmd/tailscaled" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/tailscaled"
2025-08-20T22:50:38.6709881Z [00:00:02.422]➜     go build -C "./cmd/tailscaled" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -tags "ts_include_cli" -o "/build-bins/tailscale-multi"
2025-08-20T22:50:38.6710650Z [00:00:02.422]➜    #Copy
2025-08-20T22:50:38.6711301Z [00:00:02.422]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:50:38.6711878Z [00:00:02.422]➜    #Strip 
2025-08-20T22:50:38.6712548Z [00:00:02.422]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:50:38.6713259Z [00:00:02.422]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:50:38.6713959Z [00:00:02.422]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:50:38.6714561Z [00:00:02.423]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:50:38.6715289Z [00:00:02.423]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:50:38.6715748Z [00:00:02.423]➜     popd &>/dev/null
2025-08-20T22:50:38.6716008Z [00:00:02.423]➜    '
2025-08-20T22:50:39.0409695Z [00:00:02.794]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:50:39.1233358Z [00:00:02.876]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:50:39.1233874Z [00:00:02.876]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:50:39.1234246Z [00:00:02.876]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:50:39.1234577Z [00:00:02.876]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:50:39.1234912Z [00:00:02.876]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:50:39.1235481Z [00:00:02.876]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:50:39.1235785Z [00:00:02.876]➜  73d19b2d2e73: Waiting
2025-08-20T22:50:39.1236070Z [00:00:02.876]➜  eb4a15147d73: Waiting
2025-08-20T22:50:39.1236349Z [00:00:02.876]➜  1eff1cf6af24: Waiting
2025-08-20T22:50:39.2330515Z [00:00:02.986]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:50:39.2331256Z [00:00:02.986]➜  bffca73cb30c: Download complete
2025-08-20T22:50:39.3090097Z [00:00:03.062]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:50:39.3090774Z [00:00:03.062]➜  d62bb7eb03b5: Download complete
2025-08-20T22:50:39.3276764Z [00:00:03.080]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:50:39.3277464Z [00:00:03.080]➜  74f0d3ee81d8: Download complete
2025-08-20T22:50:39.4200071Z [00:00:03.173]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:50:39.4382523Z [00:00:03.191]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:50:39.4383081Z [00:00:03.191]➜  1eff1cf6af24: Download complete
2025-08-20T22:50:40.0029791Z [00:00:03.756]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:50:40.0030218Z [00:00:03.756]➜  eb4a15147d73: Download complete
2025-08-20T22:50:40.6486912Z [00:00:04.401]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:50:40.9600202Z [00:00:04.713]➜  bffca73cb30c: Pull complete
2025-08-20T22:50:57.9826161Z [00:00:21.735]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:50:57.9827011Z [00:00:21.735]➜  73d19b2d2e73: Download complete
2025-08-20T22:52:11.7061256Z [00:01:35.459]➜  73d19b2d2e73: Pull complete
2025-08-20T22:52:16.9504693Z [00:01:40.703]➜  eb4a15147d73: Pull complete
2025-08-20T22:52:16.9616615Z [00:01:40.714]➜  1eff1cf6af24: Pull complete
2025-08-20T22:52:16.9660520Z [00:01:40.719]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:52:16.9676153Z [00:01:40.720]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:52:17.2112449Z [00:01:40.964]➜  + mkdir -p /build-bins
2025-08-20T22:52:17.2128820Z [00:01:40.966]➜  ++ mktemp -d
2025-08-20T22:52:17.2144332Z [00:01:40.967]➜  + pushd /tmp/tmp.49iCb1EC53
2025-08-20T22:52:17.2147044Z [00:01:40.967]➜  + CGO_ENABLED=1
2025-08-20T22:52:17.2148272Z [00:01:40.967]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:52:17.2151574Z [00:01:40.968]➜  ++ uname -m
2025-08-20T22:52:17.2152258Z [00:01:40.968]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:52:17.2169095Z [00:01:40.970]➜  + GOARCH=amd64
2025-08-20T22:52:17.2169620Z [00:01:40.970]➜  + GOOS=linux
2025-08-20T22:52:17.2170256Z [00:01:40.970]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:52:17.2171209Z [00:01:40.970]➜  + git clone --filter blob:none --quiet https://github.com/tailscale/tailscale ./TEMPREPO
2025-08-20T22:52:19.8591228Z [00:01:43.612]➜  + cd ./TEMPREPO
2025-08-20T22:52:19.8592267Z [00:01:43.612]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T22:52:19.8593409Z [00:01:43.612]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:52:19.8594277Z [00:01:43.612]➜  + go mod tidy -v
2025-08-20T22:52:19.8594594Z [00:01:43.612]➜  
2025-08-20T22:52:19.8594898Z [00:01:43.612]➜  [+] Target: "amd64/linux"
2025-08-20T22:52:19.8595880Z [00:01:43.612]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:52:19.8596409Z [00:01:43.612]➜  
2025-08-20T22:52:19.9104242Z [00:01:43.663]➜  go: downloading github.com/stacklok/frizbee v0.1.7
2025-08-20T22:52:20.0255980Z [00:01:43.777]➜  go: downloading golang.org/x/net v0.40.0
2025-08-20T22:52:20.0434264Z [00:01:43.796]➜  go: downloading go4.org/mem v0.0.0-20240501181205-ae6ca9944745
2025-08-20T22:52:20.0550597Z [00:01:43.808]➜  go: downloading github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9
2025-08-20T22:52:20.0566841Z [00:01:43.809]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T22:52:20.0652133Z [00:01:43.818]➜  go: downloading github.com/fogleman/gg v1.3.0
2025-08-20T22:52:20.0679603Z [00:01:43.821]➜  go: downloading github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466
2025-08-20T22:52:20.0919065Z [00:01:43.845]➜  go: downloading github.com/tailscale/systray v0.0.0-20250807194015-d0cacc864c78
2025-08-20T22:52:20.0927245Z [00:01:43.845]➜  go: downloading github.com/toqueteos/webbrowser v1.2.0
2025-08-20T22:52:20.1087388Z [00:01:43.861]➜  go: downloading golang.org/x/sys v0.33.0
2025-08-20T22:52:20.1100066Z [00:01:43.863]➜  go: downloading golang.org/x/mod v0.24.0
2025-08-20T22:52:20.1371443Z [00:01:43.890]➜  go: downloading github.com/tailscale/web-client-prebuilt v0.0.0-20250124233751-d4cd19a26976
2025-08-20T22:52:20.1549726Z [00:01:43.908]➜  go: downloading github.com/hdevalence/ed25519consensus v0.2.0
2025-08-20T22:52:20.1631309Z [00:01:43.916]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T22:52:20.1773914Z [00:01:43.930]➜  go: downloading golang.org/x/crypto v0.38.0
2025-08-20T22:52:20.3617186Z [00:01:44.114]➜  go: downloading github.com/google/go-cmp v0.6.0
2025-08-20T22:52:20.3835611Z [00:01:44.136]➜  go: downloading go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
2025-08-20T22:52:20.4000018Z [00:01:44.152]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T22:52:20.4019368Z [00:01:44.155]➜  go: downloading github.com/tailscale/setec v0.0.0-20250205144240-8898a29c3fbb
2025-08-20T22:52:20.4055939Z [00:01:44.158]➜  go: downloading github.com/coder/websocket v1.8.12
2025-08-20T22:52:20.4076445Z [00:01:44.160]➜  go: downloading golang.org/x/time v0.11.0
2025-08-20T22:52:20.4340020Z [00:01:44.187]➜  go: downloading github.com/peterbourgon/ff/v3 v3.4.0
2025-08-20T22:52:20.4341613Z [00:01:44.187]➜  go: downloading github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
2025-08-20T22:52:20.4343311Z [00:01:44.187]➜  go: downloading github.com/fsnotify/fsnotify v1.7.0
2025-08-20T22:52:20.4476616Z [00:01:44.200]➜  go: downloading github.com/miekg/dns v1.1.58
2025-08-20T22:52:20.4524054Z [00:01:44.205]➜  go: downloading github.com/go-logr/zapr v1.3.0
2025-08-20T22:52:20.4537206Z [00:01:44.206]➜  go: downloading go.uber.org/zap v1.27.0
2025-08-20T22:52:20.4624569Z [00:01:44.215]➜  go: downloading k8s.io/api v0.32.0
2025-08-20T22:52:20.4860958Z [00:01:44.239]➜  go: downloading k8s.io/apimachinery v0.32.0
2025-08-20T22:52:20.6485732Z [00:01:44.401]➜  go: downloading k8s.io/client-go v0.32.0
2025-08-20T22:52:20.6486287Z [00:01:44.401]➜  go: downloading sigs.k8s.io/controller-runtime v0.19.4
2025-08-20T22:52:20.7959953Z [00:01:44.549]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:52:20.8229367Z [00:01:44.575]➜  go: downloading github.com/tc-hib/winres v0.2.1
2025-08-20T22:52:20.8831805Z [00:01:44.636]➜  go: downloading golang.org/x/sync v0.14.0
2025-08-20T22:52:21.0062480Z [00:01:44.759]➜  go: downloading k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
2025-08-20T22:52:21.2207332Z [00:01:44.973]➜  go: downloading github.com/goreleaser/nfpm/v2 v2.33.1
2025-08-20T22:52:21.2712765Z [00:01:45.024]➜  go: downloading github.com/gaissmai/bart v0.18.0
2025-08-20T22:52:21.2714066Z [00:01:45.024]➜  go: downloading github.com/hashicorp/raft v1.7.2
2025-08-20T22:52:21.2719931Z [00:01:45.025]➜  go: downloading github.com/inetaf/tcpproxy v0.0.0-20250203165043-ded522cbd03f
2025-08-20T22:52:21.2720663Z [00:01:45.025]➜  go: downloading github.com/dsnet/try v0.0.3
2025-08-20T22:52:21.2857138Z [00:01:45.038]➜  go: downloading github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced
2025-08-20T22:52:21.3054408Z [00:01:45.058]➜  go: downloading github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
2025-08-20T22:52:21.3391493Z [00:01:45.092]➜  go: downloading github.com/google/go-containerregistry v0.20.3
2025-08-20T22:52:21.4909265Z [00:01:45.244]➜  go: downloading github.com/mdlayher/socket v0.5.0
2025-08-20T22:52:21.4909791Z [00:01:45.244]➜  go: downloading github.com/golang/snappy v0.0.4
2025-08-20T22:52:21.4910225Z [00:01:45.244]➜  go: downloading github.com/tcnksm/go-httpstat v0.2.0
2025-08-20T22:52:21.4911104Z [00:01:45.244]➜  go: downloading github.com/prometheus/prometheus v0.49.2-0.20240125131847-c3b8ef1694ff
2025-08-20T22:52:21.5075571Z [00:01:45.260]➜  go: downloading github.com/evanw/esbuild v0.19.11
2025-08-20T22:52:21.5104970Z [00:01:45.263]➜  go: downloading github.com/dblohm7/wingoes v0.0.0-20240119213807-a09d6be7affa
2025-08-20T22:52:21.5198230Z [00:01:45.273]➜  go: downloading github.com/tailscale/wireguard-go v0.0.0-20250716170648-1d0488a3d7da
2025-08-20T22:52:21.5421207Z [00:01:45.295]➜  go: downloading golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
2025-08-20T22:52:21.5550171Z [00:01:45.308]➜  go: downloading golang.zx2c4.com/wireguard/windows v0.5.3
2025-08-20T22:52:21.5738819Z [00:01:45.327]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T22:52:21.5919193Z [00:01:45.345]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T22:52:21.6045681Z [00:01:45.357]➜  go: downloading golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
2025-08-20T22:52:21.7355712Z [00:01:45.488]➜  go: downloading k8s.io/apiextensions-apiserver v0.32.0
2025-08-20T22:52:21.7464875Z [00:01:45.499]➜  go: downloading k8s.io/apiserver v0.32.0
2025-08-20T22:52:21.7475612Z [00:01:45.500]➜  go: downloading sigs.k8s.io/yaml v1.4.0
2025-08-20T22:52:21.7879359Z [00:01:45.540]➜  go: downloading github.com/google/nftables v0.2.1-0.20240414091927-5e242ec57806
2025-08-20T22:52:21.8277597Z [00:01:45.580]➜  go: downloading github.com/AlekSi/pointer v1.2.0
2025-08-20T22:52:21.8443085Z [00:01:45.597]➜  go: downloading gopkg.in/square/go-jose.v2 v2.6.0
2025-08-20T22:52:21.9226475Z [00:01:45.675]➜  go: downloading github.com/prometheus/client_golang v1.20.5
2025-08-20T22:52:21.9353680Z [00:01:45.688]➜  go: downloading github.com/tailscale/certstore v0.1.1-0.20231202035212-d3fa0460f47e
2025-08-20T22:52:21.9525096Z [00:01:45.705]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T22:52:21.9809252Z [00:01:45.734]➜  go: downloading github.com/cilium/ebpf v0.15.0
2025-08-20T22:52:22.0810701Z [00:01:45.834]➜  go: downloading gvisor.dev/gvisor v0.0.0-20250205023644-9414b50a5633
2025-08-20T22:52:22.1690242Z [00:01:45.922]➜  go: downloading github.com/safchain/ethtool v0.3.0
2025-08-20T22:52:22.1814019Z [00:01:45.934]➜  go: downloading github.com/jellydator/ttlcache/v3 v3.1.0
2025-08-20T22:52:22.1914160Z [00:01:45.944]➜  go: downloading github.com/tailscale/xnet v0.0.0-20240729143630-8497ac4dab2e
2025-08-20T22:52:22.4354945Z [00:01:46.188]➜  go: downloading github.com/djherbis/times v1.6.0
2025-08-20T22:52:22.4457911Z [00:01:46.199]➜  go: downloading github.com/studio-b12/gowebdav v0.9.0
2025-08-20T22:52:22.4637878Z [00:01:46.217]➜  go: downloading github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2
2025-08-20T22:52:22.6833110Z [00:01:46.436]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T22:52:22.6834138Z [00:01:46.436]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T22:52:22.6834846Z [00:01:46.436]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T22:52:22.6835538Z [00:01:46.436]➜  go: downloading github.com/mitchellh/go-ps v1.0.0
2025-08-20T22:52:22.6991168Z [00:01:46.452]➜  go: downloading github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a
2025-08-20T22:52:22.7024371Z [00:01:46.455]➜  go: downloading github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2025-08-20T22:52:22.7206649Z [00:01:46.473]➜  go: downloading software.sslmate.com/src/go-pkcs12 v0.4.0
2025-08-20T22:52:22.7212224Z [00:01:46.474]➜  go: downloading github.com/google/go-tpm v0.9.4
2025-08-20T22:52:22.7607013Z [00:01:46.513]➜  go: downloading github.com/golangci/golangci-lint v1.57.1
2025-08-20T22:52:22.7608034Z [00:01:46.513]➜  go: downloading github.com/tailscale/depaware v0.0.0-20250112153213-b748de04d81b
2025-08-20T22:52:22.7608897Z [00:01:46.513]➜  go: downloading golang.org/x/tools v0.33.0
2025-08-20T22:52:22.7630223Z [00:01:46.516]➜  go: downloading github.com/tailscale/peercred v0.0.0-20250107143737-35a0c7bd7edc
2025-08-20T22:52:22.7716930Z [00:01:46.524]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.0
2025-08-20T22:52:22.8672748Z [00:01:46.620]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.5
2025-08-20T22:52:22.8674295Z [00:01:46.620]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssm v1.44.7
2025-08-20T22:52:22.9366093Z [00:01:46.689]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:52:22.9472931Z [00:01:46.700]➜  go: downloading golang.org/x/term v0.32.0
2025-08-20T22:52:22.9835045Z [00:01:46.736]➜  go: downloading github.com/illarion/gonotify/v3 v3.0.2
2025-08-20T22:52:22.9836275Z [00:01:46.736]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T22:52:23.0053309Z [00:01:46.758]➜  go: downloading github.com/jsimonetti/rtnetlink v1.4.0
2025-08-20T22:52:23.0060627Z [00:01:46.759]➜  go: downloading github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42
2025-08-20T22:52:23.0545954Z [00:01:46.807]➜  go: downloading github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05
2025-08-20T22:52:23.0803494Z [00:01:46.833]➜  go: downloading github.com/tailscale/netlink v1.1.1-0.20240822203006-4d49adab4de7
2025-08-20T22:52:23.0957700Z [00:01:46.849]➜  go: downloading filippo.io/mkcert v1.4.4
2025-08-20T22:52:23.1193439Z [00:01:46.872]➜  go: downloading github.com/akutz/memconn v0.1.0
2025-08-20T22:52:23.1439700Z [00:01:46.897]➜  go: downloading github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55
2025-08-20T22:52:23.1492045Z [00:01:46.902]➜  go: downloading github.com/fxamacker/cbor/v2 v2.7.0
2025-08-20T22:52:23.1951167Z [00:01:46.948]➜  go: downloading github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
2025-08-20T22:52:23.1952616Z [00:01:46.948]➜  go: downloading github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
2025-08-20T22:52:23.2077804Z [00:01:46.961]➜  go: downloading golang.org/x/image v0.27.0
2025-08-20T22:52:23.4733765Z [00:01:47.226]➜  go: downloading github.com/mdlayher/genetlink v1.3.2
2025-08-20T22:52:23.4741680Z [00:01:47.227]➜  go: downloading github.com/creachadair/taskgroup v0.13.2
2025-08-20T22:52:23.4749462Z [00:01:47.228]➜  go: downloading github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
2025-08-20T22:52:23.4820630Z [00:01:47.235]➜  go: downloading github.com/gorilla/csrf v1.7.3
2025-08-20T22:52:23.4863463Z [00:01:47.239]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T22:52:23.4877753Z [00:01:47.240]➜  go: downloading github.com/klauspost/compress v1.17.11
2025-08-20T22:52:23.4925718Z [00:01:47.245]➜  go: downloading github.com/creack/pty v1.1.23
2025-08-20T22:52:23.4956708Z [00:01:47.248]➜  go: downloading github.com/go4org/plan9netshell v0.0.0-20250324183649-788daa080737
2025-08-20T22:52:23.5021940Z [00:01:47.255]➜  go: downloading github.com/pkg/sftp v1.13.6
2025-08-20T22:52:23.5026823Z [00:01:47.255]➜  go: downloading github.com/u-root/u-root v0.14.0
2025-08-20T22:52:23.5112810Z [00:01:47.264]➜  go: downloading github.com/bramvdbogaerde/go-scp v1.4.0
2025-08-20T22:52:23.5238726Z [00:01:47.277]➜  go: downloading github.com/andybalholm/brotli v1.1.0
2025-08-20T22:52:23.5316199Z [00:01:47.284]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T22:52:23.5452389Z [00:01:47.298]➜  go: downloading github.com/prometheus/common v0.55.0
2025-08-20T22:52:23.5818092Z [00:01:47.335]➜  go: downloading github.com/tailscale/golang-x-crypto v0.0.0-20250404221719-a5573b049869
2025-08-20T22:52:23.5981610Z [00:01:47.351]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T22:52:23.6086594Z [00:01:47.361]➜  go: downloading github.com/hashicorp/go-hclog v1.6.2
2025-08-20T22:52:23.6201760Z [00:01:47.373]➜  go: downloading github.com/hashicorp/raft-boltdb/v2 v2.3.1
2025-08-20T22:52:23.6294084Z [00:01:47.382]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.58
2025-08-20T22:52:23.6502278Z [00:01:47.403]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.75.3
2025-08-20T22:52:23.7206974Z [00:01:47.473]➜  go: downloading github.com/tailscale/goexpect v0.0.0-20210902213824-6e8c725cea41
2025-08-20T22:52:23.7322953Z [00:01:47.485]➜  go: downloading github.com/elastic/crd-ref-docs v0.0.12
2025-08-20T22:52:23.7475971Z [00:01:47.500]➜  go: downloading github.com/tailscale/mkctr v0.0.0-20250228050937-c75ea1476830
2025-08-20T22:52:23.7519784Z [00:01:47.505]➜  go: downloading honnef.co/go/tools v0.5.1
2025-08-20T22:52:23.7591472Z [00:01:47.512]➜  go: downloading sigs.k8s.io/controller-tools v0.17.0
2025-08-20T22:52:23.8070059Z [00:01:47.560]➜  go: downloading github.com/google/gopacket v1.1.19
2025-08-20T22:52:23.9434443Z [00:01:47.696]➜  go: downloading github.com/coreos/go-iptables v0.7.1-0.20240112124308-65c67c9f46e6
2025-08-20T22:52:23.9536562Z [00:01:47.706]➜  go: downloading github.com/vishvananda/netns v0.0.5
2025-08-20T22:52:23.9626699Z [00:01:47.715]➜  go: downloading github.com/mdlayher/sdnotify v1.0.0
2025-08-20T22:52:23.9719837Z [00:01:47.725]➜  go: downloading github.com/tailscale/wf v0.0.0-20240214030419-6fbb0a674ee6
2025-08-20T22:52:23.9871449Z [00:01:47.739]➜  go: downloading github.com/prometheus-community/pro-bing v0.4.0
2025-08-20T22:52:23.9984711Z [00:01:47.751]➜  go: downloading github.com/go-ole/go-ole v1.3.0
2025-08-20T22:52:24.1010168Z [00:01:47.854]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T22:52:24.1263070Z [00:01:47.879]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T22:52:24.8728990Z [00:01:48.626]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T22:52:25.0016822Z [00:01:48.754]➜  go: downloading github.com/creachadair/mds v0.17.1
2025-08-20T22:52:25.0017578Z [00:01:48.754]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T22:52:25.0594287Z [00:01:48.812]➜  go: downloading github.com/google/gofuzz v1.2.0
2025-08-20T22:52:25.0671363Z [00:01:48.820]➜  go: downloading github.com/evanphx/json-patch/v5 v5.9.0
2025-08-20T22:52:25.0862999Z [00:01:48.839]➜  go: downloading github.com/onsi/ginkgo/v2 v2.21.0
2025-08-20T22:52:25.2287018Z [00:01:48.981]➜  go: downloading github.com/onsi/gomega v1.36.2
2025-08-20T22:52:25.2294687Z [00:01:48.982]➜  go: downloading k8s.io/klog/v2 v2.130.1
2025-08-20T22:52:25.2351392Z [00:01:48.988]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T22:52:25.2666117Z [00:01:49.019]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T22:52:25.2914653Z [00:01:49.044]➜  go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
2025-08-20T22:52:25.3098304Z [00:01:49.063]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T22:52:25.3160412Z [00:01:49.069]➜  go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
2025-08-20T22:52:25.3291031Z [00:01:49.082]➜  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
2025-08-20T22:52:25.3519826Z [00:01:49.105]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T22:52:25.3623122Z [00:01:49.115]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T22:52:25.3901215Z [00:01:49.142]➜  go: downloading github.com/Masterminds/semver/v3 v3.2.1
2025-08-20T22:52:25.3902056Z [00:01:49.143]➜  go: downloading github.com/goreleaser/chglog v0.5.0
2025-08-20T22:52:25.3966852Z [00:01:49.147]➜  go: downloading github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
2025-08-20T22:52:25.3998988Z [00:01:49.153]➜  go: downloading github.com/Masterminds/semver v1.5.0
2025-08-20T22:52:25.4030924Z [00:01:49.156]➜  go: downloading github.com/ulikunitz/xz v0.5.11
2025-08-20T22:52:25.4036744Z [00:01:49.156]➜  go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
2025-08-20T22:52:25.4174028Z [00:01:49.170]➜  go: downloading github.com/google/rpmpack v0.5.0
2025-08-20T22:52:25.4260175Z [00:01:49.179]➜  go: downloading github.com/ProtonMail/go-crypto v1.1.3
2025-08-20T22:52:25.4333753Z [00:01:49.186]➜  go: downloading github.com/caarlos0/go-rpmutils v0.2.1-0.20211112020245-2cd62ff89b11
2025-08-20T22:52:25.4862968Z [00:01:49.239]➜  go: downloading github.com/hashicorp/go-metrics v0.5.4
2025-08-20T22:52:25.4980054Z [00:01:49.251]➜  go: downloading github.com/hashicorp/go-msgpack/v2 v2.1.2
2025-08-20T22:52:25.5274981Z [00:01:49.280]➜  go: downloading github.com/docker/cli v27.5.1+incompatible
2025-08-20T22:52:25.6534297Z [00:01:49.406]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T22:52:25.6595818Z [00:01:49.412]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T22:52:25.6737177Z [00:01:49.426]➜  go: downloading gopkg.in/inf.v0 v0.9.1
2025-08-20T22:52:25.6811892Z [00:01:49.434]➜  go: downloading github.com/github/fakeca v0.1.0
2025-08-20T22:52:25.6960612Z [00:01:49.449]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T22:52:25.7018120Z [00:01:49.455]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T22:52:25.7090739Z [00:01:49.462]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T22:52:25.7158921Z [00:01:49.469]➜  go: downloading github.com/prometheus/procfs v0.15.1
2025-08-20T22:52:25.7707087Z [00:01:49.523]➜  go: downloading google.golang.org/protobuf v1.36.3
2025-08-20T22:52:25.7717326Z [00:01:49.524]➜  go: downloading github.com/go-quicktest/qt v1.101.0
2025-08-20T22:52:25.7888216Z [00:01:49.542]➜  go: downloading github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701
2025-08-20T22:52:25.8053974Z [00:01:49.558]➜  go: downloading github.com/google/btree v1.1.2
2025-08-20T22:52:25.8130631Z [00:01:49.566]➜  go: downloading golang.org/x/text v0.25.0
2025-08-20T22:52:26.0326327Z [00:01:49.785]➜  go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
2025-08-20T22:52:26.0564152Z [00:01:49.809]➜  go: downloading github.com/aws/smithy-go v1.22.2
2025-08-20T22:52:26.0996566Z [00:01:49.852]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.58
2025-08-20T22:52:26.1122250Z [00:01:49.865]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.27
2025-08-20T22:52:26.1207385Z [00:01:49.873]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2
2025-08-20T22:52:26.1359553Z [00:01:49.889]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.14
2025-08-20T22:52:26.1501063Z [00:01:49.903]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.13
2025-08-20T22:52:26.1620894Z [00:01:49.915]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.13
2025-08-20T22:52:26.1764735Z [00:01:49.929]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.31
2025-08-20T22:52:26.1818071Z [00:01:49.935]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T22:52:26.2652045Z [00:01:50.018]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T22:52:26.2748338Z [00:01:50.028]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T22:52:26.2939476Z [00:01:50.047]➜  go: downloading howett.net/plist v1.0.0
2025-08-20T22:52:26.3128026Z [00:01:50.066]➜  go: downloading github.com/x448/float16 v0.8.4
2025-08-20T22:52:26.3210338Z [00:01:50.074]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T22:52:26.3289174Z [00:01:50.082]➜  go: downloading github.com/fortytw2/leaktest v1.3.0
2025-08-20T22:52:26.3372274Z [00:01:50.090]➜  go: downloading github.com/gorilla/securecookie v1.1.2
2025-08-20T22:52:26.3428416Z [00:01:50.096]➜  go: downloading 9fans.net/go v0.0.8-0.20250307142834-96bdba94b63f
2025-08-20T22:52:26.4133406Z [00:01:50.166]➜  go: downloading github.com/kr/fs v0.1.0
2025-08-20T22:52:26.4185609Z [00:01:50.171]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T22:52:26.4257678Z [00:01:50.178]➜  go: downloading github.com/boltdb/bolt v1.3.1
2025-08-20T22:52:26.4358924Z [00:01:50.189]➜  go: downloading go.etcd.io/bbolt v1.3.11
2025-08-20T22:52:26.4363022Z [00:01:50.189]➜  go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20230125174641-2a8082862702
2025-08-20T22:52:26.4365811Z [00:01:50.189]➜  go: downloading github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2
2025-08-20T22:52:26.4383241Z [00:01:50.191]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T22:52:26.4471815Z [00:01:50.200]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8
2025-08-20T22:52:26.4695935Z [00:01:50.222]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.31
2025-08-20T22:52:26.4697008Z [00:01:50.222]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2
2025-08-20T22:52:26.4748603Z [00:01:50.227]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.5
2025-08-20T22:52:26.4765083Z [00:01:50.229]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.12
2025-08-20T22:52:26.4771297Z [00:01:50.230]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.12
2025-08-20T22:52:26.4833873Z [00:01:50.236]➜  go: downloading github.com/tink-crypto/tink-go/v2 v2.1.0
2025-08-20T22:52:26.4864690Z [00:01:50.239]➜  go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
2025-08-20T22:52:26.4870607Z [00:01:50.240]➜  go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
2025-08-20T22:52:26.6920522Z [00:01:50.445]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T22:52:26.6921377Z [00:01:50.445]➜  go: downloading github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
2025-08-20T22:52:26.6994700Z [00:01:50.452]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T22:52:26.7077112Z [00:01:50.460]➜  go: downloading github.com/hugelgupf/vmtest v0.0.0-20240216064925-0561770280a1
2025-08-20T22:52:26.7246564Z [00:01:50.477]➜  go: downloading github.com/ProtonMail/gopenpgp/v2 v2.7.1
2025-08-20T22:52:26.7252942Z [00:01:50.478]➜  go: downloading github.com/Masterminds/sprig/v3 v3.2.3
2025-08-20T22:52:26.7307825Z [00:01:50.484]➜  go: downloading github.com/go-git/go-git/v5 v5.13.1
2025-08-20T22:52:26.7439781Z [00:01:50.497]➜  go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
2025-08-20T22:52:26.7731516Z [00:01:50.526]➜  go: downloading gitlab.com/digitalxero/go-conventional-commit v1.0.7
2025-08-20T22:52:26.7778314Z [00:01:50.531]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T22:52:26.8542021Z [00:01:50.607]➜  go: downloading github.com/smartystreets/goconvey v1.8.0
2025-08-20T22:52:26.8542989Z [00:01:50.607]➜  go: downloading github.com/cavaliergopher/cpio v1.0.1
2025-08-20T22:52:26.8574225Z [00:01:50.610]➜  go: downloading github.com/armon/go-metrics v0.4.1
2025-08-20T22:52:26.8575010Z [00:01:50.610]➜  go: downloading github.com/goreleaser/fileglob v1.3.0
2025-08-20T22:52:26.8627252Z [00:01:50.615]➜  go: downloading github.com/DataDog/zstd v1.5.2
2025-08-20T22:52:26.8638530Z [00:01:50.617]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T22:52:26.8654964Z [00:01:50.618]➜  go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3
2025-08-20T22:52:26.8787236Z [00:01:50.631]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T22:52:26.9165306Z [00:01:50.669]➜  go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
2025-08-20T22:52:26.9272945Z [00:01:50.680]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:52:26.9356131Z [00:01:50.688]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T22:52:26.9537350Z [00:01:50.704]➜  go: downloading gotest.tools/v3 v3.4.0
2025-08-20T22:52:27.0069295Z [00:01:50.760]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T22:52:27.0071080Z [00:01:50.760]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.21
2025-08-20T22:52:27.0079058Z [00:01:50.761]➜  go: downloading github.com/google/go-tpm-tools v0.3.13-0.20230620182252-4639ecce2aba
2025-08-20T22:52:27.0082477Z [00:01:50.761]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.31
2025-08-20T22:52:27.0169069Z [00:01:50.770]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T22:52:27.0242025Z [00:01:50.777]➜  go: downloading github.com/gofrs/flock v0.12.1
2025-08-20T22:52:27.0334750Z [00:01:50.786]➜  go: downloading github.com/hashicorp/go-version v1.6.0
2025-08-20T22:52:27.0357108Z [00:01:50.788]➜  go: downloading github.com/pelletier/go-toml/v2 v2.2.0
2025-08-20T22:52:27.0394671Z [00:01:50.792]➜  go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2025-08-20T22:52:27.0564605Z [00:01:50.809]➜  go: downloading github.com/spf13/viper v1.16.0
2025-08-20T22:52:27.0733027Z [00:01:50.826]➜  go: downloading go.uber.org/automaxprocs v1.5.3
2025-08-20T22:52:27.0952789Z [00:01:50.848]➜  go: downloading github.com/goccy/go-yaml v1.12.0
2025-08-20T22:52:27.1192826Z [00:01:50.872]➜  go: downloading github.com/hashicorp/go-msgpack v0.5.5
2025-08-20T22:52:27.1404045Z [00:01:50.893]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T22:52:27.1447627Z [00:01:50.897]➜  go: downloading github.com/docker/docker v27.5.1+incompatible
2025-08-20T22:52:27.8934489Z [00:01:51.646]➜  go: downloading github.com/gobuffalo/flect v1.0.3
2025-08-20T22:52:27.8934959Z [00:01:51.646]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T22:52:27.8973826Z [00:01:51.650]➜  go: downloading github.com/olekukonko/tablewriter v0.0.5
2025-08-20T22:52:27.9123250Z [00:01:51.665]➜  go: downloading github.com/go-openapi/jsonreference v0.20.4
2025-08-20T22:52:27.9125069Z [00:01:51.665]➜  go: downloading github.com/go-openapi/swag v0.23.0
2025-08-20T22:52:27.9137221Z [00:01:51.666]➜  go: downloading github.com/u-root/gobusybox/src v0.0.0-20240225013946-a274a8d5d83a
2025-08-20T22:52:27.9184936Z [00:01:51.671]➜  go: downloading github.com/Masterminds/goutils v1.1.1
2025-08-20T22:52:27.9246958Z [00:01:51.677]➜  go: downloading github.com/huandu/xstrings v1.5.0
2025-08-20T22:52:27.9251202Z [00:01:51.678]➜  go: downloading github.com/imdario/mergo v0.3.16
2025-08-20T22:52:27.9316010Z [00:01:51.684]➜  go: downloading github.com/mitchellh/copystructure v1.2.0
2025-08-20T22:52:27.9336123Z [00:01:51.686]➜  go: downloading github.com/shopspring/decimal v1.3.1
2025-08-20T22:52:27.9648565Z [00:01:51.718]➜  go: downloading github.com/spf13/cast v1.6.0
2025-08-20T22:52:27.9659630Z [00:01:51.719]➜  go: downloading github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
2025-08-20T22:52:27.9688183Z [00:01:51.722]➜  go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2025-08-20T22:52:27.9717391Z [00:01:51.724]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T22:52:27.9764790Z [00:01:51.729]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T22:52:28.0109268Z [00:01:51.764]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T22:52:28.3271967Z [00:01:52.080]➜  go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
2025-08-20T22:52:28.3273045Z [00:01:52.080]➜  go: downloading github.com/pascaldekloe/goe v0.1.0
2025-08-20T22:52:28.3375671Z [00:01:52.090]➜  go: downloading github.com/gobwas/glob v0.2.3
2025-08-20T22:52:28.3545825Z [00:01:52.107]➜  go: downloading github.com/caarlos0/testfs v0.4.4
2025-08-20T22:52:28.3547689Z [00:01:52.107]➜  go: downloading github.com/matryer/is v1.4.0
2025-08-20T22:52:28.3611595Z [00:01:52.114]➜  go: downloading github.com/opencontainers/image-spec v1.1.0
2025-08-20T22:52:28.3667405Z [00:01:52.119]➜  go: downloading github.com/vbatts/tar-split v0.11.6
2025-08-20T22:52:28.3842302Z [00:01:52.137]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T22:52:28.3906901Z [00:01:52.143]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T22:52:28.3928377Z [00:01:52.146]➜  go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
2025-08-20T22:52:28.4782454Z [00:01:52.231]➜  go: downloading github.com/docker/docker-credential-helpers v0.8.2
2025-08-20T22:52:28.5005849Z [00:01:52.253]➜  go: downloading github.com/jtolds/gls v4.20.0+incompatible
2025-08-20T22:52:28.5006838Z [00:01:52.253]➜  go: downloading github.com/smartystreets/assertions v1.13.1
2025-08-20T22:52:28.5147831Z [00:01:52.268]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1
2025-08-20T22:52:28.5252188Z [00:01:52.278]➜  go: downloading github.com/ldez/gomoddirectives v0.2.3
2025-08-20T22:52:28.5330050Z [00:01:52.286]➜  go: downloading github.com/golangci/plugin-module-register v0.1.1
2025-08-20T22:52:28.5351482Z [00:01:52.288]➜  go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
2025-08-20T22:52:28.5417849Z [00:01:52.294]➜  go: downloading golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
2025-08-20T22:52:28.5435936Z [00:01:52.296]➜  go: downloading github.com/go-playground/validator/v10 v10.4.1
2025-08-20T22:52:28.5512232Z [00:01:52.304]➜  go: downloading github.com/mitchellh/mapstructure v1.5.0
2025-08-20T22:52:28.5598768Z [00:01:52.313]➜  go: downloading github.com/spf13/afero v1.11.0
2025-08-20T22:52:28.5824636Z [00:01:52.335]➜  go: downloading github.com/spf13/jwalterweatherman v1.1.0
2025-08-20T22:52:28.5876892Z [00:01:52.340]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T22:52:28.5894000Z [00:01:52.342]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T22:52:28.6001127Z [00:01:52.353]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T22:52:28.6091193Z [00:01:52.362]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
2025-08-20T22:52:28.6092353Z [00:01:52.362]➜  go: downloading go.opentelemetry.io/otel/trace v1.33.0
2025-08-20T22:52:28.6223769Z [00:01:52.375]➜  go: downloading go.opentelemetry.io/otel v1.33.0
2025-08-20T22:52:28.6500297Z [00:01:52.403]➜  go: downloading github.com/deckarep/golang-set/v2 v2.8.0
2025-08-20T22:52:28.6697324Z [00:01:52.422]➜  go: downloading github.com/cyphar/filepath-securejoin v0.3.6
2025-08-20T22:52:28.6831634Z [00:01:52.436]➜  go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
2025-08-20T22:52:28.7142508Z [00:01:52.467]➜  go: downloading golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f
2025-08-20T22:52:28.7245867Z [00:01:52.477]➜  go: downloading github.com/mattn/go-runewidth v0.0.14
2025-08-20T22:52:28.7413368Z [00:01:52.494]➜  go: downloading github.com/emicklei/go-restful/v3 v3.11.2
2025-08-20T22:52:28.7690333Z [00:01:52.522]➜  go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
2025-08-20T22:52:28.7892410Z [00:01:52.542]➜  go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
2025-08-20T22:52:28.8089894Z [00:01:52.562]➜  go: downloading github.com/go-openapi/jsonpointer v0.21.0
2025-08-20T22:52:28.8156933Z [00:01:52.568]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T22:52:28.8378216Z [00:01:52.590]➜  go: downloading github.com/mitchellh/reflectwalk v1.0.2
2025-08-20T22:52:28.8379136Z [00:01:52.591]➜  go: downloading github.com/pjbgf/sha1cd v0.3.0
2025-08-20T22:52:28.8415663Z [00:01:52.594]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T22:52:28.8433818Z [00:01:52.596]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T22:52:28.8508717Z [00:01:52.604]➜  go: downloading github.com/elazarl/goproxy v1.2.3
2025-08-20T22:52:28.8594546Z [00:01:52.612]➜  go: downloading github.com/hashicorp/golang-lru v0.6.0
2025-08-20T22:52:28.8686731Z [00:01:52.621]➜  go: downloading github.com/hashicorp/go-uuid v1.0.0
2025-08-20T22:52:28.8713862Z [00:01:52.624]➜  go: downloading github.com/gopherjs/gopherjs v1.17.2
2025-08-20T22:52:28.8742513Z [00:01:52.627]➜  go: downloading github.com/golangci/revgrep v0.5.2
2025-08-20T22:52:28.9122752Z [00:01:52.665]➜  go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
2025-08-20T22:52:28.9185088Z [00:01:52.671]➜  go: downloading 4d63.com/gochecknoglobals v0.2.1
2025-08-20T22:52:28.9307799Z [00:01:52.684]➜  go: downloading github.com/4meepo/tagalign v1.3.3
2025-08-20T22:52:28.9483625Z [00:01:52.701]➜  go: downloading github.com/Abirdcfly/dupword v0.0.14
2025-08-20T22:52:28.9574579Z [00:01:52.710]➜  go: downloading github.com/Antonboom/errname v0.1.12
2025-08-20T22:52:28.9670296Z [00:01:52.720]➜  go: downloading github.com/Antonboom/nilnil v0.1.7
2025-08-20T22:52:28.9922627Z [00:01:52.745]➜  go: downloading github.com/Antonboom/testifylint v1.2.0
2025-08-20T22:52:29.0044428Z [00:01:52.757]➜  go: downloading github.com/Djarvur/go-err113 v0.1.0
2025-08-20T22:52:29.0150352Z [00:01:52.768]➜  go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0
2025-08-20T22:52:29.0166075Z [00:01:52.769]➜  go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.0
2025-08-20T22:52:29.0262094Z [00:01:52.779]➜  go: downloading github.com/alecthomas/go-check-sumtype v0.1.4
2025-08-20T22:52:29.0333251Z [00:01:52.786]➜  go: downloading github.com/alexkohler/nakedret/v2 v2.0.4
2025-08-20T22:52:29.0389972Z [00:01:52.792]➜  go: downloading github.com/alexkohler/prealloc v1.0.0
2025-08-20T22:52:29.0409657Z [00:01:52.794]➜  go: downloading github.com/alingse/asasalint v0.0.11
2025-08-20T22:52:29.0419308Z [00:01:52.795]➜  go: downloading github.com/ashanbrown/forbidigo v1.6.0
2025-08-20T22:52:29.0485896Z [00:01:52.801]➜  go: downloading github.com/ashanbrown/makezero v1.1.1
2025-08-20T22:52:29.0525661Z [00:01:52.805]➜  go: downloading github.com/bkielbasa/cyclop v1.2.1
2025-08-20T22:52:29.0560861Z [00:01:52.809]➜  go: downloading github.com/blizzy78/varnamelen v0.8.0
2025-08-20T22:52:29.0607481Z [00:01:52.813]➜  go: downloading github.com/bombsimon/wsl/v4 v4.2.1
2025-08-20T22:52:29.0729602Z [00:01:52.826]➜  go: downloading github.com/breml/bidichk v0.2.7
2025-08-20T22:52:29.0817757Z [00:01:52.834]➜  go: downloading github.com/breml/errchkjson v0.3.6
2025-08-20T22:52:29.0847918Z [00:01:52.838]➜  go: downloading github.com/butuzov/ireturn v0.3.0
2025-08-20T22:52:29.0903125Z [00:01:52.843]➜  go: downloading github.com/butuzov/mirror v1.1.0
2025-08-20T22:52:29.0915694Z [00:01:52.844]➜  go: downloading github.com/catenacyber/perfsprint v0.7.1
2025-08-20T22:52:29.0943892Z [00:01:52.847]➜  go: downloading github.com/charithe/durationcheck v0.0.10
2025-08-20T22:52:29.0989538Z [00:01:52.852]➜  go: downloading github.com/ckaznocha/intrange v0.1.0
2025-08-20T22:52:29.1061270Z [00:01:52.859]➜  go: downloading github.com/curioswitch/go-reassign v0.2.0
2025-08-20T22:52:29.1076115Z [00:01:52.860]➜  go: downloading github.com/daixiang0/gci v0.12.3
2025-08-20T22:52:29.1239662Z [00:01:52.877]➜  go: downloading github.com/denis-tingaikin/go-header v0.5.0
2025-08-20T22:52:29.1240734Z [00:01:52.877]➜  go: downloading github.com/firefart/nonamedreturns v1.0.4
2025-08-20T22:52:29.1341795Z [00:01:52.887]➜  go: downloading github.com/fzipp/gocyclo v0.6.0
2025-08-20T22:52:29.1345842Z [00:01:52.887]➜  go: downloading github.com/ghostiam/protogetter v0.3.5
2025-08-20T22:52:29.1418606Z [00:01:52.895]➜  go: downloading github.com/go-critic/go-critic v0.11.2
2025-08-20T22:52:29.1437536Z [00:01:52.897]➜  go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
2025-08-20T22:52:29.1526333Z [00:01:52.905]➜  go: downloading github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e
2025-08-20T22:52:29.1869599Z [00:01:52.940]➜  go: downloading github.com/golangci/misspell v0.4.1
2025-08-20T22:52:29.2333349Z [00:01:52.986]➜  go: downloading github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed
2025-08-20T22:52:29.2391784Z [00:01:52.992]➜  go: downloading github.com/gordonklaus/ineffassign v0.1.0
2025-08-20T22:52:29.2430269Z [00:01:52.995]➜  go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
2025-08-20T22:52:29.2431173Z [00:01:52.996]➜  go: downloading github.com/gostaticanalysis/nilerr v0.1.1
2025-08-20T22:52:29.2454609Z [00:01:52.998]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T22:52:29.2540473Z [00:01:53.007]➜  go: downloading github.com/jgautheron/goconst v1.7.0
2025-08-20T22:52:29.2541530Z [00:01:53.007]➜  go: downloading github.com/jingyugao/rowserrcheck v1.1.1
2025-08-20T22:52:29.2542507Z [00:01:53.007]➜  go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
2025-08-20T22:52:29.2654722Z [00:01:53.018]➜  go: downloading github.com/jjti/go-spancheck v0.5.3
2025-08-20T22:52:29.2662445Z [00:01:53.019]➜  go: downloading github.com/julz/importas v0.1.0
2025-08-20T22:52:29.2674631Z [00:01:53.020]➜  go: downloading github.com/karamaru-alpha/copyloopvar v1.0.8
2025-08-20T22:52:29.2788594Z [00:01:53.032]➜  go: downloading github.com/kisielk/errcheck v1.7.0
2025-08-20T22:52:29.2798925Z [00:01:53.033]➜  go: downloading github.com/kkHAIKE/contextcheck v1.1.4
2025-08-20T22:52:29.2802492Z [00:01:53.033]➜  go: downloading github.com/kulti/thelper v0.6.3
2025-08-20T22:52:29.2899659Z [00:01:53.043]➜  go: downloading github.com/kunwardeep/paralleltest v1.0.10
2025-08-20T22:52:29.2911706Z [00:01:53.044]➜  go: downloading github.com/kyoh86/exportloopref v0.1.11
2025-08-20T22:52:29.2981168Z [00:01:53.051]➜  go: downloading github.com/ldez/tagliatelle v0.5.0
2025-08-20T22:52:29.2984916Z [00:01:53.051]➜  go: downloading github.com/leonklingele/grouper v1.1.1
2025-08-20T22:52:29.3041437Z [00:01:53.057]➜  go: downloading github.com/lufeee/execinquery v1.2.1
2025-08-20T22:52:29.3060378Z [00:01:53.059]➜  go: downloading github.com/macabu/inamedparam v0.1.3
2025-08-20T22:52:29.3180428Z [00:01:53.071]➜  go: downloading github.com/maratori/testableexamples v1.0.0
2025-08-20T22:52:29.3187715Z [00:01:53.072]➜  go: downloading github.com/maratori/testpackage v1.1.1
2025-08-20T22:52:29.3267257Z [00:01:53.079]➜  go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
2025-08-20T22:52:29.3273193Z [00:01:53.080]➜  go: downloading github.com/mgechev/revive v1.3.7
2025-08-20T22:52:29.4088344Z [00:01:53.161]➜  go: downloading github.com/moricho/tparallel v0.3.1
2025-08-20T22:52:29.4089686Z [00:01:53.162]➜  go: downloading github.com/nakabonne/nestif v0.3.1
2025-08-20T22:52:29.4090973Z [00:01:53.162]➜  go: downloading github.com/nishanths/exhaustive v0.12.0
2025-08-20T22:52:29.4182664Z [00:01:53.171]➜  go: downloading github.com/nishanths/predeclared v0.2.2
2025-08-20T22:52:29.4183785Z [00:01:53.171]➜  go: downloading github.com/nunnatsa/ginkgolinter v0.16.1
2025-08-20T22:52:29.4333620Z [00:01:53.186]➜  go: downloading github.com/polyfloyd/go-errorlint v1.4.8
2025-08-20T22:52:29.4339197Z [00:01:53.187]➜  go: downloading github.com/ryancurrah/gomodguard v1.3.1
2025-08-20T22:52:29.4347170Z [00:01:53.187]➜  go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
2025-08-20T22:52:29.4487318Z [00:01:53.201]➜  go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
2025-08-20T22:52:29.4489289Z [00:01:53.202]➜  go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
2025-08-20T22:52:29.4513632Z [00:01:53.204]➜  go: downloading github.com/sashamelentyev/usestdlibvars v1.25.0
2025-08-20T22:52:29.4529305Z [00:01:53.206]➜  go: downloading github.com/securego/gosec/v2 v2.19.0
2025-08-20T22:52:29.4914143Z [00:01:53.244]➜  go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
2025-08-20T22:52:29.4915678Z [00:01:53.244]➜  go: downloading github.com/sivchari/containedctx v1.0.3
2025-08-20T22:52:29.4916450Z [00:01:53.244]➜  go: downloading github.com/sivchari/tenv v1.7.1
2025-08-20T22:52:29.4982698Z [00:01:53.251]➜  go: downloading github.com/sonatard/noctx v0.0.2
2025-08-20T22:52:29.4999880Z [00:01:53.253]➜  go: downloading github.com/sourcegraph/go-diff v0.7.0
2025-08-20T22:52:29.5072653Z [00:01:53.260]➜  go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
2025-08-20T22:52:29.5089913Z [00:01:53.262]➜  go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
2025-08-20T22:52:29.5389124Z [00:01:53.292]➜  go: downloading github.com/tdakkota/asciicheck v0.2.0
2025-08-20T22:52:29.5399160Z [00:01:53.293]➜  go: downloading github.com/tetafro/godot v1.4.16
2025-08-20T22:52:29.5447858Z [00:01:53.298]➜  go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
2025-08-20T22:52:29.5472551Z [00:01:53.300]➜  go: downloading github.com/timonwong/loggercheck v0.9.4
2025-08-20T22:52:29.5516254Z [00:01:53.304]➜  go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.3
2025-08-20T22:52:29.5545305Z [00:01:53.307]➜  go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
2025-08-20T22:52:29.5581960Z [00:01:53.311]➜  go: downloading github.com/ultraware/funlen v0.1.0
2025-08-20T22:52:29.5623798Z [00:01:53.315]➜  go: downloading github.com/ultraware/whitespace v0.1.0
2025-08-20T22:52:29.5695528Z [00:01:53.322]➜  go: downloading github.com/uudashr/gocognit v1.1.2
2025-08-20T22:52:29.5783112Z [00:01:53.331]➜  go: downloading github.com/xen0n/gosmopolitan v1.2.2
2025-08-20T22:52:29.5785903Z [00:01:53.331]➜  go: downloading github.com/yagipy/maintidx v1.0.0
2025-08-20T22:52:29.5920687Z [00:01:53.345]➜  go: downloading github.com/yeya24/promlinter v0.2.0
2025-08-20T22:52:29.5935632Z [00:01:53.346]➜  go: downloading github.com/ykadowak/zerologlint v0.1.5
2025-08-20T22:52:29.5996188Z [00:01:53.352]➜  go: downloading gitlab.com/bosi/decorder v0.4.1
2025-08-20T22:52:29.6070673Z [00:01:53.360]➜  go: downloading go-simpler.org/musttag v0.9.0
2025-08-20T22:52:29.6146569Z [00:01:53.367]➜  go: downloading go-simpler.org/sloglint v0.5.0
2025-08-20T22:52:29.6241726Z [00:01:53.377]➜  go: downloading mvdan.cc/gofumpt v0.6.0
2025-08-20T22:52:29.6424362Z [00:01:53.395]➜  go: downloading mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14
2025-08-20T22:52:29.6451419Z [00:01:53.398]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T22:52:29.6535844Z [00:01:53.406]➜  go: downloading github.com/prashantv/gostub v1.1.0
2025-08-20T22:52:29.6572663Z [00:01:53.410]➜  go: downloading github.com/go-playground/universal-translator v0.17.0
2025-08-20T22:52:29.6675402Z [00:01:53.420]➜  go: downloading github.com/leodido/go-urn v1.2.0
2025-08-20T22:52:29.6721245Z [00:01:53.425]➜  go: downloading github.com/subosito/gotenv v1.4.2
2025-08-20T22:52:29.6800439Z [00:01:53.433]➜  go: downloading github.com/hashicorp/hcl v1.0.0
2025-08-20T22:52:29.7104224Z [00:01:53.463]➜  go: downloading gopkg.in/ini.v1 v1.67.0
2025-08-20T22:52:29.7106109Z [00:01:53.463]➜  go: downloading github.com/magiconair/properties v1.8.7
2025-08-20T22:52:29.7261738Z [00:01:53.479]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T22:52:29.7271319Z [00:01:53.480]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T22:52:29.7290134Z [00:01:53.482]➜  go: downloading go.opentelemetry.io/otel/metric v1.33.0
2025-08-20T22:52:29.7377869Z [00:01:53.488]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T22:52:29.7426325Z [00:01:53.494]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
2025-08-20T22:52:29.7470178Z [00:01:53.500]➜  go: downloading go.opentelemetry.io/otel/sdk v1.33.0
2025-08-20T22:52:29.7550432Z [00:01:53.508]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
2025-08-20T22:52:29.7663868Z [00:01:53.519]➜  go: downloading github.com/nxadm/tail v1.4.8
2025-08-20T22:52:29.7784501Z [00:01:53.531]➜  go: downloading github.com/puzpuzpuz/xsync v1.5.2
2025-08-20T22:52:29.7785466Z [00:01:53.531]➜  go: downloading github.com/google/go-github/v66 v66.0.0
2025-08-20T22:52:29.7799353Z [00:01:53.533]➜  go: downloading github.com/moby/buildkit v0.20.2
2025-08-20T22:52:29.7912102Z [00:01:53.544]➜  go: downloading gopkg.in/h2non/gock.v1 v1.1.2
2025-08-20T22:52:29.8163567Z [00:01:53.569]➜  go: downloading github.com/rivo/uniseg v0.4.4
2025-08-20T22:52:29.8672827Z [00:01:53.620]➜  go: downloading github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db
2025-08-20T22:52:29.9257428Z [00:01:53.678]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T22:52:29.9319074Z [00:01:53.685]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T22:52:29.9444069Z [00:01:53.697]➜  go: downloading github.com/skeema/knownhosts v1.3.0
2025-08-20T22:52:29.9516420Z [00:01:53.704]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T22:52:30.0446463Z [00:01:53.797]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T22:52:30.0602427Z [00:01:53.813]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T22:52:30.0755756Z [00:01:53.828]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T22:52:30.0814950Z [00:01:53.834]➜  go: downloading github.com/fatih/structtag v1.2.0
2025-08-20T22:52:30.0870050Z [00:01:53.840]➜  go: downloading github.com/alecthomas/assert/v2 v2.2.2
2025-08-20T22:52:30.1302913Z [00:01:53.883]➜  go: downloading github.com/gostaticanalysis/testutil v0.4.0
2025-08-20T22:52:30.1770837Z [00:01:53.930]➜  go: downloading github.com/go-toolsmith/astcast v1.1.0
2025-08-20T22:52:30.1839215Z [00:01:53.937]➜  go: downloading github.com/go-toolsmith/astcopy v1.1.0
2025-08-20T22:52:30.1895471Z [00:01:53.942]➜  go: downloading github.com/go-toolsmith/astequal v1.2.0
2025-08-20T22:52:30.1926800Z [00:01:53.945]➜  go: downloading github.com/go-toolsmith/astfmt v1.1.0
2025-08-20T22:52:30.1959992Z [00:01:53.949]➜  go: downloading github.com/go-toolsmith/astp v1.1.0
2025-08-20T22:52:30.2068687Z [00:01:53.960]➜  go: downloading github.com/go-toolsmith/strparse v1.1.0
2025-08-20T22:52:30.2074004Z [00:01:53.960]➜  go: downloading github.com/go-toolsmith/typep v1.1.0
2025-08-20T22:52:30.2160425Z [00:01:53.969]➜  go: downloading github.com/quasilyte/go-ruleguard v0.4.2
2025-08-20T22:52:30.2161845Z [00:01:53.969]➜  go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
2025-08-20T22:52:30.2163286Z [00:01:53.969]➜  go: downloading github.com/gostaticanalysis/comment v1.4.2
2025-08-20T22:52:30.2260832Z [00:01:53.979]➜  go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
2025-08-20T22:52:30.2262931Z [00:01:53.979]➜  go: downloading github.com/ettle/strcase v0.2.0
2025-08-20T22:52:30.2366861Z [00:01:53.989]➜  go: downloading github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c
2025-08-20T22:52:30.2368889Z [00:01:53.989]➜  go: downloading github.com/ccojocar/zxcvbn-go v1.0.2
2025-08-20T22:52:30.2427663Z [00:01:53.996]➜  go: downloading go-simpler.org/assert v0.7.0
2025-08-20T22:52:30.2544401Z [00:01:54.007]➜  go: downloading github.com/go-playground/locales v0.13.0
2025-08-20T22:52:30.2747943Z [00:01:54.028]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T22:52:30.2822533Z [00:01:54.035]➜  go: downloading github.com/moby/term v0.5.2
2025-08-20T22:52:30.2970356Z [00:01:54.050]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T22:52:30.3121908Z [00:01:54.065]➜  go: downloading go.opentelemetry.io/proto/otlp v1.3.1
2025-08-20T22:52:30.3331122Z [00:01:54.086]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T22:52:30.3335012Z [00:01:54.086]➜  go: downloading github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
2025-08-20T22:52:30.3428008Z [00:01:54.096]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T22:52:30.3441219Z [00:01:54.097]➜  go: downloading github.com/alecthomas/repr v0.2.0
2025-08-20T22:52:30.3486895Z [00:01:54.101]➜  go: downloading github.com/otiai10/copy v1.14.0
2025-08-20T22:52:30.3545981Z [00:01:54.107]➜  go: downloading github.com/tenntenn/modver v1.0.1
2025-08-20T22:52:30.3590169Z [00:01:54.112]➜  go: downloading github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3
2025-08-20T22:52:30.3641755Z [00:01:54.117]➜  go: downloading github.com/go-toolsmith/pkgload v1.2.2
2025-08-20T22:52:30.3744767Z [00:01:54.127]➜  go: downloading github.com/chavacava/garif v0.1.0
2025-08-20T22:52:30.3778118Z [00:01:54.131]➜  go: downloading github.com/quasilyte/gogrep v0.5.0
2025-08-20T22:52:30.4000616Z [00:01:54.153]➜  go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
2025-08-20T22:52:30.4002100Z [00:01:54.153]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T22:52:30.4134749Z [00:01:54.166]➜  go: downloading google.golang.org/grpc v1.69.4
2025-08-20T22:52:30.7643549Z [00:01:54.516]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T22:52:30.7644455Z [00:01:54.517]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
2025-08-20T22:52:30.7737702Z [00:01:54.526]➜  go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
2025-08-20T22:52:30.9066791Z [00:01:54.659]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
2025-08-20T22:52:30.9505508Z [00:01:54.703]➜  go: downloading github.com/containerd/typeurl/v2 v2.2.3
2025-08-20T22:52:30.9570114Z [00:01:54.710]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T22:52:30.9969854Z [00:01:54.750]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
2025-08-20T22:52:31.0062330Z [00:01:54.759]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38
2025-08-20T22:52:31.0105289Z [00:01:54.763]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38
2025-08-20T22:52:31.0142155Z [00:01:54.767]➜  go: downloading google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80
2025-08-20T22:52:31.6490452Z [00:01:55.402]➜  + go generate ./...
2025-08-20T22:52:56.8488911Z [00:02:20.602]➜  2025/08/20 22:52:56 Inserting CRDs Helm templates
2025-08-20T22:52:56.8494937Z [00:02:20.602]➜  2025/08/20 22:52:56 Templating Helm chart contents
2025-08-20T22:52:58.0555296Z [00:02:21.808]➜  2025/08/20 22:52:58 Cleaning up CRD from Helm templates
2025-08-20T22:53:00.4342098Z [00:02:24.186]➜  2025-08-20T22:53:00.432Z	[34mINFO[0m	crd-ref-docs	Loading configuration	{"path": "../../k8s-operator/api-docs-config.yaml"}
2025-08-20T22:53:00.4344453Z [00:02:24.187]➜  2025-08-20T22:53:00.433Z	[34mINFO[0m	crd-ref-docs	Processing source directory	{"directory": "../../k8s-operator/apis/", "depth": 10}
2025-08-20T22:53:00.8125421Z [00:02:24.565]➜  2025-08-20T22:53:00.811Z	[34mINFO[0m	crd-ref-docs	Rendering output	{"path": "../../k8s-operator/api.md"}
2025-08-20T22:53:00.8184077Z [00:02:24.571]➜  2025-08-20T22:53:00.818Z	[34mINFO[0m	crd-ref-docs	CRD reference documentation generated
2025-08-20T22:53:00.8185001Z [00:02:24.571]➜  2025-08-20T22:53:00.818Z	[34mINFO[0m	crd-ref-docs	Execution time: 384.784864ms
2025-08-20T22:53:05.4867882Z [00:02:29.239]➜  Compiled /tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfel.o
2025-08-20T22:53:05.5067878Z [00:02:29.259]➜  Stripped /tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfel.o
2025-08-20T22:53:05.5081419Z [00:02:29.261]➜  Wrote /tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfel.go
2025-08-20T22:53:05.6434272Z [00:02:29.396]➜  Compiled /tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfeb.o
2025-08-20T22:53:05.6633597Z [00:02:29.416]➜  Stripped /tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfeb.o
2025-08-20T22:53:05.6647580Z [00:02:29.417]➜  Wrote /tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfeb.go
2025-08-20T22:53:38.1079490Z [00:03:01.861]➜  + go build -C ./cmd/tailscale -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/tailscale
2025-08-20T22:53:38.1109133Z [00:03:01.864]➜  WORK=/tmp/go-build1138503492
2025-08-20T22:53:38.1731142Z [00:03:01.926]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO
2025-08-20T22:53:38.1731820Z [00:03:01.926]➜  git status --porcelain
2025-08-20T22:53:38.1877987Z [00:03:01.940]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO
2025-08-20T22:53:38.1880723Z [00:03:01.940]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:53:38.1896668Z [00:03:01.942]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git config extensions.objectformat
2025-08-20T22:53:38.1909664Z [00:03:01.944]➜  0.001s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git config extensions.objectformat
2025-08-20T22:53:38.1910620Z [00:03:01.944]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7ad2588395e896649f4bf6bea73fcf --
2025-08-20T22:53:38.1977681Z [00:03:01.950]➜  0.007s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7ad2588395e896649f4bf6bea73fcf --
2025-08-20T22:53:38.1979940Z [00:03:01.950]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b48d2de6ab7ad2588395e896649f4bf6bea73fcf
2025-08-20T22:53:38.2779522Z [00:03:02.031]➜  0.080s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b48d2de6ab7ad2588395e896649f4bf6bea73fcf
2025-08-20T22:53:38.2781053Z [00:03:02.031]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7a --
2025-08-20T22:53:38.2846660Z [00:03:02.037]➜  0.007s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7a --
2025-08-20T22:53:38.2847570Z [00:03:02.037]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git cat-file blob b48d2de6ab7ad2588395e896649f4bf6bea73fcf:go.mod
2025-08-20T22:53:38.2871804Z [00:03:02.040]➜  0.003s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git cat-file blob b48d2de6ab7ad2588395e896649f4bf6bea73fcf:go.mod
2025-08-20T22:53:38.2944061Z [00:03:02.047]➜  internal/goarch
2025-08-20T22:53:38.2945470Z [00:03:02.047]➜  mkdir -p $WORK/b006/
2025-08-20T22:53:38.2956658Z [00:03:02.048]➜  internal/unsafeheader
2025-08-20T22:53:38.2957268Z [00:03:02.048]➜  mkdir -p $WORK/b008/
2025-08-20T22:53:38.2957805Z [00:03:02.048]➜  internal/byteorder
2025-08-20T22:53:38.2958287Z [00:03:02.048]➜  mkdir -p $WORK/b012/
2025-08-20T22:53:38.2958961Z [00:03:02.048]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T22:53:38.2959738Z [00:03:02.048]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T22:53:38.2960463Z [00:03:02.048]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.2971099Z [00:03:02.048]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T22:53:38.2980797Z [00:03:02.048]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:53:38.2985013Z [00:03:02.049]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:53:38.2988472Z [00:03:02.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:53:38.2995518Z [00:03:02.052]➜  internal/cpu
2025-08-20T22:53:38.2996037Z [00:03:02.052]➜  mkdir -p $WORK/b011/
2025-08-20T22:53:38.2996963Z [00:03:02.052]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:53:38.2997602Z [00:03:02.052]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:53:38.2999659Z [00:03:02.052]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_x86.s
2025-08-20T22:53:38.3032843Z [00:03:02.056]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:53:38.3039055Z [00:03:02.056]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T22:53:38.3044052Z [00:03:02.057]➜  internal/abi
2025-08-20T22:53:38.3048954Z [00:03:02.057]➜  mkdir -p $WORK/b005/
2025-08-20T22:53:38.3053870Z [00:03:02.058]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T22:53:38.3057107Z [00:03:02.058]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.3064668Z [00:03:02.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -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/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T22:53:38.3068521Z [00:03:02.058]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:53:38.3069381Z [00:03:02.058]➜  cd /root/.go/src/internal/abi
2025-08-20T22:53:38.3072700Z [00:03:02.058]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T22:53:38.3074784Z [00:03:02.058]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T22:53:38.3080052Z [00:03:02.059]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T22:53:38.3081650Z [00:03:02.061]➜  internal/coverage/rtcov
2025-08-20T22:53:38.3082245Z [00:03:02.061]➜  mkdir -p $WORK/b014/
2025-08-20T22:53:38.3082965Z [00:03:02.061]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T22:53:38.3086918Z [00:03:02.061]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.3090342Z [00:03:02.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:53:38.3141713Z [00:03:02.066]➜  cat >/tmp/go-build1138503492/b005/importcfg << 'EOF' # internal
2025-08-20T22:53:38.3142710Z [00:03:02.067]➜  # import config
2025-08-20T22:53:38.3144245Z [00:03:02.067]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.3146276Z [00:03:02.067]➜  EOF
2025-08-20T22:53:38.3157606Z [00:03:02.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -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/abi/abi.go /root/.go/src/internal/abi/abi_amd64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:53:38.3192333Z [00:03:02.072]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:53:38.3207349Z [00:03:02.073]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T22:53:38.3208532Z [00:03:02.073]➜  internal/godebugs
2025-08-20T22:53:38.3209100Z [00:03:02.073]➜  mkdir -p $WORK/b015/
2025-08-20T22:53:38.3213891Z [00:03:02.074]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:53:38.3218965Z [00:03:02.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:53:38.3221817Z [00:03:02.074]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:53:38.3224395Z [00:03:02.075]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T22:53:38.3234768Z [00:03:02.076]➜  internal/goexperiment
2025-08-20T22:53:38.3236402Z [00:03:02.076]➜  mkdir -p $WORK/b016/
2025-08-20T22:53:38.3241563Z [00:03:02.077]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:53:38.3257322Z [00:03:02.077]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T22:53:38.3358834Z [00:03:02.087]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:53:38.3363398Z [00:03:02.089]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T22:53:38.3368671Z [00:03:02.090]➜  internal/goos
2025-08-20T22:53:38.3370919Z [00:03:02.090]➜  mkdir -p $WORK/b017/
2025-08-20T22:53:38.3373355Z [00:03:02.090]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:53:38.3379852Z [00:03:02.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T22:53:38.3446856Z [00:03:02.097]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:53:38.3469561Z [00:03:02.100]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T22:53:38.3484525Z [00:03:02.100]➜  internal/profilerecord
2025-08-20T22:53:38.3485092Z [00:03:02.100]➜  mkdir -p $WORK/b018/
2025-08-20T22:53:38.3485924Z [00:03:02.100]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:53:38.3486724Z [00:03:02.100]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:53:38.3490114Z [00:03:02.100]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:53:38.3493559Z [00:03:02.100]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T22:53:38.3494609Z [00:03:02.100]➜  internal/runtime/atomic
2025-08-20T22:53:38.3496649Z [00:03:02.100]➜  mkdir -p $WORK/b019/
2025-08-20T22:53:38.3497346Z [00:03:02.100]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T22:53:38.3498024Z [00:03:02.100]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:53:38.3500640Z [00:03:02.100]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b019/symabis ./atomic_amd64.s
2025-08-20T22:53:38.3520275Z [00:03:02.105]➜  cat >/tmp/go-build1138503492/b019/importcfg << 'EOF' # internal
2025-08-20T22:53:38.3523965Z [00:03:02.105]➜  # import config
2025-08-20T22:53:38.3524718Z [00:03:02.105]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.3525584Z [00:03:02.105]➜  EOF
2025-08-20T22:53:38.3526128Z [00:03:02.105]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.3531820Z [00:03:02.105]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:53:38.3571572Z [00:03:02.109]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:53:38.3573522Z [00:03:02.110]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T22:53:38.3595934Z [00:03:02.112]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:53:38.3602086Z [00:03:02.113]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T22:53:38.3603258Z [00:03:02.113]➜  internal/runtime/math
2025-08-20T22:53:38.3604215Z [00:03:02.113]➜  mkdir -p $WORK/b022/
2025-08-20T22:53:38.3604981Z [00:03:02.113]➜  cat >/tmp/go-build1138503492/b022/importcfg << 'EOF' # internal
2025-08-20T22:53:38.3605849Z [00:03:02.113]➜  # import config
2025-08-20T22:53:38.3606595Z [00:03:02.113]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.3607306Z [00:03:02.113]➜  EOF
2025-08-20T22:53:38.3607901Z [00:03:02.113]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.3611244Z [00:03:02.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:53:38.3625391Z [00:03:02.115]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:53:38.3629558Z [00:03:02.115]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/cpu_x86.o ./cpu_x86.s
2025-08-20T22:53:38.3687881Z [00:03:02.119]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_x86.o # internal
2025-08-20T22:53:38.3689563Z [00:03:02.120]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:53:38.3692328Z [00:03:02.120]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T22:53:38.3697143Z [00:03:02.122]➜  internal/bytealg
2025-08-20T22:53:38.3698243Z [00:03:02.122]➜  mkdir -p $WORK/b010/
2025-08-20T22:53:38.3705016Z [00:03:02.123]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:53:38.3707113Z [00:03:02.123]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:53:38.3710251Z [00:03:02.124]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T22:53:38.3787861Z [00:03:02.131]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:53:38.3793177Z [00:03:02.131]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T22:53:38.3794363Z [00:03:02.132]➜  internal/chacha8rand
2025-08-20T22:53:38.3798876Z [00:03:02.132]➜  mkdir -p $WORK/b013/
2025-08-20T22:53:38.3799474Z [00:03:02.132]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T22:53:38.3800152Z [00:03:02.132]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:53:38.3802438Z [00:03:02.132]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b013/symabis ./chacha8_amd64.s
2025-08-20T22:53:38.3850841Z [00:03:02.138]➜  cat >/tmp/go-build1138503492/b013/importcfg << 'EOF' # internal
2025-08-20T22:53:38.3852289Z [00:03:02.138]➜  # import config
2025-08-20T22:53:38.3853799Z [00:03:02.138]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:38.3855386Z [00:03:02.138]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:38.3856629Z [00:03:02.138]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.3858928Z [00:03:02.138]➜  EOF
2025-08-20T22:53:38.3859523Z [00:03:02.138]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.3863487Z [00:03:02.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:53:38.3872575Z [00:03:02.139]➜  cat >/tmp/go-build1138503492/b010/importcfg << 'EOF' # internal
2025-08-20T22:53:38.3873268Z [00:03:02.139]➜  # import config
2025-08-20T22:53:38.3873968Z [00:03:02.139]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:38.3874627Z [00:03:02.139]➜  EOF
2025-08-20T22:53:38.3880867Z [00:03:02.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -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/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:53:38.3980088Z [00:03:02.151]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:53:38.3986286Z [00:03:02.151]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b019/atomic_amd64.o ./atomic_amd64.s
2025-08-20T22:53:38.4033369Z [00:03:02.156]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:53:38.4037500Z [00:03:02.156]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/compare_amd64.o ./compare_amd64.s
2025-08-20T22:53:38.4051178Z [00:03:02.158]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:53:38.4053920Z [00:03:02.158]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_amd64.o # internal
2025-08-20T22:53:38.4059510Z [00:03:02.159]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:53:38.4079078Z [00:03:02.161]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T22:53:38.4091614Z [00:03:02.162]➜  internal/runtime/strconv
2025-08-20T22:53:38.4097838Z [00:03:02.162]➜  mkdir -p $WORK/b021/
2025-08-20T22:53:38.4109934Z [00:03:02.164]➜  cat >/tmp/go-build1138503492/b021/importcfg << 'EOF' # internal
2025-08-20T22:53:38.4111173Z [00:03:02.164]➜  # import config
2025-08-20T22:53:38.4112504Z [00:03:02.164]➜  packagefile internal/runtime/math=/tmp/go-build1138503492/b022/_pkg_.a
2025-08-20T22:53:38.4113424Z [00:03:02.164]➜  EOF
2025-08-20T22:53:38.4121179Z [00:03:02.165]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.4125419Z [00:03:02.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:53:38.4149171Z [00:03:02.167]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:53:38.4151283Z [00:03:02.167]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/count_amd64.o ./count_amd64.s
2025-08-20T22:53:38.4166076Z [00:03:02.169]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:53:38.4169971Z [00:03:02.169]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b013/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T22:53:38.4262199Z [00:03:02.179]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:53:38.4268751Z [00:03:02.179]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/equal_amd64.o ./equal_amd64.s
2025-08-20T22:53:38.4277142Z [00:03:02.179]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:53:38.4277892Z [00:03:02.179]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:53:38.4278712Z [00:03:02.179]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_amd64.o # internal
2025-08-20T22:53:38.4279591Z [00:03:02.179]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:53:38.4280982Z [00:03:02.180]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T22:53:38.4282116Z [00:03:02.180]➜  internal/runtime/syscall
2025-08-20T22:53:38.4282700Z [00:03:02.180]➜  mkdir -p $WORK/b023/
2025-08-20T22:53:38.4284054Z [00:03:02.180]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T22:53:38.4285515Z [00:03:02.180]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:53:38.4289267Z [00:03:02.180]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b023/symabis ./asm_linux_amd64.s
2025-08-20T22:53:38.4313883Z [00:03:02.183]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T22:53:38.4315329Z [00:03:02.183]➜  internal/runtime/exithook
2025-08-20T22:53:38.4315951Z [00:03:02.183]➜  mkdir -p $WORK/b024/
2025-08-20T22:53:38.4316727Z [00:03:02.184]➜  cat >/tmp/go-build1138503492/b024/importcfg << 'EOF' # internal
2025-08-20T22:53:38.4317430Z [00:03:02.184]➜  # import config
2025-08-20T22:53:38.4318248Z [00:03:02.184]➜  packagefile internal/runtime/atomic=/tmp/go-build1138503492/b019/_pkg_.a
2025-08-20T22:53:38.4319043Z [00:03:02.184]➜  EOF
2025-08-20T22:53:38.4319637Z [00:03:02.184]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.4323066Z [00:03:02.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:53:38.4351215Z [00:03:02.188]➜  cat >/tmp/go-build1138503492/b023/importcfg << 'EOF' # internal
2025-08-20T22:53:38.4356051Z [00:03:02.188]➜  # import config
2025-08-20T22:53:38.4356786Z [00:03:02.188]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.4357429Z [00:03:02.188]➜  EOF
2025-08-20T22:53:38.4361697Z [00:03:02.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:53:38.4395950Z [00:03:02.191]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:53:38.4398719Z [00:03:02.191]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/index_amd64.o ./index_amd64.s
2025-08-20T22:53:38.4481297Z [00:03:02.201]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T22:53:38.4555562Z [00:03:02.208]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:53:38.4563326Z [00:03:02.209]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T22:53:38.4569898Z [00:03:02.210]➜  internal/runtime/gc
2025-08-20T22:53:38.4570838Z [00:03:02.210]➜  mkdir -p $WORK/b025/
2025-08-20T22:53:38.4571439Z [00:03:02.210]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:53:38.4574080Z [00:03:02.210]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b023/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:53:38.4576987Z [00:03:02.210]➜  cat >/tmp/go-build1138503492/b025/importcfg << 'EOF' # internal
2025-08-20T22:53:38.4577751Z [00:03:02.210]➜  # import config
2025-08-20T22:53:38.4578524Z [00:03:02.210]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.4579251Z [00:03:02.210]➜  EOF
2025-08-20T22:53:38.4579813Z [00:03:02.210]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.4583761Z [00:03:02.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T22:53:38.4587151Z [00:03:02.211]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:53:38.4588618Z [00:03:02.211]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_amd64.o $WORK/b010/count_amd64.o $WORK/b010/equal_amd64.o $WORK/b010/index_amd64.o $WORK/b010/indexbyte_amd64.o # internal
2025-08-20T22:53:38.4589980Z [00:03:02.211]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:53:38.4591194Z [00:03:02.211]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T22:53:38.4592229Z [00:03:02.212]➜  internal/asan
2025-08-20T22:53:38.4592688Z [00:03:02.212]➜  mkdir -p $WORK/b027/
2025-08-20T22:53:38.4593326Z [00:03:02.212]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T22:53:38.4601610Z [00:03:02.213]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.4605544Z [00:03:02.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:53:38.4677142Z [00:03:02.220]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:53:38.4680568Z [00:03:02.221]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T22:53:38.4685339Z [00:03:02.221]➜  internal/msan
2025-08-20T22:53:38.4687407Z [00:03:02.221]➜  mkdir -p $WORK/b028/
2025-08-20T22:53:38.4688144Z [00:03:02.221]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:53:38.4688951Z [00:03:02.221]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:53:38.4689808Z [00:03:02.221]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_amd64.o # internal
2025-08-20T22:53:38.4690671Z [00:03:02.222]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.4693799Z [00:03:02.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:53:38.4697108Z [00:03:02.222]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:53:38.4698616Z [00:03:02.222]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T22:53:38.4732902Z [00:03:02.226]➜  internal/runtime/cgroup
2025-08-20T22:53:38.4733597Z [00:03:02.226]➜  mkdir -p $WORK/b020/
2025-08-20T22:53:38.4738713Z [00:03:02.226]➜  cat >/tmp/go-build1138503492/b020/importcfg << 'EOF' # internal
2025-08-20T22:53:38.4739468Z [00:03:02.226]➜  # import config
2025-08-20T22:53:38.4742579Z [00:03:02.226]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:38.4743706Z [00:03:02.226]➜  packagefile internal/runtime/strconv=/tmp/go-build1138503492/b021/_pkg_.a
2025-08-20T22:53:38.4744848Z [00:03:02.226]➜  packagefile internal/runtime/syscall=/tmp/go-build1138503492/b023/_pkg_.a
2025-08-20T22:53:38.4745788Z [00:03:02.226]➜  EOF
2025-08-20T22:53:38.4749648Z [00:03:02.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T22:53:38.4759460Z [00:03:02.229]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:53:38.4760865Z [00:03:02.229]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T22:53:38.4761991Z [00:03:02.229]➜  internal/runtime/sys
2025-08-20T22:53:38.4762528Z [00:03:02.229]➜  mkdir -p $WORK/b030/
2025-08-20T22:53:38.4763156Z [00:03:02.229]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T22:53:38.4763842Z [00:03:02.229]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:53:38.4769011Z [00:03:02.229]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b030/symabis ./empty.s
2025-08-20T22:53:38.4816413Z [00:03:02.234]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:53:38.4829152Z [00:03:02.236]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T22:53:38.4836720Z [00:03:02.236]➜  internal/stringslite
2025-08-20T22:53:38.4837633Z [00:03:02.236]➜  mkdir -p $WORK/b031/
2025-08-20T22:53:38.4848807Z [00:03:02.237]➜  cat >/tmp/go-build1138503492/b031/importcfg << 'EOF' # internal
2025-08-20T22:53:38.4849513Z [00:03:02.238]➜  # import config
2025-08-20T22:53:38.4850229Z [00:03:02.238]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:38.4850919Z [00:03:02.238]➜  EOF
2025-08-20T22:53:38.4864299Z [00:03:02.239]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.4869516Z [00:03:02.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:53:38.4872598Z [00:03:02.239]➜  cat >/tmp/go-build1138503492/b030/importcfg << 'EOF' # internal
2025-08-20T22:53:38.4873435Z [00:03:02.239]➜  # import config
2025-08-20T22:53:38.4874163Z [00:03:02.239]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.4875366Z [00:03:02.239]➜  packagefile internal/goos=/tmp/go-build1138503492/b017/_pkg_.a
2025-08-20T22:53:38.4876104Z [00:03:02.239]➜  EOF
2025-08-20T22:53:38.4881932Z [00:03:02.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:53:38.5097521Z [00:03:02.262]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:53:38.5100104Z [00:03:02.262]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b030/empty.o ./empty.s
2025-08-20T22:53:38.5180275Z [00:03:02.271]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/empty.o # internal
2025-08-20T22:53:38.5182226Z [00:03:02.271]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:53:38.5190274Z [00:03:02.272]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T22:53:38.5194124Z [00:03:02.272]➜  internal/trace/tracev2
2025-08-20T22:53:38.5194677Z [00:03:02.272]➜  mkdir -p $WORK/b032/
2025-08-20T22:53:38.5195514Z [00:03:02.272]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:53:38.5210435Z [00:03:02.274]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T22:53:38.5227997Z [00:03:02.275]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.5231996Z [00:03:02.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T22:53:38.5236293Z [00:03:02.275]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T22:53:38.5237349Z [00:03:02.275]➜  cmp
2025-08-20T22:53:38.5237796Z [00:03:02.275]➜  mkdir -p $WORK/b034/
2025-08-20T22:53:38.5238784Z [00:03:02.275]➜  echo '# import config' > $WORK/b034/importcfg # internal
2025-08-20T22:53:38.5241420Z [00:03:02.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b034=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:53:38.5319604Z [00:03:02.285]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:53:38.5324591Z [00:03:02.285]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T22:53:38.5327614Z [00:03:02.285]➜  internal/itoa
2025-08-20T22:53:38.5329577Z [00:03:02.285]➜  mkdir -p $WORK/b036/
2025-08-20T22:53:38.5330243Z [00:03:02.286]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T22:53:38.5333085Z [00:03:02.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b036=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:53:38.5355843Z [00:03:02.288]➜  cd /root/.go/src/internal/abi
2025-08-20T22:53:38.5359891Z [00:03:02.288]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T22:53:38.5386251Z [00:03:02.291]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:53:38.5404059Z [00:03:02.293]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/stub.o ./stub.s
2025-08-20T22:53:38.5406714Z [00:03:02.293]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T22:53:38.5409960Z [00:03:02.294]➜  math/bits
2025-08-20T22:53:38.5411182Z [00:03:02.294]➜  mkdir -p $WORK/b039/
2025-08-20T22:53:38.5412812Z [00:03:02.294]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T22:53:38.5415047Z [00:03:02.294]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.5419806Z [00:03:02.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T22:53:38.5465092Z [00:03:02.299]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:53:38.5472641Z [00:03:02.300]➜  cd /root/.go/src/internal/abi
2025-08-20T22:53:38.5475381Z [00:03:02.300]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T22:53:38.5478393Z [00:03:02.300]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:53:38.5482366Z [00:03:02.300]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T22:53:38.5483933Z [00:03:02.301]➜  unicode/utf8
2025-08-20T22:53:38.5486079Z [00:03:02.301]➜  mkdir -p $WORK/b041/
2025-08-20T22:53:38.5516505Z [00:03:02.302]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T22:53:38.5520570Z [00:03:02.302]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.5523398Z [00:03:02.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:53:38.5526278Z [00:03:02.305]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:53:38.5527490Z [00:03:02.305]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T22:53:38.5528456Z [00:03:02.305]➜  sync/atomic
2025-08-20T22:53:38.5528883Z [00:03:02.305]➜  mkdir -p $WORK/b044/
2025-08-20T22:53:38.5529421Z [00:03:02.305]➜  echo -n > $WORK/b044/go_asm.h # internal
2025-08-20T22:53:38.5529998Z [00:03:02.305]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:53:38.5531823Z [00:03:02.305]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b044/symabis ./asm.s
2025-08-20T22:53:38.5572524Z [00:03:02.310]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T22:53:38.5575061Z [00:03:02.310]➜  internal/race
2025-08-20T22:53:38.5575714Z [00:03:02.310]➜  mkdir -p $WORK/b029/
2025-08-20T22:53:38.5582063Z [00:03:02.311]➜  cat >/tmp/go-build1138503492/b029/importcfg << 'EOF' # internal
2025-08-20T22:53:38.5582938Z [00:03:02.311]➜  # import config
2025-08-20T22:53:38.5583653Z [00:03:02.311]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:38.5584316Z [00:03:02.311]➜  EOF
2025-08-20T22:53:38.5584832Z [00:03:02.311]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.5592603Z [00:03:02.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:53:38.5597351Z [00:03:02.312]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T22:53:38.5601342Z [00:03:02.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b044/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack -asmhdr $WORK/b044/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T22:53:38.5786049Z [00:03:02.331]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:53:38.5794267Z [00:03:02.332]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T22:53:38.5803323Z [00:03:02.333]➜  internal/runtime/maps
2025-08-20T22:53:38.5804205Z [00:03:02.333]➜  mkdir -p $WORK/b026/
2025-08-20T22:53:38.5807389Z [00:03:02.333]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:53:38.5813306Z [00:03:02.334]➜  cat >/tmp/go-build1138503492/b026/importcfg << 'EOF' # internal
2025-08-20T22:53:38.5817560Z [00:03:02.334]➜  # import config
2025-08-20T22:53:38.5819912Z [00:03:02.334]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:38.5821444Z [00:03:02.334]➜  packagefile internal/asan=/tmp/go-build1138503492/b027/_pkg_.a
2025-08-20T22:53:38.5823010Z [00:03:02.334]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.5823990Z [00:03:02.334]➜  packagefile internal/msan=/tmp/go-build1138503492/b028/_pkg_.a
2025-08-20T22:53:38.5825539Z [00:03:02.334]➜  packagefile internal/race=/tmp/go-build1138503492/b029/_pkg_.a
2025-08-20T22:53:38.5826547Z [00:03:02.334]➜  packagefile internal/runtime/math=/tmp/go-build1138503492/b022/_pkg_.a
2025-08-20T22:53:38.5827580Z [00:03:02.334]➜  packagefile internal/runtime/sys=/tmp/go-build1138503492/b030/_pkg_.a
2025-08-20T22:53:38.5828303Z [00:03:02.334]➜  EOF
2025-08-20T22:53:38.5834426Z [00:03:02.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T22:53:38.5840540Z [00:03:02.335]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T22:53:38.5841601Z [00:03:02.335]➜  internal/synctest
2025-08-20T22:53:38.5857037Z [00:03:02.338]➜  mkdir -p $WORK/b045/
2025-08-20T22:53:38.5857932Z [00:03:02.338]➜  cat >/tmp/go-build1138503492/b045/importcfg << 'EOF' # internal
2025-08-20T22:53:38.5859270Z [00:03:02.338]➜  # import config
2025-08-20T22:53:38.5860857Z [00:03:02.338]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:38.5862682Z [00:03:02.338]➜  EOF
2025-08-20T22:53:38.5866963Z [00:03:02.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b045=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:53:38.5872306Z [00:03:02.338]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:53:38.5873879Z [00:03:02.339]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T22:53:38.5875496Z [00:03:02.339]➜  math
2025-08-20T22:53:38.5877055Z [00:03:02.339]➜  mkdir -p $WORK/b038/
2025-08-20T22:53:38.5877640Z [00:03:02.340]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T22:53:38.5878242Z [00:03:02.340]➜  cd /root/.go/src/math
2025-08-20T22:53:38.5880470Z [00:03:02.340]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b038/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T22:53:38.5946612Z [00:03:02.347]➜  cat >/tmp/go-build1138503492/b038/importcfg << 'EOF' # internal
2025-08-20T22:53:38.5948831Z [00:03:02.348]➜  # import config
2025-08-20T22:53:38.5951780Z [00:03:02.348]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:38.5952739Z [00:03:02.348]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:38.5953438Z [00:03:02.348]➜  EOF
2025-08-20T22:53:38.5954009Z [00:03:02.348]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.5967156Z [00:03:02.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b038/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_noasm.go /root/.go/src/math/exp_amd64.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_asm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T22:53:38.6035394Z [00:03:02.356]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:53:38.6042550Z [00:03:02.357]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T22:53:38.6047922Z [00:03:02.357]➜  unicode
2025-08-20T22:53:38.6048490Z [00:03:02.358]➜  mkdir -p $WORK/b046/
2025-08-20T22:53:38.6052954Z [00:03:02.358]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T22:53:38.6057922Z [00:03:02.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b046=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T22:53:38.6113301Z [00:03:02.364]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:53:38.6119134Z [00:03:02.364]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b044=>" -I $WORK/b044/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b044/asm.o ./asm.s
2025-08-20T22:53:38.6166702Z [00:03:02.368]➜  go tool pack r $WORK/b044/_pkg_.a $WORK/b044/asm.o # internal
2025-08-20T22:53:38.6167515Z [00:03:02.369]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:53:38.6177701Z [00:03:02.370]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T22:53:38.6180946Z [00:03:02.371]➜  internal/sync
2025-08-20T22:53:38.6181583Z [00:03:02.371]➜  mkdir -p $WORK/b043/
2025-08-20T22:53:38.6187981Z [00:03:02.372]➜  cat >/tmp/go-build1138503492/b043/importcfg << 'EOF' # internal
2025-08-20T22:53:38.6188657Z [00:03:02.372]➜  # import config
2025-08-20T22:53:38.6189352Z [00:03:02.372]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:38.6190275Z [00:03:02.372]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.6191187Z [00:03:02.372]➜  packagefile internal/race=/tmp/go-build1138503492/b029/_pkg_.a
2025-08-20T22:53:38.6191986Z [00:03:02.372]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:38.6192930Z [00:03:02.372]➜  EOF
2025-08-20T22:53:38.6193454Z [00:03:02.372]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.6197163Z [00:03:02.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b043=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T22:53:38.6450897Z [00:03:02.398]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:53:38.6464778Z [00:03:02.399]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T22:53:38.6466106Z [00:03:02.399]➜  crypto/internal/fips140/alias
2025-08-20T22:53:38.6466696Z [00:03:02.399]➜  mkdir -p $WORK/b076/
2025-08-20T22:53:38.6474615Z [00:03:02.400]➜  echo '# import config' > $WORK/b076/importcfg # internal
2025-08-20T22:53:38.6490340Z [00:03:02.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b076=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T22:53:38.6589759Z [00:03:02.411]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:53:38.6591839Z [00:03:02.411]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T22:53:38.6593203Z [00:03:02.411]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:53:38.6593777Z [00:03:02.412]➜  mkdir -p $WORK/b080/
2025-08-20T22:53:38.6594488Z [00:03:02.412]➜  cat >/tmp/go-build1138503492/b080/importcfg << 'EOF' # internal
2025-08-20T22:53:38.6595282Z [00:03:02.412]➜  # import config
2025-08-20T22:53:38.6596047Z [00:03:02.412]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:38.6596746Z [00:03:02.412]➜  EOF
2025-08-20T22:53:38.6600074Z [00:03:02.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b080=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T22:53:38.6736701Z [00:03:02.426]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:53:38.6745963Z [00:03:02.427]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T22:53:38.6747128Z [00:03:02.427]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:53:38.6747729Z [00:03:02.427]➜  mkdir -p $WORK/b081/
2025-08-20T22:53:38.6753703Z [00:03:02.428]➜  cat >/tmp/go-build1138503492/b081/importcfg << 'EOF' # internal
2025-08-20T22:53:38.6754612Z [00:03:02.428]➜  # import config
2025-08-20T22:53:38.6756537Z [00:03:02.428]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:38.6757472Z [00:03:02.428]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.6758153Z [00:03:02.428]➜  EOF
2025-08-20T22:53:38.6761574Z [00:03:02.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b081=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T22:53:38.6854732Z [00:03:02.438]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:53:38.6861828Z [00:03:02.439]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T22:53:38.6867364Z [00:03:02.440]➜  crypto/internal/fips140/subtle
2025-08-20T22:53:38.6868745Z [00:03:02.440]➜  mkdir -p $WORK/b084/
2025-08-20T22:53:38.6873877Z [00:03:02.440]➜  echo -n > $WORK/b084/go_asm.h # internal
2025-08-20T22:53:38.6875309Z [00:03:02.440]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:53:38.6877951Z [00:03:02.440]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b084/symabis ./xor_amd64.s
2025-08-20T22:53:38.6922734Z [00:03:02.445]➜  cat >/tmp/go-build1138503492/b084/importcfg << 'EOF' # internal
2025-08-20T22:53:38.6923544Z [00:03:02.445]➜  # import config
2025-08-20T22:53:38.6924370Z [00:03:02.445]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1138503492/b076/_pkg_.a
2025-08-20T22:53:38.6925786Z [00:03:02.445]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:38.6926832Z [00:03:02.445]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:38.6927468Z [00:03:02.445]➜  EOF
2025-08-20T22:53:38.6928003Z [00:03:02.445]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.6932897Z [00:03:02.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -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/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T22:53:38.7313583Z [00:03:02.484]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:53:38.7316489Z [00:03:02.484]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b084=>" -I $WORK/b084/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b084/xor_amd64.o ./xor_amd64.s
2025-08-20T22:53:38.7439154Z [00:03:02.496]➜  go tool pack r $WORK/b084/_pkg_.a $WORK/b084/xor_amd64.o # internal
2025-08-20T22:53:38.7440056Z [00:03:02.496]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:53:38.7458610Z [00:03:02.499]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T22:53:38.7459829Z [00:03:02.499]➜  crypto/internal/boring/sig
2025-08-20T22:53:38.7460420Z [00:03:02.499]➜  mkdir -p $WORK/b094/
2025-08-20T22:53:38.7468145Z [00:03:02.499]➜  echo -n > $WORK/b094/go_asm.h # internal
2025-08-20T22:53:38.7468873Z [00:03:02.499]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:53:38.7471212Z [00:03:02.499]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b094/symabis ./sig_amd64.s
2025-08-20T22:53:38.7560027Z [00:03:02.509]➜  echo '# import config' > $WORK/b094/importcfg # internal
2025-08-20T22:53:38.7561056Z [00:03:02.509]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.7565548Z [00:03:02.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b094/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack -asmhdr $WORK/b094/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T22:53:38.7707098Z [00:03:02.523]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:53:38.7709636Z [00:03:02.523]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b094/sig_amd64.o ./sig_amd64.s
2025-08-20T22:53:38.7796210Z [00:03:02.532]➜  go tool pack r $WORK/b094/_pkg_.a $WORK/b094/sig_amd64.o # internal
2025-08-20T22:53:38.7798291Z [00:03:02.532]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:53:38.7816731Z [00:03:02.534]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T22:53:38.7819872Z [00:03:02.535]➜  container/list
2025-08-20T22:53:38.7825395Z [00:03:02.535]➜  mkdir -p $WORK/b098/
2025-08-20T22:53:38.7826662Z [00:03:02.535]➜  echo '# import config' > $WORK/b098/importcfg # internal
2025-08-20T22:53:38.7828546Z [00:03:02.535]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.7831823Z [00:03:02.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b098=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:53:38.8046889Z [00:03:02.557]➜  cd /root/.go/src/math
2025-08-20T22:53:38.8051250Z [00:03:02.557]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/dim_amd64.o ./dim_amd64.s
2025-08-20T22:53:38.8064631Z [00:03:02.559]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:53:38.8080093Z [00:03:02.561]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T22:53:38.8082961Z [00:03:02.561]➜  unicode/utf16
2025-08-20T22:53:38.8084067Z [00:03:02.561]➜  mkdir -p $WORK/b118/
2025-08-20T22:53:38.8085098Z [00:03:02.561]➜  echo '# import config' > $WORK/b118/importcfg # internal
2025-08-20T22:53:38.8086070Z [00:03:02.561]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.8088960Z [00:03:02.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b118=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:53:38.8119903Z [00:03:02.565]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:53:38.8124236Z [00:03:02.565]➜  cd /root/.go/src/math
2025-08-20T22:53:38.8126156Z [00:03:02.565]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/exp_amd64.o ./exp_amd64.s
2025-08-20T22:53:38.8137763Z [00:03:02.566]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T22:53:38.8151946Z [00:03:02.568]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/floor_amd64.o ./floor_amd64.s
2025-08-20T22:53:38.8188970Z [00:03:02.571]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/hypot_amd64.o ./hypot_amd64.s
2025-08-20T22:53:38.8246052Z [00:03:02.577]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b038/log_amd64.o ./log_amd64.s
2025-08-20T22:53:38.8253851Z [00:03:02.578]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:53:38.8255550Z [00:03:02.578]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T22:53:38.8258821Z [00:03:02.579]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:53:38.8259997Z [00:03:02.579]➜  mkdir -p $WORK/b119/
2025-08-20T22:53:38.8261182Z [00:03:02.579]➜  echo '# import config' > $WORK/b119/importcfg # internal
2025-08-20T22:53:38.8262217Z [00:03:02.579]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.8266620Z [00:03:02.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b119=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T22:53:38.8306703Z [00:03:02.583]➜  runtime
2025-08-20T22:53:38.8312203Z [00:03:02.584]➜  mkdir -p $WORK/b009/
2025-08-20T22:53:38.8322372Z [00:03:02.585]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T22:53:38.8328893Z [00:03:02.586]➜  cd /root/.go/src/runtime
2025-08-20T22:53:38.8336338Z [00:03:02.586]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T22:53:38.8353076Z [00:03:02.588]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:53:38.8366417Z [00:03:02.589]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T22:53:38.8367754Z [00:03:02.589]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:53:38.8368371Z [00:03:02.589]➜  mkdir -p $WORK/b133/
2025-08-20T22:53:38.8369055Z [00:03:02.589]➜  echo '# import config' > $WORK/b133/importcfg # internal
2025-08-20T22:53:38.8395324Z [00:03:02.592]➜  cd /root/.go/src/math
2025-08-20T22:53:38.8398661Z [00:03:02.592]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/dim_amd64.o $WORK/b038/exp_amd64.o $WORK/b038/floor_amd64.o $WORK/b038/hypot_amd64.o $WORK/b038/log_amd64.o # internal
2025-08-20T22:53:38.8400088Z [00:03:02.592]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:53:38.8400884Z [00:03:02.592]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.8404806Z [00:03:02.592]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b133=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T22:53:38.8446117Z [00:03:02.597]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T22:53:38.8452174Z [00:03:02.598]➜  internal/nettrace
2025-08-20T22:53:38.8454858Z [00:03:02.598]➜  mkdir -p $WORK/b153/
2025-08-20T22:53:38.8467323Z [00:03:02.599]➜  echo '# import config' > $WORK/b153/importcfg # internal
2025-08-20T22:53:38.8497576Z [00:03:02.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b153=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:53:38.8576923Z [00:03:02.610]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:53:38.8578239Z [00:03:02.610]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T22:53:38.8579284Z [00:03:02.610]➜  encoding
2025-08-20T22:53:38.8579719Z [00:03:02.610]➜  mkdir -p $WORK/b162/
2025-08-20T22:53:38.8580305Z [00:03:02.610]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:53:38.8581017Z [00:03:02.610]➜  echo '# import config' > $WORK/b162/importcfg # internal
2025-08-20T22:53:38.8583950Z [00:03:02.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b162=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:53:38.8587434Z [00:03:02.610]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T22:53:38.8589220Z [00:03:02.610]➜  log/internal
2025-08-20T22:53:38.8590105Z [00:03:02.610]➜  mkdir -p $WORK/b177/
2025-08-20T22:53:38.8591068Z [00:03:02.610]➜  echo '# import config' > $WORK/b177/importcfg # internal
2025-08-20T22:53:38.8593869Z [00:03:02.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b177=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:53:38.8607254Z [00:03:02.613]➜  cat >/tmp/go-build1138503492/b009/importcfg << 'EOF' # internal
2025-08-20T22:53:38.8608141Z [00:03:02.614]➜  # import config
2025-08-20T22:53:38.8609006Z [00:03:02.614]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:38.8610134Z [00:03:02.614]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:38.8611320Z [00:03:02.614]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:38.8612440Z [00:03:02.614]➜  packagefile internal/chacha8rand=/tmp/go-build1138503492/b013/_pkg_.a
2025-08-20T22:53:38.8613535Z [00:03:02.614]➜  packagefile internal/coverage/rtcov=/tmp/go-build1138503492/b014/_pkg_.a
2025-08-20T22:53:38.8614559Z [00:03:02.614]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:38.8621333Z [00:03:02.614]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:38.8622306Z [00:03:02.614]➜  packagefile internal/godebugs=/tmp/go-build1138503492/b015/_pkg_.a
2025-08-20T22:53:38.8623303Z [00:03:02.614]➜  packagefile internal/goexperiment=/tmp/go-build1138503492/b016/_pkg_.a
2025-08-20T22:53:38.8624254Z [00:03:02.614]➜  packagefile internal/goos=/tmp/go-build1138503492/b017/_pkg_.a
2025-08-20T22:53:38.8625446Z [00:03:02.614]➜  packagefile internal/profilerecord=/tmp/go-build1138503492/b018/_pkg_.a
2025-08-20T22:53:38.8626792Z [00:03:02.614]➜  packagefile internal/runtime/atomic=/tmp/go-build1138503492/b019/_pkg_.a
2025-08-20T22:53:38.8627875Z [00:03:02.614]➜  packagefile internal/runtime/cgroup=/tmp/go-build1138503492/b020/_pkg_.a
2025-08-20T22:53:38.8628967Z [00:03:02.614]➜  packagefile internal/runtime/exithook=/tmp/go-build1138503492/b024/_pkg_.a
2025-08-20T22:53:38.8630001Z [00:03:02.614]➜  packagefile internal/runtime/gc=/tmp/go-build1138503492/b025/_pkg_.a
2025-08-20T22:53:38.8631028Z [00:03:02.614]➜  packagefile internal/runtime/maps=/tmp/go-build1138503492/b026/_pkg_.a
2025-08-20T22:53:38.8632087Z [00:03:02.614]➜  packagefile internal/runtime/math=/tmp/go-build1138503492/b022/_pkg_.a
2025-08-20T22:53:38.8633171Z [00:03:02.614]➜  packagefile internal/runtime/strconv=/tmp/go-build1138503492/b021/_pkg_.a
2025-08-20T22:53:38.8634179Z [00:03:02.614]➜  packagefile internal/runtime/sys=/tmp/go-build1138503492/b030/_pkg_.a
2025-08-20T22:53:38.8635360Z [00:03:02.614]➜  packagefile internal/runtime/syscall=/tmp/go-build1138503492/b023/_pkg_.a
2025-08-20T22:53:38.8636377Z [00:03:02.614]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:38.8637340Z [00:03:02.614]➜  packagefile internal/trace/tracev2=/tmp/go-build1138503492/b032/_pkg_.a
2025-08-20T22:53:38.8638042Z [00:03:02.614]➜  EOF
2025-08-20T22:53:38.8693810Z [00:03:02.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_amd64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_amd64.go /root/.go/src/runtime/signal_linux_amd64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_amd64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:53:38.8734547Z [00:03:02.619]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:53:38.8735983Z [00:03:02.620]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T22:53:38.8737181Z [00:03:02.620]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:53:38.8738022Z [00:03:02.620]➜  image/color
2025-08-20T22:53:38.8738488Z [00:03:02.620]➜  mkdir -p $WORK/b180/
2025-08-20T22:53:38.8739651Z [00:03:02.621]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T22:53:38.8740741Z [00:03:02.621]➜  tailscale.com/types/ptr
2025-08-20T22:53:38.8741278Z [00:03:02.621]➜  mkdir -p $WORK/b249/
2025-08-20T22:53:38.8741902Z [00:03:02.622]➜  echo '# import config' > $WORK/b180/importcfg # internal
2025-08-20T22:53:38.8742625Z [00:03:02.622]➜  echo '# import config' > $WORK/b249/importcfg # internal
2025-08-20T22:53:38.8745915Z [00:03:02.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/ptr=>tailscale.com/types/ptr;$WORK/b249=>" -p tailscale.com/types/ptr -lang=go1.24 -complete -installsuffix shared -buildid nneTIvfscyR2HHn4FWiz/nneTIvfscyR2HHn4FWiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/ptr/ptr.go
2025-08-20T22:53:38.8750777Z [00:03:02.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b180=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T22:53:38.8764358Z [00:03:02.629]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:53:38.8776497Z [00:03:02.630]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T22:53:38.8777976Z [00:03:02.630]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d # internal
2025-08-20T22:53:38.8779119Z [00:03:02.631]➜  golang.org/x/crypto/internal/alias
2025-08-20T22:53:38.8779692Z [00:03:02.631]➜  mkdir -p $WORK/b259/
2025-08-20T22:53:38.8780365Z [00:03:02.631]➜  echo '# import config' > $WORK/b259/importcfg # internal
2025-08-20T22:53:38.8784129Z [00:03:02.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/alias=>golang.org/x/crypto@v0.38.0/internal/alias;$WORK/b259=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid tcdE2tSGWRKSgf-X9U7H/tcdE2tSGWRKSgf-X9U7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/alias/alias.go
2025-08-20T22:53:38.8832268Z [00:03:02.636]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T22:53:38.8833406Z [00:03:02.636]➜  tailscale.com/util/nocasemaps
2025-08-20T22:53:38.8847238Z [00:03:02.636]➜  mkdir -p $WORK/b251/
2025-08-20T22:53:38.8848178Z [00:03:02.637]➜  cat >/tmp/go-build1138503492/b251/importcfg << 'EOF' # internal
2025-08-20T22:53:38.8849461Z [00:03:02.637]➜  # import config
2025-08-20T22:53:38.8850255Z [00:03:02.637]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:38.8851253Z [00:03:02.637]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:38.8852125Z [00:03:02.637]➜  EOF
2025-08-20T22:53:38.8855820Z [00:03:02.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/nocasemaps=>tailscale.com/util/nocasemaps;$WORK/b251=>" -p tailscale.com/util/nocasemaps -lang=go1.24 -complete -installsuffix shared -buildid D7DfS4CuNzKN3ziZGsxb/D7DfS4CuNzKN3ziZGsxb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/nocasemaps/nocase.go
2025-08-20T22:53:38.8957033Z [00:03:02.648]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T22:53:38.8961976Z [00:03:02.649]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/53/53412abcbd74c30a026293cea4c040906e0bc58e56b0c0c071722468f320d146-d # internal
2025-08-20T22:53:38.8964626Z [00:03:02.649]➜  golang.org/x/crypto/salsa20/salsa
2025-08-20T22:53:38.8965509Z [00:03:02.649]➜  mkdir -p $WORK/b261/
2025-08-20T22:53:38.8971528Z [00:03:02.650]➜  echo -n > $WORK/b261/go_asm.h # internal
2025-08-20T22:53:38.8972335Z [00:03:02.650]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa
2025-08-20T22:53:38.8975304Z [00:03:02.650]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/salsa20/salsa -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa=>golang.org/x/crypto@v0.38.0/salsa20/salsa;$WORK/b261=>" -I $WORK/b261/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b261/symabis ./salsa20_amd64.s
2025-08-20T22:53:38.9019983Z [00:03:02.655]➜  cat >/tmp/go-build1138503492/b261/importcfg << 'EOF' # internal
2025-08-20T22:53:38.9038262Z [00:03:02.655]➜  # import config
2025-08-20T22:53:38.9039069Z [00:03:02.655]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:38.9039728Z [00:03:02.655]➜  EOF
2025-08-20T22:53:38.9040283Z [00:03:02.655]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.9046149Z [00:03:02.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa=>golang.org/x/crypto@v0.38.0/salsa20/salsa;$WORK/b261=>" -p golang.org/x/crypto/salsa20/salsa -lang=go1.23 -installsuffix shared -buildid cXgHohPLyNNuFc-uyIT8/cXgHohPLyNNuFc-uyIT8 -goversion go1.25.0 -symabis $WORK/b261/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack -asmhdr $WORK/b261/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa/hsalsa20.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa/salsa208.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa/salsa20_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa/salsa20_ref.go
2025-08-20T22:53:38.9062196Z [00:03:02.659]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T22:53:38.9070673Z [00:03:02.660]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/6f/6f08d734c55e822f7226e12c91d437fea7380c582a00a931c5cb203f6ea5139a-d # internal
2025-08-20T22:53:38.9079590Z [00:03:02.661]➜  tailscale.com/types/structs
2025-08-20T22:53:38.9080209Z [00:03:02.661]➜  mkdir -p $WORK/b262/
2025-08-20T22:53:38.9083044Z [00:03:02.661]➜  echo '# import config' > $WORK/b262/importcfg # internal
2025-08-20T22:53:38.9089471Z [00:03:02.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/structs=>tailscale.com/types/structs;$WORK/b262=>" -p tailscale.com/types/structs -lang=go1.24 -complete -installsuffix shared -buildid APzhoslIfz5wggCtg6GB/APzhoslIfz5wggCtg6GB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/structs/structs.go
2025-08-20T22:53:38.9206704Z [00:03:02.673]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T22:53:38.9237532Z [00:03:02.676]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/ac/ac1947944918a55de6e3d1242ceedcc5fc684236a079047c9f50d89b91a2350a-d # internal
2025-08-20T22:53:38.9240298Z [00:03:02.676]➜  tailscale.com/types/tkatype
2025-08-20T22:53:38.9240879Z [00:03:02.676]➜  mkdir -p $WORK/b263/
2025-08-20T22:53:38.9241581Z [00:03:02.676]➜  echo '# import config' > $WORK/b263/importcfg # internal
2025-08-20T22:53:38.9245283Z [00:03:02.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/tkatype=>tailscale.com/types/tkatype;$WORK/b263=>" -p tailscale.com/types/tkatype -lang=go1.24 -complete -installsuffix shared -buildid EShjxmf0y1wgpQDBQY4q/EShjxmf0y1wgpQDBQY4q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/tkatype/tkatype.go
2025-08-20T22:53:38.9248323Z [00:03:02.676]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:53:38.9249599Z [00:03:02.677]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T22:53:38.9250639Z [00:03:02.677]➜  tailscale.com/util/mak
2025-08-20T22:53:38.9251156Z [00:03:02.677]➜  mkdir -p $WORK/b272/
2025-08-20T22:53:38.9253426Z [00:03:02.678]➜  echo '# import config' > $WORK/b272/importcfg # internal
2025-08-20T22:53:38.9256926Z [00:03:02.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/mak=>tailscale.com/util/mak;$WORK/b272=>" -p tailscale.com/util/mak -lang=go1.24 -complete -installsuffix shared -buildid a099PwexhNXNJt2xYcqr/a099PwexhNXNJt2xYcqr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/mak/mak.go
2025-08-20T22:53:38.9294208Z [00:03:02.682]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T22:53:38.9300649Z [00:03:02.683]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/2f/2f6c5ae6e4711573e527793a8f445c15698853032f5c193598ae138d7aa8517a-d # internal
2025-08-20T22:53:38.9306699Z [00:03:02.683]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T22:53:38.9309023Z [00:03:02.684]➜  tailscale.com/types/result
2025-08-20T22:53:38.9312867Z [00:03:02.684]➜  mkdir -p $WORK/b277/
2025-08-20T22:53:38.9313753Z [00:03:02.684]➜  echo '# import config' > $WORK/b277/importcfg # internal
2025-08-20T22:53:38.9317456Z [00:03:02.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/result=>tailscale.com/types/result;$WORK/b277=>" -p tailscale.com/types/result -lang=go1.24 -complete -installsuffix shared -buildid _4rSFI7eTiiXwrsSkdkJ/_4rSFI7eTiiXwrsSkdkJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/result/result.go
2025-08-20T22:53:38.9322214Z [00:03:02.684]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d # internal
2025-08-20T22:53:38.9329778Z [00:03:02.684]➜  golang.org/x/exp/constraints
2025-08-20T22:53:38.9330503Z [00:03:02.684]➜  mkdir -p $WORK/b288/
2025-08-20T22:53:38.9331261Z [00:03:02.684]➜  echo '# import config' > $WORK/b288/importcfg # internal
2025-08-20T22:53:38.9336365Z [00:03:02.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250210185358-939b2ce775ac/constraints=>golang.org/x/exp@v0.0.0-20250210185358-939b2ce775ac/constraints;$WORK/b288=>" -p golang.org/x/exp/constraints -lang=go1.22 -complete -installsuffix shared -buildid cf2ZwS9nYgzrP3ioAZYV/cf2ZwS9nYgzrP3ioAZYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250210185358-939b2ce775ac/constraints/constraints.go
2025-08-20T22:53:38.9382004Z [00:03:02.691]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T22:53:38.9387488Z [00:03:02.691]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/48/48bb2a5b12220f3db8b4370d69bc9a714df850c90a565413bc252c57b1ebd2be-d # internal
2025-08-20T22:53:38.9389164Z [00:03:02.692]➜  tailscale.com/types/empty
2025-08-20T22:53:38.9390003Z [00:03:02.692]➜  mkdir -p $WORK/b306/
2025-08-20T22:53:38.9395712Z [00:03:02.692]➜  echo '# import config' > $WORK/b306/importcfg # internal
2025-08-20T22:53:38.9399228Z [00:03:02.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/empty=>tailscale.com/types/empty;$WORK/b306=>" -p tailscale.com/types/empty -lang=go1.24 -complete -installsuffix shared -buildid bsaYG4jArSajp9nHCyIM/bsaYG4jArSajp9nHCyIM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/empty/message.go
2025-08-20T22:53:38.9407030Z [00:03:02.693]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T22:53:38.9416637Z [00:03:02.694]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/81/81dab5d8c1a56eabff666fca4ff7b081adeb26cf1d8ecc6ce15caf6679c812bb-d # internal
2025-08-20T22:53:38.9417963Z [00:03:02.694]➜  github.com/coder/websocket/internal/util
2025-08-20T22:53:38.9422199Z [00:03:02.694]➜  mkdir -p $WORK/b337/
2025-08-20T22:53:38.9422947Z [00:03:02.695]➜  echo '# import config' > $WORK/b337/importcfg # internal
2025-08-20T22:53:38.9427492Z [00:03:02.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b337/_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/b337=>" -p github.com/coder/websocket/internal/util -lang=go1.19 -complete -installsuffix shared -buildid IvGivQ6L3XHKFLQ43EYX/IvGivQ6L3XHKFLQ43EYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/util/util.go
2025-08-20T22:53:38.9455949Z [00:03:02.698]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa
2025-08-20T22:53:38.9458837Z [00:03:02.698]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/salsa20/salsa -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa=>golang.org/x/crypto@v0.38.0/salsa20/salsa;$WORK/b261=>" -I $WORK/b261/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b261/salsa20_amd64.o ./salsa20_amd64.s
2025-08-20T22:53:38.9475706Z [00:03:02.699]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T22:53:38.9477017Z [00:03:02.699]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/ba/ba6f47395651db6f847f1dcf3dc4e2add6ec9c0556c97b7bba589bbdac6b5347-d # internal
2025-08-20T22:53:38.9478199Z [00:03:02.700]➜  golang.org/x/image/math/f64
2025-08-20T22:53:38.9478763Z [00:03:02.700]➜  mkdir -p $WORK/b362/
2025-08-20T22:53:38.9479449Z [00:03:02.700]➜  echo '# import config' > $WORK/b362/importcfg # internal
2025-08-20T22:53:38.9480261Z [00:03:02.700]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.9483570Z [00:03:02.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.27.0/math/f64=>golang.org/x/image@v0.27.0/math/f64;$WORK/b362=>" -p golang.org/x/image/math/f64 -lang=go1.23 -complete -installsuffix shared -buildid i_Y9NFhqOw_GZT9Y7eyk/i_Y9NFhqOw_GZT9Y7eyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.27.0/math/f64/f64.go
2025-08-20T22:53:38.9544837Z [00:03:02.707]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/salsa20/salsa
2025-08-20T22:53:38.9546122Z [00:03:02.707]➜  go tool pack r $WORK/b261/_pkg_.a $WORK/b261/salsa20_amd64.o # internal
2025-08-20T22:53:38.9546984Z [00:03:02.707]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T22:53:38.9548298Z [00:03:02.707]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/79/7960fa0344ac1a2f8214b8dae03caad75ff79096d46b2203f5542b66b3c6e0f7-d # internal
2025-08-20T22:53:38.9549393Z [00:03:02.707]➜  tailscale.com/util/stringsx
2025-08-20T22:53:38.9550291Z [00:03:02.707]➜  mkdir -p $WORK/b372/
2025-08-20T22:53:38.9550930Z [00:03:02.707]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T22:53:38.9551736Z [00:03:02.707]➜  cat >/tmp/go-build1138503492/b372/importcfg << 'EOF' # internal
2025-08-20T22:53:38.9552402Z [00:03:02.707]➜  # import config
2025-08-20T22:53:38.9553057Z [00:03:02.707]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:38.9553905Z [00:03:02.707]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:38.9554551Z [00:03:02.707]➜  EOF
2025-08-20T22:53:38.9555084Z [00:03:02.707]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:38.9558657Z [00:03:02.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/stringsx=>tailscale.com/util/stringsx;$WORK/b372=>" -p tailscale.com/util/stringsx -lang=go1.24 -complete -installsuffix shared -buildid toqYtXOaXlBuYkM4BtP2/toqYtXOaXlBuYkM4BtP2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/stringsx/stringsx.go
2025-08-20T22:53:38.9564589Z [00:03:02.709]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/8a/8a875c533b90753491bf6224acfa90b11f526183c346c75cd5b0d44965463b28-d # internal
2025-08-20T22:53:38.9565869Z [00:03:02.709]➜  tailscale.com/util/httpm
2025-08-20T22:53:38.9566436Z [00:03:02.709]➜  mkdir -p $WORK/b374/
2025-08-20T22:53:38.9578877Z [00:03:02.709]➜  echo '# import config' > $WORK/b374/importcfg # internal
2025-08-20T22:53:38.9582624Z [00:03:02.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/httpm=>tailscale.com/util/httpm;$WORK/b374=>" -p tailscale.com/util/httpm -lang=go1.24 -complete -installsuffix shared -buildid 0K6QLjWizkL3xS5WXGtP/0K6QLjWizkL3xS5WXGtP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/httpm/httpm.go
2025-08-20T22:53:38.9607987Z [00:03:02.714]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T22:53:38.9621354Z [00:03:02.715]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/7e/7ee34be685f2a7ddd15c01fd828967dca59f2be0238deb2c3a6b78b5c538dce3-d # internal
2025-08-20T22:53:38.9623998Z [00:03:02.715]➜  tailscale.com/util/must
2025-08-20T22:53:38.9626755Z [00:03:02.715]➜  mkdir -p $WORK/b380/
2025-08-20T22:53:38.9638798Z [00:03:02.716]➜  echo '# import config' > $WORK/b380/importcfg # internal
2025-08-20T22:53:38.9642222Z [00:03:02.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/must=>tailscale.com/util/must;$WORK/b380=>" -p tailscale.com/util/must -lang=go1.24 -complete -installsuffix shared -buildid R6UQkahkbQ03MJx9P2rx/R6UQkahkbQ03MJx9P2rx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/must/must.go
2025-08-20T22:53:38.9645296Z [00:03:02.717]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T22:53:38.9649379Z [00:03:02.718]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/ff/ff6e22ee7399d20e6d1afe53302a84fe924d2d662ba6f48d656cdb7ea68e0189-d # internal
2025-08-20T22:53:38.9650646Z [00:03:02.718]➜  tailscale.com/control/controlhttp/controlhttpcommon
2025-08-20T22:53:38.9651308Z [00:03:02.718]➜  mkdir -p $WORK/b393/
2025-08-20T22:53:38.9651966Z [00:03:02.718]➜  echo '# import config' > $WORK/b393/importcfg # internal
2025-08-20T22:53:38.9659171Z [00:03:02.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpcommon=>tailscale.com/control/controlhttp/controlhttpcommon;$WORK/b393=>" -p tailscale.com/control/controlhttp/controlhttpcommon -lang=go1.24 -complete -installsuffix shared -buildid 83Y4LEVOXkR4HeMwTfJ0/83Y4LEVOXkR4HeMwTfJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpcommon/controlhttpcommon.go
2025-08-20T22:53:38.9705283Z [00:03:02.723]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T22:53:38.9706114Z [00:03:02.723]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T22:53:38.9713447Z [00:03:02.724]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T22:53:38.9714914Z [00:03:02.724]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/b7/b7a2bea981d44e195f80e292dbff4a655276c534262bb250fbfba06515959851-d # internal
2025-08-20T22:53:38.9718822Z [00:03:02.725]➜  github.com/golang/groupcache/lru
2025-08-20T22:53:38.9719401Z [00:03:02.725]➜  mkdir -p $WORK/b395/
2025-08-20T22:53:38.9720044Z [00:03:02.725]➜  cat >/tmp/go-build1138503492/b395/importcfg << 'EOF' # internal
2025-08-20T22:53:38.9720666Z [00:03:02.725]➜  # import config
2025-08-20T22:53:38.9721296Z [00:03:02.725]➜  packagefile container/list=/tmp/go-build1138503492/b098/_pkg_.a
2025-08-20T22:53:38.9721909Z [00:03:02.725]➜  EOF
2025-08-20T22:53:38.9722927Z [00:03:02.725]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/9e/9e75ccbd2370d8f7e277dd8d26f6c645faba4c8927f5b487319485be241a55e9-d # internal
2025-08-20T22:53:38.9727582Z [00:03:02.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b395/_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/b395=>" -p github.com/golang/groupcache/lru -lang=go1.16 -complete -installsuffix shared -buildid CvVMACNFGpIhgFwrIkyF/CvVMACNFGpIhgFwrIkyF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru/lru.go
2025-08-20T22:53:38.9731209Z [00:03:02.725]➜  golang.org/x/net/internal/iana
2025-08-20T22:53:38.9731838Z [00:03:02.725]➜  mkdir -p $WORK/b402/
2025-08-20T22:53:38.9758871Z [00:03:02.728]➜  echo '# import config' > $WORK/b402/importcfg # internal
2025-08-20T22:53:38.9764494Z [00:03:02.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/iana=>golang.org/x/net@v0.40.0/internal/iana;$WORK/b402=>" -p golang.org/x/net/internal/iana -lang=go1.23 -complete -installsuffix shared -buildid hmjnlaa0Osg2sq6oAA0c/hmjnlaa0Osg2sq6oAA0c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/iana/const.go
2025-08-20T22:53:38.9775720Z [00:03:02.730]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/43/43c81b48660cb2409d74f3e6cc388d802e71db164e357ce2b5c5ee87fc253bef-d # internal
2025-08-20T22:53:38.9788584Z [00:03:02.732]➜  tailscale.com/derp/derpconst
2025-08-20T22:53:38.9791308Z [00:03:02.732]➜  mkdir -p $WORK/b422/
2025-08-20T22:53:38.9791989Z [00:03:02.732]➜  echo '# import config' > $WORK/b422/importcfg # internal
2025-08-20T22:53:38.9795662Z [00:03:02.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b422/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derpconst=>tailscale.com/derp/derpconst;$WORK/b422=>" -p tailscale.com/derp/derpconst -lang=go1.24 -complete -installsuffix shared -buildid encRqkJ9zuNOTwh-2svY/encRqkJ9zuNOTwh-2svY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derpconst/derpconst.go
2025-08-20T22:53:38.9851709Z [00:03:02.738]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T22:53:38.9857968Z [00:03:02.739]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/cc/cc29c97e3d4d177c5b80a8a039ce294f692ddd1226c4ec7d39ffecbb2ad90b89-d # internal
2025-08-20T22:53:38.9863713Z [00:03:02.739]➜  tailscale.com/health/healthmsg
2025-08-20T22:53:38.9864284Z [00:03:02.739]➜  mkdir -p $WORK/b427/
2025-08-20T22:53:38.9864915Z [00:03:02.739]➜  echo '# import config' > $WORK/b427/importcfg # internal
2025-08-20T22:53:38.9868656Z [00:03:02.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/health/healthmsg=>tailscale.com/health/healthmsg;$WORK/b427=>" -p tailscale.com/health/healthmsg -lang=go1.24 -complete -installsuffix shared -buildid wg77SEfyORGaVrCLC9Dx/wg77SEfyORGaVrCLC9Dx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/health/healthmsg/healthmsg.go
2025-08-20T22:53:38.9897916Z [00:03:02.742]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T22:53:38.9913562Z [00:03:02.743]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/cb/cb6b616e52b44c2b3d8e9b2dfc605f12d70fa0faa5d799e340aafdc988ec74cd-d # internal
2025-08-20T22:53:38.9915416Z [00:03:02.743]➜  tailscale.com/tsconst
2025-08-20T22:53:38.9916318Z [00:03:02.743]➜  mkdir -p $WORK/b451/
2025-08-20T22:53:38.9919224Z [00:03:02.745]➜  echo '# import config' > $WORK/b451/importcfg # internal
2025-08-20T22:53:38.9924710Z [00:03:02.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tsconst=>tailscale.com/tsconst;$WORK/b451=>" -p tailscale.com/tsconst -lang=go1.24 -complete -installsuffix shared -buildid QHQzHPoQNBIACxKrtPCa/QHQzHPoQNBIACxKrtPCa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tsconst/interface.go
2025-08-20T22:53:38.9978895Z [00:03:02.751]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T22:53:38.9987380Z [00:03:02.751]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/0e/0ef5064d9a695b87cd134510f806c0900ce6e3aff503aeb01bcb4b63f40f85a3-d # internal
2025-08-20T22:53:38.9990141Z [00:03:02.752]➜  tailscale.com/util/truncate
2025-08-20T22:53:38.9990904Z [00:03:02.752]➜  mkdir -p $WORK/b454/
2025-08-20T22:53:38.9997078Z [00:03:02.752]➜  echo '# import config' > $WORK/b454/importcfg # internal
2025-08-20T22:53:39.0002255Z [00:03:02.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/truncate=>tailscale.com/util/truncate;$WORK/b454=>" -p tailscale.com/util/truncate -lang=go1.24 -complete -installsuffix shared -buildid J3_28wjdyVHjyZ88mgnE/J3_28wjdyVHjyZ88mgnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/truncate/truncate.go
2025-08-20T22:53:39.0005477Z [00:03:02.753]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T22:53:39.0010291Z [00:03:02.754]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/01/01972bf0a17bc5f782a448890545e9823b4a97940c7f7a92606cddfc3b9c3297-d # internal
2025-08-20T22:53:39.0020838Z [00:03:02.755]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T22:53:39.0032522Z [00:03:02.756]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/d1/d1613c4b4ebd42cf02f63c0be74da28e8225f66de6f951cbe16c19357774af97-d # internal
2025-08-20T22:53:39.0059251Z [00:03:02.759]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T22:53:39.0063991Z [00:03:02.759]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/6b/6bb8cd04a319558b83bbcebb0b68a15c87d07997439b6e5d86e642b867bbb0f2-d # internal
2025-08-20T22:53:40.8177432Z [00:03:04.570]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b009/asm_GOARCH.h
2025-08-20T22:53:40.8178397Z [00:03:04.571]➜  cd /root/.go/src/runtime
2025-08-20T22:53:40.8179791Z [00:03:04.571]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm.o ./asm.s
2025-08-20T22:53:40.8207437Z [00:03:04.573]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/asm_amd64.o ./asm_amd64.s
2025-08-20T22:53:40.8304609Z [00:03:04.583]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/duff_amd64.o ./duff_amd64.s
2025-08-20T22:53:40.8332244Z [00:03:04.586]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/ints.o ./ints.s
2025-08-20T22:53:40.8362688Z [00:03:04.589]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memclr_amd64.o ./memclr_amd64.s
2025-08-20T22:53:40.8407605Z [00:03:04.593]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/memmove_amd64.o ./memmove_amd64.s
2025-08-20T22:53:40.8456265Z [00:03:04.598]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/preempt_amd64.o ./preempt_amd64.s
2025-08-20T22:53:40.8500841Z [00:03:04.603]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T22:53:40.8524207Z [00:03:04.605]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T22:53:40.8591400Z [00:03:04.612]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/test_amd64.o ./test_amd64.s
2025-08-20T22:53:40.8617391Z [00:03:04.614]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b009/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T22:53:40.8661531Z [00:03:04.619]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_amd64.o $WORK/b009/duff_amd64.o $WORK/b009/ints.o $WORK/b009/memclr_amd64.o $WORK/b009/memmove_amd64.o $WORK/b009/preempt_amd64.o $WORK/b009/rt0_linux_amd64.o $WORK/b009/sys_linux_amd64.o $WORK/b009/test_amd64.o $WORK/b009/time_linux_amd64.o # internal
2025-08-20T22:53:40.8664310Z [00:03:04.619]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:53:40.9029944Z [00:03:04.655]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T22:53:40.9031458Z [00:03:04.655]➜  iter
2025-08-20T22:53:40.9032063Z [00:03:04.655]➜  mkdir -p $WORK/b037/
2025-08-20T22:53:40.9032710Z [00:03:04.655]➜  internal/reflectlite
2025-08-20T22:53:40.9033218Z [00:03:04.655]➜  mkdir -p $WORK/b004/
2025-08-20T22:53:40.9033733Z [00:03:04.655]➜  crypto/subtle
2025-08-20T22:53:40.9034211Z [00:03:04.655]➜  mkdir -p $WORK/b093/
2025-08-20T22:53:40.9034918Z [00:03:04.655]➜  cat >/tmp/go-build1138503492/b037/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9035874Z [00:03:04.655]➜  # import config
2025-08-20T22:53:40.9036595Z [00:03:04.655]➜  packagefile internal/race=/tmp/go-build1138503492/b029/_pkg_.a
2025-08-20T22:53:40.9037443Z [00:03:04.655]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:40.9038058Z [00:03:04.655]➜  EOF
2025-08-20T22:53:40.9038655Z [00:03:04.655]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:40.9041421Z [00:03:04.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b037=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:53:40.9044136Z [00:03:04.655]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T22:53:40.9044784Z [00:03:04.655]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:53:40.9047173Z [00:03:04.655]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T22:53:40.9059966Z [00:03:04.655]➜  sync
2025-08-20T22:53:40.9060978Z [00:03:04.655]➜  mkdir -p $WORK/b042/
2025-08-20T22:53:40.9061772Z [00:03:04.656]➜  cat >/tmp/go-build1138503492/b093/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9062471Z [00:03:04.656]➜  # import config
2025-08-20T22:53:40.9063581Z [00:03:04.656]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:40.9064742Z [00:03:04.656]➜  packagefile internal/runtime/sys=/tmp/go-build1138503492/b030/_pkg_.a
2025-08-20T22:53:40.9065876Z [00:03:04.656]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:40.9066525Z [00:03:04.656]➜  EOF
2025-08-20T22:53:40.9067167Z [00:03:04.656]➜  cat >/tmp/go-build1138503492/b042/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9067822Z [00:03:04.656]➜  # import config
2025-08-20T22:53:40.9068523Z [00:03:04.656]➜  packagefile internal/race=/tmp/go-build1138503492/b029/_pkg_.a
2025-08-20T22:53:40.9069449Z [00:03:04.656]➜  packagefile internal/sync=/tmp/go-build1138503492/b043/_pkg_.a
2025-08-20T22:53:40.9070380Z [00:03:04.656]➜  packagefile internal/synctest=/tmp/go-build1138503492/b045/_pkg_.a
2025-08-20T22:53:40.9071662Z [00:03:04.656]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:40.9072783Z [00:03:04.656]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:40.9073761Z [00:03:04.656]➜  EOF
2025-08-20T22:53:40.9074328Z [00:03:04.656]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:40.9078220Z [00:03:04.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b093=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T22:53:40.9108798Z [00:03:04.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b042=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T22:53:40.9112962Z [00:03:04.661]➜  cat >/tmp/go-build1138503492/b004/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9113645Z [00:03:04.661]➜  # import config
2025-08-20T22:53:40.9114321Z [00:03:04.661]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:40.9115455Z [00:03:04.661]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:40.9116422Z [00:03:04.661]➜  packagefile internal/unsafeheader=/tmp/go-build1138503492/b008/_pkg_.a
2025-08-20T22:53:40.9117300Z [00:03:04.661]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:40.9117884Z [00:03:04.661]➜  EOF
2025-08-20T22:53:40.9121577Z [00:03:04.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T22:53:40.9159522Z [00:03:04.668]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:53:40.9172216Z [00:03:04.668]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T22:53:40.9173398Z [00:03:04.669]➜  slices
2025-08-20T22:53:40.9173901Z [00:03:04.669]➜  mkdir -p $WORK/b047/
2025-08-20T22:53:40.9174674Z [00:03:04.669]➜  cat >/tmp/go-build1138503492/b047/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9177016Z [00:03:04.669]➜  # import config
2025-08-20T22:53:40.9177729Z [00:03:04.669]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:40.9178625Z [00:03:04.669]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:40.9179517Z [00:03:04.669]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:40.9180195Z [00:03:04.669]➜  EOF
2025-08-20T22:53:40.9183653Z [00:03:04.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b047=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T22:53:40.9200755Z [00:03:04.673]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:53:40.9210008Z [00:03:04.673]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T22:53:40.9211594Z [00:03:04.674]➜  weak
2025-08-20T22:53:40.9212052Z [00:03:04.674]➜  mkdir -p $WORK/b112/
2025-08-20T22:53:40.9216878Z [00:03:04.674]➜  cat >/tmp/go-build1138503492/b112/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9217946Z [00:03:04.674]➜  # import config
2025-08-20T22:53:40.9218932Z [00:03:04.674]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:40.9219830Z [00:03:04.674]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:40.9220457Z [00:03:04.674]➜  EOF
2025-08-20T22:53:40.9230253Z [00:03:04.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b112=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:53:40.9314875Z [00:03:04.684]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:53:40.9319049Z [00:03:04.684]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T22:53:40.9320200Z [00:03:04.685]➜  maps
2025-08-20T22:53:40.9321161Z [00:03:04.685]➜  mkdir -p $WORK/b150/
2025-08-20T22:53:40.9322778Z [00:03:04.685]➜  cat >/tmp/go-build1138503492/b150/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9324307Z [00:03:04.685]➜  # import config
2025-08-20T22:53:40.9325047Z [00:03:04.685]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:40.9325869Z [00:03:04.685]➜  EOF
2025-08-20T22:53:40.9328842Z [00:03:04.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b150=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:53:40.9408268Z [00:03:04.693]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:53:40.9419971Z [00:03:04.695]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T22:53:40.9421074Z [00:03:04.695]➜  golang.org/x/exp/maps
2025-08-20T22:53:40.9422273Z [00:03:04.695]➜  mkdir -p $WORK/b316/
2025-08-20T22:53:40.9425322Z [00:03:04.695]➜  cat >/tmp/go-build1138503492/b316/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9426804Z [00:03:04.695]➜  # import config
2025-08-20T22:53:40.9429321Z [00:03:04.695]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:40.9429967Z [00:03:04.696]➜  EOF
2025-08-20T22:53:40.9433731Z [00:03:04.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250210185358-939b2ce775ac/maps=>golang.org/x/exp@v0.0.0-20250210185358-939b2ce775ac/maps;$WORK/b316=>" -p golang.org/x/exp/maps -lang=go1.22 -complete -installsuffix shared -buildid CozR9lRRxriqqM-7tks3/CozR9lRRxriqqM-7tks3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250210185358-939b2ce775ac/maps/maps.go
2025-08-20T22:53:40.9446264Z [00:03:04.697]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:53:40.9458368Z [00:03:04.698]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T22:53:40.9464983Z [00:03:04.699]➜  tailscale.com/licenses
2025-08-20T22:53:40.9476072Z [00:03:04.700]➜  mkdir -p $WORK/b383/
2025-08-20T22:53:40.9480961Z [00:03:04.701]➜  cat >/tmp/go-build1138503492/b383/importcfg << 'EOF' # internal
2025-08-20T22:53:40.9482457Z [00:03:04.701]➜  # import config
2025-08-20T22:53:40.9483960Z [00:03:04.701]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:40.9484915Z [00:03:04.701]➜  EOF
2025-08-20T22:53:40.9488385Z [00:03:04.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/licenses=>tailscale.com/licenses;$WORK/b383=>" -p tailscale.com/licenses -lang=go1.24 -complete -installsuffix shared -buildid _XuhFbvnhbbOEZxbG0oK/_XuhFbvnhbbOEZxbG0oK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/licenses/licenses.go
2025-08-20T22:53:40.9509128Z [00:03:04.704]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T22:53:40.9520176Z [00:03:04.705]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/2b/2b5aef88c22b28f62cce1139dfff9e44f375a11bf44320953658d378092ed830-d # internal
2025-08-20T22:53:40.9571520Z [00:03:04.710]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T22:53:40.9576711Z [00:03:04.710]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/ea/ea83b7f48334d51d14e1bc2486dfbf2b189dde0679cf895f5f3ec66d754a781c-d # internal
2025-08-20T22:53:41.0348863Z [00:03:04.786]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:53:41.0353711Z [00:03:04.788]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b004/asm.o ./asm.s
2025-08-20T22:53:41.0380422Z [00:03:04.791]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T22:53:41.0385738Z [00:03:04.791]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:53:41.0406563Z [00:03:04.793]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T22:53:41.0457366Z [00:03:04.798]➜  sort
2025-08-20T22:53:41.0458251Z [00:03:04.798]➜  mkdir -p $WORK/b159/
2025-08-20T22:53:41.0458957Z [00:03:04.798]➜  errors
2025-08-20T22:53:41.0459525Z [00:03:04.798]➜  mkdir -p $WORK/b003/
2025-08-20T22:53:41.0460211Z [00:03:04.798]➜  cat >/tmp/go-build1138503492/b159/importcfg << 'EOF' # internal
2025-08-20T22:53:41.0461160Z [00:03:04.798]➜  # import config
2025-08-20T22:53:41.0461877Z [00:03:04.798]➜  packagefile internal/reflectlite=/tmp/go-build1138503492/b004/_pkg_.a
2025-08-20T22:53:41.0462754Z [00:03:04.798]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.0463566Z [00:03:04.798]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:41.0464161Z [00:03:04.798]➜  EOF
2025-08-20T22:53:41.0464677Z [00:03:04.798]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.0468285Z [00:03:04.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b159=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T22:53:41.0471446Z [00:03:04.798]➜  cat >/tmp/go-build1138503492/b003/importcfg << 'EOF' # internal
2025-08-20T22:53:41.0472188Z [00:03:04.799]➜  # import config
2025-08-20T22:53:41.0472975Z [00:03:04.799]➜  packagefile internal/reflectlite=/tmp/go-build1138503492/b004/_pkg_.a
2025-08-20T22:53:41.0473674Z [00:03:04.799]➜  EOF
2025-08-20T22:53:41.0476658Z [00:03:04.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:53:41.0734284Z [00:03:04.826]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:53:41.0770494Z [00:03:04.830]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T22:53:41.0772653Z [00:03:04.830]➜  internal/bisect
2025-08-20T22:53:41.0773522Z [00:03:04.830]➜  mkdir -p $WORK/b056/
2025-08-20T22:53:41.0780619Z [00:03:04.831]➜  internal/testlog
2025-08-20T22:53:41.0781645Z [00:03:04.831]➜  mkdir -p $WORK/b061/
2025-08-20T22:53:41.0782697Z [00:03:04.831]➜  cat >/tmp/go-build1138503492/b056/importcfg << 'EOF' # internal
2025-08-20T22:53:41.0783608Z [00:03:04.831]➜  # import config
2025-08-20T22:53:41.0784456Z [00:03:04.831]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:41.0785653Z [00:03:04.831]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.0786726Z [00:03:04.831]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:41.0787622Z [00:03:04.831]➜  EOF
2025-08-20T22:53:41.0790570Z [00:03:04.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b056=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:53:41.0793431Z [00:03:04.832]➜  cat >/tmp/go-build1138503492/b061/importcfg << 'EOF' # internal
2025-08-20T22:53:41.0794119Z [00:03:04.832]➜  # import config
2025-08-20T22:53:41.0794788Z [00:03:04.832]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.0796171Z [00:03:04.832]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:41.0796838Z [00:03:04.832]➜  EOF
2025-08-20T22:53:41.0799971Z [00:03:04.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b061=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:53:41.0805029Z [00:03:04.833]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:53:41.0814188Z [00:03:04.834]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T22:53:41.0820190Z [00:03:04.835]➜  strconv
2025-08-20T22:53:41.0820833Z [00:03:04.835]➜  mkdir -p $WORK/b040/
2025-08-20T22:53:41.0825925Z [00:03:04.835]➜  cat >/tmp/go-build1138503492/b040/importcfg << 'EOF' # internal
2025-08-20T22:53:41.0827817Z [00:03:04.835]➜  # import config
2025-08-20T22:53:41.0828493Z [00:03:04.835]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.0829415Z [00:03:04.835]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:41.0830412Z [00:03:04.835]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:41.0831335Z [00:03:04.835]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:41.0832154Z [00:03:04.835]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.0833021Z [00:03:04.835]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:41.0833655Z [00:03:04.835]➜  EOF
2025-08-20T22:53:41.0848029Z [00:03:04.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b040=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T22:53:41.1201987Z [00:03:04.873]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:53:41.1280478Z [00:03:04.881]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T22:53:41.1282338Z [00:03:04.881]➜  io
2025-08-20T22:53:41.1284465Z [00:03:04.881]➜  mkdir -p $WORK/b048/
2025-08-20T22:53:41.1286370Z [00:03:04.881]➜  cat >/tmp/go-build1138503492/b048/importcfg << 'EOF' # internal
2025-08-20T22:53:41.1290518Z [00:03:04.881]➜  # import config
2025-08-20T22:53:41.1291215Z [00:03:04.881]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.1292071Z [00:03:04.881]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.1292704Z [00:03:04.881]➜  EOF
2025-08-20T22:53:41.1295660Z [00:03:04.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b048=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:53:41.1829922Z [00:03:04.936]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:53:41.1839448Z [00:03:04.936]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T22:53:41.1840775Z [00:03:04.937]➜  internal/oserror
2025-08-20T22:53:41.1841282Z [00:03:04.937]➜  mkdir -p $WORK/b052/
2025-08-20T22:53:41.1853968Z [00:03:04.938]➜  cat >/tmp/go-build1138503492/b052/importcfg << 'EOF' # internal
2025-08-20T22:53:41.1854725Z [00:03:04.938]➜  # import config
2025-08-20T22:53:41.1855600Z [00:03:04.938]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.1856591Z [00:03:04.938]➜  EOF
2025-08-20T22:53:41.1859509Z [00:03:04.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b052=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:53:41.2009646Z [00:03:04.954]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:53:41.2014364Z [00:03:04.954]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T22:53:41.2015589Z [00:03:04.954]➜  path
2025-08-20T22:53:41.2019564Z [00:03:04.955]➜  mkdir -p $WORK/b053/
2025-08-20T22:53:41.2024284Z [00:03:04.955]➜  cat >/tmp/go-build1138503492/b053/importcfg << 'EOF' # internal
2025-08-20T22:53:41.2027143Z [00:03:04.955]➜  # import config
2025-08-20T22:53:41.2028026Z [00:03:04.955]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.2029917Z [00:03:04.955]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:41.2030880Z [00:03:04.955]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:41.2031524Z [00:03:04.955]➜  EOF
2025-08-20T22:53:41.2034169Z [00:03:04.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b053=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:53:41.2203419Z [00:03:04.973]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:53:41.2248535Z [00:03:04.977]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T22:53:41.2283948Z [00:03:04.981]➜  internal/godebug
2025-08-20T22:53:41.2284639Z [00:03:04.981]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:53:41.2289565Z [00:03:04.982]➜  mkdir -p $WORK/b055/
2025-08-20T22:53:41.2296295Z [00:03:04.982]➜  cat >/tmp/go-build1138503492/b055/importcfg << 'EOF' # internal
2025-08-20T22:53:41.2296982Z [00:03:04.982]➜  # import config
2025-08-20T22:53:41.2297685Z [00:03:04.982]➜  packagefile internal/bisect=/tmp/go-build1138503492/b056/_pkg_.a
2025-08-20T22:53:41.2298859Z [00:03:04.982]➜  packagefile internal/godebugs=/tmp/go-build1138503492/b015/_pkg_.a
2025-08-20T22:53:41.2299906Z [00:03:04.982]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.2300909Z [00:03:04.982]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:41.2301756Z [00:03:04.982]➜  EOF
2025-08-20T22:53:41.2310780Z [00:03:04.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b055=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:53:41.2342180Z [00:03:04.987]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T22:53:41.2363570Z [00:03:04.989]➜  syscall
2025-08-20T22:53:41.2364183Z [00:03:04.989]➜  mkdir -p $WORK/b057/
2025-08-20T22:53:41.2364805Z [00:03:04.989]➜  echo -n > $WORK/b057/go_asm.h # internal
2025-08-20T22:53:41.2365539Z [00:03:04.989]➜  cd /root/.go/src/syscall
2025-08-20T22:53:41.2367431Z [00:03:04.989]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b057/symabis ./asm_linux_amd64.s
2025-08-20T22:53:41.2483121Z [00:03:05.001]➜  cat >/tmp/go-build1138503492/b057/importcfg << 'EOF' # internal
2025-08-20T22:53:41.2484075Z [00:03:05.001]➜  # import config
2025-08-20T22:53:41.2484858Z [00:03:05.001]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.2486065Z [00:03:05.001]➜  packagefile internal/asan=/tmp/go-build1138503492/b027/_pkg_.a
2025-08-20T22:53:41.2487112Z [00:03:05.001]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:41.2488183Z [00:03:05.001]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:41.2489232Z [00:03:05.001]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:41.2490218Z [00:03:05.001]➜  packagefile internal/itoa=/tmp/go-build1138503492/b036/_pkg_.a
2025-08-20T22:53:41.2491266Z [00:03:05.001]➜  packagefile internal/msan=/tmp/go-build1138503492/b028/_pkg_.a
2025-08-20T22:53:41.2492391Z [00:03:05.001]➜  packagefile internal/oserror=/tmp/go-build1138503492/b052/_pkg_.a
2025-08-20T22:53:41.2493455Z [00:03:05.001]➜  packagefile internal/race=/tmp/go-build1138503492/b029/_pkg_.a
2025-08-20T22:53:41.2494629Z [00:03:05.001]➜  packagefile internal/runtime/syscall=/tmp/go-build1138503492/b023/_pkg_.a
2025-08-20T22:53:41.2495867Z [00:03:05.001]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:41.2496785Z [00:03:05.001]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:41.2497744Z [00:03:05.001]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.2498685Z [00:03:05.001]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:41.2499441Z [00:03:05.001]➜  EOF
2025-08-20T22:53:41.2500089Z [00:03:05.001]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.2511446Z [00:03:05.001]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b057/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack -asmhdr $WORK/b057/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_amd64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T22:53:41.2554185Z [00:03:05.008]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:53:41.2563830Z [00:03:05.009]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T22:53:41.2572001Z [00:03:05.010]➜  strings
2025-08-20T22:53:41.2572527Z [00:03:05.010]➜  mkdir -p $WORK/b063/
2025-08-20T22:53:41.2602161Z [00:03:05.013]➜  cat >/tmp/go-build1138503492/b063/importcfg << 'EOF' # internal
2025-08-20T22:53:41.2605512Z [00:03:05.013]➜  # import config
2025-08-20T22:53:41.2608363Z [00:03:05.013]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.2611399Z [00:03:05.013]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:41.2614626Z [00:03:05.013]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:41.2626236Z [00:03:05.013]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:41.2627234Z [00:03:05.013]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:41.2629185Z [00:03:05.013]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:41.2633888Z [00:03:05.013]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.2637424Z [00:03:05.013]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.2639923Z [00:03:05.013]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:41.2645324Z [00:03:05.013]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:41.2646062Z [00:03:05.013]➜  EOF
2025-08-20T22:53:41.2650241Z [00:03:05.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b063=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T22:53:41.3017256Z [00:03:05.054]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:53:41.3042283Z [00:03:05.057]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T22:53:41.3056409Z [00:03:05.058]➜  reflect
2025-08-20T22:53:41.3061599Z [00:03:05.059]➜  mkdir -p $WORK/b035/
2025-08-20T22:53:41.3064935Z [00:03:05.059]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T22:53:41.3065821Z [00:03:05.059]➜  cd /root/.go/src/reflect
2025-08-20T22:53:41.3068041Z [00:03:05.059]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b035/symabis ./asm_amd64.s
2025-08-20T22:53:41.3124678Z [00:03:05.065]➜  cat >/tmp/go-build1138503492/b035/importcfg << 'EOF' # internal
2025-08-20T22:53:41.3125903Z [00:03:05.065]➜  # import config
2025-08-20T22:53:41.3127873Z [00:03:05.065]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.3128799Z [00:03:05.065]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:41.3129748Z [00:03:05.065]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:41.3130687Z [00:03:05.065]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:41.3131655Z [00:03:05.065]➜  packagefile internal/itoa=/tmp/go-build1138503492/b036/_pkg_.a
2025-08-20T22:53:41.3132601Z [00:03:05.065]➜  packagefile internal/race=/tmp/go-build1138503492/b029/_pkg_.a
2025-08-20T22:53:41.3133631Z [00:03:05.065]➜  packagefile internal/runtime/maps=/tmp/go-build1138503492/b026/_pkg_.a
2025-08-20T22:53:41.3134671Z [00:03:05.065]➜  packagefile internal/runtime/sys=/tmp/go-build1138503492/b030/_pkg_.a
2025-08-20T22:53:41.3137937Z [00:03:05.065]➜  packagefile internal/unsafeheader=/tmp/go-build1138503492/b008/_pkg_.a
2025-08-20T22:53:41.3138914Z [00:03:05.065]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:41.3139734Z [00:03:05.065]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:41.3140576Z [00:03:05.065]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:41.3141445Z [00:03:05.065]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:41.3142265Z [00:03:05.065]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.3143090Z [00:03:05.065]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:41.3144249Z [00:03:05.065]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:41.3144925Z [00:03:05.065]➜  EOF
2025-08-20T22:53:41.3145814Z [00:03:05.065]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.3151238Z [00:03:05.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b035/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack -asmhdr $WORK/b035/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T22:53:41.4210155Z [00:03:05.174]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:53:41.4240282Z [00:03:05.177]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T22:53:41.4272816Z [00:03:05.180]➜  bytes
2025-08-20T22:53:41.4276480Z [00:03:05.180]➜  mkdir -p $WORK/b066/
2025-08-20T22:53:41.4280479Z [00:03:05.181]➜  cat >/tmp/go-build1138503492/b066/importcfg << 'EOF' # internal
2025-08-20T22:53:41.4281933Z [00:03:05.181]➜  # import config
2025-08-20T22:53:41.4306556Z [00:03:05.181]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.4308176Z [00:03:05.181]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:41.4309801Z [00:03:05.181]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:41.4311562Z [00:03:05.181]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:41.4313126Z [00:03:05.181]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.4315357Z [00:03:05.181]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:41.4316308Z [00:03:05.181]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:41.4316968Z [00:03:05.181]➜  EOF
2025-08-20T22:53:41.4320040Z [00:03:05.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b066=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T22:53:41.4644630Z [00:03:05.217]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:53:41.4767915Z [00:03:05.229]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T22:53:41.4807296Z [00:03:05.233]➜  hash
2025-08-20T22:53:41.4838973Z [00:03:05.237]➜  mkdir -p $WORK/b071/
2025-08-20T22:53:41.4843530Z [00:03:05.237]➜  cat >/tmp/go-build1138503492/b071/importcfg << 'EOF' # internal
2025-08-20T22:53:41.4845790Z [00:03:05.237]➜  # import config
2025-08-20T22:53:41.4846941Z [00:03:05.237]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:41.4847551Z [00:03:05.237]➜  EOF
2025-08-20T22:53:41.4850086Z [00:03:05.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b071=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:53:41.5149258Z [00:03:05.268]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:53:41.5166768Z [00:03:05.269]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T22:53:41.5168331Z [00:03:05.269]➜  crypto
2025-08-20T22:53:41.5168843Z [00:03:05.269]➜  mkdir -p $WORK/b070/
2025-08-20T22:53:41.5169591Z [00:03:05.270]➜  cat >/tmp/go-build1138503492/b070/importcfg << 'EOF' # internal
2025-08-20T22:53:41.5170283Z [00:03:05.270]➜  # import config
2025-08-20T22:53:41.5170928Z [00:03:05.270]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:41.5171723Z [00:03:05.270]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:41.5172584Z [00:03:05.270]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:41.5173247Z [00:03:05.270]➜  EOF
2025-08-20T22:53:41.5176121Z [00:03:05.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b070=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:53:41.5499347Z [00:03:05.303]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:53:41.5510975Z [00:03:05.304]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T22:53:41.5513103Z [00:03:05.304]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:53:41.5514444Z [00:03:05.304]➜  mkdir -p $WORK/b075/
2025-08-20T22:53:41.5520428Z [00:03:05.305]➜  cat >/tmp/go-build1138503492/b075/importcfg << 'EOF' # internal
2025-08-20T22:53:41.5521158Z [00:03:05.305]➜  # import config
2025-08-20T22:53:41.5521943Z [00:03:05.305]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:41.5522664Z [00:03:05.305]➜  EOF
2025-08-20T22:53:41.5526855Z [00:03:05.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b075=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T22:53:41.5869478Z [00:03:05.339]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:53:41.5879729Z [00:03:05.341]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T22:53:41.5884602Z [00:03:05.341]➜  crypto/internal/fips140
2025-08-20T22:53:41.5885390Z [00:03:05.341]➜  mkdir -p $WORK/b074/
2025-08-20T22:53:41.5890861Z [00:03:05.342]➜  cat >/tmp/go-build1138503492/b074/importcfg << 'EOF' # internal
2025-08-20T22:53:41.5893714Z [00:03:05.342]➜  # import config
2025-08-20T22:53:41.5894661Z [00:03:05.342]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1138503492/b075/_pkg_.a
2025-08-20T22:53:41.5895913Z [00:03:05.342]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.5896729Z [00:03:05.342]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:41.5897527Z [00:03:05.342]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:41.5898344Z [00:03:05.342]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:41.5898980Z [00:03:05.342]➜  EOF
2025-08-20T22:53:41.5903699Z [00:03:05.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b074=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T22:53:41.6143879Z [00:03:05.367]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:53:41.6154549Z [00:03:05.368]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T22:53:41.6185085Z [00:03:05.368]➜  crypto/internal/impl
2025-08-20T22:53:41.6186294Z [00:03:05.369]➜  mkdir -p $WORK/b082/
2025-08-20T22:53:41.6187058Z [00:03:05.369]➜  cat >/tmp/go-build1138503492/b082/importcfg << 'EOF' # internal
2025-08-20T22:53:41.6187766Z [00:03:05.369]➜  # import config
2025-08-20T22:53:41.6188454Z [00:03:05.369]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:41.6189100Z [00:03:05.369]➜  EOF
2025-08-20T22:53:41.6192169Z [00:03:05.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b082=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:53:41.6195661Z [00:03:05.371]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:53:41.6224163Z [00:03:05.375]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T22:53:41.6257070Z [00:03:05.376]➜  bufio
2025-08-20T22:53:41.6259114Z [00:03:05.376]➜  mkdir -p $WORK/b065/
2025-08-20T22:53:41.6259882Z [00:03:05.376]➜  cat >/tmp/go-build1138503492/b065/importcfg << 'EOF' # internal
2025-08-20T22:53:41.6260609Z [00:03:05.376]➜  # import config
2025-08-20T22:53:41.6261637Z [00:03:05.376]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:41.6262562Z [00:03:05.376]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.6263436Z [00:03:05.376]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:41.6264313Z [00:03:05.376]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:41.6265372Z [00:03:05.376]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:41.6266052Z [00:03:05.376]➜  EOF
2025-08-20T22:53:41.6268846Z [00:03:05.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b065=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:53:41.6440663Z [00:03:05.397]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:53:41.6450048Z [00:03:05.398]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T22:53:41.6457444Z [00:03:05.398]➜  crypto/internal/fips140/sha256
2025-08-20T22:53:41.6460253Z [00:03:05.399]➜  mkdir -p $WORK/b079/
2025-08-20T22:53:41.6467482Z [00:03:05.400]➜  echo -n > $WORK/b079/go_asm.h # internal
2025-08-20T22:53:41.6471261Z [00:03:05.400]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:53:41.6475723Z [00:03:05.400]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b079/symabis ./sha256block_amd64.s
2025-08-20T22:53:41.6636110Z [00:03:05.416]➜  cat >/tmp/go-build1138503492/b079/importcfg << 'EOF' # internal
2025-08-20T22:53:41.6641395Z [00:03:05.416]➜  # import config
2025-08-20T22:53:41.6642144Z [00:03:05.416]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:41.6643119Z [00:03:05.416]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:41.6644385Z [00:03:05.416]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:41.6645872Z [00:03:05.416]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1138503492/b081/_pkg_.a
2025-08-20T22:53:41.6647008Z [00:03:05.416]➜  packagefile crypto/internal/impl=/tmp/go-build1138503492/b082/_pkg_.a
2025-08-20T22:53:41.6647952Z [00:03:05.416]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.6648763Z [00:03:05.416]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:41.6649622Z [00:03:05.416]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.6650266Z [00:03:05.416]➜  EOF
2025-08-20T22:53:41.6650801Z [00:03:05.417]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.6656676Z [00:03:05.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b079/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack -asmhdr $WORK/b079/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_amd64.go
2025-08-20T22:53:41.7156101Z [00:03:05.468]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:53:41.7160690Z [00:03:05.468]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b079=>" -I $WORK/b079/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b079/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T22:53:41.7316952Z [00:03:05.484]➜  go tool pack r $WORK/b079/_pkg_.a $WORK/b079/sha256block_amd64.o # internal
2025-08-20T22:53:41.7319804Z [00:03:05.484]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:53:41.7338326Z [00:03:05.487]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T22:53:41.7346977Z [00:03:05.487]➜  crypto/internal/fips140/sha3
2025-08-20T22:53:41.7356661Z [00:03:05.488]➜  mkdir -p $WORK/b083/
2025-08-20T22:53:41.7357330Z [00:03:05.488]➜  echo -n > $WORK/b083/go_asm.h # internal
2025-08-20T22:53:41.7358267Z [00:03:05.489]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:53:41.7361789Z [00:03:05.489]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b083/symabis ./sha3_amd64.s
2025-08-20T22:53:41.7462465Z [00:03:05.499]➜  cd /root/.go/src/syscall
2025-08-20T22:53:41.7464430Z [00:03:05.499]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b057=>" -I $WORK/b057/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b057/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:53:41.7472616Z [00:03:05.500]➜  cat >/tmp/go-build1138503492/b083/importcfg << 'EOF' # internal
2025-08-20T22:53:41.7492488Z [00:03:05.500]➜  # import config
2025-08-20T22:53:41.7493215Z [00:03:05.501]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:41.7494127Z [00:03:05.501]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:41.7495427Z [00:03:05.501]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:41.7496717Z [00:03:05.501]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:41.7497999Z [00:03:05.501]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1138503492/b081/_pkg_.a
2025-08-20T22:53:41.7499005Z [00:03:05.501]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.7499826Z [00:03:05.501]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.7500492Z [00:03:05.501]➜  EOF
2025-08-20T22:53:41.7501036Z [00:03:05.501]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.7507309Z [00:03:05.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b083/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack -asmhdr $WORK/b083/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T22:53:41.7513993Z [00:03:05.501]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:53:41.7515458Z [00:03:05.503]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T22:53:41.7516365Z [00:03:05.503]➜  crypto/internal/fips140/sha512
2025-08-20T22:53:41.7516729Z [00:03:05.503]➜  mkdir -p $WORK/b085/
2025-08-20T22:53:41.7517129Z [00:03:05.503]➜  echo -n > $WORK/b085/go_asm.h # internal
2025-08-20T22:53:41.7517861Z [00:03:05.504]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:53:41.7520413Z [00:03:05.504]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b085/symabis ./sha512block_amd64.s
2025-08-20T22:53:41.7522626Z [00:03:05.504]➜  cd /root/.go/src/syscall
2025-08-20T22:53:41.7523410Z [00:03:05.504]➜  go tool pack r $WORK/b057/_pkg_.a $WORK/b057/asm_linux_amd64.o # internal
2025-08-20T22:53:41.7524141Z [00:03:05.504]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:53:41.7556951Z [00:03:05.508]➜  cat >/tmp/go-build1138503492/b085/importcfg << 'EOF' # internal
2025-08-20T22:53:41.7559128Z [00:03:05.508]➜  # import config
2025-08-20T22:53:41.7559865Z [00:03:05.508]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:41.7560919Z [00:03:05.508]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:41.7562133Z [00:03:05.508]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:41.7563685Z [00:03:05.508]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1138503492/b081/_pkg_.a
2025-08-20T22:53:41.7564751Z [00:03:05.508]➜  packagefile crypto/internal/impl=/tmp/go-build1138503492/b082/_pkg_.a
2025-08-20T22:53:41.7565877Z [00:03:05.508]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.7566706Z [00:03:05.508]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:41.7567539Z [00:03:05.508]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.7568192Z [00:03:05.508]➜  EOF
2025-08-20T22:53:41.7569884Z [00:03:05.510]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.7576219Z [00:03:05.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -goversion go1.25.0 -symabis $WORK/b085/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack -asmhdr $WORK/b085/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_amd64.go
2025-08-20T22:53:41.7613542Z [00:03:05.514]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T22:53:41.7634380Z [00:03:05.515]➜  time
2025-08-20T22:53:41.7634842Z [00:03:05.515]➜  mkdir -p $WORK/b054/
2025-08-20T22:53:41.7635772Z [00:03:05.515]➜  cat >/tmp/go-build1138503492/b054/importcfg << 'EOF' # internal
2025-08-20T22:53:41.7636421Z [00:03:05.515]➜  # import config
2025-08-20T22:53:41.7637330Z [00:03:05.515]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.7638274Z [00:03:05.515]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:41.7639257Z [00:03:05.515]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:41.7640239Z [00:03:05.515]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:41.7641167Z [00:03:05.515]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.7642021Z [00:03:05.515]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:41.7642855Z [00:03:05.515]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:41.7643688Z [00:03:05.515]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:41.7644324Z [00:03:05.515]➜  EOF
2025-08-20T22:53:41.7649051Z [00:03:05.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b054=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T22:53:41.8142948Z [00:03:05.567]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:53:41.8146043Z [00:03:05.567]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b085=>" -I $WORK/b085/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b085/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T22:53:41.8213097Z [00:03:05.574]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/sha512block_amd64.o # internal
2025-08-20T22:53:41.8218646Z [00:03:05.575]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:53:41.8226774Z [00:03:05.575]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T22:53:41.8234655Z [00:03:05.576]➜  internal/syscall/unix
2025-08-20T22:53:41.8235368Z [00:03:05.576]➜  mkdir -p $WORK/b059/
2025-08-20T22:53:41.8240802Z [00:03:05.577]➜  cat >/tmp/go-build1138503492/b059/importcfg << 'EOF' # internal
2025-08-20T22:53:41.8241481Z [00:03:05.577]➜  # import config
2025-08-20T22:53:41.8242142Z [00:03:05.577]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:41.8242985Z [00:03:05.577]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:41.8243789Z [00:03:05.577]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:41.8244423Z [00:03:05.577]➜  EOF
2025-08-20T22:53:41.8245005Z [00:03:05.577]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.8257582Z [00:03:05.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b059=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_amd64.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T22:53:41.8305999Z [00:03:05.583]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:53:41.8313096Z [00:03:05.584]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b083=>" -I $WORK/b083/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b083/sha3_amd64.o ./sha3_amd64.s
2025-08-20T22:53:41.8602383Z [00:03:05.613]➜  go tool pack r $WORK/b083/_pkg_.a $WORK/b083/sha3_amd64.o # internal
2025-08-20T22:53:41.8603486Z [00:03:05.613]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:53:41.8624266Z [00:03:05.615]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T22:53:41.8625513Z [00:03:05.615]➜  internal/syscall/execenv
2025-08-20T22:53:41.8626046Z [00:03:05.615]➜  mkdir -p $WORK/b060/
2025-08-20T22:53:41.8626719Z [00:03:05.615]➜  cat >/tmp/go-build1138503492/b060/importcfg << 'EOF' # internal
2025-08-20T22:53:41.8627349Z [00:03:05.615]➜  # import config
2025-08-20T22:53:41.8628000Z [00:03:05.615]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:41.8628604Z [00:03:05.615]➜  EOF
2025-08-20T22:53:41.8629160Z [00:03:05.615]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.8632438Z [00:03:05.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b060=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:53:41.8780339Z [00:03:05.631]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:53:41.8790524Z [00:03:05.632]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T22:53:41.8803207Z [00:03:05.633]➜  crypto/internal/fips140/hmac
2025-08-20T22:53:41.8805421Z [00:03:05.633]➜  mkdir -p $WORK/b078/
2025-08-20T22:53:41.8833828Z [00:03:05.636]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:53:41.8843043Z [00:03:05.637]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T22:53:41.8845071Z [00:03:05.637]➜  cat >/tmp/go-build1138503492/b078/importcfg << 'EOF' # internal
2025-08-20T22:53:41.8847261Z [00:03:05.637]➜  # import config
2025-08-20T22:53:41.8847996Z [00:03:05.637]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:41.8849015Z [00:03:05.637]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:41.8850170Z [00:03:05.637]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:41.8851359Z [00:03:05.637]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1138503492/b083/_pkg_.a
2025-08-20T22:53:41.8852514Z [00:03:05.637]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:53:41.8853532Z [00:03:05.637]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.8854657Z [00:03:05.637]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:41.8855748Z [00:03:05.637]➜  EOF
2025-08-20T22:53:41.8859427Z [00:03:05.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b078=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T22:53:41.8873300Z [00:03:05.640]➜  math/rand/v2
2025-08-20T22:53:41.8877457Z [00:03:05.640]➜  mkdir -p $WORK/b091/
2025-08-20T22:53:41.8891623Z [00:03:05.642]➜  cat >/tmp/go-build1138503492/b091/importcfg << 'EOF' # internal
2025-08-20T22:53:41.8910610Z [00:03:05.642]➜  # import config
2025-08-20T22:53:41.8911255Z [00:03:05.642]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.8912067Z [00:03:05.642]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:41.8912991Z [00:03:05.642]➜  packagefile internal/chacha8rand=/tmp/go-build1138503492/b013/_pkg_.a
2025-08-20T22:53:41.8913823Z [00:03:05.642]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:41.8914588Z [00:03:05.642]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.8919436Z [00:03:05.642]➜  EOF
2025-08-20T22:53:41.8923154Z [00:03:05.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b091=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T22:53:41.9242525Z [00:03:05.677]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:53:41.9257187Z [00:03:05.678]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T22:53:41.9262679Z [00:03:05.679]➜  crypto/internal/fips140/check
2025-08-20T22:53:41.9267270Z [00:03:05.679]➜  mkdir -p $WORK/b077/
2025-08-20T22:53:41.9275349Z [00:03:05.680]➜  cat >/tmp/go-build1138503492/b077/importcfg << 'EOF' # internal
2025-08-20T22:53:41.9276618Z [00:03:05.680]➜  # import config
2025-08-20T22:53:41.9277803Z [00:03:05.680]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:41.9279297Z [00:03:05.680]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1138503492/b078/_pkg_.a
2025-08-20T22:53:41.9280770Z [00:03:05.680]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:41.9282260Z [00:03:05.680]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:41.9283829Z [00:03:05.680]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1138503492/b075/_pkg_.a
2025-08-20T22:53:41.9286470Z [00:03:05.680]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:41.9287109Z [00:03:05.680]➜  EOF
2025-08-20T22:53:41.9301458Z [00:03:05.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b077=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T22:53:41.9519177Z [00:03:05.704]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:53:41.9526446Z [00:03:05.705]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T22:53:41.9546898Z [00:03:05.707]➜  crypto/internal/fips140/aes
2025-08-20T22:53:41.9547619Z [00:03:05.707]➜  mkdir -p $WORK/b073/
2025-08-20T22:53:41.9548219Z [00:03:05.707]➜  echo -n > $WORK/b073/go_asm.h # internal
2025-08-20T22:53:41.9551455Z [00:03:05.708]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:53:41.9555994Z [00:03:05.708]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b073/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T22:53:41.9677563Z [00:03:05.719]➜  cat >/tmp/go-build1138503492/b073/importcfg << 'EOF' # internal
2025-08-20T22:53:41.9680537Z [00:03:05.719]➜  # import config
2025-08-20T22:53:41.9681273Z [00:03:05.719]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:41.9682275Z [00:03:05.719]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:41.9683497Z [00:03:05.719]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1138503492/b076/_pkg_.a
2025-08-20T22:53:41.9684679Z [00:03:05.719]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:41.9686144Z [00:03:05.719]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:41.9687425Z [00:03:05.719]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:41.9688730Z [00:03:05.719]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1138503492/b081/_pkg_.a
2025-08-20T22:53:41.9689986Z [00:03:05.719]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1138503492/b075/_pkg_.a
2025-08-20T22:53:41.9691209Z [00:03:05.719]➜  packagefile crypto/internal/impl=/tmp/go-build1138503492/b082/_pkg_.a
2025-08-20T22:53:41.9692151Z [00:03:05.719]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:41.9693367Z [00:03:05.719]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:41.9694194Z [00:03:05.719]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:41.9694801Z [00:03:05.719]➜  EOF
2025-08-20T22:53:41.9695560Z [00:03:05.719]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:41.9705296Z [00:03:05.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b073=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b073/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack -asmhdr $WORK/b073/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T22:53:42.0002673Z [00:03:05.753]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:53:42.0034736Z [00:03:05.756]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T22:53:42.0050804Z [00:03:05.758]➜  crypto/internal/randutil
2025-08-20T22:53:42.0056033Z [00:03:05.758]➜  mkdir -p $WORK/b090/
2025-08-20T22:53:42.0056780Z [00:03:05.758]➜  cat >/tmp/go-build1138503492/b090/importcfg << 'EOF' # internal
2025-08-20T22:53:42.0059820Z [00:03:05.758]➜  # import config
2025-08-20T22:53:42.0062690Z [00:03:05.758]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:42.0066610Z [00:03:05.758]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:53:42.0069375Z [00:03:05.758]➜  EOF
2025-08-20T22:53:42.0072588Z [00:03:05.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b090=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:53:42.0280823Z [00:03:05.781]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:53:42.0287665Z [00:03:05.781]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T22:53:42.0293428Z [00:03:05.782]➜  math/rand
2025-08-20T22:53:42.0293969Z [00:03:05.782]➜  mkdir -p $WORK/b096/
2025-08-20T22:53:42.0298317Z [00:03:05.782]➜  cat >/tmp/go-build1138503492/b096/importcfg << 'EOF' # internal
2025-08-20T22:53:42.0299499Z [00:03:05.782]➜  # import config
2025-08-20T22:53:42.0301695Z [00:03:05.783]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:42.0302843Z [00:03:05.783]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:42.0305887Z [00:03:05.783]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.0306742Z [00:03:05.783]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:42.0307366Z [00:03:05.783]➜  EOF
2025-08-20T22:53:42.0310804Z [00:03:05.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b096=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T22:53:42.0902614Z [00:03:05.843]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:53:42.0939341Z [00:03:05.843]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b073/aes_amd64.o ./aes_amd64.s
2025-08-20T22:53:42.1067477Z [00:03:05.859]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b073/ctr_amd64.o ./ctr_amd64.s
2025-08-20T22:53:42.1212935Z [00:03:05.874]➜  go tool pack r $WORK/b073/_pkg_.a $WORK/b073/aes_amd64.o $WORK/b073/ctr_amd64.o # internal
2025-08-20T22:53:42.1216179Z [00:03:05.874]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:53:42.1226400Z [00:03:05.875]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T22:53:42.1234466Z [00:03:05.876]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:53:42.1235771Z [00:03:05.876]➜  mkdir -p $WORK/b104/
2025-08-20T22:53:42.1261268Z [00:03:05.879]➜  cat >/tmp/go-build1138503492/b104/importcfg << 'EOF' # internal
2025-08-20T22:53:42.1263468Z [00:03:05.879]➜  # import config
2025-08-20T22:53:42.1266853Z [00:03:05.879]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.1268023Z [00:03:05.879]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:42.1269365Z [00:03:05.879]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.1270247Z [00:03:05.879]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:42.1270923Z [00:03:05.879]➜  EOF
2025-08-20T22:53:42.1280953Z [00:03:05.881]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:42.1292404Z [00:03:05.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b104=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T22:53:42.1584560Z [00:03:05.911]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:53:42.1603907Z [00:03:05.913]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T22:53:42.1606946Z [00:03:05.913]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:53:42.1607625Z [00:03:05.913]➜  mkdir -p $WORK/b105/
2025-08-20T22:53:42.1609755Z [00:03:05.914]➜  echo -n > $WORK/b105/go_asm.h # internal
2025-08-20T22:53:42.1621945Z [00:03:05.914]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T22:53:42.1625896Z [00:03:05.914]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b105/symabis ./fe_amd64.s
2025-08-20T22:53:42.1767346Z [00:03:05.927]➜  cat >/tmp/go-build1138503492/b105/importcfg << 'EOF' # internal
2025-08-20T22:53:42.1769749Z [00:03:05.927]➜  # import config
2025-08-20T22:53:42.1770704Z [00:03:05.927]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.1771920Z [00:03:05.927]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:42.1773243Z [00:03:05.927]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:42.1774321Z [00:03:05.927]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.1775452Z [00:03:05.927]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:42.1776140Z [00:03:05.927]➜  EOF
2025-08-20T22:53:42.1776677Z [00:03:05.927]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:42.1782130Z [00:03:05.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b105=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b105/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack -asmhdr $WORK/b105/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T22:53:42.2559237Z [00:03:06.008]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T22:53:42.2564358Z [00:03:06.008]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b105/fe_amd64.o ./fe_amd64.s
2025-08-20T22:53:42.2664005Z [00:03:06.019]➜  go tool pack r $WORK/b105/_pkg_.a $WORK/b105/fe_amd64.o # internal
2025-08-20T22:53:42.2667163Z [00:03:06.019]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:53:42.2679155Z [00:03:06.021]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T22:53:42.2694443Z [00:03:06.021]➜  crypto/internal/fips140/bigmod
2025-08-20T22:53:42.2695063Z [00:03:06.021]➜  mkdir -p $WORK/b110/
2025-08-20T22:53:42.2695856Z [00:03:06.021]➜  echo -n > $WORK/b110/go_asm.h # internal
2025-08-20T22:53:42.2696551Z [00:03:06.021]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:53:42.2698833Z [00:03:06.021]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b110=>" -I $WORK/b110/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b110/symabis ./nat_amd64.s
2025-08-20T22:53:42.2787918Z [00:03:06.031]➜  cat >/tmp/go-build1138503492/b110/importcfg << 'EOF' # internal
2025-08-20T22:53:42.2797097Z [00:03:06.031]➜  # import config
2025-08-20T22:53:42.2798140Z [00:03:06.031]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.2799493Z [00:03:06.031]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:42.2800929Z [00:03:06.031]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1138503492/b081/_pkg_.a
2025-08-20T22:53:42.2802258Z [00:03:06.031]➜  packagefile crypto/internal/impl=/tmp/go-build1138503492/b082/_pkg_.a
2025-08-20T22:53:42.2803585Z [00:03:06.031]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.2804501Z [00:03:06.031]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:42.2805376Z [00:03:06.031]➜  EOF
2025-08-20T22:53:42.2806158Z [00:03:06.032]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:42.2811030Z [00:03:06.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b110=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b110/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack -asmhdr $WORK/b110/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T22:53:42.3752320Z [00:03:06.128]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:53:42.3966944Z [00:03:06.149]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T22:53:42.3970535Z [00:03:06.150]➜  io/fs
2025-08-20T22:53:42.3995347Z [00:03:06.152]➜  mkdir -p $WORK/b051/
2025-08-20T22:53:42.3997463Z [00:03:06.152]➜  cat >/tmp/go-build1138503492/b051/importcfg << 'EOF' # internal
2025-08-20T22:53:42.3998140Z [00:03:06.152]➜  # import config
2025-08-20T22:53:42.3998808Z [00:03:06.152]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.3999700Z [00:03:06.152]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:42.4000654Z [00:03:06.152]➜  packagefile internal/oserror=/tmp/go-build1138503492/b052/_pkg_.a
2025-08-20T22:53:42.4001818Z [00:03:06.152]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:42.4002621Z [00:03:06.152]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:42.4003438Z [00:03:06.152]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:42.4004205Z [00:03:06.152]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:42.4005008Z [00:03:06.152]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:42.4005862Z [00:03:06.152]➜  EOF
2025-08-20T22:53:42.4009859Z [00:03:06.152]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b051=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T22:53:42.4396138Z [00:03:06.192]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:53:42.4400655Z [00:03:06.192]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b110=>" -I $WORK/b110/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b110/nat_amd64.o ./nat_amd64.s
2025-08-20T22:53:42.4631910Z [00:03:06.216]➜  go tool pack r $WORK/b110/_pkg_.a $WORK/b110/nat_amd64.o # internal
2025-08-20T22:53:42.4634669Z [00:03:06.216]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:53:42.4652880Z [00:03:06.218]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T22:53:42.4662492Z [00:03:06.219]➜  internal/poll
2025-08-20T22:53:42.4664885Z [00:03:06.219]➜  mkdir -p $WORK/b058/
2025-08-20T22:53:42.4671755Z [00:03:06.220]➜  cat >/tmp/go-build1138503492/b058/importcfg << 'EOF' # internal
2025-08-20T22:53:42.4679893Z [00:03:06.220]➜  # import config
2025-08-20T22:53:42.4680531Z [00:03:06.220]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.4681305Z [00:03:06.220]➜  packagefile internal/itoa=/tmp/go-build1138503492/b036/_pkg_.a
2025-08-20T22:53:42.4682202Z [00:03:06.220]➜  packagefile internal/syscall/unix=/tmp/go-build1138503492/b059/_pkg_.a
2025-08-20T22:53:42.4683027Z [00:03:06.220]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:42.4683778Z [00:03:06.220]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:42.4684546Z [00:03:06.220]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.4685629Z [00:03:06.220]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:42.4686498Z [00:03:06.220]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:42.4687266Z [00:03:06.220]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:42.4687836Z [00:03:06.220]➜  EOF
2025-08-20T22:53:42.4688345Z [00:03:06.220]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:42.4697855Z [00:03:06.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b058=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T22:53:42.4973047Z [00:03:06.250]➜  cd /root/.go/src/reflect
2025-08-20T22:53:42.4977102Z [00:03:06.250]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b035/asm_amd64.o ./asm_amd64.s
2025-08-20T22:53:42.5043810Z [00:03:06.257]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm_amd64.o # internal
2025-08-20T22:53:42.5058618Z [00:03:06.259]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:53:42.5110489Z [00:03:06.264]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:53:42.5138502Z [00:03:06.266]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T22:53:42.5145077Z [00:03:06.267]➜  internal/filepathlite
2025-08-20T22:53:42.5153629Z [00:03:06.267]➜  mkdir -p $WORK/b050/
2025-08-20T22:53:42.5154391Z [00:03:06.267]➜  cat >/tmp/go-build1138503492/b050/importcfg << 'EOF' # internal
2025-08-20T22:53:42.5156148Z [00:03:06.267]➜  # import config
2025-08-20T22:53:42.5161018Z [00:03:06.267]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.5161952Z [00:03:06.267]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:42.5163023Z [00:03:06.267]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:42.5163919Z [00:03:06.267]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:42.5164991Z [00:03:06.267]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:42.5165795Z [00:03:06.267]➜  EOF
2025-08-20T22:53:42.5166361Z [00:03:06.267]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:42.5170371Z [00:03:06.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b050=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T22:53:42.5174432Z [00:03:06.269]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T22:53:42.5207730Z [00:03:06.269]➜  internal/fmtsort
2025-08-20T22:53:42.5208310Z [00:03:06.269]➜  mkdir -p $WORK/b033/
2025-08-20T22:53:42.5209050Z [00:03:06.269]➜  cat >/tmp/go-build1138503492/b033/importcfg << 'EOF' # internal
2025-08-20T22:53:42.5209713Z [00:03:06.269]➜  # import config
2025-08-20T22:53:42.5210350Z [00:03:06.269]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:42.5211182Z [00:03:06.269]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:42.5212001Z [00:03:06.269]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:42.5212643Z [00:03:06.269]➜  EOF
2025-08-20T22:53:42.5218085Z [00:03:06.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b033=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:53:42.5622591Z [00:03:06.315]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:53:42.5628211Z [00:03:06.315]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T22:53:42.5631846Z [00:03:06.315]➜  context
2025-08-20T22:53:42.5632348Z [00:03:06.315]➜  mkdir -p $WORK/b067/
2025-08-20T22:53:42.5633096Z [00:03:06.315]➜  cat >/tmp/go-build1138503492/b067/importcfg << 'EOF' # internal
2025-08-20T22:53:42.5633760Z [00:03:06.315]➜  # import config
2025-08-20T22:53:42.5634425Z [00:03:06.315]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.5635488Z [00:03:06.315]➜  packagefile internal/reflectlite=/tmp/go-build1138503492/b004/_pkg_.a
2025-08-20T22:53:42.5636466Z [00:03:06.315]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.5637301Z [00:03:06.315]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:42.5638170Z [00:03:06.315]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:42.5638791Z [00:03:06.315]➜  EOF
2025-08-20T22:53:42.5641397Z [00:03:06.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b067=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:53:42.5850260Z [00:03:06.338]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:53:42.5863033Z [00:03:06.339]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T22:53:42.5883027Z [00:03:06.339]➜  crypto/internal/fips140cache
2025-08-20T22:53:42.5883679Z [00:03:06.339]➜  mkdir -p $WORK/b111/
2025-08-20T22:53:42.5884423Z [00:03:06.340]➜  cat >/tmp/go-build1138503492/b111/importcfg << 'EOF' # internal
2025-08-20T22:53:42.5885613Z [00:03:06.340]➜  # import config
2025-08-20T22:53:42.5886327Z [00:03:06.340]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:42.5887174Z [00:03:06.340]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.5887970Z [00:03:06.340]➜  packagefile weak=/tmp/go-build1138503492/b112/_pkg_.a
2025-08-20T22:53:42.5888615Z [00:03:06.340]➜  EOF
2025-08-20T22:53:42.5891910Z [00:03:06.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b111=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:53:42.6041338Z [00:03:06.357]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:53:42.6053351Z [00:03:06.358]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T22:53:42.6056233Z [00:03:06.358]➜  crypto/sha3
2025-08-20T22:53:42.6057400Z [00:03:06.358]➜  mkdir -p $WORK/b114/
2025-08-20T22:53:42.6062049Z [00:03:06.359]➜  cat >/tmp/go-build1138503492/b114/importcfg << 'EOF' # internal
2025-08-20T22:53:42.6062793Z [00:03:06.359]➜  # import config
2025-08-20T22:53:42.6063550Z [00:03:06.359]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:42.6064612Z [00:03:06.359]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1138503492/b083/_pkg_.a
2025-08-20T22:53:42.6065808Z [00:03:06.359]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:42.6066454Z [00:03:06.359]➜  EOF
2025-08-20T22:53:42.6070619Z [00:03:06.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b114=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:53:42.6609748Z [00:03:06.414]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:53:42.6622824Z [00:03:06.415]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T22:53:42.6650208Z [00:03:06.418]➜  crypto/internal/fips140hash
2025-08-20T22:53:42.6652356Z [00:03:06.418]➜  mkdir -p $WORK/b113/
2025-08-20T22:53:42.6656978Z [00:03:06.418]➜  cat >/tmp/go-build1138503492/b113/importcfg << 'EOF' # internal
2025-08-20T22:53:42.6659019Z [00:03:06.418]➜  # import config
2025-08-20T22:53:42.6659891Z [00:03:06.418]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1138503492/b083/_pkg_.a
2025-08-20T22:53:42.6660977Z [00:03:06.418]➜  packagefile crypto/sha3=/tmp/go-build1138503492/b114/_pkg_.a
2025-08-20T22:53:42.6661882Z [00:03:06.418]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:42.6662493Z [00:03:06.418]➜  EOF
2025-08-20T22:53:42.6667212Z [00:03:06.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b113=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:53:42.6820706Z [00:03:06.435]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:53:42.6840322Z [00:03:06.437]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T22:53:42.6843886Z [00:03:06.437]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:53:42.6852037Z [00:03:06.438]➜  mkdir -p $WORK/b122/
2025-08-20T22:53:42.6856754Z [00:03:06.438]➜  cat >/tmp/go-build1138503492/b122/importcfg << 'EOF' # internal
2025-08-20T22:53:42.6861435Z [00:03:06.438]➜  # import config
2025-08-20T22:53:42.6862301Z [00:03:06.438]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.6863641Z [00:03:06.438]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1138503492/b105/_pkg_.a
2025-08-20T22:53:42.6864911Z [00:03:06.438]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:42.6866414Z [00:03:06.438]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:42.6867417Z [00:03:06.439]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.6868267Z [00:03:06.439]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:42.6869072Z [00:03:06.439]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.6869671Z [00:03:06.439]➜  EOF
2025-08-20T22:53:42.6886411Z [00:03:06.439]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:53:42.6887999Z [00:03:06.440]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T22:53:42.6889408Z [00:03:06.441]➜  crypto/internal/fips140/hkdf
2025-08-20T22:53:42.6890249Z [00:03:06.441]➜  mkdir -p $WORK/b124/
2025-08-20T22:53:42.6891231Z [00:03:06.441]➜  cat >/tmp/go-build1138503492/b124/importcfg << 'EOF' # internal
2025-08-20T22:53:42.6892224Z [00:03:06.441]➜  # import config
2025-08-20T22:53:42.6893109Z [00:03:06.441]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:42.6895562Z [00:03:06.441]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:42.6896973Z [00:03:06.441]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.6898158Z [00:03:06.441]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1138503492/b078/_pkg_.a
2025-08-20T22:53:42.6899292Z [00:03:06.441]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:42.6900270Z [00:03:06.441]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.6901084Z [00:03:06.441]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:42.6901683Z [00:03:06.441]➜  EOF
2025-08-20T22:53:42.6905366Z [00:03:06.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b124=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T22:53:42.6913951Z [00:03:06.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b122=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T22:53:42.7037032Z [00:03:06.456]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:53:42.7071377Z [00:03:06.460]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T22:53:42.7085356Z [00:03:06.461]➜  os
2025-08-20T22:53:42.7087868Z [00:03:06.461]➜  mkdir -p $WORK/b049/
2025-08-20T22:53:42.7092216Z [00:03:06.462]➜  cat >/tmp/go-build1138503492/b049/importcfg << 'EOF' # internal
2025-08-20T22:53:42.7109008Z [00:03:06.462]➜  # import config
2025-08-20T22:53:42.7109797Z [00:03:06.462]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.7128949Z [00:03:06.462]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:42.7132049Z [00:03:06.462]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:42.7134829Z [00:03:06.462]➜  packagefile internal/filepathlite=/tmp/go-build1138503492/b050/_pkg_.a
2025-08-20T22:53:42.7146677Z [00:03:06.462]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:42.7147698Z [00:03:06.462]➜  packagefile internal/itoa=/tmp/go-build1138503492/b036/_pkg_.a
2025-08-20T22:53:42.7148676Z [00:03:06.462]➜  packagefile internal/poll=/tmp/go-build1138503492/b058/_pkg_.a
2025-08-20T22:53:42.7149684Z [00:03:06.462]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:42.7150754Z [00:03:06.462]➜  packagefile internal/syscall/execenv=/tmp/go-build1138503492/b060/_pkg_.a
2025-08-20T22:53:42.7151848Z [00:03:06.462]➜  packagefile internal/syscall/unix=/tmp/go-build1138503492/b059/_pkg_.a
2025-08-20T22:53:42.7152844Z [00:03:06.462]➜  packagefile internal/testlog=/tmp/go-build1138503492/b061/_pkg_.a
2025-08-20T22:53:42.7153707Z [00:03:06.462]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:42.7154508Z [00:03:06.462]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:42.7155638Z [00:03:06.462]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:42.7156796Z [00:03:06.462]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:42.7157637Z [00:03:06.462]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.7158504Z [00:03:06.462]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:42.7159360Z [00:03:06.462]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:42.7160176Z [00:03:06.462]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:42.7160770Z [00:03:06.462]➜  EOF
2025-08-20T22:53:42.7171404Z [00:03:06.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b049=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T22:53:42.7249341Z [00:03:06.478]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:53:42.7261015Z [00:03:06.479]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T22:53:42.7262476Z [00:03:06.479]➜  crypto/internal/fips140/tls12
2025-08-20T22:53:42.7265094Z [00:03:06.479]➜  mkdir -p $WORK/b127/
2025-08-20T22:53:42.7269309Z [00:03:06.480]➜  cat >/tmp/go-build1138503492/b127/importcfg << 'EOF' # internal
2025-08-20T22:53:42.7272047Z [00:03:06.480]➜  # import config
2025-08-20T22:53:42.7272736Z [00:03:06.480]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:42.7273693Z [00:03:06.480]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:42.7274803Z [00:03:06.480]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.7276219Z [00:03:06.480]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1138503492/b078/_pkg_.a
2025-08-20T22:53:42.7277357Z [00:03:06.480]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:42.7278515Z [00:03:06.480]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:53:42.7279486Z [00:03:06.480]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.7280322Z [00:03:06.480]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:42.7280925Z [00:03:06.480]➜  EOF
2025-08-20T22:53:42.7284826Z [00:03:06.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b127=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T22:53:42.7722541Z [00:03:06.525]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:53:42.7730476Z [00:03:06.526]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T22:53:42.7747601Z [00:03:06.526]➜  crypto/internal/fips140/tls13
2025-08-20T22:53:42.7748168Z [00:03:06.526]➜  mkdir -p $WORK/b128/
2025-08-20T22:53:42.7748869Z [00:03:06.526]➜  cat >/tmp/go-build1138503492/b128/importcfg << 'EOF' # internal
2025-08-20T22:53:42.7749518Z [00:03:06.526]➜  # import config
2025-08-20T22:53:42.7750142Z [00:03:06.526]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:42.7751054Z [00:03:06.527]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:42.7752157Z [00:03:06.527]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.7753256Z [00:03:06.527]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1138503492/b124/_pkg_.a
2025-08-20T22:53:42.7754399Z [00:03:06.527]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:42.7755726Z [00:03:06.527]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:42.7756753Z [00:03:06.527]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.7757550Z [00:03:06.527]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:42.7758136Z [00:03:06.527]➜  EOF
2025-08-20T22:53:42.7761811Z [00:03:06.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b128=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T22:53:42.7895587Z [00:03:06.542]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:53:42.7934436Z [00:03:06.546]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T22:53:42.7947310Z [00:03:06.547]➜  crypto/internal/fips140/nistec
2025-08-20T22:53:42.7950010Z [00:03:06.547]➜  mkdir -p $WORK/b103/
2025-08-20T22:53:42.7956037Z [00:03:06.548]➜  echo -n > $WORK/b103/go_asm.h # internal
2025-08-20T22:53:42.7957331Z [00:03:06.548]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:53:42.7961496Z [00:03:06.548]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b103/symabis ./p256_asm_amd64.s
2025-08-20T22:53:42.8100101Z [00:03:06.562]➜  cat >/tmp/go-build1138503492/b103/importcfg << 'EOF' # internal
2025-08-20T22:53:42.8105675Z [00:03:06.562]➜  # import config
2025-08-20T22:53:42.8106536Z [00:03:06.563]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.8107783Z [00:03:06.563]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1138503492/b104/_pkg_.a
2025-08-20T22:53:42.8109041Z [00:03:06.563]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:42.8110290Z [00:03:06.563]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:42.8111357Z [00:03:06.563]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.8112221Z [00:03:06.563]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:42.8113405Z [00:03:06.563]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:42.8114305Z [00:03:06.563]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.8114928Z [00:03:06.563]➜  EOF
2025-08-20T22:53:42.8115851Z [00:03:06.563]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:42.8122798Z [00:03:06.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b103=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b103/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack -asmhdr $WORK/b103/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T22:53:42.8242670Z [00:03:06.577]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:53:42.8254244Z [00:03:06.578]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T22:53:42.8301058Z [00:03:06.578]➜  encoding/binary
2025-08-20T22:53:42.8301597Z [00:03:06.579]➜  mkdir -p $WORK/b131/
2025-08-20T22:53:42.8302326Z [00:03:06.579]➜  cat >/tmp/go-build1138503492/b131/importcfg << 'EOF' # internal
2025-08-20T22:53:42.8303010Z [00:03:06.579]➜  # import config
2025-08-20T22:53:42.8303664Z [00:03:06.579]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.8304443Z [00:03:06.579]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:42.8305430Z [00:03:06.579]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:42.8306255Z [00:03:06.579]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:42.8307467Z [00:03:06.579]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:42.8308292Z [00:03:06.579]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:42.8308941Z [00:03:06.579]➜  EOF
2025-08-20T22:53:42.8312419Z [00:03:06.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b131=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T22:53:42.8395054Z [00:03:06.592]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:53:42.8548975Z [00:03:06.605]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T22:53:42.8565797Z [00:03:06.605]➜  crypto/fips140
2025-08-20T22:53:42.8566342Z [00:03:06.605]➜  mkdir -p $WORK/b143/
2025-08-20T22:53:42.8567087Z [00:03:06.606]➜  cat >/tmp/go-build1138503492/b143/importcfg << 'EOF' # internal
2025-08-20T22:53:42.8567782Z [00:03:06.606]➜  # import config
2025-08-20T22:53:42.8568579Z [00:03:06.606]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:42.8569685Z [00:03:06.606]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:42.8570430Z [00:03:06.606]➜  EOF
2025-08-20T22:53:42.8573492Z [00:03:06.607]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b143=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:53:42.8641433Z [00:03:06.617]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:53:42.8645026Z [00:03:06.617]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T22:53:42.8646935Z [00:03:06.617]➜  crypto/tls/internal/fips140tls
2025-08-20T22:53:42.8649067Z [00:03:06.617]➜  mkdir -p $WORK/b142/
2025-08-20T22:53:42.8655572Z [00:03:06.618]➜  cat >/tmp/go-build1138503492/b142/importcfg << 'EOF' # internal
2025-08-20T22:53:42.8657762Z [00:03:06.618]➜  # import config
2025-08-20T22:53:42.8658782Z [00:03:06.619]➜  packagefile crypto/fips140=/tmp/go-build1138503492/b143/_pkg_.a
2025-08-20T22:53:42.8661765Z [00:03:06.619]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:42.8662650Z [00:03:06.619]➜  EOF
2025-08-20T22:53:42.8666789Z [00:03:06.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b142=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:53:42.8751233Z [00:03:06.628]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:53:42.8757375Z [00:03:06.628]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T22:53:42.8766668Z [00:03:06.628]➜  encoding/base64
2025-08-20T22:53:42.8767183Z [00:03:06.628]➜  mkdir -p $WORK/b149/
2025-08-20T22:53:42.8767903Z [00:03:06.629]➜  cat >/tmp/go-build1138503492/b149/importcfg << 'EOF' # internal
2025-08-20T22:53:42.8768566Z [00:03:06.629]➜  # import config
2025-08-20T22:53:42.8769356Z [00:03:06.629]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:42.8770284Z [00:03:06.629]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:42.8771126Z [00:03:06.629]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:42.8771978Z [00:03:06.629]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:42.8772623Z [00:03:06.629]➜  EOF
2025-08-20T22:53:42.8775726Z [00:03:06.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b149=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:53:42.9302608Z [00:03:06.683]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:53:42.9324282Z [00:03:06.685]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T22:53:42.9329514Z [00:03:06.685]➜  encoding/pem
2025-08-20T22:53:42.9330779Z [00:03:06.685]➜  mkdir -p $WORK/b148/
2025-08-20T22:53:42.9333237Z [00:03:06.686]➜  cat >/tmp/go-build1138503492/b148/importcfg << 'EOF' # internal
2025-08-20T22:53:42.9338424Z [00:03:06.686]➜  # import config
2025-08-20T22:53:42.9339144Z [00:03:06.686]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:42.9340170Z [00:03:06.686]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:42.9341052Z [00:03:06.686]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:42.9341843Z [00:03:06.686]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:42.9342779Z [00:03:06.686]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:42.9343637Z [00:03:06.686]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:42.9344250Z [00:03:06.686]➜  EOF
2025-08-20T22:53:42.9347440Z [00:03:06.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b148=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:53:43.0076125Z [00:03:06.760]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:53:43.0093700Z [00:03:06.762]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T22:53:43.0099823Z [00:03:06.763]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:53:43.0102904Z [00:03:06.763]➜  mkdir -p $WORK/b152/
2025-08-20T22:53:43.0112504Z [00:03:06.764]➜  cat >/tmp/go-build1138503492/b152/importcfg << 'EOF' # internal
2025-08-20T22:53:43.0114647Z [00:03:06.764]➜  # import config
2025-08-20T22:53:43.0115587Z [00:03:06.764]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.0116595Z [00:03:06.764]➜  EOF
2025-08-20T22:53:43.0121040Z [00:03:06.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b152=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:53:43.0923754Z [00:03:06.845]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:53:43.1051046Z [00:03:06.857]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T22:53:43.1052173Z [00:03:06.858]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:53:43.1054579Z [00:03:06.858]➜  mkdir -p $WORK/b134/
2025-08-20T22:53:43.1055348Z [00:03:06.858]➜  echo -n > $WORK/b134/go_asm.h # internal
2025-08-20T22:53:43.1056055Z [00:03:06.858]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:53:43.1058783Z [00:03:06.858]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b134/symabis ./sum_amd64.s
2025-08-20T22:53:43.1196869Z [00:03:06.872]➜  cat >/tmp/go-build1138503492/b134/importcfg << 'EOF' # internal
2025-08-20T22:53:43.1202048Z [00:03:06.872]➜  # import config
2025-08-20T22:53:43.1202830Z [00:03:06.872]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:43.1204081Z [00:03:06.872]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:43.1205073Z [00:03:06.872]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:43.1205970Z [00:03:06.872]➜  EOF
2025-08-20T22:53:43.1206549Z [00:03:06.872]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.1211927Z [00:03:06.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b134=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b134/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack -asmhdr $WORK/b134/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T22:53:43.2154273Z [00:03:06.968]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:53:43.2159592Z [00:03:06.968]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b134/sum_amd64.o ./sum_amd64.s
2025-08-20T22:53:43.2249748Z [00:03:06.978]➜  go tool pack r $WORK/b134/_pkg_.a $WORK/b134/sum_amd64.o # internal
2025-08-20T22:53:43.2256456Z [00:03:06.978]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:53:43.2257841Z [00:03:06.978]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T22:53:43.2270086Z [00:03:06.980]➜  internal/singleflight
2025-08-20T22:53:43.2270926Z [00:03:06.980]➜  mkdir -p $WORK/b154/
2025-08-20T22:53:43.2275713Z [00:03:06.980]➜  cat >/tmp/go-build1138503492/b154/importcfg << 'EOF' # internal
2025-08-20T22:53:43.2276809Z [00:03:06.980]➜  # import config
2025-08-20T22:53:43.2277490Z [00:03:06.980]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:43.2278122Z [00:03:06.980]➜  EOF
2025-08-20T22:53:43.2278707Z [00:03:06.980]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.2281987Z [00:03:06.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b154=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:53:43.2811769Z [00:03:07.034]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:53:43.2822272Z [00:03:07.035]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T22:53:43.2828406Z [00:03:07.035]➜  unique
2025-08-20T22:53:43.2828900Z [00:03:07.035]➜  mkdir -p $WORK/b156/
2025-08-20T22:53:43.2829638Z [00:03:07.035]➜  cat >/tmp/go-build1138503492/b156/importcfg << 'EOF' # internal
2025-08-20T22:53:43.2830305Z [00:03:07.036]➜  # import config
2025-08-20T22:53:43.2832515Z [00:03:07.036]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:43.2834498Z [00:03:07.036]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:43.2835722Z [00:03:07.036]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:43.2836691Z [00:03:07.036]➜  packagefile internal/sync=/tmp/go-build1138503492/b043/_pkg_.a
2025-08-20T22:53:43.2837557Z [00:03:07.036]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:43.2838682Z [00:03:07.036]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:43.2839603Z [00:03:07.036]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:43.2840510Z [00:03:07.036]➜  packagefile weak=/tmp/go-build1138503492/b112/_pkg_.a
2025-08-20T22:53:43.2841118Z [00:03:07.036]➜  EOF
2025-08-20T22:53:43.2844235Z [00:03:07.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b156=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T22:53:43.3364899Z [00:03:07.089]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:53:43.3418344Z [00:03:07.094]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T22:53:43.3527734Z [00:03:07.105]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:53:43.3542507Z [00:03:07.107]➜  runtime/cgo
2025-08-20T22:53:43.3548078Z [00:03:07.107]➜  mkdir -p $WORK/b157/
2025-08-20T22:53:43.3555004Z [00:03:07.108]➜  echo -n > $WORK/b157/preferlinkext # internal
2025-08-20T22:53:43.3567530Z [00:03:07.108]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.3569980Z [00:03:07.109]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b157/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:53:43.3671775Z [00:03:07.120]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T22:53:43.3692775Z [00:03:07.122]➜  fmt
2025-08-20T22:53:43.3693320Z [00:03:07.122]➜  mkdir -p $WORK/b002/
2025-08-20T22:53:43.3694072Z [00:03:07.122]➜  cat >/tmp/go-build1138503492/b002/importcfg << 'EOF' # internal
2025-08-20T22:53:43.3695355Z [00:03:07.122]➜  # import config
2025-08-20T22:53:43.3696044Z [00:03:07.122]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.3696920Z [00:03:07.122]➜  packagefile internal/fmtsort=/tmp/go-build1138503492/b033/_pkg_.a
2025-08-20T22:53:43.3697833Z [00:03:07.122]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:43.3698635Z [00:03:07.122]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:43.3699450Z [00:03:07.122]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:43.3700295Z [00:03:07.122]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:43.3701134Z [00:03:07.122]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:43.3702020Z [00:03:07.122]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:43.3702869Z [00:03:07.122]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:43.3703751Z [00:03:07.122]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:43.3704443Z [00:03:07.122]➜  EOF
2025-08-20T22:53:43.3704986Z [00:03:07.122]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.3708685Z [00:03:07.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b002=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T22:53:43.4345388Z [00:03:07.187]➜  cd $WORK/b157
2025-08-20T22:53:43.4351764Z [00:03:07.188]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x001.o -c _cgo_export.c
2025-08-20T22:53:43.4426840Z [00:03:07.195]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:53:43.4456272Z [00:03:07.198]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T22:53:43.4483572Z [00:03:07.199]➜  path/filepath
2025-08-20T22:53:43.4484079Z [00:03:07.199]➜  mkdir -p $WORK/b062/
2025-08-20T22:53:43.4484765Z [00:03:07.199]➜  cat >/tmp/go-build1138503492/b062/importcfg << 'EOF' # internal
2025-08-20T22:53:43.4485576Z [00:03:07.199]➜  # import config
2025-08-20T22:53:43.4486221Z [00:03:07.199]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.4487114Z [00:03:07.199]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:43.4488079Z [00:03:07.199]➜  packagefile internal/filepathlite=/tmp/go-build1138503492/b050/_pkg_.a
2025-08-20T22:53:43.4488954Z [00:03:07.199]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:43.4489695Z [00:03:07.199]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:43.4490462Z [00:03:07.199]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:43.4491213Z [00:03:07.199]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:43.4491989Z [00:03:07.199]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:43.4492770Z [00:03:07.199]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:43.4493537Z [00:03:07.199]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:43.4494141Z [00:03:07.199]➜  EOF
2025-08-20T22:53:43.4494678Z [00:03:07.199]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.4499106Z [00:03:07.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b062=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T22:53:43.4807996Z [00:03:07.233]➜  cd $WORK/b157
2025-08-20T22:53:43.4813296Z [00:03:07.234]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x002.o -c cgo.cgo2.c
2025-08-20T22:53:43.5125062Z [00:03:07.263]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:53:43.5129710Z [00:03:07.266]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b103=>" -I $WORK/b103/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b103/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T22:53:43.5250486Z [00:03:07.278]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.5257593Z [00:03:07.278]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x003.o -c gcc_context.c
2025-08-20T22:53:43.5343059Z [00:03:07.287]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:53:43.5345943Z [00:03:07.287]➜  go tool pack r $WORK/b103/_pkg_.a $WORK/b103/p256_asm_amd64.o # internal
2025-08-20T22:53:43.5348729Z [00:03:07.288]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:53:43.5382197Z [00:03:07.291]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T22:53:43.5384177Z [00:03:07.291]➜  crypto/internal/sysrand
2025-08-20T22:53:43.5388543Z [00:03:07.291]➜  mkdir -p $WORK/b089/
2025-08-20T22:53:43.5391813Z [00:03:07.292]➜  cat >/tmp/go-build1138503492/b089/importcfg << 'EOF' # internal
2025-08-20T22:53:43.5394239Z [00:03:07.292]➜  # import config
2025-08-20T22:53:43.5395563Z [00:03:07.292]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.5396984Z [00:03:07.292]➜  packagefile internal/syscall/unix=/tmp/go-build1138503492/b059/_pkg_.a
2025-08-20T22:53:43.5400245Z [00:03:07.292]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:43.5403109Z [00:03:07.292]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:43.5404221Z [00:03:07.292]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:43.5405607Z [00:03:07.292]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:43.5408100Z [00:03:07.292]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:43.5409588Z [00:03:07.292]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:43.5411114Z [00:03:07.292]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:43.5413182Z [00:03:07.292]➜  EOF
2025-08-20T22:53:43.5414032Z [00:03:07.294]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.5421095Z [00:03:07.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b089=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T22:53:43.5484361Z [00:03:07.301]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:53:43.5501598Z [00:03:07.303]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T22:53:43.5510770Z [00:03:07.303]➜  vendor/golang.org/x/sys/cpu
2025-08-20T22:53:43.5511408Z [00:03:07.303]➜  mkdir -p $WORK/b135/
2025-08-20T22:53:43.5512039Z [00:03:07.304]➜  echo -n > $WORK/b135/go_asm.h # internal
2025-08-20T22:53:43.5512750Z [00:03:07.304]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T22:53:43.5516245Z [00:03:07.304]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b135=>" -I $WORK/b135/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b135/symabis ./cpu_gc_x86.s
2025-08-20T22:53:43.5555391Z [00:03:07.308]➜  cat >/tmp/go-build1138503492/b135/importcfg << 'EOF' # internal
2025-08-20T22:53:43.5557206Z [00:03:07.308]➜  # import config
2025-08-20T22:53:43.5559595Z [00:03:07.309]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:43.5560374Z [00:03:07.309]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:43.5561132Z [00:03:07.309]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:43.5561904Z [00:03:07.309]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:43.5562463Z [00:03:07.309]➜  EOF
2025-08-20T22:53:43.5563748Z [00:03:07.309]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.5572696Z [00:03:07.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b135=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b135/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack -asmhdr $WORK/b135/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T22:53:43.5730677Z [00:03:07.326]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:53:43.5739875Z [00:03:07.327]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T22:53:43.5749735Z [00:03:07.328]➜  crypto/internal/entropy
2025-08-20T22:53:43.5765578Z [00:03:07.328]➜  mkdir -p $WORK/b088/
2025-08-20T22:53:43.5766350Z [00:03:07.328]➜  cat >/tmp/go-build1138503492/b088/importcfg << 'EOF' # internal
2025-08-20T22:53:43.5767013Z [00:03:07.328]➜  # import config
2025-08-20T22:53:43.5767826Z [00:03:07.328]➜  packagefile crypto/internal/sysrand=/tmp/go-build1138503492/b089/_pkg_.a
2025-08-20T22:53:43.5768548Z [00:03:07.328]➜  EOF
2025-08-20T22:53:43.5771602Z [00:03:07.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b088=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:53:43.5907691Z [00:03:07.343]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.5912699Z [00:03:07.343]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x004.o -c gcc_fatalf.c
2025-08-20T22:53:43.5929528Z [00:03:07.346]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:53:43.5934929Z [00:03:07.346]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T22:53:43.5940786Z [00:03:07.346]➜  crypto/internal/fips140/drbg
2025-08-20T22:53:43.5941321Z [00:03:07.347]➜  mkdir -p $WORK/b087/
2025-08-20T22:53:43.6050690Z [00:03:07.358]➜  cat >/tmp/go-build1138503492/b087/importcfg << 'EOF' # internal
2025-08-20T22:53:43.6054104Z [00:03:07.358]➜  # import config
2025-08-20T22:53:43.6054739Z [00:03:07.358]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:43.6055831Z [00:03:07.358]➜  packagefile crypto/internal/entropy=/tmp/go-build1138503492/b088/_pkg_.a
2025-08-20T22:53:43.6056849Z [00:03:07.358]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:43.6057864Z [00:03:07.358]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1138503492/b073/_pkg_.a
2025-08-20T22:53:43.6059040Z [00:03:07.358]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:43.6060118Z [00:03:07.358]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:43.6061542Z [00:03:07.358]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:43.6062690Z [00:03:07.358]➜  packagefile crypto/internal/randutil=/tmp/go-build1138503492/b090/_pkg_.a
2025-08-20T22:53:43.6063698Z [00:03:07.358]➜  packagefile crypto/internal/sysrand=/tmp/go-build1138503492/b089/_pkg_.a
2025-08-20T22:53:43.6064607Z [00:03:07.358]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.6065598Z [00:03:07.358]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:43.6066448Z [00:03:07.358]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:43.6067304Z [00:03:07.358]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:43.6067974Z [00:03:07.358]➜  EOF
2025-08-20T22:53:43.6068504Z [00:03:07.358]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.6072730Z [00:03:07.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b087=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T22:53:43.6254840Z [00:03:07.378]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.6260236Z [00:03:07.378]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x005.o -c gcc_libinit.c
2025-08-20T22:53:43.6375725Z [00:03:07.390]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T22:53:43.6381076Z [00:03:07.391]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b135=>" -I $WORK/b135/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b135/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T22:53:43.6438197Z [00:03:07.396]➜  go tool pack r $WORK/b135/_pkg_.a $WORK/b135/cpu_gc_x86.o # internal
2025-08-20T22:53:43.6442296Z [00:03:07.397]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:53:43.6461048Z [00:03:07.399]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T22:53:43.6490256Z [00:03:07.401]➜  net/netip
2025-08-20T22:53:43.6499867Z [00:03:07.402]➜  mkdir -p $WORK/b155/
2025-08-20T22:53:43.6500608Z [00:03:07.402]➜  cat >/tmp/go-build1138503492/b155/importcfg << 'EOF' # internal
2025-08-20T22:53:43.6501281Z [00:03:07.402]➜  # import config
2025-08-20T22:53:43.6501894Z [00:03:07.402]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:43.6502719Z [00:03:07.403]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.6503605Z [00:03:07.403]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:43.6504559Z [00:03:07.403]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:43.6505731Z [00:03:07.403]➜  packagefile internal/itoa=/tmp/go-build1138503492/b036/_pkg_.a
2025-08-20T22:53:43.6506603Z [00:03:07.403]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:43.6507444Z [00:03:07.403]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:43.6508287Z [00:03:07.403]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:43.6509106Z [00:03:07.403]➜  packagefile unique=/tmp/go-build1138503492/b156/_pkg_.a
2025-08-20T22:53:43.6509998Z [00:03:07.403]➜  EOF
2025-08-20T22:53:43.6510579Z [00:03:07.403]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.6513661Z [00:03:07.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b155=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:53:43.6764329Z [00:03:07.429]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:53:43.6773927Z [00:03:07.430]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T22:53:43.6776454Z [00:03:07.430]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:53:43.6778191Z [00:03:07.430]➜  mkdir -p $WORK/b086/
2025-08-20T22:53:43.6780307Z [00:03:07.431]➜  echo -n > $WORK/b086/go_asm.h # internal
2025-08-20T22:53:43.6781386Z [00:03:07.431]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:53:43.6785026Z [00:03:07.431]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b086/symabis ./gcm_amd64.s
2025-08-20T22:53:43.6851358Z [00:03:07.437]➜  cat >/tmp/go-build1138503492/b086/importcfg << 'EOF' # internal
2025-08-20T22:53:43.6856387Z [00:03:07.437]➜  # import config
2025-08-20T22:53:43.6857174Z [00:03:07.437]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:43.6858211Z [00:03:07.438]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1138503492/b073/_pkg_.a
2025-08-20T22:53:43.6859271Z [00:03:07.438]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1138503492/b076/_pkg_.a
2025-08-20T22:53:43.6860360Z [00:03:07.438]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:43.6861413Z [00:03:07.438]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:43.6862748Z [00:03:07.438]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:43.6863890Z [00:03:07.438]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:43.6865024Z [00:03:07.438]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1138503492/b081/_pkg_.a
2025-08-20T22:53:43.6866218Z [00:03:07.438]➜  packagefile crypto/internal/impl=/tmp/go-build1138503492/b082/_pkg_.a
2025-08-20T22:53:43.6867054Z [00:03:07.438]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.6867795Z [00:03:07.438]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:43.6868336Z [00:03:07.438]➜  EOF
2025-08-20T22:53:43.6869016Z [00:03:07.438]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.6888199Z [00:03:07.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b086/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack -asmhdr $WORK/b086/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T22:53:43.6948800Z [00:03:07.447]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:53:43.7011047Z [00:03:07.454]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T22:53:43.7037586Z [00:03:07.454]➜  crypto/internal/fips140only
2025-08-20T22:53:43.7038201Z [00:03:07.454]➜  mkdir -p $WORK/b092/
2025-08-20T22:53:43.7038923Z [00:03:07.454]➜  cat >/tmp/go-build1138503492/b092/importcfg << 'EOF' # internal
2025-08-20T22:53:43.7039611Z [00:03:07.454]➜  # import config
2025-08-20T22:53:43.7040460Z [00:03:07.454]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:43.7041653Z [00:03:07.454]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:43.7042803Z [00:03:07.454]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1138503492/b083/_pkg_.a
2025-08-20T22:53:43.7043895Z [00:03:07.454]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:53:43.7044881Z [00:03:07.454]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:43.7045925Z [00:03:07.454]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:43.7046829Z [00:03:07.454]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:43.7047444Z [00:03:07.454]➜  EOF
2025-08-20T22:53:43.7050643Z [00:03:07.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b092=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:53:43.7116572Z [00:03:07.462]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.7120077Z [00:03:07.462]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x006.o -c gcc_linux_amd64.c
2025-08-20T22:53:43.7211380Z [00:03:07.474]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:53:43.7220496Z [00:03:07.475]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T22:53:43.7239339Z [00:03:07.477]➜  math/big
2025-08-20T22:53:43.7257816Z [00:03:07.479]➜  mkdir -p $WORK/b095/
2025-08-20T22:53:43.7261326Z [00:03:07.479]➜  echo -n > $WORK/b095/go_asm.h # internal
2025-08-20T22:53:43.7279796Z [00:03:07.481]➜  cd /root/.go/src/math/big
2025-08-20T22:53:43.7282099Z [00:03:07.481]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b095/symabis ./arith_amd64.s
2025-08-20T22:53:43.7368322Z [00:03:07.489]➜  cat >/tmp/go-build1138503492/b095/importcfg << 'EOF' # internal
2025-08-20T22:53:43.7369816Z [00:03:07.489]➜  # import config
2025-08-20T22:53:43.7371071Z [00:03:07.489]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:43.7372244Z [00:03:07.489]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.7373959Z [00:03:07.489]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:43.7375440Z [00:03:07.489]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:43.7376746Z [00:03:07.489]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:43.7377934Z [00:03:07.489]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:43.7379588Z [00:03:07.489]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:43.7382189Z [00:03:07.489]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:43.7383103Z [00:03:07.489]➜  packagefile math/rand=/tmp/go-build1138503492/b096/_pkg_.a
2025-08-20T22:53:43.7383942Z [00:03:07.489]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:43.7384768Z [00:03:07.489]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:43.7395027Z [00:03:07.489]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:43.7396174Z [00:03:07.489]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:43.7396816Z [00:03:07.489]➜  EOF
2025-08-20T22:53:43.7397382Z [00:03:07.489]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.7405890Z [00:03:07.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b095=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -goversion go1.25.0 -symabis $WORK/b095/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack -asmhdr $WORK/b095/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_amd64.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T22:53:43.7599131Z [00:03:07.512]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:53:43.7603603Z [00:03:07.512]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b086=>" -I $WORK/b086/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b086/gcm_amd64.o ./gcm_amd64.s
2025-08-20T22:53:43.7667296Z [00:03:07.519]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.7671181Z [00:03:07.519]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x007.o -c gcc_mmap.c
2025-08-20T22:53:43.7707481Z [00:03:07.524]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:53:43.7718077Z [00:03:07.524]➜  go tool pack r $WORK/b086/_pkg_.a $WORK/b086/gcm_amd64.o # internal
2025-08-20T22:53:43.7718901Z [00:03:07.525]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:53:43.7728763Z [00:03:07.526]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T22:53:43.7734285Z [00:03:07.526]➜  crypto/cipher
2025-08-20T22:53:43.7734848Z [00:03:07.526]➜  mkdir -p $WORK/b072/
2025-08-20T22:53:43.7739661Z [00:03:07.527]➜  cat >/tmp/go-build1138503492/b072/importcfg << 'EOF' # internal
2025-08-20T22:53:43.7740523Z [00:03:07.527]➜  # import config
2025-08-20T22:53:43.7741342Z [00:03:07.527]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:43.7742410Z [00:03:07.527]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1138503492/b073/_pkg_.a
2025-08-20T22:53:43.7744662Z [00:03:07.527]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1138503492/b086/_pkg_.a
2025-08-20T22:53:43.7750961Z [00:03:07.527]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1138503492/b076/_pkg_.a
2025-08-20T22:53:43.7752103Z [00:03:07.527]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:43.7753113Z [00:03:07.527]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:43.7753962Z [00:03:07.527]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.7754843Z [00:03:07.527]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:43.7756390Z [00:03:07.527]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:43.7756947Z [00:03:07.527]➜  EOF
2025-08-20T22:53:43.7757459Z [00:03:07.527]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.7761686Z [00:03:07.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b072=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T22:53:43.8058827Z [00:03:07.557]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.8064225Z [00:03:07.558]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x008.o -c gcc_setenv.c
2025-08-20T22:53:43.8588485Z [00:03:07.611]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x009.o -c gcc_sigaction.c
2025-08-20T22:53:43.8829685Z [00:03:07.635]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:53:43.8845680Z [00:03:07.637]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T22:53:43.8874955Z [00:03:07.640]➜  crypto/internal/boring
2025-08-20T22:53:43.8877831Z [00:03:07.640]➜  mkdir -p $WORK/b069/
2025-08-20T22:53:43.8902563Z [00:03:07.643]➜  cat >/tmp/go-build1138503492/b069/importcfg << 'EOF' # internal
2025-08-20T22:53:43.8903685Z [00:03:07.643]➜  # import config
2025-08-20T22:53:43.8904679Z [00:03:07.643]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:43.8906154Z [00:03:07.643]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:43.8918794Z [00:03:07.643]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1138503492/b094/_pkg_.a
2025-08-20T22:53:43.8921152Z [00:03:07.643]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:43.8921818Z [00:03:07.643]➜  EOF
2025-08-20T22:53:43.8922375Z [00:03:07.645]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.8926138Z [00:03:07.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b069=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T22:53:43.9280544Z [00:03:07.681]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:53:43.9289173Z [00:03:07.681]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T22:53:43.9297814Z [00:03:07.682]➜  crypto/aes
2025-08-20T22:53:43.9298352Z [00:03:07.682]➜  mkdir -p $WORK/b099/
2025-08-20T22:53:43.9299135Z [00:03:07.682]➜  cat >/tmp/go-build1138503492/b099/importcfg << 'EOF' # internal
2025-08-20T22:53:43.9299846Z [00:03:07.682]➜  # import config
2025-08-20T22:53:43.9300573Z [00:03:07.682]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:43.9301583Z [00:03:07.682]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:43.9302715Z [00:03:07.682]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1138503492/b073/_pkg_.a
2025-08-20T22:53:43.9303675Z [00:03:07.682]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:43.9304315Z [00:03:07.682]➜  EOF
2025-08-20T22:53:43.9307190Z [00:03:07.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b099=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:53:43.9482951Z [00:03:07.701]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.9513497Z [00:03:07.704]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x010.o -c gcc_stack_unix.c
2025-08-20T22:53:43.9519487Z [00:03:07.705]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:53:43.9526230Z [00:03:07.705]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T22:53:43.9550506Z [00:03:07.708]➜  crypto/des
2025-08-20T22:53:43.9574161Z [00:03:07.708]➜  mkdir -p $WORK/b100/
2025-08-20T22:53:43.9574936Z [00:03:07.708]➜  cat >/tmp/go-build1138503492/b100/importcfg << 'EOF' # internal
2025-08-20T22:53:43.9575820Z [00:03:07.708]➜  # import config
2025-08-20T22:53:43.9576536Z [00:03:07.708]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:43.9577601Z [00:03:07.708]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1138503492/b076/_pkg_.a
2025-08-20T22:53:43.9578759Z [00:03:07.708]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:43.9591362Z [00:03:07.708]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:43.9592412Z [00:03:07.708]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:43.9593400Z [00:03:07.708]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:43.9594240Z [00:03:07.708]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:43.9594870Z [00:03:07.708]➜  EOF
2025-08-20T22:53:43.9595706Z [00:03:07.708]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:43.9599024Z [00:03:07.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b100=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T22:53:43.9902300Z [00:03:07.743]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:43.9907954Z [00:03:07.743]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x011.o -c gcc_traceback.c
2025-08-20T22:53:44.0193414Z [00:03:07.772]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:53:44.0214449Z [00:03:07.774]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T22:53:44.0215841Z [00:03:07.774]➜  crypto/internal/fips140/ecdh
2025-08-20T22:53:44.0216804Z [00:03:07.774]➜  mkdir -p $WORK/b102/
2025-08-20T22:53:44.0222482Z [00:03:07.775]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x012.o -c gcc_util.c
2025-08-20T22:53:44.0227420Z [00:03:07.775]➜  cat >/tmp/go-build1138503492/b102/importcfg << 'EOF' # internal
2025-08-20T22:53:44.0228155Z [00:03:07.775]➜  # import config
2025-08-20T22:53:44.0228838Z [00:03:07.775]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:44.0229773Z [00:03:07.775]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:44.0230893Z [00:03:07.775]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:44.0232054Z [00:03:07.775]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:44.0233195Z [00:03:07.775]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1138503492/b103/_pkg_.a
2025-08-20T22:53:44.0234427Z [00:03:07.775]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:44.0249010Z [00:03:07.775]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.0249902Z [00:03:07.775]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.0251170Z [00:03:07.775]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:44.0252049Z [00:03:07.775]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:44.0252685Z [00:03:07.775]➜  EOF
2025-08-20T22:53:44.0253260Z [00:03:07.775]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.0257201Z [00:03:07.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b102=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T22:53:44.0609382Z [00:03:07.813]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:53:44.0630033Z [00:03:07.813]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:44.0633076Z [00:03:07.813]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x013.o -c linux_syscall.c
2025-08-20T22:53:44.0636563Z [00:03:07.813]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T22:53:44.0637691Z [00:03:07.813]➜  crypto/ecdh
2025-08-20T22:53:44.0638187Z [00:03:07.814]➜  mkdir -p $WORK/b101/
2025-08-20T22:53:44.0638926Z [00:03:07.814]➜  cat >/tmp/go-build1138503492/b101/importcfg << 'EOF' # internal
2025-08-20T22:53:44.0639954Z [00:03:07.814]➜  # import config
2025-08-20T22:53:44.0640677Z [00:03:07.814]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:44.0641543Z [00:03:07.814]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.0642479Z [00:03:07.814]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.0643555Z [00:03:07.814]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1138503492/b102/_pkg_.a
2025-08-20T22:53:44.0644811Z [00:03:07.814]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1138503492/b105/_pkg_.a
2025-08-20T22:53:44.0646346Z [00:03:07.814]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.0647468Z [00:03:07.814]➜  packagefile crypto/internal/randutil=/tmp/go-build1138503492/b090/_pkg_.a
2025-08-20T22:53:44.0648473Z [00:03:07.814]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:44.0649384Z [00:03:07.814]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.0650183Z [00:03:07.814]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.0650799Z [00:03:07.814]➜  EOF
2025-08-20T22:53:44.0651347Z [00:03:07.814]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.0654768Z [00:03:07.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b101=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T22:53:44.1329785Z [00:03:07.886]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:53:44.1351507Z [00:03:07.888]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T22:53:44.1376807Z [00:03:07.888]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:53:44.1377946Z [00:03:07.888]➜  mkdir -p $WORK/b109/
2025-08-20T22:53:44.1380148Z [00:03:07.889]➜  cat >/tmp/go-build1138503492/b109/importcfg << 'EOF' # internal
2025-08-20T22:53:44.1380766Z [00:03:07.889]➜  # import config
2025-08-20T22:53:44.1381351Z [00:03:07.889]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:44.1382200Z [00:03:07.889]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:44.1383199Z [00:03:07.889]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1138503492/b110/_pkg_.a
2025-08-20T22:53:44.1384231Z [00:03:07.889]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:44.1385471Z [00:03:07.889]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:44.1386597Z [00:03:07.889]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1138503492/b078/_pkg_.a
2025-08-20T22:53:44.1387701Z [00:03:07.889]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1138503492/b103/_pkg_.a
2025-08-20T22:53:44.1388802Z [00:03:07.889]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:53:44.1389728Z [00:03:07.889]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.1390498Z [00:03:07.889]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.1391235Z [00:03:07.889]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.1391970Z [00:03:07.889]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:44.1392537Z [00:03:07.889]➜  EOF
2025-08-20T22:53:44.1409816Z [00:03:07.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b109=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T22:53:44.1413989Z [00:03:07.893]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:44.1417075Z [00:03:07.893]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_x014.o -c gcc_amd64.S
2025-08-20T22:53:44.1599583Z [00:03:07.913]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:53:44.1691340Z [00:03:07.921]➜  cd $WORK/b157
2025-08-20T22:53:44.1694685Z [00:03:07.921]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -I $WORK/b157/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b157/_cgo_main.o -c _cgo_main.c
2025-08-20T22:53:44.1703112Z [00:03:07.921]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T22:53:44.1704173Z [00:03:07.921]➜  crypto/sha512
2025-08-20T22:53:44.1704657Z [00:03:07.921]➜  mkdir -p $WORK/b115/
2025-08-20T22:53:44.1705586Z [00:03:07.921]➜  cat >/tmp/go-build1138503492/b115/importcfg << 'EOF' # internal
2025-08-20T22:53:44.1706291Z [00:03:07.921]➜  # import config
2025-08-20T22:53:44.1706954Z [00:03:07.921]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.1707926Z [00:03:07.921]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.1709079Z [00:03:07.921]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:53:44.1710399Z [00:03:07.921]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.1711028Z [00:03:07.921]➜  EOF
2025-08-20T22:53:44.1711563Z [00:03:07.921]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.1714524Z [00:03:07.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b115=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:53:44.2052712Z [00:03:07.958]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:53:44.2062644Z [00:03:07.959]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T22:53:44.2069014Z [00:03:07.959]➜  crypto/internal/fips140/ed25519
2025-08-20T22:53:44.2079897Z [00:03:07.961]➜  mkdir -p $WORK/b121/
2025-08-20T22:53:44.2081206Z [00:03:07.961]➜  cat >/tmp/go-build1138503492/b121/importcfg << 'EOF' # internal
2025-08-20T22:53:44.2083686Z [00:03:07.961]➜  # import config
2025-08-20T22:53:44.2085496Z [00:03:07.961]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:44.2086811Z [00:03:07.961]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:44.2088263Z [00:03:07.961]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:44.2091190Z [00:03:07.961]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:44.2093050Z [00:03:07.961]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1138503492/b122/_pkg_.a
2025-08-20T22:53:44.2094841Z [00:03:07.961]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:53:44.2098768Z [00:03:07.961]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.2099620Z [00:03:07.961]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:44.2100458Z [00:03:07.961]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:44.2101099Z [00:03:07.961]➜  EOF
2025-08-20T22:53:44.2104853Z [00:03:07.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b121=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T22:53:44.2126688Z [00:03:07.964]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -o $WORK/b157/_cgo_.o $WORK/b157/_cgo_main.o $WORK/b157/preferlinkext $WORK/b157/_x001.o $WORK/b157/_x002.o $WORK/b157/_x003.o $WORK/b157/_x004.o $WORK/b157/_x005.o $WORK/b157/_x006.o $WORK/b157/_x007.o $WORK/b157/_x008.o $WORK/b157/_x009.o $WORK/b157/_x010.o $WORK/b157/_x011.o $WORK/b157/_x012.o $WORK/b157/_x013.o $WORK/b157/_x014.o -O2 -g -lpthread
2025-08-20T22:53:44.2665787Z [00:03:08.019]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:53:44.2683959Z [00:03:08.020]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T22:53:44.2685332Z [00:03:08.021]➜  crypto/hkdf
2025-08-20T22:53:44.2690005Z [00:03:08.021]➜  mkdir -p $WORK/b123/
2025-08-20T22:53:44.2690878Z [00:03:08.021]➜  cat >/tmp/go-build1138503492/b123/importcfg << 'EOF' # internal
2025-08-20T22:53:44.2691539Z [00:03:08.021]➜  # import config
2025-08-20T22:53:44.2692713Z [00:03:08.021]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1138503492/b124/_pkg_.a
2025-08-20T22:53:44.2693834Z [00:03:08.021]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1138503492/b113/_pkg_.a
2025-08-20T22:53:44.2694945Z [00:03:08.021]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.2696112Z [00:03:08.021]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.2696930Z [00:03:08.021]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.2697521Z [00:03:08.021]➜  EOF
2025-08-20T22:53:44.2700251Z [00:03:08.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b123=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:53:44.2741657Z [00:03:08.027]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:53:44.2791756Z [00:03:08.032]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T22:53:44.2793295Z [00:03:08.032]➜  crypto/hmac
2025-08-20T22:53:44.2797616Z [00:03:08.032]➜  mkdir -p $WORK/b125/
2025-08-20T22:53:44.2798910Z [00:03:08.032]➜  cat >/tmp/go-build1138503492/b125/importcfg << 'EOF' # internal
2025-08-20T22:53:44.2800259Z [00:03:08.032]➜  # import config
2025-08-20T22:53:44.2801217Z [00:03:08.032]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.2804362Z [00:03:08.032]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1138503492/b078/_pkg_.a
2025-08-20T22:53:44.2810910Z [00:03:08.032]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1138503492/b113/_pkg_.a
2025-08-20T22:53:44.2812059Z [00:03:08.033]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.2813041Z [00:03:08.033]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:44.2813847Z [00:03:08.033]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.2814409Z [00:03:08.033]➜  EOF
2025-08-20T22:53:44.2817152Z [00:03:08.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b125=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:53:44.2827487Z [00:03:08.035]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:53:44.2841960Z [00:03:08.037]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T22:53:44.2853967Z [00:03:08.038]➜  crypto/internal/fips140/mlkem
2025-08-20T22:53:44.2856659Z [00:03:08.038]➜  mkdir -p $WORK/b126/
2025-08-20T22:53:44.3033135Z [00:03:08.056]➜  cat >/tmp/go-build1138503492/b126/importcfg << 'EOF' # internal
2025-08-20T22:53:44.3034630Z [00:03:08.056]➜  # import config
2025-08-20T22:53:44.3036130Z [00:03:08.056]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:44.3037445Z [00:03:08.056]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:44.3040345Z [00:03:08.056]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:44.3041491Z [00:03:08.056]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:44.3042623Z [00:03:08.056]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1138503492/b083/_pkg_.a
2025-08-20T22:53:44.3043796Z [00:03:08.056]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:44.3045023Z [00:03:08.056]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:53:44.3046660Z [00:03:08.056]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.3047294Z [00:03:08.056]➜  EOF
2025-08-20T22:53:44.3051848Z [00:03:08.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b126=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T22:53:44.3065383Z [00:03:08.059]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:53:44.3072161Z [00:03:08.060]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T22:53:44.3081150Z [00:03:08.060]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:53:44.3081792Z [00:03:08.061]➜  mkdir -p $WORK/b132/
2025-08-20T22:53:44.3084908Z [00:03:08.061]➜  cat >/tmp/go-build1138503492/b132/importcfg << 'EOF' # internal
2025-08-20T22:53:44.3085932Z [00:03:08.061]➜  # import config
2025-08-20T22:53:44.3097400Z [00:03:08.061]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:53:44.3103685Z [00:03:08.061]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:44.3104643Z [00:03:08.061]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:44.3105725Z [00:03:08.061]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.3107103Z [00:03:08.061]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1138503492/b133/_pkg_.a
2025-08-20T22:53:44.3108201Z [00:03:08.061]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:44.3109014Z [00:03:08.061]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:44.3109607Z [00:03:08.061]➜  EOF
2025-08-20T22:53:44.3113920Z [00:03:08.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b132=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T22:53:44.3768462Z [00:03:08.129]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:53:44.3788637Z [00:03:08.131]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T22:53:44.3803088Z [00:03:08.131]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:53:44.3803744Z [00:03:08.131]➜  mkdir -p $WORK/b130/
2025-08-20T22:53:44.3804323Z [00:03:08.131]➜  echo -n > $WORK/b130/go_asm.h # internal
2025-08-20T22:53:44.3805083Z [00:03:08.131]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:53:44.3808238Z [00:03:08.131]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b130/symabis ./chacha20poly1305_amd64.s
2025-08-20T22:53:44.4128989Z [00:03:08.165]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b157=/tmp/go-build -gno-record-gcc-switches -o $WORK/b157/_cgo_.o $WORK/b157/_cgo_main.o $WORK/b157/preferlinkext $WORK/b157/_x001.o $WORK/b157/_x002.o $WORK/b157/_x003.o $WORK/b157/_x004.o $WORK/b157/_x005.o $WORK/b157/_x006.o $WORK/b157/_x007.o $WORK/b157/_x008.o $WORK/b157/_x009.o $WORK/b157/_x010.o $WORK/b157/_x011.o $WORK/b157/_x012.o $WORK/b157/_x013.o $WORK/b157/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:53:44.4132739Z [00:03:08.165]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.4134125Z [00:03:08.165]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b157/_cgo_.o -dynout $WORK/b157/_cgo_import.go -dynlinker
2025-08-20T22:53:44.4218379Z [00:03:08.174]➜  echo -n > $WORK/b157/go_asm.h # internal
2025-08-20T22:53:44.4219439Z [00:03:08.174]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:44.4221401Z [00:03:08.174]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b157/symabis ./asm_amd64.s
2025-08-20T22:53:44.4286114Z [00:03:08.181]➜  cat >/tmp/go-build1138503492/b157/importcfg << 'EOF' # internal
2025-08-20T22:53:44.4297636Z [00:03:08.181]➜  # import config
2025-08-20T22:53:44.4298413Z [00:03:08.181]➜  packagefile internal/runtime/sys=/tmp/go-build1138503492/b030/_pkg_.a
2025-08-20T22:53:44.4299281Z [00:03:08.181]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:44.4300062Z [00:03:08.181]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:44.4300661Z [00:03:08.181]➜  EOF
2025-08-20T22:53:44.4301157Z [00:03:08.181]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.4306582Z [00:03:08.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b157=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -goversion go1.25.0 -symabis $WORK/b157/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack -asmhdr $WORK/b157/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/b157/_cgo_gotypes.go $WORK/b157/cgo.cgo1.go $WORK/b157/_cgo_import.go
2025-08-20T22:53:44.4311110Z [00:03:08.182]➜  cat >/tmp/go-build1138503492/b130/importcfg << 'EOF' # internal
2025-08-20T22:53:44.4311754Z [00:03:08.182]➜  # import config
2025-08-20T22:53:44.4312513Z [00:03:08.182]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:53:44.4313570Z [00:03:08.182]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:53:44.4315014Z [00:03:08.182]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:53:44.4329682Z [00:03:08.182]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T22:53:44.4330548Z [00:03:08.182]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:44.4331420Z [00:03:08.182]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:44.4332236Z [00:03:08.182]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.4333128Z [00:03:08.182]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1138503492/b132/_pkg_.a
2025-08-20T22:53:44.4334199Z [00:03:08.182]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1138503492/b133/_pkg_.a
2025-08-20T22:53:44.4335743Z [00:03:08.182]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1138503492/b134/_pkg_.a
2025-08-20T22:53:44.4336912Z [00:03:08.182]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build1138503492/b135/_pkg_.a
2025-08-20T22:53:44.4337632Z [00:03:08.182]➜  EOF
2025-08-20T22:53:44.4344365Z [00:03:08.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b130=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -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/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:53:44.4396495Z [00:03:08.192]➜  cd /root/.go/src/math/big
2025-08-20T22:53:44.4400969Z [00:03:08.193]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b095=>" -I $WORK/b095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b095/arith_amd64.o ./arith_amd64.s
2025-08-20T22:53:44.4458113Z [00:03:08.198]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:53:44.4464832Z [00:03:08.199]➜  go tool pack r $WORK/b095/_pkg_.a $WORK/b095/arith_amd64.o # internal
2025-08-20T22:53:44.4468068Z [00:03:08.199]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:53:44.4491462Z [00:03:08.202]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T22:53:44.4498115Z [00:03:08.202]➜  crypto/md5
2025-08-20T22:53:44.4500557Z [00:03:08.203]➜  mkdir -p $WORK/b136/
2025-08-20T22:53:44.4508232Z [00:03:08.203]➜  echo -n > $WORK/b136/go_asm.h # internal
2025-08-20T22:53:44.4514282Z [00:03:08.204]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:53:44.4516611Z [00:03:08.204]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b136=>" -I $WORK/b136/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b136/symabis ./md5block_amd64.s
2025-08-20T22:53:44.4544964Z [00:03:08.207]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T22:53:44.4552778Z [00:03:08.208]➜  crypto/rand
2025-08-20T22:53:44.4554547Z [00:03:08.208]➜  mkdir -p $WORK/b068/
2025-08-20T22:53:44.4555540Z [00:03:08.208]➜  cat >/tmp/go-build1138503492/b068/importcfg << 'EOF' # internal
2025-08-20T22:53:44.4556278Z [00:03:08.208]➜  # import config
2025-08-20T22:53:44.4557116Z [00:03:08.208]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.4558229Z [00:03:08.208]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:44.4559773Z [00:03:08.208]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:44.4560915Z [00:03:08.208]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.4562029Z [00:03:08.208]➜  packagefile crypto/internal/randutil=/tmp/go-build1138503492/b090/_pkg_.a
2025-08-20T22:53:44.4563118Z [00:03:08.208]➜  packagefile crypto/internal/sysrand=/tmp/go-build1138503492/b089/_pkg_.a
2025-08-20T22:53:44.4564068Z [00:03:08.208]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.4564902Z [00:03:08.208]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.4565997Z [00:03:08.208]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.4566657Z [00:03:08.208]➜  EOF
2025-08-20T22:53:44.4567228Z [00:03:08.208]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.4570532Z [00:03:08.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b068=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T22:53:44.4629816Z [00:03:08.215]➜  cat >/tmp/go-build1138503492/b136/importcfg << 'EOF' # internal
2025-08-20T22:53:44.4653115Z [00:03:08.215]➜  # import config
2025-08-20T22:53:44.4653842Z [00:03:08.215]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.4654855Z [00:03:08.215]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.4656464Z [00:03:08.215]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.4657321Z [00:03:08.215]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.4658244Z [00:03:08.215]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:44.4659159Z [00:03:08.215]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:44.4659785Z [00:03:08.215]➜  EOF
2025-08-20T22:53:44.4663199Z [00:03:08.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b136=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b136/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack -asmhdr $WORK/b136/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T22:53:44.4820500Z [00:03:08.235]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:53:44.4833826Z [00:03:08.235]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T22:53:44.4835093Z [00:03:08.235]➜  crypto/elliptic
2025-08-20T22:53:44.4835877Z [00:03:08.235]➜  mkdir -p $WORK/b107/
2025-08-20T22:53:44.4836619Z [00:03:08.235]➜  cat >/tmp/go-build1138503492/b107/importcfg << 'EOF' # internal
2025-08-20T22:53:44.4837299Z [00:03:08.235]➜  # import config
2025-08-20T22:53:44.4838168Z [00:03:08.235]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1138503492/b103/_pkg_.a
2025-08-20T22:53:44.4839188Z [00:03:08.235]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.4839990Z [00:03:08.235]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.4840848Z [00:03:08.235]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.4841738Z [00:03:08.235]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:44.4842395Z [00:03:08.235]➜  EOF
2025-08-20T22:53:44.4851134Z [00:03:08.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b107=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T22:53:44.4940548Z [00:03:08.247]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:53:44.4950225Z [00:03:08.247]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b130/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T22:53:44.5209736Z [00:03:08.273]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:53:44.5213972Z [00:03:08.274]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b136=>" -I $WORK/b136/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b136/md5block_amd64.o ./md5block_amd64.s
2025-08-20T22:53:44.5272873Z [00:03:08.280]➜  go tool pack r $WORK/b136/_pkg_.a $WORK/b136/md5block_amd64.o # internal
2025-08-20T22:53:44.5274479Z [00:03:08.280]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:53:44.5298133Z [00:03:08.282]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T22:53:44.5306865Z [00:03:08.283]➜  crypto/internal/boring/bbig
2025-08-20T22:53:44.5307674Z [00:03:08.283]➜  mkdir -p $WORK/b108/
2025-08-20T22:53:44.5308946Z [00:03:08.283]➜  cat >/tmp/go-build1138503492/b108/importcfg << 'EOF' # internal
2025-08-20T22:53:44.5310161Z [00:03:08.283]➜  # import config
2025-08-20T22:53:44.5311195Z [00:03:08.283]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.5312995Z [00:03:08.283]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.5314031Z [00:03:08.283]➜  EOF
2025-08-20T22:53:44.5316458Z [00:03:08.283]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.5323681Z [00:03:08.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b108=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T22:53:44.5326756Z [00:03:08.284]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b157/abi_GOARCH.h
2025-08-20T22:53:44.5327438Z [00:03:08.284]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:53:44.5329291Z [00:03:08.284]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b157=>" -I $WORK/b157/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b157/asm_amd64.o ./asm_amd64.s
2025-08-20T22:53:44.5367662Z [00:03:08.289]➜  go tool pack r $WORK/b157/_pkg_.a $WORK/b157/asm_amd64.o $WORK/b157/preferlinkext $WORK/b157/_x001.o $WORK/b157/_x002.o $WORK/b157/_x003.o $WORK/b157/_x004.o $WORK/b157/_x005.o $WORK/b157/_x006.o $WORK/b157/_x007.o $WORK/b157/_x008.o $WORK/b157/_x009.o $WORK/b157/_x010.o $WORK/b157/_x011.o $WORK/b157/_x012.o $WORK/b157/_x013.o $WORK/b157/_x014.o # internal
2025-08-20T22:53:44.5377791Z [00:03:08.290]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:53:44.5411990Z [00:03:08.294]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T22:53:44.5418620Z [00:03:08.295]➜  encoding/asn1
2025-08-20T22:53:44.5425480Z [00:03:08.295]➜  mkdir -p $WORK/b117/
2025-08-20T22:53:44.5426546Z [00:03:08.295]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:53:44.5439424Z [00:03:08.296]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T22:53:44.5441777Z [00:03:08.296]➜  crypto/ed25519
2025-08-20T22:53:44.5442294Z [00:03:08.296]➜  mkdir -p $WORK/b120/
2025-08-20T22:53:44.5443036Z [00:03:08.296]➜  cat >/tmp/go-build1138503492/b117/importcfg << 'EOF' # internal
2025-08-20T22:53:44.5443720Z [00:03:08.296]➜  # import config
2025-08-20T22:53:44.5444402Z [00:03:08.296]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:44.5445455Z [00:03:08.296]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.5446332Z [00:03:08.296]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:44.5447180Z [00:03:08.296]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:44.5448017Z [00:03:08.296]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.5448888Z [00:03:08.296]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:44.5449716Z [00:03:08.296]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:44.5450533Z [00:03:08.296]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:44.5451352Z [00:03:08.296]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:44.5452144Z [00:03:08.296]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:44.5453047Z [00:03:08.296]➜  packagefile unicode/utf16=/tmp/go-build1138503492/b118/_pkg_.a
2025-08-20T22:53:44.5453948Z [00:03:08.296]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:44.5454591Z [00:03:08.296]➜  EOF
2025-08-20T22:53:44.5455716Z [00:03:08.296]➜  cat >/tmp/go-build1138503492/b120/importcfg << 'EOF' # internal
2025-08-20T22:53:44.5456438Z [00:03:08.296]➜  # import config
2025-08-20T22:53:44.5457065Z [00:03:08.297]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.5458074Z [00:03:08.297]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1138503492/b121/_pkg_.a
2025-08-20T22:53:44.5459260Z [00:03:08.297]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1138503492/b111/_pkg_.a
2025-08-20T22:53:44.5460389Z [00:03:08.297]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.5461371Z [00:03:08.297]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:44.5462277Z [00:03:08.297]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:44.5478728Z [00:03:08.297]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.5479886Z [00:03:08.297]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.5480740Z [00:03:08.297]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:44.5481539Z [00:03:08.297]➜  EOF
2025-08-20T22:53:44.5482460Z [00:03:08.297]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.5486184Z [00:03:08.297]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b117=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T22:53:44.5491494Z [00:03:08.297]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b120=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:53:44.5494457Z [00:03:08.299]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:53:44.5502014Z [00:03:08.299]➜  go tool pack r $WORK/b130/_pkg_.a $WORK/b130/chacha20poly1305_amd64.o # internal
2025-08-20T22:53:44.5502963Z [00:03:08.300]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:53:44.5504160Z [00:03:08.301]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T22:53:44.5505497Z [00:03:08.301]➜  crypto/internal/hpke
2025-08-20T22:53:44.5506009Z [00:03:08.301]➜  mkdir -p $WORK/b129/
2025-08-20T22:53:44.5506682Z [00:03:08.302]➜  cat >/tmp/go-build1138503492/b129/importcfg << 'EOF' # internal
2025-08-20T22:53:44.5507318Z [00:03:08.302]➜  # import config
2025-08-20T22:53:44.5508252Z [00:03:08.302]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:53:44.5509296Z [00:03:08.302]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.5510189Z [00:03:08.302]➜  packagefile crypto/aes=/tmp/go-build1138503492/b099/_pkg_.a
2025-08-20T22:53:44.5511080Z [00:03:08.302]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:44.5511970Z [00:03:08.302]➜  packagefile crypto/ecdh=/tmp/go-build1138503492/b101/_pkg_.a
2025-08-20T22:53:44.5512848Z [00:03:08.302]➜  packagefile crypto/hkdf=/tmp/go-build1138503492/b123/_pkg_.a
2025-08-20T22:53:44.5513715Z [00:03:08.302]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:44.5514526Z [00:03:08.302]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.5515824Z [00:03:08.302]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1138503492/b130/_pkg_.a
2025-08-20T22:53:44.5517192Z [00:03:08.302]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:44.5518093Z [00:03:08.302]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:44.5518703Z [00:03:08.302]➜  EOF
2025-08-20T22:53:44.5519230Z [00:03:08.302]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.5522334Z [00:03:08.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b129=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:53:44.6272781Z [00:03:08.380]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:53:44.6280717Z [00:03:08.380]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T22:53:44.6281813Z [00:03:08.380]➜  crypto/rc4
2025-08-20T22:53:44.6282337Z [00:03:08.380]➜  mkdir -p $WORK/b137/
2025-08-20T22:53:44.6283073Z [00:03:08.380]➜  cat >/tmp/go-build1138503492/b137/importcfg << 'EOF' # internal
2025-08-20T22:53:44.6283756Z [00:03:08.380]➜  # import config
2025-08-20T22:53:44.6284586Z [00:03:08.380]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1138503492/b076/_pkg_.a
2025-08-20T22:53:44.6285935Z [00:03:08.380]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.6286898Z [00:03:08.380]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.6287712Z [00:03:08.380]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:44.6288313Z [00:03:08.380]➜  EOF
2025-08-20T22:53:44.6290900Z [00:03:08.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b137=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:53:44.6318428Z [00:03:08.380]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:53:44.6320110Z [00:03:08.382]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T22:53:44.6321245Z [00:03:08.383]➜  crypto/internal/fips140/rsa
2025-08-20T22:53:44.6321719Z [00:03:08.383]➜  mkdir -p $WORK/b139/
2025-08-20T22:53:44.6322420Z [00:03:08.384]➜  cat >/tmp/go-build1138503492/b139/importcfg << 'EOF' # internal
2025-08-20T22:53:44.6323098Z [00:03:08.384]➜  # import config
2025-08-20T22:53:44.6323761Z [00:03:08.384]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:44.6324714Z [00:03:08.384]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:53:44.6326142Z [00:03:08.384]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1138503492/b110/_pkg_.a
2025-08-20T22:53:44.6327267Z [00:03:08.384]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:53:44.6328396Z [00:03:08.384]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:53:44.6329496Z [00:03:08.384]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:44.6330586Z [00:03:08.385]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1138503492/b083/_pkg_.a
2025-08-20T22:53:44.6331698Z [00:03:08.385]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:53:44.6332822Z [00:03:08.385]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:53:44.6333814Z [00:03:08.385]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.6334629Z [00:03:08.385]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.6335862Z [00:03:08.385]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.6336631Z [00:03:08.385]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:44.6337269Z [00:03:08.385]➜  EOF
2025-08-20T22:53:44.6342112Z [00:03:08.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b139=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T22:53:44.6535058Z [00:03:08.406]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:53:44.6544610Z [00:03:08.407]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T22:53:44.6551405Z [00:03:08.407]➜  crypto/sha1
2025-08-20T22:53:44.6551944Z [00:03:08.408]➜  mkdir -p $WORK/b140/
2025-08-20T22:53:44.6556831Z [00:03:08.408]➜  echo -n > $WORK/b140/go_asm.h # internal
2025-08-20T22:53:44.6587266Z [00:03:08.408]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:53:44.6590476Z [00:03:08.411]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b140/symabis ./sha1block_amd64.s
2025-08-20T22:53:44.6690786Z [00:03:08.421]➜  cat >/tmp/go-build1138503492/b140/importcfg << 'EOF' # internal
2025-08-20T22:53:44.6691505Z [00:03:08.422]➜  # import config
2025-08-20T22:53:44.6692148Z [00:03:08.422]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.6693079Z [00:03:08.422]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.6694162Z [00:03:08.422]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.6695821Z [00:03:08.422]➜  packagefile crypto/internal/impl=/tmp/go-build1138503492/b082/_pkg_.a
2025-08-20T22:53:44.6696783Z [00:03:08.422]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.6697650Z [00:03:08.422]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.6698569Z [00:03:08.422]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:44.6699552Z [00:03:08.422]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:44.6700457Z [00:03:08.422]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:44.6701102Z [00:03:08.422]➜  EOF
2025-08-20T22:53:44.6703162Z [00:03:08.423]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.6707468Z [00:03:08.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b140=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b140/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack -asmhdr $WORK/b140/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T22:53:44.6943247Z [00:03:08.447]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:53:44.6975420Z [00:03:08.450]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T22:53:44.6984744Z [00:03:08.451]➜  crypto/sha256
2025-08-20T22:53:44.6985449Z [00:03:08.451]➜  mkdir -p $WORK/b141/
2025-08-20T22:53:44.6986172Z [00:03:08.451]➜  cat >/tmp/go-build1138503492/b141/importcfg << 'EOF' # internal
2025-08-20T22:53:44.6987145Z [00:03:08.451]➜  # import config
2025-08-20T22:53:44.6987801Z [00:03:08.451]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.6988737Z [00:03:08.451]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.6989807Z [00:03:08.451]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:53:44.6990740Z [00:03:08.451]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.6991309Z [00:03:08.451]➜  EOF
2025-08-20T22:53:44.6996455Z [00:03:08.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b141=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:53:44.7224883Z [00:03:08.475]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:53:44.7231275Z [00:03:08.476]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T22:53:44.7240912Z [00:03:08.476]➜  crypto/dsa
2025-08-20T22:53:44.7241421Z [00:03:08.476]➜  mkdir -p $WORK/b145/
2025-08-20T22:53:44.7242163Z [00:03:08.476]➜  cat >/tmp/go-build1138503492/b145/importcfg << 'EOF' # internal
2025-08-20T22:53:44.7242847Z [00:03:08.476]➜  # import config
2025-08-20T22:53:44.7243711Z [00:03:08.476]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.7244863Z [00:03:08.476]➜  packagefile crypto/internal/randutil=/tmp/go-build1138503492/b090/_pkg_.a
2025-08-20T22:53:44.7246086Z [00:03:08.476]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.7246910Z [00:03:08.476]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.7247778Z [00:03:08.476]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.7248420Z [00:03:08.477]➜  EOF
2025-08-20T22:53:44.7253540Z [00:03:08.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b145=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:53:44.7256516Z [00:03:08.478]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:53:44.7258492Z [00:03:08.478]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b140=>" -I $WORK/b140/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b140/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T22:53:44.7350764Z [00:03:08.488]➜  go tool pack r $WORK/b140/_pkg_.a $WORK/b140/sha1block_amd64.o # internal
2025-08-20T22:53:44.7354831Z [00:03:08.488]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:53:44.7368700Z [00:03:08.489]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T22:53:44.7375069Z [00:03:08.490]➜  encoding/hex
2025-08-20T22:53:44.7375895Z [00:03:08.490]➜  mkdir -p $WORK/b147/
2025-08-20T22:53:44.7383686Z [00:03:08.491]➜  cat >/tmp/go-build1138503492/b147/importcfg << 'EOF' # internal
2025-08-20T22:53:44.7384408Z [00:03:08.491]➜  # import config
2025-08-20T22:53:44.7385090Z [00:03:08.491]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.7386189Z [00:03:08.491]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:44.7387004Z [00:03:08.491]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.7387839Z [00:03:08.491]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:44.7388677Z [00:03:08.491]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:44.7389598Z [00:03:08.491]➜  EOF
2025-08-20T22:53:44.7390164Z [00:03:08.491]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.7393927Z [00:03:08.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b147=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:53:44.7566168Z [00:03:08.509]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:53:44.7579581Z [00:03:08.511]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T22:53:44.7644957Z [00:03:08.517]➜  net
2025-08-20T22:53:44.7645676Z [00:03:08.517]➜  mkdir -p $WORK/b151/
2025-08-20T22:53:44.7649387Z [00:03:08.518]➜  echo -n > $WORK/b151/preferlinkext # internal
2025-08-20T22:53:44.7650400Z [00:03:08.518]➜  cd /root/.go/src/net
2025-08-20T22:53:44.7652786Z [00:03:08.518]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b151/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T22:53:44.7890000Z [00:03:08.542]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:53:44.7894754Z [00:03:08.542]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T22:53:44.7897097Z [00:03:08.542]➜  net/url
2025-08-20T22:53:44.7900573Z [00:03:08.542]➜  mkdir -p $WORK/b158/
2025-08-20T22:53:44.7903086Z [00:03:08.543]➜  cat >/tmp/go-build1138503492/b158/importcfg << 'EOF' # internal
2025-08-20T22:53:44.7903652Z [00:03:08.543]➜  # import config
2025-08-20T22:53:44.7904249Z [00:03:08.543]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.7904969Z [00:03:08.543]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:44.7906188Z [00:03:08.543]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:44.7906868Z [00:03:08.543]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:44.7907555Z [00:03:08.543]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:44.7908260Z [00:03:08.543]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:44.7908958Z [00:03:08.543]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:44.7909491Z [00:03:08.543]➜  EOF
2025-08-20T22:53:44.7910007Z [00:03:08.543]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:44.7912665Z [00:03:08.543]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b158=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:53:44.8202562Z [00:03:08.573]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:53:44.8233401Z [00:03:08.576]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T22:53:44.8240010Z [00:03:08.577]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:53:44.8242927Z [00:03:08.577]➜  mkdir -p $WORK/b116/
2025-08-20T22:53:44.8254447Z [00:03:08.578]➜  cat >/tmp/go-build1138503492/b116/importcfg << 'EOF' # internal
2025-08-20T22:53:44.8261881Z [00:03:08.578]➜  # import config
2025-08-20T22:53:44.8262843Z [00:03:08.578]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:53:44.8263926Z [00:03:08.578]➜  packagefile encoding/asn1=/tmp/go-build1138503492/b117/_pkg_.a
2025-08-20T22:53:44.8265060Z [00:03:08.578]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.8266054Z [00:03:08.578]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:44.8267079Z [00:03:08.578]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1138503492/b119/_pkg_.a
2025-08-20T22:53:44.8268088Z [00:03:08.578]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.8268840Z [00:03:08.578]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:44.8269608Z [00:03:08.578]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:44.8270177Z [00:03:08.578]➜  EOF
2025-08-20T22:53:44.8274665Z [00:03:08.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b116=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T22:53:44.9568126Z [00:03:08.709]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:53:44.9592448Z [00:03:08.712]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T22:53:44.9595635Z [00:03:08.712]➜  crypto/rsa
2025-08-20T22:53:44.9598545Z [00:03:08.713]➜  mkdir -p $WORK/b138/
2025-08-20T22:53:44.9604050Z [00:03:08.713]➜  cat >/tmp/go-build1138503492/b138/importcfg << 'EOF' # internal
2025-08-20T22:53:44.9604801Z [00:03:08.713]➜  # import config
2025-08-20T22:53:44.9605692Z [00:03:08.713]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:44.9606764Z [00:03:08.713]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:44.9607805Z [00:03:08.713]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1138503492/b108/_pkg_.a
2025-08-20T22:53:44.9609180Z [00:03:08.713]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1138503492/b110/_pkg_.a
2025-08-20T22:53:44.9610210Z [00:03:08.713]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1138503492/b139/_pkg_.a
2025-08-20T22:53:44.9611221Z [00:03:08.713]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1138503492/b113/_pkg_.a
2025-08-20T22:53:44.9612221Z [00:03:08.713]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:44.9614942Z [00:03:08.714]➜  packagefile crypto/internal/randutil=/tmp/go-build1138503492/b090/_pkg_.a
2025-08-20T22:53:44.9616489Z [00:03:08.714]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:44.9617569Z [00:03:08.714]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:44.9619318Z [00:03:08.714]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:44.9620069Z [00:03:08.714]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:44.9620807Z [00:03:08.714]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:44.9621604Z [00:03:08.714]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:44.9622383Z [00:03:08.714]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:44.9623101Z [00:03:08.714]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:44.9623846Z [00:03:08.714]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.9624409Z [00:03:08.714]➜  EOF
2025-08-20T22:53:44.9628085Z [00:03:08.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b138=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T22:53:44.9826054Z [00:03:08.735]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:53:44.9848340Z [00:03:08.737]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T22:53:44.9864100Z [00:03:08.738]➜  crypto/x509/pkix
2025-08-20T22:53:44.9864679Z [00:03:08.738]➜  mkdir -p $WORK/b146/
2025-08-20T22:53:44.9865912Z [00:03:08.739]➜  cat >/tmp/go-build1138503492/b146/importcfg << 'EOF' # internal
2025-08-20T22:53:44.9866636Z [00:03:08.739]➜  # import config
2025-08-20T22:53:44.9867361Z [00:03:08.739]➜  packagefile encoding/asn1=/tmp/go-build1138503492/b117/_pkg_.a
2025-08-20T22:53:44.9868299Z [00:03:08.739]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:44.9869212Z [00:03:08.739]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:44.9870070Z [00:03:08.739]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:44.9870932Z [00:03:08.739]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:44.9871567Z [00:03:08.739]➜  EOF
2025-08-20T22:53:44.9874601Z [00:03:08.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b146=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:53:45.0293874Z [00:03:08.782]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:53:45.0320085Z [00:03:08.785]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T22:53:45.0327497Z [00:03:08.785]➜  crypto/ecdsa
2025-08-20T22:53:45.0328020Z [00:03:08.785]➜  mkdir -p $WORK/b106/
2025-08-20T22:53:45.0350890Z [00:03:08.786]➜  cat >/tmp/go-build1138503492/b106/importcfg << 'EOF' # internal
2025-08-20T22:53:45.0352107Z [00:03:08.786]➜  # import config
2025-08-20T22:53:45.0354355Z [00:03:08.786]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:53:45.0355965Z [00:03:08.786]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:53:45.0358789Z [00:03:08.786]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:45.0359641Z [00:03:08.786]➜  packagefile crypto/ecdh=/tmp/go-build1138503492/b101/_pkg_.a
2025-08-20T22:53:45.0360527Z [00:03:08.786]➜  packagefile crypto/elliptic=/tmp/go-build1138503492/b107/_pkg_.a
2025-08-20T22:53:45.0361461Z [00:03:08.786]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:45.0362503Z [00:03:08.786]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1138503492/b108/_pkg_.a
2025-08-20T22:53:45.0363559Z [00:03:08.786]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1138503492/b109/_pkg_.a
2025-08-20T22:53:45.0364679Z [00:03:08.786]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1138503492/b103/_pkg_.a
2025-08-20T22:53:45.0365950Z [00:03:08.786]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1138503492/b111/_pkg_.a
2025-08-20T22:53:45.0367037Z [00:03:08.786]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1138503492/b113/_pkg_.a
2025-08-20T22:53:45.0368091Z [00:03:08.786]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:53:45.0369104Z [00:03:08.786]➜  packagefile crypto/internal/randutil=/tmp/go-build1138503492/b090/_pkg_.a
2025-08-20T22:53:45.0370025Z [00:03:08.786]➜  packagefile crypto/sha512=/tmp/go-build1138503492/b115/_pkg_.a
2025-08-20T22:53:45.0371116Z [00:03:08.786]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:45.0371933Z [00:03:08.786]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.0372920Z [00:03:08.786]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1138503492/b116/_pkg_.a
2025-08-20T22:53:45.0374185Z [00:03:08.787]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1138503492/b119/_pkg_.a
2025-08-20T22:53:45.0379857Z [00:03:08.787]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.0380746Z [00:03:08.787]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:45.0381617Z [00:03:08.787]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:53:45.0382253Z [00:03:08.787]➜  EOF
2025-08-20T22:53:45.0385696Z [00:03:08.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b106=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T22:53:45.0426803Z [00:03:08.795]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:53:45.0441304Z [00:03:08.797]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T22:53:45.0442357Z [00:03:08.797]➜  embed
2025-08-20T22:53:45.0444107Z [00:03:08.797]➜  mkdir -p $WORK/b160/
2025-08-20T22:53:45.0454491Z [00:03:08.798]➜  cat >/tmp/go-build1138503492/b160/importcfg << 'EOF' # internal
2025-08-20T22:53:45.0459040Z [00:03:08.798]➜  # import config
2025-08-20T22:53:45.0460992Z [00:03:08.798]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.0466045Z [00:03:08.798]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:45.0469497Z [00:03:08.798]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:45.0473249Z [00:03:08.798]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.0474495Z [00:03:08.798]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:45.0475635Z [00:03:08.798]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:45.0476261Z [00:03:08.798]➜  EOF
2025-08-20T22:53:45.0478881Z [00:03:08.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b160=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T22:53:45.0888967Z [00:03:08.839]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:53:45.0896937Z [00:03:08.842]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T22:53:45.0897847Z [00:03:08.842]➜  encoding/json
2025-08-20T22:53:45.0898359Z [00:03:08.842]➜  mkdir -p $WORK/b161/
2025-08-20T22:53:45.0899053Z [00:03:08.842]➜  cat >/tmp/go-build1138503492/b161/importcfg << 'EOF' # internal
2025-08-20T22:53:45.0901609Z [00:03:08.843]➜  # import config
2025-08-20T22:53:45.0903283Z [00:03:08.843]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:45.0904373Z [00:03:08.843]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:45.0907131Z [00:03:08.843]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:45.0908745Z [00:03:08.843]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:45.0911692Z [00:03:08.843]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.0912527Z [00:03:08.843]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.0914227Z [00:03:08.843]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.0915686Z [00:03:08.843]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:45.0917125Z [00:03:08.843]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:45.0919379Z [00:03:08.843]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:45.0920539Z [00:03:08.843]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.0922736Z [00:03:08.843]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.0923830Z [00:03:08.843]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:45.0924866Z [00:03:08.843]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:45.0926289Z [00:03:08.843]➜  packagefile unicode/utf16=/tmp/go-build1138503492/b118/_pkg_.a
2025-08-20T22:53:45.0928895Z [00:03:08.843]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:45.0932448Z [00:03:08.843]➜  EOF
2025-08-20T22:53:45.0942513Z [00:03:08.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b161=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T22:53:45.0946826Z [00:03:08.844]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:53:45.0948084Z [00:03:08.846]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T22:53:45.0949097Z [00:03:08.847]➜  flag
2025-08-20T22:53:45.0949532Z [00:03:08.847]➜  mkdir -p $WORK/b163/
2025-08-20T22:53:45.0950197Z [00:03:08.847]➜  cat >/tmp/go-build1138503492/b163/importcfg << 'EOF' # internal
2025-08-20T22:53:45.0951131Z [00:03:08.847]➜  # import config
2025-08-20T22:53:45.0951756Z [00:03:08.847]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:45.0952836Z [00:03:08.847]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.0953627Z [00:03:08.847]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.0954334Z [00:03:08.847]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.0955069Z [00:03:08.847]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:45.0956033Z [00:03:08.847]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:45.0956879Z [00:03:08.847]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:45.0957778Z [00:03:08.847]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:45.0958619Z [00:03:08.847]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.0959462Z [00:03:08.847]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.0960266Z [00:03:08.847]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:45.0960914Z [00:03:08.847]➜  EOF
2025-08-20T22:53:45.0965010Z [00:03:08.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b163=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:53:45.2461254Z [00:03:08.999]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:53:45.2493021Z [00:03:09.002]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T22:53:45.2501408Z [00:03:09.003]➜  github.com/kballard/go-shellquote
2025-08-20T22:53:45.2502056Z [00:03:09.003]➜  mkdir -p $WORK/b164/
2025-08-20T22:53:45.2513117Z [00:03:09.004]➜  cat >/tmp/go-build1138503492/b164/importcfg << 'EOF' # internal
2025-08-20T22:53:45.2514255Z [00:03:09.004]➜  # import config
2025-08-20T22:53:45.2515483Z [00:03:09.004]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:45.2517751Z [00:03:09.004]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.2518918Z [00:03:09.004]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.2520127Z [00:03:09.004]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:45.2521262Z [00:03:09.004]➜  EOF
2025-08-20T22:53:45.2527652Z [00:03:09.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51=>github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51;$WORK/b164=>" -p github.com/kballard/go-shellquote -lang=go1.16 -complete -installsuffix shared -buildid 3rmonsvrDpbY5yA1QdhD/3rmonsvrDpbY5yA1QdhD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/doc.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/quote.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/unquote.go
2025-08-20T22:53:45.2749941Z [00:03:09.027]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:53:45.2760242Z [00:03:09.029]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/e4/e48e48620f1450423a98413433519669e471957ddd834f78566dde80cfffbaba-d # internal
2025-08-20T22:53:45.2782799Z [00:03:09.031]➜  golang.org/x/sys/unix
2025-08-20T22:53:45.2785564Z [00:03:09.031]➜  mkdir -p $WORK/b167/
2025-08-20T22:53:45.2792498Z [00:03:09.032]➜  echo -n > $WORK/b167/go_asm.h # internal
2025-08-20T22:53:45.2798054Z [00:03:09.032]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:53:45.2800811Z [00:03:09.032]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b167/symabis ./asm_linux_amd64.s
2025-08-20T22:53:45.2846580Z [00:03:09.037]➜  cat >/tmp/go-build1138503492/b167/importcfg << 'EOF' # internal
2025-08-20T22:53:45.2847725Z [00:03:09.037]➜  # import config
2025-08-20T22:53:45.2848659Z [00:03:09.037]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:45.2849859Z [00:03:09.037]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:45.2850898Z [00:03:09.037]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:45.2851961Z [00:03:09.037]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:45.2853542Z [00:03:09.037]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:45.2854633Z [00:03:09.037]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:45.2855875Z [00:03:09.037]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.2856940Z [00:03:09.037]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.2857927Z [00:03:09.037]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:45.2862888Z [00:03:09.037]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:45.2863733Z [00:03:09.037]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:45.2864358Z [00:03:09.037]➜  EOF
2025-08-20T22:53:45.2873404Z [00:03:09.040]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.2910616Z [00:03:09.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b167=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid D8lfyRlhl6uuf8bLHL5n/D8lfyRlhl6uuf8bLHL5n -goversion go1.25.0 -symabis $WORK/b167/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack -asmhdr $WORK/b167/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux_amd64.go
2025-08-20T22:53:45.5203293Z [00:03:09.273]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:53:45.5368341Z [00:03:09.288]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T22:53:45.5378720Z [00:03:09.291]➜  io/ioutil
2025-08-20T22:53:45.5379732Z [00:03:09.291]➜  mkdir -p $WORK/b169/
2025-08-20T22:53:45.5382074Z [00:03:09.291]➜  cat >/tmp/go-build1138503492/b169/importcfg << 'EOF' # internal
2025-08-20T22:53:45.5383330Z [00:03:09.291]➜  # import config
2025-08-20T22:53:45.5384689Z [00:03:09.291]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.5387521Z [00:03:09.291]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:45.5388920Z [00:03:09.291]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:45.5390297Z [00:03:09.291]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:45.5391357Z [00:03:09.291]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.5392705Z [00:03:09.291]➜  EOF
2025-08-20T22:53:45.5396786Z [00:03:09.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b169=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:53:45.6218287Z [00:03:09.375]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:53:45.6231639Z [00:03:09.376]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T22:53:45.6237608Z [00:03:09.376]➜  github.com/mitchellh/go-ps
2025-08-20T22:53:45.6244752Z [00:03:09.376]➜  mkdir -p $WORK/b168/
2025-08-20T22:53:45.6245747Z [00:03:09.377]➜  cat >/tmp/go-build1138503492/b168/importcfg << 'EOF' # internal
2025-08-20T22:53:45.6246387Z [00:03:09.377]➜  # import config
2025-08-20T22:53:45.6247028Z [00:03:09.377]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.6247764Z [00:03:09.377]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.6248551Z [00:03:09.377]➜  packagefile io/ioutil=/tmp/go-build1138503492/b169/_pkg_.a
2025-08-20T22:53:45.6249315Z [00:03:09.377]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:45.6250062Z [00:03:09.377]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.6261178Z [00:03:09.377]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.6261871Z [00:03:09.377]➜  EOF
2025-08-20T22:53:45.6266108Z [00:03:09.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0=>github.com/mitchellh/go-ps@v1.0.0;$WORK/b168=>" -p github.com/mitchellh/go-ps -lang=go1.13 -complete -installsuffix shared -buildid vpi1Nl9lPoGHbuTpOxox/vpi1Nl9lPoGHbuTpOxox -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0/process.go /root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0/process_linux.go /root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0/process_unix.go
2025-08-20T22:53:45.6504150Z [00:03:09.403]➜  cd $WORK/b151
2025-08-20T22:53:45.6511826Z [00:03:09.404]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b151/_x001.o -c _cgo_export.c
2025-08-20T22:53:45.6581400Z [00:03:09.411]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:53:45.6589853Z [00:03:09.411]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/34/3413d9882bb5a032bfb21ae70f9aac83ffb73fe07b1f92133829da417ee1dee4-d # internal
2025-08-20T22:53:45.6590890Z [00:03:09.411]➜  text/tabwriter
2025-08-20T22:53:45.6591468Z [00:03:09.411]➜  mkdir -p $WORK/b173/
2025-08-20T22:53:45.6592223Z [00:03:09.411]➜  cat >/tmp/go-build1138503492/b173/importcfg << 'EOF' # internal
2025-08-20T22:53:45.6592888Z [00:03:09.411]➜  # import config
2025-08-20T22:53:45.6593475Z [00:03:09.411]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.6594199Z [00:03:09.411]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.6594977Z [00:03:09.411]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:45.6595816Z [00:03:09.411]➜  EOF
2025-08-20T22:53:45.6596323Z [00:03:09.411]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.6599477Z [00:03:09.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b173=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T22:53:45.6808885Z [00:03:09.433]➜  cd $WORK/b151
2025-08-20T22:53:45.6816389Z [00:03:09.434]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b151/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:53:45.6940204Z [00:03:09.447]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:53:45.6972770Z [00:03:09.450]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:53:45.6982306Z [00:03:09.451]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T22:53:45.6988806Z [00:03:09.451]➜  log
2025-08-20T22:53:45.6994922Z [00:03:09.451]➜  mkdir -p $WORK/b176/
2025-08-20T22:53:45.6995891Z [00:03:09.451]➜  cat >/tmp/go-build1138503492/b176/importcfg << 'EOF' # internal
2025-08-20T22:53:45.6996617Z [00:03:09.451]➜  # import config
2025-08-20T22:53:45.6997631Z [00:03:09.451]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.6998394Z [00:03:09.451]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.6999272Z [00:03:09.452]➜  packagefile log/internal=/tmp/go-build1138503492/b177/_pkg_.a
2025-08-20T22:53:45.7000132Z [00:03:09.452]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:45.7000939Z [00:03:09.452]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:45.7001763Z [00:03:09.452]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:45.7002679Z [00:03:09.452]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:45.7003550Z [00:03:09.452]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:45.7004150Z [00:03:09.452]➜  EOF
2025-08-20T22:53:45.7004712Z [00:03:09.452]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.7007543Z [00:03:09.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b176=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:53:45.7011041Z [00:03:09.452]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T22:53:45.7019284Z [00:03:09.455]➜  github.com/peterbourgon/ff/v3/internal
2025-08-20T22:53:45.7021830Z [00:03:09.455]➜  mkdir -p $WORK/b172/
2025-08-20T22:53:45.7029208Z [00:03:09.456]➜  cat >/tmp/go-build1138503492/b172/importcfg << 'EOF' # internal
2025-08-20T22:53:45.7042879Z [00:03:09.456]➜  # import config
2025-08-20T22:53:45.7043934Z [00:03:09.456]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:45.7044899Z [00:03:09.456]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.7045999Z [00:03:09.456]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.7046638Z [00:03:09.456]➜  EOF
2025-08-20T22:53:45.7050861Z [00:03:09.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/internal=>github.com/peterbourgon/ff/v3@v3.4.0/internal;$WORK/b172=>" -p github.com/peterbourgon/ff/v3/internal -lang=go1.18 -complete -installsuffix shared -buildid 0UeD5QmGFQR7pZPRseIV/0UeD5QmGFQR7pZPRseIV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/internal/doc.go /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/internal/traverse_map.go
2025-08-20T22:53:45.7201035Z [00:03:09.473]➜  cd $WORK/b151
2025-08-20T22:53:45.7205615Z [00:03:09.473]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b151/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:53:45.7226512Z [00:03:09.475]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:53:45.7268924Z [00:03:09.480]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/7f/7fc60c29cffdead9f53c412b96981fa851cb2a88451a39faaa9d1236019a3ca1-d # internal
2025-08-20T22:53:45.7312314Z [00:03:09.484]➜  github.com/peterbourgon/ff/v3
2025-08-20T22:53:45.7332815Z [00:03:09.484]➜  mkdir -p $WORK/b171/
2025-08-20T22:53:45.7333544Z [00:03:09.485]➜  cat >/tmp/go-build1138503492/b171/importcfg << 'EOF' # internal
2025-08-20T22:53:45.7334210Z [00:03:09.486]➜  # import config
2025-08-20T22:53:45.7335030Z [00:03:09.486]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:45.7336151Z [00:03:09.486]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:53:45.7337399Z [00:03:09.486]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:45.7338277Z [00:03:09.486]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.7339057Z [00:03:09.486]➜  packagefile flag=/tmp/go-build1138503492/b163/_pkg_.a
2025-08-20T22:53:45.7339846Z [00:03:09.486]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.7340842Z [00:03:09.486]➜  packagefile github.com/peterbourgon/ff/v3/internal=/tmp/go-build1138503492/b172/_pkg_.a
2025-08-20T22:53:45.7341774Z [00:03:09.486]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.7342524Z [00:03:09.486]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:45.7343275Z [00:03:09.486]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:45.7344062Z [00:03:09.486]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.7344845Z [00:03:09.486]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.7345991Z [00:03:09.486]➜  EOF
2025-08-20T22:53:45.7346522Z [00:03:09.486]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.7351987Z [00:03:09.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0=>github.com/peterbourgon/ff/v3@v3.4.0;$WORK/b171=>" -p github.com/peterbourgon/ff/v3 -lang=go1.18 -complete -installsuffix shared -buildid XypJT69DuQFmtMtpJcsA/XypJT69DuQFmtMtpJcsA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/doc.go /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/env_parser.go /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/json_parser.go /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/parse.go /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/plain_parser.go
2025-08-20T22:53:45.7812829Z [00:03:09.534]➜  cd $WORK/b151
2025-08-20T22:53:45.7817866Z [00:03:09.534]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b151/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:53:45.7869375Z [00:03:09.540]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:53:45.7886325Z [00:03:09.541]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T22:53:45.7911963Z [00:03:09.544]➜  github.com/skip2/go-qrcode/bitset
2025-08-20T22:53:45.7912631Z [00:03:09.544]➜  mkdir -p $WORK/b175/
2025-08-20T22:53:45.7918658Z [00:03:09.545]➜  cat >/tmp/go-build1138503492/b175/importcfg << 'EOF' # internal
2025-08-20T22:53:45.7939242Z [00:03:09.545]➜  # import config
2025-08-20T22:53:45.7940414Z [00:03:09.545]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:45.7941334Z [00:03:09.545]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.7942473Z [00:03:09.545]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:45.7943173Z [00:03:09.545]➜  EOF
2025-08-20T22:53:45.7949740Z [00:03:09.548]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.7953645Z [00:03:09.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/bitset=>github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/bitset;$WORK/b175=>" -p github.com/skip2/go-qrcode/bitset -lang=go1.13 -complete -installsuffix shared -buildid wEr7vg0H9IY8fJZz929W/wEr7vg0H9IY8fJZz929W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/bitset/bitset.go
2025-08-20T22:53:45.8011927Z [00:03:09.554]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:53:45.8026000Z [00:03:09.555]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/17/179b7dd2e13bb9c7d7e7d870801c91914fadd5eaffdbba70f1fd7de9e113b746-d # internal
2025-08-20T22:53:45.8039725Z [00:03:09.556]➜  github.com/peterbourgon/ff/v3/ffcli
2025-08-20T22:53:45.8040387Z [00:03:09.556]➜  mkdir -p $WORK/b170/
2025-08-20T22:53:45.8041296Z [00:03:09.557]➜  cat >/tmp/go-build1138503492/b170/importcfg << 'EOF' # internal
2025-08-20T22:53:45.8042091Z [00:03:09.557]➜  # import config
2025-08-20T22:53:45.8042884Z [00:03:09.557]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:45.8043841Z [00:03:09.557]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.8044772Z [00:03:09.557]➜  packagefile flag=/tmp/go-build1138503492/b163/_pkg_.a
2025-08-20T22:53:45.8045956Z [00:03:09.557]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.8047077Z [00:03:09.557]➜  packagefile github.com/peterbourgon/ff/v3=/tmp/go-build1138503492/b171/_pkg_.a
2025-08-20T22:53:45.8048270Z [00:03:09.557]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:45.8049346Z [00:03:09.557]➜  packagefile text/tabwriter=/tmp/go-build1138503492/b173/_pkg_.a
2025-08-20T22:53:45.8050207Z [00:03:09.557]➜  EOF
2025-08-20T22:53:45.8058525Z [00:03:09.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/ffcli=>github.com/peterbourgon/ff/v3@v3.4.0/ffcli;$WORK/b170=>" -p github.com/peterbourgon/ff/v3/ffcli -lang=go1.18 -complete -installsuffix shared -buildid bsUDSxHVg-fo8qwrdTw0/bsUDSxHVg-fo8qwrdTw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/ffcli/command.go /root/go/pkg/mod/github.com/peterbourgon/ff/v3@v3.4.0/ffcli/doc.go
2025-08-20T22:53:45.8292987Z [00:03:09.582]➜  cd $WORK/b151
2025-08-20T22:53:45.8296304Z [00:03:09.582]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b151/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:53:45.8392976Z [00:03:09.592]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:53:45.8406669Z [00:03:09.593]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/4d/4de50e498bec859ac7e19f3579ded8f658e43ae32d4ea35d6bb283224ce56f61-d # internal
2025-08-20T22:53:45.8414778Z [00:03:09.594]➜  github.com/skip2/go-qrcode/reedsolomon
2025-08-20T22:53:45.8415609Z [00:03:09.594]➜  mkdir -p $WORK/b178/
2025-08-20T22:53:45.8424426Z [00:03:09.595]➜  cat >/tmp/go-build1138503492/b178/importcfg << 'EOF' # internal
2025-08-20T22:53:45.8425348Z [00:03:09.595]➜  # import config
2025-08-20T22:53:45.8426015Z [00:03:09.595]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.8428401Z [00:03:09.595]➜  packagefile github.com/skip2/go-qrcode/bitset=/tmp/go-build1138503492/b175/_pkg_.a
2025-08-20T22:53:45.8429704Z [00:03:09.596]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:45.8432210Z [00:03:09.596]➜  EOF
2025-08-20T22:53:45.8437635Z [00:03:09.596]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.8451297Z [00:03:09.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon=>github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon;$WORK/b178=>" -p github.com/skip2/go-qrcode/reedsolomon -lang=go1.13 -complete -installsuffix shared -buildid _mfMVONtEL6xWrzGCTAY/_mfMVONtEL6xWrzGCTAY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon/gf2_8.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon/gf_poly.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon/reed_solomon.go
2025-08-20T22:53:45.8475983Z [00:03:09.600]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:53:45.8521497Z [00:03:09.605]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/33/3308083c9b1ffe3434bcc53c1738ebb2a43199cda6d46001654c62395940f679-d # internal
2025-08-20T22:53:45.8538138Z [00:03:09.606]➜  image
2025-08-20T22:53:45.8542132Z [00:03:09.607]➜  mkdir -p $WORK/b179/
2025-08-20T22:53:45.8555770Z [00:03:09.608]➜  cat >/tmp/go-build1138503492/b179/importcfg << 'EOF' # internal
2025-08-20T22:53:45.8565816Z [00:03:09.608]➜  # import config
2025-08-20T22:53:45.8566527Z [00:03:09.608]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:45.8567440Z [00:03:09.608]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.8568311Z [00:03:09.608]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:45.8569189Z [00:03:09.608]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.8570062Z [00:03:09.609]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:45.8570924Z [00:03:09.609]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.8571771Z [00:03:09.609]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:45.8572647Z [00:03:09.609]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:45.8573298Z [00:03:09.609]➜  EOF
2025-08-20T22:53:45.8577113Z [00:03:09.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b179=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid FUsm-DkEVGAeb5T_ajyX/FUsm-DkEVGAeb5T_ajyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T22:53:45.8879075Z [00:03:09.640]➜  cd $WORK/b151
2025-08-20T22:53:45.8884218Z [00:03:09.641]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b151/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:53:45.8959481Z [00:03:09.649]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:53:45.8970132Z [00:03:09.650]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/ca/cad8385d82a9c75293cd8a061f8792ee9c773dc6876b550f82477594f6354e65-d # internal
2025-08-20T22:53:45.8974724Z [00:03:09.650]➜  compress/flate
2025-08-20T22:53:45.8990646Z [00:03:09.652]➜  mkdir -p $WORK/b183/
2025-08-20T22:53:45.8995361Z [00:03:09.652]➜  cat >/tmp/go-build1138503492/b183/importcfg << 'EOF' # internal
2025-08-20T22:53:45.8996462Z [00:03:09.652]➜  # import config
2025-08-20T22:53:45.8998340Z [00:03:09.652]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:45.9000053Z [00:03:09.652]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:45.9000888Z [00:03:09.652]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:45.9001695Z [00:03:09.652]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:45.9002528Z [00:03:09.652]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:45.9003415Z [00:03:09.652]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:45.9004307Z [00:03:09.652]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:45.9005292Z [00:03:09.652]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:45.9006188Z [00:03:09.652]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:45.9006853Z [00:03:09.652]➜  EOF
2025-08-20T22:53:45.9007813Z [00:03:09.652]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.9033011Z [00:03:09.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b183=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T22:53:45.9351968Z [00:03:09.688]➜  cd $WORK/b151
2025-08-20T22:53:45.9356088Z [00:03:09.688]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -I $WORK/b151/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b151/_cgo_main.o -c _cgo_main.c
2025-08-20T22:53:45.9777978Z [00:03:09.730]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:45.9780879Z [00:03:09.730]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -o $WORK/b151/_cgo_.o $WORK/b151/_cgo_main.o $WORK/b151/preferlinkext $WORK/b151/_x001.o $WORK/b151/_x002.o $WORK/b151/_x003.o $WORK/b151/_x004.o $WORK/b151/_x005.o $WORK/b151/_x006.o -O2 -g -lresolv
2025-08-20T22:53:46.1044680Z [00:03:09.857]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:53:46.1136505Z [00:03:09.865]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d # internal
2025-08-20T22:53:46.1137792Z [00:03:09.866]➜  hash/adler32
2025-08-20T22:53:46.1138311Z [00:03:09.866]➜  mkdir -p $WORK/b184/
2025-08-20T22:53:46.1139094Z [00:03:09.866]➜  cat >/tmp/go-build1138503492/b184/importcfg << 'EOF' # internal
2025-08-20T22:53:46.1139780Z [00:03:09.866]➜  # import config
2025-08-20T22:53:46.1140478Z [00:03:09.866]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.1141287Z [00:03:09.866]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:46.1142163Z [00:03:09.866]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:46.1142871Z [00:03:09.866]➜  EOF
2025-08-20T22:53:46.1145853Z [00:03:09.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b184=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T22:53:46.1480114Z [00:03:09.901]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:53:46.1519268Z [00:03:09.901]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T22:53:46.1520292Z [00:03:09.902]➜  hash/crc32
2025-08-20T22:53:46.1520734Z [00:03:09.902]➜  mkdir -p $WORK/b185/
2025-08-20T22:53:46.1522074Z [00:03:09.902]➜  echo -n > $WORK/b185/go_asm.h # internal
2025-08-20T22:53:46.1523199Z [00:03:09.902]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:53:46.1525481Z [00:03:09.902]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b185=>" -I $WORK/b185/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b185/symabis ./crc32_amd64.s
2025-08-20T22:53:46.1528417Z [00:03:09.904]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:53:46.1548313Z [00:03:09.907]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T22:53:46.1556339Z [00:03:09.907]➜  compress/zlib
2025-08-20T22:53:46.1556916Z [00:03:09.908]➜  mkdir -p $WORK/b182/
2025-08-20T22:53:46.1557641Z [00:03:09.908]➜  cat >/tmp/go-build1138503492/b182/importcfg << 'EOF' # internal
2025-08-20T22:53:46.1558305Z [00:03:09.908]➜  # import config
2025-08-20T22:53:46.1558937Z [00:03:09.908]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:46.1559782Z [00:03:09.908]➜  packagefile compress/flate=/tmp/go-build1138503492/b183/_pkg_.a
2025-08-20T22:53:46.1560682Z [00:03:09.908]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:46.1561516Z [00:03:09.908]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.1562319Z [00:03:09.908]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.1563087Z [00:03:09.908]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:46.1563917Z [00:03:09.908]➜  packagefile hash/adler32=/tmp/go-build1138503492/b184/_pkg_.a
2025-08-20T22:53:46.1564720Z [00:03:09.908]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.1565514Z [00:03:09.908]➜  EOF
2025-08-20T22:53:46.1566038Z [00:03:09.908]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:46.1569142Z [00:03:09.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b182=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid F7sNlA_TlQHvLu_cpG7C/F7sNlA_TlQHvLu_cpG7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T22:53:46.1585506Z [00:03:09.911]➜  cat >/tmp/go-build1138503492/b185/importcfg << 'EOF' # internal
2025-08-20T22:53:46.1586264Z [00:03:09.911]➜  # import config
2025-08-20T22:53:46.1586932Z [00:03:09.911]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.1587747Z [00:03:09.911]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:46.1588619Z [00:03:09.911]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:46.1589531Z [00:03:09.911]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:46.1590348Z [00:03:09.911]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:46.1591478Z [00:03:09.911]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:46.1592318Z [00:03:09.911]➜  EOF
2025-08-20T22:53:46.1596259Z [00:03:09.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b185=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b185/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack -asmhdr $WORK/b185/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T22:53:46.1836448Z [00:03:09.936]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b151=/tmp/go-build -gno-record-gcc-switches -o $WORK/b151/_cgo_.o $WORK/b151/_cgo_main.o $WORK/b151/preferlinkext $WORK/b151/_x001.o $WORK/b151/_x002.o $WORK/b151/_x003.o $WORK/b151/_x004.o $WORK/b151/_x005.o $WORK/b151/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:53:46.1841813Z [00:03:09.936]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b151/_cgo_.o -dynout $WORK/b151/_cgo_import.go
2025-08-20T22:53:46.1998902Z [00:03:09.952]➜  cat >/tmp/go-build1138503492/b151/importcfg << 'EOF' # internal
2025-08-20T22:53:46.2009820Z [00:03:09.953]➜  # import config
2025-08-20T22:53:46.2010670Z [00:03:09.953]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:53:46.2011934Z [00:03:09.953]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:46.2012731Z [00:03:09.953]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:46.2013514Z [00:03:09.953]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.2014509Z [00:03:09.953]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1138503492/b152/_pkg_.a
2025-08-20T22:53:46.2015739Z [00:03:09.953]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:53:46.2016668Z [00:03:09.953]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:46.2017549Z [00:03:09.953]➜  packagefile internal/itoa=/tmp/go-build1138503492/b036/_pkg_.a
2025-08-20T22:53:46.2018456Z [00:03:09.953]➜  packagefile internal/nettrace=/tmp/go-build1138503492/b153/_pkg_.a
2025-08-20T22:53:46.2019345Z [00:03:09.953]➜  packagefile internal/poll=/tmp/go-build1138503492/b058/_pkg_.a
2025-08-20T22:53:46.2020292Z [00:03:09.953]➜  packagefile internal/singleflight=/tmp/go-build1138503492/b154/_pkg_.a
2025-08-20T22:53:46.2021264Z [00:03:09.953]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:53:46.2022230Z [00:03:09.953]➜  packagefile internal/syscall/unix=/tmp/go-build1138503492/b059/_pkg_.a
2025-08-20T22:53:46.2023076Z [00:03:09.953]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.2023815Z [00:03:09.953]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:46.2024598Z [00:03:09.953]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:46.2025893Z [00:03:09.953]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:46.2026914Z [00:03:09.953]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:46.2027684Z [00:03:09.953]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:46.2028426Z [00:03:09.953]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:46.2029180Z [00:03:09.953]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:46.2029969Z [00:03:09.953]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:46.2030714Z [00:03:09.953]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:46.2031476Z [00:03:09.953]➜  packagefile runtime/cgo=/tmp/go-build1138503492/b157/_pkg_.a
2025-08-20T22:53:46.2032063Z [00:03:09.953]➜  EOF
2025-08-20T22:53:46.2081721Z [00:03:09.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b151=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/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/b151/_cgo_gotypes.go $WORK/b151/cgo_linux.cgo1.go $WORK/b151/cgo_resnew.cgo1.go $WORK/b151/cgo_socknew.cgo1.go $WORK/b151/cgo_unix_cgo.cgo1.go $WORK/b151/cgo_unix_cgo_res.cgo1.go $WORK/b151/_cgo_import.go
2025-08-20T22:53:46.2096904Z [00:03:09.956]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:53:46.2098153Z [00:03:09.957]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T22:53:46.2099120Z [00:03:09.957]➜  os/exec
2025-08-20T22:53:46.2099560Z [00:03:09.958]➜  mkdir -p $WORK/b187/
2025-08-20T22:53:46.2100246Z [00:03:09.958]➜  cat >/tmp/go-build1138503492/b187/importcfg << 'EOF' # internal
2025-08-20T22:53:46.2100878Z [00:03:09.958]➜  # import config
2025-08-20T22:53:46.2101492Z [00:03:09.958]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.2102268Z [00:03:09.958]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:46.2103044Z [00:03:09.958]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.2104106Z [00:03:09.958]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:46.2105069Z [00:03:09.958]➜  packagefile internal/syscall/execenv=/tmp/go-build1138503492/b060/_pkg_.a
2025-08-20T22:53:46.2106286Z [00:03:09.958]➜  packagefile internal/syscall/unix=/tmp/go-build1138503492/b059/_pkg_.a
2025-08-20T22:53:46.2107136Z [00:03:09.958]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.2107868Z [00:03:09.958]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:46.2108612Z [00:03:09.958]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:46.2109409Z [00:03:09.958]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:46.2110236Z [00:03:09.958]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:46.2111029Z [00:03:09.958]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:46.2111821Z [00:03:09.958]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:46.2112595Z [00:03:09.958]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:46.2113360Z [00:03:09.958]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:46.2113939Z [00:03:09.958]➜  EOF
2025-08-20T22:53:46.2117139Z [00:03:09.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b187=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T22:53:46.2150253Z [00:03:09.968]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:53:46.2154204Z [00:03:09.968]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b185=>" -I $WORK/b185/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b185/crc32_amd64.o ./crc32_amd64.s
2025-08-20T22:53:46.2191610Z [00:03:09.972]➜  go tool pack r $WORK/b185/_pkg_.a $WORK/b185/crc32_amd64.o # internal
2025-08-20T22:53:46.2194619Z [00:03:09.972]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:53:46.2204375Z [00:03:09.973]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T22:53:46.2211561Z [00:03:09.973]➜  image/png
2025-08-20T22:53:46.2212079Z [00:03:09.974]➜  mkdir -p $WORK/b181/
2025-08-20T22:53:46.2236008Z [00:03:09.974]➜  cat >/tmp/go-build1138503492/b181/importcfg << 'EOF' # internal
2025-08-20T22:53:46.2236671Z [00:03:09.974]➜  # import config
2025-08-20T22:53:46.2237318Z [00:03:09.974]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:46.2238196Z [00:03:09.974]➜  packagefile compress/zlib=/tmp/go-build1138503492/b182/_pkg_.a
2025-08-20T22:53:46.2239142Z [00:03:09.974]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:46.2239997Z [00:03:09.974]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.2240778Z [00:03:09.974]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:46.2241606Z [00:03:09.974]➜  packagefile hash/crc32=/tmp/go-build1138503492/b185/_pkg_.a
2025-08-20T22:53:46.2242399Z [00:03:09.974]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:46.2243195Z [00:03:09.974]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:46.2243961Z [00:03:09.974]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.2244709Z [00:03:09.974]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:46.2245488Z [00:03:09.974]➜  EOF
2025-08-20T22:53:46.2246006Z [00:03:09.974]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:46.2249470Z [00:03:09.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b181=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid qzsMKh2rBp5Dhx3yfnzl/qzsMKh2rBp5Dhx3yfnzl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/image/png/paeth.go /root/.go/src/image/png/reader.go /root/.go/src/image/png/writer.go
2025-08-20T22:53:46.3414220Z [00:03:10.094]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:53:46.3419046Z [00:03:10.094]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b167/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T22:53:46.3451163Z [00:03:10.098]➜  go tool pack r $WORK/b167/_pkg_.a $WORK/b167/asm_linux_amd64.o # internal
2025-08-20T22:53:46.3453891Z [00:03:10.098]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:53:46.3470355Z [00:03:10.100]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:53:46.3503527Z [00:03:10.103]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T22:53:46.3506110Z [00:03:10.103]➜  github.com/toqueteos/webbrowser
2025-08-20T22:53:46.3506863Z [00:03:10.103]➜  mkdir -p $WORK/b186/
2025-08-20T22:53:46.3509658Z [00:03:10.103]➜  cat >/tmp/go-build1138503492/b186/importcfg << 'EOF' # internal
2025-08-20T22:53:46.3510352Z [00:03:10.103]➜  # import config
2025-08-20T22:53:46.3511011Z [00:03:10.103]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.3511787Z [00:03:10.103]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.3512585Z [00:03:10.103]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:46.3513376Z [00:03:10.103]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:46.3514202Z [00:03:10.103]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:46.3515036Z [00:03:10.103]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:46.3516421Z [00:03:10.103]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:46.3517061Z [00:03:10.103]➜  EOF
2025-08-20T22:53:46.3517621Z [00:03:10.103]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:46.3521206Z [00:03:10.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/toqueteos/webbrowser@v1.2.0=>github.com/toqueteos/webbrowser@v1.2.0;$WORK/b186=>" -p github.com/toqueteos/webbrowser -lang=go1.12 -complete -installsuffix shared -buildid c1GjRc3HSacItV6x7Qb-/c1GjRc3HSacItV6x7Qb- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/go/pkg/mod/github.com/toqueteos/webbrowser@v1.2.0/webbrowser.go
2025-08-20T22:53:46.3606976Z [00:03:10.112]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d # internal
2025-08-20T22:53:46.3608217Z [00:03:10.113]➜  github.com/mattn/go-isatty
2025-08-20T22:53:46.3608837Z [00:03:10.113]➜  mkdir -p $WORK/b166/
2025-08-20T22:53:46.3609608Z [00:03:10.113]➜  cat >/tmp/go-build1138503492/b166/importcfg << 'EOF' # internal
2025-08-20T22:53:46.3612322Z [00:03:10.113]➜  # import config
2025-08-20T22:53:46.3614403Z [00:03:10.113]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:46.3617158Z [00:03:10.113]➜  EOF
2025-08-20T22:53:46.3622671Z [00:03:10.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b166=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid kYwqa55qAYFXNeUcPD1r/kYwqa55qAYFXNeUcPD1r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T22:53:46.3756809Z [00:03:10.128]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:53:46.3772402Z [00:03:10.130]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/57/5781639d4da87f2e2ba172880d9fd9a8a66c3ae47b2b98e2eab5063f7f9ee3a4-d # internal
2025-08-20T22:53:46.3826300Z [00:03:10.135]➜  github.com/skip2/go-qrcode
2025-08-20T22:53:46.3829592Z [00:03:10.136]➜  mkdir -p $WORK/b174/
2025-08-20T22:53:46.3838863Z [00:03:10.136]➜  cat >/tmp/go-build1138503492/b174/importcfg << 'EOF' # internal
2025-08-20T22:53:46.3839529Z [00:03:10.136]➜  # import config
2025-08-20T22:53:46.3840135Z [00:03:10.136]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.3840897Z [00:03:10.136]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.3841645Z [00:03:10.136]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.3842584Z [00:03:10.136]➜  packagefile github.com/skip2/go-qrcode/bitset=/tmp/go-build1138503492/b175/_pkg_.a
2025-08-20T22:53:46.3843695Z [00:03:10.136]➜  packagefile github.com/skip2/go-qrcode/reedsolomon=/tmp/go-build1138503492/b178/_pkg_.a
2025-08-20T22:53:46.3844648Z [00:03:10.136]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:46.3847255Z [00:03:10.136]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:46.3848553Z [00:03:10.137]➜  packagefile image/png=/tmp/go-build1138503492/b181/_pkg_.a
2025-08-20T22:53:46.3849909Z [00:03:10.137]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.3851122Z [00:03:10.137]➜  packagefile io/ioutil=/tmp/go-build1138503492/b169/_pkg_.a
2025-08-20T22:53:46.3852476Z [00:03:10.137]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:46.3853774Z [00:03:10.137]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:46.3854768Z [00:03:10.137]➜  EOF
2025-08-20T22:53:46.3863454Z [00:03:10.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e=>github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e;$WORK/b174=>" -p github.com/skip2/go-qrcode -lang=go1.13 -complete -installsuffix shared -buildid oNGoEe5NGUvpHiHmu-nu/oNGoEe5NGUvpHiHmu-nu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/encoder.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/qrcode.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/regular_symbol.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/symbol.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/version.go
2025-08-20T22:53:46.3873068Z [00:03:10.139]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:53:46.3874319Z [00:03:10.140]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/ba/ba31f9f680da6c679f5f44762b12644c125423a06042efe2219ba9b3659d0e32-d # internal
2025-08-20T22:53:46.3884238Z [00:03:10.141]➜  golang.org/x/net/dns/dnsmessage
2025-08-20T22:53:46.3887277Z [00:03:10.141]➜  mkdir -p $WORK/b188/
2025-08-20T22:53:46.3894864Z [00:03:10.142]➜  cat >/tmp/go-build1138503492/b188/importcfg << 'EOF' # internal
2025-08-20T22:53:46.3902283Z [00:03:10.142]➜  # import config
2025-08-20T22:53:46.3903458Z [00:03:10.142]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.3904173Z [00:03:10.142]➜  EOF
2025-08-20T22:53:46.3908174Z [00:03:10.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/dns/dnsmessage=>golang.org/x/net@v0.40.0/dns/dnsmessage;$WORK/b188=>" -p golang.org/x/net/dns/dnsmessage -lang=go1.23 -complete -installsuffix shared -buildid Gs6ZGp3SvJJE5HouUdss/Gs6ZGp3SvJJE5HouUdss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/dns/dnsmessage/message.go
2025-08-20T22:53:46.3930240Z [00:03:10.146]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:53:46.3940522Z [00:03:10.146]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/c4/c4c638975b22e07f18e326c3aa3ee90177ea0c0bb9bc5bb20f308346cc89d241-d # internal
2025-08-20T22:53:46.3941768Z [00:03:10.146]➜  github.com/mattn/go-colorable
2025-08-20T22:53:46.3942360Z [00:03:10.146]➜  mkdir -p $WORK/b165/
2025-08-20T22:53:46.3943131Z [00:03:10.147]➜  cat >/tmp/go-build1138503492/b165/importcfg << 'EOF' # internal
2025-08-20T22:53:46.3945072Z [00:03:10.147]➜  # import config
2025-08-20T22:53:46.3946436Z [00:03:10.147]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.3948068Z [00:03:10.147]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1138503492/b166/_pkg_.a
2025-08-20T22:53:46.3949725Z [00:03:10.147]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.3951185Z [00:03:10.147]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:46.3952673Z [00:03:10.147]➜  EOF
2025-08-20T22:53:46.3957171Z [00:03:10.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13=>github.com/mattn/go-colorable@v0.1.13;$WORK/b165=>" -p github.com/mattn/go-colorable -lang=go1.15 -complete -installsuffix shared -buildid MLUFGfGsDxqjWga_v4RQ/MLUFGfGsDxqjWga_v4RQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/noncolorable.go
2025-08-20T22:53:46.4178595Z [00:03:10.170]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:53:46.4189987Z [00:03:10.172]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/e6/e6c498d024dffab336baaf5d7228967f3b150b82bca83f60f25226774eb16d6d-d # internal
2025-08-20T22:53:46.4198695Z [00:03:10.172]➜  golang.org/x/text/transform
2025-08-20T22:53:46.4199337Z [00:03:10.172]➜  mkdir -p $WORK/b192/
2025-08-20T22:53:46.4200093Z [00:03:10.172]➜  cat >/tmp/go-build1138503492/b192/importcfg << 'EOF' # internal
2025-08-20T22:53:46.4201180Z [00:03:10.172]➜  # import config
2025-08-20T22:53:46.4201862Z [00:03:10.172]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.4202737Z [00:03:10.172]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.4203575Z [00:03:10.172]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.4204464Z [00:03:10.172]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:46.4205297Z [00:03:10.172]➜  EOF
2025-08-20T22:53:46.4208737Z [00:03:10.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/transform=>golang.org/x/text@v0.25.0/transform;$WORK/b192=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid AbCApKL5YzadjPGBQoMy/AbCApKL5YzadjPGBQoMy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/transform/transform.go
2025-08-20T22:53:46.4849552Z [00:03:10.237]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:53:46.4858533Z [00:03:10.238]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/a4/a469f85e6ed92902999797ef65c069e2eaa3728567817a6926819097777399a6-d # internal
2025-08-20T22:53:46.4859777Z [00:03:10.238]➜  golang.org/x/text/unicode/bidi
2025-08-20T22:53:46.4860362Z [00:03:10.238]➜  mkdir -p $WORK/b193/
2025-08-20T22:53:46.4869198Z [00:03:10.240]➜  cat >/tmp/go-build1138503492/b193/importcfg << 'EOF' # internal
2025-08-20T22:53:46.4873357Z [00:03:10.240]➜  # import config
2025-08-20T22:53:46.4874035Z [00:03:10.240]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.4874921Z [00:03:10.240]➜  packagefile container/list=/tmp/go-build1138503492/b098/_pkg_.a
2025-08-20T22:53:46.4876339Z [00:03:10.240]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.4877194Z [00:03:10.240]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:46.4878023Z [00:03:10.240]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:46.4878891Z [00:03:10.240]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:46.4879574Z [00:03:10.240]➜  EOF
2025-08-20T22:53:46.4885442Z [00:03:10.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/bidi=>golang.org/x/text@v0.25.0/unicode/bidi;$WORK/b193=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid YUa08XfxiEF6RSVxHar8/YUa08XfxiEF6RSVxHar8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/bidi/trieval.go
2025-08-20T22:53:46.5371056Z [00:03:10.290]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:53:46.5415822Z [00:03:10.294]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/03/03a1f264695f5a14810f82d601f147f1d05225a818d8c696abb247c706c37709-d # internal
2025-08-20T22:53:46.5429954Z [00:03:10.296]➜  golang.org/x/text/unicode/norm
2025-08-20T22:53:46.5441043Z [00:03:10.296]➜  mkdir -p $WORK/b194/
2025-08-20T22:53:46.5441789Z [00:03:10.296]➜  cat >/tmp/go-build1138503492/b194/importcfg << 'EOF' # internal
2025-08-20T22:53:46.5442469Z [00:03:10.296]➜  # import config
2025-08-20T22:53:46.5443206Z [00:03:10.296]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:46.5444547Z [00:03:10.296]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.5447523Z [00:03:10.296]➜  packagefile golang.org/x/text/transform=/tmp/go-build1138503492/b192/_pkg_.a
2025-08-20T22:53:46.5466363Z [00:03:10.296]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.5468176Z [00:03:10.296]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:46.5469558Z [00:03:10.296]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:46.5470757Z [00:03:10.296]➜  EOF
2025-08-20T22:53:46.5478617Z [00:03:10.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm=>golang.org/x/text@v0.25.0/unicode/norm;$WORK/b194=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid RVm-2Cji8rfRNGhHGfPE/RVm-2Cji8rfRNGhHGfPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/unicode/norm/trie.go
2025-08-20T22:53:46.6198639Z [00:03:10.372]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:53:46.6292396Z [00:03:10.382]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/b7/b76f68357cb477e42bf75309edcea38340f2cc9a8509f89e4ebebc9304582005-d # internal
2025-08-20T22:53:46.6332497Z [00:03:10.385]➜  compress/gzip
2025-08-20T22:53:46.6333520Z [00:03:10.386]➜  mkdir -p $WORK/b196/
2025-08-20T22:53:46.6339229Z [00:03:10.386]➜  cat >/tmp/go-build1138503492/b196/importcfg << 'EOF' # internal
2025-08-20T22:53:46.6340280Z [00:03:10.386]➜  # import config
2025-08-20T22:53:46.6341001Z [00:03:10.386]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:46.6341923Z [00:03:10.386]➜  packagefile compress/flate=/tmp/go-build1138503492/b183/_pkg_.a
2025-08-20T22:53:46.6342894Z [00:03:10.386]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:46.6343785Z [00:03:10.386]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.6344583Z [00:03:10.386]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.6345617Z [00:03:10.386]➜  packagefile hash/crc32=/tmp/go-build1138503492/b185/_pkg_.a
2025-08-20T22:53:46.6346442Z [00:03:10.386]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.6347231Z [00:03:10.386]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:46.6347853Z [00:03:10.386]➜  EOF
2025-08-20T22:53:46.6350692Z [00:03:10.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b196=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T22:53:46.6582654Z [00:03:10.411]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:53:46.6610810Z [00:03:10.414]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/08/08bafa042bc77ad3b4748634a6f077880de18e631401dd5a7fe1c43353556d79-d # internal
2025-08-20T22:53:46.6617188Z [00:03:10.414]➜  golang.org/x/text/secure/bidirule
2025-08-20T22:53:46.6617791Z [00:03:10.414]➜  mkdir -p $WORK/b191/
2025-08-20T22:53:46.6622093Z [00:03:10.415]➜  cat >/tmp/go-build1138503492/b191/importcfg << 'EOF' # internal
2025-08-20T22:53:46.6623747Z [00:03:10.415]➜  # import config
2025-08-20T22:53:46.6624916Z [00:03:10.415]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.6626430Z [00:03:10.415]➜  packagefile golang.org/x/text/transform=/tmp/go-build1138503492/b192/_pkg_.a
2025-08-20T22:53:46.6628327Z [00:03:10.415]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1138503492/b193/_pkg_.a
2025-08-20T22:53:46.6630108Z [00:03:10.415]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:46.6630781Z [00:03:10.415]➜  EOF
2025-08-20T22:53:46.6634696Z [00:03:10.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.25.0/secure/bidirule=>golang.org/x/text@v0.25.0/secure/bidirule;$WORK/b191=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid GJfClZgpItUiHAFeQ9PE/GJfClZgpItUiHAFeQ9PE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.25.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.25.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:53:46.6829980Z [00:03:10.436]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:53:46.6846519Z [00:03:10.437]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T22:53:46.6853102Z [00:03:10.438]➜  golang.org/x/net/http2/hpack
2025-08-20T22:53:46.6853826Z [00:03:10.438]➜  mkdir -p $WORK/b199/
2025-08-20T22:53:46.6860273Z [00:03:10.439]➜  cat >/tmp/go-build1138503492/b199/importcfg << 'EOF' # internal
2025-08-20T22:53:46.6860938Z [00:03:10.439]➜  # import config
2025-08-20T22:53:46.6862757Z [00:03:10.439]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.6876211Z [00:03:10.439]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.6877151Z [00:03:10.439]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.6878201Z [00:03:10.439]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.6879798Z [00:03:10.439]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:46.6880960Z [00:03:10.439]➜  EOF
2025-08-20T22:53:46.6886808Z [00:03:10.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/hpack=>golang.org/x/net@v0.40.0/http2/hpack;$WORK/b199=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid iZtoLfFrOXogOmQD0FTJ/iZtoLfFrOXogOmQD0FTJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/hpack/tables.go
2025-08-20T22:53:46.6976774Z [00:03:10.450]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:53:46.6985477Z [00:03:10.451]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/e3/e3ec1b38ddba946f25df0ab4e425338aa74e8bba7d8d9c90f676ef286987e73a-d # internal
2025-08-20T22:53:46.6986728Z [00:03:10.451]➜  vendor/golang.org/x/text/transform
2025-08-20T22:53:46.6987359Z [00:03:10.451]➜  mkdir -p $WORK/b206/
2025-08-20T22:53:46.6988108Z [00:03:10.451]➜  cat >/tmp/go-build1138503492/b206/importcfg << 'EOF' # internal
2025-08-20T22:53:46.6996183Z [00:03:10.452]➜  # import config
2025-08-20T22:53:46.6996893Z [00:03:10.452]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.6997709Z [00:03:10.452]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:46.6998516Z [00:03:10.452]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.6999387Z [00:03:10.452]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:46.7000055Z [00:03:10.452]➜  EOF
2025-08-20T22:53:46.7003502Z [00:03:10.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b206=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:53:46.7642099Z [00:03:10.517]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:53:46.7654237Z [00:03:10.518]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T22:53:46.7660413Z [00:03:10.518]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:53:46.7661023Z [00:03:10.518]➜  mkdir -p $WORK/b207/
2025-08-20T22:53:46.7706360Z [00:03:10.521]➜  cat >/tmp/go-build1138503492/b207/importcfg << 'EOF' # internal
2025-08-20T22:53:46.7708730Z [00:03:10.524]➜  # import config
2025-08-20T22:53:46.7711161Z [00:03:10.524]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:46.7712328Z [00:03:10.524]➜  packagefile container/list=/tmp/go-build1138503492/b098/_pkg_.a
2025-08-20T22:53:46.7714883Z [00:03:10.524]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.7716005Z [00:03:10.524]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:46.7716808Z [00:03:10.524]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:46.7717661Z [00:03:10.524]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:46.7718328Z [00:03:10.524]➜  EOF
2025-08-20T22:53:46.7724334Z [00:03:10.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b207=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T22:53:46.8017759Z [00:03:10.554]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:53:46.8041448Z [00:03:10.557]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/fd/fd77ba50db7749ecceb58c04d46292affac4151d978577a0e22003ddc46a7377-d # internal
2025-08-20T22:53:46.8052625Z [00:03:10.558]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:53:46.8057345Z [00:03:10.558]➜  mkdir -p $WORK/b208/
2025-08-20T22:53:46.8067445Z [00:03:10.559]➜  cat >/tmp/go-build1138503492/b208/importcfg << 'EOF' # internal
2025-08-20T22:53:46.8068135Z [00:03:10.559]➜  # import config
2025-08-20T22:53:46.8068927Z [00:03:10.559]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:53:46.8069967Z [00:03:10.559]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:46.8072937Z [00:03:10.559]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:46.8073947Z [00:03:10.559]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1138503492/b206/_pkg_.a
2025-08-20T22:53:46.8074878Z [00:03:10.559]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:46.8075797Z [00:03:10.559]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:46.8076614Z [00:03:10.559]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:46.8077218Z [00:03:10.559]➜  EOF
2025-08-20T22:53:46.8084280Z [00:03:10.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b208=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T22:53:47.0350828Z [00:03:10.788]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:53:47.0423623Z [00:03:10.795]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/ec/ec09a54e2a0543acb6e97ca182260967a5c3e7b453f18729584f4dcfacccee59-d # internal
2025-08-20T22:53:47.0439324Z [00:03:10.796]➜  golang.org/x/net/idna
2025-08-20T22:53:47.0439980Z [00:03:10.796]➜  mkdir -p $WORK/b190/
2025-08-20T22:53:47.0462419Z [00:03:10.797]➜  cat >/tmp/go-build1138503492/b190/importcfg << 'EOF' # internal
2025-08-20T22:53:47.0463187Z [00:03:10.797]➜  # import config
2025-08-20T22:53:47.0463857Z [00:03:10.797]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.0464898Z [00:03:10.797]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1138503492/b191/_pkg_.a
2025-08-20T22:53:47.0466398Z [00:03:10.797]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1138503492/b193/_pkg_.a
2025-08-20T22:53:47.0467549Z [00:03:10.797]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1138503492/b194/_pkg_.a
2025-08-20T22:53:47.0468528Z [00:03:10.797]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:47.0469416Z [00:03:10.797]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.0470671Z [00:03:10.797]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.0471385Z [00:03:10.797]➜  EOF
2025-08-20T22:53:47.0479872Z [00:03:10.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/idna=>golang.org/x/net@v0.40.0/idna;$WORK/b190=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid QaMMcUw0MrQIswxtEYwK/QaMMcUw0MrQIswxtEYwK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/idna/trieval.go
2025-08-20T22:53:47.0506657Z [00:03:10.799]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:53:47.0507990Z [00:03:10.801]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T22:53:47.0509171Z [00:03:10.801]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:53:47.0509752Z [00:03:10.801]➜  mkdir -p $WORK/b205/
2025-08-20T22:53:47.0510445Z [00:03:10.802]➜  cat >/tmp/go-build1138503492/b205/importcfg << 'EOF' # internal
2025-08-20T22:53:47.0511069Z [00:03:10.802]➜  # import config
2025-08-20T22:53:47.0511808Z [00:03:10.802]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:53:47.0512880Z [00:03:10.802]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:53:47.0513852Z [00:03:10.802]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.0514935Z [00:03:10.802]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1138503492/b206/_pkg_.a
2025-08-20T22:53:47.0516529Z [00:03:10.802]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1138503492/b207/_pkg_.a
2025-08-20T22:53:47.0517990Z [00:03:10.802]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.0518664Z [00:03:10.802]➜  EOF
2025-08-20T22:53:47.0522936Z [00:03:10.802]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b205=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:53:47.0942304Z [00:03:10.847]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:53:47.0957928Z [00:03:10.848]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T22:53:47.0966223Z [00:03:10.849]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:53:47.0969942Z [00:03:10.850]➜  mkdir -p $WORK/b210/
2025-08-20T22:53:47.0991607Z [00:03:10.850]➜  cat >/tmp/go-build1138503492/b210/importcfg << 'EOF' # internal
2025-08-20T22:53:47.0992439Z [00:03:10.850]➜  # import config
2025-08-20T22:53:47.0993129Z [00:03:10.850]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:47.0993963Z [00:03:10.850]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.0994773Z [00:03:10.850]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.0995790Z [00:03:10.850]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:47.0996590Z [00:03:10.850]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:47.0997207Z [00:03:10.850]➜  EOF
2025-08-20T22:53:47.1005459Z [00:03:10.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b210=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T22:53:47.2562421Z [00:03:11.009]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:53:47.2599373Z [00:03:11.012]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T22:53:47.2606660Z [00:03:11.013]➜  mime
2025-08-20T22:53:47.2607163Z [00:03:11.013]➜  mkdir -p $WORK/b211/
2025-08-20T22:53:47.2616889Z [00:03:11.014]➜  cat >/tmp/go-build1138503492/b211/importcfg << 'EOF' # internal
2025-08-20T22:53:47.2617630Z [00:03:11.014]➜  # import config
2025-08-20T22:53:47.2618284Z [00:03:11.014]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:47.2627377Z [00:03:11.015]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:47.2628735Z [00:03:11.015]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:47.2630187Z [00:03:11.015]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.2631282Z [00:03:11.015]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.2632680Z [00:03:11.015]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:47.2635884Z [00:03:11.015]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:47.2636917Z [00:03:11.015]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:47.2637777Z [00:03:11.015]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:47.2639293Z [00:03:11.015]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.2640389Z [00:03:11.015]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:47.2641516Z [00:03:11.015]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:47.2642402Z [00:03:11.016]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.2643021Z [00:03:11.016]➜  EOF
2025-08-20T22:53:47.2646612Z [00:03:11.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b211=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T22:53:47.3582477Z [00:03:11.111]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:53:47.3714726Z [00:03:11.124]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T22:53:47.3750986Z [00:03:11.128]➜  vendor/golang.org/x/net/idna
2025-08-20T22:53:47.3758007Z [00:03:11.129]➜  mkdir -p $WORK/b204/
2025-08-20T22:53:47.3772066Z [00:03:11.130]➜  cat >/tmp/go-build1138503492/b204/importcfg << 'EOF' # internal
2025-08-20T22:53:47.3773765Z [00:03:11.130]➜  # import config
2025-08-20T22:53:47.3775756Z [00:03:11.130]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:53:47.3787148Z [00:03:11.130]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:53:47.3789225Z [00:03:11.130]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:53:47.3790609Z [00:03:11.130]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.3792136Z [00:03:11.130]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1138503492/b205/_pkg_.a
2025-08-20T22:53:47.3793807Z [00:03:11.130]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1138503492/b207/_pkg_.a
2025-08-20T22:53:47.3795883Z [00:03:11.131]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1138503492/b208/_pkg_.a
2025-08-20T22:53:47.3797219Z [00:03:11.131]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:47.3798376Z [00:03:11.131]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.3814909Z [00:03:11.131]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.3815798Z [00:03:11.131]➜  EOF
2025-08-20T22:53:47.3821218Z [00:03:11.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b204=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T22:53:47.3867068Z [00:03:11.139]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:53:47.3934535Z [00:03:11.146]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/c4/c4a0ed894c6d5eaf38fd854860670c9724f7a2d9b9011c771ef39088fa614324-d # internal
2025-08-20T22:53:47.3947792Z [00:03:11.146]➜  mime/quotedprintable
2025-08-20T22:53:47.3948389Z [00:03:11.146]➜  mkdir -p $WORK/b213/
2025-08-20T22:53:47.3949117Z [00:03:11.146]➜  cat >/tmp/go-build1138503492/b213/importcfg << 'EOF' # internal
2025-08-20T22:53:47.3949790Z [00:03:11.146]➜  # import config
2025-08-20T22:53:47.3950428Z [00:03:11.146]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:47.3951211Z [00:03:11.146]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:47.3951990Z [00:03:11.146]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.3952739Z [00:03:11.146]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:47.3953307Z [00:03:11.146]➜  EOF
2025-08-20T22:53:47.3957145Z [00:03:11.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b213=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T22:53:47.4260945Z [00:03:11.179]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T22:53:47.4275749Z [00:03:11.180]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T22:53:47.4282570Z [00:03:11.180]➜  net/http/internal
2025-08-20T22:53:47.4283055Z [00:03:11.180]➜  mkdir -p $WORK/b214/
2025-08-20T22:53:47.4283706Z [00:03:11.181]➜  cat >/tmp/go-build1138503492/b214/importcfg << 'EOF' # internal
2025-08-20T22:53:47.4284329Z [00:03:11.181]➜  # import config
2025-08-20T22:53:47.4284917Z [00:03:11.181]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:47.4285830Z [00:03:11.181]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:47.4286602Z [00:03:11.181]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.4287307Z [00:03:11.181]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.4287997Z [00:03:11.181]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:47.4288528Z [00:03:11.181]➜  EOF
2025-08-20T22:53:47.4291174Z [00:03:11.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b214=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:53:47.4722016Z [00:03:11.225]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:53:47.4734434Z [00:03:11.226]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T22:53:47.4764539Z [00:03:11.226]➜  net/http/internal/ascii
2025-08-20T22:53:47.4765339Z [00:03:11.226]➜  mkdir -p $WORK/b215/
2025-08-20T22:53:47.4766051Z [00:03:11.227]➜  cat >/tmp/go-build1138503492/b215/importcfg << 'EOF' # internal
2025-08-20T22:53:47.4767017Z [00:03:11.227]➜  # import config
2025-08-20T22:53:47.4767660Z [00:03:11.227]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.4768470Z [00:03:11.227]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:47.4769056Z [00:03:11.227]➜  EOF
2025-08-20T22:53:47.4772042Z [00:03:11.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b215=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:53:47.4886669Z [00:03:11.241]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:53:47.4898185Z [00:03:11.242]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T22:53:47.4905451Z [00:03:11.243]➜  golang.org/x/time/rate
2025-08-20T22:53:47.4910247Z [00:03:11.244]➜  mkdir -p $WORK/b220/
2025-08-20T22:53:47.4918150Z [00:03:11.245]➜  cat >/tmp/go-build1138503492/b220/importcfg << 'EOF' # internal
2025-08-20T22:53:47.4921517Z [00:03:11.245]➜  # import config
2025-08-20T22:53:47.4924378Z [00:03:11.245]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:47.4928411Z [00:03:11.245]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.4929395Z [00:03:11.245]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:47.4930241Z [00:03:11.245]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:47.4931018Z [00:03:11.245]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:47.4931927Z [00:03:11.245]➜  EOF
2025-08-20T22:53:47.4940739Z [00:03:11.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.11.0/rate=>golang.org/x/time@v0.11.0/rate;$WORK/b220=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid ldAMwhlsxuEJceI2noHr/ldAMwhlsxuEJceI2noHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/sometimes.go
2025-08-20T22:53:47.5732224Z [00:03:11.326]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:53:47.5743071Z [00:03:11.327]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d # internal
2025-08-20T22:53:47.5749911Z [00:03:11.328]➜  k8s.io/client-go/util/homedir
2025-08-20T22:53:47.5750653Z [00:03:11.328]➜  mkdir -p $WORK/b221/
2025-08-20T22:53:47.5755873Z [00:03:11.328]➜  cat >/tmp/go-build1138503492/b221/importcfg << 'EOF' # internal
2025-08-20T22:53:47.5757396Z [00:03:11.328]➜  # import config
2025-08-20T22:53:47.5758289Z [00:03:11.328]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:47.5760846Z [00:03:11.328]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:47.5761768Z [00:03:11.328]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:47.5762376Z [00:03:11.328]➜  EOF
2025-08-20T22:53:47.5765952Z [00:03:11.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.32.0/util/homedir=>k8s.io/client-go@v0.32.0/util/homedir;$WORK/b221=>" -p k8s.io/client-go/util/homedir -lang=go1.23 -complete -installsuffix shared -buildid fvvzD_m4XxfgeGkP_Wp1/fvvzD_m4XxfgeGkP_Wp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.32.0/util/homedir/homedir.go
2025-08-20T22:53:47.6003884Z [00:03:11.353]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:53:47.6009528Z [00:03:11.354]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/fe/fe9d6a5e37c3937d3511327beb0f29d37f1bebde83d74383ac34aeb0e08c22b1-d # internal
2025-08-20T22:53:47.6014230Z [00:03:11.354]➜  regexp/syntax
2025-08-20T22:53:47.6023836Z [00:03:11.354]➜  mkdir -p $WORK/b224/
2025-08-20T22:53:47.6024616Z [00:03:11.355]➜  cat >/tmp/go-build1138503492/b224/importcfg << 'EOF' # internal
2025-08-20T22:53:47.6025591Z [00:03:11.355]➜  # import config
2025-08-20T22:53:47.6026285Z [00:03:11.355]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:47.6028765Z [00:03:11.356]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:47.6030070Z [00:03:11.356]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:47.6032143Z [00:03:11.356]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.6033501Z [00:03:11.356]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:47.6034639Z [00:03:11.356]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:47.6036179Z [00:03:11.356]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.6038280Z [00:03:11.356]➜  EOF
2025-08-20T22:53:47.6043186Z [00:03:11.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b224=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T22:53:47.6337496Z [00:03:11.386]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:53:47.6387296Z [00:03:11.391]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T22:53:47.6388411Z [00:03:11.392]➜  os/signal
2025-08-20T22:53:47.6392333Z [00:03:11.392]➜  mkdir -p $WORK/b226/
2025-08-20T22:53:47.6393384Z [00:03:11.392]➜  echo -n > $WORK/b226/go_asm.h # internal
2025-08-20T22:53:47.6394098Z [00:03:11.392]➜  cd /root/.go/src/os/signal
2025-08-20T22:53:47.6400232Z [00:03:11.393]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b226=>" -I $WORK/b226/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b226/symabis ./sig.s
2025-08-20T22:53:47.6426885Z [00:03:11.395]➜  cat >/tmp/go-build1138503492/b226/importcfg << 'EOF' # internal
2025-08-20T22:53:47.6430521Z [00:03:11.396]➜  # import config
2025-08-20T22:53:47.6431166Z [00:03:11.396]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:47.6431904Z [00:03:11.396]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:47.6432623Z [00:03:11.396]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:47.6433332Z [00:03:11.396]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:47.6434046Z [00:03:11.396]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:47.6434598Z [00:03:11.396]➜  EOF
2025-08-20T22:53:47.6435059Z [00:03:11.396]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:47.6438492Z [00:03:11.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b226=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b226/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack -asmhdr $WORK/b226/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T22:53:47.6924878Z [00:03:11.445]➜  cd /root/.go/src/os/signal
2025-08-20T22:53:47.6929390Z [00:03:11.445]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b226=>" -I $WORK/b226/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b226/sig.o ./sig.s
2025-08-20T22:53:47.6963964Z [00:03:11.449]➜  cd /root/.go/src/net
2025-08-20T22:53:47.6967744Z [00:03:11.449]➜  go tool pack r $WORK/b151/_pkg_.a $WORK/b151/preferlinkext $WORK/b151/_x001.o $WORK/b151/_x002.o $WORK/b151/_x003.o $WORK/b151/_x004.o $WORK/b151/_x005.o $WORK/b151/_x006.o # internal
2025-08-20T22:53:47.6975359Z [00:03:11.450]➜  cd /root/.go/src/os/signal
2025-08-20T22:53:47.6978185Z [00:03:11.450]➜  go tool pack r $WORK/b226/_pkg_.a $WORK/b226/sig.o # internal
2025-08-20T22:53:47.6991891Z [00:03:11.450]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:53:47.6992675Z [00:03:11.450]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:53:47.6997752Z [00:03:11.452]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T22:53:47.7000102Z [00:03:11.452]➜  os/user
2025-08-20T22:53:47.7012071Z [00:03:11.452]➜  mkdir -p $WORK/b227/
2025-08-20T22:53:47.7012867Z [00:03:11.452]➜  echo -n > $WORK/b227/preferlinkext # internal
2025-08-20T22:53:47.7013490Z [00:03:11.453]➜  cd /root/.go/src/os/user
2025-08-20T22:53:47.7015582Z [00:03:11.453]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b227/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b227/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T22:53:47.7178866Z [00:03:11.470]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d # internal
2025-08-20T22:53:47.7183622Z [00:03:11.470]➜  crypto/x509
2025-08-20T22:53:47.7184177Z [00:03:11.470]➜  mkdir -p $WORK/b144/
2025-08-20T22:53:47.7189782Z [00:03:11.472]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:53:47.7210461Z [00:03:11.474]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T22:53:47.7219053Z [00:03:11.474]➜  cat >/tmp/go-build1138503492/b144/importcfg << 'EOF' # internal
2025-08-20T22:53:47.7232716Z [00:03:11.475]➜  # import config
2025-08-20T22:53:47.7236595Z [00:03:11.475]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:53:47.7237897Z [00:03:11.475]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:53:47.7238920Z [00:03:11.475]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:47.7239744Z [00:03:11.475]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:47.7240633Z [00:03:11.475]➜  packagefile crypto/aes=/tmp/go-build1138503492/b099/_pkg_.a
2025-08-20T22:53:47.7241513Z [00:03:11.475]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:47.7242390Z [00:03:11.475]➜  packagefile crypto/des=/tmp/go-build1138503492/b100/_pkg_.a
2025-08-20T22:53:47.7243259Z [00:03:11.475]➜  packagefile crypto/dsa=/tmp/go-build1138503492/b145/_pkg_.a
2025-08-20T22:53:47.7244150Z [00:03:11.475]➜  packagefile crypto/ecdh=/tmp/go-build1138503492/b101/_pkg_.a
2025-08-20T22:53:47.7245037Z [00:03:11.475]➜  packagefile crypto/ecdsa=/tmp/go-build1138503492/b106/_pkg_.a
2025-08-20T22:53:47.7251994Z [00:03:11.475]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:53:47.7252820Z [00:03:11.475]➜  packagefile crypto/elliptic=/tmp/go-build1138503492/b107/_pkg_.a
2025-08-20T22:53:47.7253720Z [00:03:11.475]➜  packagefile crypto/md5=/tmp/go-build1138503492/b136/_pkg_.a
2025-08-20T22:53:47.7254585Z [00:03:11.475]➜  packagefile crypto/rsa=/tmp/go-build1138503492/b138/_pkg_.a
2025-08-20T22:53:47.7255888Z [00:03:11.475]➜  packagefile crypto/sha1=/tmp/go-build1138503492/b140/_pkg_.a
2025-08-20T22:53:47.7259833Z [00:03:11.475]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:47.7260817Z [00:03:11.475]➜  packagefile crypto/sha512=/tmp/go-build1138503492/b115/_pkg_.a
2025-08-20T22:53:47.7261756Z [00:03:11.475]➜  packagefile crypto/x509/pkix=/tmp/go-build1138503492/b146/_pkg_.a
2025-08-20T22:53:47.7262712Z [00:03:11.475]➜  packagefile encoding/asn1=/tmp/go-build1138503492/b117/_pkg_.a
2025-08-20T22:53:47.7263657Z [00:03:11.475]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:47.7264531Z [00:03:11.475]➜  packagefile encoding/pem=/tmp/go-build1138503492/b148/_pkg_.a
2025-08-20T22:53:47.7265572Z [00:03:11.475]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.7266333Z [00:03:11.475]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.7267359Z [00:03:11.475]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1138503492/b116/_pkg_.a
2025-08-20T22:53:47.7270026Z [00:03:11.475]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1138503492/b119/_pkg_.a
2025-08-20T22:53:47.7271329Z [00:03:11.475]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:47.7272360Z [00:03:11.475]➜  packagefile internal/goos=/tmp/go-build1138503492/b017/_pkg_.a
2025-08-20T22:53:47.7273173Z [00:03:11.475]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:47.7273952Z [00:03:11.475]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:47.7274738Z [00:03:11.475]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:47.7275709Z [00:03:11.475]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:47.7276520Z [00:03:11.475]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:47.7277571Z [00:03:11.475]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:47.7278428Z [00:03:11.475]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:47.7279255Z [00:03:11.475]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:47.7280046Z [00:03:11.475]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:47.7280876Z [00:03:11.475]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:47.7281672Z [00:03:11.475]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:47.7282519Z [00:03:11.475]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:47.7283378Z [00:03:11.475]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:47.7284206Z [00:03:11.475]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:47.7284990Z [00:03:11.475]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:47.7285999Z [00:03:11.475]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.7286783Z [00:03:11.475]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:47.7287560Z [00:03:11.475]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:47.7288340Z [00:03:11.475]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:47.7289183Z [00:03:11.475]➜  packagefile unicode/utf16=/tmp/go-build1138503492/b118/_pkg_.a
2025-08-20T22:53:47.7290054Z [00:03:11.475]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.7290694Z [00:03:11.475]➜  EOF
2025-08-20T22:53:47.7291208Z [00:03:11.475]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:47.7296855Z [00:03:11.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b144=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid deMCTLMi2bLHVx9ehW7L/deMCTLMi2bLHVx9ehW7L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T22:53:47.7301868Z [00:03:11.478]➜  golang.org/x/net/http/httpproxy
2025-08-20T22:53:47.7302434Z [00:03:11.478]➜  mkdir -p $WORK/b189/
2025-08-20T22:53:47.7303112Z [00:03:11.479]➜  cat >/tmp/go-build1138503492/b189/importcfg << 'EOF' # internal
2025-08-20T22:53:47.7303754Z [00:03:11.479]➜  # import config
2025-08-20T22:53:47.7304369Z [00:03:11.479]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.7305318Z [00:03:11.479]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.7306229Z [00:03:11.479]➜  packagefile golang.org/x/net/idna=/tmp/go-build1138503492/b190/_pkg_.a
2025-08-20T22:53:47.7307173Z [00:03:11.479]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:47.7307958Z [00:03:11.479]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:47.7308769Z [00:03:11.479]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:47.7309535Z [00:03:11.479]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:47.7310306Z [00:03:11.479]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.7311124Z [00:03:11.479]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.7311772Z [00:03:11.479]➜  EOF
2025-08-20T22:53:47.7315574Z [00:03:11.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/http/httpproxy=>golang.org/x/net@v0.40.0/http/httpproxy;$WORK/b189=>" -p golang.org/x/net/http/httpproxy -lang=go1.23 -complete -installsuffix shared -buildid qOYGWZcQDH2PGxcLM_wl/qOYGWZcQDH2PGxcLM_wl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/http/httpproxy/proxy.go
2025-08-20T22:53:47.8215649Z [00:03:11.574]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:53:47.8231252Z [00:03:11.576]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/b5/b5372fb5956f24d340a8575689790c979cbfb3c22ea275e5f6475e112302573f-d # internal
2025-08-20T22:53:47.8237607Z [00:03:11.576]➜  net/textproto
2025-08-20T22:53:47.8240640Z [00:03:11.577]➜  mkdir -p $WORK/b198/
2025-08-20T22:53:47.8249502Z [00:03:11.577]➜  cat >/tmp/go-build1138503492/b198/importcfg << 'EOF' # internal
2025-08-20T22:53:47.8250277Z [00:03:11.578]➜  # import config
2025-08-20T22:53:47.8250984Z [00:03:11.578]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:47.8251837Z [00:03:11.578]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:47.8252727Z [00:03:11.578]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.8253549Z [00:03:11.578]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.8254362Z [00:03:11.578]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:47.8257042Z [00:03:11.578]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:47.8257994Z [00:03:11.578]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:47.8258830Z [00:03:11.578]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:47.8259666Z [00:03:11.578]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.8260476Z [00:03:11.578]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:47.8261065Z [00:03:11.578]➜  EOF
2025-08-20T22:53:47.8265005Z [00:03:11.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b198=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid JvKw2rxk7Afmj6py9Zd_/JvKw2rxk7Afmj6py9Zd_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T22:53:47.9234603Z [00:03:11.676]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:53:47.9300520Z [00:03:11.682]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T22:53:47.9301822Z [00:03:11.682]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:53:47.9302410Z [00:03:11.682]➜  mkdir -p $WORK/b209/
2025-08-20T22:53:47.9303066Z [00:03:11.683]➜  cat >/tmp/go-build1138503492/b209/importcfg << 'EOF' # internal
2025-08-20T22:53:47.9303626Z [00:03:11.683]➜  # import config
2025-08-20T22:53:47.9304252Z [00:03:11.683]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:53:47.9305056Z [00:03:11.683]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.9306005Z [00:03:11.683]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.9306959Z [00:03:11.683]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1138503492/b204/_pkg_.a
2025-08-20T22:53:47.9307755Z [00:03:11.683]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:47.9308435Z [00:03:11.683]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:47.9309149Z [00:03:11.683]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:47.9309825Z [00:03:11.683]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:47.9310517Z [00:03:11.683]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.9311257Z [00:03:11.683]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.9312268Z [00:03:11.683]➜  EOF
2025-08-20T22:53:47.9316427Z [00:03:11.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b209=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid Y0icOQBIh6HOlmMQ9Izu/Y0icOQBIh6HOlmMQ9Izu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T22:53:47.9409638Z [00:03:11.693]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:53:47.9452109Z [00:03:11.698]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/11/11def6541fa1079f759dcc36fd3f77fb32fbcc4dbdd8c7e9aa80af095163b0df-d # internal
2025-08-20T22:53:47.9475608Z [00:03:11.698]➜  golang.org/x/net/http/httpguts
2025-08-20T22:53:47.9476226Z [00:03:11.698]➜  mkdir -p $WORK/b197/
2025-08-20T22:53:47.9477003Z [00:03:11.698]➜  cat >/tmp/go-build1138503492/b197/importcfg << 'EOF' # internal
2025-08-20T22:53:47.9477724Z [00:03:11.698]➜  # import config
2025-08-20T22:53:47.9478497Z [00:03:11.698]➜  packagefile golang.org/x/net/idna=/tmp/go-build1138503492/b190/_pkg_.a
2025-08-20T22:53:47.9479421Z [00:03:11.698]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:47.9480295Z [00:03:11.698]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:47.9481188Z [00:03:11.698]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.9482022Z [00:03:11.698]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.9482621Z [00:03:11.698]➜  EOF
2025-08-20T22:53:47.9486661Z [00:03:11.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/http/httpguts=>golang.org/x/net@v0.40.0/http/httpguts;$WORK/b197=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid BklXJHPGXnJUlEipN1hk/BklXJHPGXnJUlEipN1hk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http/httpguts/httplex.go
2025-08-20T22:53:47.9777342Z [00:03:11.730]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:53:47.9786065Z [00:03:11.731]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/cb/cbd616b8bc9dbc18f39ef0f51bb9da0221839832f1dc5eb42a2256e603cd10f5-d # internal
2025-08-20T22:53:47.9790014Z [00:03:11.731]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:53:47.9790632Z [00:03:11.731]➜  mkdir -p $WORK/b203/
2025-08-20T22:53:47.9804073Z [00:03:11.732]➜  cat >/tmp/go-build1138503492/b203/importcfg << 'EOF' # internal
2025-08-20T22:53:47.9804762Z [00:03:11.732]➜  # import config
2025-08-20T22:53:47.9805752Z [00:03:11.732]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:53:47.9806812Z [00:03:11.732]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1138503492/b204/_pkg_.a
2025-08-20T22:53:47.9807790Z [00:03:11.732]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:47.9808717Z [00:03:11.732]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:47.9809664Z [00:03:11.732]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.9810516Z [00:03:11.732]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:47.9811176Z [00:03:11.732]➜  EOF
2025-08-20T22:53:47.9815547Z [00:03:11.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b203=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid WcXMzi-Wwnhoa5OI-ImN/WcXMzi-Wwnhoa5OI-ImN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T22:53:47.9827790Z [00:03:11.736]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:53:47.9841294Z [00:03:11.737]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/d9/d9d383e4abffe25018b2bb72def5fa607060b4d261a0417db76c3ed66bc16b36-d # internal
2025-08-20T22:53:47.9843860Z [00:03:11.737]➜  mime/multipart
2025-08-20T22:53:47.9844353Z [00:03:11.737]➜  mkdir -p $WORK/b212/
2025-08-20T22:53:47.9851900Z [00:03:11.738]➜  cat >/tmp/go-build1138503492/b212/importcfg << 'EOF' # internal
2025-08-20T22:53:47.9852622Z [00:03:11.738]➜  # import config
2025-08-20T22:53:47.9853250Z [00:03:11.738]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:47.9854015Z [00:03:11.738]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:47.9854811Z [00:03:11.738]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:47.9855739Z [00:03:11.738]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:47.9856537Z [00:03:11.738]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:47.9857428Z [00:03:11.738]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:47.9858257Z [00:03:11.738]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:47.9859088Z [00:03:11.738]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:47.9859855Z [00:03:11.738]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:47.9860627Z [00:03:11.738]➜  packagefile mime=/tmp/go-build1138503492/b211/_pkg_.a
2025-08-20T22:53:47.9861535Z [00:03:11.738]➜  packagefile mime/quotedprintable=/tmp/go-build1138503492/b213/_pkg_.a
2025-08-20T22:53:47.9862478Z [00:03:11.738]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:47.9863305Z [00:03:11.738]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:47.9864132Z [00:03:11.738]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:47.9864969Z [00:03:11.738]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:47.9866292Z [00:03:11.738]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:47.9867101Z [00:03:11.738]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:47.9867717Z [00:03:11.738]➜  EOF
2025-08-20T22:53:47.9871460Z [00:03:11.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b212=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T22:53:48.0057219Z [00:03:11.757]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:53:48.0136144Z [00:03:11.766]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/39/395a67d1019b89715bc3ed293bcb2b028f767695c3c9d77cc40a1443c50eef9f-d # internal
2025-08-20T22:53:48.0139874Z [00:03:11.767]➜  regexp
2025-08-20T22:53:48.0140356Z [00:03:11.767]➜  mkdir -p $WORK/b223/
2025-08-20T22:53:48.0148551Z [00:03:11.768]➜  cat >/tmp/go-build1138503492/b223/importcfg << 'EOF' # internal
2025-08-20T22:53:48.0149508Z [00:03:11.768]➜  # import config
2025-08-20T22:53:48.0150336Z [00:03:11.768]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:48.0151293Z [00:03:11.768]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.0152257Z [00:03:11.768]➜  packagefile regexp/syntax=/tmp/go-build1138503492/b224/_pkg_.a
2025-08-20T22:53:48.0153320Z [00:03:11.768]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:48.0154340Z [00:03:11.768]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.0155835Z [00:03:11.768]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.0156932Z [00:03:11.768]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:48.0157962Z [00:03:11.768]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:48.0159092Z [00:03:11.768]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:48.0159935Z [00:03:11.768]➜  EOF
2025-08-20T22:53:48.0163132Z [00:03:11.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b223=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T22:53:48.1232359Z [00:03:11.876]➜  cd $WORK/b227
2025-08-20T22:53:48.1236461Z [00:03:11.876]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b227=/tmp/go-build -gno-record-gcc-switches -I $WORK/b227/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b227/_x001.o -c _cgo_export.c
2025-08-20T22:53:48.1327923Z [00:03:11.886]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:53:48.1384281Z [00:03:11.891]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T22:53:48.1440178Z [00:03:11.897]➜  runtime/debug
2025-08-20T22:53:48.1441983Z [00:03:11.897]➜  mkdir -p $WORK/b228/
2025-08-20T22:53:48.1445709Z [00:03:11.897]➜  echo -n > $WORK/b228/go_asm.h # internal
2025-08-20T22:53:48.1448276Z [00:03:11.898]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:53:48.1450264Z [00:03:11.898]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b228=>" -I $WORK/b228/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b228/symabis ./debug.s
2025-08-20T22:53:48.1587764Z [00:03:11.910]➜  cat >/tmp/go-build1138503492/b228/importcfg << 'EOF' # internal
2025-08-20T22:53:48.1592286Z [00:03:11.910]➜  # import config
2025-08-20T22:53:48.1593005Z [00:03:11.910]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.1593921Z [00:03:11.910]➜  packagefile internal/poll=/tmp/go-build1138503492/b058/_pkg_.a
2025-08-20T22:53:48.1594784Z [00:03:11.910]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:48.1595912Z [00:03:11.910]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:48.1596810Z [00:03:11.910]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:48.1597659Z [00:03:11.910]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.1598556Z [00:03:11.910]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.1599401Z [00:03:11.910]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:48.1600036Z [00:03:11.910]➜  EOF
2025-08-20T22:53:48.1600600Z [00:03:11.912]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:48.1604818Z [00:03:11.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b228=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -goversion go1.25.0 -symabis $WORK/b228/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack -asmhdr $WORK/b228/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T22:53:48.1966108Z [00:03:11.949]➜  cd $WORK/b227
2025-08-20T22:53:48.1969698Z [00:03:11.949]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b227=/tmp/go-build -gno-record-gcc-switches -I $WORK/b227/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b227/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T22:53:48.2662567Z [00:03:12.019]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b227=/tmp/go-build -gno-record-gcc-switches -I $WORK/b227/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b227/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T22:53:48.3068577Z [00:03:12.059]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:53:48.3074102Z [00:03:12.060]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b228=>" -I $WORK/b228/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b228/debug.o ./debug.s
2025-08-20T22:53:48.3113824Z [00:03:12.064]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:53:48.3150263Z [00:03:12.068]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T22:53:48.3160683Z [00:03:12.069]➜  sigs.k8s.io/yaml/goyaml.v2
2025-08-20T22:53:48.3162405Z [00:03:12.069]➜  mkdir -p $WORK/b230/
2025-08-20T22:53:48.3166683Z [00:03:12.069]➜  cat >/tmp/go-build1138503492/b230/importcfg << 'EOF' # internal
2025-08-20T22:53:48.3170719Z [00:03:12.070]➜  # import config
2025-08-20T22:53:48.3171428Z [00:03:12.070]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:48.3174004Z [00:03:12.070]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:48.3175539Z [00:03:12.070]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:48.3176644Z [00:03:12.070]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.3177428Z [00:03:12.070]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.3178451Z [00:03:12.070]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.3179193Z [00:03:12.070]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:48.3179952Z [00:03:12.070]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:48.3180734Z [00:03:12.070]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:48.3181484Z [00:03:12.070]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:48.3182236Z [00:03:12.070]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.3182999Z [00:03:12.070]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.3183746Z [00:03:12.070]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:48.3184487Z [00:03:12.070]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:48.3185461Z [00:03:12.070]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:48.3186279Z [00:03:12.070]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:48.3186918Z [00:03:12.070]➜  EOF
2025-08-20T22:53:48.3187452Z [00:03:12.070]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:48.3195578Z [00:03:12.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2=>sigs.k8s.io/yaml@v1.4.0/goyaml.v2;$WORK/b230=>" -p sigs.k8s.io/yaml/goyaml.v2 -lang=go1.12 -complete -installsuffix shared -buildid mU_EOHLiJqMGilbgKxWI/mU_EOHLiJqMGilbgKxWI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/apic.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/decode.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/emitterc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/encode.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/parserc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/readerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/resolve.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/scannerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/sorter.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/writerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yaml.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yamlh.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yamlprivateh.go
2025-08-20T22:53:48.3210667Z [00:03:12.074]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:53:48.3211576Z [00:03:12.074]➜  go tool pack r $WORK/b228/_pkg_.a $WORK/b228/debug.o # internal
2025-08-20T22:53:48.3218509Z [00:03:12.075]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T22:53:48.3236653Z [00:03:12.076]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T22:53:48.3244546Z [00:03:12.077]➜  cd $WORK/b227
2025-08-20T22:53:48.3251082Z [00:03:12.078]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b227=/tmp/go-build -gno-record-gcc-switches -I $WORK/b227/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b227/_cgo_main.o -c _cgo_main.c
2025-08-20T22:53:48.3274506Z [00:03:12.080]➜  golang.org/x/crypto/pbkdf2
2025-08-20T22:53:48.3279361Z [00:03:12.081]➜  mkdir -p $WORK/b232/
2025-08-20T22:53:48.3287484Z [00:03:12.081]➜  cat >/tmp/go-build1138503492/b232/importcfg << 'EOF' # internal
2025-08-20T22:53:48.3288838Z [00:03:12.081]➜  # import config
2025-08-20T22:53:48.3290060Z [00:03:12.081]➜  packagefile crypto/hmac=/tmp/go-build1138503492/b125/_pkg_.a
2025-08-20T22:53:48.3291103Z [00:03:12.081]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:48.3292125Z [00:03:12.081]➜  EOF
2025-08-20T22:53:48.3300090Z [00:03:12.083]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:48.3304625Z [00:03:12.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/pbkdf2=>golang.org/x/crypto@v0.38.0/pbkdf2;$WORK/b232=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid jrvIZw1FQRqsn1W-scG6/jrvIZw1FQRqsn1W-scG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/pbkdf2/pbkdf2.go
2025-08-20T22:53:48.3439763Z [00:03:12.097]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T22:53:48.3446985Z [00:03:12.097]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/5d/5dd57c951f41ec3a74009e5c6d1ff36c191489749a9883c108a275085346f861-d # internal
2025-08-20T22:53:48.3450698Z [00:03:12.098]➜  software.sslmate.com/src/go-pkcs12/internal/rc2
2025-08-20T22:53:48.3451386Z [00:03:12.098]➜  mkdir -p $WORK/b233/
2025-08-20T22:53:48.3458244Z [00:03:12.099]➜  cat >/tmp/go-build1138503492/b233/importcfg << 'EOF' # internal
2025-08-20T22:53:48.3460411Z [00:03:12.099]➜  # import config
2025-08-20T22:53:48.3463220Z [00:03:12.099]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:48.3464193Z [00:03:12.099]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:48.3464864Z [00:03:12.099]➜  EOF
2025-08-20T22:53:48.3472396Z [00:03:12.100]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/internal/rc2=>software.sslmate.com/src/go-pkcs12@v0.4.0/internal/rc2;$WORK/b233=>" -p software.sslmate.com/src/go-pkcs12/internal/rc2 -lang=go1.19 -complete -installsuffix shared -buildid EFJQ9Zm6eNj6tPqVKsAp/EFJQ9Zm6eNj6tPqVKsAp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/internal/rc2/rc2.go
2025-08-20T22:53:48.3706237Z [00:03:12.123]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b227=/tmp/go-build -gno-record-gcc-switches -o $WORK/b227/_cgo_.o $WORK/b227/_cgo_main.o $WORK/b227/preferlinkext $WORK/b227/_x001.o $WORK/b227/_x002.o $WORK/b227/_x003.o -O2 -g
2025-08-20T22:53:48.3770018Z [00:03:12.130]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T22:53:48.3782496Z [00:03:12.131]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/11/110b945684d913e0bfb78368b944fbf269d58da4348073eff5b0ee0a7ddad019-d # internal
2025-08-20T22:53:48.3794036Z [00:03:12.132]➜  tailscale.com/atomicfile
2025-08-20T22:53:48.3796775Z [00:03:12.132]➜  mkdir -p $WORK/b234/
2025-08-20T22:53:48.3797473Z [00:03:12.132]➜  cat >/tmp/go-build1138503492/b234/importcfg << 'EOF' # internal
2025-08-20T22:53:48.3798100Z [00:03:12.132]➜  # import config
2025-08-20T22:53:48.3798718Z [00:03:12.132]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.3799456Z [00:03:12.132]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:48.3800257Z [00:03:12.132]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:48.3801064Z [00:03:12.132]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:48.3801629Z [00:03:12.132]➜  EOF
2025-08-20T22:53:48.3805713Z [00:03:12.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile=>tailscale.com/atomicfile;$WORK/b234=>" -p tailscale.com/atomicfile -lang=go1.24 -complete -installsuffix shared -buildid rTY7nqMzCbJxiAqY-cnj/rTY7nqMzCbJxiAqY-cnj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile.go /tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_notwindows.go /tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/mksyscall.go
2025-08-20T22:53:48.4342479Z [00:03:12.187]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T22:53:48.4351297Z [00:03:12.188]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d # internal
2025-08-20T22:53:48.4354613Z [00:03:12.188]➜  hash/maphash
2025-08-20T22:53:48.4360667Z [00:03:12.189]➜  mkdir -p $WORK/b237/
2025-08-20T22:53:48.4367086Z [00:03:12.189]➜  cat >/tmp/go-build1138503492/b237/importcfg << 'EOF' # internal
2025-08-20T22:53:48.4367757Z [00:03:12.189]➜  # import config
2025-08-20T22:53:48.4368388Z [00:03:12.189]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:48.4369230Z [00:03:12.189]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:48.4370128Z [00:03:12.189]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:53:48.4371407Z [00:03:12.189]➜  packagefile internal/goexperiment=/tmp/go-build1138503492/b016/_pkg_.a
2025-08-20T22:53:48.4372221Z [00:03:12.189]➜  EOF
2025-08-20T22:53:48.4375774Z [00:03:12.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b237=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid -QhU7rXRYR21BeiLqIc5/-QhU7rXRYR21BeiLqIc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T22:53:48.4614324Z [00:03:12.214]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T22:53:48.4622731Z [00:03:12.215]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/52/520078817d802480be6109a944ce542c6b23f165bf4d027674c1c2bbe6098d6b-d # internal
2025-08-20T22:53:48.4631672Z [00:03:12.215]➜  go4.org/mem
2025-08-20T22:53:48.4632204Z [00:03:12.215]➜  mkdir -p $WORK/b236/
2025-08-20T22:53:48.4632954Z [00:03:12.215]➜  cat >/tmp/go-build1138503492/b236/importcfg << 'EOF' # internal
2025-08-20T22:53:48.4633643Z [00:03:12.215]➜  # import config
2025-08-20T22:53:48.4634650Z [00:03:12.215]➜  packagefile hash/maphash=/tmp/go-build1138503492/b237/_pkg_.a
2025-08-20T22:53:48.4636075Z [00:03:12.215]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.4636968Z [00:03:12.215]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.4637804Z [00:03:12.215]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:48.4638629Z [00:03:12.215]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:48.4639508Z [00:03:12.215]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:48.4640155Z [00:03:12.215]➜  EOF
2025-08-20T22:53:48.4644594Z [00:03:12.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org/mem@v0.0.0-20240501181205-ae6ca9944745=>go4.org/mem@v0.0.0-20240501181205-ae6ca9944745;$WORK/b236=>" -p go4.org/mem -lang=go1.14 -complete -installsuffix shared -buildid BbQY9YzOZS9cBEClNDoj/BbQY9YzOZS9cBEClNDoj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/go4.org/mem@v0.0.0-20240501181205-ae6ca9944745/fields.go /root/go/pkg/mod/go4.org/mem@v0.0.0-20240501181205-ae6ca9944745/fold.go /root/go/pkg/mod/go4.org/mem@v0.0.0-20240501181205-ae6ca9944745/mem.go
2025-08-20T22:53:48.4730793Z [00:03:12.226]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b227=/tmp/go-build -gno-record-gcc-switches -o $WORK/b227/_cgo_.o $WORK/b227/_cgo_main.o $WORK/b227/preferlinkext $WORK/b227/_x001.o $WORK/b227/_x002.o $WORK/b227/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T22:53:48.4737254Z [00:03:12.226]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b227/_cgo_.o -dynout $WORK/b227/_cgo_import.go
2025-08-20T22:53:48.4780634Z [00:03:12.230]➜  cat >/tmp/go-build1138503492/b227/importcfg << 'EOF' # internal
2025-08-20T22:53:48.4783990Z [00:03:12.231]➜  # import config
2025-08-20T22:53:48.4787126Z [00:03:12.231]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.4788017Z [00:03:12.231]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:48.4789219Z [00:03:12.231]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.4798417Z [00:03:12.231]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.4799308Z [00:03:12.231]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:48.4800153Z [00:03:12.231]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:48.4801032Z [00:03:12.231]➜  packagefile runtime/cgo=/tmp/go-build1138503492/b157/_pkg_.a
2025-08-20T22:53:48.4801680Z [00:03:12.231]➜  EOF
2025-08-20T22:53:48.4816461Z [00:03:12.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b227=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/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/b227/_cgo_gotypes.go $WORK/b227/cgo_lookup_cgo.cgo1.go $WORK/b227/getgrouplist_unix.cgo1.go $WORK/b227/_cgo_import.go
2025-08-20T22:53:48.4820245Z [00:03:12.232]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:53:48.4887490Z [00:03:12.241]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d # internal
2025-08-20T22:53:48.4902377Z [00:03:12.243]➜  crypto/tls
2025-08-20T22:53:48.4902827Z [00:03:12.243]➜  mkdir -p $WORK/b097/
2025-08-20T22:53:48.4915726Z [00:03:12.244]➜  cat >/tmp/go-build1138503492/b097/importcfg << 'EOF' # internal
2025-08-20T22:53:48.4916800Z [00:03:12.244]➜  # import config
2025-08-20T22:53:48.4918373Z [00:03:12.244]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:53:48.4920060Z [00:03:12.244]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:53:48.4921398Z [00:03:12.244]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:48.4922608Z [00:03:12.244]➜  packagefile container/list=/tmp/go-build1138503492/b098/_pkg_.a
2025-08-20T22:53:48.4923952Z [00:03:12.244]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:48.4925461Z [00:03:12.244]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:48.4926937Z [00:03:12.244]➜  packagefile crypto/aes=/tmp/go-build1138503492/b099/_pkg_.a
2025-08-20T22:53:48.4928309Z [00:03:12.244]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:48.4929872Z [00:03:12.244]➜  packagefile crypto/des=/tmp/go-build1138503492/b100/_pkg_.a
2025-08-20T22:53:48.4931106Z [00:03:12.244]➜  packagefile crypto/ecdh=/tmp/go-build1138503492/b101/_pkg_.a
2025-08-20T22:53:48.4932208Z [00:03:12.244]➜  packagefile crypto/ecdsa=/tmp/go-build1138503492/b106/_pkg_.a
2025-08-20T22:53:48.4933247Z [00:03:12.244]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:53:48.4934310Z [00:03:12.244]➜  packagefile crypto/elliptic=/tmp/go-build1138503492/b107/_pkg_.a
2025-08-20T22:53:48.4935511Z [00:03:12.244]➜  packagefile crypto/hkdf=/tmp/go-build1138503492/b123/_pkg_.a
2025-08-20T22:53:48.4936684Z [00:03:12.244]➜  packagefile crypto/hmac=/tmp/go-build1138503492/b125/_pkg_.a
2025-08-20T22:53:48.4937830Z [00:03:12.244]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:53:48.4939339Z [00:03:12.244]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1138503492/b073/_pkg_.a
2025-08-20T22:53:48.4941245Z [00:03:12.244]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1138503492/b086/_pkg_.a
2025-08-20T22:53:48.4943630Z [00:03:12.244]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1138503492/b126/_pkg_.a
2025-08-20T22:53:48.4945603Z [00:03:12.244]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1138503492/b127/_pkg_.a
2025-08-20T22:53:48.4947109Z [00:03:12.244]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1138503492/b128/_pkg_.a
2025-08-20T22:53:48.4948706Z [00:03:12.244]➜  packagefile crypto/internal/hpke=/tmp/go-build1138503492/b129/_pkg_.a
2025-08-20T22:53:48.4949998Z [00:03:12.244]➜  packagefile crypto/md5=/tmp/go-build1138503492/b136/_pkg_.a
2025-08-20T22:53:48.4951270Z [00:03:12.244]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:48.4954035Z [00:03:12.244]➜  packagefile crypto/rc4=/tmp/go-build1138503492/b137/_pkg_.a
2025-08-20T22:53:48.4954981Z [00:03:12.244]➜  packagefile crypto/rsa=/tmp/go-build1138503492/b138/_pkg_.a
2025-08-20T22:53:48.4956099Z [00:03:12.244]➜  packagefile crypto/sha1=/tmp/go-build1138503492/b140/_pkg_.a
2025-08-20T22:53:48.4957017Z [00:03:12.244]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:48.4957973Z [00:03:12.244]➜  packagefile crypto/sha512=/tmp/go-build1138503492/b115/_pkg_.a
2025-08-20T22:53:48.4958896Z [00:03:12.244]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:48.4960063Z [00:03:12.244]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1138503492/b142/_pkg_.a
2025-08-20T22:53:48.4961107Z [00:03:12.244]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:53:48.4962002Z [00:03:12.244]➜  packagefile encoding/pem=/tmp/go-build1138503492/b148/_pkg_.a
2025-08-20T22:53:48.4962883Z [00:03:12.244]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.4963685Z [00:03:12.244]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.4964770Z [00:03:12.244]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1138503492/b130/_pkg_.a
2025-08-20T22:53:48.4996718Z [00:03:12.244]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1138503492/b116/_pkg_.a
2025-08-20T22:53:48.4998120Z [00:03:12.244]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:48.4999168Z [00:03:12.244]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:53:48.5000169Z [00:03:12.244]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:53:48.5001141Z [00:03:12.244]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:48.5002022Z [00:03:12.244]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.5002818Z [00:03:12.244]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:48.5003658Z [00:03:12.244]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:48.5004479Z [00:03:12.244]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:48.5005539Z [00:03:12.244]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:48.5006488Z [00:03:12.244]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:48.5007423Z [00:03:12.244]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.5008316Z [00:03:12.244]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.5009200Z [00:03:12.244]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:48.5010110Z [00:03:12.244]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:48.5010970Z [00:03:12.244]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:48.5011770Z [00:03:12.244]➜  packagefile weak=/tmp/go-build1138503492/b112/_pkg_.a
2025-08-20T22:53:48.5012389Z [00:03:12.244]➜  EOF
2025-08-20T22:53:48.5030518Z [00:03:12.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b097=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid v087Gvi826xSrrlmGXtw/v087Gvi826xSrrlmGXtw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T22:53:48.5348885Z [00:03:12.287]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T22:53:48.5355093Z [00:03:12.288]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d # internal
2025-08-20T22:53:48.5360745Z [00:03:12.289]➜  software.sslmate.com/src/go-pkcs12
2025-08-20T22:53:48.5361374Z [00:03:12.289]➜  mkdir -p $WORK/b231/
2025-08-20T22:53:48.5367585Z [00:03:12.289]➜  cat >/tmp/go-build1138503492/b231/importcfg << 'EOF' # internal
2025-08-20T22:53:48.5368180Z [00:03:12.289]➜  # import config
2025-08-20T22:53:48.5368826Z [00:03:12.289]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:48.5369639Z [00:03:12.289]➜  packagefile crypto/aes=/tmp/go-build1138503492/b099/_pkg_.a
2025-08-20T22:53:48.5370516Z [00:03:12.289]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:48.5371374Z [00:03:12.289]➜  packagefile crypto/des=/tmp/go-build1138503492/b100/_pkg_.a
2025-08-20T22:53:48.5372255Z [00:03:12.289]➜  packagefile crypto/ecdsa=/tmp/go-build1138503492/b106/_pkg_.a
2025-08-20T22:53:48.5373121Z [00:03:12.289]➜  packagefile crypto/hmac=/tmp/go-build1138503492/b125/_pkg_.a
2025-08-20T22:53:48.5374283Z [00:03:12.289]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:48.5375361Z [00:03:12.289]➜  packagefile crypto/rsa=/tmp/go-build1138503492/b138/_pkg_.a
2025-08-20T22:53:48.5376273Z [00:03:12.289]➜  packagefile crypto/sha1=/tmp/go-build1138503492/b140/_pkg_.a
2025-08-20T22:53:48.5377156Z [00:03:12.289]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:48.5378021Z [00:03:12.289]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:53:48.5378917Z [00:03:12.289]➜  packagefile crypto/x509/pkix=/tmp/go-build1138503492/b146/_pkg_.a
2025-08-20T22:53:48.5379822Z [00:03:12.289]➜  packagefile encoding/asn1=/tmp/go-build1138503492/b117/_pkg_.a
2025-08-20T22:53:48.5380709Z [00:03:12.289]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:48.5381577Z [00:03:12.289]➜  packagefile encoding/pem=/tmp/go-build1138503492/b148/_pkg_.a
2025-08-20T22:53:48.5382438Z [00:03:12.289]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.5383221Z [00:03:12.289]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.5384160Z [00:03:12.289]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1138503492/b232/_pkg_.a
2025-08-20T22:53:48.5385086Z [00:03:12.289]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:48.5386008Z [00:03:12.289]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.5386778Z [00:03:12.289]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:48.5387849Z [00:03:12.289]➜  packagefile software.sslmate.com/src/go-pkcs12/internal/rc2=/tmp/go-build1138503492/b233/_pkg_.a
2025-08-20T22:53:48.5388901Z [00:03:12.289]➜  packagefile unicode/utf16=/tmp/go-build1138503492/b118/_pkg_.a
2025-08-20T22:53:48.5389528Z [00:03:12.289]➜  EOF
2025-08-20T22:53:48.5395930Z [00:03:12.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0=>software.sslmate.com/src/go-pkcs12@v0.4.0;$WORK/b231=>" -p software.sslmate.com/src/go-pkcs12 -lang=go1.19 -complete -installsuffix shared -buildid lmTvXtv_rRIUWNNMhrAA/lmTvXtv_rRIUWNNMhrAA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/bmp-string.go /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/crypto.go /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/errors.go /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/mac.go /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/pbkdf.go /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/pkcs12.go /root/go/pkg/mod/software.sslmate.com/src/go-pkcs12@v0.4.0/safebags.go
2025-08-20T22:53:48.5425367Z [00:03:12.295]➜  cd /root/.go/src/os/user
2025-08-20T22:53:48.5428215Z [00:03:12.295]➜  go tool pack r $WORK/b227/_pkg_.a $WORK/b227/preferlinkext $WORK/b227/_x001.o $WORK/b227/_x002.o $WORK/b227/_x003.o # internal
2025-08-20T22:53:48.5429337Z [00:03:12.295]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:53:48.5446566Z [00:03:12.297]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d # internal
2025-08-20T22:53:48.5450978Z [00:03:12.298]➜  encoding/base32
2025-08-20T22:53:48.5452710Z [00:03:12.298]➜  mkdir -p $WORK/b241/
2025-08-20T22:53:48.5459634Z [00:03:12.299]➜  cat >/tmp/go-build1138503492/b241/importcfg << 'EOF' # internal
2025-08-20T22:53:48.5462764Z [00:03:12.299]➜  # import config
2025-08-20T22:53:48.5463404Z [00:03:12.299]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.5464196Z [00:03:12.299]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:48.5464976Z [00:03:12.299]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.5465714Z [00:03:12.299]➜  EOF
2025-08-20T22:53:48.5469546Z [00:03:12.300]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:48.5472491Z [00:03:12.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b241=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid DDXVyD8qNe6NbY_TwOdh/DDXVyD8qNe6NbY_TwOdh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T22:53:48.5988849Z [00:03:12.352]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T22:53:48.6025029Z [00:03:12.355]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d # internal
2025-08-20T22:53:48.6030209Z [00:03:12.356]➜  github.com/go-json-experiment/json/internal
2025-08-20T22:53:48.6032558Z [00:03:12.356]➜  mkdir -p $WORK/b242/
2025-08-20T22:53:48.6039472Z [00:03:12.357]➜  cat >/tmp/go-build1138503492/b242/importcfg << 'EOF' # internal
2025-08-20T22:53:48.6042040Z [00:03:12.357]➜  # import config
2025-08-20T22:53:48.6042731Z [00:03:12.357]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.6043342Z [00:03:12.357]➜  EOF
2025-08-20T22:53:48.6052078Z [00:03:12.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal=>github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal;$WORK/b242=>" -p github.com/go-json-experiment/json/internal -lang=go1.24 -complete -installsuffix shared -buildid D_Va4luyR0vSWngX_r5d/D_Va4luyR0vSWngX_r5d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/internal.go
2025-08-20T22:53:48.6390426Z [00:03:12.392]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T22:53:48.6400107Z [00:03:12.393]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/7e/7e0bf51331ffd9130e5456a762a90c35d6c294c85a23094e4acbe943107b208e-d # internal
2025-08-20T22:53:48.6411549Z [00:03:12.394]➜  github.com/go-json-experiment/json/internal/jsonflags
2025-08-20T22:53:48.6413260Z [00:03:12.394]➜  mkdir -p $WORK/b243/
2025-08-20T22:53:48.6413970Z [00:03:12.394]➜  cat >/tmp/go-build1138503492/b243/importcfg << 'EOF' # internal
2025-08-20T22:53:48.6414611Z [00:03:12.394]➜  # import config
2025-08-20T22:53:48.6415723Z [00:03:12.394]➜  packagefile github.com/go-json-experiment/json/internal=/tmp/go-build1138503492/b242/_pkg_.a
2025-08-20T22:53:48.6416621Z [00:03:12.394]➜  EOF
2025-08-20T22:53:48.6421835Z [00:03:12.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonflags=>github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonflags;$WORK/b243=>" -p github.com/go-json-experiment/json/internal/jsonflags -lang=go1.24 -complete -installsuffix shared -buildid 9eZHcGlqEroyMnSafIfZ/9eZHcGlqEroyMnSafIfZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonflags/flags.go
2025-08-20T22:53:48.6739719Z [00:03:12.427]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T22:53:48.6745717Z [00:03:12.427]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/5e/5e262fd5a85e943fb84caf449c227b5895ca2871dc5c5bc4fbd7d0f00f0f1a17-d # internal
2025-08-20T22:53:48.6749058Z [00:03:12.428]➜  github.com/go-json-experiment/json/internal/jsonopts
2025-08-20T22:53:48.6751730Z [00:03:12.428]➜  mkdir -p $WORK/b244/
2025-08-20T22:53:48.6754121Z [00:03:12.428]➜  cat >/tmp/go-build1138503492/b244/importcfg << 'EOF' # internal
2025-08-20T22:53:48.6756558Z [00:03:12.428]➜  # import config
2025-08-20T22:53:48.6758940Z [00:03:12.429]➜  packagefile github.com/go-json-experiment/json/internal=/tmp/go-build1138503492/b242/_pkg_.a
2025-08-20T22:53:48.6762209Z [00:03:12.429]➜  packagefile github.com/go-json-experiment/json/internal/jsonflags=/tmp/go-build1138503492/b243/_pkg_.a
2025-08-20T22:53:48.6763889Z [00:03:12.429]➜  EOF
2025-08-20T22:53:48.6778510Z [00:03:12.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonopts=>github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonopts;$WORK/b244=>" -p github.com/go-json-experiment/json/internal/jsonopts -lang=go1.24 -complete -installsuffix shared -buildid osh5HEHnA9-dz22-aA1g/osh5HEHnA9-dz22-aA1g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonopts/options.go
2025-08-20T22:53:48.6967802Z [00:03:12.448]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T22:53:48.6978578Z [00:03:12.451]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/bf/bfb9ff25e956f793f25a94457bd401fdc8ab74747cff64f06100735a5949bec3-d # internal
2025-08-20T22:53:48.6981871Z [00:03:12.451]➜  github.com/go-json-experiment/json/internal/jsonwire
2025-08-20T22:53:48.6983131Z [00:03:12.451]➜  mkdir -p $WORK/b245/
2025-08-20T22:53:48.6988743Z [00:03:12.451]➜  cat >/tmp/go-build1138503492/b245/importcfg << 'EOF' # internal
2025-08-20T22:53:48.6991476Z [00:03:12.452]➜  # import config
2025-08-20T22:53:48.6992163Z [00:03:12.452]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:48.6992990Z [00:03:12.452]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.6994163Z [00:03:12.452]➜  packagefile github.com/go-json-experiment/json/internal/jsonflags=/tmp/go-build1138503492/b243/_pkg_.a
2025-08-20T22:53:48.6995540Z [00:03:12.452]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.6996359Z [00:03:12.452]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:48.6997179Z [00:03:12.452]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:48.6998032Z [00:03:12.452]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.6998889Z [00:03:12.452]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.6999698Z [00:03:12.452]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:48.7000523Z [00:03:12.452]➜  packagefile unicode/utf16=/tmp/go-build1138503492/b118/_pkg_.a
2025-08-20T22:53:48.7001407Z [00:03:12.452]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:48.7002036Z [00:03:12.452]➜  EOF
2025-08-20T22:53:48.7009388Z [00:03:12.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonwire=>github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonwire;$WORK/b245=>" -p github.com/go-json-experiment/json/internal/jsonwire -lang=go1.24 -complete -installsuffix shared -buildid rtO_EuB5X7yNkG-G9kF8/rtO_EuB5X7yNkG-G9kF8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonwire/decode.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonwire/encode.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/internal/jsonwire/wire.go
2025-08-20T22:53:48.7122769Z [00:03:12.465]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T22:53:48.7130897Z [00:03:12.466]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/8a/8a08e734aa4ee60be3622ee361d574063c9c00e47b29ea91a3683bddc0fb9cc9-d # internal
2025-08-20T22:53:48.7132025Z [00:03:12.466]➜  tailscale.com/util/vizerror
2025-08-20T22:53:48.7146824Z [00:03:12.466]➜  mkdir -p $WORK/b252/
2025-08-20T22:53:48.7154751Z [00:03:12.468]➜  cat >/tmp/go-build1138503492/b252/importcfg << 'EOF' # internal
2025-08-20T22:53:48.7155819Z [00:03:12.468]➜  # import config
2025-08-20T22:53:48.7156629Z [00:03:12.468]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.7157613Z [00:03:12.468]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.7158367Z [00:03:12.468]➜  EOF
2025-08-20T22:53:48.7161783Z [00:03:12.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/vizerror=>tailscale.com/util/vizerror;$WORK/b252=>" -p tailscale.com/util/vizerror -lang=go1.24 -complete -installsuffix shared -buildid QhVmhHikcBEl4hyZCYDL/QhVmhHikcBEl4hyZCYDL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/vizerror/vizerror.go
2025-08-20T22:53:48.7482459Z [00:03:12.501]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T22:53:48.7521432Z [00:03:12.505]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/30/30c90294e9741033104bb50a40ed956d7a03902c569a18840bf965864d91ff86-d # internal
2025-08-20T22:53:48.7522498Z [00:03:12.505]➜  tailscale.com/types/ipproto
2025-08-20T22:53:48.7523207Z [00:03:12.505]➜  mkdir -p $WORK/b250/
2025-08-20T22:53:48.7524396Z [00:03:12.505]➜  cat >/tmp/go-build1138503492/b250/importcfg << 'EOF' # internal
2025-08-20T22:53:48.7525328Z [00:03:12.505]➜  # import config
2025-08-20T22:53:48.7526409Z [00:03:12.505]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:48.7528203Z [00:03:12.505]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.7529232Z [00:03:12.505]➜  packagefile tailscale.com/util/nocasemaps=/tmp/go-build1138503492/b251/_pkg_.a
2025-08-20T22:53:48.7530357Z [00:03:12.505]➜  packagefile tailscale.com/util/vizerror=/tmp/go-build1138503492/b252/_pkg_.a
2025-08-20T22:53:48.7531098Z [00:03:12.505]➜  EOF
2025-08-20T22:53:48.7534351Z [00:03:12.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/ipproto=>tailscale.com/types/ipproto;$WORK/b250=>" -p tailscale.com/types/ipproto -lang=go1.24 -complete -installsuffix shared -buildid _O7od7M7ZraNFlwuIIja/_O7od7M7ZraNFlwuIIja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/ipproto/ipproto.go
2025-08-20T22:53:48.7963254Z [00:03:12.549]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T22:53:48.7970826Z [00:03:12.550]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d # internal
2025-08-20T22:53:48.7976487Z [00:03:12.550]➜  golang.org/x/crypto/curve25519
2025-08-20T22:53:48.7977072Z [00:03:12.550]➜  mkdir -p $WORK/b254/
2025-08-20T22:53:48.7980262Z [00:03:12.551]➜  cat >/tmp/go-build1138503492/b254/importcfg << 'EOF' # internal
2025-08-20T22:53:48.7981331Z [00:03:12.551]➜  # import config
2025-08-20T22:53:48.7982140Z [00:03:12.551]➜  packagefile crypto/ecdh=/tmp/go-build1138503492/b101/_pkg_.a
2025-08-20T22:53:48.7983472Z [00:03:12.551]➜  EOF
2025-08-20T22:53:48.7987845Z [00:03:12.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/curve25519=>golang.org/x/crypto@v0.38.0/curve25519;$WORK/b254=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid 5fZb2NcZ3lEuhC_ILF8o/5fZb2NcZ3lEuhC_ILF8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/curve25519/curve25519.go
2025-08-20T22:53:48.8361601Z [00:03:12.589]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T22:53:48.8377045Z [00:03:12.590]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/33/33f83579d754ce42550bec24133d305e2052b08ef0886ee8a9b44c907bacfec7-d # internal
2025-08-20T22:53:48.8388733Z [00:03:12.591]➜  golang.org/x/sys/cpu
2025-08-20T22:53:48.8391633Z [00:03:12.592]➜  mkdir -p $WORK/b257/
2025-08-20T22:53:48.8394542Z [00:03:12.592]➜  echo -n > $WORK/b257/go_asm.h # internal
2025-08-20T22:53:48.8397425Z [00:03:12.593]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T22:53:48.8402947Z [00:03:12.593]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b257=>" -I $WORK/b257/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b257/symabis ./cpu_gc_x86.s
2025-08-20T22:53:48.8517117Z [00:03:12.604]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T22:53:48.8537255Z [00:03:12.606]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/f2/f2889b344edb33e0d2b63f0624d854326319282c03cf2af53b83fe65f01300fb-d # internal
2025-08-20T22:53:48.8545517Z [00:03:12.607]➜  github.com/go-json-experiment/json/jsontext
2025-08-20T22:53:48.8546184Z [00:03:12.607]➜  mkdir -p $WORK/b246/
2025-08-20T22:53:48.8546903Z [00:03:12.607]➜  cat >/tmp/go-build1138503492/b246/importcfg << 'EOF' # internal
2025-08-20T22:53:48.8550325Z [00:03:12.608]➜  # import config
2025-08-20T22:53:48.8551536Z [00:03:12.608]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:48.8552672Z [00:03:12.608]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.8554456Z [00:03:12.608]➜  packagefile github.com/go-json-experiment/json/internal=/tmp/go-build1138503492/b242/_pkg_.a
2025-08-20T22:53:48.8557071Z [00:03:12.608]➜  packagefile github.com/go-json-experiment/json/internal/jsonflags=/tmp/go-build1138503492/b243/_pkg_.a
2025-08-20T22:53:48.8558558Z [00:03:12.608]➜  packagefile github.com/go-json-experiment/json/internal/jsonopts=/tmp/go-build1138503492/b244/_pkg_.a
2025-08-20T22:53:48.8559994Z [00:03:12.608]➜  packagefile github.com/go-json-experiment/json/internal/jsonwire=/tmp/go-build1138503492/b245/_pkg_.a
2025-08-20T22:53:48.8561152Z [00:03:12.608]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.8561921Z [00:03:12.608]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:48.8562689Z [00:03:12.608]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:48.8563491Z [00:03:12.608]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:48.8564329Z [00:03:12.608]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:48.8568496Z [00:03:12.608]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.8569400Z [00:03:12.608]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.8570204Z [00:03:12.608]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:48.8571063Z [00:03:12.608]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:48.8571704Z [00:03:12.608]➜  EOF
2025-08-20T22:53:48.8572231Z [00:03:12.608]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:48.8584824Z [00:03:12.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext=>github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext;$WORK/b246=>" -p github.com/go-json-experiment/json/jsontext -lang=go1.24 -complete -installsuffix shared -buildid m5ltKAS-hN6_qNGmQpY-/m5ltKAS-hN6_qNGmQpY- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/decode.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/doc.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/encode.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/errors.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/export.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/options.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/pools.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/quote.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/state.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/token.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/jsontext/value.go
2025-08-20T22:53:48.8625961Z [00:03:12.613]➜  cat >/tmp/go-build1138503492/b257/importcfg << 'EOF' # internal
2025-08-20T22:53:48.8637813Z [00:03:12.613]➜  # import config
2025-08-20T22:53:48.8638472Z [00:03:12.613]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:48.8639282Z [00:03:12.613]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:48.8640112Z [00:03:12.613]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:48.8640917Z [00:03:12.613]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:48.8641530Z [00:03:12.613]➜  EOF
2025-08-20T22:53:48.8649906Z [00:03:12.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b257=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid n6FM5qQmEcMcI7INNDf7/n6FM5qQmEcMcI7INNDf7 -goversion go1.25.0 -symabis $WORK/b257/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack -asmhdr $WORK/b257/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/runtime_auxv_go121.go
2025-08-20T22:53:48.9422475Z [00:03:12.695]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T22:53:48.9426804Z [00:03:12.695]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b257=>" -I $WORK/b257/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b257/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T22:53:48.9485643Z [00:03:12.701]➜  go tool pack r $WORK/b257/_pkg_.a $WORK/b257/cpu_gc_x86.o # internal
2025-08-20T22:53:48.9486435Z [00:03:12.701]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T22:53:48.9492483Z [00:03:12.702]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/71/71db9d9c0ef048011caf063f16a86f1d139470a1b65881c9357c156792b85543-d # internal
2025-08-20T22:53:48.9500752Z [00:03:12.702]➜  golang.org/x/crypto/blake2b
2025-08-20T22:53:48.9501326Z [00:03:12.702]➜  mkdir -p $WORK/b256/
2025-08-20T22:53:48.9501906Z [00:03:12.703]➜  echo -n > $WORK/b256/go_asm.h # internal
2025-08-20T22:53:48.9533244Z [00:03:12.706]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b
2025-08-20T22:53:48.9538164Z [00:03:12.706]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b256=>" -I $WORK/b256/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b256/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T22:53:48.9654989Z [00:03:12.718]➜  cat >/tmp/go-build1138503492/b256/importcfg << 'EOF' # internal
2025-08-20T22:53:48.9660140Z [00:03:12.718]➜  # import config
2025-08-20T22:53:48.9660854Z [00:03:12.718]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:48.9661822Z [00:03:12.718]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:48.9662691Z [00:03:12.718]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:48.9663482Z [00:03:12.718]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1138503492/b257/_pkg_.a
2025-08-20T22:53:48.9664312Z [00:03:12.718]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:48.9665050Z [00:03:12.718]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:48.9666024Z [00:03:12.719]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:48.9666617Z [00:03:12.719]➜  EOF
2025-08-20T22:53:48.9667117Z [00:03:12.719]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:48.9672535Z [00:03:12.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b256=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid -Q4rkK6V__ofs9X8tfOU/-Q4rkK6V__ofs9X8tfOU -goversion go1.25.0 -symabis $WORK/b256/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack -asmhdr $WORK/b256/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2bAVX2_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/register.go
2025-08-20T22:53:49.0038553Z [00:03:12.755]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T22:53:49.0084316Z [00:03:12.761]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/b7/b7a9a79f59c43656b1b41b2a51697f69f7bb4cf0409d1c0f785c20aa7db44dc1-d # internal
2025-08-20T22:53:49.0101036Z [00:03:12.761]➜  sigs.k8s.io/yaml
2025-08-20T22:53:49.0101595Z [00:03:12.761]➜  mkdir -p $WORK/b229/
2025-08-20T22:53:49.0102328Z [00:03:12.762]➜  cat >/tmp/go-build1138503492/b229/importcfg << 'EOF' # internal
2025-08-20T22:53:49.0103074Z [00:03:12.762]➜  # import config
2025-08-20T22:53:49.0103712Z [00:03:12.762]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:49.0104547Z [00:03:12.762]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:49.0105619Z [00:03:12.762]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:49.0106450Z [00:03:12.762]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:49.0107222Z [00:03:12.762]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:49.0108023Z [00:03:12.762]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:49.0108979Z [00:03:12.762]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build1138503492/b230/_pkg_.a
2025-08-20T22:53:49.0109901Z [00:03:12.762]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:49.0110718Z [00:03:12.762]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:49.0111813Z [00:03:12.762]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.0112630Z [00:03:12.762]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.0113439Z [00:03:12.762]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:49.0114300Z [00:03:12.762]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:49.0114957Z [00:03:12.762]➜  EOF
2025-08-20T22:53:49.0118921Z [00:03:12.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0=>sigs.k8s.io/yaml@v1.4.0;$WORK/b229=>" -p sigs.k8s.io/yaml -lang=go1.12 -complete -installsuffix shared -buildid xkBxOHl0rZevuqkhh9B3/xkBxOHl0rZevuqkhh9B3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/fields.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/yaml.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/yaml_go110.go
2025-08-20T22:53:49.0227568Z [00:03:12.775]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b
2025-08-20T22:53:49.0232202Z [00:03:12.775]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b256=>" -I $WORK/b256/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b256/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T22:53:49.0370030Z [00:03:12.789]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b=>golang.org/x/crypto@v0.38.0/blake2b;$WORK/b256=>" -I $WORK/b256/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b256/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T22:53:49.0458305Z [00:03:12.798]➜  go tool pack r $WORK/b256/_pkg_.a $WORK/b256/blake2bAVX2_amd64.o $WORK/b256/blake2b_amd64.o # internal
2025-08-20T22:53:49.0463872Z [00:03:12.799]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T22:53:49.0477459Z [00:03:12.800]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/b6/b645ba62c86da6325b9dc7dec175f54d734b90a5d32136ae6c911fe92eff2c71-d # internal
2025-08-20T22:53:49.0479055Z [00:03:12.800]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T22:53:49.0479698Z [00:03:12.800]➜  mkdir -p $WORK/b260/
2025-08-20T22:53:49.0480901Z [00:03:12.801]➜  echo -n > $WORK/b260/go_asm.h # internal
2025-08-20T22:53:49.0482409Z [00:03:12.801]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305
2025-08-20T22:53:49.0486036Z [00:03:12.801]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305=>golang.org/x/crypto@v0.38.0/internal/poly1305;$WORK/b260=>" -I $WORK/b260/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b260/symabis ./sum_amd64.s
2025-08-20T22:53:49.0523104Z [00:03:12.805]➜  cat >/tmp/go-build1138503492/b260/importcfg << 'EOF' # internal
2025-08-20T22:53:49.0526837Z [00:03:12.805]➜  # import config
2025-08-20T22:53:49.0527597Z [00:03:12.805]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:49.0528594Z [00:03:12.805]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:49.0529535Z [00:03:12.805]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:49.0530175Z [00:03:12.805]➜  EOF
2025-08-20T22:53:49.0530707Z [00:03:12.805]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:49.0536271Z [00:03:12.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305=>golang.org/x/crypto@v0.38.0/internal/poly1305;$WORK/b260=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid UQE4w-mF_8bhTU1kmwK5/UQE4w-mF_8bhTU1kmwK5 -goversion go1.25.0 -symabis $WORK/b260/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack -asmhdr $WORK/b260/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305/sum_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305/sum_generic.go
2025-08-20T22:53:49.1002835Z [00:03:12.853]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305
2025-08-20T22:53:49.1008538Z [00:03:12.853]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305=>golang.org/x/crypto@v0.38.0/internal/poly1305;$WORK/b260=>" -I $WORK/b260/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b260/sum_amd64.o ./sum_amd64.s
2025-08-20T22:53:49.1084865Z [00:03:12.861]➜  go tool pack r $WORK/b260/_pkg_.a $WORK/b260/sum_amd64.o # internal
2025-08-20T22:53:49.1093488Z [00:03:12.861]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T22:53:49.1094810Z [00:03:12.861]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/57/57a3fdda5bd7f5cecd8b84e4ccb7e54abf3f70bdf045e4ad6b9b42f0e8bbab73-d # internal
2025-08-20T22:53:49.1096190Z [00:03:12.861]➜  golang.org/x/crypto/nacl/secretbox
2025-08-20T22:53:49.1096801Z [00:03:12.861]➜  mkdir -p $WORK/b258/
2025-08-20T22:53:49.1097484Z [00:03:12.861]➜  cat >/tmp/go-build1138503492/b258/importcfg << 'EOF' # internal
2025-08-20T22:53:49.1098126Z [00:03:12.862]➜  # import config
2025-08-20T22:53:49.1098963Z [00:03:12.862]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1138503492/b259/_pkg_.a
2025-08-20T22:53:49.1100175Z [00:03:12.862]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1138503492/b260/_pkg_.a
2025-08-20T22:53:49.1101382Z [00:03:12.862]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1138503492/b261/_pkg_.a
2025-08-20T22:53:49.1102149Z [00:03:12.862]➜  EOF
2025-08-20T22:53:49.1102656Z [00:03:12.862]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:49.1106859Z [00:03:12.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/nacl/secretbox=>golang.org/x/crypto@v0.38.0/nacl/secretbox;$WORK/b258=>" -p golang.org/x/crypto/nacl/secretbox -lang=go1.23 -complete -installsuffix shared -buildid PgqvjbwLs99cu_DPSv2R/PgqvjbwLs99cu_DPSv2R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/nacl/secretbox/secretbox.go
2025-08-20T22:53:49.1217911Z [00:03:12.874]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T22:53:49.1239436Z [00:03:12.876]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/a4/a40822dec5386af6cbe9a8addc373ea73c9f5a45175320a352c9e785f54385ab-d # internal
2025-08-20T22:53:49.1246984Z [00:03:12.877]➜  tailscale.com/util/dnsname
2025-08-20T22:53:49.1247590Z [00:03:12.877]➜  mkdir -p $WORK/b265/
2025-08-20T22:53:49.1256091Z [00:03:12.878]➜  cat >/tmp/go-build1138503492/b265/importcfg << 'EOF' # internal
2025-08-20T22:53:49.1264671Z [00:03:12.879]➜  # import config
2025-08-20T22:53:49.1267810Z [00:03:12.879]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.1268936Z [00:03:12.879]➜  packagefile tailscale.com/util/vizerror=/tmp/go-build1138503492/b252/_pkg_.a
2025-08-20T22:53:49.1269703Z [00:03:12.879]➜  EOF
2025-08-20T22:53:49.1278024Z [00:03:12.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/dnsname=>tailscale.com/util/dnsname;$WORK/b265=>" -p tailscale.com/util/dnsname -lang=go1.24 -complete -installsuffix shared -buildid zSTFLXMFALv1qmNtZIb6/zSTFLXMFALv1qmNtZIb6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/dnsname/dnsname.go
2025-08-20T22:53:49.1399358Z [00:03:12.892]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T22:53:49.1404856Z [00:03:12.893]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/ed/ed6ea59c0ab58d0ad96d600bb3f6c25f6c4e0454080a12985365d9e3307a67d2-d # internal
2025-08-20T22:53:49.1410800Z [00:03:12.894]➜  golang.org/x/crypto/nacl/box
2025-08-20T22:53:49.1411508Z [00:03:12.894]➜  mkdir -p $WORK/b255/
2025-08-20T22:53:49.1419406Z [00:03:12.895]➜  cat >/tmp/go-build1138503492/b255/importcfg << 'EOF' # internal
2025-08-20T22:53:49.1420443Z [00:03:12.895]➜  # import config
2025-08-20T22:53:49.1421421Z [00:03:12.895]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:49.1422900Z [00:03:12.895]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1138503492/b256/_pkg_.a
2025-08-20T22:53:49.1426204Z [00:03:12.895]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1138503492/b254/_pkg_.a
2025-08-20T22:53:49.1429358Z [00:03:12.895]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build1138503492/b258/_pkg_.a
2025-08-20T22:53:49.1431150Z [00:03:12.895]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1138503492/b261/_pkg_.a
2025-08-20T22:53:49.1433582Z [00:03:12.895]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:49.1436313Z [00:03:12.895]➜  EOF
2025-08-20T22:53:49.1440353Z [00:03:12.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/nacl/box=>golang.org/x/crypto@v0.38.0/nacl/box;$WORK/b255=>" -p golang.org/x/crypto/nacl/box -lang=go1.23 -complete -installsuffix shared -buildid UAQ0PapY1ltNHxhv9NxJ/UAQ0PapY1ltNHxhv9NxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/nacl/box/box.go
2025-08-20T22:53:49.1692824Z [00:03:12.922]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T22:53:49.1708869Z [00:03:12.923]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d # internal
2025-08-20T22:53:49.1715622Z [00:03:12.924]➜  tailscale.com/util/slicesx
2025-08-20T22:53:49.1722243Z [00:03:12.925]➜  mkdir -p $WORK/b266/
2025-08-20T22:53:49.1732274Z [00:03:12.926]➜  cat >/tmp/go-build1138503492/b266/importcfg << 'EOF' # internal
2025-08-20T22:53:49.1734516Z [00:03:12.926]➜  # import config
2025-08-20T22:53:49.1737774Z [00:03:12.926]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:53:49.1738870Z [00:03:12.926]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:49.1739641Z [00:03:12.926]➜  EOF
2025-08-20T22:53:49.1760310Z [00:03:12.929]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T22:53:49.1791558Z [00:03:12.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/slicesx=>tailscale.com/util/slicesx;$WORK/b266=>" -p tailscale.com/util/slicesx -lang=go1.24 -complete -installsuffix shared -buildid M2vCBcZc86x2vhCSLKbC/M2vCBcZc86x2vhCSLKbC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/slicesx/slicesx.go
2025-08-20T22:53:49.1800751Z [00:03:12.930]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/5a/5a646ae8e90403b2b24afe614ed1b3e4702ec7e40289e771e1e757cc89268cb6-d # internal
2025-08-20T22:53:49.1801947Z [00:03:12.930]➜  tailscale.com/types/key
2025-08-20T22:53:49.1802538Z [00:03:12.930]➜  mkdir -p $WORK/b253/
2025-08-20T22:53:49.1803295Z [00:03:12.931]➜  cat >/tmp/go-build1138503492/b253/importcfg << 'EOF' # internal
2025-08-20T22:53:49.1803967Z [00:03:12.931]➜  # import config
2025-08-20T22:53:49.1804623Z [00:03:12.931]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:49.1805726Z [00:03:12.931]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:49.1806576Z [00:03:12.931]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:49.1807481Z [00:03:12.931]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:53:49.1808382Z [00:03:12.931]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:49.1809597Z [00:03:12.931]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:49.1810635Z [00:03:12.931]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:49.1811629Z [00:03:12.931]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:49.1812585Z [00:03:12.931]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:49.1813484Z [00:03:12.931]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:49.1814279Z [00:03:12.931]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:49.1815423Z [00:03:12.931]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:49.1816512Z [00:03:12.931]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1138503492/b254/_pkg_.a
2025-08-20T22:53:49.1817668Z [00:03:12.931]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build1138503492/b255/_pkg_.a
2025-08-20T22:53:49.1818623Z [00:03:12.931]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:49.1819482Z [00:03:12.931]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:49.1820326Z [00:03:12.931]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.1821359Z [00:03:12.931]➜  packagefile tailscale.com/types/structs=/tmp/go-build1138503492/b262/_pkg_.a
2025-08-20T22:53:49.1822520Z [00:03:12.931]➜  packagefile tailscale.com/types/tkatype=/tmp/go-build1138503492/b263/_pkg_.a
2025-08-20T22:53:49.1823321Z [00:03:12.931]➜  EOF
2025-08-20T22:53:49.1860038Z [00:03:12.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/key=>tailscale.com/types/key;$WORK/b253=>" -p tailscale.com/types/key -lang=go1.24 -complete -installsuffix shared -buildid FEXpE05nUBqHYdjr8RBS/FEXpE05nUBqHYdjr8RBS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/chal.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/control.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/derp.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/disco.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/hardware_attestation.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/machine.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/nl.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/node.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/key/util.go
2025-08-20T22:53:49.2011816Z [00:03:12.954]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T22:53:49.2018884Z [00:03:12.954]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d # internal
2025-08-20T22:53:49.2022320Z [00:03:12.954]➜  tailscale.com/util/ctxkey
2025-08-20T22:53:49.2027167Z [00:03:12.955]➜  mkdir -p $WORK/b267/
2025-08-20T22:53:49.2029010Z [00:03:12.956]➜  cat >/tmp/go-build1138503492/b267/importcfg << 'EOF' # internal
2025-08-20T22:53:49.2031964Z [00:03:12.956]➜  # import config
2025-08-20T22:53:49.2032656Z [00:03:12.956]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:49.2033496Z [00:03:12.956]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:49.2034307Z [00:03:12.956]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:49.2034945Z [00:03:12.956]➜  EOF
2025-08-20T22:53:49.2051980Z [00:03:12.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/ctxkey=>tailscale.com/util/ctxkey;$WORK/b267=>" -p tailscale.com/util/ctxkey -lang=go1.24 -complete -installsuffix shared -buildid 1dul0HvpQ1ysjo7Myh9_/1dul0HvpQ1ysjo7Myh9_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/ctxkey/key.go
2025-08-20T22:53:49.2268426Z [00:03:12.979]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T22:53:49.2274506Z [00:03:12.980]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/ac/ac420911c4665e64495d967ba7e584f0f4963d2db2d7bd33c0a603ee02dae031-d # internal
2025-08-20T22:53:49.2291086Z [00:03:12.981]➜  tailscale.com
2025-08-20T22:53:49.2291648Z [00:03:12.981]➜  mkdir -p $WORK/b270/
2025-08-20T22:53:49.2294045Z [00:03:12.982]➜  cat >/tmp/go-build1138503492/b270/importcfg << 'EOF' # internal
2025-08-20T22:53:49.2294773Z [00:03:12.982]➜  # import config
2025-08-20T22:53:49.2295642Z [00:03:12.982]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:53:49.2296493Z [00:03:12.982]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:53:49.2297150Z [00:03:12.982]➜  EOF
2025-08-20T22:53:49.2312950Z [00:03:12.984]➜  cat >/tmp/go-build1138503492/b270/embedcfg << 'EOF' # internal
2025-08-20T22:53:49.2313622Z [00:03:12.984]➜  {
2025-08-20T22:53:49.2314032Z [00:03:12.984]➜  	"Patterns": {
2025-08-20T22:53:49.2314516Z [00:03:12.984]➜  		"ALPINE.txt": [
2025-08-20T22:53:49.2315008Z [00:03:12.984]➜  			"ALPINE.txt"
2025-08-20T22:53:49.2315680Z [00:03:12.984]➜  		],
2025-08-20T22:53:49.2317891Z [00:03:12.984]➜  		"VERSION.txt": [
2025-08-20T22:53:49.2318972Z [00:03:12.985]➜  			"VERSION.txt"
2025-08-20T22:53:49.2319707Z [00:03:12.985]➜  		],
2025-08-20T22:53:49.2320346Z [00:03:12.985]➜  		"go.toolchain.rev": [
2025-08-20T22:53:49.2321170Z [00:03:12.985]➜  			"go.toolchain.rev"
2025-08-20T22:53:49.2321808Z [00:03:12.985]➜  		]
2025-08-20T22:53:49.2322764Z [00:03:12.985]➜  	},
2025-08-20T22:53:49.2323492Z [00:03:12.985]➜  	"Files": {
2025-08-20T22:53:49.2324315Z [00:03:12.985]➜  		"ALPINE.txt": "/tmp/tmp.49iCb1EC53/TEMPREPO/ALPINE.txt",
2025-08-20T22:53:49.2325682Z [00:03:12.985]➜  		"VERSION.txt": "/tmp/tmp.49iCb1EC53/TEMPREPO/VERSION.txt",
2025-08-20T22:53:49.2326821Z [00:03:12.985]➜  		"go.toolchain.rev": "/tmp/tmp.49iCb1EC53/TEMPREPO/go.toolchain.rev"
2025-08-20T22:53:49.2327640Z [00:03:12.985]➜  	}
2025-08-20T22:53:49.2330784Z [00:03:12.985]➜  }EOF
2025-08-20T22:53:49.2334571Z [00:03:12.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO=>tailscale.com;$WORK/b270=>" -p tailscale.com -lang=go1.24 -complete -installsuffix shared -buildid TAQTkTc6b4UcYrzKfkYq/TAQTkTc6b4UcYrzKfkYq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -embedcfg $WORK/b270/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/version-embed.go
2025-08-20T22:53:49.2447828Z [00:03:12.997]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T22:53:49.2458779Z [00:03:12.998]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/70/70247af8bd418a14d047b4d8158feb6f0ee14d219f907b3b62e4bfd1d354b06c-d # internal
2025-08-20T22:53:49.2532722Z [00:03:13.006]➜  tailscale.com/types/lazy
2025-08-20T22:53:49.2535746Z [00:03:13.006]➜  mkdir -p $WORK/b271/
2025-08-20T22:53:49.2539861Z [00:03:13.007]➜  cat >/tmp/go-build1138503492/b271/importcfg << 'EOF' # internal
2025-08-20T22:53:49.2541642Z [00:03:13.007]➜  # import config
2025-08-20T22:53:49.2542567Z [00:03:13.007]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.2544337Z [00:03:13.007]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:49.2545870Z [00:03:13.007]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:49.2547222Z [00:03:13.007]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:49.2548402Z [00:03:13.007]➜  EOF
2025-08-20T22:53:49.2553041Z [00:03:13.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy=>tailscale.com/types/lazy;$WORK/b271=>" -p tailscale.com/types/lazy -lang=go1.24 -complete -installsuffix shared -buildid W05-vfcO7etcS-espNIZ/W05-vfcO7etcS-espNIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/deferred.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/lazy.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/map.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/unsync.go
2025-08-20T22:53:49.2835950Z [00:03:13.036]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T22:53:49.2847945Z [00:03:13.037]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/6a/6a882ad12d956041b3c544e7fd849589f5dbe8522dd1b9adfd196a9fd88e8465-d # internal
2025-08-20T22:53:49.2849152Z [00:03:13.037]➜  tailscale.com/kube/kubetypes
2025-08-20T22:53:49.2850179Z [00:03:13.038]➜  mkdir -p $WORK/b274/
2025-08-20T22:53:49.2856360Z [00:03:13.038]➜  cat >/tmp/go-build1138503492/b274/importcfg << 'EOF' # internal
2025-08-20T22:53:49.2859033Z [00:03:13.039]➜  # import config
2025-08-20T22:53:49.2887079Z [00:03:13.039]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:49.2891647Z [00:03:13.039]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:49.2896200Z [00:03:13.039]➜  EOF
2025-08-20T22:53:49.2903439Z [00:03:13.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes=>tailscale.com/kube/kubetypes;$WORK/b274=>" -p tailscale.com/kube/kubetypes -lang=go1.24 -complete -installsuffix shared -buildid 0CBNE2bTzXejSKor28ft/0CBNE2bTzXejSKor28ft -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/grants.go /tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/types.go
2025-08-20T22:53:49.2998988Z [00:03:13.053]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T22:53:49.3009228Z [00:03:13.053]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/64/64d8c359bf0cf49f035b1ec668b4fd3c82700c514c429fa549b71c852c2e8cf4-d # internal
2025-08-20T22:53:49.3010454Z [00:03:13.054]➜  tailscale.com/util/lineiter
2025-08-20T22:53:49.3015351Z [00:03:13.054]➜  mkdir -p $WORK/b276/
2025-08-20T22:53:49.3020240Z [00:03:13.054]➜  cat >/tmp/go-build1138503492/b276/importcfg << 'EOF' # internal
2025-08-20T22:53:49.3020945Z [00:03:13.054]➜  # import config
2025-08-20T22:53:49.3021607Z [00:03:13.054]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:49.3022419Z [00:03:13.054]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:49.3023245Z [00:03:13.054]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:49.3024051Z [00:03:13.054]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:49.3025389Z [00:03:13.054]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:49.3026365Z [00:03:13.054]➜  packagefile tailscale.com/types/result=/tmp/go-build1138503492/b277/_pkg_.a
2025-08-20T22:53:49.3027147Z [00:03:13.054]➜  EOF
2025-08-20T22:53:49.3030329Z [00:03:13.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineiter=>tailscale.com/util/lineiter;$WORK/b276=>" -p tailscale.com/util/lineiter -lang=go1.24 -complete -installsuffix shared -buildid iRQeEMueS_n0UJEztQN5/iRQeEMueS_n0UJEztQN5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/lineiter/lineiter.go
2025-08-20T22:53:49.3411990Z [00:03:13.094]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T22:53:49.3425357Z [00:03:13.095]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/ea/eaac7c1315659314f0fbe7bbb763de2536b0f7ac379632d2045aff3ce6662677-d # internal
2025-08-20T22:53:49.3426537Z [00:03:13.095]➜  tailscale.com/version/distro
2025-08-20T22:53:49.3439432Z [00:03:13.097]➜  mkdir -p $WORK/b275/
2025-08-20T22:53:49.3444151Z [00:03:13.097]➜  cat >/tmp/go-build1138503492/b275/importcfg << 'EOF' # internal
2025-08-20T22:53:49.3445853Z [00:03:13.097]➜  # import config
2025-08-20T22:53:49.3447085Z [00:03:13.097]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:49.3448107Z [00:03:13.097]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:49.3449066Z [00:03:13.097]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:49.3450092Z [00:03:13.097]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:49.3451255Z [00:03:13.097]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.3452605Z [00:03:13.097]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:49.3453923Z [00:03:13.097]➜  packagefile tailscale.com/util/lineiter=/tmp/go-build1138503492/b276/_pkg_.a
2025-08-20T22:53:49.3455053Z [00:03:13.097]➜  EOF
2025-08-20T22:53:49.3459332Z [00:03:13.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/version/distro=>tailscale.com/version/distro;$WORK/b275=>" -p tailscale.com/version/distro -lang=go1.24 -complete -installsuffix shared -buildid MFSiPdZ1ia5SGqjL6630/MFSiPdZ1ia5SGqjL6630 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/version/distro/distro.go
2025-08-20T22:53:49.3768706Z [00:03:13.127]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T22:53:49.3813718Z [00:03:13.134]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/c7/c75de55e85f61b4aedbf8cb16519ccb7f9bd1091e9ff1b1defdaf3d720a3c93d-d # internal
2025-08-20T22:53:49.3820985Z [00:03:13.135]➜  github.com/go-json-experiment/json
2025-08-20T22:53:49.3824280Z [00:03:13.135]➜  mkdir -p $WORK/b240/
2025-08-20T22:53:49.3828265Z [00:03:13.135]➜  cat >/tmp/go-build1138503492/b240/importcfg << 'EOF' # internal
2025-08-20T22:53:49.3829495Z [00:03:13.135]➜  # import config
2025-08-20T22:53:49.3830556Z [00:03:13.135]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:49.3831472Z [00:03:13.135]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:49.3832383Z [00:03:13.135]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:49.3833445Z [00:03:13.135]➜  packagefile encoding/base32=/tmp/go-build1138503492/b241/_pkg_.a
2025-08-20T22:53:49.3834556Z [00:03:13.135]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:49.3837287Z [00:03:13.135]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:49.3838237Z [00:03:13.135]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:49.3839136Z [00:03:13.135]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:49.3839903Z [00:03:13.135]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:49.3841203Z [00:03:13.135]➜  packagefile github.com/go-json-experiment/json/internal=/tmp/go-build1138503492/b242/_pkg_.a
2025-08-20T22:53:49.3842527Z [00:03:13.135]➜  packagefile github.com/go-json-experiment/json/internal/jsonflags=/tmp/go-build1138503492/b243/_pkg_.a
2025-08-20T22:53:49.3843964Z [00:03:13.136]➜  packagefile github.com/go-json-experiment/json/internal/jsonopts=/tmp/go-build1138503492/b244/_pkg_.a
2025-08-20T22:53:49.3846945Z [00:03:13.136]➜  packagefile github.com/go-json-experiment/json/internal/jsonwire=/tmp/go-build1138503492/b245/_pkg_.a
2025-08-20T22:53:49.3848392Z [00:03:13.136]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:49.3849482Z [00:03:13.136]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:49.3850334Z [00:03:13.136]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:49.3851205Z [00:03:13.136]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:49.3852109Z [00:03:13.136]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:49.3852971Z [00:03:13.136]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:49.3853825Z [00:03:13.136]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:49.3854702Z [00:03:13.136]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.3856076Z [00:03:13.136]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.3856918Z [00:03:13.136]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:49.3857746Z [00:03:13.136]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:49.3858650Z [00:03:13.136]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:49.3859621Z [00:03:13.136]➜  EOF
2025-08-20T22:53:49.3872534Z [00:03:13.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced=>github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced;$WORK/b240=>" -p github.com/go-json-experiment/json -lang=go1.24 -complete -installsuffix shared -buildid QH08MHzpd21enw4QUleP/QH08MHzpd21enw4QUleP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/arshal.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/arshal_any.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/arshal_default.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/arshal_funcs.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/arshal_inlined.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/arshal_methods.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/arshal_time.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/doc.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/errors.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/fields.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/fold.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/intern.go /root/go/pkg/mod/github.com/go-json-experiment/json@v0.0.0-20250813024750-ebf49471dced/options.go
2025-08-20T22:53:49.4314503Z [00:03:13.184]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T22:53:49.4356594Z [00:03:13.188]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d # internal
2025-08-20T22:53:49.4366896Z [00:03:13.189]➜  tailscale.com/syncs
2025-08-20T22:53:49.4367417Z [00:03:13.189]➜  mkdir -p $WORK/b282/
2025-08-20T22:53:49.4368369Z [00:03:13.189]➜  cat >/tmp/go-build1138503492/b282/importcfg << 'EOF' # internal
2025-08-20T22:53:49.4369005Z [00:03:13.189]➜  # import config
2025-08-20T22:53:49.4369622Z [00:03:13.189]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:49.4370422Z [00:03:13.189]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:49.4371290Z [00:03:13.189]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1138503492/b257/_pkg_.a
2025-08-20T22:53:49.4373802Z [00:03:13.190]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:49.4374971Z [00:03:13.190]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:49.4376141Z [00:03:13.190]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:49.4377025Z [00:03:13.190]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.4377884Z [00:03:13.190]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:49.4379443Z [00:03:13.190]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:49.4380085Z [00:03:13.190]➜  EOF
2025-08-20T22:53:49.4385006Z [00:03:13.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/syncs=>tailscale.com/syncs;$WORK/b282=>" -p tailscale.com/syncs -lang=go1.24 -complete -installsuffix shared -buildid m_7SOKjbWI8kftaBhFhp/m_7SOKjbWI8kftaBhFhp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/syncs/locked.go /tmp/tmp.49iCb1EC53/TEMPREPO/syncs/pool.go /tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedint.go /tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedmap.go /tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue.go /tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue_go.go /tmp/tmp.49iCb1EC53/TEMPREPO/syncs/syncs.go
2025-08-20T22:53:49.4605526Z [00:03:13.213]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T22:53:49.4631968Z [00:03:13.215]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d # internal
2025-08-20T22:53:49.4633269Z [00:03:13.215]➜  tailscale.com/util/dirwalk
2025-08-20T22:53:49.4633839Z [00:03:13.215]➜  mkdir -p $WORK/b283/
2025-08-20T22:53:49.4634559Z [00:03:13.216]➜  cat >/tmp/go-build1138503492/b283/importcfg << 'EOF' # internal
2025-08-20T22:53:49.4635445Z [00:03:13.216]➜  # import config
2025-08-20T22:53:49.4636136Z [00:03:13.216]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:49.4637027Z [00:03:13.216]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:49.4638022Z [00:03:13.216]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:49.4638995Z [00:03:13.216]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:49.4639839Z [00:03:13.216]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:49.4640656Z [00:03:13.216]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:49.4641573Z [00:03:13.216]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:49.4642463Z [00:03:13.216]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.4644904Z [00:03:13.217]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:49.4646330Z [00:03:13.217]➜  EOF
2025-08-20T22:53:49.4650349Z [00:03:13.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk=>tailscale.com/util/dirwalk;$WORK/b283=>" -p tailscale.com/util/dirwalk -lang=go1.24 -complete -installsuffix shared -buildid GaBEupHKXjUJFXmDcE5p/GaBEupHKXjUJFXmDcE5p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk_linux.go
2025-08-20T22:53:49.5132213Z [00:03:13.266]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T22:53:49.5154639Z [00:03:13.268]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d # internal
2025-08-20T22:53:49.5161611Z [00:03:13.269]➜  tailscale.com/tstime
2025-08-20T22:53:49.5162149Z [00:03:13.269]➜  mkdir -p $WORK/b284/
2025-08-20T22:53:49.5172301Z [00:03:13.270]➜  cat >/tmp/go-build1138503492/b284/importcfg << 'EOF' # internal
2025-08-20T22:53:49.5172986Z [00:03:13.270]➜  # import config
2025-08-20T22:53:49.5173646Z [00:03:13.270]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:49.5174496Z [00:03:13.270]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:49.5177977Z [00:03:13.270]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:53:49.5178926Z [00:03:13.270]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:49.5179741Z [00:03:13.270]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.5180577Z [00:03:13.270]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:49.5181166Z [00:03:13.270]➜  EOF
2025-08-20T22:53:49.5188288Z [00:03:13.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tstime=>tailscale.com/tstime;$WORK/b284=>" -p tailscale.com/tstime -lang=go1.24 -complete -installsuffix shared -buildid AkGDNLvw5L16i7ErLMYv/AkGDNLvw5L16i7ErLMYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tstime/jitter.go /tmp/tmp.49iCb1EC53/TEMPREPO/tstime/tstime.go
2025-08-20T22:53:49.5445463Z [00:03:13.297]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T22:53:49.5457076Z [00:03:13.298]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/a5/a5b018cdc8cb877868d6eaab522bc805d9b295cf91a290be6231a4246bd67ffa-d # internal
2025-08-20T22:53:49.5470236Z [00:03:13.300]➜  tailscale.com/util/cibuild
2025-08-20T22:53:49.5473526Z [00:03:13.300]➜  mkdir -p $WORK/b285/
2025-08-20T22:53:49.5479682Z [00:03:13.301]➜  cat >/tmp/go-build1138503492/b285/importcfg << 'EOF' # internal
2025-08-20T22:53:49.5481325Z [00:03:13.301]➜  # import config
2025-08-20T22:53:49.5497523Z [00:03:13.301]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:49.5498386Z [00:03:13.301]➜  EOF
2025-08-20T22:53:49.5503527Z [00:03:13.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/cibuild=>tailscale.com/util/cibuild;$WORK/b285=>" -p tailscale.com/util/cibuild -lang=go1.24 -complete -installsuffix shared -buildid ug6vU7yuki_EGMP3vknW/ug6vU7yuki_EGMP3vknW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/cibuild/cibuild.go
2025-08-20T22:53:49.5568588Z [00:03:13.309]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T22:53:49.5574852Z [00:03:13.310]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/b1/b10bba1e41c31bc546bb21aa17fd41602580db40dd74b0ac58678a8c7b8bcfc2-d # internal
2025-08-20T22:53:49.5581237Z [00:03:13.311]➜  tailscale.com/util/multierr
2025-08-20T22:53:49.5587177Z [00:03:13.311]➜  mkdir -p $WORK/b286/
2025-08-20T22:53:49.5587973Z [00:03:13.311]➜  cat >/tmp/go-build1138503492/b286/importcfg << 'EOF' # internal
2025-08-20T22:53:49.5588702Z [00:03:13.311]➜  # import config
2025-08-20T22:53:49.5589379Z [00:03:13.311]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:49.5590226Z [00:03:13.311]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:49.5591104Z [00:03:13.311]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.5591767Z [00:03:13.311]➜  EOF
2025-08-20T22:53:49.5595300Z [00:03:13.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/multierr=>tailscale.com/util/multierr;$WORK/b286=>" -p tailscale.com/util/multierr -lang=go1.24 -complete -installsuffix shared -buildid q6W-uzGhmI-T03fJl5ks/q6W-uzGhmI-T03fJl5ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/multierr/multierr.go
2025-08-20T22:53:49.5896172Z [00:03:13.342]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T22:53:49.5909262Z [00:03:13.343]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d # internal
2025-08-20T22:53:49.5921395Z [00:03:13.344]➜  tailscale.com/util/testenv
2025-08-20T22:53:49.5922006Z [00:03:13.344]➜  mkdir -p $WORK/b292/
2025-08-20T22:53:49.5922768Z [00:03:13.344]➜  cat >/tmp/go-build1138503492/b292/importcfg << 'EOF' # internal
2025-08-20T22:53:49.5923467Z [00:03:13.344]➜  # import config
2025-08-20T22:53:49.5924160Z [00:03:13.344]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:49.5925029Z [00:03:13.344]➜  packagefile flag=/tmp/go-build1138503492/b163/_pkg_.a
2025-08-20T22:53:49.5926231Z [00:03:13.344]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:49.5927013Z [00:03:13.344]➜  EOF
2025-08-20T22:53:49.5930244Z [00:03:13.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/testenv=>tailscale.com/util/testenv;$WORK/b292=>" -p tailscale.com/util/testenv -lang=go1.24 -complete -installsuffix shared -buildid UEHwILIua2blXami0q5b/UEHwILIua2blXami0q5b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/testenv/testenv.go
2025-08-20T22:53:49.5933299Z [00:03:13.345]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T22:53:49.5941719Z [00:03:13.347]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d # internal
2025-08-20T22:53:49.5953531Z [00:03:13.347]➜  html
2025-08-20T22:53:49.5954329Z [00:03:13.347]➜  mkdir -p $WORK/b294/
2025-08-20T22:53:49.5955427Z [00:03:13.348]➜  cat >/tmp/go-build1138503492/b294/importcfg << 'EOF' # internal
2025-08-20T22:53:49.5957491Z [00:03:13.348]➜  # import config
2025-08-20T22:53:49.5958180Z [00:03:13.348]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.5959066Z [00:03:13.348]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.5959897Z [00:03:13.348]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:49.5960560Z [00:03:13.348]➜  EOF
2025-08-20T22:53:49.5963130Z [00:03:13.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b294=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T22:53:49.6648475Z [00:03:13.417]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T22:53:49.6667857Z [00:03:13.419]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d # internal
2025-08-20T22:53:49.6674234Z [00:03:13.420]➜  github.com/x448/float16
2025-08-20T22:53:49.6674800Z [00:03:13.420]➜  mkdir -p $WORK/b297/
2025-08-20T22:53:49.6675704Z [00:03:13.420]➜  cat >/tmp/go-build1138503492/b297/importcfg << 'EOF' # internal
2025-08-20T22:53:49.6676364Z [00:03:13.420]➜  # import config
2025-08-20T22:53:49.6676996Z [00:03:13.420]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:49.6677789Z [00:03:13.420]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:49.6678385Z [00:03:13.420]➜  EOF
2025-08-20T22:53:49.6681627Z [00:03:13.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/x448/float16@v0.8.4=>github.com/x448/float16@v0.8.4;$WORK/b297=>" -p github.com/x448/float16 -lang=go1.11 -complete -installsuffix shared -buildid 0GwwCY8wkHnRn8UqqHer/0GwwCY8wkHnRn8UqqHer -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/github.com/x448/float16@v0.8.4/float16.go
2025-08-20T22:53:49.6823076Z [00:03:13.435]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T22:53:49.6839587Z [00:03:13.436]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T22:53:49.6844800Z [00:03:13.437]➜  filippo.io/edwards25519/field
2025-08-20T22:53:49.6845544Z [00:03:13.437]➜  mkdir -p $WORK/b300/
2025-08-20T22:53:49.6846123Z [00:03:13.437]➜  echo -n > $WORK/b300/go_asm.h # internal
2025-08-20T22:53:49.6846866Z [00:03:13.437]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T22:53:49.6849487Z [00:03:13.437]➜  /root/.go/pkg/tool/linux_amd64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b300=>" -I $WORK/b300/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b300/symabis ./fe_amd64.s
2025-08-20T22:53:49.6928783Z [00:03:13.446]➜  cat >/tmp/go-build1138503492/b300/importcfg << 'EOF' # internal
2025-08-20T22:53:49.6929974Z [00:03:13.446]➜  # import config
2025-08-20T22:53:49.6931072Z [00:03:13.446]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:49.6932334Z [00:03:13.446]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:49.6933365Z [00:03:13.446]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:49.6934565Z [00:03:13.446]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:49.6936334Z [00:03:13.446]➜  EOF
2025-08-20T22:53:49.6943769Z [00:03:13.447]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:49.6950928Z [00:03:13.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b300=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid 9vVqfs9Clf_LC9fS0G6I/9vVqfs9Clf_LC9fS0G6I -goversion go1.25.0 -symabis $WORK/b300/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack -asmhdr $WORK/b300/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_amd64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_generic.go
2025-08-20T22:53:49.7140361Z [00:03:13.467]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T22:53:49.7153036Z [00:03:13.468]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/0d/0dc6417e11bfb8716965dd1041b6e7da2ec193dfbe615205b0e65b6b88db40cc-d # internal
2025-08-20T22:53:49.7171340Z [00:03:13.470]➜  github.com/fxamacker/cbor/v2
2025-08-20T22:53:49.7197630Z [00:03:13.470]➜  mkdir -p $WORK/b296/
2025-08-20T22:53:49.7211017Z [00:03:13.473]➜  cat >/tmp/go-build1138503492/b296/importcfg << 'EOF' # internal
2025-08-20T22:53:49.7211749Z [00:03:13.473]➜  # import config
2025-08-20T22:53:49.7212414Z [00:03:13.473]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:49.7213236Z [00:03:13.473]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:49.7214117Z [00:03:13.473]➜  packagefile encoding/base32=/tmp/go-build1138503492/b241/_pkg_.a
2025-08-20T22:53:49.7215021Z [00:03:13.473]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:49.7216131Z [00:03:13.473]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:49.7217011Z [00:03:13.473]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:49.7217851Z [00:03:13.473]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:49.7218630Z [00:03:13.473]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:49.7219551Z [00:03:13.473]➜  packagefile github.com/x448/float16=/tmp/go-build1138503492/b297/_pkg_.a
2025-08-20T22:53:49.7220417Z [00:03:13.473]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:49.7221165Z [00:03:13.473]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:49.7221930Z [00:03:13.473]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:49.7222756Z [00:03:13.473]➜  packagefile math/rand=/tmp/go-build1138503492/b096/_pkg_.a
2025-08-20T22:53:49.7223555Z [00:03:13.473]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:49.7224326Z [00:03:13.473]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:49.7228262Z [00:03:13.473]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:49.7229533Z [00:03:13.473]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:49.7230450Z [00:03:13.473]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.7231347Z [00:03:13.473]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:49.7232219Z [00:03:13.473]➜  packagefile unicode/utf16=/tmp/go-build1138503492/b118/_pkg_.a
2025-08-20T22:53:49.7233130Z [00:03:13.473]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:49.7233793Z [00:03:13.473]➜  EOF
2025-08-20T22:53:49.7242706Z [00:03:13.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0=>github.com/fxamacker/cbor/v2@v2.7.0;$WORK/b296=>" -p github.com/fxamacker/cbor/v2 -lang=go1.17 -complete -installsuffix shared -buildid oHXwbnun7eSxlQeLxdBh/oHXwbnun7eSxlQeLxdBh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/bytestring.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/cache.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/common.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/decode.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/diagnose.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/doc.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/encode.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/encode_map.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/simplevalue.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/stream.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/structfields.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/tag.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/valid.go
2025-08-20T22:53:49.8083387Z [00:03:13.561]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T22:53:49.8086284Z [00:03:13.561]➜  /root/.go/pkg/tool/linux_amd64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b300=>" -I $WORK/b300/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b300/fe_amd64.o ./fe_amd64.s
2025-08-20T22:53:49.8189944Z [00:03:13.571]➜  go tool pack r $WORK/b300/_pkg_.a $WORK/b300/fe_amd64.o # internal
2025-08-20T22:53:49.8190834Z [00:03:13.571]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T22:53:49.8198514Z [00:03:13.572]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/61/610792fe53cc46c9dc5fdb3cc5a7823969b93f46e15371374fa5d64aa95104ab-d # internal
2025-08-20T22:53:49.8214006Z [00:03:13.574]➜  filippo.io/edwards25519
2025-08-20T22:53:49.8214606Z [00:03:13.574]➜  mkdir -p $WORK/b299/
2025-08-20T22:53:49.8216398Z [00:03:13.574]➜  cat >/tmp/go-build1138503492/b299/importcfg << 'EOF' # internal
2025-08-20T22:53:49.8217111Z [00:03:13.574]➜  # import config
2025-08-20T22:53:49.8217829Z [00:03:13.574]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:53:49.8218793Z [00:03:13.574]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:49.8219679Z [00:03:13.574]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:49.8220706Z [00:03:13.574]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build1138503492/b300/_pkg_.a
2025-08-20T22:53:49.8221967Z [00:03:13.574]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:49.8222930Z [00:03:13.574]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:49.8223667Z [00:03:13.575]➜  EOF
2025-08-20T22:53:49.8224382Z [00:03:13.575]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:49.8230880Z [00:03:13.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b299=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid cfbW2X3pwjmt2aPrj-EX/cfbW2X3pwjmt2aPrj-EX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar_fiat.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/tables.go
2025-08-20T22:53:49.9922589Z [00:03:13.745]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T22:53:49.9970563Z [00:03:13.750]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/4f/4fb849826e13d3493809e995780b14acb0aa406341d44658fd05ebadf980f0c0-d # internal
2025-08-20T22:53:49.9987109Z [00:03:13.751]➜  github.com/hdevalence/ed25519consensus
2025-08-20T22:53:50.0009192Z [00:03:13.751]➜  mkdir -p $WORK/b298/
2025-08-20T22:53:50.0009901Z [00:03:13.751]➜  cat >/tmp/go-build1138503492/b298/importcfg << 'EOF' # internal
2025-08-20T22:53:50.0010632Z [00:03:13.751]➜  # import config
2025-08-20T22:53:50.0011351Z [00:03:13.751]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:53:50.0012251Z [00:03:13.751]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:50.0013121Z [00:03:13.751]➜  packagefile crypto/sha512=/tmp/go-build1138503492/b115/_pkg_.a
2025-08-20T22:53:50.0014058Z [00:03:13.751]➜  packagefile filippo.io/edwards25519=/tmp/go-build1138503492/b299/_pkg_.a
2025-08-20T22:53:50.0016134Z [00:03:13.751]➜  EOF
2025-08-20T22:53:50.0020188Z [00:03:13.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hdevalence/ed25519consensus@v0.2.0=>github.com/hdevalence/ed25519consensus@v0.2.0;$WORK/b298=>" -p github.com/hdevalence/ed25519consensus -lang=go1.19 -complete -installsuffix shared -buildid lSlICZ1_3MlgjSs5tfB3/lSlICZ1_3MlgjSs5tfB3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/github.com/hdevalence/ed25519consensus@v0.2.0/batch.go /root/go/pkg/mod/github.com/hdevalence/ed25519consensus@v0.2.0/ed25519.go
2025-08-20T22:53:50.0372281Z [00:03:13.790]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T22:53:50.0385344Z [00:03:13.791]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/aa/aa45314a9f23fdb4a9ff1383e71da10448b6fa5ccb39d2edc5ac20500f0aad1a-d # internal
2025-08-20T22:53:50.0394197Z [00:03:13.792]➜  golang.org/x/crypto/argon2
2025-08-20T22:53:50.0396983Z [00:03:13.792]➜  mkdir -p $WORK/b301/
2025-08-20T22:53:50.0402274Z [00:03:13.793]➜  echo -n > $WORK/b301/go_asm.h # internal
2025-08-20T22:53:50.0413161Z [00:03:13.794]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2
2025-08-20T22:53:50.0416341Z [00:03:13.794]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2=>golang.org/x/crypto@v0.38.0/argon2;$WORK/b301=>" -I $WORK/b301/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b301/symabis ./blamka_amd64.s
2025-08-20T22:53:50.0611558Z [00:03:13.814]➜  cat >/tmp/go-build1138503492/b301/importcfg << 'EOF' # internal
2025-08-20T22:53:50.0614840Z [00:03:13.814]➜  # import config
2025-08-20T22:53:50.0616703Z [00:03:13.814]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:50.0618565Z [00:03:13.814]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1138503492/b256/_pkg_.a
2025-08-20T22:53:50.0619634Z [00:03:13.814]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1138503492/b257/_pkg_.a
2025-08-20T22:53:50.0620520Z [00:03:13.814]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:50.0621309Z [00:03:13.814]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:50.0621889Z [00:03:13.814]➜  EOF
2025-08-20T22:53:50.0622408Z [00:03:13.814]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:50.0628089Z [00:03:13.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2=>golang.org/x/crypto@v0.38.0/argon2;$WORK/b301=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -installsuffix shared -buildid j4uHobyhl2obwq-3R9kV/j4uHobyhl2obwq-3R9kV -goversion go1.25.0 -symabis $WORK/b301/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack -asmhdr $WORK/b301/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2/argon2.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2/blamka_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2/blamka_generic.go
2025-08-20T22:53:50.1383060Z [00:03:13.891]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2
2025-08-20T22:53:50.1388335Z [00:03:13.891]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/argon2=>golang.org/x/crypto@v0.38.0/argon2;$WORK/b301=>" -I $WORK/b301/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b301/blamka_amd64.o ./blamka_amd64.s
2025-08-20T22:53:50.1732370Z [00:03:13.926]➜  go tool pack r $WORK/b301/_pkg_.a $WORK/b301/blamka_amd64.o # internal
2025-08-20T22:53:50.1749040Z [00:03:13.928]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T22:53:50.1752742Z [00:03:13.928]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/b4/b4a4f555f6dcdcc81682c738f8aac3a5fec1636f20d55d16b10faa28811fdfd0-d # internal
2025-08-20T22:53:50.1893207Z [00:03:13.942]➜  golang.org/x/crypto/blake2s
2025-08-20T22:53:50.1896731Z [00:03:13.942]➜  mkdir -p $WORK/b302/
2025-08-20T22:53:50.1906694Z [00:03:13.943]➜  echo -n > $WORK/b302/go_asm.h # internal
2025-08-20T22:53:50.1911549Z [00:03:13.943]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s
2025-08-20T22:53:50.1914215Z [00:03:13.943]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s=>golang.org/x/crypto@v0.38.0/blake2s;$WORK/b302=>" -I $WORK/b302/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b302/symabis ./blake2s_amd64.s
2025-08-20T22:53:50.2263816Z [00:03:13.979]➜  cat >/tmp/go-build1138503492/b302/importcfg << 'EOF' # internal
2025-08-20T22:53:50.2268288Z [00:03:13.979]➜  # import config
2025-08-20T22:53:50.2269056Z [00:03:13.979]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:50.2269976Z [00:03:13.979]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:50.2270898Z [00:03:13.979]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:50.2271857Z [00:03:13.979]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1138503492/b257/_pkg_.a
2025-08-20T22:53:50.2272782Z [00:03:13.979]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:50.2273593Z [00:03:13.979]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:50.2274486Z [00:03:13.979]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:50.2275373Z [00:03:13.979]➜  EOF
2025-08-20T22:53:50.2278875Z [00:03:13.981]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:50.2289544Z [00:03:13.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s=>golang.org/x/crypto@v0.38.0/blake2s;$WORK/b302=>" -p golang.org/x/crypto/blake2s -lang=go1.23 -installsuffix shared -buildid JgBA0fjP6mL2CtJIqk0l/JgBA0fjP6mL2CtJIqk0l -goversion go1.25.0 -symabis $WORK/b302/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack -asmhdr $WORK/b302/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2s.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2s_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2s_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2x.go
2025-08-20T22:53:50.3747230Z [00:03:14.126]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s
2025-08-20T22:53:50.3750317Z [00:03:14.126]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2s -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s=>golang.org/x/crypto@v0.38.0/blake2s;$WORK/b302=>" -I $WORK/b302/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b302/blake2s_amd64.o ./blake2s_amd64.s
2025-08-20T22:53:50.4153538Z [00:03:14.168]➜  go tool pack r $WORK/b302/_pkg_.a $WORK/b302/blake2s_amd64.o # internal
2025-08-20T22:53:50.4157299Z [00:03:14.168]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T22:53:50.4201793Z [00:03:14.173]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/11/11e36e931ec6034305431823fac180dc3c3e53971ecb2dda9f758ae6a2c2d9e9-d # internal
2025-08-20T22:53:50.4207666Z [00:03:14.173]➜  tailscale.com/net/netaddr
2025-08-20T22:53:50.4210624Z [00:03:14.174]➜  mkdir -p $WORK/b303/
2025-08-20T22:53:50.4213433Z [00:03:14.174]➜  cat >/tmp/go-build1138503492/b303/importcfg << 'EOF' # internal
2025-08-20T22:53:50.4214116Z [00:03:14.174]➜  # import config
2025-08-20T22:53:50.4214719Z [00:03:14.174]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:50.4215720Z [00:03:14.174]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:50.4216345Z [00:03:14.174]➜  EOF
2025-08-20T22:53:50.4230101Z [00:03:14.176]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:50.4235282Z [00:03:14.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netaddr=>tailscale.com/net/netaddr;$WORK/b303=>" -p tailscale.com/net/netaddr -lang=go1.24 -complete -installsuffix shared -buildid xJwO4WYIMnHlCJxNtUN2/xJwO4WYIMnHlCJxNtUN2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netaddr/netaddr.go
2025-08-20T22:53:50.4991113Z [00:03:14.252]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T22:53:50.4998238Z [00:03:14.252]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d # internal
2025-08-20T22:53:50.5000583Z [00:03:14.253]➜  go4.org/netipx
2025-08-20T22:53:50.5038641Z [00:03:14.257]➜  mkdir -p $WORK/b305/
2025-08-20T22:53:50.5046661Z [00:03:14.257]➜  cat >/tmp/go-build1138503492/b305/importcfg << 'EOF' # internal
2025-08-20T22:53:50.5047393Z [00:03:14.257]➜  # import config
2025-08-20T22:53:50.5048608Z [00:03:14.257]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:50.5050049Z [00:03:14.257]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:50.5051413Z [00:03:14.257]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.5052519Z [00:03:14.257]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:50.5053483Z [00:03:14.257]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:50.5054316Z [00:03:14.257]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:50.5055252Z [00:03:14.257]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:50.5056063Z [00:03:14.257]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:50.5056834Z [00:03:14.257]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:50.5057591Z [00:03:14.257]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:50.5058181Z [00:03:14.257]➜  EOF
2025-08-20T22:53:50.5063525Z [00:03:14.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org/netipx@v0.0.0-20231129151722-fdeea329fbba=>go4.org/netipx@v0.0.0-20231129151722-fdeea329fbba;$WORK/b305=>" -p go4.org/netipx -lang=go1.18 -complete -installsuffix shared -buildid jq7EG95oKbvKEf6AqgEI/jq7EG95oKbvKEf6AqgEI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/go4.org/netipx@v0.0.0-20231129151722-fdeea329fbba/ipset.go /root/go/pkg/mod/go4.org/netipx@v0.0.0-20231129151722-fdeea329fbba/mask6.go /root/go/pkg/mod/go4.org/netipx@v0.0.0-20231129151722-fdeea329fbba/netipx.go /root/go/pkg/mod/go4.org/netipx@v0.0.0-20231129151722-fdeea329fbba/uint128.go
2025-08-20T22:53:50.6213527Z [00:03:14.374]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:53:50.6643644Z [00:03:14.417]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d # internal
2025-08-20T22:53:50.6683413Z [00:03:14.421]➜  net/http/httptrace
2025-08-20T22:53:50.6684029Z [00:03:14.421]➜  mkdir -p $WORK/b201/
2025-08-20T22:53:50.6696547Z [00:03:14.422]➜  cat >/tmp/go-build1138503492/b201/importcfg << 'EOF' # internal
2025-08-20T22:53:50.6697297Z [00:03:14.422]➜  # import config
2025-08-20T22:53:50.6697993Z [00:03:14.422]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:50.6698877Z [00:03:14.422]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:53:50.6699849Z [00:03:14.422]➜  packagefile internal/nettrace=/tmp/go-build1138503492/b153/_pkg_.a
2025-08-20T22:53:50.6700766Z [00:03:14.422]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:50.6701663Z [00:03:14.422]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:50.6702555Z [00:03:14.422]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:50.6703381Z [00:03:14.422]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:50.6703988Z [00:03:14.422]➜  EOF
2025-08-20T22:53:50.6707173Z [00:03:14.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b201=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid MyaFi8BMCPMQaFKm-Y5F/MyaFi8BMCPMQaFKm-Y5F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:53:50.7449399Z [00:03:14.497]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:53:50.7452591Z [00:03:14.498]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/0d/0d7691bedc431ae0b12114c7219dbd56a7e02ee7333df297036a3ff84dbfcb1c-d # internal
2025-08-20T22:53:50.7454191Z [00:03:14.498]➜  golang.org/x/net/internal/httpcommon
2025-08-20T22:53:50.7454826Z [00:03:14.498]➜  mkdir -p $WORK/b200/
2025-08-20T22:53:50.7461844Z [00:03:14.499]➜  cat >/tmp/go-build1138503492/b200/importcfg << 'EOF' # internal
2025-08-20T22:53:50.7467552Z [00:03:14.499]➜  # import config
2025-08-20T22:53:50.7468225Z [00:03:14.499]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:50.7469028Z [00:03:14.499]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:50.7469787Z [00:03:14.499]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.7470720Z [00:03:14.499]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b197/_pkg_.a
2025-08-20T22:53:50.7471821Z [00:03:14.499]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1138503492/b199/_pkg_.a
2025-08-20T22:53:50.7472852Z [00:03:14.499]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:53:50.7473804Z [00:03:14.499]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:50.7474655Z [00:03:14.499]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:50.7475657Z [00:03:14.499]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:50.7476471Z [00:03:14.499]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:50.7477292Z [00:03:14.499]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:50.7478077Z [00:03:14.499]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:50.7478640Z [00:03:14.499]➜  EOF
2025-08-20T22:53:50.7483592Z [00:03:14.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/httpcommon=>golang.org/x/net@v0.40.0/internal/httpcommon;$WORK/b200=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid 3LAjHpPouBuo4oFY6cOo/3LAjHpPouBuo4oFY6cOo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/httpcommon/request.go
2025-08-20T22:53:50.7660561Z [00:03:14.519]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T22:53:50.7915751Z [00:03:14.544]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/76/76bbdc683b734e89dd5a68139d3b6f9a401483ffa042b581e1dce5453054aa58-d # internal
2025-08-20T22:53:50.7948933Z [00:03:14.548]➜  net/http/internal/httpcommon
2025-08-20T22:53:50.7958911Z [00:03:14.549]➜  mkdir -p $WORK/b216/
2025-08-20T22:53:50.7968838Z [00:03:14.550]➜  cat >/tmp/go-build1138503492/b216/importcfg << 'EOF' # internal
2025-08-20T22:53:50.7973817Z [00:03:14.550]➜  # import config
2025-08-20T22:53:50.7978747Z [00:03:14.551]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:53:50.7984343Z [00:03:14.551]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:53:50.8004951Z [00:03:14.551]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:50.8006371Z [00:03:14.551]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:50.8007397Z [00:03:14.551]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.8008552Z [00:03:14.551]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b203/_pkg_.a
2025-08-20T22:53:50.8009835Z [00:03:14.551]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1138503492/b210/_pkg_.a
2025-08-20T22:53:50.8010767Z [00:03:14.551]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:53:50.8011750Z [00:03:14.551]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:50.8012593Z [00:03:14.551]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:50.8013676Z [00:03:14.551]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:50.8014522Z [00:03:14.551]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:50.8015534Z [00:03:14.551]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:50.8016556Z [00:03:14.551]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:50.8017172Z [00:03:14.551]➜  EOF
2025-08-20T22:53:50.8020547Z [00:03:14.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b216=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:53:50.8056933Z [00:03:14.558]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T22:53:50.8104093Z [00:03:14.563]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/54/54427236929d934028df3b51429ffe98acb009e607280ce6367eabe327d34a60-d # internal
2025-08-20T22:53:50.8109147Z [00:03:14.563]➜  tailscale.com/types/preftype
2025-08-20T22:53:50.8112225Z [00:03:14.563]➜  mkdir -p $WORK/b310/
2025-08-20T22:53:50.8112953Z [00:03:14.564]➜  cat >/tmp/go-build1138503492/b310/importcfg << 'EOF' # internal
2025-08-20T22:53:50.8113604Z [00:03:14.564]➜  # import config
2025-08-20T22:53:50.8114213Z [00:03:14.564]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.8114782Z [00:03:14.564]➜  EOF
2025-08-20T22:53:50.8118363Z [00:03:14.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/preftype=>tailscale.com/types/preftype;$WORK/b310=>" -p tailscale.com/types/preftype -lang=go1.24 -complete -installsuffix shared -buildid TrB_GBwpbNuPfGJ-9lg1/TrB_GBwpbNuPfGJ-9lg1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/preftype/netfiltermode.go
2025-08-20T22:53:50.8390663Z [00:03:14.592]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T22:53:50.8400053Z [00:03:14.592]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/4a/4af3a7f6acb49bb5180253dac5948c58c0d616bb7dadcfe5e7a453a25cbcbb0b-d # internal
2025-08-20T22:53:50.8405564Z [00:03:14.592]➜  tailscale.com/util/hashx
2025-08-20T22:53:50.8406191Z [00:03:14.593]➜  mkdir -p $WORK/b318/
2025-08-20T22:53:50.8406924Z [00:03:14.593]➜  cat >/tmp/go-build1138503492/b318/importcfg << 'EOF' # internal
2025-08-20T22:53:50.8407593Z [00:03:14.593]➜  # import config
2025-08-20T22:53:50.8408293Z [00:03:14.593]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:50.8409122Z [00:03:14.593]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.8409915Z [00:03:14.593]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:50.8410493Z [00:03:14.593]➜  EOF
2025-08-20T22:53:50.8421125Z [00:03:14.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/hashx=>tailscale.com/util/hashx;$WORK/b318=>" -p tailscale.com/util/hashx -lang=go1.24 -complete -installsuffix shared -buildid hfVtnFFUGiNfrzckdn4u/hfVtnFFUGiNfrzckdn4u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/hashx/block512.go
2025-08-20T22:53:50.8632940Z [00:03:14.616]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:53:50.8649592Z [00:03:14.618]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/df/dff313eb4af6e336b92391bb7c1b7d149cfcdec0245cf68cf6846d3ee3392a03-d # internal
2025-08-20T22:53:50.8658804Z [00:03:14.618]➜  github.com/jsimonetti/rtnetlink/internal/unix
2025-08-20T22:53:50.8659429Z [00:03:14.618]➜  mkdir -p $WORK/b325/
2025-08-20T22:53:50.8660086Z [00:03:14.618]➜  cat >/tmp/go-build1138503492/b325/importcfg << 'EOF' # internal
2025-08-20T22:53:50.8660993Z [00:03:14.618]➜  # import config
2025-08-20T22:53:50.8661657Z [00:03:14.618]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:50.8662284Z [00:03:14.618]➜  EOF
2025-08-20T22:53:50.8666146Z [00:03:14.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/internal/unix=>github.com/jsimonetti/rtnetlink@v1.4.0/internal/unix;$WORK/b325=>" -p github.com/jsimonetti/rtnetlink/internal/unix -lang=go1.20 -complete -installsuffix shared -buildid 1MxYyrIUCHAzUrBbYLoD/1MxYyrIUCHAzUrBbYLoD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/internal/unix/types_linux.go
2025-08-20T22:53:50.8831448Z [00:03:14.636]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:53:50.8842069Z [00:03:14.637]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T22:53:50.8857425Z [00:03:14.638]➜  net/http
2025-08-20T22:53:50.8860039Z [00:03:14.638]➜  mkdir -p $WORK/b202/
2025-08-20T22:53:50.8881180Z [00:03:14.641]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T22:53:50.8888953Z [00:03:14.641]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/b7/b7286b74cb3ad1e1d7b2d3192abb17327a56391094176199bd1aca1dab2e25ca-d # internal
2025-08-20T22:53:50.8937993Z [00:03:14.646]➜  github.com/mdlayher/netlink/nlenc
2025-08-20T22:53:50.8939192Z [00:03:14.646]➜  mkdir -p $WORK/b327/
2025-08-20T22:53:50.8941794Z [00:03:14.646]➜  cat >/tmp/go-build1138503492/b327/importcfg << 'EOF' # internal
2025-08-20T22:53:50.8942635Z [00:03:14.646]➜  # import config
2025-08-20T22:53:50.8945671Z [00:03:14.646]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:50.8946833Z [00:03:14.646]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:50.8947695Z [00:03:14.646]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.8948288Z [00:03:14.646]➜  EOF
2025-08-20T22:53:50.8953524Z [00:03:14.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b327/_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/b327=>" -p github.com/mdlayher/netlink/nlenc -lang=go1.21 -complete -installsuffix shared -buildid IsYv5_xZTIu2UTTbxOCj/IsYv5_xZTIu2UTTbxOCj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/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-20T22:53:50.8959501Z [00:03:14.647]➜  cat >/tmp/go-build1138503492/b202/importcfg << 'EOF' # internal
2025-08-20T22:53:50.8960150Z [00:03:14.647]➜  # import config
2025-08-20T22:53:50.8960954Z [00:03:14.647]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:53:50.8962052Z [00:03:14.647]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:53:50.8963132Z [00:03:14.647]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:53:50.8964109Z [00:03:14.647]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:53:50.8964932Z [00:03:14.647]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:50.8965939Z [00:03:14.647]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:50.8966794Z [00:03:14.647]➜  packagefile compress/gzip=/tmp/go-build1138503492/b196/_pkg_.a
2025-08-20T22:53:50.8967711Z [00:03:14.647]➜  packagefile container/list=/tmp/go-build1138503492/b098/_pkg_.a
2025-08-20T22:53:50.8968529Z [00:03:14.647]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:50.8969616Z [00:03:14.647]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:50.8970464Z [00:03:14.647]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:53:50.8971424Z [00:03:14.647]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:50.8972401Z [00:03:14.647]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:50.8973209Z [00:03:14.647]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:50.8973969Z [00:03:14.647]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.8974961Z [00:03:14.647]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b203/_pkg_.a
2025-08-20T22:53:50.8976507Z [00:03:14.647]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1138503492/b209/_pkg_.a
2025-08-20T22:53:50.8977704Z [00:03:14.647]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1138503492/b210/_pkg_.a
2025-08-20T22:53:50.8978829Z [00:03:14.647]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1138503492/b204/_pkg_.a
2025-08-20T22:53:50.8979838Z [00:03:14.647]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:50.8980683Z [00:03:14.647]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:50.8981466Z [00:03:14.647]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:50.8982236Z [00:03:14.647]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:50.8983005Z [00:03:14.647]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:50.8983794Z [00:03:14.647]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:50.8984600Z [00:03:14.647]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:50.8985939Z [00:03:14.647]➜  packagefile math/rand=/tmp/go-build1138503492/b096/_pkg_.a
2025-08-20T22:53:50.8986773Z [00:03:14.647]➜  packagefile mime=/tmp/go-build1138503492/b211/_pkg_.a
2025-08-20T22:53:50.8987641Z [00:03:14.647]➜  packagefile mime/multipart=/tmp/go-build1138503492/b212/_pkg_.a
2025-08-20T22:53:50.8988475Z [00:03:14.647]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:50.8989343Z [00:03:14.647]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:53:50.8990287Z [00:03:14.647]➜  packagefile net/http/internal=/tmp/go-build1138503492/b214/_pkg_.a
2025-08-20T22:53:50.8991262Z [00:03:14.647]➜  packagefile net/http/internal/ascii=/tmp/go-build1138503492/b215/_pkg_.a
2025-08-20T22:53:50.8992333Z [00:03:14.647]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1138503492/b216/_pkg_.a
2025-08-20T22:53:50.8993298Z [00:03:14.647]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:50.8994163Z [00:03:14.647]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:50.8994938Z [00:03:14.647]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:50.8996027Z [00:03:14.647]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:50.8996858Z [00:03:14.647]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:50.8997949Z [00:03:14.647]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:50.8999057Z [00:03:14.647]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:50.9000146Z [00:03:14.647]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:50.9000953Z [00:03:14.647]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:50.9001817Z [00:03:14.647]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:50.9002629Z [00:03:14.647]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:50.9003458Z [00:03:14.647]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:50.9004276Z [00:03:14.647]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:50.9005528Z [00:03:14.647]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:50.9006346Z [00:03:14.647]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:50.9007201Z [00:03:14.647]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:50.9007839Z [00:03:14.647]➜  EOF
2025-08-20T22:53:50.9026592Z [00:03:14.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b202=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid VVlJhTMsXF-7vJ55B3vR/VVlJhTMsXF-7vJ55B3vR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T22:53:50.9049192Z [00:03:14.653]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T22:53:50.9050680Z [00:03:14.654]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/7f/7fb2f4ed7539543165cb68a7ce17db33a65e1b2eeb128d400b0245543adf3b88-d # internal
2025-08-20T22:53:50.9051754Z [00:03:14.656]➜  golang.org/x/net/bpf
2025-08-20T22:53:50.9052275Z [00:03:14.656]➜  mkdir -p $WORK/b329/
2025-08-20T22:53:50.9052994Z [00:03:14.657]➜  cat >/tmp/go-build1138503492/b329/importcfg << 'EOF' # internal
2025-08-20T22:53:50.9053735Z [00:03:14.657]➜  # import config
2025-08-20T22:53:50.9054447Z [00:03:14.657]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:50.9055585Z [00:03:14.657]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:50.9056394Z [00:03:14.657]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.9056986Z [00:03:14.657]➜  EOF
2025-08-20T22:53:50.9062345Z [00:03:14.657]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf=>golang.org/x/net@v0.40.0/bpf;$WORK/b329=>" -p golang.org/x/net/bpf -lang=go1.23 -complete -installsuffix shared -buildid WAH5ghhgr2iID_1AN2Bt/WAH5ghhgr2iID_1AN2Bt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf/asm.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf/constants.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf/doc.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf/instructions.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf/setter.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf/vm.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/bpf/vm_instructions.go
2025-08-20T22:53:50.9261566Z [00:03:14.679]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T22:53:50.9275665Z [00:03:14.680]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/4f/4fe7d064d545f6ae70b31cb26700b7bc635cb0064bf522064f0e5bb0b5675342-d # internal
2025-08-20T22:53:50.9279427Z [00:03:14.680]➜  golang.org/x/sync/errgroup
2025-08-20T22:53:50.9280188Z [00:03:14.680]➜  mkdir -p $WORK/b330/
2025-08-20T22:53:50.9281131Z [00:03:14.680]➜  cat >/tmp/go-build1138503492/b330/importcfg << 'EOF' # internal
2025-08-20T22:53:50.9282122Z [00:03:14.680]➜  # import config
2025-08-20T22:53:50.9283015Z [00:03:14.680]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:50.9284393Z [00:03:14.680]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.9285600Z [00:03:14.680]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:50.9286630Z [00:03:14.680]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:53:50.9287529Z [00:03:14.680]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:50.9288256Z [00:03:14.680]➜  EOF
2025-08-20T22:53:50.9291582Z [00:03:14.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.14.0/errgroup=>golang.org/x/sync@v0.14.0/errgroup;$WORK/b330=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid r040VfSqNWLT4U_q2Zo_/r040VfSqNWLT4U_q2Zo_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.14.0/errgroup/errgroup.go
2025-08-20T22:53:50.9682983Z [00:03:14.721]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T22:53:50.9692638Z [00:03:14.722]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/6c/6c82791f2b500f6404c45f39e1e56d45cfd40c623f6028c09292d4500867f3d3-d # internal
2025-08-20T22:53:50.9708985Z [00:03:14.724]➜  github.com/coder/websocket/internal/errd
2025-08-20T22:53:50.9712375Z [00:03:14.724]➜  mkdir -p $WORK/b336/
2025-08-20T22:53:50.9713422Z [00:03:14.724]➜  cat >/tmp/go-build1138503492/b336/importcfg << 'EOF' # internal
2025-08-20T22:53:50.9714440Z [00:03:14.724]➜  # import config
2025-08-20T22:53:50.9715548Z [00:03:14.724]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.9716398Z [00:03:14.724]➜  EOF
2025-08-20T22:53:50.9726410Z [00:03:14.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b336/_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/b336=>" -p github.com/coder/websocket/internal/errd -lang=go1.19 -complete -installsuffix shared -buildid 2PnQal-iJuYWzT40ZzsJ/2PnQal-iJuYWzT40ZzsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/github.com/coder/websocket@v1.8.12/internal/errd/wrap.go
2025-08-20T22:53:50.9969586Z [00:03:14.749]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T22:53:50.9980673Z [00:03:14.750]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/7d/7d22a20aba91bfe5b125024bae0d96e9f0fc7954a51ce9ecdd68b2afd4826e6b-d # internal
2025-08-20T22:53:50.9982097Z [00:03:14.750]➜  github.com/coder/websocket/internal/xsync
2025-08-20T22:53:50.9982724Z [00:03:14.751]➜  mkdir -p $WORK/b338/
2025-08-20T22:53:50.9983493Z [00:03:14.751]➜  cat >/tmp/go-build1138503492/b338/importcfg << 'EOF' # internal
2025-08-20T22:53:50.9984206Z [00:03:14.751]➜  # import config
2025-08-20T22:53:50.9984898Z [00:03:14.751]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:50.9986272Z [00:03:14.751]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:53:50.9987491Z [00:03:14.751]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:50.9988426Z [00:03:14.751]➜  EOF
2025-08-20T22:53:50.9993026Z [00:03:14.751]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b338/_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/b338=>" -p github.com/coder/websocket/internal/xsync -lang=go1.19 -complete -installsuffix shared -buildid vKczPO4d8mLPyw134IW0/vKczPO4d8mLPyw134IW0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/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-20T22:53:51.0103452Z [00:03:14.762]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T22:53:51.0117021Z [00:03:14.764]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/5b/5ba76ea3792c29678d9d40f96ae4a79d248b292eea51ab0ad8fcfcacf0d6828a-d # internal
2025-08-20T22:53:51.0121265Z [00:03:14.765]➜  github.com/mdlayher/socket
2025-08-20T22:53:51.0121987Z [00:03:14.765]➜  mkdir -p $WORK/b328/
2025-08-20T22:53:51.0128246Z [00:03:14.765]➜  cat >/tmp/go-build1138503492/b328/importcfg << 'EOF' # internal
2025-08-20T22:53:51.0129507Z [00:03:14.766]➜  # import config
2025-08-20T22:53:51.0130627Z [00:03:14.766]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:51.0131550Z [00:03:14.766]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.0132743Z [00:03:14.766]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.0134579Z [00:03:14.766]➜  packagefile golang.org/x/net/bpf=/tmp/go-build1138503492/b329/_pkg_.a
2025-08-20T22:53:51.0137729Z [00:03:14.766]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1138503492/b330/_pkg_.a
2025-08-20T22:53:51.0139922Z [00:03:14.766]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:51.0141947Z [00:03:14.766]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:51.0143050Z [00:03:14.766]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:51.0144652Z [00:03:14.766]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:51.0145620Z [00:03:14.766]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:51.0146428Z [00:03:14.766]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:51.0147233Z [00:03:14.766]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:51.0147998Z [00:03:14.766]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:51.0148562Z [00:03:14.766]➜  EOF
2025-08-20T22:53:51.0154676Z [00:03:14.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0=>github.com/mdlayher/socket@v0.5.0;$WORK/b328=>" -p github.com/mdlayher/socket -lang=go1.21 -complete -installsuffix shared -buildid Fy1-y0vnWpUAMWGbT0dj/Fy1-y0vnWpUAMWGbT0dj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0/accept4.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0/conn.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0/conn_linux.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0/doc.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0/netns_linux.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0/setbuffer_linux.go /root/go/pkg/mod/github.com/mdlayher/socket@v0.5.0/typ_cloexec_nonblock.go
2025-08-20T22:53:51.0162414Z [00:03:14.769]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T22:53:51.0165968Z [00:03:14.769]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/76/76e93ae68ff50cd7bfe6999168c8480e18bd8a6bc80ccfb26466b6006365a61b-d # internal
2025-08-20T22:53:51.0188314Z [00:03:14.770]➜  text/template/parse
2025-08-20T22:53:51.0188834Z [00:03:14.771]➜  mkdir -p $WORK/b341/
2025-08-20T22:53:51.0189530Z [00:03:14.772]➜  cat >/tmp/go-build1138503492/b341/importcfg << 'EOF' # internal
2025-08-20T22:53:51.0190157Z [00:03:14.772]➜  # import config
2025-08-20T22:53:51.0190763Z [00:03:14.772]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:51.0191516Z [00:03:14.772]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.0192272Z [00:03:14.772]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:51.0193074Z [00:03:14.772]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:51.0193834Z [00:03:14.772]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:51.0194612Z [00:03:14.772]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:51.0197461Z [00:03:14.772]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:51.0198107Z [00:03:14.772]➜  EOF
2025-08-20T22:53:51.0201627Z [00:03:14.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b341=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T22:53:51.0548780Z [00:03:14.808]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T22:53:51.0682963Z [00:03:14.821]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/14/14d5c8508cd984335a3a3cdb4753727ff831d5f7ecc6a16b970170f47a2e450d-d # internal
2025-08-20T22:53:51.0687673Z [00:03:14.821]➜  tailscale.com/types/views
2025-08-20T22:53:51.0688285Z [00:03:14.821]➜  mkdir -p $WORK/b248/
2025-08-20T22:53:51.0689033Z [00:03:14.822]➜  cat >/tmp/go-build1138503492/b248/importcfg << 'EOF' # internal
2025-08-20T22:53:51.0689677Z [00:03:14.822]➜  # import config
2025-08-20T22:53:51.0690318Z [00:03:14.822]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:51.0691071Z [00:03:14.822]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:51.0691860Z [00:03:14.822]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:51.0692660Z [00:03:14.822]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.0703935Z [00:03:14.822]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.0705338Z [00:03:14.822]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:51.0706608Z [00:03:14.822]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:51.0707929Z [00:03:14.822]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:51.0708784Z [00:03:14.822]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:51.0709576Z [00:03:14.822]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:51.0710373Z [00:03:14.822]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:51.0711208Z [00:03:14.822]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:51.0712144Z [00:03:14.822]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:51.0712864Z [00:03:14.822]➜  EOF
2025-08-20T22:53:51.0716035Z [00:03:14.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/views=>tailscale.com/types/views;$WORK/b248=>" -p tailscale.com/types/views -lang=go1.24 -complete -installsuffix shared -buildid ceIxXXa98pj0V9PnXaG_/ceIxXXa98pj0V9PnXaG_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/views/views.go
2025-08-20T22:53:51.1150962Z [00:03:14.868]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T22:53:51.1162295Z [00:03:14.869]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d # internal
2025-08-20T22:53:51.1166482Z [00:03:14.869]➜  tailscale.com/types/dnstype
2025-08-20T22:53:51.1168600Z [00:03:14.870]➜  mkdir -p $WORK/b247/
2025-08-20T22:53:51.1202298Z [00:03:14.873]➜  cat >/tmp/go-build1138503492/b247/importcfg << 'EOF' # internal
2025-08-20T22:53:51.1204229Z [00:03:14.873]➜  # import config
2025-08-20T22:53:51.1205010Z [00:03:14.873]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:51.1206021Z [00:03:14.873]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.1207000Z [00:03:14.873]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:51.1208235Z [00:03:14.873]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:51.1209441Z [00:03:14.873]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build1138503492/b188/_pkg_.a
2025-08-20T22:53:51.1210703Z [00:03:14.873]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:51.1211437Z [00:03:14.873]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:51.1212143Z [00:03:14.873]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:51.1213075Z [00:03:14.873]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:51.1213765Z [00:03:14.873]➜  EOF
2025-08-20T22:53:51.1231068Z [00:03:14.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype=>tailscale.com/types/dnstype;$WORK/b247=>" -p tailscale.com/types/dnstype -lang=go1.24 -complete -installsuffix shared -buildid Efks6y-ZwuwwBXbQ0fPO/Efks6y-ZwuwwBXbQ0fPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_clone.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_view.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/messagetypes-string.go
2025-08-20T22:53:51.2380477Z [00:03:14.991]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T22:53:51.2391944Z [00:03:14.992]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T22:53:51.2414835Z [00:03:14.994]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d # internal
2025-08-20T22:53:51.2418347Z [00:03:14.995]➜  tailscale.com/types/opt
2025-08-20T22:53:51.2420744Z [00:03:14.995]➜  mkdir -p $WORK/b264/
2025-08-20T22:53:51.2428206Z [00:03:14.996]➜  cat >/tmp/go-build1138503492/b264/importcfg << 'EOF' # internal
2025-08-20T22:53:51.2429122Z [00:03:14.996]➜  # import config
2025-08-20T22:53:51.2430234Z [00:03:14.996]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.2431300Z [00:03:14.996]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:51.2432614Z [00:03:14.996]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:51.2433682Z [00:03:14.996]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:51.2434531Z [00:03:14.996]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:51.2435328Z [00:03:14.996]➜  EOF
2025-08-20T22:53:51.2443645Z [00:03:14.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt=>tailscale.com/types/opt;$WORK/b264=>" -p tailscale.com/types/opt -lang=go1.24 -complete -installsuffix shared -buildid XtQwtZFxRS51FEuPCSus/XtQwtZFxRS51FEuPCSus -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/bool.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/value.go
2025-08-20T22:53:51.2471675Z [00:03:15.000]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/78/787b1d0706cd44c656c67f0b124852d15afad57db7da1a7250502e3743811f5c-d # internal
2025-08-20T22:53:51.2501125Z [00:03:15.003]➜  tailscale.com/util/set
2025-08-20T22:53:51.2508480Z [00:03:15.003]➜  mkdir -p $WORK/b287/
2025-08-20T22:53:51.2510937Z [00:03:15.003]➜  cat >/tmp/go-build1138503492/b287/importcfg << 'EOF' # internal
2025-08-20T22:53:51.2515713Z [00:03:15.003]➜  # import config
2025-08-20T22:53:51.2516422Z [00:03:15.003]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:51.2517465Z [00:03:15.003]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build1138503492/b288/_pkg_.a
2025-08-20T22:53:51.2518382Z [00:03:15.003]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:51.2519152Z [00:03:15.003]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:51.2519975Z [00:03:15.003]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:51.2520831Z [00:03:15.004]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:53:51.2522116Z [00:03:15.004]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:51.2523126Z [00:03:15.004]➜  packagefile tailscale.com/types/structs=/tmp/go-build1138503492/b262/_pkg_.a
2025-08-20T22:53:51.2524238Z [00:03:15.004]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:51.2526050Z [00:03:15.004]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:51.2526846Z [00:03:15.004]➜  EOF
2025-08-20T22:53:51.2531380Z [00:03:15.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/set=>tailscale.com/util/set;$WORK/b287=>" -p tailscale.com/util/set -lang=go1.24 -complete -installsuffix shared -buildid Yj6xmWdLmMIWuOaxbbt4/Yj6xmWdLmMIWuOaxbbt4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/set/handle.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/set/intset.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/set/set.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/set/slice.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/set/smallset.go
2025-08-20T22:53:51.3017717Z [00:03:15.054]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T22:53:51.3031818Z [00:03:15.055]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d # internal
2025-08-20T22:53:51.3034253Z [00:03:15.055]➜  tailscale.com/net/tsaddr
2025-08-20T22:53:51.3035740Z [00:03:15.055]➜  mkdir -p $WORK/b304/
2025-08-20T22:53:51.3036853Z [00:03:15.056]➜  cat >/tmp/go-build1138503492/b304/importcfg << 'EOF' # internal
2025-08-20T22:53:51.3037692Z [00:03:15.056]➜  # import config
2025-08-20T22:53:51.3038749Z [00:03:15.056]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:51.3040089Z [00:03:15.056]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.3041255Z [00:03:15.056]➜  packagefile go4.org/netipx=/tmp/go-build1138503492/b305/_pkg_.a
2025-08-20T22:53:51.3043527Z [00:03:15.056]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:51.3044373Z [00:03:15.056]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:51.3045271Z [00:03:15.056]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:51.3046210Z [00:03:15.056]➜  packagefile tailscale.com/net/netaddr=/tmp/go-build1138503492/b303/_pkg_.a
2025-08-20T22:53:51.3047153Z [00:03:15.056]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:51.3047876Z [00:03:15.056]➜  EOF
2025-08-20T22:53:51.3050825Z [00:03:15.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsaddr=>tailscale.com/net/tsaddr;$WORK/b304=>" -p tailscale.com/net/tsaddr -lang=go1.24 -complete -installsuffix shared -buildid -k2nuSrdGfNS0h2OhWfX/-k2nuSrdGfNS0h2OhWfX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/tsaddr/tsaddr.go
2025-08-20T22:53:51.3057674Z [00:03:15.057]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T22:53:51.3058918Z [00:03:15.058]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/7d/7d38f20b1f3743b0a79abd321fd6ce5c439ba544d40ae5d93840f61bdbb5b68a-d # internal
2025-08-20T22:53:51.3065636Z [00:03:15.059]➜  tailscale.com/tailcfg
2025-08-20T22:53:51.3066201Z [00:03:15.059]➜  mkdir -p $WORK/b239/
2025-08-20T22:53:51.3074777Z [00:03:15.060]➜  cat >/tmp/go-build1138503492/b239/importcfg << 'EOF' # internal
2025-08-20T22:53:51.3075621Z [00:03:15.060]➜  # import config
2025-08-20T22:53:51.3076275Z [00:03:15.060]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:51.3077054Z [00:03:15.060]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:51.3077864Z [00:03:15.060]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:51.3078720Z [00:03:15.060]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.3079779Z [00:03:15.060]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.3080745Z [00:03:15.060]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:51.3081945Z [00:03:15.060]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:51.3082958Z [00:03:15.060]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:51.3083858Z [00:03:15.060]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:51.3084667Z [00:03:15.060]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:51.3085669Z [00:03:15.060]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:51.3086437Z [00:03:15.060]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:51.3087218Z [00:03:15.060]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:51.3092695Z [00:03:15.060]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:51.3093942Z [00:03:15.060]➜  packagefile tailscale.com/types/dnstype=/tmp/go-build1138503492/b247/_pkg_.a
2025-08-20T22:53:51.3095040Z [00:03:15.060]➜  packagefile tailscale.com/types/ipproto=/tmp/go-build1138503492/b250/_pkg_.a
2025-08-20T22:53:51.3096213Z [00:03:15.060]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:51.3097206Z [00:03:15.060]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:53:51.3098208Z [00:03:15.060]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:51.3099227Z [00:03:15.060]➜  packagefile tailscale.com/types/structs=/tmp/go-build1138503492/b262/_pkg_.a
2025-08-20T22:53:51.3100508Z [00:03:15.060]➜  packagefile tailscale.com/types/tkatype=/tmp/go-build1138503492/b263/_pkg_.a
2025-08-20T22:53:51.3101566Z [00:03:15.060]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:51.3102700Z [00:03:15.060]➜  packagefile tailscale.com/util/dnsname=/tmp/go-build1138503492/b265/_pkg_.a
2025-08-20T22:53:51.3103788Z [00:03:15.060]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:53:51.3104858Z [00:03:15.060]➜  packagefile tailscale.com/util/vizerror=/tmp/go-build1138503492/b252/_pkg_.a
2025-08-20T22:53:51.3105944Z [00:03:15.060]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:51.3106544Z [00:03:15.060]➜  EOF
2025-08-20T22:53:51.3111779Z [00:03:15.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg=>tailscale.com/tailcfg;$WORK/b239=>" -p tailscale.com/tailcfg -lang=go1.24 -complete -installsuffix shared -buildid aXu_uNKPaxxB-VPyBTGT/aXu_uNKPaxxB-VPyBTGT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/c2ntypes.go /tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/derpmap.go /tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/proto_port_range.go /tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg.go /tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_clone.go /tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_view.go /tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tka.go
2025-08-20T22:53:51.3218103Z [00:03:15.074]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T22:53:51.3273231Z [00:03:15.080]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T22:53:51.3288819Z [00:03:15.082]➜  tailscale.com/util/deephash
2025-08-20T22:53:51.3292142Z [00:03:15.082]➜  mkdir -p $WORK/b317/
2025-08-20T22:53:51.3296140Z [00:03:15.082]➜  cat >/tmp/go-build1138503492/b317/importcfg << 'EOF' # internal
2025-08-20T22:53:51.3300610Z [00:03:15.083]➜  # import config
2025-08-20T22:53:51.3312510Z [00:03:15.083]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:51.3313511Z [00:03:15.083]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:51.3314823Z [00:03:15.083]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:51.3315914Z [00:03:15.083]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.3316751Z [00:03:15.083]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:51.3317621Z [00:03:15.083]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:51.3318464Z [00:03:15.083]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:51.3319641Z [00:03:15.083]➜  packagefile tailscale.com/util/hashx=/tmp/go-build1138503492/b318/_pkg_.a
2025-08-20T22:53:51.3320727Z [00:03:15.083]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:51.3321670Z [00:03:15.083]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:51.3322289Z [00:03:15.083]➜  EOF
2025-08-20T22:53:51.3327117Z [00:03:15.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash=>tailscale.com/util/deephash;$WORK/b317=>" -p tailscale.com/util/deephash -lang=go1.24 -complete -installsuffix shared -buildid 0blrb9ObBBBipBqIeT8J/0blrb9ObBBBipBqIeT8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/deephash.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer_norace.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/types.go
2025-08-20T22:53:51.4341257Z [00:03:15.186]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T22:53:51.4370978Z [00:03:15.190]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d # internal
2025-08-20T22:53:51.4378465Z [00:03:15.190]➜  github.com/mdlayher/netlink
2025-08-20T22:53:51.4379081Z [00:03:15.190]➜  mkdir -p $WORK/b326/
2025-08-20T22:53:51.4384012Z [00:03:15.191]➜  cat >/tmp/go-build1138503492/b326/importcfg << 'EOF' # internal
2025-08-20T22:53:51.4396312Z [00:03:15.191]➜  # import config
2025-08-20T22:53:51.4397505Z [00:03:15.191]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:51.4398643Z [00:03:15.191]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:51.4400330Z [00:03:15.191]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.4401816Z [00:03:15.191]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.4403307Z [00:03:15.191]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build1138503492/b327/_pkg_.a
2025-08-20T22:53:51.4405638Z [00:03:15.191]➜  packagefile github.com/mdlayher/socket=/tmp/go-build1138503492/b328/_pkg_.a
2025-08-20T22:53:51.4406784Z [00:03:15.191]➜  packagefile golang.org/x/net/bpf=/tmp/go-build1138503492/b329/_pkg_.a
2025-08-20T22:53:51.4407820Z [00:03:15.191]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:51.4409059Z [00:03:15.191]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:51.4409880Z [00:03:15.191]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:51.4410746Z [00:03:15.191]➜  packagefile math/rand=/tmp/go-build1138503492/b096/_pkg_.a
2025-08-20T22:53:51.4411576Z [00:03:15.191]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:51.4412349Z [00:03:15.191]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:51.4413145Z [00:03:15.191]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:51.4413980Z [00:03:15.191]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:51.4414786Z [00:03:15.191]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:51.4415869Z [00:03:15.191]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:51.4416732Z [00:03:15.191]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:51.4417558Z [00:03:15.191]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:51.4418171Z [00:03:15.191]➜  EOF
2025-08-20T22:53:51.4427048Z [00:03:15.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b326/_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/b326=>" -p github.com/mdlayher/netlink -lang=go1.21 -complete -installsuffix shared -buildid 69ZJiJD_aOFrqfIW2EBw/69ZJiJD_aOFrqfIW2EBw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/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-20T22:53:51.5718401Z [00:03:15.324]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T22:53:51.5791078Z [00:03:15.332]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/e9/e9063e29bf899504446b6515975f561d20dbd8cd3eeb3042acd498add13d220f-d # internal
2025-08-20T22:53:51.5793791Z [00:03:15.332]➜  text/template
2025-08-20T22:53:51.5795863Z [00:03:15.332]➜  mkdir -p $WORK/b340/
2025-08-20T22:53:51.5813993Z [00:03:15.332]➜  cat >/tmp/go-build1138503492/b340/importcfg << 'EOF' # internal
2025-08-20T22:53:51.5814762Z [00:03:15.332]➜  # import config
2025-08-20T22:53:51.5815662Z [00:03:15.332]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.5816504Z [00:03:15.332]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.5817352Z [00:03:15.332]➜  packagefile internal/fmtsort=/tmp/go-build1138503492/b033/_pkg_.a
2025-08-20T22:53:51.5818226Z [00:03:15.332]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:51.5819021Z [00:03:15.332]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:51.5819819Z [00:03:15.332]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:51.5820595Z [00:03:15.332]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:51.5821404Z [00:03:15.332]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:51.5822203Z [00:03:15.332]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:51.5823123Z [00:03:15.332]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:51.5823998Z [00:03:15.332]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:51.5825358Z [00:03:15.332]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:51.5826228Z [00:03:15.332]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:51.5827051Z [00:03:15.332]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:51.5846725Z [00:03:15.332]➜  packagefile text/template/parse=/tmp/go-build1138503492/b341/_pkg_.a
2025-08-20T22:53:51.5847921Z [00:03:15.332]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:51.5849017Z [00:03:15.332]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:51.5849844Z [00:03:15.332]➜  EOF
2025-08-20T22:53:51.5854096Z [00:03:15.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b340=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T22:53:51.6943196Z [00:03:15.447]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T22:53:51.6971132Z [00:03:15.450]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/bd/bdd03180ee2486cdb9f5241349dab7a72e47dc3bac8b710fd19814f2cad744d5-d # internal
2025-08-20T22:53:51.6976264Z [00:03:15.450]➜  github.com/jsimonetti/rtnetlink
2025-08-20T22:53:51.6982271Z [00:03:15.451]➜  mkdir -p $WORK/b324/
2025-08-20T22:53:51.6986670Z [00:03:15.451]➜  cat >/tmp/go-build1138503492/b324/importcfg << 'EOF' # internal
2025-08-20T22:53:51.6988967Z [00:03:15.451]➜  # import config
2025-08-20T22:53:51.6991209Z [00:03:15.451]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:51.6997536Z [00:03:15.451]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:51.6998517Z [00:03:15.451]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:51.6999366Z [00:03:15.451]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:51.7000158Z [00:03:15.451]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:51.7001281Z [00:03:15.451]➜  packagefile github.com/jsimonetti/rtnetlink/internal/unix=/tmp/go-build1138503492/b325/_pkg_.a
2025-08-20T22:53:51.7002494Z [00:03:15.451]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build1138503492/b326/_pkg_.a
2025-08-20T22:53:51.7003642Z [00:03:15.451]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build1138503492/b327/_pkg_.a
2025-08-20T22:53:51.7004616Z [00:03:15.451]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:51.7005951Z [00:03:15.451]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:51.7006587Z [00:03:15.451]➜  EOF
2025-08-20T22:53:51.7013142Z [00:03:15.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0=>github.com/jsimonetti/rtnetlink@v1.4.0;$WORK/b324=>" -p github.com/jsimonetti/rtnetlink -lang=go1.20 -complete -installsuffix shared -buildid dVIRRzFzn1Q7KlToLZwg/dVIRRzFzn1Q7KlToLZwg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/address.go /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/conn.go /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/doc.go /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/endian.go /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/link.go /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/neigh.go /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/route.go /root/go/pkg/mod/github.com/jsimonetti/rtnetlink@v1.4.0/rule.go
2025-08-20T22:53:51.9932927Z [00:03:15.746]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T22:53:52.0001379Z [00:03:15.753]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/9c/9c813409b0ddaaa92dd51617d1dfd7f1003b0158147f0328aa9051a34cf1821b-d # internal
2025-08-20T22:53:52.0012568Z [00:03:15.753]➜  internal/profile
2025-08-20T22:53:52.0013112Z [00:03:15.754]➜  mkdir -p $WORK/b344/
2025-08-20T22:53:52.0031473Z [00:03:15.755]➜  cat >/tmp/go-build1138503492/b344/importcfg << 'EOF' # internal
2025-08-20T22:53:52.0032212Z [00:03:15.755]➜  # import config
2025-08-20T22:53:52.0032866Z [00:03:15.755]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:52.0033716Z [00:03:15.755]➜  packagefile compress/gzip=/tmp/go-build1138503492/b196/_pkg_.a
2025-08-20T22:53:52.0034567Z [00:03:15.755]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:52.0035508Z [00:03:15.755]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:52.0036307Z [00:03:15.755]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:52.0037074Z [00:03:15.755]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:52.0037843Z [00:03:15.755]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:52.0038593Z [00:03:15.755]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:52.0039376Z [00:03:15.755]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:52.0040123Z [00:03:15.755]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:52.0040669Z [00:03:15.755]➜  EOF
2025-08-20T22:53:52.0045638Z [00:03:15.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b344=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid d08rTBwf4vEWLaiMeAif/d08rTBwf4vEWLaiMeAif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/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-20T22:53:52.1262962Z [00:03:15.879]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T22:53:52.1331572Z [00:03:15.886]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T22:53:52.1343433Z [00:03:15.887]➜  html/template
2025-08-20T22:53:52.1346687Z [00:03:15.887]➜  mkdir -p $WORK/b339/
2025-08-20T22:53:52.1364645Z [00:03:15.889]➜  cat >/tmp/go-build1138503492/b339/importcfg << 'EOF' # internal
2025-08-20T22:53:52.1365983Z [00:03:15.889]➜  # import config
2025-08-20T22:53:52.1367834Z [00:03:15.889]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:52.1368979Z [00:03:15.889]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:52.1369963Z [00:03:15.889]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:52.1370978Z [00:03:15.889]➜  packagefile html=/tmp/go-build1138503492/b294/_pkg_.a
2025-08-20T22:53:52.1372003Z [00:03:15.889]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:52.1373850Z [00:03:15.889]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:52.1374652Z [00:03:15.889]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:52.1375643Z [00:03:15.889]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:52.1376402Z [00:03:15.889]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:52.1377161Z [00:03:15.889]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:52.1378001Z [00:03:15.889]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:52.1378874Z [00:03:15.889]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:52.1379680Z [00:03:15.889]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:52.1380798Z [00:03:15.889]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:52.1381611Z [00:03:15.889]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:52.1382389Z [00:03:15.889]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:52.1383186Z [00:03:15.889]➜  packagefile text/template=/tmp/go-build1138503492/b340/_pkg_.a
2025-08-20T22:53:52.1384091Z [00:03:15.889]➜  packagefile text/template/parse=/tmp/go-build1138503492/b341/_pkg_.a
2025-08-20T22:53:52.1384952Z [00:03:15.889]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:52.1388947Z [00:03:15.889]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:52.1389614Z [00:03:15.889]➜  EOF
2025-08-20T22:53:52.1397612Z [00:03:15.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b339=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid QzBOc82hvH6967WCqxpK/QzBOc82hvH6967WCqxpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T22:53:52.3212922Z [00:03:16.074]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T22:53:52.3296193Z [00:03:16.082]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d # internal
2025-08-20T22:53:52.3304342Z [00:03:16.083]➜  runtime/pprof
2025-08-20T22:53:52.3304921Z [00:03:16.083]➜  mkdir -p $WORK/b345/
2025-08-20T22:53:52.3309204Z [00:03:16.084]➜  cat >/tmp/go-build1138503492/b345/importcfg << 'EOF' # internal
2025-08-20T22:53:52.3321728Z [00:03:16.084]➜  # import config
2025-08-20T22:53:52.3322445Z [00:03:16.084]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:52.3323289Z [00:03:16.085]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:52.3324115Z [00:03:16.085]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:52.3325011Z [00:03:16.085]➜  packagefile compress/gzip=/tmp/go-build1138503492/b196/_pkg_.a
2025-08-20T22:53:52.3329766Z [00:03:16.085]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:52.3330707Z [00:03:16.085]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:52.3331654Z [00:03:16.085]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:52.3332489Z [00:03:16.085]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:52.3333391Z [00:03:16.085]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:53:52.3334569Z [00:03:16.085]➜  packagefile internal/profilerecord=/tmp/go-build1138503492/b018/_pkg_.a
2025-08-20T22:53:52.3335760Z [00:03:16.085]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:52.3336570Z [00:03:16.085]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:52.3337352Z [00:03:16.085]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:52.3338232Z [00:03:16.085]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:52.3339096Z [00:03:16.085]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:52.3339928Z [00:03:16.085]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:52.3341082Z [00:03:16.085]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:52.3341933Z [00:03:16.085]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:52.3342771Z [00:03:16.085]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:52.3343613Z [00:03:16.085]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:52.3344534Z [00:03:16.085]➜  packagefile text/tabwriter=/tmp/go-build1138503492/b173/_pkg_.a
2025-08-20T22:53:52.3345645Z [00:03:16.085]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:52.3346280Z [00:03:16.085]➜  EOF
2025-08-20T22:53:52.3351734Z [00:03:16.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b345=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/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-20T22:53:52.8454678Z [00:03:16.598]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T22:53:52.8623525Z [00:03:16.615]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d # internal
2025-08-20T22:53:52.8626007Z [00:03:16.615]➜  runtime/trace
2025-08-20T22:53:52.8647840Z [00:03:16.615]➜  mkdir -p $WORK/b346/
2025-08-20T22:53:52.8651811Z [00:03:16.617]➜  cat >/tmp/go-build1138503492/b346/importcfg << 'EOF' # internal
2025-08-20T22:53:52.8653122Z [00:03:16.617]➜  # import config
2025-08-20T22:53:52.8653997Z [00:03:16.617]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:52.8655608Z [00:03:16.617]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:52.8657601Z [00:03:16.617]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:52.8658618Z [00:03:16.618]➜  packagefile internal/trace/tracev2=/tmp/go-build1138503492/b032/_pkg_.a
2025-08-20T22:53:52.8659561Z [00:03:16.618]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:52.8660439Z [00:03:16.618]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:52.8661320Z [00:03:16.618]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:52.8662163Z [00:03:16.618]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:52.8663165Z [00:03:16.618]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:52.8664140Z [00:03:16.618]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:52.8664811Z [00:03:16.618]➜  EOF
2025-08-20T22:53:52.8671391Z [00:03:16.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b346=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/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-20T22:53:53.0054856Z [00:03:16.758]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T22:53:53.0072818Z [00:03:16.760]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T22:53:53.0083111Z [00:03:16.760]➜  tailscale.com/feature
2025-08-20T22:53:53.0084010Z [00:03:16.760]➜  mkdir -p $WORK/b347/
2025-08-20T22:53:53.0084672Z [00:03:16.761]➜  cat >/tmp/go-build1138503492/b347/importcfg << 'EOF' # internal
2025-08-20T22:53:53.0085430Z [00:03:16.761]➜  # import config
2025-08-20T22:53:53.0086077Z [00:03:16.761]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:53.0086710Z [00:03:16.761]➜  EOF
2025-08-20T22:53:53.0089672Z [00:03:16.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature=>tailscale.com/feature;$WORK/b347=>" -p tailscale.com/feature -lang=go1.24 -complete -installsuffix shared -buildid FxFZej5pQe89McpRtZTA/FxFZej5pQe89McpRtZTA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/feature.go
2025-08-20T22:53:53.0205019Z [00:03:16.773]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T22:53:53.0212744Z [00:03:16.774]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d # internal
2025-08-20T22:53:53.0234379Z [00:03:16.775]➜  tailscale.com/util/rands
2025-08-20T22:53:53.0234946Z [00:03:16.775]➜  mkdir -p $WORK/b348/
2025-08-20T22:53:53.0235868Z [00:03:16.775]➜  cat >/tmp/go-build1138503492/b348/importcfg << 'EOF' # internal
2025-08-20T22:53:53.0236584Z [00:03:16.775]➜  # import config
2025-08-20T22:53:53.0237295Z [00:03:16.775]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:53.0238219Z [00:03:16.775]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:53.0239094Z [00:03:16.775]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:53.0239973Z [00:03:16.775]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:53:53.0240634Z [00:03:16.775]➜  EOF
2025-08-20T22:53:53.0244378Z [00:03:16.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands=>tailscale.com/util/rands;$WORK/b348=>" -p tailscale.com/util/rands -lang=go1.24 -complete -installsuffix shared -buildid 76I-D03fLQRJshgKPpnz/76I-D03fLQRJshgKPpnz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/cheap.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/rands.go
2025-08-20T22:53:53.0341515Z [00:03:16.787]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T22:53:53.0402746Z [00:03:16.793]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T22:53:53.0410830Z [00:03:16.794]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/1c/1c28f1c2f22182f8877c4c8cc1037526ad5789ef94b47f1930544bf6ae2e87ea-d # internal
2025-08-20T22:53:53.0416498Z [00:03:16.794]➜  tailscale.com/safesocket
2025-08-20T22:53:53.0417092Z [00:03:16.794]➜  mkdir -p $WORK/b350/
2025-08-20T22:53:53.0422066Z [00:03:16.795]➜  cat >/tmp/go-build1138503492/b350/importcfg << 'EOF' # internal
2025-08-20T22:53:53.0423314Z [00:03:16.795]➜  # import config
2025-08-20T22:53:53.0425854Z [00:03:16.795]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:53.0426860Z [00:03:16.795]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:53.0428155Z [00:03:16.795]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:53.0429678Z [00:03:16.795]➜  packagefile github.com/mitchellh/go-ps=/tmp/go-build1138503492/b168/_pkg_.a
2025-08-20T22:53:53.0445938Z [00:03:16.795]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:53.0447394Z [00:03:16.795]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:53.0448385Z [00:03:16.795]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:53.0450179Z [00:03:16.795]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:53.0451047Z [00:03:16.795]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:53.0451870Z [00:03:16.795]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:53.0452970Z [00:03:16.795]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:53.0453736Z [00:03:16.795]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:53.0454290Z [00:03:16.795]➜  EOF
2025-08-20T22:53:53.0457904Z [00:03:16.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket=>tailscale.com/safesocket;$WORK/b350=>" -p tailscale.com/safesocket -lang=go1.24 -complete -installsuffix shared -buildid pPYbFfqAk2iv-5WmEaqz/pPYbFfqAk2iv-5WmEaqz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket.go /tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_ps.go /tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/unixsocket.go
2025-08-20T22:53:53.0468805Z [00:03:16.800]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T22:53:53.0473213Z [00:03:16.800]➜  image/internal/imageutil
2025-08-20T22:53:53.0473717Z [00:03:16.800]➜  mkdir -p $WORK/b354/
2025-08-20T22:53:53.0481126Z [00:03:16.801]➜  cat >/tmp/go-build1138503492/b354/importcfg << 'EOF' # internal
2025-08-20T22:53:53.0484532Z [00:03:16.801]➜  # import config
2025-08-20T22:53:53.0485359Z [00:03:16.801]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:53.0485961Z [00:03:16.801]➜  EOF
2025-08-20T22:53:53.0491812Z [00:03:16.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b354=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid ChIlHMOH2phd6_QQa9bA/ChIlHMOH2phd6_QQa9bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T22:53:53.0684123Z [00:03:16.821]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T22:53:53.0697166Z [00:03:16.822]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d # internal
2025-08-20T22:53:53.0704094Z [00:03:16.823]➜  image/draw
2025-08-20T22:53:53.0706538Z [00:03:16.823]➜  mkdir -p $WORK/b353/
2025-08-20T22:53:53.0714016Z [00:03:16.824]➜  cat >/tmp/go-build1138503492/b353/importcfg << 'EOF' # internal
2025-08-20T22:53:53.0715468Z [00:03:16.824]➜  # import config
2025-08-20T22:53:53.0717001Z [00:03:16.824]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:53.0717787Z [00:03:16.824]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:53.0718628Z [00:03:16.824]➜  packagefile image/internal/imageutil=/tmp/go-build1138503492/b354/_pkg_.a
2025-08-20T22:53:53.0719267Z [00:03:16.824]➜  EOF
2025-08-20T22:53:53.0726832Z [00:03:16.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/.go/src/image/draw=>image/draw;$WORK/b353=>" -p image/draw -lang=go1.25 -std -complete -installsuffix shared -buildid Sw0mvy7HkE55MJCkIu1l/Sw0mvy7HkE55MJCkIu1l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/.go/src/image/draw/draw.go
2025-08-20T22:53:53.0891432Z [00:03:16.842]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T22:53:53.0896693Z [00:03:16.842]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d # internal
2025-08-20T22:53:53.0941827Z [00:03:16.847]➜  github.com/atotto/clipboard
2025-08-20T22:53:53.0943695Z [00:03:16.847]➜  mkdir -p $WORK/b355/
2025-08-20T22:53:53.0950506Z [00:03:16.848]➜  cat >/tmp/go-build1138503492/b355/importcfg << 'EOF' # internal
2025-08-20T22:53:53.0951187Z [00:03:16.848]➜  # import config
2025-08-20T22:53:53.0951934Z [00:03:16.848]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:53.0952777Z [00:03:16.848]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:53.0953928Z [00:03:16.848]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:53.0954567Z [00:03:16.848]➜  EOF
2025-08-20T22:53:53.0976985Z [00:03:16.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4=>github.com/atotto/clipboard@v0.1.4;$WORK/b355=>" -p github.com/atotto/clipboard -lang=go1.16 -complete -installsuffix shared -buildid lARP6DctTmkhYd_qGadf/lARP6DctTmkhYd_qGadf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard.go /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard_unix.go
2025-08-20T22:53:53.1290229Z [00:03:16.882]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T22:53:53.1301471Z [00:03:16.883]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/7a/7a57d9029e3a657a579885fbd0079b38933f56f62d312985efd9ab7131ccb440-d # internal
2025-08-20T22:53:53.1303692Z [00:03:16.883]➜  golang.org/x/image/math/fixed
2025-08-20T22:53:53.1306063Z [00:03:16.883]➜  mkdir -p $WORK/b358/
2025-08-20T22:53:53.1311668Z [00:03:16.884]➜  cat >/tmp/go-build1138503492/b358/importcfg << 'EOF' # internal
2025-08-20T22:53:53.1312352Z [00:03:16.884]➜  # import config
2025-08-20T22:53:53.1313003Z [00:03:16.884]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:53.1314767Z [00:03:16.884]➜  EOF
2025-08-20T22:53:53.1318678Z [00:03:16.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.27.0/math/fixed=>golang.org/x/image@v0.27.0/math/fixed;$WORK/b358=>" -p golang.org/x/image/math/fixed -lang=go1.23 -complete -installsuffix shared -buildid _CcB-2tmbnjLPlGI3KeZ/_CcB-2tmbnjLPlGI3KeZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.27.0/math/fixed/fixed.go
2025-08-20T22:53:53.1940485Z [00:03:16.947]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T22:53:53.1946631Z [00:03:16.947]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/f4/f461f31b15acabf3bbe3b934b6c7bb68676fc705196c9350067da62917e904f9-d # internal
2025-08-20T22:53:53.1948756Z [00:03:16.948]➜  github.com/Kodeworks/golang-image-ico
2025-08-20T22:53:53.1950037Z [00:03:16.948]➜  mkdir -p $WORK/b352/
2025-08-20T22:53:53.1958004Z [00:03:16.948]➜  cat >/tmp/go-build1138503492/b352/importcfg << 'EOF' # internal
2025-08-20T22:53:53.1959068Z [00:03:16.948]➜  # import config
2025-08-20T22:53:53.1960002Z [00:03:16.948]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:53.1961566Z [00:03:16.948]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:53.1962507Z [00:03:16.948]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:53.1963395Z [00:03:16.948]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:53.1964222Z [00:03:16.949]➜  packagefile image/draw=/tmp/go-build1138503492/b353/_pkg_.a
2025-08-20T22:53:53.1965073Z [00:03:16.949]➜  packagefile image/png=/tmp/go-build1138503492/b181/_pkg_.a
2025-08-20T22:53:53.1966158Z [00:03:16.949]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:53.1966741Z [00:03:16.949]➜  EOF
2025-08-20T22:53:53.1977425Z [00:03:16.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!kodeworks/golang-image-ico@v0.0.0-20141118225523-73f0f4cfade9=>github.com/Kodeworks/golang-image-ico@v0.0.0-20141118225523-73f0f4cfade9;$WORK/b352=>" -p github.com/Kodeworks/golang-image-ico -lang=go1.16 -complete -installsuffix shared -buildid A7Ftt4Ll2uUDMzIwqwfg/A7Ftt4Ll2uUDMzIwqwfg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/github.com/!kodeworks/golang-image-ico@v0.0.0-20141118225523-73f0f4cfade9/writer.go
2025-08-20T22:53:53.2198182Z [00:03:16.972]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T22:53:53.2202856Z [00:03:16.973]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/83/83cfa3e8d15cc53a238520970f48065b028a5cca99e3b5f446af60f559b5ab08-d # internal
2025-08-20T22:53:53.2210682Z [00:03:16.973]➜  golang.org/x/image/draw
2025-08-20T22:53:53.2211249Z [00:03:16.973]➜  mkdir -p $WORK/b361/
2025-08-20T22:53:53.2211962Z [00:03:16.974]➜  cat >/tmp/go-build1138503492/b361/importcfg << 'EOF' # internal
2025-08-20T22:53:53.2212645Z [00:03:16.974]➜  # import config
2025-08-20T22:53:53.2213429Z [00:03:16.974]➜  packagefile golang.org/x/image/math/f64=/tmp/go-build1138503492/b362/_pkg_.a
2025-08-20T22:53:53.2214385Z [00:03:16.974]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:53.2215413Z [00:03:16.974]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:53.2216312Z [00:03:16.974]➜  packagefile image/draw=/tmp/go-build1138503492/b353/_pkg_.a
2025-08-20T22:53:53.2217180Z [00:03:16.974]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:53.2218003Z [00:03:16.974]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:53.2218611Z [00:03:16.974]➜  EOF
2025-08-20T22:53:53.2222506Z [00:03:16.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.27.0/draw=>golang.org/x/image@v0.27.0/draw;$WORK/b361=>" -p golang.org/x/image/draw -lang=go1.23 -complete -installsuffix shared -buildid uHZdkxBXmLVCVZHLKXgv/uHZdkxBXmLVCVZHLKXgv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.27.0/draw/draw.go /root/go/pkg/mod/golang.org/x/image@v0.27.0/draw/impl.go /root/go/pkg/mod/golang.org/x/image@v0.27.0/draw/scale.go
2025-08-20T22:53:53.2262949Z [00:03:16.979]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T22:53:53.2347537Z [00:03:16.987]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T22:53:53.2361394Z [00:03:16.989]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/2f/2f82317b92d4540166869ca89531abcd16dc6f85bf0362d6eb113d50ecbd66d2-d # internal
2025-08-20T22:53:53.2363499Z [00:03:16.989]➜  github.com/golang/freetype/raster
2025-08-20T22:53:53.2365243Z [00:03:16.989]➜  mkdir -p $WORK/b357/
2025-08-20T22:53:53.2377049Z [00:03:16.990]➜  cat >/tmp/go-build1138503492/b357/importcfg << 'EOF' # internal
2025-08-20T22:53:53.2377735Z [00:03:16.990]➜  # import config
2025-08-20T22:53:53.2378347Z [00:03:16.990]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:53.2379288Z [00:03:16.990]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build1138503492/b358/_pkg_.a
2025-08-20T22:53:53.2380242Z [00:03:16.990]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:53.2381075Z [00:03:16.990]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:53.2381924Z [00:03:16.990]➜  packagefile image/draw=/tmp/go-build1138503492/b353/_pkg_.a
2025-08-20T22:53:53.2382752Z [00:03:16.990]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:53.2383535Z [00:03:16.990]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:53.2384149Z [00:03:16.990]➜  EOF
2025-08-20T22:53:53.2391492Z [00:03:16.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster=>github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster;$WORK/b357=>" -p github.com/golang/freetype/raster -lang=go1.16 -complete -installsuffix shared -buildid 8lXYHiAwXiGLr5jeUZLL/8lXYHiAwXiGLr5jeUZLL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/geom.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/paint.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/raster.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/raster/stroke.go
2025-08-20T22:53:53.3099458Z [00:03:17.063]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d # internal
2025-08-20T22:53:53.3100924Z [00:03:17.063]➜  tailscale.com/client/tailscale/apitype
2025-08-20T22:53:53.3139750Z [00:03:17.067]➜  mkdir -p $WORK/b238/
2025-08-20T22:53:53.3144898Z [00:03:17.067]➜  cat >/tmp/go-build1138503492/b238/importcfg << 'EOF' # internal
2025-08-20T22:53:53.3145792Z [00:03:17.067]➜  # import config
2025-08-20T22:53:53.3146569Z [00:03:17.067]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:53.3147649Z [00:03:17.067]➜  packagefile tailscale.com/types/dnstype=/tmp/go-build1138503492/b247/_pkg_.a
2025-08-20T22:53:53.3176992Z [00:03:17.067]➜  packagefile tailscale.com/util/ctxkey=/tmp/go-build1138503492/b267/_pkg_.a
2025-08-20T22:53:53.3177793Z [00:03:17.067]➜  EOF
2025-08-20T22:53:53.3182023Z [00:03:17.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype=>tailscale.com/client/tailscale/apitype;$WORK/b238=>" -p tailscale.com/client/tailscale/apitype -lang=go1.24 -complete -installsuffix shared -buildid 6i_ftAPH3kvP3-_nMiCH/6i_ftAPH3kvP3-_nMiCH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype/apitype.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype/controltype.go
2025-08-20T22:53:53.4010424Z [00:03:17.154]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T22:53:53.4054236Z [00:03:17.157]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/c0/c0867370c167f5f0992c33f973b6941037fe9c2282298db931343bca59bfcd70-d # internal
2025-08-20T22:53:53.4056397Z [00:03:17.158]➜  tailscale.com/version
2025-08-20T22:53:53.4057556Z [00:03:17.158]➜  mkdir -p $WORK/b269/
2025-08-20T22:53:53.4058801Z [00:03:17.158]➜  cat >/tmp/go-build1138503492/b269/importcfg << 'EOF' # internal
2025-08-20T22:53:53.4059466Z [00:03:17.158]➜  # import config
2025-08-20T22:53:53.4060109Z [00:03:17.158]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:53.4060966Z [00:03:17.158]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:53.4061824Z [00:03:17.158]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:53.4062612Z [00:03:17.158]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:53.4063477Z [00:03:17.158]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:53.4064253Z [00:03:17.158]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:53.4065034Z [00:03:17.158]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:53.4066122Z [00:03:17.158]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:53.4067046Z [00:03:17.158]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:53.4067886Z [00:03:17.158]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:53:53.4068755Z [00:03:17.158]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:53.4069555Z [00:03:17.158]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:53.4070340Z [00:03:17.158]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:53.4071162Z [00:03:17.158]➜  packagefile tailscale.com=/tmp/go-build1138503492/b270/_pkg_.a
2025-08-20T22:53:53.4072116Z [00:03:17.158]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:53.4073131Z [00:03:17.158]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:53.4073844Z [00:03:17.158]➜  EOF
2025-08-20T22:53:53.4078833Z [00:03:17.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/version=>tailscale.com/version;$WORK/b269=>" -p tailscale.com/version -lang=go1.24 -complete -installsuffix shared -buildid r8WuQxfwLxeCjsE9UKCX/r8WuQxfwLxeCjsE9UKCX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/version/cmdname.go /tmp/tmp.49iCb1EC53/TEMPREPO/version/cmp.go /tmp/tmp.49iCb1EC53/TEMPREPO/version/print.go /tmp/tmp.49iCb1EC53/TEMPREPO/version/prop.go /tmp/tmp.49iCb1EC53/TEMPREPO/version/race_off.go /tmp/tmp.49iCb1EC53/TEMPREPO/version/version.go
2025-08-20T22:53:53.5972191Z [00:03:17.350]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T22:53:53.5996067Z [00:03:17.352]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d # internal
2025-08-20T22:53:53.6023276Z [00:03:17.355]➜  tailscale.com/envknob
2025-08-20T22:53:53.6024483Z [00:03:17.355]➜  mkdir -p $WORK/b273/
2025-08-20T22:53:53.6041374Z [00:03:17.357]➜  cat >/tmp/go-build1138503492/b273/importcfg << 'EOF' # internal
2025-08-20T22:53:53.6042285Z [00:03:17.357]➜  # import config
2025-08-20T22:53:53.6043102Z [00:03:17.357]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:53.6044122Z [00:03:17.357]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:53.6045283Z [00:03:17.357]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:53.6046266Z [00:03:17.357]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:53.6047101Z [00:03:17.357]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:53.6047817Z [00:03:17.357]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:53.6048587Z [00:03:17.357]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:53.6049385Z [00:03:17.357]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:53.6050206Z [00:03:17.357]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:53.6051277Z [00:03:17.357]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:53.6052022Z [00:03:17.357]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:53.6052760Z [00:03:17.357]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:53.6053438Z [00:03:17.357]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:53.6054132Z [00:03:17.357]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:53.6054988Z [00:03:17.357]➜  packagefile tailscale.com/kube/kubetypes=/tmp/go-build1138503492/b274/_pkg_.a
2025-08-20T22:53:53.6056068Z [00:03:17.357]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:53:53.6056971Z [00:03:17.357]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:53.6057883Z [00:03:17.357]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:53:53.6058694Z [00:03:17.357]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:53.6059231Z [00:03:17.357]➜  EOF
2025-08-20T22:53:53.6062313Z [00:03:17.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/envknob=>tailscale.com/envknob;$WORK/b273=>" -p tailscale.com/envknob -lang=go1.24 -complete -installsuffix shared -buildid AkSaD7_YM62aSV7juSTf/AkSaD7_YM62aSV7juSTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob.go /tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob_testable.go
2025-08-20T22:53:53.8279197Z [00:03:17.581]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T22:53:53.8330051Z [00:03:17.586]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d # internal
2025-08-20T22:53:53.8331680Z [00:03:17.586]➜  tailscale.com/types/logger
2025-08-20T22:53:53.8332647Z [00:03:17.586]➜  mkdir -p $WORK/b291/
2025-08-20T22:53:53.8336092Z [00:03:17.586]➜  cat >/tmp/go-build1138503492/b291/importcfg << 'EOF' # internal
2025-08-20T22:53:53.8336792Z [00:03:17.586]➜  # import config
2025-08-20T22:53:53.8337409Z [00:03:17.586]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:53.8338553Z [00:03:17.586]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:53.8339399Z [00:03:17.586]➜  packagefile container/list=/tmp/go-build1138503492/b098/_pkg_.a
2025-08-20T22:53:53.8340259Z [00:03:17.586]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:53.8341343Z [00:03:17.586]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:53.8342200Z [00:03:17.586]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:53.8349603Z [00:03:17.586]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:53.8350734Z [00:03:17.586]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:53.8351642Z [00:03:17.586]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:53.8352410Z [00:03:17.586]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:53.8353207Z [00:03:17.586]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:53.8353988Z [00:03:17.586]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:53.8354767Z [00:03:17.586]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:53.8355851Z [00:03:17.586]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:53.8356953Z [00:03:17.586]➜  packagefile tailscale.com/util/ctxkey=/tmp/go-build1138503492/b267/_pkg_.a
2025-08-20T22:53:53.8358004Z [00:03:17.586]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:53.8358922Z [00:03:17.586]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:53.8359526Z [00:03:17.586]➜  EOF
2025-08-20T22:53:53.8364257Z [00:03:17.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger=>tailscale.com/types/logger;$WORK/b291=>" -p tailscale.com/types/logger -lang=go1.24 -complete -installsuffix shared -buildid MNY1eHPyhW7gf9pbYJ_G/MNY1eHPyhW7gf9pbYJ_G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/logger.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage_syscall.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/tokenbucket.go
2025-08-20T22:53:53.9002348Z [00:03:17.653]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T22:53:53.9097898Z [00:03:17.662]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d # internal
2025-08-20T22:53:53.9102863Z [00:03:17.663]➜  tailscale.com/wgengine/filter/filtertype
2025-08-20T22:53:53.9103538Z [00:03:17.663]➜  mkdir -p $WORK/b308/
2025-08-20T22:53:53.9110687Z [00:03:17.664]➜  cat >/tmp/go-build1138503492/b308/importcfg << 'EOF' # internal
2025-08-20T22:53:53.9112120Z [00:03:17.664]➜  # import config
2025-08-20T22:53:53.9112665Z [00:03:17.664]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:53.9113332Z [00:03:17.664]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:53.9114024Z [00:03:17.664]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:53.9114787Z [00:03:17.664]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:53.9115910Z [00:03:17.664]➜  packagefile tailscale.com/types/ipproto=/tmp/go-build1138503492/b250/_pkg_.a
2025-08-20T22:53:53.9116808Z [00:03:17.664]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:53.9117404Z [00:03:17.664]➜  EOF
2025-08-20T22:53:53.9123717Z [00:03:17.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype=>tailscale.com/wgengine/filter/filtertype;$WORK/b308=>" -p tailscale.com/wgengine/filter/filtertype -lang=go1.24 -complete -installsuffix shared -buildid z7rZMax1vnkbBvfmdBEp/z7rZMax1vnkbBvfmdBEp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype/filtertype.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype/filtertype_clone.go
2025-08-20T22:53:54.0081030Z [00:03:17.761]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T22:53:54.0112970Z [00:03:17.764]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d # internal
2025-08-20T22:53:54.0160529Z [00:03:17.769]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T22:53:54.0179213Z [00:03:17.771]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/c5/c5f40aaf3f556eca6055f1e25cddfe9d75a466dcca8603a7716e0f6c69860e15-d # internal
2025-08-20T22:53:54.0185734Z [00:03:17.771]➜  tailscale.com/types/persist
2025-08-20T22:53:54.0186312Z [00:03:17.771]➜  mkdir -p $WORK/b309/
2025-08-20T22:53:54.0192157Z [00:03:17.772]➜  cat >/tmp/go-build1138503492/b309/importcfg << 'EOF' # internal
2025-08-20T22:53:54.0193143Z [00:03:17.772]➜  # import config
2025-08-20T22:53:54.0194156Z [00:03:17.772]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:54.0195295Z [00:03:17.772]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.0196148Z [00:03:17.772]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.0197177Z [00:03:17.772]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:54.0198456Z [00:03:17.772]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:54.0199540Z [00:03:17.772]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:54.0200815Z [00:03:17.772]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:54.0201899Z [00:03:17.772]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:54.0202978Z [00:03:17.772]➜  packagefile tailscale.com/types/structs=/tmp/go-build1138503492/b262/_pkg_.a
2025-08-20T22:53:54.0204043Z [00:03:17.772]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:54.0204824Z [00:03:17.772]➜  EOF
2025-08-20T22:53:54.0209457Z [00:03:17.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist=>tailscale.com/types/persist;$WORK/b309=>" -p tailscale.com/types/persist -lang=go1.24 -complete -installsuffix shared -buildid S_OV6Dm041XvwLXRJvFC/S_OV6Dm041XvwLXRJvFC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_clone.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_view.go
2025-08-20T22:53:54.0213228Z [00:03:17.773]➜  tailscale.com/tka
2025-08-20T22:53:54.0213795Z [00:03:17.773]➜  mkdir -p $WORK/b295/
2025-08-20T22:53:54.0218404Z [00:03:17.774]➜  cat >/tmp/go-build1138503492/b295/importcfg << 'EOF' # internal
2025-08-20T22:53:54.0219122Z [00:03:17.774]➜  # import config
2025-08-20T22:53:54.0219791Z [00:03:17.774]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:54.0220681Z [00:03:17.774]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:53:54.0221627Z [00:03:17.774]➜  packagefile crypto/hmac=/tmp/go-build1138503492/b125/_pkg_.a
2025-08-20T22:53:54.0222560Z [00:03:17.774]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:54.0223506Z [00:03:17.774]➜  packagefile encoding/base32=/tmp/go-build1138503492/b241/_pkg_.a
2025-08-20T22:53:54.0224469Z [00:03:17.774]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:54.0225760Z [00:03:17.774]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:54.0226818Z [00:03:17.774]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:54.0228256Z [00:03:17.775]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.0229073Z [00:03:17.775]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.0230010Z [00:03:17.775]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build1138503492/b296/_pkg_.a
2025-08-20T22:53:54.0231214Z [00:03:17.775]➜  packagefile github.com/hdevalence/ed25519consensus=/tmp/go-build1138503492/b298/_pkg_.a
2025-08-20T22:53:54.0232355Z [00:03:17.775]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build1138503492/b301/_pkg_.a
2025-08-20T22:53:54.0233415Z [00:03:17.775]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build1138503492/b302/_pkg_.a
2025-08-20T22:53:54.0234350Z [00:03:17.775]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:54.0235369Z [00:03:17.775]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:54.0236244Z [00:03:17.775]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:54.0237117Z [00:03:17.775]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:54.0237924Z [00:03:17.775]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.0238738Z [00:03:17.775]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.0239656Z [00:03:17.775]➜  packagefile tailscale.com/atomicfile=/tmp/go-build1138503492/b234/_pkg_.a
2025-08-20T22:53:54.0240712Z [00:03:17.775]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:54.0241735Z [00:03:17.775]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:54.0242803Z [00:03:17.775]➜  packagefile tailscale.com/types/tkatype=/tmp/go-build1138503492/b263/_pkg_.a
2025-08-20T22:53:54.0244075Z [00:03:17.775]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:54.0245017Z [00:03:17.775]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.0256027Z [00:03:17.775]➜  EOF
2025-08-20T22:53:54.0261760Z [00:03:17.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tka=>tailscale.com/tka;$WORK/b295=>" -p tailscale.com/tka -lang=go1.24 -complete -installsuffix shared -buildid Ap9XtWbBTEef6C8Ha-VM/Ap9XtWbBTEef6C8Ha-VM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tka/aum.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/builder.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/deeplink.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/key.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/sig.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/state.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/sync.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/tailchonk.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka.go /tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka_clone.go
2025-08-20T22:53:54.1333136Z [00:03:17.886]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:53:54.1721540Z [00:03:17.925]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T22:53:54.1723079Z [00:03:17.925]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/27/27dcf7bebf9a68fc23bbc57949852d31f3d753d2511e35575cb6e90e8e0d0c2a-d # internal
2025-08-20T22:53:54.1724262Z [00:03:17.925]➜  tailscale.com/util/syspolicy/internal
2025-08-20T22:53:54.1724891Z [00:03:17.925]➜  mkdir -p $WORK/b312/
2025-08-20T22:53:54.1725843Z [00:03:17.925]➜  cat >/tmp/go-build1138503492/b312/importcfg << 'EOF' # internal
2025-08-20T22:53:54.1726547Z [00:03:17.925]➜  # import config
2025-08-20T22:53:54.1727219Z [00:03:17.925]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:54.1728282Z [00:03:17.925]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:54.1729449Z [00:03:17.925]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:54.1730523Z [00:03:17.925]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:54.1731549Z [00:03:17.925]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:54.1732667Z [00:03:17.925]➜  EOF
2025-08-20T22:53:54.1763052Z [00:03:17.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal=>tailscale.com/util/syspolicy/internal;$WORK/b312=>" -p tailscale.com/util/syspolicy/internal -lang=go1.24 -complete -installsuffix shared -buildid LbOgsLNCXUUUcDMvgXzw/LbOgsLNCXUUUcDMvgXzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/internal.go
2025-08-20T22:53:54.1861547Z [00:03:17.939]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d # internal
2025-08-20T22:53:54.1906050Z [00:03:17.943]➜  golang.org/x/net/http2
2025-08-20T22:53:54.1912478Z [00:03:17.943]➜  mkdir -p $WORK/b195/
2025-08-20T22:53:54.1915431Z [00:03:17.944]➜  cat >/tmp/go-build1138503492/b195/importcfg << 'EOF' # internal
2025-08-20T22:53:54.1924669Z [00:03:17.944]➜  # import config
2025-08-20T22:53:54.1925560Z [00:03:17.944]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:54.1926369Z [00:03:17.944]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:54.1927190Z [00:03:17.944]➜  packagefile compress/gzip=/tmp/go-build1138503492/b196/_pkg_.a
2025-08-20T22:53:54.1928049Z [00:03:17.944]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:54.1928882Z [00:03:17.944]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:54.1929735Z [00:03:17.944]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:53:54.1930636Z [00:03:17.944]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:54.1931739Z [00:03:17.944]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.1932527Z [00:03:17.944]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.1933482Z [00:03:17.944]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b197/_pkg_.a
2025-08-20T22:53:54.1934557Z [00:03:17.944]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1138503492/b199/_pkg_.a
2025-08-20T22:53:54.1938871Z [00:03:17.944]➜  packagefile golang.org/x/net/idna=/tmp/go-build1138503492/b190/_pkg_.a
2025-08-20T22:53:54.1940106Z [00:03:17.944]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1138503492/b200/_pkg_.a
2025-08-20T22:53:54.1941148Z [00:03:17.944]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:54.1942004Z [00:03:17.944]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:54.1942810Z [00:03:17.944]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:54.1943603Z [00:03:17.944]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:54.1944404Z [00:03:17.944]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:54.1945511Z [00:03:17.944]➜  packagefile math/rand=/tmp/go-build1138503492/b096/_pkg_.a
2025-08-20T22:53:54.1946329Z [00:03:17.944]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:54.1947129Z [00:03:17.944]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.1948015Z [00:03:17.944]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:53:54.1948904Z [00:03:17.944]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:54.1949763Z [00:03:17.944]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:54.1950556Z [00:03:17.944]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:54.1951337Z [00:03:17.944]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:54.1952165Z [00:03:17.944]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:54.1952934Z [00:03:17.944]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:54.1954082Z [00:03:17.944]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:54.1954886Z [00:03:17.944]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.1955932Z [00:03:17.944]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.1956852Z [00:03:17.944]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:54.1957688Z [00:03:17.944]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.1958301Z [00:03:17.944]➜  EOF
2025-08-20T22:53:54.1971012Z [00:03:17.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/http2=>golang.org/x/net@v0.40.0/http2;$WORK/b195=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid 6m-KKhviLXBD3S-kILQi/6m-KKhviLXBD3S-kILQi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/writesched_roundrobin.go
2025-08-20T22:53:54.2396936Z [00:03:17.991]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T22:53:54.2400317Z [00:03:17.992]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/fb/fb92dbf4964f6869a57e287aca364a874ba8ba08d9ec03305faec622ec762895-d # internal
2025-08-20T22:53:54.2406418Z [00:03:17.993]➜  golang.org/x/oauth2/internal
2025-08-20T22:53:54.2409627Z [00:03:17.994]➜  mkdir -p $WORK/b219/
2025-08-20T22:53:54.2417754Z [00:03:17.994]➜  cat >/tmp/go-build1138503492/b219/importcfg << 'EOF' # internal
2025-08-20T22:53:54.2423518Z [00:03:17.994]➜  # import config
2025-08-20T22:53:54.2424233Z [00:03:17.994]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:54.2425077Z [00:03:17.994]➜  packagefile crypto/rsa=/tmp/go-build1138503492/b138/_pkg_.a
2025-08-20T22:53:54.2426153Z [00:03:17.994]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:53:54.2427045Z [00:03:17.994]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:54.2427942Z [00:03:17.994]➜  packagefile encoding/pem=/tmp/go-build1138503492/b148/_pkg_.a
2025-08-20T22:53:54.2428780Z [00:03:17.994]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.2429560Z [00:03:17.994]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.2430311Z [00:03:17.994]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:54.2431062Z [00:03:17.994]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:54.2431814Z [00:03:17.994]➜  packagefile mime=/tmp/go-build1138503492/b211/_pkg_.a
2025-08-20T22:53:54.2432595Z [00:03:17.994]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.2433379Z [00:03:17.994]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:54.2434546Z [00:03:17.994]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:54.2436413Z [00:03:17.994]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.2437224Z [00:03:17.994]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.2438062Z [00:03:17.994]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:54.2438887Z [00:03:17.994]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.2454767Z [00:03:17.994]➜  EOF
2025-08-20T22:53:54.2510182Z [00:03:17.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b219=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid jCKHvJgn_itwQH2_vGE1/jCKHvJgn_itwQH2_vGE1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/transport.go
2025-08-20T22:53:54.3532652Z [00:03:18.106]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:53:54.3547241Z [00:03:18.107]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d # internal
2025-08-20T22:53:54.3558901Z [00:03:18.109]➜  golang.org/x/oauth2
2025-08-20T22:53:54.3561578Z [00:03:18.109]➜  mkdir -p $WORK/b218/
2025-08-20T22:53:54.3574371Z [00:03:18.110]➜  cat >/tmp/go-build1138503492/b218/importcfg << 'EOF' # internal
2025-08-20T22:53:54.3576699Z [00:03:18.110]➜  # import config
2025-08-20T22:53:54.3577437Z [00:03:18.110]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:54.3578293Z [00:03:18.110]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:54.3579180Z [00:03:18.110]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:54.3580136Z [00:03:18.110]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:54.3581076Z [00:03:18.110]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:54.3582027Z [00:03:18.110]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:54.3582885Z [00:03:18.110]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.3583685Z [00:03:18.110]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.3584636Z [00:03:18.110]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1138503492/b219/_pkg_.a
2025-08-20T22:53:54.3585810Z [00:03:18.110]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:54.3586650Z [00:03:18.110]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:54.3587461Z [00:03:18.110]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.3588680Z [00:03:18.110]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:54.3589499Z [00:03:18.110]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:54.3590312Z [00:03:18.110]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.3591119Z [00:03:18.110]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.3591908Z [00:03:18.110]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.3592489Z [00:03:18.110]➜  EOF
2025-08-20T22:53:54.3600718Z [00:03:18.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b218=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid JjEG46hiUCDV2yECdhpm/JjEG46hiUCDV2yECdhpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/transport.go
2025-08-20T22:53:54.4241788Z [00:03:18.177]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T22:53:54.4309025Z [00:03:18.183]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/5e/5ee159794da573e7044e5715e590a17e9d140e92bb6cf543b5a3e1a3cb070c76-d # internal
2025-08-20T22:53:54.4315602Z [00:03:18.184]➜  net/http/cgi
2025-08-20T22:53:54.4318711Z [00:03:18.185]➜  mkdir -p $WORK/b222/
2025-08-20T22:53:54.4328407Z [00:03:18.185]➜  cat >/tmp/go-build1138503492/b222/importcfg << 'EOF' # internal
2025-08-20T22:53:54.4345067Z [00:03:18.186]➜  # import config
2025-08-20T22:53:54.4352339Z [00:03:18.186]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:53:54.4353337Z [00:03:18.186]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:54.4354183Z [00:03:18.186]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:53:54.4354964Z [00:03:18.186]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.4356752Z [00:03:18.186]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.4357800Z [00:03:18.186]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b203/_pkg_.a
2025-08-20T22:53:54.4358804Z [00:03:18.186]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:54.4359598Z [00:03:18.186]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:54.4360398Z [00:03:18.186]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:54.4361185Z [00:03:18.186]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:54.4362010Z [00:03:18.186]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.4362888Z [00:03:18.186]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:54.4363951Z [00:03:18.186]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:54.4364762Z [00:03:18.186]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:54.4365766Z [00:03:18.186]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:54.4366610Z [00:03:18.186]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:54.4367524Z [00:03:18.186]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:54.4368422Z [00:03:18.186]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:54.4369244Z [00:03:18.186]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:54.4370067Z [00:03:18.186]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:54.4370901Z [00:03:18.186]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:54.4371797Z [00:03:18.186]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.4373023Z [00:03:18.186]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.4373661Z [00:03:18.186]➜  EOF
2025-08-20T22:53:54.4377378Z [00:03:18.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/net/http/cgi=>net/http/cgi;$WORK/b222=>" -p net/http/cgi -lang=go1.25 -std -complete -installsuffix shared -buildid fMB84_lkY2DUoWNNy-7P/fMB84_lkY2DUoWNNy-7P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/net/http/cgi/cgi_main.go /root/.go/src/net/http/cgi/child.go /root/.go/src/net/http/cgi/host.go
2025-08-20T22:53:54.5066493Z [00:03:18.259]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:53:54.5095045Z [00:03:18.262]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d # internal
2025-08-20T22:53:54.5096474Z [00:03:18.262]➜  golang.org/x/oauth2/clientcredentials
2025-08-20T22:53:54.5097136Z [00:03:18.262]➜  mkdir -p $WORK/b217/
2025-08-20T22:53:54.5102238Z [00:03:18.263]➜  cat >/tmp/go-build1138503492/b217/importcfg << 'EOF' # internal
2025-08-20T22:53:54.5103643Z [00:03:18.263]➜  # import config
2025-08-20T22:53:54.5104784Z [00:03:18.263]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:54.5106273Z [00:03:18.263]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.5109047Z [00:03:18.263]➜  packagefile golang.org/x/oauth2=/tmp/go-build1138503492/b218/_pkg_.a
2025-08-20T22:53:54.5110120Z [00:03:18.263]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1138503492/b219/_pkg_.a
2025-08-20T22:53:54.5111064Z [00:03:18.263]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.5111898Z [00:03:18.263]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:54.5113121Z [00:03:18.263]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.5113785Z [00:03:18.263]➜  EOF
2025-08-20T22:53:54.5122351Z [00:03:18.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials=>golang.org/x/oauth2@v0.30.0/clientcredentials;$WORK/b217=>" -p golang.org/x/oauth2/clientcredentials -lang=go1.23 -complete -installsuffix shared -buildid cE62ntdEzPcQ4kIdadLe/cE62ntdEzPcQ4kIdadLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials/clientcredentials.go
2025-08-20T22:53:54.5253173Z [00:03:18.278]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T22:53:54.5308610Z [00:03:18.283]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/58/586b02370ca9aa5ba57cfe7a83acf9c9ba57b96378fa42690aaef0d5ed978ec8-d # internal
2025-08-20T22:53:54.5314796Z [00:03:18.283]➜  net/http/httputil
2025-08-20T22:53:54.5315680Z [00:03:18.284]➜  mkdir -p $WORK/b225/
2025-08-20T22:53:54.5374741Z [00:03:18.290]➜  cat >/tmp/go-build1138503492/b225/importcfg << 'EOF' # internal
2025-08-20T22:53:54.5378034Z [00:03:18.290]➜  # import config
2025-08-20T22:53:54.5379264Z [00:03:18.290]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:53:54.5380648Z [00:03:18.290]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:54.5381677Z [00:03:18.290]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:54.5382723Z [00:03:18.290]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:54.5383728Z [00:03:18.290]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.5384745Z [00:03:18.291]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.5386291Z [00:03:18.291]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b203/_pkg_.a
2025-08-20T22:53:54.5387612Z [00:03:18.291]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:54.5388532Z [00:03:18.291]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:54.5389744Z [00:03:18.291]➜  packagefile mime=/tmp/go-build1138503492/b211/_pkg_.a
2025-08-20T22:53:54.5391413Z [00:03:18.291]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:54.5392203Z [00:03:18.291]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.5393107Z [00:03:18.291]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:53:54.5394040Z [00:03:18.291]➜  packagefile net/http/internal=/tmp/go-build1138503492/b214/_pkg_.a
2025-08-20T22:53:54.5395046Z [00:03:18.291]➜  packagefile net/http/internal/ascii=/tmp/go-build1138503492/b215/_pkg_.a
2025-08-20T22:53:54.5401240Z [00:03:18.291]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:54.5402091Z [00:03:18.291]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:54.5402858Z [00:03:18.291]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.5403617Z [00:03:18.291]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.5404333Z [00:03:18.291]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.5404933Z [00:03:18.291]➜  EOF
2025-08-20T22:53:54.5408919Z [00:03:18.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b225=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid ej0QMXCoHoXa0JFKS3CU/ej0QMXCoHoXa0JFKS3CU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T22:53:54.5424622Z [00:03:18.295]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:53:54.5440809Z [00:03:18.296]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/b6/b681d49ebe968425666cfa81a911f2fa2aefd1c772e51a85c5dc9d2c9e654d6f-d # internal
2025-08-20T22:53:54.5441954Z [00:03:18.296]➜  tailscale.com/drive
2025-08-20T22:53:54.5442498Z [00:03:18.296]➜  mkdir -p $WORK/b268/
2025-08-20T22:53:54.5443229Z [00:03:18.296]➜  cat >/tmp/go-build1138503492/b268/importcfg << 'EOF' # internal
2025-08-20T22:53:54.5443891Z [00:03:18.296]➜  # import config
2025-08-20T22:53:54.5444521Z [00:03:18.296]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:54.5445589Z [00:03:18.296]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:54.5446495Z [00:03:18.296]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.5447303Z [00:03:18.296]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.5448293Z [00:03:18.296]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:54.5449563Z [00:03:18.296]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:54.5450639Z [00:03:18.296]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:54.5451495Z [00:03:18.296]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.5452377Z [00:03:18.296]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:54.5453052Z [00:03:18.296]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.5453811Z [00:03:18.296]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:54.5454842Z [00:03:18.296]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:54.5458550Z [00:03:18.296]➜  EOF
2025-08-20T22:53:54.5463029Z [00:03:18.297]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/drive=>tailscale.com/drive;$WORK/b268=>" -p tailscale.com/drive -lang=go1.24 -complete -installsuffix shared -buildid r01lH25wD9dd_9FVBKxS/r01lH25wD9dd_9FVBKxS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/drive/drive_clone.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/drive_view.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/local.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_permissions.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_unix.go
2025-08-20T22:53:54.6101794Z [00:03:18.363]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:53:54.6128733Z [00:03:18.365]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/ca/ca9b03c09eb7894b64c0532e58f64130627da1c9c0ee8b2714997e5c64c8caa9-d # internal
2025-08-20T22:53:54.6144107Z [00:03:18.367]➜  expvar
2025-08-20T22:53:54.6176950Z [00:03:18.367]➜  mkdir -p $WORK/b280/
2025-08-20T22:53:54.6177599Z [00:03:18.368]➜  cat >/tmp/go-build1138503492/b280/importcfg << 'EOF' # internal
2025-08-20T22:53:54.6178205Z [00:03:18.368]➜  # import config
2025-08-20T22:53:54.6178793Z [00:03:18.368]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:54.6179614Z [00:03:18.368]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:54.6180349Z [00:03:18.368]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:54.6181021Z [00:03:18.368]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:54.6181711Z [00:03:18.368]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:54.6182381Z [00:03:18.368]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:54.6185708Z [00:03:18.368]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:54.6186425Z [00:03:18.371]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:54.6187122Z [00:03:18.371]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:54.6188056Z [00:03:18.371]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.6188795Z [00:03:18.371]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:54.6189560Z [00:03:18.371]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:54.6190095Z [00:03:18.371]➜  EOF
2025-08-20T22:53:54.6192233Z [00:03:18.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b280=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid CDqWe0ZJ9xg_hx7tNAuK/CDqWe0ZJ9xg_hx7tNAuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T22:53:54.6542128Z [00:03:18.407]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T22:53:54.6563498Z [00:03:18.409]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d # internal
2025-08-20T22:53:54.6576893Z [00:03:18.409]➜  tailscale.com/ipn/ipnstate
2025-08-20T22:53:54.6577460Z [00:03:18.409]➜  mkdir -p $WORK/b293/
2025-08-20T22:53:54.6578158Z [00:03:18.409]➜  cat >/tmp/go-build1138503492/b293/importcfg << 'EOF' # internal
2025-08-20T22:53:54.6578826Z [00:03:18.410]➜  # import config
2025-08-20T22:53:54.6579469Z [00:03:18.410]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.6580244Z [00:03:18.410]➜  packagefile html=/tmp/go-build1138503492/b294/_pkg_.a
2025-08-20T22:53:54.6581012Z [00:03:18.410]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:54.6581794Z [00:03:18.410]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:54.6582628Z [00:03:18.410]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:54.6583431Z [00:03:18.410]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:54.6584215Z [00:03:18.410]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:54.6585031Z [00:03:18.410]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.6587424Z [00:03:18.410]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:54.6588670Z [00:03:18.410]➜  packagefile tailscale.com/tka=/tmp/go-build1138503492/b295/_pkg_.a
2025-08-20T22:53:54.6589659Z [00:03:18.410]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:54.6590680Z [00:03:18.410]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:54.6591738Z [00:03:18.410]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:54.6592777Z [00:03:18.410]➜  packagefile tailscale.com/util/dnsname=/tmp/go-build1138503492/b265/_pkg_.a
2025-08-20T22:53:54.6593819Z [00:03:18.410]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:54.6594704Z [00:03:18.410]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.6595528Z [00:03:18.410]➜  EOF
2025-08-20T22:53:54.6599098Z [00:03:18.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate=>tailscale.com/ipn/ipnstate;$WORK/b293=>" -p tailscale.com/ipn/ipnstate -lang=go1.24 -complete -installsuffix shared -buildid WYlYLmg1t1p2hC9c9udR/WYlYLmg1t1p2hC9c9udR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate/ipnstate.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate/ipnstate_clone.go
2025-08-20T22:53:54.7682459Z [00:03:18.521]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:53:54.7844876Z [00:03:18.537]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d # internal
2025-08-20T22:53:54.7861114Z [00:03:18.539]➜  tailscale.com/types/netmap
2025-08-20T22:53:54.7868047Z [00:03:18.539]➜  mkdir -p $WORK/b307/
2025-08-20T22:53:54.7868777Z [00:03:18.539]➜  cat >/tmp/go-build1138503492/b307/importcfg << 'EOF' # internal
2025-08-20T22:53:54.7872956Z [00:03:18.540]➜  # import config
2025-08-20T22:53:54.7873622Z [00:03:18.540]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:54.7874469Z [00:03:18.540]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:54.7875472Z [00:03:18.540]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.7876286Z [00:03:18.540]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:54.7877131Z [00:03:18.540]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:54.7877935Z [00:03:18.540]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:54.7878750Z [00:03:18.540]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:54.7879591Z [00:03:18.540]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.7880427Z [00:03:18.540]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.7881392Z [00:03:18.540]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:54.7882440Z [00:03:18.540]➜  packagefile tailscale.com/tka=/tmp/go-build1138503492/b295/_pkg_.a
2025-08-20T22:53:54.7883524Z [00:03:18.540]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:54.7884644Z [00:03:18.540]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:54.7888687Z [00:03:18.540]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:54.7889811Z [00:03:18.540]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:54.7891057Z [00:03:18.540]➜  packagefile tailscale.com/wgengine/filter/filtertype=/tmp/go-build1138503492/b308/_pkg_.a
2025-08-20T22:53:54.7892163Z [00:03:18.540]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.7892801Z [00:03:18.540]➜  EOF
2025-08-20T22:53:54.7896522Z [00:03:18.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap=>tailscale.com/types/netmap;$WORK/b307=>" -p tailscale.com/types/netmap -lang=go1.24 -complete -installsuffix shared -buildid J3ZjwicAJ57dc0YmBQmj/J3ZjwicAJ57dc0YmBQmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/netmap.go /tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/nodemut.go
2025-08-20T22:53:54.8693571Z [00:03:18.622]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T22:53:54.8879437Z [00:03:18.640]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d # internal
2025-08-20T22:53:54.8880699Z [00:03:18.640]➜  tailscale.com/metrics
2025-08-20T22:53:54.8889100Z [00:03:18.641]➜  mkdir -p $WORK/b281/
2025-08-20T22:53:54.8889978Z [00:03:18.641]➜  cat >/tmp/go-build1138503492/b281/importcfg << 'EOF' # internal
2025-08-20T22:53:54.8890691Z [00:03:18.641]➜  # import config
2025-08-20T22:53:54.8891406Z [00:03:18.641]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:53:54.8892246Z [00:03:18.641]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.8893127Z [00:03:18.641]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:54.8893965Z [00:03:18.641]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:54.8894768Z [00:03:18.641]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:54.8896688Z [00:03:18.641]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:54.8897546Z [00:03:18.641]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:54.8898425Z [00:03:18.641]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:54.8899244Z [00:03:18.641]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.8900079Z [00:03:18.642]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.8901318Z [00:03:18.642]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:53:54.8902474Z [00:03:18.642]➜  packagefile tailscale.com/util/dirwalk=/tmp/go-build1138503492/b283/_pkg_.a
2025-08-20T22:53:54.8903260Z [00:03:18.642]➜  EOF
2025-08-20T22:53:54.8907310Z [00:03:18.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/metrics=>tailscale.com/metrics;$WORK/b281=>" -p tailscale.com/metrics -lang=go1.24 -complete -installsuffix shared -buildid GHP-JL6SclkKIQuST6UR/GHP-JL6SclkKIQuST6UR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/metrics/fds_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/metrics/metrics.go /tmp/tmp.49iCb1EC53/TEMPREPO/metrics/multilabelmap.go
2025-08-20T22:53:54.9317669Z [00:03:18.683]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T22:53:54.9374718Z [00:03:18.690]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d # internal
2025-08-20T22:53:54.9381683Z [00:03:18.690]➜  tailscale.com/util/syspolicy/internal/loggerx
2025-08-20T22:53:54.9382400Z [00:03:18.690]➜  mkdir -p $WORK/b313/
2025-08-20T22:53:54.9383115Z [00:03:18.691]➜  cat >/tmp/go-build1138503492/b313/importcfg << 'EOF' # internal
2025-08-20T22:53:54.9383808Z [00:03:18.691]➜  # import config
2025-08-20T22:53:54.9384456Z [00:03:18.691]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:54.9385465Z [00:03:18.691]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:54.9386507Z [00:03:18.691]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:54.9387608Z [00:03:18.691]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:54.9388707Z [00:03:18.691]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:54.9389451Z [00:03:18.691]➜  EOF
2025-08-20T22:53:54.9393292Z [00:03:18.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/loggerx=>tailscale.com/util/syspolicy/internal/loggerx;$WORK/b313=>" -p tailscale.com/util/syspolicy/internal/loggerx -lang=go1.24 -complete -installsuffix shared -buildid 5ADRjc9kZYaGbpC1ZaIv/5ADRjc9kZYaGbpC1ZaIv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/loggerx/logger.go
2025-08-20T22:53:54.9744773Z [00:03:18.727]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T22:53:54.9762619Z [00:03:18.729]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/b0/b0e8365ca14fd149e237f3991b0ad31e9612391356667a1ad1e9a3c694cf2937-d # internal
2025-08-20T22:53:54.9766867Z [00:03:18.729]➜  tailscale.com/util/syspolicy/setting
2025-08-20T22:53:54.9774644Z [00:03:18.730]➜  mkdir -p $WORK/b315/
2025-08-20T22:53:54.9798096Z [00:03:18.730]➜  cat >/tmp/go-build1138503492/b315/importcfg << 'EOF' # internal
2025-08-20T22:53:54.9798853Z [00:03:18.731]➜  # import config
2025-08-20T22:53:54.9799543Z [00:03:18.731]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:54.9800429Z [00:03:18.731]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:54.9801259Z [00:03:18.731]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:54.9802276Z [00:03:18.731]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:54.9803564Z [00:03:18.731]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:54.9804726Z [00:03:18.731]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1138503492/b316/_pkg_.a
2025-08-20T22:53:54.9805873Z [00:03:18.731]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:54.9806697Z [00:03:18.731]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:54.9807820Z [00:03:18.731]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:54.9808724Z [00:03:18.731]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:54.9809624Z [00:03:18.731]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:54.9810472Z [00:03:18.731]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:54.9811442Z [00:03:18.731]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:54.9812526Z [00:03:18.731]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:53:54.9813653Z [00:03:18.731]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:54.9814849Z [00:03:18.731]➜  packagefile tailscale.com/types/structs=/tmp/go-build1138503492/b262/_pkg_.a
2025-08-20T22:53:54.9816191Z [00:03:18.731]➜  packagefile tailscale.com/util/deephash=/tmp/go-build1138503492/b317/_pkg_.a
2025-08-20T22:53:54.9817442Z [00:03:18.731]➜  packagefile tailscale.com/util/syspolicy/internal=/tmp/go-build1138503492/b312/_pkg_.a
2025-08-20T22:53:54.9818632Z [00:03:18.731]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:54.9819532Z [00:03:18.731]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:54.9820004Z [00:03:18.731]➜  EOF
2025-08-20T22:53:54.9827567Z [00:03:18.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting=>tailscale.com/util/syspolicy/setting;$WORK/b315=>" -p tailscale.com/util/syspolicy/setting -lang=go1.24 -complete -installsuffix shared -buildid jlzHA2N_oXS-k7fWnUHY/jlzHA2N_oXS-k7fWnUHY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/errors.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/key.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/origin.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/policy_scope.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/raw_item.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/setting.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/snapshot.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/summary.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/types.go
2025-08-20T22:53:55.1424763Z [00:03:18.895]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T22:53:55.1534321Z [00:03:18.905]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/e8/e8f2646dbe16ee114d94555283db7cd6807763b145f583127c8f9ef5a93eea60-d # internal
2025-08-20T22:53:55.1535658Z [00:03:18.905]➜  tailscale.com/tsweb/varz
2025-08-20T22:53:55.1536194Z [00:03:18.905]➜  mkdir -p $WORK/b290/
2025-08-20T22:53:55.1536891Z [00:03:18.905]➜  cat >/tmp/go-build1138503492/b290/importcfg << 'EOF' # internal
2025-08-20T22:53:55.1537560Z [00:03:18.905]➜  # import config
2025-08-20T22:53:55.1544932Z [00:03:18.905]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:55.1545997Z [00:03:18.905]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:55.1546841Z [00:03:18.905]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:53:55.1547674Z [00:03:18.905]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:55.1548635Z [00:03:18.905]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build1138503492/b288/_pkg_.a
2025-08-20T22:53:55.1549575Z [00:03:18.905]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:55.1550371Z [00:03:18.905]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:55.1551146Z [00:03:18.905]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:55.1551973Z [00:03:18.905]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:55.1552809Z [00:03:18.905]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:55.1553888Z [00:03:18.905]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:55.1554744Z [00:03:18.905]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:55.1556002Z [00:03:18.905]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:55.1556865Z [00:03:18.905]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.1557679Z [00:03:18.905]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.1558588Z [00:03:18.905]➜  packagefile tailscale.com/metrics=/tmp/go-build1138503492/b281/_pkg_.a
2025-08-20T22:53:55.1559606Z [00:03:18.905]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:55.1560599Z [00:03:18.905]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:55.1561470Z [00:03:18.905]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:55.1562254Z [00:03:18.905]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:55.1563131Z [00:03:18.905]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:55.1563755Z [00:03:18.905]➜  EOF
2025-08-20T22:53:55.1566997Z [00:03:18.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/varz=>tailscale.com/tsweb/varz;$WORK/b290=>" -p tailscale.com/tsweb/varz -lang=go1.24 -complete -installsuffix shared -buildid 4bcYjYLUQr_oziQlJwK0/4bcYjYLUQr_oziQlJwK0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/varz/varz.go
2025-08-20T22:53:55.4510648Z [00:03:19.204]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:53:55.4920288Z [00:03:19.245]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/16/1612404a0eb534aa6877bc0be2c844b34ce92f5abe5ccde0a33e0b22edfb3881-d # internal
2025-08-20T22:53:55.4928367Z [00:03:19.246]➜  tailscale.com/util/clientmetric
2025-08-20T22:53:55.4932315Z [00:03:19.246]➜  mkdir -p $WORK/b321/
2025-08-20T22:53:55.4936255Z [00:03:19.246]➜  cat >/tmp/go-build1138503492/b321/importcfg << 'EOF' # internal
2025-08-20T22:53:55.4937006Z [00:03:19.246]➜  # import config
2025-08-20T22:53:55.4937999Z [00:03:19.246]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:55.4938923Z [00:03:19.246]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:55.4939887Z [00:03:19.246]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:55.4940788Z [00:03:19.246]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:53:55.4941627Z [00:03:19.246]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:55.4942419Z [00:03:19.246]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:55.4943224Z [00:03:19.246]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:55.4944074Z [00:03:19.246]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.4944939Z [00:03:19.246]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.4946142Z [00:03:19.246]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:55.4947169Z [00:03:19.246]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:55.4948118Z [00:03:19.246]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:55.4948710Z [00:03:19.246]➜  EOF
2025-08-20T22:53:55.4953980Z [00:03:19.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/clientmetric=>tailscale.com/util/clientmetric;$WORK/b321=>" -p tailscale.com/util/clientmetric -lang=go1.24 -complete -installsuffix shared -buildid nPR4ggHmfnbap9VXO0k-/nPR4ggHmfnbap9VXO0k- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/clientmetric/clientmetric.go
2025-08-20T22:53:55.6112569Z [00:03:19.364]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T22:53:55.6253777Z [00:03:19.378]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/19/191c5835fa842435e8da46b7487f22f1dff92d0af1f13944f89894343fec29c1-d # internal
2025-08-20T22:53:55.6267642Z [00:03:19.378]➜  tailscale.com/util/usermetric
2025-08-20T22:53:55.6268237Z [00:03:19.379]➜  mkdir -p $WORK/b289/
2025-08-20T22:53:55.6268938Z [00:03:19.379]➜  cat >/tmp/go-build1138503492/b289/importcfg << 'EOF' # internal
2025-08-20T22:53:55.6269592Z [00:03:19.379]➜  # import config
2025-08-20T22:53:55.6270217Z [00:03:19.379]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:53:55.6270993Z [00:03:19.379]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:55.6271763Z [00:03:19.379]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:55.6272555Z [00:03:19.379]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:55.6273381Z [00:03:19.379]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.6274197Z [00:03:19.379]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.6275092Z [00:03:19.379]➜  packagefile tailscale.com/metrics=/tmp/go-build1138503492/b281/_pkg_.a
2025-08-20T22:53:55.6276336Z [00:03:19.379]➜  packagefile tailscale.com/tsweb/varz=/tmp/go-build1138503492/b290/_pkg_.a
2025-08-20T22:53:55.6277483Z [00:03:19.379]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:55.6278184Z [00:03:19.379]➜  EOF
2025-08-20T22:53:55.6281854Z [00:03:19.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric=>tailscale.com/util/usermetric;$WORK/b289=>" -p tailscale.com/util/usermetric -lang=go1.24 -complete -installsuffix shared -buildid gsuDqrYIRejoiCSWvApZ/gsuDqrYIRejoiCSWvApZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/metrics.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/usermetric.go
2025-08-20T22:53:55.6691070Z [00:03:19.422]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T22:53:55.6734259Z [00:03:19.426]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d # internal
2025-08-20T22:53:55.6736810Z [00:03:19.426]➜  tailscale.com/util/cloudenv
2025-08-20T22:53:55.6738373Z [00:03:19.427]➜  mkdir -p $WORK/b332/
2025-08-20T22:53:55.6741868Z [00:03:19.427]➜  cat >/tmp/go-build1138503492/b332/importcfg << 'EOF' # internal
2025-08-20T22:53:55.6746339Z [00:03:19.427]➜  # import config
2025-08-20T22:53:55.6747009Z [00:03:19.427]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:55.6747875Z [00:03:19.427]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:55.6748689Z [00:03:19.427]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:55.6749496Z [00:03:19.427]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:53:55.6750316Z [00:03:19.427]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:55.6751083Z [00:03:19.427]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:55.6751849Z [00:03:19.427]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:55.6752605Z [00:03:19.427]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:55.6753393Z [00:03:19.427]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.6754261Z [00:03:19.427]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:53:55.6757234Z [00:03:19.427]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:55.6758112Z [00:03:19.427]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:55.6758665Z [00:03:19.427]➜  EOF
2025-08-20T22:53:55.6761835Z [00:03:19.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/cloudenv=>tailscale.com/util/cloudenv;$WORK/b332=>" -p tailscale.com/util/cloudenv -lang=go1.24 -complete -installsuffix shared -buildid _TRlQ24FEbVstyAhabLc/_TRlQ24FEbVstyAhabLc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/cloudenv/cloudenv.go
2025-08-20T22:53:55.6983192Z [00:03:19.451]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T22:53:55.7159223Z [00:03:19.468]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/67/67921ae341ab8c33066299af2cfe2bac2f1ffd0635a3dfc456edd461d442f34d-d # internal
2025-08-20T22:53:55.7171624Z [00:03:19.470]➜  tailscale.com/util/syspolicy/internal/metrics
2025-08-20T22:53:55.7184715Z [00:03:19.470]➜  mkdir -p $WORK/b320/
2025-08-20T22:53:55.7185712Z [00:03:19.470]➜  cat >/tmp/go-build1138503492/b320/importcfg << 'EOF' # internal
2025-08-20T22:53:55.7186434Z [00:03:19.470]➜  # import config
2025-08-20T22:53:55.7187230Z [00:03:19.470]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1138503492/b316/_pkg_.a
2025-08-20T22:53:55.7188252Z [00:03:19.470]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.7189099Z [00:03:19.470]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.7190078Z [00:03:19.470]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:53:55.7191122Z [00:03:19.470]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:55.7192285Z [00:03:19.470]➜  packagefile tailscale.com/util/clientmetric=/tmp/go-build1138503492/b321/_pkg_.a
2025-08-20T22:53:55.7193401Z [00:03:19.470]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:55.7194458Z [00:03:19.470]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:55.7200617Z [00:03:19.470]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:53:55.7201884Z [00:03:19.470]➜  packagefile tailscale.com/util/syspolicy/internal=/tmp/go-build1138503492/b312/_pkg_.a
2025-08-20T22:53:55.7203273Z [00:03:19.470]➜  packagefile tailscale.com/util/syspolicy/internal/loggerx=/tmp/go-build1138503492/b313/_pkg_.a
2025-08-20T22:53:55.7204955Z [00:03:19.470]➜  packagefile tailscale.com/util/syspolicy/setting=/tmp/go-build1138503492/b315/_pkg_.a
2025-08-20T22:53:55.7206360Z [00:03:19.470]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:55.7207148Z [00:03:19.470]➜  EOF
2025-08-20T22:53:55.7211654Z [00:03:19.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics=>tailscale.com/util/syspolicy/internal/metrics;$WORK/b320=>" -p tailscale.com/util/syspolicy/internal/metrics -lang=go1.24 -complete -installsuffix shared -buildid -_ZwOD2QGdzr1vBn0OJ6/-_ZwOD2QGdzr1vBn0OJ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/metrics.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/test_handler.go
2025-08-20T22:53:55.8178669Z [00:03:19.570]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T22:53:55.8206942Z [00:03:19.573]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/60/60347e1e73ecbcda0a768299dc50308ce8ed51299b893f0d39e77a63d70544e6-d # internal
2025-08-20T22:53:55.8222334Z [00:03:19.574]➜  tailscale.com/hostinfo
2025-08-20T22:53:55.8222945Z [00:03:19.574]➜  mkdir -p $WORK/b331/
2025-08-20T22:53:55.8223687Z [00:03:19.574]➜  cat >/tmp/go-build1138503492/b331/importcfg << 'EOF' # internal
2025-08-20T22:53:55.8224393Z [00:03:19.574]➜  # import config
2025-08-20T22:53:55.8225073Z [00:03:19.574]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:55.8226044Z [00:03:19.574]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:55.8226812Z [00:03:19.574]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:55.8228044Z [00:03:19.574]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:55.8228915Z [00:03:19.574]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:55.8229590Z [00:03:19.574]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:55.8230307Z [00:03:19.574]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:55.8231043Z [00:03:19.574]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:55.8231814Z [00:03:19.574]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:53:55.8232586Z [00:03:19.574]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.8233308Z [00:03:19.574]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.8234056Z [00:03:19.574]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:55.8234901Z [00:03:19.575]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:55.8235983Z [00:03:19.575]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:55.8236903Z [00:03:19.575]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:55.8237845Z [00:03:19.575]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:53:55.8238783Z [00:03:19.575]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:55.8239721Z [00:03:19.575]➜  packagefile tailscale.com/util/cloudenv=/tmp/go-build1138503492/b332/_pkg_.a
2025-08-20T22:53:55.8240679Z [00:03:19.575]➜  packagefile tailscale.com/util/dnsname=/tmp/go-build1138503492/b265/_pkg_.a
2025-08-20T22:53:55.8241630Z [00:03:19.575]➜  packagefile tailscale.com/util/lineiter=/tmp/go-build1138503492/b276/_pkg_.a
2025-08-20T22:53:55.8242555Z [00:03:19.575]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:55.8243490Z [00:03:19.575]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:53:55.8244329Z [00:03:19.575]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:55.8244853Z [00:03:19.575]➜  EOF
2025-08-20T22:53:55.8251109Z [00:03:19.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo=>tailscale.com/hostinfo;$WORK/b331=>" -p tailscale.com/hostinfo -lang=go1.24 -complete -installsuffix shared -buildid YB0k3XzT8-57wZApWLyj/YB0k3XzT8-57wZApWLyj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo.go /tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_uname.go
2025-08-20T22:53:55.9198317Z [00:03:19.671]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T22:53:55.9225404Z [00:03:19.675]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d # internal
2025-08-20T22:53:55.9233223Z [00:03:19.676]➜  tailscale.com/health
2025-08-20T22:53:55.9237605Z [00:03:19.676]➜  mkdir -p $WORK/b279/
2025-08-20T22:53:55.9247784Z [00:03:19.677]➜  cat >/tmp/go-build1138503492/b279/importcfg << 'EOF' # internal
2025-08-20T22:53:55.9248509Z [00:03:19.677]➜  # import config
2025-08-20T22:53:55.9249191Z [00:03:19.677]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:55.9250068Z [00:03:19.677]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:55.9250989Z [00:03:19.677]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:55.9251902Z [00:03:19.677]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:55.9252752Z [00:03:19.677]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:55.9253564Z [00:03:19.677]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:53:55.9254355Z [00:03:19.677]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:55.9256814Z [00:03:19.677]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:55.9257735Z [00:03:19.677]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:55.9258569Z [00:03:19.677]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:55.9259377Z [00:03:19.677]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:55.9260188Z [00:03:19.677]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:55.9260977Z [00:03:19.677]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.9261812Z [00:03:19.677]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:55.9262750Z [00:03:19.677]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:55.9263769Z [00:03:19.677]➜  packagefile tailscale.com/metrics=/tmp/go-build1138503492/b281/_pkg_.a
2025-08-20T22:53:55.9264760Z [00:03:19.677]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:55.9265967Z [00:03:19.677]➜  packagefile tailscale.com/tstime=/tmp/go-build1138503492/b284/_pkg_.a
2025-08-20T22:53:55.9266997Z [00:03:19.677]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:53:55.9268089Z [00:03:19.677]➜  packagefile tailscale.com/util/cibuild=/tmp/go-build1138503492/b285/_pkg_.a
2025-08-20T22:53:55.9269182Z [00:03:19.677]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:55.9270277Z [00:03:19.677]➜  packagefile tailscale.com/util/multierr=/tmp/go-build1138503492/b286/_pkg_.a
2025-08-20T22:53:55.9271342Z [00:03:19.677]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:55.9272441Z [00:03:19.677]➜  packagefile tailscale.com/util/usermetric=/tmp/go-build1138503492/b289/_pkg_.a
2025-08-20T22:53:55.9273532Z [00:03:19.677]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:55.9274469Z [00:03:19.677]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:55.9275077Z [00:03:19.677]➜  EOF
2025-08-20T22:53:55.9279143Z [00:03:19.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/health=>tailscale.com/health;$WORK/b279=>" -p tailscale.com/health -lang=go1.24 -complete -installsuffix shared -buildid AUPVOS1bp83zovAF66-m/AUPVOS1bp83zovAF66-m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/health/args.go /tmp/tmp.49iCb1EC53/TEMPREPO/health/health.go /tmp/tmp.49iCb1EC53/TEMPREPO/health/state.go /tmp/tmp.49iCb1EC53/TEMPREPO/health/warnings.go
2025-08-20T22:53:55.9325665Z [00:03:19.685]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T22:53:55.9385695Z [00:03:19.689]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/07/07cef7e2a4c0eea3e921126e5e0e0ab5008c4085a67e56d64bb53847eabc3522-d # internal
2025-08-20T22:53:55.9388574Z [00:03:19.691]➜  tailscale.com/util/syspolicy/source
2025-08-20T22:53:55.9389199Z [00:03:19.691]➜  mkdir -p $WORK/b319/
2025-08-20T22:53:55.9392656Z [00:03:19.691]➜  cat >/tmp/go-build1138503492/b319/importcfg << 'EOF' # internal
2025-08-20T22:53:55.9396098Z [00:03:19.691]➜  # import config
2025-08-20T22:53:55.9399846Z [00:03:19.691]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:55.9400626Z [00:03:19.691]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:55.9401370Z [00:03:19.691]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:55.9402199Z [00:03:19.691]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1138503492/b316/_pkg_.a
2025-08-20T22:53:55.9403029Z [00:03:19.691]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:55.9403737Z [00:03:19.691]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:55.9404452Z [00:03:19.691]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:55.9405628Z [00:03:19.691]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:55.9406443Z [00:03:19.691]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:55.9407215Z [00:03:19.691]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.9407947Z [00:03:19.691]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.9408680Z [00:03:19.691]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:55.9409528Z [00:03:19.691]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:55.9410486Z [00:03:19.691]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:55.9411440Z [00:03:19.691]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:55.9412407Z [00:03:19.691]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:53:55.9413609Z [00:03:19.691]➜  packagefile tailscale.com/util/syspolicy/internal/loggerx=/tmp/go-build1138503492/b313/_pkg_.a
2025-08-20T22:53:55.9414876Z [00:03:19.691]➜  packagefile tailscale.com/util/syspolicy/internal/metrics=/tmp/go-build1138503492/b320/_pkg_.a
2025-08-20T22:53:55.9437320Z [00:03:19.691]➜  packagefile tailscale.com/util/syspolicy/setting=/tmp/go-build1138503492/b315/_pkg_.a
2025-08-20T22:53:55.9438388Z [00:03:19.691]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:55.9439217Z [00:03:19.691]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:55.9439967Z [00:03:19.691]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:55.9440533Z [00:03:19.691]➜  EOF
2025-08-20T22:53:55.9445492Z [00:03:19.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source=>tailscale.com/util/syspolicy/source;$WORK/b319=>" -p tailscale.com/util/syspolicy/source -lang=go1.24 -complete -installsuffix shared -buildid Ec_IlavXolKvz6c12CWa/Ec_IlavXolKvz6c12CWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/env_policy_store.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_reader.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_source.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/test_store.go
2025-08-20T22:53:55.9471192Z [00:03:19.700]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T22:53:55.9658607Z [00:03:19.718]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d # internal
2025-08-20T22:53:55.9660662Z [00:03:19.719]➜  tailscale.com/net/tshttpproxy
2025-08-20T22:53:55.9667929Z [00:03:19.720]➜  mkdir -p $WORK/b333/
2025-08-20T22:53:55.9676693Z [00:03:19.720]➜  cat >/tmp/go-build1138503492/b333/importcfg << 'EOF' # internal
2025-08-20T22:53:55.9681074Z [00:03:19.721]➜  # import config
2025-08-20T22:53:55.9681827Z [00:03:19.721]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:55.9682671Z [00:03:19.721]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:55.9683517Z [00:03:19.721]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:55.9684306Z [00:03:19.721]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:55.9689115Z [00:03:19.721]➜  packagefile golang.org/x/net/http/httpproxy=/tmp/go-build1138503492/b189/_pkg_.a
2025-08-20T22:53:55.9690206Z [00:03:19.721]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:55.9691029Z [00:03:19.721]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:55.9691863Z [00:03:19.721]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:55.9692706Z [00:03:19.721]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:55.9693567Z [00:03:19.721]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:55.9694702Z [00:03:19.721]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:55.9695833Z [00:03:19.721]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:55.9696699Z [00:03:19.721]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:55.9697529Z [00:03:19.721]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:55.9698521Z [00:03:19.721]➜  packagefile tailscale.com/util/lineiter=/tmp/go-build1138503492/b276/_pkg_.a
2025-08-20T22:53:55.9699620Z [00:03:19.721]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:55.9700771Z [00:03:19.721]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:53:55.9701755Z [00:03:19.721]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:55.9702363Z [00:03:19.721]➜  EOF
2025-08-20T22:53:55.9713387Z [00:03:19.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy=>tailscale.com/net/tshttpproxy;$WORK/b333=>" -p tailscale.com/net/tshttpproxy -lang=go1.24 -complete -installsuffix shared -buildid 2KbTUOGd-P6Q0ruQfTg4/2KbTUOGd-P6Q0ruQfTg4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/mksyscall.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_synology.go
2025-08-20T22:53:56.0721464Z [00:03:19.825]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T22:53:56.0740828Z [00:03:19.827]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d # internal
2025-08-20T22:53:56.0746992Z [00:03:19.827]➜  github.com/coder/websocket
2025-08-20T22:53:56.0750072Z [00:03:19.828]➜  mkdir -p $WORK/b335/
2025-08-20T22:53:56.0755285Z [00:03:19.828]➜  echo -n > $WORK/b335/go_asm.h # internal
2025-08-20T22:53:56.0759013Z [00:03:19.828]➜  cd /root/go/pkg/mod/github.com/coder/websocket@v1.8.12
2025-08-20T22:53:56.0761504Z [00:03:19.829]➜  /root/.go/pkg/tool/linux_amd64/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/b335=>" -I $WORK/b335/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b335/symabis ./mask_amd64.s
2025-08-20T22:53:56.0790008Z [00:03:19.832]➜  cat >/tmp/go-build1138503492/b335/importcfg << 'EOF' # internal
2025-08-20T22:53:56.0799523Z [00:03:19.832]➜  # import config
2025-08-20T22:53:56.0800207Z [00:03:19.832]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:56.0801008Z [00:03:19.832]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:56.0801901Z [00:03:19.832]➜  packagefile compress/flate=/tmp/go-build1138503492/b183/_pkg_.a
2025-08-20T22:53:56.0802849Z [00:03:19.832]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:56.0803751Z [00:03:19.832]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:56.0804652Z [00:03:19.832]➜  packagefile crypto/sha1=/tmp/go-build1138503492/b140/_pkg_.a
2025-08-20T22:53:56.0806602Z [00:03:19.832]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:56.0807622Z [00:03:19.832]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:56.0808542Z [00:03:19.832]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.0809422Z [00:03:19.832]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.0810538Z [00:03:19.832]➜  packagefile github.com/coder/websocket/internal/errd=/tmp/go-build1138503492/b336/_pkg_.a
2025-08-20T22:53:56.0811874Z [00:03:19.832]➜  packagefile github.com/coder/websocket/internal/util=/tmp/go-build1138503492/b337/_pkg_.a
2025-08-20T22:53:56.0813477Z [00:03:19.832]➜  packagefile github.com/coder/websocket/internal/xsync=/tmp/go-build1138503492/b338/_pkg_.a
2025-08-20T22:53:56.0814578Z [00:03:19.832]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.0815695Z [00:03:19.832]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:56.0816735Z [00:03:19.832]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:56.0818057Z [00:03:19.832]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:56.0819132Z [00:03:19.832]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:56.0820177Z [00:03:19.832]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:56.0821397Z [00:03:19.832]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:53:56.0822306Z [00:03:19.832]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:56.0823191Z [00:03:19.832]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:56.0824074Z [00:03:19.832]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:56.0824947Z [00:03:19.832]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:56.0826346Z [00:03:19.832]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:56.0827180Z [00:03:19.832]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:56.0828045Z [00:03:19.832]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:56.0828882Z [00:03:19.832]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:56.0829484Z [00:03:19.832]➜  EOF
2025-08-20T22:53:56.0830019Z [00:03:19.832]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:56.0839631Z [00:03:19.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coder/websocket@v1.8.12=>github.com/coder/websocket@v1.8.12;$WORK/b335=>" -p github.com/coder/websocket -lang=go1.19 -installsuffix shared -buildid w_N8dqPyGF9720LCLaZD/w_N8dqPyGF9720LCLaZD -goversion go1.25.0 -symabis $WORK/b335/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack -asmhdr $WORK/b335/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-20T22:53:56.1732575Z [00:03:19.926]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T22:53:56.1837122Z [00:03:19.936]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d # internal
2025-08-20T22:53:56.1839807Z [00:03:19.937]➜  net/http/pprof
2025-08-20T22:53:56.1868777Z [00:03:19.940]➜  mkdir -p $WORK/b343/
2025-08-20T22:53:56.1878151Z [00:03:19.940]➜  cat >/tmp/go-build1138503492/b343/importcfg << 'EOF' # internal
2025-08-20T22:53:56.1879364Z [00:03:19.940]➜  # import config
2025-08-20T22:53:56.1880741Z [00:03:19.940]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:56.1884196Z [00:03:19.940]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:56.1885665Z [00:03:19.940]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:56.1886689Z [00:03:19.940]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.1888482Z [00:03:19.940]➜  packagefile html=/tmp/go-build1138503492/b294/_pkg_.a
2025-08-20T22:53:56.1889407Z [00:03:19.940]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:56.1890411Z [00:03:19.940]➜  packagefile internal/profile=/tmp/go-build1138503492/b344/_pkg_.a
2025-08-20T22:53:56.1891284Z [00:03:19.940]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.1892099Z [00:03:19.940]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:56.1892916Z [00:03:19.940]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:56.1893793Z [00:03:19.940]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:56.1894624Z [00:03:19.940]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:56.1895679Z [00:03:19.940]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:56.1896601Z [00:03:19.940]➜  packagefile runtime/pprof=/tmp/go-build1138503492/b345/_pkg_.a
2025-08-20T22:53:56.1897587Z [00:03:19.940]➜  packagefile runtime/trace=/tmp/go-build1138503492/b346/_pkg_.a
2025-08-20T22:53:56.1898455Z [00:03:19.940]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:56.1899562Z [00:03:19.940]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:56.1900385Z [00:03:19.940]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:56.1901200Z [00:03:19.940]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:56.1901797Z [00:03:19.940]➜  EOF
2025-08-20T22:53:56.1904603Z [00:03:19.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b343=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid 8yjDGAwWx-RJrsHzt_Hv/8yjDGAwWx-RJrsHzt_Hv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T22:53:56.3442840Z [00:03:20.097]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T22:53:56.3589653Z [00:03:20.111]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/d9/d90ab9859ae08bccd783920f5b39a3b72161834aa3437aae1ba64ec408e03b8a-d # internal
2025-08-20T22:53:56.3681346Z [00:03:20.121]➜  tailscale.com/util/syspolicy/rsop
2025-08-20T22:53:56.3690229Z [00:03:20.121]➜  mkdir -p $WORK/b314/
2025-08-20T22:53:56.3691025Z [00:03:20.121]➜  cat >/tmp/go-build1138503492/b314/importcfg << 'EOF' # internal
2025-08-20T22:53:56.3699013Z [00:03:20.121]➜  # import config
2025-08-20T22:53:56.3699739Z [00:03:20.121]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.3700616Z [00:03:20.121]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.3701456Z [00:03:20.121]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:56.3702337Z [00:03:20.121]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:56.3703208Z [00:03:20.121]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:56.3704357Z [00:03:20.121]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:56.3705615Z [00:03:20.121]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:53:56.3706744Z [00:03:20.121]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:56.3707842Z [00:03:20.121]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:53:56.3709054Z [00:03:20.121]➜  packagefile tailscale.com/util/syspolicy/internal=/tmp/go-build1138503492/b312/_pkg_.a
2025-08-20T22:53:56.3710435Z [00:03:20.121]➜  packagefile tailscale.com/util/syspolicy/internal/loggerx=/tmp/go-build1138503492/b313/_pkg_.a
2025-08-20T22:53:56.3711766Z [00:03:20.121]➜  packagefile tailscale.com/util/syspolicy/setting=/tmp/go-build1138503492/b315/_pkg_.a
2025-08-20T22:53:56.3713028Z [00:03:20.121]➜  packagefile tailscale.com/util/syspolicy/source=/tmp/go-build1138503492/b319/_pkg_.a
2025-08-20T22:53:56.3714229Z [00:03:20.121]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:56.3715399Z [00:03:20.121]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:56.3716075Z [00:03:20.121]➜  EOF
2025-08-20T22:53:56.3721185Z [00:03:20.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop=>tailscale.com/util/syspolicy/rsop;$WORK/b314=>" -p tailscale.com/util/syspolicy/rsop -lang=go1.24 -complete -installsuffix shared -buildid VKL9EZjpEK_toIUCu6HC/VKL9EZjpEK_toIUCu6HC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/change_callbacks.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/resultant_policy.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/rsop.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/store_registration.go
2025-08-20T22:53:56.3895620Z [00:03:20.142]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T22:53:56.3919217Z [00:03:20.145]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d # internal
2025-08-20T22:53:56.3924159Z [00:03:20.145]➜  tailscale.com/tsweb
2025-08-20T22:53:56.3924746Z [00:03:20.145]➜  mkdir -p $WORK/b342/
2025-08-20T22:53:56.3930014Z [00:03:20.146]➜  cat >/tmp/go-build1138503492/b342/importcfg << 'EOF' # internal
2025-08-20T22:53:56.3935039Z [00:03:20.146]➜  # import config
2025-08-20T22:53:56.3937416Z [00:03:20.146]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:56.3938281Z [00:03:20.146]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:56.3939112Z [00:03:20.146]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:56.3939932Z [00:03:20.146]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:56.3940834Z [00:03:20.146]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:56.3941725Z [00:03:20.146]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.3942539Z [00:03:20.146]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:53:56.3943359Z [00:03:20.146]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.3944220Z [00:03:20.146]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:56.3948710Z [00:03:20.146]➜  packagefile html=/tmp/go-build1138503492/b294/_pkg_.a
2025-08-20T22:53:56.3949673Z [00:03:20.146]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.3950476Z [00:03:20.146]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:56.3951297Z [00:03:20.146]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:56.3952202Z [00:03:20.146]➜  packagefile net/http/pprof=/tmp/go-build1138503492/b343/_pkg_.a
2025-08-20T22:53:56.3953112Z [00:03:20.146]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:56.3954244Z [00:03:20.146]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:56.3955418Z [00:03:20.146]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:56.3956354Z [00:03:20.146]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:56.3957217Z [00:03:20.146]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:56.3958095Z [00:03:20.146]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:56.3958973Z [00:03:20.146]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:56.3959829Z [00:03:20.146]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:56.3960670Z [00:03:20.146]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:56.3961601Z [00:03:20.146]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:56.3962652Z [00:03:20.146]➜  packagefile tailscale.com/feature=/tmp/go-build1138503492/b347/_pkg_.a
2025-08-20T22:53:56.3963739Z [00:03:20.146]➜  packagefile tailscale.com/metrics=/tmp/go-build1138503492/b281/_pkg_.a
2025-08-20T22:53:56.3964834Z [00:03:20.146]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:53:56.3966194Z [00:03:20.146]➜  packagefile tailscale.com/tsweb/varz=/tmp/go-build1138503492/b290/_pkg_.a
2025-08-20T22:53:56.3967301Z [00:03:20.146]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:56.3968422Z [00:03:20.146]➜  packagefile tailscale.com/util/ctxkey=/tmp/go-build1138503492/b267/_pkg_.a
2025-08-20T22:53:56.3969512Z [00:03:20.146]➜  packagefile tailscale.com/util/rands=/tmp/go-build1138503492/b348/_pkg_.a
2025-08-20T22:53:56.3970638Z [00:03:20.146]➜  packagefile tailscale.com/util/vizerror=/tmp/go-build1138503492/b252/_pkg_.a
2025-08-20T22:53:56.3971738Z [00:03:20.146]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:56.3972685Z [00:03:20.146]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:56.3973317Z [00:03:20.146]➜  EOF
2025-08-20T22:53:56.3977913Z [00:03:20.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb=>tailscale.com/tsweb;$WORK/b342=>" -p tailscale.com/tsweb -lang=go1.24 -complete -installsuffix shared -buildid IH2IXlSf68zvAesg6VYt/IH2IXlSf68zvAesg6VYt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/debug.go /tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/log.go /tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/pprof_default.go /tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/request_id.go /tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/tsweb.go
2025-08-20T22:53:56.4142496Z [00:03:20.167]➜  cd /root/go/pkg/mod/github.com/coder/websocket@v1.8.12
2025-08-20T22:53:56.4170454Z [00:03:20.169]➜  /root/.go/pkg/tool/linux_amd64/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/b335=>" -I $WORK/b335/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b335/mask_amd64.o ./mask_amd64.s
2025-08-20T22:53:56.4263629Z [00:03:20.179]➜  go tool pack r $WORK/b335/_pkg_.a $WORK/b335/mask_amd64.o # internal
2025-08-20T22:53:56.4271506Z [00:03:20.180]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T22:53:56.4345352Z [00:03:20.186]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/0a/0ac6d67c7d1c653752d7fafd162f114d4c7e48e411a87bc4215580a1286b0359-d # internal
2025-08-20T22:53:56.4351007Z [00:03:20.188]➜  tailscale.com/paths
2025-08-20T22:53:56.4356144Z [00:03:20.188]➜  mkdir -p $WORK/b349/
2025-08-20T22:53:56.4356930Z [00:03:20.188]➜  cat >/tmp/go-build1138503492/b349/importcfg << 'EOF' # internal
2025-08-20T22:53:56.4357638Z [00:03:20.188]➜  # import config
2025-08-20T22:53:56.4358314Z [00:03:20.188]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.4359550Z [00:03:20.188]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:56.4360517Z [00:03:20.188]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:56.4361317Z [00:03:20.188]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:56.4362199Z [00:03:20.188]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:56.4363096Z [00:03:20.188]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:56.4364071Z [00:03:20.188]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:53:56.4365360Z [00:03:20.188]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:56.4366467Z [00:03:20.188]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:53:56.4367232Z [00:03:20.188]➜  EOF
2025-08-20T22:53:56.4367798Z [00:03:20.188]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:56.4371725Z [00:03:20.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b349/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/paths=>tailscale.com/paths;$WORK/b349=>" -p tailscale.com/paths -lang=go1.24 -complete -installsuffix shared -buildid dKjuyBzUjsliSGfYsgrd/dKjuyBzUjsliSGfYsgrd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/paths/migrate.go /tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths.go /tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths_unix.go
2025-08-20T22:53:56.5464911Z [00:03:20.299]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T22:53:56.5476602Z [00:03:20.300]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d # internal
2025-08-20T22:53:56.5480194Z [00:03:20.301]➜  golang.org/x/image/font
2025-08-20T22:53:56.5499676Z [00:03:20.301]➜  mkdir -p $WORK/b360/
2025-08-20T22:53:56.5500410Z [00:03:20.301]➜  cat >/tmp/go-build1138503492/b360/importcfg << 'EOF' # internal
2025-08-20T22:53:56.5501091Z [00:03:20.301]➜  # import config
2025-08-20T22:53:56.5501883Z [00:03:20.301]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build1138503492/b358/_pkg_.a
2025-08-20T22:53:56.5503109Z [00:03:20.301]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:56.5503910Z [00:03:20.301]➜  packagefile image/draw=/tmp/go-build1138503492/b353/_pkg_.a
2025-08-20T22:53:56.5504709Z [00:03:20.301]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.5507974Z [00:03:20.301]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:56.5508588Z [00:03:20.301]➜  EOF
2025-08-20T22:53:56.5511688Z [00:03:20.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.27.0/font=>golang.org/x/image@v0.27.0/font;$WORK/b360=>" -p golang.org/x/image/font -lang=go1.23 -complete -installsuffix shared -buildid 5egXyAN0-keZGG26cBNL/5egXyAN0-keZGG26cBNL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.27.0/font/font.go
2025-08-20T22:53:56.5904904Z [00:03:20.343]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T22:53:56.6162652Z [00:03:20.369]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T22:53:56.6169795Z [00:03:20.370]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/7a/7a41acbefee06bb10ed01b23282822e3a0aafaa686b26f8192b39d09e338f8ca-d # internal
2025-08-20T22:53:56.6176031Z [00:03:20.370]➜  github.com/golang/freetype/truetype
2025-08-20T22:53:56.6176707Z [00:03:20.370]➜  mkdir -p $WORK/b359/
2025-08-20T22:53:56.6190801Z [00:03:20.372]➜  cat >/tmp/go-build1138503492/b359/importcfg << 'EOF' # internal
2025-08-20T22:53:56.6191991Z [00:03:20.372]➜  # import config
2025-08-20T22:53:56.6192916Z [00:03:20.372]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.6195515Z [00:03:20.372]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.6197413Z [00:03:20.372]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build1138503492/b357/_pkg_.a
2025-08-20T22:53:56.6198886Z [00:03:20.372]➜  packagefile golang.org/x/image/font=/tmp/go-build1138503492/b360/_pkg_.a
2025-08-20T22:53:56.6200613Z [00:03:20.372]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build1138503492/b358/_pkg_.a
2025-08-20T22:53:56.6201946Z [00:03:20.372]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:56.6203135Z [00:03:20.372]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:56.6203981Z [00:03:20.372]➜  EOF
2025-08-20T22:53:56.6211598Z [00:03:20.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype=>github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype;$WORK/b359=>" -p github.com/golang/freetype/truetype -lang=go1.16 -complete -installsuffix shared -buildid AeG4DnCzlK30GgGwSbMi/AeG4DnCzlK30GgGwSbMi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/face.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/glyph.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/hint.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/opcodes.go /root/go/pkg/mod/github.com/golang/freetype@v0.0.0-20170609003504-e2365dfdc4a0/truetype/truetype.go
2025-08-20T22:53:56.6264760Z [00:03:20.379]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d # internal
2025-08-20T22:53:56.6272515Z [00:03:20.380]➜  golang.org/x/image/font/basicfont
2025-08-20T22:53:56.6273169Z [00:03:20.380]➜  mkdir -p $WORK/b363/
2025-08-20T22:53:56.6281669Z [00:03:20.380]➜  cat >/tmp/go-build1138503492/b363/importcfg << 'EOF' # internal
2025-08-20T22:53:56.6282376Z [00:03:20.380]➜  # import config
2025-08-20T22:53:56.6283214Z [00:03:20.380]➜  packagefile golang.org/x/image/font=/tmp/go-build1138503492/b360/_pkg_.a
2025-08-20T22:53:56.6284319Z [00:03:20.380]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build1138503492/b358/_pkg_.a
2025-08-20T22:53:56.6285841Z [00:03:20.380]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:56.6286486Z [00:03:20.380]➜  EOF
2025-08-20T22:53:56.6290483Z [00:03:20.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/image@v0.27.0/font/basicfont=>golang.org/x/image@v0.27.0/font/basicfont;$WORK/b363=>" -p golang.org/x/image/font/basicfont -lang=go1.23 -complete -installsuffix shared -buildid ZyXfA-_m8fXyFih0Ls9l/ZyXfA-_m8fXyFih0Ls9l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/golang.org/x/image@v0.27.0/font/basicfont/basicfont.go /root/go/pkg/mod/golang.org/x/image@v0.27.0/font/basicfont/data.go
2025-08-20T22:53:56.6813530Z [00:03:20.434]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T22:53:56.6819903Z [00:03:20.435]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/fd/fd3ebc367f08743dfe16a0583b328ae9726c18a7fbb97fc89fedb0594e9ce0f6-d # internal
2025-08-20T22:53:56.6870750Z [00:03:20.440]➜  image/jpeg
2025-08-20T22:53:56.6874263Z [00:03:20.440]➜  mkdir -p $WORK/b364/
2025-08-20T22:53:56.6882557Z [00:03:20.441]➜  cat >/tmp/go-build1138503492/b364/importcfg << 'EOF' # internal
2025-08-20T22:53:56.6884183Z [00:03:20.441]➜  # import config
2025-08-20T22:53:56.6885049Z [00:03:20.441]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:56.6888386Z [00:03:20.441]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.6889418Z [00:03:20.441]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:56.6890421Z [00:03:20.441]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:56.6892967Z [00:03:20.441]➜  packagefile image/internal/imageutil=/tmp/go-build1138503492/b354/_pkg_.a
2025-08-20T22:53:56.6894376Z [00:03:20.441]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.6895338Z [00:03:20.441]➜  EOF
2025-08-20T22:53:56.6899422Z [00:03:20.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b364=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid m0GYCqpG2wmbQQ-9nl4Y/m0GYCqpG2wmbQQ-9nl4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/.go/src/image/jpeg/fdct.go /root/.go/src/image/jpeg/huffman.go /root/.go/src/image/jpeg/idct.go /root/.go/src/image/jpeg/reader.go /root/.go/src/image/jpeg/scan.go /root/.go/src/image/jpeg/writer.go
2025-08-20T22:53:56.6913934Z [00:03:20.444]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T22:53:56.7022772Z [00:03:20.455]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/9d/9ddfbdfcd87ccbd1fe90fdbc190cf5bfdb9c0395f6c26296dc40b6b2ba68fbb1-d # internal
2025-08-20T22:53:56.7043730Z [00:03:20.456]➜  tailscale.com/util/syspolicy
2025-08-20T22:53:56.7044384Z [00:03:20.456]➜  mkdir -p $WORK/b311/
2025-08-20T22:53:56.7047054Z [00:03:20.456]➜  cat >/tmp/go-build1138503492/b311/importcfg << 'EOF' # internal
2025-08-20T22:53:56.7047902Z [00:03:20.456]➜  # import config
2025-08-20T22:53:56.7048622Z [00:03:20.456]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.7049497Z [00:03:20.456]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.7050344Z [00:03:20.456]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:56.7051350Z [00:03:20.457]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:56.7052570Z [00:03:20.457]➜  packagefile tailscale.com/util/syspolicy/internal=/tmp/go-build1138503492/b312/_pkg_.a
2025-08-20T22:53:56.7053968Z [00:03:20.457]➜  packagefile tailscale.com/util/syspolicy/internal/loggerx=/tmp/go-build1138503492/b313/_pkg_.a
2025-08-20T22:53:56.7055524Z [00:03:20.457]➜  packagefile tailscale.com/util/syspolicy/rsop=/tmp/go-build1138503492/b314/_pkg_.a
2025-08-20T22:53:56.7056839Z [00:03:20.457]➜  packagefile tailscale.com/util/syspolicy/setting=/tmp/go-build1138503492/b315/_pkg_.a
2025-08-20T22:53:56.7058508Z [00:03:20.457]➜  packagefile tailscale.com/util/syspolicy/source=/tmp/go-build1138503492/b319/_pkg_.a
2025-08-20T22:53:56.7059622Z [00:03:20.457]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:56.7060536Z [00:03:20.457]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:56.7061120Z [00:03:20.457]➜  EOF
2025-08-20T22:53:56.7065267Z [00:03:20.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy=>tailscale.com/util/syspolicy;$WORK/b311=>" -p tailscale.com/util/syspolicy -lang=go1.24 -complete -installsuffix shared -buildid cC44fqbn7SSkztAKFJwh/cC44fqbn7SSkztAKFJwh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/handler.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/policy_keys.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/syspolicy.go
2025-08-20T22:53:56.7458016Z [00:03:20.498]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T22:53:56.7522179Z [00:03:20.505]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/e0/e0871483e7182576545c243ec4f88cf69b59441675ba5e3b67a787681ba2c21f-d # internal
2025-08-20T22:53:56.7526714Z [00:03:20.505]➜  tailscale.com/util/eventbus
2025-08-20T22:53:56.7528967Z [00:03:20.505]➜  mkdir -p $WORK/b334/
2025-08-20T22:53:56.7534364Z [00:03:20.506]➜  cat >/tmp/go-build1138503492/b334/importcfg << 'EOF' # internal
2025-08-20T22:53:56.7535551Z [00:03:20.506]➜  # import config
2025-08-20T22:53:56.7537356Z [00:03:20.506]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:56.7538426Z [00:03:20.506]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:56.7539837Z [00:03:20.506]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:56.7540939Z [00:03:20.506]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:53:56.7543112Z [00:03:20.506]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.7544081Z [00:03:20.506]➜  packagefile github.com/coder/websocket=/tmp/go-build1138503492/b335/_pkg_.a
2025-08-20T22:53:56.7545080Z [00:03:20.506]➜  packagefile html/template=/tmp/go-build1138503492/b339/_pkg_.a
2025-08-20T22:53:56.7547224Z [00:03:20.506]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.7548041Z [00:03:20.506]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:56.7548857Z [00:03:20.506]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:56.7549706Z [00:03:20.506]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:56.7550600Z [00:03:20.506]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:56.7551504Z [00:03:20.506]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:56.7552338Z [00:03:20.506]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:56.7553178Z [00:03:20.506]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:56.7553989Z [00:03:20.506]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:56.7554826Z [00:03:20.506]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:56.7578218Z [00:03:20.506]➜  packagefile tailscale.com/tsweb=/tmp/go-build1138503492/b342/_pkg_.a
2025-08-20T22:53:56.7580399Z [00:03:20.506]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:56.7581062Z [00:03:20.506]➜  EOF
2025-08-20T22:53:56.7581633Z [00:03:20.507]➜  cat >/tmp/go-build1138503492/b334/embedcfg << 'EOF' # internal
2025-08-20T22:53:56.7582271Z [00:03:20.510]➜  {
2025-08-20T22:53:56.7582685Z [00:03:20.511]➜  	"Patterns": {
2025-08-20T22:53:56.7583242Z [00:03:20.511]➜  		"assets/*.css": [
2025-08-20T22:53:56.7583774Z [00:03:20.511]➜  			"assets/style.css"
2025-08-20T22:53:56.7584242Z [00:03:20.511]➜  		],
2025-08-20T22:53:56.7584964Z [00:03:20.511]➜  		"assets/*.html": [
2025-08-20T22:53:56.7585720Z [00:03:20.511]➜  			"assets/event.html",
2025-08-20T22:53:56.7586261Z [00:03:20.511]➜  			"assets/main.html",
2025-08-20T22:53:56.7586775Z [00:03:20.511]➜  			"assets/monitor.html"
2025-08-20T22:53:56.7587262Z [00:03:20.511]➜  		],
2025-08-20T22:53:56.7587706Z [00:03:20.511]➜  		"assets/*.min.js.gz": [
2025-08-20T22:53:56.7588311Z [00:03:20.511]➜  			"assets/htmx-websocket.min.js.gz",
2025-08-20T22:53:56.7588911Z [00:03:20.511]➜  			"assets/htmx.min.js.gz"
2025-08-20T22:53:56.7589405Z [00:03:20.511]➜  		]
2025-08-20T22:53:56.7589795Z [00:03:20.511]➜  	},
2025-08-20T22:53:56.7590196Z [00:03:20.511]➜  	"Files": {
2025-08-20T22:53:56.7591062Z [00:03:20.511]➜  		"assets/event.html": "/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/event.html",
2025-08-20T22:53:56.7592524Z [00:03:20.511]➜  		"assets/htmx-websocket.min.js.gz": "/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/htmx-websocket.min.js.gz",
2025-08-20T22:53:56.7593944Z [00:03:20.511]➜  		"assets/htmx.min.js.gz": "/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/htmx.min.js.gz",
2025-08-20T22:53:56.7595289Z [00:03:20.511]➜  		"assets/main.html": "/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/main.html",
2025-08-20T22:53:56.7596491Z [00:03:20.511]➜  		"assets/monitor.html": "/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/monitor.html",
2025-08-20T22:53:56.7597674Z [00:03:20.511]➜  		"assets/style.css": "/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/style.css"
2025-08-20T22:53:56.7598421Z [00:03:20.511]➜  	}
2025-08-20T22:53:56.7598804Z [00:03:20.511]➜  }EOF
2025-08-20T22:53:56.7605440Z [00:03:20.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus=>tailscale.com/util/eventbus;$WORK/b334=>" -p tailscale.com/util/eventbus -lang=go1.24 -complete -installsuffix shared -buildid IW9BTaNVW-p3sxZ_91WU/IW9BTaNVW-p3sxZ_91WU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -embedcfg $WORK/b334/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/bus.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/client.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debug.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debughttp.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/publish.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/queue.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/subscribe.go
2025-08-20T22:53:56.8548879Z [00:03:20.607]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T22:53:56.8583444Z [00:03:20.611]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d # internal
2025-08-20T22:53:56.8604886Z [00:03:20.613]➜  github.com/godbus/dbus/v5
2025-08-20T22:53:56.8611973Z [00:03:20.614]➜  mkdir -p $WORK/b365/
2025-08-20T22:53:56.8625464Z [00:03:20.615]➜  cat >/tmp/go-build1138503492/b365/importcfg << 'EOF' # internal
2025-08-20T22:53:56.8637610Z [00:03:20.615]➜  # import config
2025-08-20T22:53:56.8638305Z [00:03:20.615]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:56.8639101Z [00:03:20.615]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:56.8639880Z [00:03:20.615]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:56.8640688Z [00:03:20.615]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:56.8641500Z [00:03:20.615]➜  packagefile crypto/sha1=/tmp/go-build1138503492/b140/_pkg_.a
2025-08-20T22:53:56.8642358Z [00:03:20.615]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:56.8643237Z [00:03:20.615]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:56.8644035Z [00:03:20.615]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.8644808Z [00:03:20.615]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.8646694Z [00:03:20.615]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.8647804Z [00:03:20.615]➜  packagefile io/ioutil=/tmp/go-build1138503492/b169/_pkg_.a
2025-08-20T22:53:56.8648586Z [00:03:20.615]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:56.8649355Z [00:03:20.615]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:56.8650099Z [00:03:20.615]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:56.8650832Z [00:03:20.615]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:56.8651603Z [00:03:20.615]➜  packagefile os/user=/tmp/go-build1138503492/b227/_pkg_.a
2025-08-20T22:53:56.8652376Z [00:03:20.615]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:56.8653161Z [00:03:20.615]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:56.8653963Z [00:03:20.615]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:56.8654733Z [00:03:20.615]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:56.8655728Z [00:03:20.615]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:56.8656510Z [00:03:20.615]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:56.8657294Z [00:03:20.615]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:56.8658108Z [00:03:20.615]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:56.8658961Z [00:03:20.615]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:56.8659585Z [00:03:20.615]➜  EOF
2025-08-20T22:53:56.8690628Z [00:03:20.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466=>github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466;$WORK/b365=>" -p github.com/godbus/dbus/v5 -lang=go1.12 -complete -installsuffix shared -buildid AcEArDF1c6Wj6Xd_-bsZ/AcEArDF1c6Wj6Xd_-bsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/auth.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/auth_anonymous.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/auth_external.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/auth_sha1.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/call.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/conn.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/conn_other.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/conn_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/dbus.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/decoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/default_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/doc.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/encoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/escape.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/export.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/homedir.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/match.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/message.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/object.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/sequence.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/sequential_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/server_interfaces.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/sig.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/transport_generic.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/transport_nonce_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/transport_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/transport_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/transport_unixcred_linux.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/variant.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/variant_lexer.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/variant_parser.go
2025-08-20T22:53:56.8782997Z [00:03:20.631]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T22:53:56.8864865Z [00:03:20.639]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d # internal
2025-08-20T22:53:56.8878308Z [00:03:20.640]➜  tailscale.com/ipn
2025-08-20T22:53:56.8879183Z [00:03:20.640]➜  mkdir -p $WORK/b278/
2025-08-20T22:53:56.8880199Z [00:03:20.640]➜  cat >/tmp/go-build1138503492/b278/importcfg << 'EOF' # internal
2025-08-20T22:53:56.8881223Z [00:03:20.640]➜  # import config
2025-08-20T22:53:56.8882122Z [00:03:20.640]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:56.8883172Z [00:03:20.640]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:56.8884285Z [00:03:20.640]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:56.8885615Z [00:03:20.640]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.8887009Z [00:03:20.640]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.8888282Z [00:03:20.640]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:53:56.8889776Z [00:03:20.640]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:53:56.8890980Z [00:03:20.640]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:56.8891848Z [00:03:20.640]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:56.8892860Z [00:03:20.640]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:56.8893844Z [00:03:20.640]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:56.8894882Z [00:03:20.640]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:56.8896155Z [00:03:20.640]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:56.8897149Z [00:03:20.640]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:56.8898175Z [00:03:20.640]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:56.8899315Z [00:03:20.640]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:56.8900267Z [00:03:20.640]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:56.8901303Z [00:03:20.640]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:56.8902457Z [00:03:20.640]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:56.8903413Z [00:03:20.640]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:56.8904509Z [00:03:20.640]➜  packagefile tailscale.com/atomicfile=/tmp/go-build1138503492/b234/_pkg_.a
2025-08-20T22:53:56.8905849Z [00:03:20.640]➜  packagefile tailscale.com/drive=/tmp/go-build1138503492/b268/_pkg_.a
2025-08-20T22:53:56.8906970Z [00:03:20.640]➜  packagefile tailscale.com/health=/tmp/go-build1138503492/b279/_pkg_.a
2025-08-20T22:53:56.8908092Z [00:03:20.640]➜  packagefile tailscale.com/ipn/ipnstate=/tmp/go-build1138503492/b293/_pkg_.a
2025-08-20T22:53:56.8909604Z [00:03:20.640]➜  packagefile tailscale.com/net/netaddr=/tmp/go-build1138503492/b303/_pkg_.a
2025-08-20T22:53:56.8910795Z [00:03:20.640]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:53:56.8912155Z [00:03:20.640]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:56.8913388Z [00:03:20.640]➜  packagefile tailscale.com/types/empty=/tmp/go-build1138503492/b306/_pkg_.a
2025-08-20T22:53:56.8914520Z [00:03:20.640]➜  packagefile tailscale.com/types/ipproto=/tmp/go-build1138503492/b250/_pkg_.a
2025-08-20T22:53:56.8915930Z [00:03:20.640]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:56.8917202Z [00:03:20.640]➜  packagefile tailscale.com/types/netmap=/tmp/go-build1138503492/b307/_pkg_.a
2025-08-20T22:53:56.8918570Z [00:03:20.640]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:53:56.8919839Z [00:03:20.641]➜  packagefile tailscale.com/types/persist=/tmp/go-build1138503492/b309/_pkg_.a
2025-08-20T22:53:56.8921161Z [00:03:20.641]➜  packagefile tailscale.com/types/preftype=/tmp/go-build1138503492/b310/_pkg_.a
2025-08-20T22:53:56.8922451Z [00:03:20.641]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:53:56.8923807Z [00:03:20.641]➜  packagefile tailscale.com/types/structs=/tmp/go-build1138503492/b262/_pkg_.a
2025-08-20T22:53:56.8925323Z [00:03:20.641]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:53:56.8926609Z [00:03:20.641]➜  packagefile tailscale.com/util/dnsname=/tmp/go-build1138503492/b265/_pkg_.a
2025-08-20T22:53:56.8928677Z [00:03:20.641]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:56.8929745Z [00:03:20.641]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:56.8931073Z [00:03:20.641]➜  packagefile tailscale.com/util/syspolicy=/tmp/go-build1138503492/b311/_pkg_.a
2025-08-20T22:53:56.8932174Z [00:03:20.641]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:56.8933111Z [00:03:20.641]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:56.8933725Z [00:03:20.641]➜  EOF
2025-08-20T22:53:56.8942896Z [00:03:20.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn=>tailscale.com/ipn;$WORK/b278=>" -p tailscale.com/ipn -lang=go1.24 -complete -installsuffix shared -buildid mILur18id9YJA-IZYuUO/mILur18id9YJA-IZYuUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/backend.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conf.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_clone.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_view.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/prefs.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/serve.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store.go
2025-08-20T22:53:56.9361541Z [00:03:20.689]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T22:53:56.9368651Z [00:03:20.689]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/27/27231a5d255d220c0ef45ce32482f6d0a99ec37c8b679e49f4664b36ae027d67-d # internal
2025-08-20T22:53:56.9385901Z [00:03:20.691]➜  github.com/fogleman/gg
2025-08-20T22:53:56.9386978Z [00:03:20.691]➜  mkdir -p $WORK/b356/
2025-08-20T22:53:56.9400870Z [00:03:20.692]➜  cat >/tmp/go-build1138503492/b356/importcfg << 'EOF' # internal
2025-08-20T22:53:56.9401869Z [00:03:20.692]➜  # import config
2025-08-20T22:53:56.9402791Z [00:03:20.692]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:56.9403867Z [00:03:20.692]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:56.9405099Z [00:03:20.692]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build1138503492/b357/_pkg_.a
2025-08-20T22:53:56.9406798Z [00:03:20.692]➜  packagefile github.com/golang/freetype/truetype=/tmp/go-build1138503492/b359/_pkg_.a
2025-08-20T22:53:56.9408114Z [00:03:20.692]➜  packagefile golang.org/x/image/draw=/tmp/go-build1138503492/b361/_pkg_.a
2025-08-20T22:53:56.9409754Z [00:03:20.692]➜  packagefile golang.org/x/image/font=/tmp/go-build1138503492/b360/_pkg_.a
2025-08-20T22:53:56.9411200Z [00:03:20.692]➜  packagefile golang.org/x/image/font/basicfont=/tmp/go-build1138503492/b363/_pkg_.a
2025-08-20T22:53:56.9412484Z [00:03:20.692]➜  packagefile golang.org/x/image/math/f64=/tmp/go-build1138503492/b362/_pkg_.a
2025-08-20T22:53:56.9413903Z [00:03:20.692]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build1138503492/b358/_pkg_.a
2025-08-20T22:53:56.9415305Z [00:03:20.692]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:56.9416378Z [00:03:20.692]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:53:56.9417654Z [00:03:20.692]➜  packagefile image/draw=/tmp/go-build1138503492/b353/_pkg_.a
2025-08-20T22:53:56.9419612Z [00:03:20.692]➜  packagefile image/jpeg=/tmp/go-build1138503492/b364/_pkg_.a
2025-08-20T22:53:56.9420521Z [00:03:20.692]➜  packagefile image/png=/tmp/go-build1138503492/b181/_pkg_.a
2025-08-20T22:53:56.9421385Z [00:03:20.692]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:56.9422185Z [00:03:20.692]➜  packagefile io/ioutil=/tmp/go-build1138503492/b169/_pkg_.a
2025-08-20T22:53:56.9422987Z [00:03:20.692]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:56.9423750Z [00:03:20.692]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:56.9424518Z [00:03:20.692]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:56.9425488Z [00:03:20.692]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:56.9426303Z [00:03:20.692]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:56.9426897Z [00:03:20.692]➜  EOF
2025-08-20T22:53:56.9433282Z [00:03:20.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fogleman/gg@v1.3.0=>github.com/fogleman/gg@v1.3.0;$WORK/b356=>" -p github.com/fogleman/gg -lang=go1.16 -complete -installsuffix shared -buildid dI0RFYCFcTWvo_asnIgh/dI0RFYCFcTWvo_asnIgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/bezier.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/context.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/gradient.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/matrix.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/path.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/pattern.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/point.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/util.go /root/go/pkg/mod/github.com/fogleman/gg@v1.3.0/wrap.go
2025-08-20T22:53:57.1592667Z [00:03:20.912]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T22:53:57.1663969Z [00:03:20.919]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/3b/3b6d528ebb5d481d09ff7f11f281be1311a617c34ab65885f3ccfc41a328c4e8-d # internal
2025-08-20T22:53:57.1682508Z [00:03:20.921]➜  encoding/xml
2025-08-20T22:53:57.1698795Z [00:03:20.921]➜  mkdir -p $WORK/b368/
2025-08-20T22:53:57.1699729Z [00:03:20.921]➜  cat >/tmp/go-build1138503492/b368/importcfg << 'EOF' # internal
2025-08-20T22:53:57.1700375Z [00:03:20.921]➜  # import config
2025-08-20T22:53:57.1701008Z [00:03:20.921]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:57.1701787Z [00:03:20.921]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:57.1702586Z [00:03:20.921]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:53:57.1703403Z [00:03:20.921]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:57.1704176Z [00:03:20.921]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:57.1704947Z [00:03:20.921]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:57.1706491Z [00:03:20.921]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:57.1707317Z [00:03:20.921]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:57.1708432Z [00:03:20.921]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:57.1709217Z [00:03:20.921]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:57.1710013Z [00:03:20.921]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:57.1710846Z [00:03:20.921]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:53:57.1711693Z [00:03:20.921]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:53:57.1712324Z [00:03:20.921]➜  EOF
2025-08-20T22:53:57.1715946Z [00:03:20.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b368=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid gC-cZpw-ijhWc6QWj73c/gC-cZpw-ijhWc6QWj73c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/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-20T22:53:57.3328471Z [00:03:21.085]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T22:53:57.3415821Z [00:03:21.094]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d # internal
2025-08-20T22:53:57.3418643Z [00:03:21.095]➜  tailscale.com/net/netmon
2025-08-20T22:53:57.3420519Z [00:03:21.095]➜  mkdir -p $WORK/b323/
2025-08-20T22:53:57.3426319Z [00:03:21.095]➜  cat >/tmp/go-build1138503492/b323/importcfg << 'EOF' # internal
2025-08-20T22:53:57.3433487Z [00:03:21.095]➜  # import config
2025-08-20T22:53:57.3435994Z [00:03:21.095]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:57.3437573Z [00:03:21.096]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:57.3446431Z [00:03:21.096]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:57.3447815Z [00:03:21.096]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:57.3449708Z [00:03:21.096]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:57.3450747Z [00:03:21.096]➜  packagefile github.com/jsimonetti/rtnetlink=/tmp/go-build1138503492/b324/_pkg_.a
2025-08-20T22:53:57.3451942Z [00:03:21.096]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build1138503492/b326/_pkg_.a
2025-08-20T22:53:57.3452993Z [00:03:21.096]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:57.3454018Z [00:03:21.096]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:57.3457655Z [00:03:21.096]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:57.3458574Z [00:03:21.096]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:57.3459406Z [00:03:21.096]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:57.3460268Z [00:03:21.096]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:57.3461217Z [00:03:21.096]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:57.3462079Z [00:03:21.096]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:57.3462927Z [00:03:21.096]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:57.3463795Z [00:03:21.096]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:57.3464628Z [00:03:21.096]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:57.3465757Z [00:03:21.096]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:57.3466574Z [00:03:21.096]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:57.3467428Z [00:03:21.096]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:57.3468400Z [00:03:21.096]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:57.3469432Z [00:03:21.096]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:53:57.3470825Z [00:03:21.096]➜  packagefile tailscale.com/net/netaddr=/tmp/go-build1138503492/b303/_pkg_.a
2025-08-20T22:53:57.3471901Z [00:03:21.096]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:53:57.3472997Z [00:03:21.096]➜  packagefile tailscale.com/net/tshttpproxy=/tmp/go-build1138503492/b333/_pkg_.a
2025-08-20T22:53:57.3474093Z [00:03:21.096]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:57.3475395Z [00:03:21.096]➜  packagefile tailscale.com/util/clientmetric=/tmp/go-build1138503492/b321/_pkg_.a
2025-08-20T22:53:57.3476546Z [00:03:21.096]➜  packagefile tailscale.com/util/eventbus=/tmp/go-build1138503492/b334/_pkg_.a
2025-08-20T22:53:57.3477659Z [00:03:21.096]➜  packagefile tailscale.com/util/lineiter=/tmp/go-build1138503492/b276/_pkg_.a
2025-08-20T22:53:57.3478702Z [00:03:21.096]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:53:57.3479779Z [00:03:21.096]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:53:57.3480703Z [00:03:21.096]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:57.3481321Z [00:03:21.096]➜  EOF
2025-08-20T22:53:57.3507153Z [00:03:21.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon=>tailscale.com/net/netmon;$WORK/b323=>" -p tailscale.com/net/netmon -lang=go1.24 -complete -installsuffix shared -buildid gTos_vFH_gptA3i0UJUg/gTos_vFH_gptA3i0UJUg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/loghelper.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/polling.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/state.go
2025-08-20T22:53:57.8518283Z [00:03:21.604]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T22:53:57.8639293Z [00:03:21.617]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T22:53:57.8671780Z [00:03:21.620]➜  github.com/tailscale/web-client-prebuilt
2025-08-20T22:53:57.8677574Z [00:03:21.620]➜  mkdir -p $WORK/b376/
2025-08-20T22:53:57.8678377Z [00:03:21.620]➜  cat >/tmp/go-build1138503492/b376/importcfg << 'EOF' # internal
2025-08-20T22:53:57.8684187Z [00:03:21.620]➜  # import config
2025-08-20T22:53:57.8684934Z [00:03:21.620]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:53:57.8686006Z [00:03:21.620]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:57.8686602Z [00:03:21.620]➜  EOF
2025-08-20T22:53:57.8687321Z [00:03:21.621]➜  cat >/tmp/go-build1138503492/b376/embedcfg << 'EOF' # internal
2025-08-20T22:53:57.8688049Z [00:03:21.621]➜  {
2025-08-20T22:53:57.8688476Z [00:03:21.621]➜  	"Patterns": {
2025-08-20T22:53:57.8688916Z [00:03:21.621]➜  		"build": [
2025-08-20T22:53:57.8689494Z [00:03:21.621]➜  			"build/assets/Inter.var.latin-Dxq58mVK.woff2",
2025-08-20T22:53:57.8690175Z [00:03:21.621]➜  			"build/assets/index-BbZBz4S-.js.gz",
2025-08-20T22:53:57.8690823Z [00:03:21.621]➜  			"build/assets/index-DVk8gqX9.css.gz",
2025-08-20T22:53:57.8691412Z [00:03:21.621]➜  			"build/index.html"
2025-08-20T22:53:57.8691886Z [00:03:21.621]➜  		]
2025-08-20T22:53:57.8692271Z [00:03:21.621]➜  	},
2025-08-20T22:53:57.8692667Z [00:03:21.621]➜  	"Files": {
2025-08-20T22:53:57.8694267Z [00:03:21.621]➜  		"build/assets/Inter.var.latin-Dxq58mVK.woff2": "/root/go/pkg/mod/github.com/tailscale/web-client-prebuilt@v0.0.0-20250124233751-d4cd19a26976/build/assets/Inter.var.latin-Dxq58mVK.woff2",
2025-08-20T22:53:57.8697507Z [00:03:21.621]➜  		"build/assets/index-BbZBz4S-.js.gz": "/root/go/pkg/mod/github.com/tailscale/web-client-prebuilt@v0.0.0-20250124233751-d4cd19a26976/build/assets/index-BbZBz4S-.js.gz",
2025-08-20T22:53:57.8700036Z [00:03:21.621]➜  		"build/assets/index-DVk8gqX9.css.gz": "/root/go/pkg/mod/github.com/tailscale/web-client-prebuilt@v0.0.0-20250124233751-d4cd19a26976/build/assets/index-DVk8gqX9.css.gz",
2025-08-20T22:53:57.8702029Z [00:03:21.621]➜  		"build/index.html": "/root/go/pkg/mod/github.com/tailscale/web-client-prebuilt@v0.0.0-20250124233751-d4cd19a26976/build/index.html"
2025-08-20T22:53:57.8703033Z [00:03:21.621]➜  	}
2025-08-20T22:53:57.8703410Z [00:03:21.621]➜  }EOF
2025-08-20T22:53:57.8708120Z [00:03:21.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/web-client-prebuilt@v0.0.0-20250124233751-d4cd19a26976=>github.com/tailscale/web-client-prebuilt@v0.0.0-20250124233751-d4cd19a26976;$WORK/b376=>" -p github.com/tailscale/web-client-prebuilt -lang=go1.21 -complete -installsuffix shared -buildid _gvGIMsDpcmswya-ZYjh/_gvGIMsDpcmswya-ZYjh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -embedcfg $WORK/b376/embedcfg -pack /root/go/pkg/mod/github.com/tailscale/web-client-prebuilt@v0.0.0-20250124233751-d4cd19a26976/embed.go
2025-08-20T22:53:57.8994196Z [00:03:21.652]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T22:53:57.9018221Z [00:03:21.654]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/50/5030ebabad313b1c1d4240a4067fcca94d80d4ecf8806c6a9b3227c986226f7a-d # internal
2025-08-20T22:53:57.9035471Z [00:03:21.656]➜  archive/tar
2025-08-20T22:53:57.9036035Z [00:03:21.656]➜  mkdir -p $WORK/b378/
2025-08-20T22:53:57.9053843Z [00:03:21.658]➜  cat >/tmp/go-build1138503492/b378/importcfg << 'EOF' # internal
2025-08-20T22:53:57.9054631Z [00:03:21.658]➜  # import config
2025-08-20T22:53:57.9055673Z [00:03:21.658]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:57.9056864Z [00:03:21.658]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:57.9057719Z [00:03:21.658]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:57.9058648Z [00:03:21.658]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:53:57.9059514Z [00:03:21.658]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:57.9060291Z [00:03:21.658]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:57.9061121Z [00:03:21.658]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:57.9061887Z [00:03:21.658]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:57.9062663Z [00:03:21.658]➜  packagefile os/user=/tmp/go-build1138503492/b227/_pkg_.a
2025-08-20T22:53:57.9063466Z [00:03:21.658]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:57.9064321Z [00:03:21.658]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:57.9065936Z [00:03:21.658]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:57.9066859Z [00:03:21.658]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:57.9067701Z [00:03:21.658]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:57.9068504Z [00:03:21.658]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:57.9069320Z [00:03:21.658]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:57.9070142Z [00:03:21.658]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:57.9070953Z [00:03:21.658]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:57.9071745Z [00:03:21.658]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:57.9072335Z [00:03:21.658]➜  EOF
2025-08-20T22:53:57.9083942Z [00:03:21.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b378=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid trCFuHOLlfjV6xogCKPO/trCFuHOLlfjV6xogCKPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/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-20T22:53:57.9136980Z [00:03:21.664]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T22:53:57.9222413Z [00:03:21.675]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/10/10dbbe8ad65e6b3c53af6493481fdd68f6a0d427b0186be4d77fd7148b47cb7f-d # internal
2025-08-20T22:53:57.9289702Z [00:03:21.681]➜  github.com/godbus/dbus/v5/introspect
2025-08-20T22:53:57.9290411Z [00:03:21.681]➜  mkdir -p $WORK/b367/
2025-08-20T22:53:57.9291289Z [00:03:21.681]➜  cat >/tmp/go-build1138503492/b367/importcfg << 'EOF' # internal
2025-08-20T22:53:57.9291946Z [00:03:21.681]➜  # import config
2025-08-20T22:53:57.9292666Z [00:03:21.681]➜  packagefile encoding/xml=/tmp/go-build1138503492/b368/_pkg_.a
2025-08-20T22:53:57.9293626Z [00:03:21.681]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1138503492/b365/_pkg_.a
2025-08-20T22:53:57.9294606Z [00:03:21.681]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:57.9295679Z [00:03:21.681]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:57.9296318Z [00:03:21.681]➜  EOF
2025-08-20T22:53:57.9302331Z [00:03:21.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/introspect=>github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/introspect;$WORK/b367=>" -p github.com/godbus/dbus/v5/introspect -lang=go1.12 -complete -installsuffix shared -buildid x5hhwIRLxLafxV3SVXON/x5hhwIRLxLafxV3SVXON -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/introspect/call.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/introspect/introspect.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/introspect/introspectable.go
2025-08-20T22:53:57.9786334Z [00:03:21.731]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T22:53:57.9801182Z [00:03:21.733]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/14/1472be6138e47259aa8a2c573b493f5d6ff610cdd0feefe62f068167eb6a0887-d # internal
2025-08-20T22:53:57.9803140Z [00:03:21.733]➜  github.com/godbus/dbus/v5/prop
2025-08-20T22:53:57.9805735Z [00:03:21.733]➜  mkdir -p $WORK/b369/
2025-08-20T22:53:57.9812448Z [00:03:21.734]➜  cat >/tmp/go-build1138503492/b369/importcfg << 'EOF' # internal
2025-08-20T22:53:57.9813773Z [00:03:21.734]➜  # import config
2025-08-20T22:53:57.9814997Z [00:03:21.734]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1138503492/b365/_pkg_.a
2025-08-20T22:53:57.9817698Z [00:03:21.734]➜  packagefile github.com/godbus/dbus/v5/introspect=/tmp/go-build1138503492/b367/_pkg_.a
2025-08-20T22:53:57.9818590Z [00:03:21.734]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:57.9819417Z [00:03:21.734]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:57.9820027Z [00:03:21.734]➜  EOF
2025-08-20T22:53:57.9823962Z [00:03:21.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/prop=>github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/prop;$WORK/b369=>" -p github.com/godbus/dbus/v5/prop -lang=go1.12 -complete -installsuffix shared -buildid GzBVtjyIe2aOTf9Guiu-/GzBVtjyIe2aOTf9Guiu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.1-0.20230522191255-76236955d466/prop/prop.go
2025-08-20T22:53:58.0414828Z [00:03:21.794]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T22:53:58.0434068Z [00:03:21.796]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/62/627cca752c929f1238614c6c4d62665e682c8c233ac270cb45526222f2c08663-d # internal
2025-08-20T22:53:58.0442397Z [00:03:21.796]➜  github.com/tailscale/systray/internal/generated/menu
2025-08-20T22:53:58.0443133Z [00:03:21.797]➜  mkdir -p $WORK/b370/
2025-08-20T22:53:58.0447035Z [00:03:21.797]➜  cat >/tmp/go-build1138503492/b370/importcfg << 'EOF' # internal
2025-08-20T22:53:58.0454504Z [00:03:21.797]➜  # import config
2025-08-20T22:53:58.0455394Z [00:03:21.797]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.0456232Z [00:03:21.797]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.0457027Z [00:03:21.797]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.0457903Z [00:03:21.797]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1138503492/b365/_pkg_.a
2025-08-20T22:53:58.0458976Z [00:03:21.797]➜  packagefile github.com/godbus/dbus/v5/introspect=/tmp/go-build1138503492/b367/_pkg_.a
2025-08-20T22:53:58.0459633Z [00:03:21.797]➜  EOF
2025-08-20T22:53:58.0464337Z [00:03:21.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/internal/generated/menu=>github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/internal/generated/menu;$WORK/b370=>" -p github.com/tailscale/systray/internal/generated/menu -lang=go1.19 -complete -installsuffix shared -buildid zQD5NSL00voVY58N2ONr/zQD5NSL00voVY58N2ONr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/internal/generated/menu/dbus_menu.go
2025-08-20T22:53:58.1392391Z [00:03:21.892]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T22:53:58.1460717Z [00:03:21.899]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T22:53:58.1486159Z [00:03:21.901]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/29/291ad0469a18c39dc3343cd48aacf3090c18ca801fb651a745ffb756e6babc41-d # internal
2025-08-20T22:53:58.1500303Z [00:03:21.902]➜  github.com/tailscale/systray/internal/generated/notifier
2025-08-20T22:53:58.1501187Z [00:03:21.902]➜  mkdir -p $WORK/b371/
2025-08-20T22:53:58.1501975Z [00:03:21.902]➜  cat >/tmp/go-build1138503492/b371/importcfg << 'EOF' # internal
2025-08-20T22:53:58.1502709Z [00:03:21.902]➜  # import config
2025-08-20T22:53:58.1503398Z [00:03:21.902]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.1504370Z [00:03:21.902]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.1505601Z [00:03:21.902]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.1506616Z [00:03:21.902]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1138503492/b365/_pkg_.a
2025-08-20T22:53:58.1507860Z [00:03:21.902]➜  packagefile github.com/godbus/dbus/v5/introspect=/tmp/go-build1138503492/b367/_pkg_.a
2025-08-20T22:53:58.1508713Z [00:03:21.902]➜  EOF
2025-08-20T22:53:58.1513892Z [00:03:21.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/internal/generated/notifier=>github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/internal/generated/notifier;$WORK/b371=>" -p github.com/tailscale/systray/internal/generated/notifier -lang=go1.19 -complete -installsuffix shared -buildid JYVYO9GsKWgsQhd_UnKC/JYVYO9GsKWgsQhd_UnKC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/internal/generated/notifier/status_notifier_item.go
2025-08-20T22:53:58.1634206Z [00:03:21.916]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d # internal
2025-08-20T22:53:58.1643160Z [00:03:21.916]➜  tailscale.com/net/netutil
2025-08-20T22:53:58.1643795Z [00:03:21.916]➜  mkdir -p $WORK/b322/
2025-08-20T22:53:58.1644537Z [00:03:21.916]➜  cat >/tmp/go-build1138503492/b322/importcfg << 'EOF' # internal
2025-08-20T22:53:58.1645417Z [00:03:21.916]➜  # import config
2025-08-20T22:53:58.1646077Z [00:03:21.916]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:58.1646907Z [00:03:21.916]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:58.1647788Z [00:03:21.916]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:58.1648651Z [00:03:21.916]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.1649451Z [00:03:21.916]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.1650214Z [00:03:21.916]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.1650996Z [00:03:21.917]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.1652134Z [00:03:21.917]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:58.1653080Z [00:03:21.917]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:58.1653928Z [00:03:21.917]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:58.1654885Z [00:03:21.917]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:58.1656180Z [00:03:21.917]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.1657134Z [00:03:21.917]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:58.1657999Z [00:03:21.917]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.1658904Z [00:03:21.917]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.1659750Z [00:03:21.917]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.1660735Z [00:03:21.917]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:53:58.1661839Z [00:03:21.917]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:53:58.1662557Z [00:03:21.917]➜  EOF
2025-08-20T22:53:58.1667230Z [00:03:21.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil=>tailscale.com/net/netutil;$WORK/b322=>" -p tailscale.com/net/netutil -lang=go1.24 -complete -installsuffix shared -buildid uP7eJo8yS8XEIVKwHlBo/uP7eJo8yS8XEIVKwHlBo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/default_interface_portable.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/ip_forward.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/netutil.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/routes.go
2025-08-20T22:53:58.2942862Z [00:03:22.047]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T22:53:58.2962496Z [00:03:22.049]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/b7/b79acdda8e25a14087496b7384637bfb263f85f2f1db9eb4a31c1b7dd3e236f9-d # internal
2025-08-20T22:53:58.3060290Z [00:03:22.059]➜  github.com/tailscale/systray
2025-08-20T22:53:58.3066859Z [00:03:22.059]➜  mkdir -p $WORK/b366/
2025-08-20T22:53:58.3069030Z [00:03:22.059]➜  cat >/tmp/go-build1138503492/b366/importcfg << 'EOF' # internal
2025-08-20T22:53:58.3070038Z [00:03:22.059]➜  # import config
2025-08-20T22:53:58.3070765Z [00:03:22.059]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:58.3071565Z [00:03:22.059]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.3072528Z [00:03:22.059]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1138503492/b365/_pkg_.a
2025-08-20T22:53:58.3073659Z [00:03:22.059]➜  packagefile github.com/godbus/dbus/v5/introspect=/tmp/go-build1138503492/b367/_pkg_.a
2025-08-20T22:53:58.3074771Z [00:03:22.059]➜  packagefile github.com/godbus/dbus/v5/prop=/tmp/go-build1138503492/b369/_pkg_.a
2025-08-20T22:53:58.3076268Z [00:03:22.059]➜  packagefile github.com/tailscale/systray/internal/generated/menu=/tmp/go-build1138503492/b370/_pkg_.a
2025-08-20T22:53:58.3077757Z [00:03:22.059]➜  packagefile github.com/tailscale/systray/internal/generated/notifier=/tmp/go-build1138503492/b371/_pkg_.a
2025-08-20T22:53:58.3078920Z [00:03:22.059]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:53:58.3079738Z [00:03:22.059]➜  packagefile image/png=/tmp/go-build1138503492/b181/_pkg_.a
2025-08-20T22:53:58.3080547Z [00:03:22.059]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:58.3081303Z [00:03:22.059]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:58.3082079Z [00:03:22.059]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.3082872Z [00:03:22.059]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.3083671Z [00:03:22.059]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:58.3084292Z [00:03:22.059]➜  EOF
2025-08-20T22:53:58.3099317Z [00:03:22.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78=>github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78;$WORK/b366=>" -p github.com/tailscale/systray -lang=go1.19 -complete -installsuffix shared -buildid FXLJui-j76Qqk8zqDANR/FXLJui-j76Qqk8zqDANR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/systray.go /root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/systray_menu_unix.go /root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/systray_notifier_unix.go /root/go/pkg/mod/github.com/tailscale/systray@v0.0.0-20250807194015-d0cacc864c78/systray_unix.go
2025-08-20T22:53:58.3758338Z [00:03:22.126]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T22:53:58.3771088Z [00:03:22.130]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T22:53:58.3782770Z [00:03:22.130]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/32/328fcaca351984aed01ebb26beee256b4ca10cd26d9258a3c7d38676e91c775c-d # internal
2025-08-20T22:53:58.3783877Z [00:03:22.130]➜  tailscale.com/clientupdate/distsign
2025-08-20T22:53:58.3784445Z [00:03:22.130]➜  mkdir -p $WORK/b379/
2025-08-20T22:53:58.3785295Z [00:03:22.130]➜  cat >/tmp/go-build1138503492/b379/importcfg << 'EOF' # internal
2025-08-20T22:53:58.3785968Z [00:03:22.130]➜  # import config
2025-08-20T22:53:58.3786608Z [00:03:22.130]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.3787410Z [00:03:22.130]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:53:58.3788253Z [00:03:22.130]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:58.3789015Z [00:03:22.130]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:53:58.3789837Z [00:03:22.130]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:58.3790702Z [00:03:22.130]➜  packagefile encoding/pem=/tmp/go-build1138503492/b148/_pkg_.a
2025-08-20T22:53:58.3791487Z [00:03:22.130]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.3792475Z [00:03:22.130]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.3793436Z [00:03:22.130]➜  packagefile github.com/hdevalence/ed25519consensus=/tmp/go-build1138503492/b298/_pkg_.a
2025-08-20T22:53:58.3794540Z [00:03:22.130]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build1138503492/b302/_pkg_.a
2025-08-20T22:53:58.3796228Z [00:03:22.130]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:58.3797023Z [00:03:22.130]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.3797757Z [00:03:22.130]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:58.3798544Z [00:03:22.130]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:58.3799364Z [00:03:22.130]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:58.3800180Z [00:03:22.130]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:58.3801010Z [00:03:22.130]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:58.3801867Z [00:03:22.130]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:58.3802663Z [00:03:22.130]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.3803589Z [00:03:22.130]➜  packagefile tailscale.com/net/tshttpproxy=/tmp/go-build1138503492/b333/_pkg_.a
2025-08-20T22:53:58.3804632Z [00:03:22.130]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:58.3805849Z [00:03:22.130]➜  packagefile tailscale.com/util/httpm=/tmp/go-build1138503492/b374/_pkg_.a
2025-08-20T22:53:58.3806850Z [00:03:22.130]➜  packagefile tailscale.com/util/must=/tmp/go-build1138503492/b380/_pkg_.a
2025-08-20T22:53:58.3807715Z [00:03:22.130]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:58.3808282Z [00:03:22.130]➜  EOF
2025-08-20T22:53:58.3809132Z [00:03:22.130]➜  cat >/tmp/go-build1138503492/b379/embedcfg << 'EOF' # internal
2025-08-20T22:53:58.3809804Z [00:03:22.130]➜  {
2025-08-20T22:53:58.3810214Z [00:03:22.130]➜  	"Patterns": {
2025-08-20T22:53:58.3810652Z [00:03:22.130]➜  		"roots": [
2025-08-20T22:53:58.3811151Z [00:03:22.130]➜  			"roots/crawshaw-root.pem",
2025-08-20T22:53:58.3811781Z [00:03:22.130]➜  			"roots/distsign-prod-root-1-pub.pem"
2025-08-20T22:53:58.3812312Z [00:03:22.130]➜  		]
2025-08-20T22:53:58.3812690Z [00:03:22.130]➜  	},
2025-08-20T22:53:58.3813074Z [00:03:22.130]➜  	"Files": {
2025-08-20T22:53:58.3814019Z [00:03:22.130]➜  		"roots/crawshaw-root.pem": "/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots/crawshaw-root.pem",
2025-08-20T22:53:58.3815800Z [00:03:22.130]➜  		"roots/distsign-prod-root-1-pub.pem": "/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots/distsign-prod-root-1-pub.pem"
2025-08-20T22:53:58.3816816Z [00:03:22.130]➜  	}
2025-08-20T22:53:58.3817183Z [00:03:22.130]➜  }EOF
2025-08-20T22:53:58.3821294Z [00:03:22.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign=>tailscale.com/clientupdate/distsign;$WORK/b379=>" -p tailscale.com/clientupdate/distsign -lang=go1.24 -complete -installsuffix shared -buildid SpvGItMyuMRHmlzEqAV1/SpvGItMyuMRHmlzEqAV1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -embedcfg $WORK/b379/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/distsign.go /tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots.go
2025-08-20T22:53:58.3839248Z [00:03:22.137]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/45/45bc959fc7160061e80f899fc836d1a56aa406314f9179978edbff4e7ecafa70-d # internal
2025-08-20T22:53:58.3859763Z [00:03:22.137]➜  tailscale.com/util/cmpver
2025-08-20T22:53:58.3860337Z [00:03:22.137]➜  mkdir -p $WORK/b381/
2025-08-20T22:53:58.3861073Z [00:03:22.137]➜  cat >/tmp/go-build1138503492/b381/importcfg << 'EOF' # internal
2025-08-20T22:53:58.3861818Z [00:03:22.137]➜  # import config
2025-08-20T22:53:58.3862478Z [00:03:22.137]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.3863705Z [00:03:22.137]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.3864554Z [00:03:22.137]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.3865296Z [00:03:22.137]➜  EOF
2025-08-20T22:53:58.3868434Z [00:03:22.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/cmpver=>tailscale.com/util/cmpver;$WORK/b381=>" -p tailscale.com/util/cmpver -lang=go1.24 -complete -installsuffix shared -buildid 1d8gr64mlmL1LXWPUltm/1d8gr64mlmL1LXWPUltm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/cmpver/version.go
2025-08-20T22:53:58.4127353Z [00:03:22.163]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T22:53:58.4148776Z [00:03:22.167]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/13/13bf1b58975903e61400d13b851cb06fc818fc74211790a706f3d4aabb99f4a0-d # internal
2025-08-20T22:53:58.4151774Z [00:03:22.168]➜  tailscale.com/envknob/featureknob
2025-08-20T22:53:58.4154047Z [00:03:22.168]➜  mkdir -p $WORK/b382/
2025-08-20T22:53:58.4155365Z [00:03:22.168]➜  cat >/tmp/go-build1138503492/b382/importcfg << 'EOF' # internal
2025-08-20T22:53:58.4156333Z [00:03:22.168]➜  # import config
2025-08-20T22:53:58.4157142Z [00:03:22.168]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.4158480Z [00:03:22.168]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.4160415Z [00:03:22.168]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:58.4161564Z [00:03:22.168]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:58.4162696Z [00:03:22.168]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:53:58.4163871Z [00:03:22.168]➜  EOF
2025-08-20T22:53:58.4167695Z [00:03:22.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/featureknob=>tailscale.com/envknob/featureknob;$WORK/b382=>" -p tailscale.com/envknob/featureknob -lang=go1.24 -complete -installsuffix shared -buildid 4ILbv2rLFU-Wy1GZDZs0/4ILbv2rLFU-Wy1GZDZs0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/envknob/featureknob/featureknob.go
2025-08-20T22:53:58.4427453Z [00:03:22.195]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T22:53:58.4436999Z [00:03:22.196]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/94/9415b2574e886f56c285cda8dbbc1ba0e9a6bd88008826504d102cddf72a9a90-d # internal
2025-08-20T22:53:58.4460536Z [00:03:22.197]➜  tailscale.com/util/groupmember
2025-08-20T22:53:58.4461183Z [00:03:22.197]➜  mkdir -p $WORK/b384/
2025-08-20T22:53:58.4461962Z [00:03:22.197]➜  cat >/tmp/go-build1138503492/b384/importcfg << 'EOF' # internal
2025-08-20T22:53:58.4462685Z [00:03:22.197]➜  # import config
2025-08-20T22:53:58.4463387Z [00:03:22.197]➜  packagefile os/user=/tmp/go-build1138503492/b227/_pkg_.a
2025-08-20T22:53:58.4464282Z [00:03:22.197]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:53:58.4464916Z [00:03:22.197]➜  EOF
2025-08-20T22:53:58.4468572Z [00:03:22.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/groupmember=>tailscale.com/util/groupmember;$WORK/b384=>" -p tailscale.com/util/groupmember -lang=go1.24 -complete -installsuffix shared -buildid 7FtcNW7AvRLseYxNa0ib/7FtcNW7AvRLseYxNa0ib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/groupmember/groupmember.go
2025-08-20T22:53:58.4605037Z [00:03:22.213]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T22:53:58.4613690Z [00:03:22.214]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/26/2679d97e4c1cb89823540833d0f915d7a60c1187f9e42179edab3fbee2b156ef-d # internal
2025-08-20T22:53:58.4615949Z [00:03:22.214]➜  tailscale.com/tempfork/spf13/cobra
2025-08-20T22:53:58.4618225Z [00:03:22.215]➜  mkdir -p $WORK/b387/
2025-08-20T22:53:58.4640810Z [00:03:22.217]➜  cat >/tmp/go-build1138503492/b387/importcfg << 'EOF' # internal
2025-08-20T22:53:58.4643226Z [00:03:22.217]➜  # import config
2025-08-20T22:53:58.4644485Z [00:03:22.217]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:58.4647796Z [00:03:22.217]➜  packagefile compress/gzip=/tmp/go-build1138503492/b196/_pkg_.a
2025-08-20T22:53:58.4648890Z [00:03:22.217]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:53:58.4649845Z [00:03:22.217]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.4651778Z [00:03:22.217]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.4652599Z [00:03:22.217]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.4653238Z [00:03:22.217]➜  EOF
2025-08-20T22:53:58.4653888Z [00:03:22.217]➜  cat >/tmp/go-build1138503492/b387/embedcfg << 'EOF' # internal
2025-08-20T22:53:58.4654535Z [00:03:22.217]➜  {
2025-08-20T22:53:58.4654935Z [00:03:22.217]➜  	"Patterns": {
2025-08-20T22:53:58.4655616Z [00:03:22.217]➜  		"comp.bash.gz": [
2025-08-20T22:53:58.4656102Z [00:03:22.217]➜  			"comp.bash.gz"
2025-08-20T22:53:58.4656541Z [00:03:22.217]➜  		],
2025-08-20T22:53:58.4656960Z [00:03:22.217]➜  		"comp.fish.gz": [
2025-08-20T22:53:58.4657449Z [00:03:22.217]➜  			"comp.fish.gz"
2025-08-20T22:53:58.4657899Z [00:03:22.217]➜  		],
2025-08-20T22:53:58.4658329Z [00:03:22.217]➜  		"comp.ps1.gz": [
2025-08-20T22:53:58.4658832Z [00:03:22.217]➜  			"comp.ps1.gz"
2025-08-20T22:53:58.4659284Z [00:03:22.217]➜  		],
2025-08-20T22:53:58.4659699Z [00:03:22.217]➜  		"comp.zsh.gz": [
2025-08-20T22:53:58.4660183Z [00:03:22.217]➜  			"comp.zsh.gz"
2025-08-20T22:53:58.4660612Z [00:03:22.217]➜  		]
2025-08-20T22:53:58.4660990Z [00:03:22.218]➜  	},
2025-08-20T22:53:58.4661665Z [00:03:22.218]➜  	"Files": {
2025-08-20T22:53:58.4662518Z [00:03:22.218]➜  		"comp.bash.gz": "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.bash.gz",
2025-08-20T22:53:58.4663662Z [00:03:22.218]➜  		"comp.fish.gz": "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.fish.gz",
2025-08-20T22:53:58.4664761Z [00:03:22.218]➜  		"comp.ps1.gz": "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.ps1.gz",
2025-08-20T22:53:58.4669486Z [00:03:22.218]➜  		"comp.zsh.gz": "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.zsh.gz"
2025-08-20T22:53:58.4670232Z [00:03:22.218]➜  	}
2025-08-20T22:53:58.4670604Z [00:03:22.218]➜  }EOF
2025-08-20T22:53:58.4674781Z [00:03:22.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra=>tailscale.com/tempfork/spf13/cobra;$WORK/b387=>" -p tailscale.com/tempfork/spf13/cobra -lang=go1.24 -complete -installsuffix shared -buildid eG7qMaozyFpfrlh16-0H/eG7qMaozyFpfrlh16-0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -embedcfg $WORK/b387/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/cobra.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.go
2025-08-20T22:53:58.4956969Z [00:03:22.248]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T22:53:58.5007035Z [00:03:22.253]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/37/377b7cc048cb52d2a7ed9c20542be0657e563bd09704a387e7c16844261132b4-d # internal
2025-08-20T22:53:58.5025747Z [00:03:22.254]➜  tailscale.com/clientupdate
2025-08-20T22:53:58.5026435Z [00:03:22.254]➜  mkdir -p $WORK/b377/
2025-08-20T22:53:58.5027220Z [00:03:22.254]➜  cat >/tmp/go-build1138503492/b377/importcfg << 'EOF' # internal
2025-08-20T22:53:58.5027874Z [00:03:22.254]➜  # import config
2025-08-20T22:53:58.5028569Z [00:03:22.254]➜  packagefile archive/tar=/tmp/go-build1138503492/b378/_pkg_.a
2025-08-20T22:53:58.5029427Z [00:03:22.254]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:58.5030283Z [00:03:22.254]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:58.5031155Z [00:03:22.254]➜  packagefile compress/gzip=/tmp/go-build1138503492/b196/_pkg_.a
2025-08-20T22:53:58.5032400Z [00:03:22.254]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.5033281Z [00:03:22.254]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:58.5034150Z [00:03:22.254]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.5034947Z [00:03:22.254]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.5036324Z [00:03:22.254]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.5037122Z [00:03:22.254]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:53:58.5037934Z [00:03:22.254]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:58.5038736Z [00:03:22.254]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:58.5039538Z [00:03:22.254]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:58.5040333Z [00:03:22.254]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:58.5041218Z [00:03:22.254]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:58.5042129Z [00:03:22.254]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:58.5042992Z [00:03:22.254]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.5043854Z [00:03:22.254]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.5044693Z [00:03:22.254]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.5045982Z [00:03:22.254]➜  packagefile tailscale.com/clientupdate/distsign=/tmp/go-build1138503492/b379/_pkg_.a
2025-08-20T22:53:58.5047151Z [00:03:22.254]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:53:58.5048584Z [00:03:22.254]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:53:58.5049745Z [00:03:22.254]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:58.5050877Z [00:03:22.254]➜  packagefile tailscale.com/util/cmpver=/tmp/go-build1138503492/b381/_pkg_.a
2025-08-20T22:53:58.5051902Z [00:03:22.254]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:53:58.5052978Z [00:03:22.254]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:53:58.5053740Z [00:03:22.254]➜  EOF
2025-08-20T22:53:58.5088517Z [00:03:22.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate=>tailscale.com/clientupdate;$WORK/b377=>" -p tailscale.com/clientupdate -lang=go1.24 -complete -installsuffix shared -buildid tEFhm1Sy760LIdQWlgix/tEFhm1Sy760LIdQWlgix -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate.go /tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_downloads.go /tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_notwindows.go
2025-08-20T22:53:58.5254897Z [00:03:22.278]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T22:53:58.5264978Z [00:03:22.279]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/e0/e08f3f85468c789c2a362d9b840e1589e0368940b3302ab8271b4ceba8b4f49f-d # internal
2025-08-20T22:53:58.5266539Z [00:03:22.279]➜  tailscale.com/cmd/tailscale/cli/ffcomplete/internal
2025-08-20T22:53:58.5267256Z [00:03:22.280]➜  mkdir -p $WORK/b386/
2025-08-20T22:53:58.5278037Z [00:03:22.280]➜  cat >/tmp/go-build1138503492/b386/importcfg << 'EOF' # internal
2025-08-20T22:53:58.5278814Z [00:03:22.280]➜  # import config
2025-08-20T22:53:58.5279494Z [00:03:22.280]➜  packagefile flag=/tmp/go-build1138503492/b163/_pkg_.a
2025-08-20T22:53:58.5280315Z [00:03:22.280]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.5281344Z [00:03:22.280]➜  packagefile github.com/peterbourgon/ff/v3=/tmp/go-build1138503492/b171/_pkg_.a
2025-08-20T22:53:58.5282559Z [00:03:22.280]➜  packagefile github.com/peterbourgon/ff/v3/ffcli=/tmp/go-build1138503492/b170/_pkg_.a
2025-08-20T22:53:58.5284009Z [00:03:22.280]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.5285069Z [00:03:22.280]➜  packagefile tailscale.com/tempfork/spf13/cobra=/tmp/go-build1138503492/b387/_pkg_.a
2025-08-20T22:53:58.5286113Z [00:03:22.280]➜  EOF
2025-08-20T22:53:58.5289947Z [00:03:22.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/internal=>tailscale.com/cmd/tailscale/cli/ffcomplete/internal;$WORK/b386=>" -p tailscale.com/cmd/tailscale/cli/ffcomplete/internal -lang=go1.24 -complete -installsuffix shared -buildid 2xIxz7X-7S3jebT6GsJs/2xIxz7X-7S3jebT6GsJs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack ./cli/ffcomplete/internal/complete.go
2025-08-20T22:53:58.5778020Z [00:03:22.330]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T22:53:58.5794315Z [00:03:22.332]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/e8/e84fcc4866a9983b1c7ddebae0e7f18df4768845c7aec85ca1aeabc73cf6faf6-d # internal
2025-08-20T22:53:58.5812468Z [00:03:22.334]➜  golang.org/x/crypto/chacha20
2025-08-20T22:53:58.5816661Z [00:03:22.334]➜  mkdir -p $WORK/b391/
2025-08-20T22:53:58.5817933Z [00:03:22.334]➜  cat >/tmp/go-build1138503492/b391/importcfg << 'EOF' # internal
2025-08-20T22:53:58.5820266Z [00:03:22.334]➜  # import config
2025-08-20T22:53:58.5822632Z [00:03:22.334]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:58.5823930Z [00:03:22.334]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:58.5857572Z [00:03:22.334]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.5858638Z [00:03:22.334]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1138503492/b259/_pkg_.a
2025-08-20T22:53:58.5859977Z [00:03:22.334]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:53:58.5860857Z [00:03:22.334]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.5861481Z [00:03:22.334]➜  EOF
2025-08-20T22:53:58.5868272Z [00:03:22.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20=>golang.org/x/crypto@v0.38.0/chacha20;$WORK/b391=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid fQmgOhaBE2GM1r6-Krhv/fQmgOhaBE2GM1r6-Krhv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20/xor.go
2025-08-20T22:53:58.5896466Z [00:03:22.342]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T22:53:58.5953191Z [00:03:22.348]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/bf/bfa4c2cc67d3077a4889cffcc74a3ea3e455c0384a4c1b4882fdb7b268841dac-d # internal
2025-08-20T22:53:58.5954452Z [00:03:22.348]➜  tailscale.com/cmd/tailscale/cli/ffcomplete
2025-08-20T22:53:58.5955582Z [00:03:22.348]➜  mkdir -p $WORK/b385/
2025-08-20T22:53:58.5960311Z [00:03:22.349]➜  cat >/tmp/go-build1138503492/b385/importcfg << 'EOF' # internal
2025-08-20T22:53:58.5961530Z [00:03:22.349]➜  # import config
2025-08-20T22:53:58.5962543Z [00:03:22.349]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.5964028Z [00:03:22.349]➜  packagefile flag=/tmp/go-build1138503492/b163/_pkg_.a
2025-08-20T22:53:58.5965371Z [00:03:22.349]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.5966967Z [00:03:22.349]➜  packagefile github.com/peterbourgon/ff/v3/ffcli=/tmp/go-build1138503492/b170/_pkg_.a
2025-08-20T22:53:58.5968451Z [00:03:22.349]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.5969649Z [00:03:22.349]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:58.5970815Z [00:03:22.349]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:58.5972077Z [00:03:22.349]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.5972915Z [00:03:22.349]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.5974104Z [00:03:22.349]➜  packagefile tailscale.com/cmd/tailscale/cli/ffcomplete/internal=/tmp/go-build1138503492/b386/_pkg_.a
2025-08-20T22:53:58.5975853Z [00:03:22.349]➜  packagefile tailscale.com/tempfork/spf13/cobra=/tmp/go-build1138503492/b387/_pkg_.a
2025-08-20T22:53:58.5976656Z [00:03:22.349]➜  EOF
2025-08-20T22:53:58.5980562Z [00:03:22.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete=>tailscale.com/cmd/tailscale/cli/ffcomplete;$WORK/b385=>" -p tailscale.com/cmd/tailscale/cli/ffcomplete -lang=go1.24 -complete -installsuffix shared -buildid pVrViErPFVpvIUjGDMzS/pVrViErPFVpvIUjGDMzS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack ./cli/ffcomplete/complete.go ./cli/ffcomplete/ffcomplete.go ./cli/ffcomplete/scripts.go
2025-08-20T22:53:58.6360908Z [00:03:22.389]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T22:53:58.6376655Z [00:03:22.390]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/2f/2f9426a274bfba287f4deb3a11ab5d0bf885d793c4a6255780b9358fff60d9b5-d # internal
2025-08-20T22:53:58.6410997Z [00:03:22.394]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T22:53:58.6413656Z [00:03:22.394]➜  mkdir -p $WORK/b390/
2025-08-20T22:53:58.6420585Z [00:03:22.395]➜  echo -n > $WORK/b390/go_asm.h # internal
2025-08-20T22:53:58.6425512Z [00:03:22.395]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305
2025-08-20T22:53:58.6430700Z [00:03:22.395]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305=>golang.org/x/crypto@v0.38.0/chacha20poly1305;$WORK/b390=>" -I $WORK/b390/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b390/symabis ./chacha20poly1305_amd64.s
2025-08-20T22:53:58.6621550Z [00:03:22.415]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T22:53:58.6639203Z [00:03:22.416]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/80/801ce0dd793b4c7042140156e09130af76784ac6c9781b0ed1cdacad7d136776-d # internal
2025-08-20T22:53:58.6640398Z [00:03:22.416]➜  golang.org/x/crypto/hkdf
2025-08-20T22:53:58.6640998Z [00:03:22.417]➜  mkdir -p $WORK/b392/
2025-08-20T22:53:58.6641965Z [00:03:22.417]➜  cat >/tmp/go-build1138503492/b392/importcfg << 'EOF' # internal
2025-08-20T22:53:58.6642878Z [00:03:22.417]➜  # import config
2025-08-20T22:53:58.6643620Z [00:03:22.417]➜  packagefile crypto/hmac=/tmp/go-build1138503492/b125/_pkg_.a
2025-08-20T22:53:58.6644665Z [00:03:22.417]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.6645826Z [00:03:22.417]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:58.6646597Z [00:03:22.417]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.6647195Z [00:03:22.417]➜  EOF
2025-08-20T22:53:58.6647725Z [00:03:22.417]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:58.6650885Z [00:03:22.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/hkdf=>golang.org/x/crypto@v0.38.0/hkdf;$WORK/b392=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid W9eDt7EohUXic-5HtKh0/W9eDt7EohUXic-5HtKh0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/hkdf/hkdf.go
2025-08-20T22:53:58.6679561Z [00:03:22.421]➜  cat >/tmp/go-build1138503492/b390/importcfg << 'EOF' # internal
2025-08-20T22:53:58.6680645Z [00:03:22.421]➜  # import config
2025-08-20T22:53:58.6693271Z [00:03:22.421]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:58.6695601Z [00:03:22.421]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:58.6697276Z [00:03:22.421]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.6698402Z [00:03:22.421]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1138503492/b391/_pkg_.a
2025-08-20T22:53:58.6699553Z [00:03:22.421]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1138503492/b259/_pkg_.a
2025-08-20T22:53:58.6700828Z [00:03:22.421]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1138503492/b260/_pkg_.a
2025-08-20T22:53:58.6701989Z [00:03:22.421]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1138503492/b257/_pkg_.a
2025-08-20T22:53:58.6702685Z [00:03:22.421]➜  EOF
2025-08-20T22:53:58.6709876Z [00:03:22.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305=>golang.org/x/crypto@v0.38.0/chacha20poly1305;$WORK/b390=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -installsuffix shared -buildid bvyAKFCJDRV6ELCbgA4V/bvyAKFCJDRV6ELCbgA4V -goversion go1.25.0 -symabis $WORK/b390/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack -asmhdr $WORK/b390/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305/chacha20poly1305_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:53:58.6820709Z [00:03:22.435]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T22:53:58.6825792Z [00:03:22.435]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/f9/f9e09eba09d25c0beab5aa18d8b0397cf736189c1a230de2173941ce217896bd-d # internal
2025-08-20T22:53:58.6828025Z [00:03:22.435]➜  tailscale.com/net/netx
2025-08-20T22:53:58.6828863Z [00:03:22.435]➜  mkdir -p $WORK/b396/
2025-08-20T22:53:58.6829604Z [00:03:22.435]➜  cat >/tmp/go-build1138503492/b396/importcfg << 'EOF' # internal
2025-08-20T22:53:58.6830271Z [00:03:22.435]➜  # import config
2025-08-20T22:53:58.6830935Z [00:03:22.435]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.6831747Z [00:03:22.435]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.6832551Z [00:03:22.435]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.6833162Z [00:03:22.435]➜  EOF
2025-08-20T22:53:58.6836888Z [00:03:22.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b396/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netx=>tailscale.com/net/netx;$WORK/b396=>" -p tailscale.com/net/netx -lang=go1.24 -complete -installsuffix shared -buildid h2tLf714q7JQ6DzpYdBv/h2tLf714q7JQ6DzpYdBv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netx/netx.go
2025-08-20T22:53:58.7061301Z [00:03:22.459]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T22:53:58.7072001Z [00:03:22.460]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d # internal
2025-08-20T22:53:58.7090652Z [00:03:22.462]➜  tailscale.com/util/singleflight
2025-08-20T22:53:58.7091942Z [00:03:22.462]➜  mkdir -p $WORK/b397/
2025-08-20T22:53:58.7098038Z [00:03:22.463]➜  cat >/tmp/go-build1138503492/b397/importcfg << 'EOF' # internal
2025-08-20T22:53:58.7098932Z [00:03:22.463]➜  # import config
2025-08-20T22:53:58.7100176Z [00:03:22.463]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:58.7101384Z [00:03:22.463]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.7102822Z [00:03:22.463]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.7104449Z [00:03:22.463]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.7105473Z [00:03:22.463]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.7106343Z [00:03:22.463]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:53:58.7109473Z [00:03:22.463]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.7110354Z [00:03:22.463]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:58.7110996Z [00:03:22.463]➜  EOF
2025-08-20T22:53:58.7114443Z [00:03:22.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/singleflight=>tailscale.com/util/singleflight;$WORK/b397=>" -p tailscale.com/util/singleflight -lang=go1.24 -complete -installsuffix shared -buildid 1j6EeqAC8u4qfNWJogL7/1j6EeqAC8u4qfNWJogL7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/singleflight/singleflight.go
2025-08-20T22:53:58.7213183Z [00:03:22.474]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305
2025-08-20T22:53:58.7217367Z [00:03:22.474]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305=>golang.org/x/crypto@v0.38.0/chacha20poly1305;$WORK/b390=>" -I $WORK/b390/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b390/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T22:53:58.7343933Z [00:03:22.487]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T22:53:58.7352450Z [00:03:22.488]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T22:53:58.7354949Z [00:03:22.488]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/06/0698803f083735e7515225990371ddca591e2fee230408cb0ae03852a39eec90-d # internal
2025-08-20T22:53:58.7358407Z [00:03:22.488]➜  tailscale.com/net/dnscache
2025-08-20T22:53:58.7359291Z [00:03:22.489]➜  mkdir -p $WORK/b394/
2025-08-20T22:53:58.7366403Z [00:03:22.489]➜  cat >/tmp/go-build1138503492/b394/importcfg << 'EOF' # internal
2025-08-20T22:53:58.7367390Z [00:03:22.489]➜  # import config
2025-08-20T22:53:58.7368332Z [00:03:22.489]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:58.7369256Z [00:03:22.489]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.7370154Z [00:03:22.489]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:53:58.7371105Z [00:03:22.489]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:58.7372045Z [00:03:22.489]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.7372867Z [00:03:22.489]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.7373879Z [00:03:22.489]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1138503492/b395/_pkg_.a
2025-08-20T22:53:58.7375355Z [00:03:22.489]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build1138503492/b188/_pkg_.a
2025-08-20T22:53:58.7376418Z [00:03:22.489]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.7377222Z [00:03:22.489]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:58.7378059Z [00:03:22.489]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.7378927Z [00:03:22.489]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:58.7379832Z [00:03:22.489]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.7380666Z [00:03:22.489]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.7381550Z [00:03:22.489]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:58.7382570Z [00:03:22.489]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:58.7383661Z [00:03:22.489]➜  packagefile tailscale.com/net/netx=/tmp/go-build1138503492/b396/_pkg_.a
2025-08-20T22:53:58.7384768Z [00:03:22.489]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:53:58.7406335Z [00:03:22.489]➜  packagefile tailscale.com/util/cloudenv=/tmp/go-build1138503492/b332/_pkg_.a
2025-08-20T22:53:58.7407597Z [00:03:22.489]➜  packagefile tailscale.com/util/singleflight=/tmp/go-build1138503492/b397/_pkg_.a
2025-08-20T22:53:58.7409178Z [00:03:22.489]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:53:58.7410336Z [00:03:22.489]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:58.7411295Z [00:03:22.489]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:58.7411939Z [00:03:22.489]➜  EOF
2025-08-20T22:53:58.7412508Z [00:03:22.489]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:58.7416653Z [00:03:22.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache=>tailscale.com/net/dnscache;$WORK/b394=>" -p tailscale.com/net/dnscache -lang=go1.24 -complete -installsuffix shared -buildid qyg8BwVXm_nIEREvTJdO/qyg8BwVXm_nIEREvTJdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/dnscache.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/messagecache.go
2025-08-20T22:53:58.7904814Z [00:03:22.543]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d # internal
2025-08-20T22:53:58.7907574Z [00:03:22.543]➜  tailscale.com/client/local
2025-08-20T22:53:58.7908290Z [00:03:22.544]➜  mkdir -p $WORK/b235/
2025-08-20T22:53:58.7914813Z [00:03:22.544]➜  cat >/tmp/go-build1138503492/b235/importcfg << 'EOF' # internal
2025-08-20T22:53:58.7916094Z [00:03:22.544]➜  # import config
2025-08-20T22:53:58.7917790Z [00:03:22.544]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:58.7919779Z [00:03:22.544]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:58.7920555Z [00:03:22.544]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:53:58.7921679Z [00:03:22.544]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.7922509Z [00:03:22.544]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:53:58.7923421Z [00:03:22.544]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:58.7924326Z [00:03:22.544]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:53:58.7925354Z [00:03:22.544]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.7926214Z [00:03:22.544]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.7927056Z [00:03:22.544]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:58.7927902Z [00:03:22.544]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.7928645Z [00:03:22.545]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:53:58.7929434Z [00:03:22.545]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.7930207Z [00:03:22.545]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:53:58.7931085Z [00:03:22.545]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:53:58.7931986Z [00:03:22.545]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:58.7932822Z [00:03:22.545]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:58.7933623Z [00:03:22.545]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:58.7934405Z [00:03:22.545]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.7935650Z [00:03:22.545]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.7936806Z [00:03:22.545]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.7937683Z [00:03:22.545]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.7938795Z [00:03:22.545]➜  packagefile tailscale.com/client/tailscale/apitype=/tmp/go-build1138503492/b238/_pkg_.a
2025-08-20T22:53:58.7939980Z [00:03:22.545]➜  packagefile tailscale.com/drive=/tmp/go-build1138503492/b268/_pkg_.a
2025-08-20T22:53:58.7941346Z [00:03:22.545]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:53:58.7942365Z [00:03:22.545]➜  packagefile tailscale.com/ipn=/tmp/go-build1138503492/b278/_pkg_.a
2025-08-20T22:53:58.7943448Z [00:03:22.545]➜  packagefile tailscale.com/ipn/ipnstate=/tmp/go-build1138503492/b293/_pkg_.a
2025-08-20T22:53:58.7944559Z [00:03:22.545]➜  packagefile tailscale.com/net/netutil=/tmp/go-build1138503492/b322/_pkg_.a
2025-08-20T22:53:58.7945921Z [00:03:22.545]➜  packagefile tailscale.com/paths=/tmp/go-build1138503492/b349/_pkg_.a
2025-08-20T22:53:58.7946998Z [00:03:22.545]➜  packagefile tailscale.com/safesocket=/tmp/go-build1138503492/b350/_pkg_.a
2025-08-20T22:53:58.7948098Z [00:03:22.545]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:53:58.7949155Z [00:03:22.545]➜  packagefile tailscale.com/tka=/tmp/go-build1138503492/b295/_pkg_.a
2025-08-20T22:53:58.7950245Z [00:03:22.545]➜  packagefile tailscale.com/types/dnstype=/tmp/go-build1138503492/b247/_pkg_.a
2025-08-20T22:53:58.7951408Z [00:03:22.545]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:58.7952504Z [00:03:22.545]➜  packagefile tailscale.com/types/tkatype=/tmp/go-build1138503492/b263/_pkg_.a
2025-08-20T22:53:58.7953628Z [00:03:22.545]➜  packagefile tailscale.com/util/eventbus=/tmp/go-build1138503492/b334/_pkg_.a
2025-08-20T22:53:58.7954837Z [00:03:22.545]➜  packagefile tailscale.com/util/syspolicy/setting=/tmp/go-build1138503492/b315/_pkg_.a
2025-08-20T22:53:58.7956084Z [00:03:22.545]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:58.7956730Z [00:03:22.545]➜  EOF
2025-08-20T22:53:58.7960237Z [00:03:22.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/client/local=>tailscale.com/client/local;$WORK/b235=>" -p tailscale.com/client/local -lang=go1.24 -complete -installsuffix shared -buildid BB8Lt8wLwGhZFOTP-L_1/BB8Lt8wLwGhZFOTP-L_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/client/local/local.go
2025-08-20T22:53:58.7970935Z [00:03:22.550]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20poly1305
2025-08-20T22:53:58.7976763Z [00:03:22.550]➜  go tool pack r $WORK/b390/_pkg_.a $WORK/b390/chacha20poly1305_amd64.o # internal
2025-08-20T22:53:58.7977693Z [00:03:22.550]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T22:53:58.7991011Z [00:03:22.552]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/0d/0db8726bc187afc61dae6a6665d8aa227eb488e026b453476c2774d31517a611-d # internal
2025-08-20T22:53:58.8001719Z [00:03:22.553]➜  tailscale.com/control/controlbase
2025-08-20T22:53:58.8008061Z [00:03:22.553]➜  mkdir -p $WORK/b389/
2025-08-20T22:53:58.8008853Z [00:03:22.553]➜  cat >/tmp/go-build1138503492/b389/importcfg << 'EOF' # internal
2025-08-20T22:53:58.8009581Z [00:03:22.553]➜  # import config
2025-08-20T22:53:58.8010298Z [00:03:22.553]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.8011261Z [00:03:22.553]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:53:58.8012231Z [00:03:22.553]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:58.8013151Z [00:03:22.553]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.8013993Z [00:03:22.553]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.8014859Z [00:03:22.553]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:53:58.8016037Z [00:03:22.553]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build1138503492/b302/_pkg_.a
2025-08-20T22:53:58.8017184Z [00:03:22.553]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build1138503492/b390/_pkg_.a
2025-08-20T22:53:58.8018438Z [00:03:22.553]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1138503492/b254/_pkg_.a
2025-08-20T22:53:58.8019574Z [00:03:22.553]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1138503492/b392/_pkg_.a
2025-08-20T22:53:58.8020863Z [00:03:22.553]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:58.8021691Z [00:03:22.553]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.8022494Z [00:03:22.553]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.8023341Z [00:03:22.553]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.8024181Z [00:03:22.553]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.8030288Z [00:03:22.553]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:53:58.8031315Z [00:03:22.553]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:58.8031905Z [00:03:22.553]➜  EOF
2025-08-20T22:53:58.8032447Z [00:03:22.553]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale
2025-08-20T22:53:58.8036998Z [00:03:22.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase=>tailscale.com/control/controlbase;$WORK/b389=>" -p tailscale.com/control/controlbase -lang=go1.24 -complete -installsuffix shared -buildid 3EovD6Zj-HxTrGi7yDM2/3EovD6Zj-HxTrGi7yDM2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/conn.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/handshake.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/messages.go
2025-08-20T22:53:58.9272755Z [00:03:22.680]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T22:53:58.9318343Z [00:03:22.684]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d # internal
2025-08-20T22:53:58.9331110Z [00:03:22.686]➜  golang.org/x/net/internal/socket
2025-08-20T22:53:58.9334274Z [00:03:22.686]➜  mkdir -p $WORK/b403/
2025-08-20T22:53:58.9343743Z [00:03:22.687]➜  cat >/tmp/go-build1138503492/b403/importcfg << 'EOF' # internal
2025-08-20T22:53:58.9345013Z [00:03:22.687]➜  # import config
2025-08-20T22:53:58.9346590Z [00:03:22.687]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:58.9347739Z [00:03:22.687]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.9348863Z [00:03:22.687]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:58.9350778Z [00:03:22.687]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.9351564Z [00:03:22.687]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:58.9352347Z [00:03:22.687]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.9353190Z [00:03:22.687]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.9354024Z [00:03:22.687]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.9354872Z [00:03:22.687]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:58.9355902Z [00:03:22.687]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:58.9356557Z [00:03:22.687]➜  EOF
2025-08-20T22:53:58.9378627Z [00:03:22.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket=>golang.org/x/net@v0.40.0/internal/socket;$WORK/b403=>" -p golang.org/x/net/internal/socket -lang=go1.23 -complete -installsuffix shared -buildid SbOMAjS3GhUVBmZKRn0g/SbOMAjS3GhUVBmZKRn0g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/cmsghdr.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/cmsghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/cmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/complete_dontwait.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/error_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/iovec_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/mmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/msghdr_linux.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/msghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/norace.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/rawconn.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/rawconn_mmsg.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/rawconn_msg.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/socket.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/sys.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/sys_const_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/sys_linux_amd64.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/sys_posix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/sys_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socket/zsys_linux_amd64.go
2025-08-20T22:53:58.9442064Z [00:03:22.695]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T22:53:58.9457778Z [00:03:22.698]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/8c/8c4c1269f5bcf04c3154f9ef82f329220e4cae33d94f9e208a55628c63f99e36-d # internal
2025-08-20T22:53:58.9465581Z [00:03:22.699]➜  golang.org/x/net/internal/socks
2025-08-20T22:53:58.9469377Z [00:03:22.699]➜  mkdir -p $WORK/b407/
2025-08-20T22:53:58.9470137Z [00:03:22.699]➜  cat >/tmp/go-build1138503492/b407/importcfg << 'EOF' # internal
2025-08-20T22:53:58.9470917Z [00:03:22.699]➜  # import config
2025-08-20T22:53:58.9471660Z [00:03:22.699]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:58.9472443Z [00:03:22.699]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:58.9473558Z [00:03:22.699]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.9474353Z [00:03:22.699]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.9475328Z [00:03:22.699]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.9476135Z [00:03:22.699]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:58.9476723Z [00:03:22.699]➜  EOF
2025-08-20T22:53:58.9480582Z [00:03:22.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socks=>golang.org/x/net@v0.40.0/internal/socks;$WORK/b407=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid Ci0IJAZpPOQSUk2QFGdC/Ci0IJAZpPOQSUk2QFGdC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/internal/socks/socks.go
2025-08-20T22:53:58.9547267Z [00:03:22.707]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T22:53:58.9606529Z [00:03:22.713]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/44/44ec0e819dc3a9582744e5ef92dbd82d5b90f20099a741d6bda9624a16e087ab-d # internal
2025-08-20T22:53:58.9615649Z [00:03:22.714]➜  tailscale.com/net/netknob
2025-08-20T22:53:58.9616223Z [00:03:22.714]➜  mkdir -p $WORK/b408/
2025-08-20T22:53:58.9616907Z [00:03:22.714]➜  cat >/tmp/go-build1138503492/b408/importcfg << 'EOF' # internal
2025-08-20T22:53:58.9617520Z [00:03:22.714]➜  # import config
2025-08-20T22:53:58.9618133Z [00:03:22.714]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:58.9618886Z [00:03:22.714]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:58.9619444Z [00:03:22.714]➜  EOF
2025-08-20T22:53:58.9622634Z [00:03:22.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netknob=>tailscale.com/net/netknob;$WORK/b408=>" -p tailscale.com/net/netknob -lang=go1.24 -complete -installsuffix shared -buildid xDDyYW3AHF6Tm5afeGCe/xDDyYW3AHF6Tm5afeGCe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netknob/netknob.go
2025-08-20T22:53:58.9724486Z [00:03:22.724]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T22:53:58.9733213Z [00:03:22.724]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/1f/1f891a52da4a3ad6ecea695a16c9c46e3eb9020d66d11230a6d2cfb4f09c62d2-d # internal
2025-08-20T22:53:58.9734420Z [00:03:22.725]➜  github.com/coreos/go-iptables/iptables
2025-08-20T22:53:58.9735025Z [00:03:22.725]➜  mkdir -p $WORK/b410/
2025-08-20T22:53:58.9735966Z [00:03:22.725]➜  cat >/tmp/go-build1138503492/b410/importcfg << 'EOF' # internal
2025-08-20T22:53:58.9736638Z [00:03:22.725]➜  # import config
2025-08-20T22:53:58.9737292Z [00:03:22.725]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:58.9738093Z [00:03:22.725]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:58.9738917Z [00:03:22.725]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:58.9739709Z [00:03:22.725]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:58.9740530Z [00:03:22.725]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:58.9741345Z [00:03:22.725]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:53:58.9742168Z [00:03:22.725]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:53:58.9743003Z [00:03:22.725]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:58.9743849Z [00:03:22.725]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:58.9744513Z [00:03:22.725]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:58.9745535Z [00:03:22.725]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:58.9746181Z [00:03:22.725]➜  EOF
2025-08-20T22:53:58.9751432Z [00:03:22.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coreos/go-iptables@v0.7.1-0.20240112124308-65c67c9f46e6/iptables=>github.com/coreos/go-iptables@v0.7.1-0.20240112124308-65c67c9f46e6/iptables;$WORK/b410=>" -p github.com/coreos/go-iptables/iptables -lang=go1.16 -complete -installsuffix shared -buildid wJrvHQtDd1UsEKoF4jLA/wJrvHQtDd1UsEKoF4jLA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/github.com/coreos/go-iptables@v0.7.1-0.20240112124308-65c67c9f46e6/iptables/iptables.go /root/go/pkg/mod/github.com/coreos/go-iptables@v0.7.1-0.20240112124308-65c67c9f46e6/iptables/lock.go
2025-08-20T22:53:59.0145785Z [00:03:22.767]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T22:53:59.0171845Z [00:03:22.770]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/e3/e3837efe11b67bedf53fab666d54e20c765d4926c2ee3d3cc91123a74f7659ab-d # internal
2025-08-20T22:53:59.0184377Z [00:03:22.771]➜  golang.org/x/net/proxy
2025-08-20T22:53:59.0188233Z [00:03:22.771]➜  mkdir -p $WORK/b406/
2025-08-20T22:53:59.0198379Z [00:03:22.772]➜  cat >/tmp/go-build1138503492/b406/importcfg << 'EOF' # internal
2025-08-20T22:53:59.0203056Z [00:03:22.772]➜  # import config
2025-08-20T22:53:59.0204963Z [00:03:22.772]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:59.0208546Z [00:03:22.772]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.0209863Z [00:03:22.772]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build1138503492/b407/_pkg_.a
2025-08-20T22:53:59.0211147Z [00:03:22.772]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.0212016Z [00:03:22.772]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:53:59.0214165Z [00:03:22.772]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:53:59.0215005Z [00:03:22.772]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:59.0216074Z [00:03:22.772]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:59.0217061Z [00:03:22.772]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:59.0218078Z [00:03:22.772]➜  EOF
2025-08-20T22:53:59.0222685Z [00:03:22.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/proxy=>golang.org/x/net@v0.40.0/proxy;$WORK/b406=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid oSlrARRtf1daQfd-pmeG/oSlrARRtf1daQfd-pmeG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/proxy/socks5.go
2025-08-20T22:53:59.0848123Z [00:03:22.837]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T22:53:59.0876339Z [00:03:22.840]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/6b/6b2886feb78a3f67693477eeda33407c6c9a55f21364311320decf47297739a1-d # internal
2025-08-20T22:53:59.0885811Z [00:03:22.841]➜  github.com/google/nftables/binaryutil
2025-08-20T22:53:59.0891857Z [00:03:22.842]➜  mkdir -p $WORK/b412/
2025-08-20T22:53:59.0901598Z [00:03:22.843]➜  cat >/tmp/go-build1138503492/b412/importcfg << 'EOF' # internal
2025-08-20T22:53:59.0902596Z [00:03:22.843]➜  # import config
2025-08-20T22:53:59.0910945Z [00:03:22.843]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:59.0912019Z [00:03:22.843]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.0912760Z [00:03:22.843]➜  EOF
2025-08-20T22:53:59.0937386Z [00:03:22.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/binaryutil=>github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/binaryutil;$WORK/b412=>" -p github.com/google/nftables/binaryutil -lang=go1.21 -complete -installsuffix shared -buildid L4GqLyNS12j3wzjpMqzl/L4GqLyNS12j3wzjpMqzl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/binaryutil/binaryutil.go
2025-08-20T22:53:59.0943521Z [00:03:22.846]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T22:53:59.0948536Z [00:03:22.847]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/a1/a17e26f40647127263de2dcc588e4b2c0b869af9deef5653855dfc4014a9542c-d # internal
2025-08-20T22:53:59.0991933Z [00:03:22.852]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T22:53:59.1016764Z [00:03:22.854]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/63/63453d3edb8067eca826fe35c8e3ffcb2184f286b7317c609c959f9be3cbc066-d # internal
2025-08-20T22:53:59.1025045Z [00:03:22.855]➜  golang.org/x/net/ipv4
2025-08-20T22:53:59.1027362Z [00:03:22.855]➜  mkdir -p $WORK/b401/
2025-08-20T22:53:59.1033920Z [00:03:22.856]➜  golang.org/x/net/ipv6
2025-08-20T22:53:59.1043184Z [00:03:22.856]➜  mkdir -p $WORK/b404/
2025-08-20T22:53:59.1044885Z [00:03:22.857]➜  cat >/tmp/go-build1138503492/b404/importcfg << 'EOF' # internal
2025-08-20T22:53:59.1046525Z [00:03:22.857]➜  # import config
2025-08-20T22:53:59.1048229Z [00:03:22.857]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.1050438Z [00:03:22.857]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.1053979Z [00:03:22.857]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.1055358Z [00:03:22.857]➜  packagefile golang.org/x/net/bpf=/tmp/go-build1138503492/b329/_pkg_.a
2025-08-20T22:53:59.1056735Z [00:03:22.857]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build1138503492/b402/_pkg_.a
2025-08-20T22:53:59.1057749Z [00:03:22.857]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build1138503492/b403/_pkg_.a
2025-08-20T22:53:59.1058708Z [00:03:22.857]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.1059473Z [00:03:22.857]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.1060178Z [00:03:22.857]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:59.1060874Z [00:03:22.857]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:59.1061557Z [00:03:22.857]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:59.1062248Z [00:03:22.857]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:59.1062759Z [00:03:22.857]➜  EOF
2025-08-20T22:53:59.1073053Z [00:03:22.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6=>golang.org/x/net@v0.40.0/ipv6;$WORK/b404=>" -p golang.org/x/net/ipv6 -lang=go1.23 -complete -installsuffix shared -buildid pE3cUlXrVDL3rX7IYZQ6/pE3cUlXrVDL3rX7IYZQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/batch.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/control.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/control_rfc3542_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/doc.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/header.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/helper.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/iana.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/payload.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/sys_asmreq.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv6/zsys_linux_amd64.go
2025-08-20T22:53:59.1086229Z [00:03:22.858]➜  cat >/tmp/go-build1138503492/b401/importcfg << 'EOF' # internal
2025-08-20T22:53:59.1087172Z [00:03:22.858]➜  # import config
2025-08-20T22:53:59.1088032Z [00:03:22.858]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.1088986Z [00:03:22.858]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.1089918Z [00:03:22.858]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.1091021Z [00:03:22.858]➜  packagefile golang.org/x/net/bpf=/tmp/go-build1138503492/b329/_pkg_.a
2025-08-20T22:53:59.1092056Z [00:03:22.858]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build1138503492/b402/_pkg_.a
2025-08-20T22:53:59.1093184Z [00:03:22.858]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build1138503492/b403/_pkg_.a
2025-08-20T22:53:59.1094778Z [00:03:22.858]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.1097125Z [00:03:22.858]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.1098150Z [00:03:22.858]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:59.1099137Z [00:03:22.858]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:59.1100299Z [00:03:22.858]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:59.1101353Z [00:03:22.858]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:59.1102104Z [00:03:22.858]➜  EOF
2025-08-20T22:53:59.1115645Z [00:03:22.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4=>golang.org/x/net@v0.40.0/ipv4;$WORK/b401=>" -p golang.org/x/net/ipv4 -lang=go1.23 -complete -installsuffix shared -buildid K5MWoISAVyMn3PCvl3iM/K5MWoISAVyMn3PCvl3iM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/batch.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/control.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/control_pktinfo.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/doc.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/header.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/helper.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/iana.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/packet.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/payload.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/sys_asmreq_stub.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/sys_asmreqn.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/ipv4/zsys_linux_amd64.go
2025-08-20T22:53:59.1213519Z [00:03:22.874]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T22:53:59.1224502Z [00:03:22.875]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/04/04944f886168129525dd7bd49cd28b0467d3664d289d22dc1de6c0834ffe50e6-d # internal
2025-08-20T22:53:59.1226702Z [00:03:22.875]➜  github.com/google/nftables/internal/parseexprfunc
2025-08-20T22:53:59.1228020Z [00:03:22.876]➜  mkdir -p $WORK/b414/
2025-08-20T22:53:59.1233554Z [00:03:22.876]➜  cat >/tmp/go-build1138503492/b414/importcfg << 'EOF' # internal
2025-08-20T22:53:59.1234967Z [00:03:22.876]➜  # import config
2025-08-20T22:53:59.1238851Z [00:03:22.877]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build1138503492/b326/_pkg_.a
2025-08-20T22:53:59.1239607Z [00:03:22.877]➜  EOF
2025-08-20T22:53:59.1244197Z [00:03:22.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/internal/parseexprfunc=>github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/internal/parseexprfunc;$WORK/b414=>" -p github.com/google/nftables/internal/parseexprfunc -lang=go1.21 -complete -installsuffix shared -buildid IVExkMRxBEDucKKQ5MBz/IVExkMRxBEDucKKQ5MBz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/internal/parseexprfunc/parseexprfunc.go
2025-08-20T22:53:59.1313367Z [00:03:22.884]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T22:53:59.1319853Z [00:03:22.884]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/32/32a96291bccb64288e415d4287133f46d63882aff8916e02dd202d064ab148df-d # internal
2025-08-20T22:53:59.1321349Z [00:03:22.885]➜  github.com/google/nftables/alignedbuff
2025-08-20T22:53:59.1352316Z [00:03:22.887]➜  mkdir -p $WORK/b416/
2025-08-20T22:53:59.1353031Z [00:03:22.887]➜  cat >/tmp/go-build1138503492/b416/importcfg << 'EOF' # internal
2025-08-20T22:53:59.1353675Z [00:03:22.887]➜  # import config
2025-08-20T22:53:59.1354300Z [00:03:22.887]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:59.1355099Z [00:03:22.887]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.1356085Z [00:03:22.887]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.1357085Z [00:03:22.887]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build1138503492/b412/_pkg_.a
2025-08-20T22:53:59.1357893Z [00:03:22.887]➜  EOF
2025-08-20T22:53:59.1362101Z [00:03:22.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/alignedbuff=>github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/alignedbuff;$WORK/b416=>" -p github.com/google/nftables/alignedbuff -lang=go1.21 -complete -installsuffix shared -buildid Su5aE1GBrgdg2Xxx1SRf/Su5aE1GBrgdg2Xxx1SRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/alignedbuff/alignedbuff.go
2025-08-20T22:53:59.1665366Z [00:03:22.919]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T22:53:59.1676054Z [00:03:22.920]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/de/ded591ff13a8fa2a7a2b83181cc393aea7a6f052c8b6b8b97b2a642ec4f6d1d8-d # internal
2025-08-20T22:53:59.1684379Z [00:03:22.921]➜  github.com/google/nftables/xt
2025-08-20T22:53:59.1685472Z [00:03:22.921]➜  mkdir -p $WORK/b415/
2025-08-20T22:53:59.1689925Z [00:03:22.922]➜  cat >/tmp/go-build1138503492/b415/importcfg << 'EOF' # internal
2025-08-20T22:53:59.1698827Z [00:03:22.922]➜  # import config
2025-08-20T22:53:59.1699527Z [00:03:22.922]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.1700356Z [00:03:22.922]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.1701417Z [00:03:22.922]➜  packagefile github.com/google/nftables/alignedbuff=/tmp/go-build1138503492/b416/_pkg_.a
2025-08-20T22:53:59.1702558Z [00:03:22.922]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.1703432Z [00:03:22.922]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.1703996Z [00:03:22.922]➜  EOF
2025-08-20T22:53:59.1714256Z [00:03:22.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt=>github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt;$WORK/b415=>" -p github.com/google/nftables/xt -lang=go1.21 -complete -installsuffix shared -buildid S-zKyrqkp4hct6zU4Ri9/S-zKyrqkp4hct6zU4Ri9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/info.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/match_addrtype.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/match_conntrack.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/match_tcp.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/match_udp.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/target_dnat.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/target_masquerade_ip.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/unknown.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/util.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/xt/xt.go
2025-08-20T22:53:59.2731634Z [00:03:23.026]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T22:53:59.2747659Z [00:03:23.027]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/0e/0ed7adb6f899194b60bbf65f466d12d95d1e30223e4b21643909c26a457b131e-d # internal
2025-08-20T22:53:59.2759175Z [00:03:23.029]➜  github.com/google/nftables/expr
2025-08-20T22:53:59.2760723Z [00:03:23.029]➜  mkdir -p $WORK/b413/
2025-08-20T22:53:59.2772539Z [00:03:23.030]➜  cat >/tmp/go-build1138503492/b413/importcfg << 'EOF' # internal
2025-08-20T22:53:59.2775971Z [00:03:23.030]➜  # import config
2025-08-20T22:53:59.2778058Z [00:03:23.030]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:59.2780657Z [00:03:23.030]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.2781662Z [00:03:23.030]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.2784552Z [00:03:23.030]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.2786908Z [00:03:23.030]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build1138503492/b412/_pkg_.a
2025-08-20T22:53:59.2792566Z [00:03:23.030]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/tmp/go-build1138503492/b414/_pkg_.a
2025-08-20T22:53:59.2794008Z [00:03:23.030]➜  packagefile github.com/google/nftables/xt=/tmp/go-build1138503492/b415/_pkg_.a
2025-08-20T22:53:59.2795410Z [00:03:23.030]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build1138503492/b326/_pkg_.a
2025-08-20T22:53:59.2796590Z [00:03:23.030]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.2797540Z [00:03:23.030]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:59.2798513Z [00:03:23.030]➜  EOF
2025-08-20T22:53:59.2829603Z [00:03:23.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr=>github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr;$WORK/b413=>" -p github.com/google/nftables/expr -lang=go1.21 -complete -installsuffix shared -buildid VJfdLoll_w3JhRdoblOM/VJfdLoll_w3JhRdoblOM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/bitwise.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/byteorder.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/connlimit.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/counter.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/ct.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/dup.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/dynset.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/expr.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/exthdr.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/fib.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/flow_offload.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/hash.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/immediate.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/limit.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/log.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/lookup.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/match.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/nat.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/notrack.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/numgen.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/objref.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/payload.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/queue.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/quota.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/range.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/redirect.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/reject.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/rt.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/socket.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/target.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/tproxy.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/expr/verdict.go
2025-08-20T22:53:59.3632039Z [00:03:23.116]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T22:53:59.3672336Z [00:03:23.120]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d # internal
2025-08-20T22:53:59.3676148Z [00:03:23.120]➜  github.com/mdlayher/netlink/nltest
2025-08-20T22:53:59.3678036Z [00:03:23.120]➜  mkdir -p $WORK/b417/
2025-08-20T22:53:59.3679034Z [00:03:23.120]➜  cat >/tmp/go-build1138503492/b417/importcfg << 'EOF' # internal
2025-08-20T22:53:59.3679716Z [00:03:23.120]➜  # import config
2025-08-20T22:53:59.3680338Z [00:03:23.120]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.3681303Z [00:03:23.120]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build1138503492/b326/_pkg_.a
2025-08-20T22:53:59.3682406Z [00:03:23.120]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build1138503492/b327/_pkg_.a
2025-08-20T22:53:59.3683486Z [00:03:23.120]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.3684364Z [00:03:23.120]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:59.3686379Z [00:03:23.120]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:59.3687027Z [00:03:23.120]➜  EOF
2025-08-20T22:53:59.3691984Z [00:03:23.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b417/_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/b417=>" -p github.com/mdlayher/netlink/nltest -lang=go1.21 -complete -installsuffix shared -buildid dxhgW4OznKuYxlE9DfsJ/dxhgW4OznKuYxlE9DfsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/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-20T22:53:59.4175541Z [00:03:23.170]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T22:53:59.4179886Z [00:03:23.171]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/33/338c01c3336957090a4b7803da8d8e72a4b054e336af53d0f59c89840b8cef4e-d # internal
2025-08-20T22:53:59.4181104Z [00:03:23.171]➜  github.com/vishvananda/netns
2025-08-20T22:53:59.4181716Z [00:03:23.171]➜  mkdir -p $WORK/b420/
2025-08-20T22:53:59.4182445Z [00:03:23.171]➜  cat >/tmp/go-build1138503492/b420/importcfg << 'EOF' # internal
2025-08-20T22:53:59.4183207Z [00:03:23.171]➜  # import config
2025-08-20T22:53:59.4183885Z [00:03:23.171]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.4185463Z [00:03:23.171]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.4186412Z [00:03:23.171]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:59.4187250Z [00:03:23.171]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:59.4188145Z [00:03:23.171]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:59.4189055Z [00:03:23.171]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:59.4189898Z [00:03:23.171]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:59.4190524Z [00:03:23.171]➜  EOF
2025-08-20T22:53:59.4194962Z [00:03:23.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vishvananda/netns@v0.0.5=>github.com/vishvananda/netns@v0.0.5;$WORK/b420=>" -p github.com/vishvananda/netns -lang=go1.17 -complete -installsuffix shared -buildid ok-eyWDDOon2bMrsVZiK/ok-eyWDDOon2bMrsVZiK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/vishvananda/netns@v0.0.5/doc.go /root/go/pkg/mod/github.com/vishvananda/netns@v0.0.5/netns_linux.go /root/go/pkg/mod/github.com/vishvananda/netns@v0.0.5/nshandle_linux.go
2025-08-20T22:53:59.4273623Z [00:03:23.180]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T22:53:59.4324201Z [00:03:23.185]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/c7/c79a99d64daaa64bbff1f857e4849b6acf9a76f75cf19bd44f966ce3b5670ea5-d # internal
2025-08-20T22:53:59.4344556Z [00:03:23.187]➜  github.com/miekg/dns
2025-08-20T22:53:59.4345041Z [00:03:23.187]➜  mkdir -p $WORK/b400/
2025-08-20T22:53:59.4357959Z [00:03:23.188]➜  cat >/tmp/go-build1138503492/b400/importcfg << 'EOF' # internal
2025-08-20T22:53:59.4358644Z [00:03:23.188]➜  # import config
2025-08-20T22:53:59.4359582Z [00:03:23.188]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:53:59.4360341Z [00:03:23.188]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:59.4361143Z [00:03:23.188]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:53:59.4361957Z [00:03:23.188]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:53:59.4362771Z [00:03:23.188]➜  packagefile crypto/ecdsa=/tmp/go-build1138503492/b106/_pkg_.a
2025-08-20T22:53:59.4363635Z [00:03:23.188]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:53:59.4364576Z [00:03:23.188]➜  packagefile crypto/elliptic=/tmp/go-build1138503492/b107/_pkg_.a
2025-08-20T22:53:59.4365716Z [00:03:23.188]➜  packagefile crypto/hmac=/tmp/go-build1138503492/b125/_pkg_.a
2025-08-20T22:53:59.4366520Z [00:03:23.188]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:53:59.4367338Z [00:03:23.188]➜  packagefile crypto/rsa=/tmp/go-build1138503492/b138/_pkg_.a
2025-08-20T22:53:59.4368205Z [00:03:23.188]➜  packagefile crypto/sha1=/tmp/go-build1138503492/b140/_pkg_.a
2025-08-20T22:53:59.4369024Z [00:03:23.188]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:53:59.4369938Z [00:03:23.188]➜  packagefile crypto/sha512=/tmp/go-build1138503492/b115/_pkg_.a
2025-08-20T22:53:59.4370837Z [00:03:23.188]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:53:59.4371620Z [00:03:23.188]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:53:59.4372518Z [00:03:23.188]➜  packagefile encoding/asn1=/tmp/go-build1138503492/b117/_pkg_.a
2025-08-20T22:53:59.4373319Z [00:03:23.188]➜  packagefile encoding/base32=/tmp/go-build1138503492/b241/_pkg_.a
2025-08-20T22:53:59.4374140Z [00:03:23.188]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:53:59.4374989Z [00:03:23.188]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.4388691Z [00:03:23.188]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:59.4389453Z [00:03:23.188]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.4390387Z [00:03:23.188]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.4391164Z [00:03:23.188]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build1138503492/b401/_pkg_.a
2025-08-20T22:53:59.4392003Z [00:03:23.188]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build1138503492/b404/_pkg_.a
2025-08-20T22:53:59.4392825Z [00:03:23.188]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.4393562Z [00:03:23.188]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:53:59.4394212Z [00:03:23.188]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:59.4394936Z [00:03:23.188]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:53:59.4396001Z [00:03:23.188]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:53:59.4396842Z [00:03:23.188]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.4397559Z [00:03:23.188]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:59.4398309Z [00:03:23.188]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:53:59.4399148Z [00:03:23.188]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:53:59.4400031Z [00:03:23.188]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:53:59.4400856Z [00:03:23.188]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:53:59.4401693Z [00:03:23.188]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:59.4402450Z [00:03:23.188]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:59.4403249Z [00:03:23.188]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:59.4404058Z [00:03:23.188]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:59.4405058Z [00:03:23.188]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:59.4405903Z [00:03:23.188]➜  EOF
2025-08-20T22:53:59.4423913Z [00:03:23.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/miekg/dns@v1.1.58=>github.com/miekg/dns@v1.1.58;$WORK/b400=>" -p github.com/miekg/dns -lang=go1.19 -complete -installsuffix shared -buildid JgEEJBN413OevJHorBTy/JgEEJBN413OevJHorBTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/acceptfunc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/client.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/clientconfig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/dane.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/defaults.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/dns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/dnssec.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/dnssec_keygen.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/dnssec_keyscan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/dnssec_privkey.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/doc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/duplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/edns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/format.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/generate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/hash.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/labels.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/listen_reuseport.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/msg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/msg_helpers.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/msg_truncate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/nsecx.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/privaterr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/reverse.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/sanitize.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/scan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/scan_rr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/serve_mux.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/server.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/sig0.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/smimea.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/svcb.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/tlsa.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/tsig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/types.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/udp.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/update.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/version.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/xfr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/zduplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/zmsg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.58/ztypes.go
2025-08-20T22:53:59.5073682Z [00:03:23.260]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T22:53:59.5102442Z [00:03:23.263]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/8d/8ded7aebd75516a21aa90b82edd71d924e6f473dc58973c1a13deedd11243ff1-d # internal
2025-08-20T22:53:59.5108858Z [00:03:23.264]➜  github.com/google/nftables
2025-08-20T22:53:59.5112768Z [00:03:23.264]➜  mkdir -p $WORK/b411/
2025-08-20T22:53:59.5122345Z [00:03:23.265]➜  cat >/tmp/go-build1138503492/b411/importcfg << 'EOF' # internal
2025-08-20T22:53:59.5125636Z [00:03:23.265]➜  # import config
2025-08-20T22:53:59.5126435Z [00:03:23.265]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.5127359Z [00:03:23.265]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.5128216Z [00:03:23.265]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.5129278Z [00:03:23.265]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build1138503492/b412/_pkg_.a
2025-08-20T22:53:59.5130928Z [00:03:23.265]➜  packagefile github.com/google/nftables/expr=/tmp/go-build1138503492/b413/_pkg_.a
2025-08-20T22:53:59.5132312Z [00:03:23.265]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/tmp/go-build1138503492/b414/_pkg_.a
2025-08-20T22:53:59.5133601Z [00:03:23.265]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build1138503492/b326/_pkg_.a
2025-08-20T22:53:59.5134751Z [00:03:23.265]➜  packagefile github.com/mdlayher/netlink/nltest=/tmp/go-build1138503492/b417/_pkg_.a
2025-08-20T22:53:59.5136175Z [00:03:23.265]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.5137083Z [00:03:23.265]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:59.5137858Z [00:03:23.265]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.5138624Z [00:03:23.265]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:59.5139439Z [00:03:23.265]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:59.5140241Z [00:03:23.265]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:59.5141038Z [00:03:23.265]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:59.5141626Z [00:03:23.265]➜  EOF
2025-08-20T22:53:59.5160297Z [00:03:23.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806=>github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806;$WORK/b411=>" -p github.com/google/nftables -lang=go1.21 -complete -installsuffix shared -buildid eO17qINzZT38r8vlrT_g/eO17qINzZT38r8vlrT_g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/chain.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/compat_policy.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/conn.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/counter.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/doc.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/flowtable.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/monitor.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/obj.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/quota.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/rule.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/set.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/table.go /root/go/pkg/mod/github.com/google/nftables@v0.2.1-0.20240414091927-5e242ec57806/util.go
2025-08-20T22:53:59.5244692Z [00:03:23.277]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T22:53:59.5269756Z [00:03:23.279]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/72/725d67b3a5930328a0957fc884e7df68a91b6cb31721b33a7de59fd2938a74f3-d # internal
2025-08-20T22:53:59.5282455Z [00:03:23.279]➜  github.com/tailscale/netlink/nl
2025-08-20T22:53:59.5283087Z [00:03:23.279]➜  mkdir -p $WORK/b419/
2025-08-20T22:53:59.5283842Z [00:03:23.279]➜  cat >/tmp/go-build1138503492/b419/importcfg << 'EOF' # internal
2025-08-20T22:53:59.5284518Z [00:03:23.279]➜  # import config
2025-08-20T22:53:59.5285413Z [00:03:23.279]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:59.5286260Z [00:03:23.279]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.5287058Z [00:03:23.279]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.5287890Z [00:03:23.279]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.5288791Z [00:03:23.279]➜  packagefile github.com/vishvananda/netns=/tmp/go-build1138503492/b420/_pkg_.a
2025-08-20T22:53:59.5289772Z [00:03:23.280]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.5290873Z [00:03:23.280]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:59.5291612Z [00:03:23.280]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.5292366Z [00:03:23.280]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:53:59.5293132Z [00:03:23.280]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:59.5293873Z [00:03:23.280]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:59.5294634Z [00:03:23.280]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:53:59.5295578Z [00:03:23.280]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:59.5296142Z [00:03:23.280]➜  EOF
2025-08-20T22:53:59.5313682Z [00:03:23.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl=>github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl;$WORK/b419=>" -p github.com/tailscale/netlink/nl -lang=go1.12 -complete -installsuffix shared -buildid XvchnWBmbI-oxRuZovCu/XvchnWBmbI-oxRuZovCu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/addr_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/bridge_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/conntrack_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/devlink_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/genetlink_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/ipset_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/link_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/lwt_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/mpls_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/nl_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/parse_attr_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/rdma_link_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/route_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/seg6_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/seg6local_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/syscall.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/tc_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/xfrm_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/xfrm_monitor_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/xfrm_policy_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/nl/xfrm_state_linux.go
2025-08-20T22:53:59.8244115Z [00:03:23.577]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T22:53:59.8288745Z [00:03:23.581]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/69/69ed964b13a829d98c985e3a22419b0a75eb0e3fefb41f63468d668251c41f49-d # internal
2025-08-20T22:53:59.8339005Z [00:03:23.586]➜  github.com/tailscale/netlink
2025-08-20T22:53:59.8356789Z [00:03:23.586]➜  mkdir -p $WORK/b418/
2025-08-20T22:53:59.8357530Z [00:03:23.587]➜  cat >/tmp/go-build1138503492/b418/importcfg << 'EOF' # internal
2025-08-20T22:53:59.8358194Z [00:03:23.587]➜  # import config
2025-08-20T22:53:59.8358891Z [00:03:23.587]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:53:59.8360089Z [00:03:23.587]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:53:59.8361070Z [00:03:23.587]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:53:59.8361967Z [00:03:23.587]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:53:59.8362760Z [00:03:23.587]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.8363728Z [00:03:23.587]➜  packagefile github.com/tailscale/netlink/nl=/tmp/go-build1138503492/b419/_pkg_.a
2025-08-20T22:53:59.8364813Z [00:03:23.587]➜  packagefile github.com/vishvananda/netns=/tmp/go-build1138503492/b420/_pkg_.a
2025-08-20T22:53:59.8366107Z [00:03:23.587]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:53:59.8366992Z [00:03:23.587]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:53:59.8367813Z [00:03:23.587]➜  packagefile io/ioutil=/tmp/go-build1138503492/b169/_pkg_.a
2025-08-20T22:53:59.8368663Z [00:03:23.587]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:53:59.8369442Z [00:03:23.587]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:53:59.8370223Z [00:03:23.587]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:53:59.8370978Z [00:03:23.587]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:53:59.8371744Z [00:03:23.587]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:53:59.8372540Z [00:03:23.587]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:59.8373334Z [00:03:23.587]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:53:59.8374125Z [00:03:23.587]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:53:59.8374722Z [00:03:23.587]➜  EOF
2025-08-20T22:53:59.8431327Z [00:03:23.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7=>github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7;$WORK/b418=>" -p github.com/tailscale/netlink -lang=go1.12 -complete -installsuffix shared -buildid ySDl4mcnTTdKpZZHDCYy/ySDl4mcnTTdKpZZHDCYy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/addr.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/addr_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/bpf_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/bridge_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/class.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/class_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/conntrack_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/devlink_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/filter.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/filter_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/fou.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/fou_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/genetlink_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/gtp_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/handle_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/inet_diag.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/ioctl_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/ipset_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/link.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/link_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/link_tuntap_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/neigh.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/neigh_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/netlink.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/netlink_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/netns_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/order.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/protinfo.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/protinfo_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/qdisc.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/qdisc_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/rdma_link_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/route.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/route_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/rule.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/rule_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/socket.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/socket_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/tcp.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/tcp_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/xfrm.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/xfrm_monitor_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/xfrm_policy.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/xfrm_policy_linux.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/xfrm_state.go /root/go/pkg/mod/github.com/tailscale/netlink@v1.1.1-0.20240822203006-4d49adab4de7/xfrm_state_linux.go
2025-08-20T22:53:59.9152233Z [00:03:23.668]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T22:53:59.9227602Z [00:03:23.675]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/ce/ce464b04bf86954f506144f14b0c978950e0f7dfb7905d12371b61d27172dc7f-d # internal
2025-08-20T22:53:59.9235544Z [00:03:23.676]➜  tailscale.com/net/bakedroots
2025-08-20T22:53:59.9248795Z [00:03:23.678]➜  mkdir -p $WORK/b423/
2025-08-20T22:53:59.9257874Z [00:03:23.678]➜  cat >/tmp/go-build1138503492/b423/importcfg << 'EOF' # internal
2025-08-20T22:53:59.9259269Z [00:03:23.678]➜  # import config
2025-08-20T22:53:59.9260686Z [00:03:23.678]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:53:59.9264273Z [00:03:23.678]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:53:59.9265860Z [00:03:23.678]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:53:59.9266872Z [00:03:23.678]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:53:59.9267630Z [00:03:23.679]➜  EOF
2025-08-20T22:53:59.9271969Z [00:03:23.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/bakedroots=>tailscale.com/net/bakedroots;$WORK/b423=>" -p tailscale.com/net/bakedroots -lang=go1.24 -complete -installsuffix shared -buildid rL5MeBK2ZcNOysvmtSlF/rL5MeBK2ZcNOysvmtSlF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/bakedroots/bakedroots.go
2025-08-20T22:53:59.9665282Z [00:03:23.719]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T22:53:59.9680706Z [00:03:23.721]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/29/29f9c16bc3ef6ad2a70f79ffc1adcfaedc64da269f55405e1ab4aa71965e9fff-d # internal
2025-08-20T22:53:59.9687978Z [00:03:23.721]➜  tailscale.com/net/tlsdial/blockblame
2025-08-20T22:53:59.9698786Z [00:03:23.722]➜  mkdir -p $WORK/b424/
2025-08-20T22:53:59.9700212Z [00:03:23.723]➜  cat >/tmp/go-build1138503492/b424/importcfg << 'EOF' # internal
2025-08-20T22:53:59.9701131Z [00:03:23.723]➜  # import config
2025-08-20T22:53:59.9704112Z [00:03:23.723]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:53:59.9705783Z [00:03:23.723]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:53:59.9706660Z [00:03:23.723]➜  EOF
2025-08-20T22:53:59.9710452Z [00:03:23.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/blockblame=>tailscale.com/net/tlsdial/blockblame;$WORK/b424=>" -p tailscale.com/net/tlsdial/blockblame -lang=go1.24 -complete -installsuffix shared -buildid ZZgX7P9nDpHgKjrsrLuH/ZZgX7P9nDpHgKjrsrLuH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/blockblame/blockblame.go
2025-08-20T22:53:59.9999470Z [00:03:23.751]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T22:54:00.0008564Z [00:03:23.753]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/9d/9dd80a558855738646369cff81dbbf9161bff1c97b6445b098fec005e4e88fa0-d # internal
2025-08-20T22:54:00.0015647Z [00:03:23.753]➜  tailscale.com/net/tlsdial
2025-08-20T22:54:00.0016251Z [00:03:23.753]➜  mkdir -p $WORK/b421/
2025-08-20T22:54:00.0016997Z [00:03:23.753]➜  cat >/tmp/go-build1138503492/b421/importcfg << 'EOF' # internal
2025-08-20T22:54:00.0017728Z [00:03:23.753]➜  # import config
2025-08-20T22:54:00.0018411Z [00:03:23.753]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:00.0019288Z [00:03:23.753]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:00.0020546Z [00:03:23.753]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:54:00.0021431Z [00:03:23.753]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:00.0022318Z [00:03:23.753]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:54:00.0023185Z [00:03:23.753]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:00.0024141Z [00:03:23.753]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:00.0024957Z [00:03:23.753]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:00.0025932Z [00:03:23.753]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:00.0026782Z [00:03:23.753]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:00.0027627Z [00:03:23.753]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:00.0028434Z [00:03:23.753]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:00.0029276Z [00:03:23.753]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:00.0030128Z [00:03:23.753]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:00.0031223Z [00:03:23.753]➜  packagefile tailscale.com/derp/derpconst=/tmp/go-build1138503492/b422/_pkg_.a
2025-08-20T22:54:00.0032303Z [00:03:23.753]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:00.0033300Z [00:03:23.753]➜  packagefile tailscale.com/health=/tmp/go-build1138503492/b279/_pkg_.a
2025-08-20T22:54:00.0034343Z [00:03:23.753]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:54:00.0036147Z [00:03:23.753]➜  packagefile tailscale.com/net/bakedroots=/tmp/go-build1138503492/b423/_pkg_.a
2025-08-20T22:54:00.0037682Z [00:03:23.753]➜  packagefile tailscale.com/net/tlsdial/blockblame=/tmp/go-build1138503492/b424/_pkg_.a
2025-08-20T22:54:00.0038755Z [00:03:23.753]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:00.0039347Z [00:03:23.753]➜  EOF
2025-08-20T22:54:00.0042520Z [00:03:23.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial=>tailscale.com/net/tlsdial;$WORK/b421=>" -p tailscale.com/net/tlsdial -lang=go1.24 -complete -installsuffix shared -buildid 8lxcl9Q69vofxb3JzOJ0/8lxcl9Q69vofxb3JzOJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/tlsdial.go
2025-08-20T22:54:00.2592110Z [00:03:24.012]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T22:54:00.3004851Z [00:03:24.053]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/0a/0af46cc102b520222187b733ddd1d0ecc4332d37cba3a61159de74982abd4cea-d # internal
2025-08-20T22:54:00.3006247Z [00:03:24.053]➜  tailscale.com/client/systray
2025-08-20T22:54:00.3006803Z [00:03:24.053]➜  mkdir -p $WORK/b351/
2025-08-20T22:54:00.3036010Z [00:03:24.053]➜  cat >/tmp/go-build1138503492/b351/importcfg << 'EOF' # internal
2025-08-20T22:54:00.3036725Z [00:03:24.053]➜  # import config
2025-08-20T22:54:00.3037401Z [00:03:24.053]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:00.3038226Z [00:03:24.053]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:00.3039047Z [00:03:24.053]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:00.3039860Z [00:03:24.053]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:54:00.3040580Z [00:03:24.053]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:00.3041242Z [00:03:24.053]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:00.3042145Z [00:03:24.053]➜  packagefile github.com/Kodeworks/golang-image-ico=/tmp/go-build1138503492/b352/_pkg_.a
2025-08-20T22:54:00.3043230Z [00:03:24.053]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1138503492/b355/_pkg_.a
2025-08-20T22:54:00.3044655Z [00:03:24.053]➜  packagefile github.com/fogleman/gg=/tmp/go-build1138503492/b356/_pkg_.a
2025-08-20T22:54:00.3045941Z [00:03:24.053]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1138503492/b365/_pkg_.a
2025-08-20T22:54:00.3047030Z [00:03:24.054]➜  packagefile github.com/tailscale/systray=/tmp/go-build1138503492/b366/_pkg_.a
2025-08-20T22:54:00.3048151Z [00:03:24.054]➜  packagefile github.com/toqueteos/webbrowser=/tmp/go-build1138503492/b186/_pkg_.a
2025-08-20T22:54:00.3049126Z [00:03:24.054]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:54:00.3049982Z [00:03:24.054]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:54:00.3050871Z [00:03:24.054]➜  packagefile image/png=/tmp/go-build1138503492/b181/_pkg_.a
2025-08-20T22:54:00.3051697Z [00:03:24.054]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:00.3052459Z [00:03:24.054]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:00.3053265Z [00:03:24.054]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:00.3054071Z [00:03:24.054]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:00.3054858Z [00:03:24.054]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:54:00.3055945Z [00:03:24.054]➜  packagefile os/signal=/tmp/go-build1138503492/b226/_pkg_.a
2025-08-20T22:54:00.3056825Z [00:03:24.054]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:54:00.3057725Z [00:03:24.054]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:00.3058544Z [00:03:24.054]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:00.3059354Z [00:03:24.054]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:00.3060448Z [00:03:24.054]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:00.3061322Z [00:03:24.054]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:00.3062338Z [00:03:24.054]➜  packagefile tailscale.com/client/local=/tmp/go-build1138503492/b235/_pkg_.a
2025-08-20T22:54:00.3063376Z [00:03:24.054]➜  packagefile tailscale.com/ipn=/tmp/go-build1138503492/b278/_pkg_.a
2025-08-20T22:54:00.3064405Z [00:03:24.054]➜  packagefile tailscale.com/ipn/ipnstate=/tmp/go-build1138503492/b293/_pkg_.a
2025-08-20T22:54:00.3065699Z [00:03:24.054]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:00.3066769Z [00:03:24.054]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:54:00.3067866Z [00:03:24.054]➜  packagefile tailscale.com/util/stringsx=/tmp/go-build1138503492/b372/_pkg_.a
2025-08-20T22:54:00.3068795Z [00:03:24.054]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:00.3069390Z [00:03:24.054]➜  EOF
2025-08-20T22:54:00.3070024Z [00:03:24.054]➜  cat >/tmp/go-build1138503492/b351/embedcfg << 'EOF' # internal
2025-08-20T22:54:00.3070646Z [00:03:24.054]➜  {
2025-08-20T22:54:00.3071061Z [00:03:24.054]➜  	"Patterns": {
2025-08-20T22:54:00.3071608Z [00:03:24.054]➜  		"tailscale-systray.service": [
2025-08-20T22:54:00.3072221Z [00:03:24.054]➜  			"tailscale-systray.service"
2025-08-20T22:54:00.3072731Z [00:03:24.054]➜  		]
2025-08-20T22:54:00.3073120Z [00:03:24.054]➜  	},
2025-08-20T22:54:00.3073699Z [00:03:24.054]➜  	"Files": {
2025-08-20T22:54:00.3074679Z [00:03:24.054]➜  		"tailscale-systray.service": "/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/tailscale-systray.service"
2025-08-20T22:54:00.3075862Z [00:03:24.054]➜  	}
2025-08-20T22:54:00.3076254Z [00:03:24.054]➜  }EOF
2025-08-20T22:54:00.3080120Z [00:03:24.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray=>tailscale.com/client/systray;$WORK/b351=>" -p tailscale.com/client/systray -lang=go1.24 -complete -installsuffix shared -buildid 765tLUNgV5XtOSCdxKX-/765tLUNgV5XtOSCdxKX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -embedcfg $WORK/b351/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/logo.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/startup-creator.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/systray.go
2025-08-20T22:54:00.4259381Z [00:03:24.179]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T22:54:00.4358555Z [00:03:24.188]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/7b/7bb3be395476dc0f2b47e9b34586795bd795435a77c02a324ed25f1a967536b8-d # internal
2025-08-20T22:54:00.4367520Z [00:03:24.189]➜  tailscale.com/client/tailscale
2025-08-20T22:54:00.4371677Z [00:03:24.190]➜  mkdir -p $WORK/b373/
2025-08-20T22:54:00.4384046Z [00:03:24.191]➜  cat >/tmp/go-build1138503492/b373/importcfg << 'EOF' # internal
2025-08-20T22:54:00.4384949Z [00:03:24.191]➜  # import config
2025-08-20T22:54:00.4387811Z [00:03:24.191]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:00.4388748Z [00:03:24.191]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:00.4389652Z [00:03:24.191]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:00.4390613Z [00:03:24.191]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:00.4391513Z [00:03:24.191]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:00.4392340Z [00:03:24.191]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:00.4393152Z [00:03:24.191]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:00.4393920Z [00:03:24.191]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:00.4394725Z [00:03:24.191]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:00.4395790Z [00:03:24.191]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:00.4396646Z [00:03:24.191]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:00.4397837Z [00:03:24.191]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:54:00.4398858Z [00:03:24.191]➜  packagefile tailscale.com/client/local=/tmp/go-build1138503492/b235/_pkg_.a
2025-08-20T22:54:00.4400083Z [00:03:24.191]➜  packagefile tailscale.com/client/tailscale/apitype=/tmp/go-build1138503492/b238/_pkg_.a
2025-08-20T22:54:00.4401275Z [00:03:24.191]➜  packagefile tailscale.com/ipn/ipnstate=/tmp/go-build1138503492/b293/_pkg_.a
2025-08-20T22:54:00.4402355Z [00:03:24.191]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:54:00.4403436Z [00:03:24.191]➜  packagefile tailscale.com/util/httpm=/tmp/go-build1138503492/b374/_pkg_.a
2025-08-20T22:54:00.4404375Z [00:03:24.191]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:00.4404984Z [00:03:24.191]➜  EOF
2025-08-20T22:54:00.4416757Z [00:03:24.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale=>tailscale.com/client/tailscale;$WORK/b373=>" -p tailscale.com/client/tailscale -lang=go1.24 -complete -installsuffix shared -buildid bmai0TMJ26LCzANep-M7/bmai0TMJ26LCzANep-M7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/acl.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/devices.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/dns.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/keys.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/localclient_aliases.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/routes.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailnet.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailscale.go
2025-08-20T22:54:02.1329416Z [00:03:25.885]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T22:54:02.1490985Z [00:03:25.902]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T22:54:02.1590988Z [00:03:25.911]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/7e/7ea960b77a72862dafb808ffc8c2c572a0b57c5be18b0d7703162f0040b0b20a-d # internal
2025-08-20T22:54:02.1592482Z [00:03:25.911]➜  tailscale.com/client/web
2025-08-20T22:54:02.1593563Z [00:03:25.911]➜  mkdir -p $WORK/b375/
2025-08-20T22:54:02.1596227Z [00:03:25.911]➜  cat >/tmp/go-build1138503492/b375/importcfg << 'EOF' # internal
2025-08-20T22:54:02.1599279Z [00:03:25.911]➜  # import config
2025-08-20T22:54:02.1600223Z [00:03:25.911]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:02.1601754Z [00:03:25.911]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:02.1603004Z [00:03:25.911]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:02.1604968Z [00:03:25.912]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:54:02.1606024Z [00:03:25.912]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:02.1606938Z [00:03:25.912]➜  packagefile encoding/xml=/tmp/go-build1138503492/b368/_pkg_.a
2025-08-20T22:54:02.1607814Z [00:03:25.912]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.1608590Z [00:03:25.912]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.1609619Z [00:03:25.912]➜  packagefile github.com/tailscale/web-client-prebuilt=/tmp/go-build1138503492/b376/_pkg_.a
2025-08-20T22:54:02.1610583Z [00:03:25.912]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:02.1611331Z [00:03:25.912]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:54:02.1612089Z [00:03:25.912]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:02.1612907Z [00:03:25.912]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:02.1613805Z [00:03:25.912]➜  packagefile net/http/httputil=/tmp/go-build1138503492/b225/_pkg_.a
2025-08-20T22:54:02.1614704Z [00:03:25.912]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:02.1616899Z [00:03:25.912]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:02.1617735Z [00:03:25.912]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:02.1618559Z [00:03:25.912]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:54:02.1619396Z [00:03:25.912]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:54:02.1620233Z [00:03:25.912]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:54:02.1621107Z [00:03:25.912]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:02.1621927Z [00:03:25.912]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:02.1622767Z [00:03:25.912]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:02.1632793Z [00:03:25.912]➜  packagefile tailscale.com/client/local=/tmp/go-build1138503492/b235/_pkg_.a
2025-08-20T22:54:02.1634048Z [00:03:25.912]➜  packagefile tailscale.com/client/tailscale/apitype=/tmp/go-build1138503492/b238/_pkg_.a
2025-08-20T22:54:02.1635426Z [00:03:25.912]➜  packagefile tailscale.com/clientupdate=/tmp/go-build1138503492/b377/_pkg_.a
2025-08-20T22:54:02.1636559Z [00:03:25.912]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:02.1637723Z [00:03:25.912]➜  packagefile tailscale.com/envknob/featureknob=/tmp/go-build1138503492/b382/_pkg_.a
2025-08-20T22:54:02.1638867Z [00:03:25.912]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:54:02.1639915Z [00:03:25.912]➜  packagefile tailscale.com/ipn=/tmp/go-build1138503492/b278/_pkg_.a
2025-08-20T22:54:02.1640950Z [00:03:25.912]➜  packagefile tailscale.com/ipn/ipnstate=/tmp/go-build1138503492/b293/_pkg_.a
2025-08-20T22:54:02.1642008Z [00:03:25.912]➜  packagefile tailscale.com/licenses=/tmp/go-build1138503492/b383/_pkg_.a
2025-08-20T22:54:02.1643048Z [00:03:25.912]➜  packagefile tailscale.com/net/netutil=/tmp/go-build1138503492/b322/_pkg_.a
2025-08-20T22:54:02.1644129Z [00:03:25.912]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:54:02.1655493Z [00:03:25.912]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:02.1656923Z [00:03:25.912]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:02.1658004Z [00:03:25.912]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:54:02.1659096Z [00:03:25.912]➜  packagefile tailscale.com/util/groupmember=/tmp/go-build1138503492/b384/_pkg_.a
2025-08-20T22:54:02.1660129Z [00:03:25.912]➜  packagefile tailscale.com/util/httpm=/tmp/go-build1138503492/b374/_pkg_.a
2025-08-20T22:54:02.1661122Z [00:03:25.912]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:54:02.1662128Z [00:03:25.912]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:54:02.1663017Z [00:03:25.912]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.1663596Z [00:03:25.912]➜  EOF
2025-08-20T22:54:02.1668175Z [00:03:25.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/client/web=>tailscale.com/client/web;$WORK/b375=>" -p tailscale.com/client/web -lang=go1.24 -complete -installsuffix shared -buildid rgDMocS9E0rScRQZf-U2/rgDMocS9E0rScRQZf-U2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/client/web/assets.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/web/auth.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/web/qnap.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/web/synology.go /tmp/tmp.49iCb1EC53/TEMPREPO/client/web/web.go
2025-08-20T22:54:02.1997149Z [00:03:25.952]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/3e/3ea9e512487166dff88ecc3480fd6adbd5aba1aa65885ac4fa839f14fcf3bb8f-d # internal
2025-08-20T22:54:02.2002496Z [00:03:25.953]➜  tailscale.com/net/sockstats
2025-08-20T22:54:02.2014520Z [00:03:25.954]➜  mkdir -p $WORK/b425/
2025-08-20T22:54:02.2015912Z [00:03:25.954]➜  cat >/tmp/go-build1138503492/b425/importcfg << 'EOF' # internal
2025-08-20T22:54:02.2016650Z [00:03:25.954]➜  # import config
2025-08-20T22:54:02.2017350Z [00:03:25.954]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:02.2018193Z [00:03:25.954]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:02.2019130Z [00:03:25.954]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:02.2020190Z [00:03:25.954]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:02.2020914Z [00:03:25.954]➜  EOF
2025-08-20T22:54:02.2043617Z [00:03:25.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats=>tailscale.com/net/sockstats;$WORK/b425=>" -p tailscale.com/net/sockstats -lang=go1.24 -complete -installsuffix shared -buildid DtM7Hdn69gW2BUPvwq3h/DtM7Hdn69gW2BUPvwq3h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/label_string.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_noop.go
2025-08-20T22:54:02.4221208Z [00:03:26.175]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T22:54:02.4221976Z [00:03:26.175]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T22:54:02.4273142Z [00:03:26.180]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d # internal
2025-08-20T22:54:02.4280236Z [00:03:26.181]➜  tailscale.com/feature/capture/dissector
2025-08-20T22:54:02.4281940Z [00:03:26.181]➜  mkdir -p $WORK/b426/
2025-08-20T22:54:02.4291114Z [00:03:26.182]➜  cat >/tmp/go-build1138503492/b426/importcfg << 'EOF' # internal
2025-08-20T22:54:02.4292629Z [00:03:26.182]➜  # import config
2025-08-20T22:54:02.4293841Z [00:03:26.182]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:54:02.4294770Z [00:03:26.182]➜  EOF
2025-08-20T22:54:02.4302592Z [00:03:26.183]➜  cat >/tmp/go-build1138503492/b426/embedcfg << 'EOF' # internal
2025-08-20T22:54:02.4303595Z [00:03:26.183]➜  {
2025-08-20T22:54:02.4304716Z [00:03:26.183]➜  	"Patterns": {
2025-08-20T22:54:02.4305632Z [00:03:26.183]➜  		"ts-dissector.lua": [
2025-08-20T22:54:02.4306192Z [00:03:26.183]➜  			"ts-dissector.lua"
2025-08-20T22:54:02.4306655Z [00:03:26.183]➜  		]
2025-08-20T22:54:02.4307028Z [00:03:26.183]➜  	},
2025-08-20T22:54:02.4307408Z [00:03:26.183]➜  	"Files": {
2025-08-20T22:54:02.4308306Z [00:03:26.183]➜  		"ts-dissector.lua": "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector/ts-dissector.lua"
2025-08-20T22:54:02.4309142Z [00:03:26.183]➜  	}
2025-08-20T22:54:02.4309541Z [00:03:26.183]➜  }EOF
2025-08-20T22:54:02.4313518Z [00:03:26.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector=>tailscale.com/feature/capture/dissector;$WORK/b426=>" -p tailscale.com/feature/capture/dissector -lang=go1.24 -complete -installsuffix shared -buildid wOR0BudDpwjWCp2vvjiR/wOR0BudDpwjWCp2vvjiR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -embedcfg $WORK/b426/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector/dissector.go
2025-08-20T22:54:02.4366810Z [00:03:26.189]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T22:54:02.4375311Z [00:03:26.190]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/15/151470985cf5860dac73bc217caa8f09fe015152a64ee55981e16ad6998c8990-d # internal
2025-08-20T22:54:02.4376752Z [00:03:26.190]➜  tailscale.com/internal/client/tailscale
2025-08-20T22:54:02.4377647Z [00:03:26.190]➜  mkdir -p $WORK/b428/
2025-08-20T22:54:02.4387104Z [00:03:26.191]➜  cat >/tmp/go-build1138503492/b428/importcfg << 'EOF' # internal
2025-08-20T22:54:02.4388087Z [00:03:26.191]➜  # import config
2025-08-20T22:54:02.4389023Z [00:03:26.191]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:02.4390096Z [00:03:26.191]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:02.4390961Z [00:03:26.191]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:02.4391790Z [00:03:26.191]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.4392550Z [00:03:26.191]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.4393299Z [00:03:26.191]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:02.4394058Z [00:03:26.191]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:02.4394980Z [00:03:26.191]➜  packagefile tailscale.com/client/tailscale=/tmp/go-build1138503492/b373/_pkg_.a
2025-08-20T22:54:02.4396289Z [00:03:26.191]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:02.4397282Z [00:03:26.191]➜  packagefile tailscale.com/util/httpm=/tmp/go-build1138503492/b374/_pkg_.a
2025-08-20T22:54:02.4398001Z [00:03:26.191]➜  EOF
2025-08-20T22:54:02.4401988Z [00:03:26.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale=>tailscale.com/internal/client/tailscale;$WORK/b428=>" -p tailscale.com/internal/client/tailscale -lang=go1.24 -complete -installsuffix shared -buildid Uagt5Zz60SAZSJQ22XHu/Uagt5Zz60SAZSJQ22XHu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale/tailscale.go /tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale/vip_service.go
2025-08-20T22:54:02.4488847Z [00:03:26.201]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/45/4505800f73c53ddd658b7ba630b05decbb351f7f923dc802702197e98063fccc-d # internal
2025-08-20T22:54:02.4489896Z [00:03:26.201]➜  tailscale.com/internal/noiseconn
2025-08-20T22:54:02.4496358Z [00:03:26.201]➜  mkdir -p $WORK/b429/
2025-08-20T22:54:02.4496996Z [00:03:26.202]➜  cat >/tmp/go-build1138503492/b429/importcfg << 'EOF' # internal
2025-08-20T22:54:02.4497692Z [00:03:26.202]➜  # import config
2025-08-20T22:54:02.4498348Z [00:03:26.202]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:02.4499445Z [00:03:26.202]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:02.4500330Z [00:03:26.202]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:02.4501245Z [00:03:26.202]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:02.4502112Z [00:03:26.202]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.4503062Z [00:03:26.202]➜  packagefile golang.org/x/net/http2=/tmp/go-build1138503492/b195/_pkg_.a
2025-08-20T22:54:02.4504006Z [00:03:26.202]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:02.4504783Z [00:03:26.202]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:02.4505865Z [00:03:26.202]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:02.4506841Z [00:03:26.202]➜  packagefile tailscale.com/control/controlbase=/tmp/go-build1138503492/b389/_pkg_.a
2025-08-20T22:54:02.4507925Z [00:03:26.202]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:02.4508655Z [00:03:26.202]➜  EOF
2025-08-20T22:54:02.4511709Z [00:03:26.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/internal/noiseconn=>tailscale.com/internal/noiseconn;$WORK/b429=>" -p tailscale.com/internal/noiseconn -lang=go1.24 -complete -installsuffix shared -buildid 6IED6O8VaZTfvEyqZCnh/6IED6O8VaZTfvEyqZCnh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/internal/noiseconn/conn.go
2025-08-20T22:54:02.4514653Z [00:03:26.202]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T22:54:02.4714232Z [00:03:26.224]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/24/24718a7d254d59a7e8006129bd053c9ed8eb035a19c80e4b62ce43debbef033b-d # internal
2025-08-20T22:54:02.4723696Z [00:03:26.225]➜  tailscale.com/util/linuxfw
2025-08-20T22:54:02.4727098Z [00:03:26.225]➜  mkdir -p $WORK/b409/
2025-08-20T22:54:02.4735871Z [00:03:26.226]➜  cat >/tmp/go-build1138503492/b409/importcfg << 'EOF' # internal
2025-08-20T22:54:02.4741135Z [00:03:26.227]➜  # import config
2025-08-20T22:54:02.4743530Z [00:03:26.227]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:02.4744727Z [00:03:26.227]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:54:02.4751951Z [00:03:26.227]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:02.4752954Z [00:03:26.227]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:54:02.4753880Z [00:03:26.227]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.4754730Z [00:03:26.227]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.4756060Z [00:03:26.227]➜  packagefile github.com/coreos/go-iptables/iptables=/tmp/go-build1138503492/b410/_pkg_.a
2025-08-20T22:54:02.4757274Z [00:03:26.227]➜  packagefile github.com/google/nftables=/tmp/go-build1138503492/b411/_pkg_.a
2025-08-20T22:54:02.4758500Z [00:03:26.227]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build1138503492/b412/_pkg_.a
2025-08-20T22:54:02.4759732Z [00:03:26.227]➜  packagefile github.com/google/nftables/expr=/tmp/go-build1138503492/b413/_pkg_.a
2025-08-20T22:54:02.4760916Z [00:03:26.227]➜  packagefile github.com/google/nftables/xt=/tmp/go-build1138503492/b415/_pkg_.a
2025-08-20T22:54:02.4762083Z [00:03:26.227]➜  packagefile github.com/tailscale/netlink=/tmp/go-build1138503492/b418/_pkg_.a
2025-08-20T22:54:02.4763196Z [00:03:26.227]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:54:02.4764117Z [00:03:26.227]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:02.4764932Z [00:03:26.227]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:02.4765977Z [00:03:26.227]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:02.4766789Z [00:03:26.227]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:02.4767903Z [00:03:26.227]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:54:02.4768765Z [00:03:26.227]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:54:02.4769603Z [00:03:26.227]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:02.4770420Z [00:03:26.227]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:54:02.4771234Z [00:03:26.227]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:02.4772081Z [00:03:26.227]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:02.4773055Z [00:03:26.227]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:02.4774112Z [00:03:26.227]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:54:02.4775695Z [00:03:26.227]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:54:02.4776854Z [00:03:26.227]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:02.4777989Z [00:03:26.227]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:54:02.4779130Z [00:03:26.227]➜  packagefile tailscale.com/util/multierr=/tmp/go-build1138503492/b286/_pkg_.a
2025-08-20T22:54:02.4780261Z [00:03:26.227]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:54:02.4781466Z [00:03:26.227]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:54:02.4782491Z [00:03:26.227]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:54:02.4783144Z [00:03:26.227]➜  EOF
2025-08-20T22:54:02.4791287Z [00:03:26.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw=>tailscale.com/util/linuxfw;$WORK/b409=>" -p tailscale.com/util/linuxfw -lang=go1.24 -complete -installsuffix shared -buildid zRJbws6mEgwXZ9HGt2n5/zRJbws6mEgwXZ9HGt2n5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/detector.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/fake.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/fake_netfilter.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/helpers.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_for_svcs.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_runner.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfw.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_for_svcs.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_runner.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_types.go
2025-08-20T22:54:02.5056700Z [00:03:26.258]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T22:54:02.5075339Z [00:03:26.260]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/00/007abc4ee2bb0da5fb3c7cf5390b8e905749e039bd3e2fb3fdea018c86f50676-d # internal
2025-08-20T22:54:02.5078334Z [00:03:26.260]➜  tailscale.com/disco
2025-08-20T22:54:02.5078874Z [00:03:26.261]➜  mkdir -p $WORK/b432/
2025-08-20T22:54:02.5083628Z [00:03:26.261]➜  cat >/tmp/go-build1138503492/b432/importcfg << 'EOF' # internal
2025-08-20T22:54:02.5084483Z [00:03:26.261]➜  # import config
2025-08-20T22:54:02.5085316Z [00:03:26.261]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:02.5086188Z [00:03:26.261]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:02.5087038Z [00:03:26.261]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.5087797Z [00:03:26.261]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.5088596Z [00:03:26.261]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:54:02.5089438Z [00:03:26.261]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:02.5090271Z [00:03:26.261]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:02.5091204Z [00:03:26.261]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:02.5092201Z [00:03:26.261]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:54:02.5093079Z [00:03:26.261]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.5093659Z [00:03:26.261]➜  EOF
2025-08-20T22:54:02.5101279Z [00:03:26.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/disco=>tailscale.com/disco;$WORK/b432=>" -p tailscale.com/disco -lang=go1.24 -complete -installsuffix shared -buildid W3havUEEB2HVvxeL4Vne/W3havUEEB2HVvxeL4Vne -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/disco/disco.go /tmp/tmp.49iCb1EC53/TEMPREPO/disco/pcap.go
2025-08-20T22:54:02.5206685Z [00:03:26.272]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T22:54:02.5219690Z [00:03:26.275]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/d9/d91921740a0ed3fea498b3cf330f30c4ea42d67962323275128aaa24cc31a2e8-d # internal
2025-08-20T22:54:02.5221403Z [00:03:26.275]➜  tailscale.com/net/tcpinfo
2025-08-20T22:54:02.5222525Z [00:03:26.275]➜  mkdir -p $WORK/b433/
2025-08-20T22:54:02.5233119Z [00:03:26.276]➜  cat >/tmp/go-build1138503492/b433/importcfg << 'EOF' # internal
2025-08-20T22:54:02.5234199Z [00:03:26.276]➜  # import config
2025-08-20T22:54:02.5235371Z [00:03:26.276]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.5236394Z [00:03:26.276]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:54:02.5237339Z [00:03:26.276]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:02.5238147Z [00:03:26.276]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.5238779Z [00:03:26.276]➜  EOF
2025-08-20T22:54:02.5242331Z [00:03:26.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo=>tailscale.com/net/tcpinfo;$WORK/b433=>" -p tailscale.com/net/tcpinfo -lang=go1.24 -complete -installsuffix shared -buildid T6Q-l5N0z2_ZsvCPYGer/T6Q-l5N0z2_ZsvCPYGer -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_linux.go
2025-08-20T22:54:02.5657761Z [00:03:26.318]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T22:54:02.5669595Z [00:03:26.320]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/36/36a90ce8b80d160615dcad7b542d379af50ecea1c105169804a11d7e042abe9f-d # internal
2025-08-20T22:54:02.5813239Z [00:03:26.334]➜  tailscale.com/tstime/mono
2025-08-20T22:54:02.5813918Z [00:03:26.334]➜  mkdir -p $WORK/b435/
2025-08-20T22:54:02.5814704Z [00:03:26.334]➜  cat >/tmp/go-build1138503492/b435/importcfg << 'EOF' # internal
2025-08-20T22:54:02.5815642Z [00:03:26.334]➜  # import config
2025-08-20T22:54:02.5816295Z [00:03:26.334]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.5817455Z [00:03:26.334]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:02.5818302Z [00:03:26.334]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.5818901Z [00:03:26.334]➜  EOF
2025-08-20T22:54:02.5821994Z [00:03:26.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/mono=>tailscale.com/tstime/mono;$WORK/b435=>" -p tailscale.com/tstime/mono -lang=go1.24 -complete -installsuffix shared -buildid c_e2w7yUWesXTYIKzM-w/c_e2w7yUWesXTYIKzM-w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tstime/mono/mono.go
2025-08-20T22:54:02.5972479Z [00:03:26.350]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T22:54:02.5991887Z [00:03:26.352]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/a8/a8597243df3214cce7cdd962aaf4cfb5940c67b6a4cc515561de9282cfff7a9a-d # internal
2025-08-20T22:54:02.5998778Z [00:03:26.352]➜  tailscale.com/net/neterror
2025-08-20T22:54:02.6000973Z [00:03:26.353]➜  mkdir -p $WORK/b438/
2025-08-20T22:54:02.6001742Z [00:03:26.353]➜  cat >/tmp/go-build1138503492/b438/importcfg << 'EOF' # internal
2025-08-20T22:54:02.6002434Z [00:03:26.353]➜  # import config
2025-08-20T22:54:02.6007430Z [00:03:26.353]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.6008312Z [00:03:26.353]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.6009245Z [00:03:26.353]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:54:02.6010155Z [00:03:26.353]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:02.6011022Z [00:03:26.353]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:02.6024903Z [00:03:26.353]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:02.6025979Z [00:03:26.353]➜  EOF
2025-08-20T22:54:02.6029799Z [00:03:26.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror=>tailscale.com/net/neterror;$WORK/b438=>" -p tailscale.com/net/neterror -lang=go1.24 -complete -installsuffix shared -buildid BdmHGFcWvpwgLbQUMe7k/BdmHGFcWvpwgLbQUMe7k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror_linux.go
2025-08-20T22:54:02.6033252Z [00:03:26.354]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T22:54:02.6034578Z [00:03:26.354]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/80/8049fdcc30025de911abe931e01e86d612aa48c1c6f1d928aff6e79cb3cd6d32-d # internal
2025-08-20T22:54:02.6035975Z [00:03:26.354]➜  tailscale.com/tstime/rate
2025-08-20T22:54:02.6036557Z [00:03:26.354]➜  mkdir -p $WORK/b434/
2025-08-20T22:54:02.6037285Z [00:03:26.355]➜  cat >/tmp/go-build1138503492/b434/importcfg << 'EOF' # internal
2025-08-20T22:54:02.6039902Z [00:03:26.357]➜  # import config
2025-08-20T22:54:02.6041183Z [00:03:26.357]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:02.6043145Z [00:03:26.357]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.6043996Z [00:03:26.357]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:54:02.6044813Z [00:03:26.357]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:02.6045968Z [00:03:26.357]➜  packagefile tailscale.com/tstime/mono=/tmp/go-build1138503492/b435/_pkg_.a
2025-08-20T22:54:02.6046908Z [00:03:26.357]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.6047501Z [00:03:26.357]➜  EOF
2025-08-20T22:54:02.6051014Z [00:03:26.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate=>tailscale.com/tstime/rate;$WORK/b434=>" -p tailscale.com/tstime/rate -lang=go1.24 -complete -installsuffix shared -buildid 3FGqmDNa89czwBJC7QD3/3FGqmDNa89czwBJC7QD3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/rate.go /tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/value.go
2025-08-20T22:54:02.6333454Z [00:03:26.386]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T22:54:02.6357722Z [00:03:26.386]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/ab/aba32cf7e691bb66dd309ba49f60577ecc19f3aa4c5a1ed14304e55cc548862a-d # internal
2025-08-20T22:54:02.6360372Z [00:03:26.386]➜  tailscale.com/derp
2025-08-20T22:54:02.6361990Z [00:03:26.386]➜  mkdir -p $WORK/b431/
2025-08-20T22:54:02.6362754Z [00:03:26.386]➜  cat >/tmp/go-build1138503492/b431/importcfg << 'EOF' # internal
2025-08-20T22:54:02.6363413Z [00:03:26.386]➜  # import config
2025-08-20T22:54:02.6364137Z [00:03:26.386]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:02.6364962Z [00:03:26.386]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:02.6366064Z [00:03:26.386]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:02.6366944Z [00:03:26.386]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:54:02.6367824Z [00:03:26.386]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:02.6368722Z [00:03:26.386]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:02.6369578Z [00:03:26.386]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:54:02.6370550Z [00:03:26.386]➜  packagefile crypto/x509/pkix=/tmp/go-build1138503492/b146/_pkg_.a
2025-08-20T22:54:02.6371522Z [00:03:26.386]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:02.6372472Z [00:03:26.386]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:02.6373619Z [00:03:26.386]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.6374496Z [00:03:26.386]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:54:02.6379468Z [00:03:26.386]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.6380383Z [00:03:26.386]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:54:02.6381403Z [00:03:26.386]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1138503492/b330/_pkg_.a
2025-08-20T22:54:02.6382557Z [00:03:26.386]➜  packagefile golang.org/x/time/rate=/tmp/go-build1138503492/b220/_pkg_.a
2025-08-20T22:54:02.6383463Z [00:03:26.386]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:02.6384267Z [00:03:26.386]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:02.6385075Z [00:03:26.387]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:54:02.6386112Z [00:03:26.387]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:54:02.6387014Z [00:03:26.387]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:54:02.6387851Z [00:03:26.387]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:02.6388694Z [00:03:26.387]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:02.6389548Z [00:03:26.387]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:02.6390361Z [00:03:26.387]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:02.6391179Z [00:03:26.387]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:54:02.6392047Z [00:03:26.387]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:02.6392857Z [00:03:26.387]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:02.6393664Z [00:03:26.387]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:02.6394482Z [00:03:26.387]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:02.6395545Z [00:03:26.387]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:02.6396559Z [00:03:26.387]➜  packagefile tailscale.com/client/local=/tmp/go-build1138503492/b235/_pkg_.a
2025-08-20T22:54:02.6397994Z [00:03:26.387]➜  packagefile tailscale.com/client/tailscale=/tmp/go-build1138503492/b373/_pkg_.a
2025-08-20T22:54:02.6399138Z [00:03:26.387]➜  packagefile tailscale.com/derp/derpconst=/tmp/go-build1138503492/b422/_pkg_.a
2025-08-20T22:54:02.6400198Z [00:03:26.387]➜  packagefile tailscale.com/disco=/tmp/go-build1138503492/b432/_pkg_.a
2025-08-20T22:54:02.6401210Z [00:03:26.387]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:02.6402245Z [00:03:26.387]➜  packagefile tailscale.com/metrics=/tmp/go-build1138503492/b281/_pkg_.a
2025-08-20T22:54:02.6403304Z [00:03:26.387]➜  packagefile tailscale.com/net/tcpinfo=/tmp/go-build1138503492/b433/_pkg_.a
2025-08-20T22:54:02.6404383Z [00:03:26.387]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:02.6405623Z [00:03:26.387]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:02.6406697Z [00:03:26.387]➜  packagefile tailscale.com/tstime=/tmp/go-build1138503492/b284/_pkg_.a
2025-08-20T22:54:02.6407761Z [00:03:26.387]➜  packagefile tailscale.com/tstime/rate=/tmp/go-build1138503492/b434/_pkg_.a
2025-08-20T22:54:02.6408858Z [00:03:26.387]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:54:02.6410194Z [00:03:26.387]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:02.6411447Z [00:03:26.387]➜  packagefile tailscale.com/util/ctxkey=/tmp/go-build1138503492/b267/_pkg_.a
2025-08-20T22:54:02.6412509Z [00:03:26.387]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:54:02.6413571Z [00:03:26.387]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:54:02.6414910Z [00:03:26.387]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:54:02.6416212Z [00:03:26.387]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:54:02.6417159Z [00:03:26.387]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.6417769Z [00:03:26.387]➜  EOF
2025-08-20T22:54:02.6421752Z [00:03:26.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/derp=>tailscale.com/derp;$WORK/b431=>" -p tailscale.com/derp -lang=go1.24 -complete -installsuffix shared -buildid -lCNA8LNVWkjshLJWfPf/-lCNA8LNVWkjshLJWfPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp.go /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_client.go /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server.go /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server_linux.go
2025-08-20T22:54:02.6458258Z [00:03:26.398]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T22:54:02.6459406Z [00:03:26.398]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/27/27b0556153ddc511e1205245ee4202be58d4610648115ff82967917833ed235c-d # internal
2025-08-20T22:54:02.6460377Z [00:03:26.398]➜  golang.org/x/net/icmp
2025-08-20T22:54:02.6460858Z [00:03:26.398]➜  mkdir -p $WORK/b440/
2025-08-20T22:54:02.6461515Z [00:03:26.398]➜  cat >/tmp/go-build1138503492/b440/importcfg << 'EOF' # internal
2025-08-20T22:54:02.6462124Z [00:03:26.398]➜  # import config
2025-08-20T22:54:02.6462778Z [00:03:26.398]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:02.6463699Z [00:03:26.398]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.6464702Z [00:03:26.398]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build1138503492/b402/_pkg_.a
2025-08-20T22:54:02.6466161Z [00:03:26.398]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build1138503492/b403/_pkg_.a
2025-08-20T22:54:02.6467273Z [00:03:26.398]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build1138503492/b401/_pkg_.a
2025-08-20T22:54:02.6468299Z [00:03:26.398]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build1138503492/b404/_pkg_.a
2025-08-20T22:54:02.6469531Z [00:03:26.398]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:02.6470320Z [00:03:26.398]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:02.6471071Z [00:03:26.398]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:02.6471902Z [00:03:26.398]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:02.6472754Z [00:03:26.398]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:02.6473594Z [00:03:26.398]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:02.6474393Z [00:03:26.398]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.6474969Z [00:03:26.398]➜  EOF
2025-08-20T22:54:02.6484358Z [00:03:26.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp=>golang.org/x/net@v0.40.0/icmp;$WORK/b440=>" -p golang.org/x/net/icmp -lang=go1.23 -complete -installsuffix shared -buildid aZ9AS-AUO5I6hhA6Hg6d/aZ9AS-AUO5I6hhA6Hg6d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/dstunreach.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/echo.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/extension.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/helper_posix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/interface.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/ipv4.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/ipv6.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/listen_posix.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/message.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/messagebody.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/mpls.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/multipart.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/packettoobig.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/paramprob.go /root/go/pkg/mod/golang.org/x/net@v0.40.0/icmp/timeexceeded.go
2025-08-20T22:54:02.8131374Z [00:03:26.566]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T22:54:02.8154784Z [00:03:26.568]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/45/45478a0cb5891eb0561089cbfed363e886728188c875628bce9f18cf5512e15e-d # internal
2025-08-20T22:54:02.8193572Z [00:03:26.572]➜  tailscale.com/net/ping
2025-08-20T22:54:02.8197745Z [00:03:26.572]➜  mkdir -p $WORK/b439/
2025-08-20T22:54:02.8224129Z [00:03:26.575]➜  cat >/tmp/go-build1138503492/b439/importcfg << 'EOF' # internal
2025-08-20T22:54:02.8225506Z [00:03:26.575]➜  # import config
2025-08-20T22:54:02.8226486Z [00:03:26.575]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:02.8227562Z [00:03:26.575]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:02.8246097Z [00:03:26.575]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:02.8248103Z [00:03:26.575]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:02.8249006Z [00:03:26.575]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.8249930Z [00:03:26.575]➜  packagefile golang.org/x/net/icmp=/tmp/go-build1138503492/b440/_pkg_.a
2025-08-20T22:54:02.8250947Z [00:03:26.575]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build1138503492/b401/_pkg_.a
2025-08-20T22:54:02.8251958Z [00:03:26.575]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build1138503492/b404/_pkg_.a
2025-08-20T22:54:02.8252839Z [00:03:26.575]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:02.8253653Z [00:03:26.575]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:02.8254450Z [00:03:26.575]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:02.8256487Z [00:03:26.575]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:02.8257409Z [00:03:26.575]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:02.8258598Z [00:03:26.575]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:02.8259599Z [00:03:26.575]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:02.8260670Z [00:03:26.575]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:54:02.8261748Z [00:03:26.575]➜  packagefile tailscale.com/util/multierr=/tmp/go-build1138503492/b286/_pkg_.a
2025-08-20T22:54:02.8262695Z [00:03:26.575]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.8263325Z [00:03:26.575]➜  EOF
2025-08-20T22:54:02.8266674Z [00:03:26.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/ping=>tailscale.com/net/ping;$WORK/b439=>" -p tailscale.com/net/ping -lang=go1.24 -complete -installsuffix shared -buildid UYwL1zpm6tEmHBbi-hqk/UYwL1zpm6tEmHBbi-hqk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/ping/ping.go
2025-08-20T22:54:02.9432753Z [00:03:26.696]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T22:54:02.9448981Z [00:03:26.697]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/f7/f756289daa5aa74764a2c0d72b6c80a4544e4fa4ae316cfd64bf677b7b120558-d # internal
2025-08-20T22:54:02.9502866Z [00:03:26.703]➜  github.com/tailscale/goupnp/httpu
2025-08-20T22:54:02.9506680Z [00:03:26.703]➜  mkdir -p $WORK/b443/
2025-08-20T22:54:02.9528295Z [00:03:26.703]➜  cat >/tmp/go-build1138503492/b443/importcfg << 'EOF' # internal
2025-08-20T22:54:02.9529009Z [00:03:26.703]➜  # import config
2025-08-20T22:54:02.9529664Z [00:03:26.703]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:02.9530483Z [00:03:26.703]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:02.9531610Z [00:03:26.703]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:02.9532461Z [00:03:26.703]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:02.9533416Z [00:03:26.704]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1138503492/b330/_pkg_.a
2025-08-20T22:54:02.9534317Z [00:03:26.704]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:02.9535078Z [00:03:26.704]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:02.9536071Z [00:03:26.704]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:02.9536866Z [00:03:26.704]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:02.9537665Z [00:03:26.704]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:54:02.9538455Z [00:03:26.704]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:02.9539250Z [00:03:26.704]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:02.9539851Z [00:03:26.704]➜  EOF
2025-08-20T22:54:02.9546686Z [00:03:26.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/httpu=>github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/httpu;$WORK/b443=>" -p github.com/tailscale/goupnp/httpu -lang=go1.16 -complete -installsuffix shared -buildid drIlZXYKIKJHPNsDnFH-/drIlZXYKIKJHPNsDnFH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/httpu/httpu.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/httpu/multiclient.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/httpu/serve.go
2025-08-20T22:54:03.0372774Z [00:03:26.790]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T22:54:03.0437294Z [00:03:26.796]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/79/799ecaba9e29f683a69143a7db58d7a3ab46f1d29a793bf62c08de70bda94fdf-d # internal
2025-08-20T22:54:03.0450438Z [00:03:26.797]➜  tailscale.com/net/netns
2025-08-20T22:54:03.0451289Z [00:03:26.797]➜  mkdir -p $WORK/b405/
2025-08-20T22:54:03.0452002Z [00:03:26.797]➜  cat >/tmp/go-build1138503492/b405/importcfg << 'EOF' # internal
2025-08-20T22:54:03.0452670Z [00:03:26.797]➜  # import config
2025-08-20T22:54:03.0453322Z [00:03:26.797]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.0454118Z [00:03:26.797]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.0455061Z [00:03:26.797]➜  packagefile golang.org/x/net/proxy=/tmp/go-build1138503492/b406/_pkg_.a
2025-08-20T22:54:03.0456333Z [00:03:26.797]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:54:03.0457203Z [00:03:26.797]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:03.0457990Z [00:03:26.797]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:03.0458780Z [00:03:26.797]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:03.0459540Z [00:03:26.797]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:03.0460385Z [00:03:26.797]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:03.0461227Z [00:03:26.797]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:03.0462201Z [00:03:26.797]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:03.0463292Z [00:03:26.797]➜  packagefile tailscale.com/net/netknob=/tmp/go-build1138503492/b408/_pkg_.a
2025-08-20T22:54:03.0464353Z [00:03:26.797]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:03.0485669Z [00:03:26.797]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:03.0486856Z [00:03:26.797]➜  packagefile tailscale.com/util/linuxfw=/tmp/go-build1138503492/b409/_pkg_.a
2025-08-20T22:54:03.0487913Z [00:03:26.797]➜  EOF
2025-08-20T22:54:03.0492095Z [00:03:26.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns=>tailscale.com/net/netns;$WORK/b405=>" -p tailscale.com/net/netns -lang=go1.24 -complete -installsuffix shared -buildid No6jf1iUasBBj3QrRTFm/No6jf1iUasBBj3QrRTFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/mksyscall.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/socks.go
2025-08-20T22:54:03.1035444Z [00:03:26.856]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T22:54:03.1056873Z [00:03:26.858]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/5c/5cb90c6d271a9bf3d073e429792eeb75a2ddc04433d3b076e44d7a30457e443f-d # internal
2025-08-20T22:54:03.1061909Z [00:03:26.859]➜  github.com/tailscale/goupnp/scpd
2025-08-20T22:54:03.1062859Z [00:03:26.859]➜  mkdir -p $WORK/b444/
2025-08-20T22:54:03.1071865Z [00:03:26.860]➜  cat >/tmp/go-build1138503492/b444/importcfg << 'EOF' # internal
2025-08-20T22:54:03.1073345Z [00:03:26.860]➜  # import config
2025-08-20T22:54:03.1076113Z [00:03:26.860]➜  packagefile encoding/xml=/tmp/go-build1138503492/b368/_pkg_.a
2025-08-20T22:54:03.1076987Z [00:03:26.860]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:03.1077574Z [00:03:26.860]➜  EOF
2025-08-20T22:54:03.1114144Z [00:03:26.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/scpd=>github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/scpd;$WORK/b444=>" -p github.com/tailscale/goupnp/scpd -lang=go1.16 -complete -installsuffix shared -buildid Z9-L5dyQBpJD8qISRK6g/Z9-L5dyQBpJD8qISRK6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/scpd/scpd.go
2025-08-20T22:54:03.1492039Z [00:03:26.902]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T22:54:03.1509206Z [00:03:26.903]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/ee/ee0551bc0548a6015f031bc2c3f8062636a4731766b93d12ebbea4010b9aa3bd-d # internal
2025-08-20T22:54:03.1519682Z [00:03:26.904]➜  github.com/tailscale/goupnp/soap
2025-08-20T22:54:03.1527720Z [00:03:26.905]➜  mkdir -p $WORK/b445/
2025-08-20T22:54:03.1540847Z [00:03:26.906]➜  cat >/tmp/go-build1138503492/b445/importcfg << 'EOF' # internal
2025-08-20T22:54:03.1542118Z [00:03:26.906]➜  # import config
2025-08-20T22:54:03.1542790Z [00:03:26.906]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:03.1543635Z [00:03:26.907]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.1544548Z [00:03:26.907]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:54:03.1546030Z [00:03:26.907]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:54:03.1547014Z [00:03:26.907]➜  packagefile encoding/xml=/tmp/go-build1138503492/b368/_pkg_.a
2025-08-20T22:54:03.1547838Z [00:03:26.907]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:03.1548626Z [00:03:26.907]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.1549394Z [00:03:26.907]➜  packagefile io/ioutil=/tmp/go-build1138503492/b169/_pkg_.a
2025-08-20T22:54:03.1550169Z [00:03:26.907]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:03.1550964Z [00:03:26.907]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:03.1551764Z [00:03:26.907]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:54:03.1552541Z [00:03:26.907]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:03.1553315Z [00:03:26.907]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:03.1554369Z [00:03:26.907]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:03.1555430Z [00:03:26.907]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:54:03.1556155Z [00:03:26.907]➜  EOF
2025-08-20T22:54:03.1575915Z [00:03:26.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/soap=>github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/soap;$WORK/b445=>" -p github.com/tailscale/goupnp/soap -lang=go1.16 -complete -installsuffix shared -buildid I5z8suqnQUChi-NvVuy8/I5z8suqnQUChi-NvVuy8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/soap/soap.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/soap/types.go
2025-08-20T22:54:03.3180582Z [00:03:27.070]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T22:54:03.3202703Z [00:03:27.073]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/0d/0dcf43b3a392dab72d3fc341164450dc29a1067d1dd3b3370d9b616e86ffe7e2-d # internal
2025-08-20T22:54:03.3221258Z [00:03:27.075]➜  github.com/tailscale/goupnp/ssdp
2025-08-20T22:54:03.3226032Z [00:03:27.075]➜  mkdir -p $WORK/b446/
2025-08-20T22:54:03.3228249Z [00:03:27.076]➜  cat >/tmp/go-build1138503492/b446/importcfg << 'EOF' # internal
2025-08-20T22:54:03.3250319Z [00:03:27.077]➜  # import config
2025-08-20T22:54:03.3251031Z [00:03:27.077]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.3251856Z [00:03:27.077]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.3252841Z [00:03:27.077]➜  packagefile github.com/tailscale/goupnp/httpu=/tmp/go-build1138503492/b443/_pkg_.a
2025-08-20T22:54:03.3253789Z [00:03:27.077]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:03.3254582Z [00:03:27.077]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:03.3255649Z [00:03:27.077]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:03.3256471Z [00:03:27.077]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:54:03.3257615Z [00:03:27.077]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:03.3258398Z [00:03:27.078]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:03.3259187Z [00:03:27.078]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:03.3259761Z [00:03:27.078]➜  EOF
2025-08-20T22:54:03.3264688Z [00:03:27.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/ssdp=>github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/ssdp;$WORK/b446=>" -p github.com/tailscale/goupnp/ssdp -lang=go1.16 -complete -installsuffix shared -buildid LUO99gKPSG6lEn4dNPdG/LUO99gKPSG6lEn4dNPdG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/ssdp/registry.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/ssdp/ssdp.go
2025-08-20T22:54:03.3725933Z [00:03:27.125]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T22:54:03.3774847Z [00:03:27.130]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d # internal
2025-08-20T22:54:03.3777301Z [00:03:27.130]➜  tailscale.com/net/dns/recursive
2025-08-20T22:54:03.3781386Z [00:03:27.130]➜  mkdir -p $WORK/b399/
2025-08-20T22:54:03.3783887Z [00:03:27.131]➜  cat >/tmp/go-build1138503492/b399/importcfg << 'EOF' # internal
2025-08-20T22:54:03.3788639Z [00:03:27.131]➜  # import config
2025-08-20T22:54:03.3789368Z [00:03:27.131]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.3790224Z [00:03:27.131]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:03.3791348Z [00:03:27.131]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.3792307Z [00:03:27.131]➜  packagefile github.com/miekg/dns=/tmp/go-build1138503492/b400/_pkg_.a
2025-08-20T22:54:03.3793262Z [00:03:27.131]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:03.3794079Z [00:03:27.131]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:03.3794929Z [00:03:27.131]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:03.3795962Z [00:03:27.131]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:03.3796873Z [00:03:27.131]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:03.3797924Z [00:03:27.131]➜  packagefile tailscale.com/net/netns=/tmp/go-build1138503492/b405/_pkg_.a
2025-08-20T22:54:03.3799018Z [00:03:27.131]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:03.3800147Z [00:03:27.131]➜  packagefile tailscale.com/util/dnsname=/tmp/go-build1138503492/b265/_pkg_.a
2025-08-20T22:54:03.3801216Z [00:03:27.131]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:54:03.3802338Z [00:03:27.131]➜  packagefile tailscale.com/util/multierr=/tmp/go-build1138503492/b286/_pkg_.a
2025-08-20T22:54:03.3803415Z [00:03:27.131]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:54:03.3804366Z [00:03:27.131]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:03.3804980Z [00:03:27.131]➜  EOF
2025-08-20T22:54:03.3829516Z [00:03:27.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/recursive=>tailscale.com/net/dns/recursive;$WORK/b399=>" -p tailscale.com/net/dns/recursive -lang=go1.24 -complete -installsuffix shared -buildid 5K86txI4bTUQrtMvzear/5K86txI4bTUQrtMvzear -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/recursive/recursive.go
2025-08-20T22:54:03.4508751Z [00:03:27.203]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T22:54:03.4524608Z [00:03:27.205]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/f6/f65406d21425c1ded04582cca4fa590d8cb65064d41456bf3fde5220d33ecb97-d # internal
2025-08-20T22:54:03.4530397Z [00:03:27.205]➜  github.com/tailscale/goupnp
2025-08-20T22:54:03.4531142Z [00:03:27.206]➜  mkdir -p $WORK/b442/
2025-08-20T22:54:03.4542699Z [00:03:27.206]➜  cat >/tmp/go-build1138503492/b442/importcfg << 'EOF' # internal
2025-08-20T22:54:03.4543641Z [00:03:27.206]➜  # import config
2025-08-20T22:54:03.4544327Z [00:03:27.206]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.4545416Z [00:03:27.206]➜  packagefile encoding/xml=/tmp/go-build1138503492/b368/_pkg_.a
2025-08-20T22:54:03.4546294Z [00:03:27.206]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:03.4547128Z [00:03:27.206]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.4548142Z [00:03:27.207]➜  packagefile github.com/tailscale/goupnp/httpu=/tmp/go-build1138503492/b443/_pkg_.a
2025-08-20T22:54:03.4549339Z [00:03:27.207]➜  packagefile github.com/tailscale/goupnp/scpd=/tmp/go-build1138503492/b444/_pkg_.a
2025-08-20T22:54:03.4550588Z [00:03:27.207]➜  packagefile github.com/tailscale/goupnp/soap=/tmp/go-build1138503492/b445/_pkg_.a
2025-08-20T22:54:03.4551765Z [00:03:27.207]➜  packagefile github.com/tailscale/goupnp/ssdp=/tmp/go-build1138503492/b446/_pkg_.a
2025-08-20T22:54:03.4552704Z [00:03:27.207]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:03.4553471Z [00:03:27.207]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:03.4554288Z [00:03:27.207]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:03.4555464Z [00:03:27.207]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:03.4556199Z [00:03:27.207]➜  EOF
2025-08-20T22:54:03.4562355Z [00:03:27.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05=>github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05;$WORK/b442=>" -p github.com/tailscale/goupnp -lang=go1.16 -complete -installsuffix shared -buildid _P4FGSXcNQqXGpjZl3by/_P4FGSXcNQqXGpjZl3by -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/device.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/goupnp.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/network.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/service_client.go
2025-08-20T22:54:03.5237119Z [00:03:27.276]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T22:54:03.5255843Z [00:03:27.278]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/bc/bc7ab0a229d054876a3525805d288f99cec0977724b02a58284bab10b52a1d82-d # internal
2025-08-20T22:54:03.5273105Z [00:03:27.279]➜  github.com/tailscale/goupnp/dcps/internetgateway2
2025-08-20T22:54:03.5273807Z [00:03:27.279]➜  mkdir -p $WORK/b447/
2025-08-20T22:54:03.5274523Z [00:03:27.279]➜  cat >/tmp/go-build1138503492/b447/importcfg << 'EOF' # internal
2025-08-20T22:54:03.5275349Z [00:03:27.279]➜  # import config
2025-08-20T22:54:03.5276064Z [00:03:27.279]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.5277100Z [00:03:27.279]➜  packagefile github.com/tailscale/goupnp=/tmp/go-build1138503492/b442/_pkg_.a
2025-08-20T22:54:03.5278296Z [00:03:27.279]➜  packagefile github.com/tailscale/goupnp/soap=/tmp/go-build1138503492/b445/_pkg_.a
2025-08-20T22:54:03.5279369Z [00:03:27.279]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:03.5280234Z [00:03:27.279]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:03.5280871Z [00:03:27.279]➜  EOF
2025-08-20T22:54:03.5287347Z [00:03:27.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/dcps/internetgateway2=>github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/dcps/internetgateway2;$WORK/b447=>" -p github.com/tailscale/goupnp/dcps/internetgateway2 -lang=go1.16 -complete -installsuffix shared -buildid -J89iRRiQwpGYvjLZJKy/-J89iRRiQwpGYvjLZJKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/dcps/internetgateway2/gen.go /root/go/pkg/mod/github.com/tailscale/goupnp@v1.0.1-0.20210804011211-c64d0f06ea05/dcps/internetgateway2/internetgateway2.go
2025-08-20T22:54:03.5968472Z [00:03:27.350]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T22:54:03.5999107Z [00:03:27.353]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/f3/f310b4d38159903b2d9adac6c3eec9c519757c6ea8182c111c9afb7915cd6511-d # internal
2025-08-20T22:54:03.6006243Z [00:03:27.353]➜  tailscale.com/net/dnsfallback
2025-08-20T22:54:03.6006812Z [00:03:27.353]➜  mkdir -p $WORK/b398/
2025-08-20T22:54:03.6017315Z [00:03:27.354]➜  cat >/tmp/go-build1138503492/b398/importcfg << 'EOF' # internal
2025-08-20T22:54:03.6018688Z [00:03:27.354]➜  # import config
2025-08-20T22:54:03.6020640Z [00:03:27.354]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.6023042Z [00:03:27.354]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:54:03.6024174Z [00:03:27.354]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:03.6027285Z [00:03:27.354]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:03.6028053Z [00:03:27.354]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.6028783Z [00:03:27.354]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:03.6029537Z [00:03:27.354]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:03.6030565Z [00:03:27.354]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:03.6031343Z [00:03:27.354]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:03.6032076Z [00:03:27.354]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:03.6032801Z [00:03:27.354]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:54:03.6033541Z [00:03:27.354]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:03.6034297Z [00:03:27.354]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:03.6035339Z [00:03:27.354]➜  packagefile tailscale.com/atomicfile=/tmp/go-build1138503492/b234/_pkg_.a
2025-08-20T22:54:03.6036326Z [00:03:27.354]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:03.6037244Z [00:03:27.355]➜  packagefile tailscale.com/health=/tmp/go-build1138503492/b279/_pkg_.a
2025-08-20T22:54:03.6038248Z [00:03:27.355]➜  packagefile tailscale.com/net/dns/recursive=/tmp/go-build1138503492/b399/_pkg_.a
2025-08-20T22:54:03.6039255Z [00:03:27.355]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:03.6040221Z [00:03:27.355]➜  packagefile tailscale.com/net/netns=/tmp/go-build1138503492/b405/_pkg_.a
2025-08-20T22:54:03.6041173Z [00:03:27.355]➜  packagefile tailscale.com/net/tlsdial=/tmp/go-build1138503492/b421/_pkg_.a
2025-08-20T22:54:03.6042176Z [00:03:27.355]➜  packagefile tailscale.com/net/tshttpproxy=/tmp/go-build1138503492/b333/_pkg_.a
2025-08-20T22:54:03.6043151Z [00:03:27.355]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:03.6044103Z [00:03:27.355]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:03.6050090Z [00:03:27.355]➜  packagefile tailscale.com/util/clientmetric=/tmp/go-build1138503492/b321/_pkg_.a
2025-08-20T22:54:03.6051253Z [00:03:27.355]➜  packagefile tailscale.com/util/singleflight=/tmp/go-build1138503492/b397/_pkg_.a
2025-08-20T22:54:03.6052299Z [00:03:27.355]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:54:03.6053404Z [00:03:27.355]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:03.6053964Z [00:03:27.355]➜  EOF
2025-08-20T22:54:03.6054549Z [00:03:27.355]➜  cat >/tmp/go-build1138503492/b398/embedcfg << 'EOF' # internal
2025-08-20T22:54:03.6055288Z [00:03:27.355]➜  {
2025-08-20T22:54:03.6055710Z [00:03:27.355]➜  	"Patterns": {
2025-08-20T22:54:03.6056259Z [00:03:27.355]➜  		"dns-fallback-servers.json": [
2025-08-20T22:54:03.6056886Z [00:03:27.355]➜  			"dns-fallback-servers.json"
2025-08-20T22:54:03.6057397Z [00:03:27.355]➜  		]
2025-08-20T22:54:03.6057761Z [00:03:27.355]➜  	},
2025-08-20T22:54:03.6058121Z [00:03:27.355]➜  	"Files": {
2025-08-20T22:54:03.6058973Z [00:03:27.355]➜  		"dns-fallback-servers.json": "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dns-fallback-servers.json"
2025-08-20T22:54:03.6059773Z [00:03:27.355]➜  	}
2025-08-20T22:54:03.6060134Z [00:03:27.355]➜  }EOF
2025-08-20T22:54:03.6063348Z [00:03:27.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b398/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback=>tailscale.com/net/dnsfallback;$WORK/b398=>" -p tailscale.com/net/dnsfallback -lang=go1.24 -complete -installsuffix shared -buildid d2F4B6f6p73K75uXWL0H/d2F4B6f6p73K75uXWL0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -embedcfg $WORK/b398/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dnsfallback.go
2025-08-20T22:54:03.6241778Z [00:03:27.377]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T22:54:03.6697468Z [00:03:27.422]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/f3/f329d7c65a1fc34cc6008afb146bff14c459eba4fb06f88ea7c2831efe79dd94-d # internal
2025-08-20T22:54:03.6701627Z [00:03:27.423]➜  tailscale.com/control/controlknobs
2025-08-20T22:54:03.6847238Z [00:03:27.437]➜  mkdir -p $WORK/b448/
2025-08-20T22:54:03.6856495Z [00:03:27.438]➜  cat >/tmp/go-build1138503492/b448/importcfg << 'EOF' # internal
2025-08-20T22:54:03.6860606Z [00:03:27.438]➜  # import config
2025-08-20T22:54:03.6861254Z [00:03:27.438]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.6868580Z [00:03:27.438]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:54:03.6869379Z [00:03:27.438]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:03.6870249Z [00:03:27.438]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:03.6871152Z [00:03:27.438]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:03.6872070Z [00:03:27.438]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:54:03.6872713Z [00:03:27.438]➜  EOF
2025-08-20T22:54:03.6876070Z [00:03:27.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b448/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlknobs=>tailscale.com/control/controlknobs;$WORK/b448=>" -p tailscale.com/control/controlknobs -lang=go1.24 -complete -installsuffix shared -buildid PVKXhd90jjsp19frcqwR/PVKXhd90jjsp19frcqwR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlknobs/controlknobs.go
2025-08-20T22:54:03.7328724Z [00:03:27.485]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T22:54:03.7357448Z [00:03:27.488]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/99/99fe00c93dc140aa1ce00c77ee659d349d73b0d55294816e554613759e089546-d # internal
2025-08-20T22:54:03.7361695Z [00:03:27.488]➜  tailscale.com/types/nettype
2025-08-20T22:54:03.7363337Z [00:03:27.489]➜  mkdir -p $WORK/b449/
2025-08-20T22:54:03.7376428Z [00:03:27.489]➜  cat >/tmp/go-build1138503492/b449/importcfg << 'EOF' # internal
2025-08-20T22:54:03.7377360Z [00:03:27.489]➜  # import config
2025-08-20T22:54:03.7378217Z [00:03:27.489]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.7379254Z [00:03:27.489]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:03.7380246Z [00:03:27.489]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:03.7381860Z [00:03:27.489]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:03.7382938Z [00:03:27.489]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:03.7384724Z [00:03:27.489]➜  EOF
2025-08-20T22:54:03.7388176Z [00:03:27.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/nettype=>tailscale.com/types/nettype;$WORK/b449=>" -p tailscale.com/types/nettype -lang=go1.24 -complete -installsuffix shared -buildid JcWYdNaeWbJuZ5PJjjv7/JcWYdNaeWbJuZ5PJjjv7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/nettype/nettype.go
2025-08-20T22:54:03.7665809Z [00:03:27.519]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T22:54:03.7678916Z [00:03:27.521]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d # internal
2025-08-20T22:54:03.7682461Z [00:03:27.521]➜  tailscale.com/net/stun
2025-08-20T22:54:03.7683748Z [00:03:27.521]➜  mkdir -p $WORK/b450/
2025-08-20T22:54:03.7691572Z [00:03:27.522]➜  cat >/tmp/go-build1138503492/b450/importcfg << 'EOF' # internal
2025-08-20T22:54:03.7692708Z [00:03:27.522]➜  # import config
2025-08-20T22:54:03.7693502Z [00:03:27.522]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:03.7694404Z [00:03:27.522]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:03.7696022Z [00:03:27.522]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:03.7697436Z [00:03:27.522]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:03.7698402Z [00:03:27.522]➜  packagefile hash/crc32=/tmp/go-build1138503492/b185/_pkg_.a
2025-08-20T22:54:03.7717208Z [00:03:27.522]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:03.7718604Z [00:03:27.522]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:03.7719907Z [00:03:27.522]➜  EOF
2025-08-20T22:54:03.7723599Z [00:03:27.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun=>tailscale.com/net/stun;$WORK/b450=>" -p tailscale.com/net/stun -lang=go1.24 -complete -installsuffix shared -buildid 3zKGJ12jIIUM_H_ZtMln/3zKGJ12jIIUM_H_ZtMln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stun.go
2025-08-20T22:54:03.7862895Z [00:03:27.539]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T22:54:03.7870031Z [00:03:27.540]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d # internal
2025-08-20T22:54:03.7873911Z [00:03:27.540]➜  tailscale.com/net/portmapper
2025-08-20T22:54:03.7874513Z [00:03:27.540]➜  mkdir -p $WORK/b441/
2025-08-20T22:54:03.7879137Z [00:03:27.540]➜  cat >/tmp/go-build1138503492/b441/importcfg << 'EOF' # internal
2025-08-20T22:54:03.7880641Z [00:03:27.540]➜  # import config
2025-08-20T22:54:03.7881595Z [00:03:27.540]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:03.7882622Z [00:03:27.540]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:03.7884342Z [00:03:27.540]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:54:03.7885685Z [00:03:27.540]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:03.7886894Z [00:03:27.540]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:03.7887916Z [00:03:27.540]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:03.7890459Z [00:03:27.540]➜  packagefile encoding/xml=/tmp/go-build1138503492/b368/_pkg_.a
2025-08-20T22:54:03.7891281Z [00:03:27.540]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:03.7892018Z [00:03:27.540]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.7892878Z [00:03:27.540]➜  packagefile github.com/tailscale/goupnp=/tmp/go-build1138503492/b442/_pkg_.a
2025-08-20T22:54:03.7894386Z [00:03:27.540]➜  packagefile github.com/tailscale/goupnp/dcps/internetgateway2=/tmp/go-build1138503492/b447/_pkg_.a
2025-08-20T22:54:03.7895858Z [00:03:27.541]➜  packagefile github.com/tailscale/goupnp/soap=/tmp/go-build1138503492/b445/_pkg_.a
2025-08-20T22:54:03.7896883Z [00:03:27.541]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:54:03.7897675Z [00:03:27.541]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:03.7898462Z [00:03:27.541]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:54:03.7899292Z [00:03:27.541]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:03.7900058Z [00:03:27.541]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:03.7900896Z [00:03:27.541]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:03.7901713Z [00:03:27.541]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:03.7902528Z [00:03:27.541]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:03.7903325Z [00:03:27.541]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:03.7904137Z [00:03:27.541]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:03.7904925Z [00:03:27.541]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:03.7917154Z [00:03:27.541]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:03.7918210Z [00:03:27.541]➜  packagefile tailscale.com/control/controlknobs=/tmp/go-build1138503492/b448/_pkg_.a
2025-08-20T22:54:03.7919281Z [00:03:27.541]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:03.7920554Z [00:03:27.541]➜  packagefile tailscale.com/net/netaddr=/tmp/go-build1138503492/b303/_pkg_.a
2025-08-20T22:54:03.7921613Z [00:03:27.541]➜  packagefile tailscale.com/net/neterror=/tmp/go-build1138503492/b438/_pkg_.a
2025-08-20T22:54:03.7922682Z [00:03:27.541]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:03.7923673Z [00:03:27.541]➜  packagefile tailscale.com/net/netns=/tmp/go-build1138503492/b405/_pkg_.a
2025-08-20T22:54:03.7924754Z [00:03:27.541]➜  packagefile tailscale.com/net/sockstats=/tmp/go-build1138503492/b425/_pkg_.a
2025-08-20T22:54:03.7926024Z [00:03:27.541]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:03.7927049Z [00:03:27.541]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:03.7928124Z [00:03:27.541]➜  packagefile tailscale.com/types/nettype=/tmp/go-build1138503492/b449/_pkg_.a
2025-08-20T22:54:03.7929210Z [00:03:27.541]➜  packagefile tailscale.com/util/clientmetric=/tmp/go-build1138503492/b321/_pkg_.a
2025-08-20T22:54:03.7930260Z [00:03:27.541]➜  packagefile tailscale.com/util/eventbus=/tmp/go-build1138503492/b334/_pkg_.a
2025-08-20T22:54:03.7931311Z [00:03:27.541]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:54:03.7932304Z [00:03:27.541]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:03.7933178Z [00:03:27.541]➜  EOF
2025-08-20T22:54:03.7938902Z [00:03:27.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper=>tailscale.com/net/portmapper;$WORK/b441=>" -p tailscale.com/net/portmapper -lang=go1.24 -complete -installsuffix shared -buildid HV4N2E_X0MPjArHG8HQF/HV4N2E_X0MPjArHG8HQF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/legacy_upnp.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcp.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcpresultcode_string.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pmpresultcode_string.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/portmapper.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/upnp.go
2025-08-20T22:54:03.8343193Z [00:03:27.587]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T22:54:03.8355467Z [00:03:27.588]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/b0/b0eb341762f90b39195aa48fb40e06a9f16c0c872231196d6c3bb6ad13dbe728-d # internal
2025-08-20T22:54:03.8363010Z [00:03:27.589]➜  tailscale.com/util/prompt
2025-08-20T22:54:03.8363617Z [00:03:27.589]➜  mkdir -p $WORK/b452/
2025-08-20T22:54:03.8372745Z [00:03:27.590]➜  cat >/tmp/go-build1138503492/b452/importcfg << 'EOF' # internal
2025-08-20T22:54:03.8384378Z [00:03:27.590]➜  # import config
2025-08-20T22:54:03.8385066Z [00:03:27.590]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:03.8386133Z [00:03:27.590]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:03.8386844Z [00:03:27.590]➜  EOF
2025-08-20T22:54:03.8390011Z [00:03:27.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/prompt=>tailscale.com/util/prompt;$WORK/b452=>" -p tailscale.com/util/prompt -lang=go1.24 -complete -installsuffix shared -buildid KqDU47OkB_Ns1MlKvPlk/KqDU47OkB_Ns1MlKvPlk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/prompt/prompt.go
2025-08-20T22:54:03.8539154Z [00:03:27.607]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T22:54:03.8550100Z [00:03:27.608]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/33/33f798795d8aa375ebfa7aeb2f205a800b6ef5a40abbaae5fd4c471bd153b443-d # internal
2025-08-20T22:54:03.8552131Z [00:03:27.608]➜  tailscale.com/util/quarantine
2025-08-20T22:54:03.8553231Z [00:03:27.608]➜  mkdir -p $WORK/b453/
2025-08-20T22:54:03.8563956Z [00:03:27.609]➜  cat >/tmp/go-build1138503492/b453/importcfg << 'EOF' # internal
2025-08-20T22:54:03.8565922Z [00:03:27.609]➜  # import config
2025-08-20T22:54:03.8567695Z [00:03:27.609]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:03.8568565Z [00:03:27.609]➜  EOF
2025-08-20T22:54:03.8572685Z [00:03:27.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine=>tailscale.com/util/quarantine;$WORK/b453=>" -p tailscale.com/util/quarantine -lang=go1.24 -complete -installsuffix shared -buildid 6oWRiOMawINkkS7p7t3q/6oWRiOMawINkkS7p7t3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine_default.go
2025-08-20T22:54:03.8762764Z [00:03:27.629]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T22:54:03.8781143Z [00:03:27.631]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/0e/0eb24b2d439297a74793e931b7dd83762419adbf8f0e190fddbe2259ea92ca0a-d # internal
2025-08-20T22:54:04.4718130Z [00:03:28.224]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T22:54:04.4723333Z [00:03:28.225]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T22:54:04.4797642Z [00:03:28.232]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/e0/e02ed0e43db28baed2e4dd645cba2e949c8edbfbaf04f0f170bc1aae9e8215d0-d # internal
2025-08-20T22:54:04.4850801Z [00:03:28.237]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d # internal
2025-08-20T22:54:04.4857262Z [00:03:28.237]➜  tailscale.com/control/controlhttp
2025-08-20T22:54:04.4858195Z [00:03:28.237]➜  tailscale.com/net/captivedetection
2025-08-20T22:54:04.4858993Z [00:03:28.237]➜  mkdir -p $WORK/b388/
2025-08-20T22:54:04.4859687Z [00:03:28.237]➜  mkdir -p $WORK/b437/
2025-08-20T22:54:04.4860515Z [00:03:28.238]➜  cat >/tmp/go-build1138503492/b437/importcfg << 'EOF' # internal
2025-08-20T22:54:04.4861210Z [00:03:28.238]➜  # import config
2025-08-20T22:54:04.4862337Z [00:03:28.238]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:54:04.4863475Z [00:03:28.238]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:04.4864785Z [00:03:28.238]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:04.4867634Z [00:03:28.238]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:54:04.4868563Z [00:03:28.238]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:04.4869526Z [00:03:28.238]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:04.4870618Z [00:03:28.238]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:04.4871967Z [00:03:28.238]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:04.4872880Z [00:03:28.238]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:04.4873739Z [00:03:28.238]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:04.4874563Z [00:03:28.238]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:04.4875817Z [00:03:28.238]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:04.4876708Z [00:03:28.238]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:04.4877529Z [00:03:28.238]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:04.4878502Z [00:03:28.238]➜  packagefile tailscale.com/net/dnsfallback=/tmp/go-build1138503492/b398/_pkg_.a
2025-08-20T22:54:04.4879603Z [00:03:28.238]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:04.4880657Z [00:03:28.238]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:04.4881719Z [00:03:28.238]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:04.4882642Z [00:03:28.238]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:04.4883246Z [00:03:28.238]➜  EOF
2025-08-20T22:54:04.4887956Z [00:03:28.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection=>tailscale.com/net/captivedetection;$WORK/b437=>" -p tailscale.com/net/captivedetection -lang=go1.24 -complete -installsuffix shared -buildid jgVn6vqa3uOp-A95ElyK/jgVn6vqa3uOp-A95ElyK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/captivedetection.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/endpoints.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/rawconn.go
2025-08-20T22:54:04.4892275Z [00:03:28.238]➜  cat >/tmp/go-build1138503492/b388/importcfg << 'EOF' # internal
2025-08-20T22:54:04.4892965Z [00:03:28.238]➜  # import config
2025-08-20T22:54:04.4893624Z [00:03:28.238]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:04.4894496Z [00:03:28.238]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:04.4901172Z [00:03:28.238]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:54:04.4902139Z [00:03:28.238]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:04.4903007Z [00:03:28.238]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:04.4904140Z [00:03:28.238]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:04.4904954Z [00:03:28.238]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:54:04.4905947Z [00:03:28.238]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:04.4915586Z [00:03:28.238]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:04.4916647Z [00:03:28.238]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:54:04.4917577Z [00:03:28.238]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:04.4918437Z [00:03:28.238]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:04.4919291Z [00:03:28.238]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:04.4920136Z [00:03:28.238]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:54:04.4920991Z [00:03:28.238]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:04.4922039Z [00:03:28.238]➜  packagefile tailscale.com/control/controlbase=/tmp/go-build1138503492/b389/_pkg_.a
2025-08-20T22:54:04.4923376Z [00:03:28.238]➜  packagefile tailscale.com/control/controlhttp/controlhttpcommon=/tmp/go-build1138503492/b393/_pkg_.a
2025-08-20T22:54:04.4924605Z [00:03:28.238]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:04.4926319Z [00:03:28.238]➜  packagefile tailscale.com/health=/tmp/go-build1138503492/b279/_pkg_.a
2025-08-20T22:54:04.4927370Z [00:03:28.238]➜  packagefile tailscale.com/net/dnscache=/tmp/go-build1138503492/b394/_pkg_.a
2025-08-20T22:54:04.4928434Z [00:03:28.238]➜  packagefile tailscale.com/net/dnsfallback=/tmp/go-build1138503492/b398/_pkg_.a
2025-08-20T22:54:04.4929743Z [00:03:28.238]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:04.4930809Z [00:03:28.238]➜  packagefile tailscale.com/net/netutil=/tmp/go-build1138503492/b322/_pkg_.a
2025-08-20T22:54:04.4931866Z [00:03:28.238]➜  packagefile tailscale.com/net/netx=/tmp/go-build1138503492/b396/_pkg_.a
2025-08-20T22:54:04.4932870Z [00:03:28.238]➜  packagefile tailscale.com/net/sockstats=/tmp/go-build1138503492/b425/_pkg_.a
2025-08-20T22:54:04.4933889Z [00:03:28.238]➜  packagefile tailscale.com/net/tlsdial=/tmp/go-build1138503492/b421/_pkg_.a
2025-08-20T22:54:04.4934916Z [00:03:28.238]➜  packagefile tailscale.com/net/tshttpproxy=/tmp/go-build1138503492/b333/_pkg_.a
2025-08-20T22:54:04.4936108Z [00:03:28.238]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:04.4937062Z [00:03:28.238]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:04.4938009Z [00:03:28.239]➜  packagefile tailscale.com/tstime=/tmp/go-build1138503492/b284/_pkg_.a
2025-08-20T22:54:04.4939023Z [00:03:28.239]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:54:04.4940104Z [00:03:28.239]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:04.4941192Z [00:03:28.239]➜  packagefile tailscale.com/util/multierr=/tmp/go-build1138503492/b286/_pkg_.a
2025-08-20T22:54:04.4942115Z [00:03:28.239]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:04.4942709Z [00:03:28.239]➜  EOF
2025-08-20T22:54:04.4947214Z [00:03:28.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp=>tailscale.com/control/controlhttp;$WORK/b388=>" -p tailscale.com/control/controlhttp -lang=go1.24 -complete -installsuffix shared -buildid QECS_yRwTI9OvUloDh0_/QECS_yRwTI9OvUloDh0_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client_common.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/constants.go
2025-08-20T22:54:04.5236644Z [00:03:28.276]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T22:54:04.5526151Z [00:03:28.305]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/0c/0c4ee34ce63745e892122ec3601cdcccd5972883a1b7055bf98ef12956b820f4-d # internal
2025-08-20T22:54:04.5533058Z [00:03:28.306]➜  tailscale.com/derp/derphttp
2025-08-20T22:54:04.5533647Z [00:03:28.306]➜  mkdir -p $WORK/b436/
2025-08-20T22:54:04.5534365Z [00:03:28.306]➜  cat >/tmp/go-build1138503492/b436/importcfg << 'EOF' # internal
2025-08-20T22:54:04.5543269Z [00:03:28.306]➜  # import config
2025-08-20T22:54:04.5544089Z [00:03:28.306]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:04.5546837Z [00:03:28.306]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:54:04.5547705Z [00:03:28.306]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:04.5548658Z [00:03:28.306]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:04.5549595Z [00:03:28.306]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:04.5550538Z [00:03:28.306]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:54:04.5551410Z [00:03:28.306]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:04.5552216Z [00:03:28.306]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:04.5553080Z [00:03:28.306]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:54:04.5553882Z [00:03:28.306]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:04.5554688Z [00:03:28.306]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:04.5555739Z [00:03:28.306]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:04.5556588Z [00:03:28.306]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:04.5557776Z [00:03:28.306]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:04.5558689Z [00:03:28.306]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:04.5559549Z [00:03:28.306]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:04.5560394Z [00:03:28.306]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:04.5561217Z [00:03:28.306]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:04.5562098Z [00:03:28.306]➜  packagefile tailscale.com/derp=/tmp/go-build1138503492/b431/_pkg_.a
2025-08-20T22:54:04.5563163Z [00:03:28.306]➜  packagefile tailscale.com/derp/derpconst=/tmp/go-build1138503492/b422/_pkg_.a
2025-08-20T22:54:04.5564255Z [00:03:28.306]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:04.5565523Z [00:03:28.306]➜  packagefile tailscale.com/health=/tmp/go-build1138503492/b279/_pkg_.a
2025-08-20T22:54:04.5566664Z [00:03:28.306]➜  packagefile tailscale.com/net/dnscache=/tmp/go-build1138503492/b394/_pkg_.a
2025-08-20T22:54:04.5567816Z [00:03:28.306]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:04.5568942Z [00:03:28.306]➜  packagefile tailscale.com/net/netns=/tmp/go-build1138503492/b405/_pkg_.a
2025-08-20T22:54:04.5570006Z [00:03:28.306]➜  packagefile tailscale.com/net/netx=/tmp/go-build1138503492/b396/_pkg_.a
2025-08-20T22:54:04.5571086Z [00:03:28.306]➜  packagefile tailscale.com/net/sockstats=/tmp/go-build1138503492/b425/_pkg_.a
2025-08-20T22:54:04.5572175Z [00:03:28.306]➜  packagefile tailscale.com/net/tlsdial=/tmp/go-build1138503492/b421/_pkg_.a
2025-08-20T22:54:04.5573293Z [00:03:28.306]➜  packagefile tailscale.com/net/tshttpproxy=/tmp/go-build1138503492/b333/_pkg_.a
2025-08-20T22:54:04.5574355Z [00:03:28.306]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:04.5579574Z [00:03:28.306]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:04.5580719Z [00:03:28.306]➜  packagefile tailscale.com/tstime=/tmp/go-build1138503492/b284/_pkg_.a
2025-08-20T22:54:04.5581784Z [00:03:28.306]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:54:04.5583248Z [00:03:28.306]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:04.5584254Z [00:03:28.306]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:04.5584889Z [00:03:28.306]➜  EOF
2025-08-20T22:54:04.5589720Z [00:03:28.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp=>tailscale.com/derp/derphttp;$WORK/b436=>" -p tailscale.com/derp/derphttp -lang=go1.24 -complete -installsuffix shared -buildid d2M_Z6h091ssgxnPhmKV/d2M_Z6h091ssgxnPhmKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_client.go /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_server.go /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/mesh_client.go /tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/websocket_stub.go
2025-08-20T22:54:04.7548995Z [00:03:28.508]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T22:54:04.7656707Z [00:03:28.517]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/b6/b63d3a46919c7841d167971843f3b86ae109be78c4e988932f49b0a295640020-d # internal
2025-08-20T22:54:04.9960568Z [00:03:28.749]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T22:54:05.0083593Z [00:03:28.761]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/8b/8bff11d2079e2e6180a4b8f88f2be88928343e9ea3e3558cd9a71e2ca3e70665-d # internal
2025-08-20T22:54:05.5183611Z [00:03:29.271]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T22:54:05.5449255Z [00:03:29.297]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/b6/b637748319b68887bc2347bff5dd80023d982415c60d8e0d973d78207978aa36-d # internal
2025-08-20T22:54:05.5454073Z [00:03:29.298]➜  tailscale.com/net/netcheck
2025-08-20T22:54:05.5455817Z [00:03:29.298]➜  mkdir -p $WORK/b430/
2025-08-20T22:54:05.5456502Z [00:03:29.298]➜  cat >/tmp/go-build1138503492/b430/importcfg << 'EOF' # internal
2025-08-20T22:54:05.5456918Z [00:03:29.298]➜  # import config
2025-08-20T22:54:05.5457298Z [00:03:29.298]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:05.5457743Z [00:03:29.298]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:54:05.5458202Z [00:03:29.298]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:05.5458661Z [00:03:29.298]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:05.5459121Z [00:03:29.298]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:05.5459550Z [00:03:29.298]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:05.5459963Z [00:03:29.298]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:05.5460376Z [00:03:29.298]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:05.5460793Z [00:03:29.298]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:54:05.5461201Z [00:03:29.298]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:05.5461637Z [00:03:29.298]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:05.5462086Z [00:03:29.298]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:05.5462532Z [00:03:29.298]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:05.5462957Z [00:03:29.298]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:54:05.5463370Z [00:03:29.298]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:05.5463786Z [00:03:29.298]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:05.5464262Z [00:03:29.298]➜  packagefile tailscale.com/derp=/tmp/go-build1138503492/b431/_pkg_.a
2025-08-20T22:54:05.5465343Z [00:03:29.298]➜  packagefile tailscale.com/derp/derphttp=/tmp/go-build1138503492/b436/_pkg_.a
2025-08-20T22:54:05.5466338Z [00:03:29.298]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:05.5467473Z [00:03:29.298]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:54:05.5468318Z [00:03:29.298]➜  packagefile tailscale.com/net/captivedetection=/tmp/go-build1138503492/b437/_pkg_.a
2025-08-20T22:54:05.5469076Z [00:03:29.298]➜  packagefile tailscale.com/net/dnscache=/tmp/go-build1138503492/b394/_pkg_.a
2025-08-20T22:54:05.5469769Z [00:03:29.298]➜  packagefile tailscale.com/net/netaddr=/tmp/go-build1138503492/b303/_pkg_.a
2025-08-20T22:54:05.5470414Z [00:03:29.298]➜  packagefile tailscale.com/net/neterror=/tmp/go-build1138503492/b438/_pkg_.a
2025-08-20T22:54:05.5471044Z [00:03:29.298]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:05.5471713Z [00:03:29.298]➜  packagefile tailscale.com/net/netns=/tmp/go-build1138503492/b405/_pkg_.a
2025-08-20T22:54:05.5472401Z [00:03:29.298]➜  packagefile tailscale.com/net/ping=/tmp/go-build1138503492/b439/_pkg_.a
2025-08-20T22:54:05.5473096Z [00:03:29.298]➜  packagefile tailscale.com/net/portmapper=/tmp/go-build1138503492/b441/_pkg_.a
2025-08-20T22:54:05.5473799Z [00:03:29.298]➜  packagefile tailscale.com/net/sockstats=/tmp/go-build1138503492/b425/_pkg_.a
2025-08-20T22:54:05.5474385Z [00:03:29.298]➜  packagefile tailscale.com/net/stun=/tmp/go-build1138503492/b450/_pkg_.a
2025-08-20T22:54:05.5475005Z [00:03:29.298]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:05.5475810Z [00:03:29.298]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:05.5476489Z [00:03:29.298]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:05.5477189Z [00:03:29.298]➜  packagefile tailscale.com/types/nettype=/tmp/go-build1138503492/b449/_pkg_.a
2025-08-20T22:54:05.5478007Z [00:03:29.298]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:54:05.5478753Z [00:03:29.298]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:54:05.5479460Z [00:03:29.298]➜  packagefile tailscale.com/util/clientmetric=/tmp/go-build1138503492/b321/_pkg_.a
2025-08-20T22:54:05.5480058Z [00:03:29.298]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:54:05.5480742Z [00:03:29.298]➜  packagefile tailscale.com/util/multierr=/tmp/go-build1138503492/b286/_pkg_.a
2025-08-20T22:54:05.5481356Z [00:03:29.298]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:05.5481683Z [00:03:29.298]➜  EOF
2025-08-20T22:54:05.5483962Z [00:03:29.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck=>tailscale.com/net/netcheck;$WORK/b430=>" -p tailscale.com/net/netcheck -lang=go1.24 -complete -installsuffix shared -buildid zt5lfQNOcdtA9dYOlcvH/zt5lfQNOcdtA9dYOlcvH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/netcheck.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/standalone.go
2025-08-20T22:54:05.9494523Z [00:03:29.702]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T22:54:05.9622619Z [00:03:29.715]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/b1/b19d026d272a96cf3759a026df036acbaac3297c705d55c93efb365c9c62d9a4-d # internal
2025-08-20T22:54:05.9632193Z [00:03:29.716]➜  tailscale.com/cmd/tailscale/cli
2025-08-20T22:54:05.9632853Z [00:03:29.716]➜  mkdir -p $WORK/b064/
2025-08-20T22:54:05.9639581Z [00:03:29.716]➜  cat >/tmp/go-build1138503492/b064/importcfg << 'EOF' # internal
2025-08-20T22:54:05.9640566Z [00:03:29.716]➜  # import config
2025-08-20T22:54:05.9642921Z [00:03:29.716]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:05.9643896Z [00:03:29.716]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:05.9644900Z [00:03:29.716]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:54:05.9645971Z [00:03:29.716]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:05.9646760Z [00:03:29.716]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:05.9647287Z [00:03:29.716]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:05.9647780Z [00:03:29.716]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:54:05.9648250Z [00:03:29.716]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:54:05.9648724Z [00:03:29.716]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:54:05.9649221Z [00:03:29.716]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:05.9649700Z [00:03:29.716]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:54:05.9650270Z [00:03:29.717]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:05.9650833Z [00:03:29.717]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:05.9651415Z [00:03:29.717]➜  packagefile flag=/tmp/go-build1138503492/b163/_pkg_.a
2025-08-20T22:54:05.9652024Z [00:03:29.717]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:05.9652648Z [00:03:29.717]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1138503492/b164/_pkg_.a
2025-08-20T22:54:05.9653475Z [00:03:29.717]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1138503492/b165/_pkg_.a
2025-08-20T22:54:05.9654206Z [00:03:29.717]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1138503492/b166/_pkg_.a
2025-08-20T22:54:05.9654891Z [00:03:29.717]➜  packagefile github.com/mitchellh/go-ps=/tmp/go-build1138503492/b168/_pkg_.a
2025-08-20T22:54:05.9655771Z [00:03:29.717]➜  packagefile github.com/peterbourgon/ff/v3/ffcli=/tmp/go-build1138503492/b170/_pkg_.a
2025-08-20T22:54:05.9656479Z [00:03:29.717]➜  packagefile github.com/skip2/go-qrcode=/tmp/go-build1138503492/b174/_pkg_.a
2025-08-20T22:54:05.9657363Z [00:03:29.717]➜  packagefile github.com/toqueteos/webbrowser=/tmp/go-build1138503492/b186/_pkg_.a
2025-08-20T22:54:05.9658140Z [00:03:29.717]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build1138503492/b188/_pkg_.a
2025-08-20T22:54:05.9658844Z [00:03:29.717]➜  packagefile golang.org/x/net/http/httpproxy=/tmp/go-build1138503492/b189/_pkg_.a
2025-08-20T22:54:05.9659466Z [00:03:29.717]➜  packagefile golang.org/x/net/http2=/tmp/go-build1138503492/b195/_pkg_.a
2025-08-20T22:54:05.9660064Z [00:03:29.717]➜  packagefile golang.org/x/net/idna=/tmp/go-build1138503492/b190/_pkg_.a
2025-08-20T22:54:05.9660782Z [00:03:29.717]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build1138503492/b217/_pkg_.a
2025-08-20T22:54:05.9661481Z [00:03:29.717]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:54:05.9662118Z [00:03:29.717]➜  packagefile golang.org/x/time/rate=/tmp/go-build1138503492/b220/_pkg_.a
2025-08-20T22:54:05.9662605Z [00:03:29.717]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:05.9663217Z [00:03:29.717]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build1138503492/b221/_pkg_.a
2025-08-20T22:54:05.9663817Z [00:03:29.717]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:05.9664259Z [00:03:29.717]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:54:05.9664762Z [00:03:29.717]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:54:05.9665384Z [00:03:29.717]➜  packagefile mime=/tmp/go-build1138503492/b211/_pkg_.a
2025-08-20T22:54:05.9665808Z [00:03:29.717]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:05.9666336Z [00:03:29.717]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:05.9666851Z [00:03:29.717]➜  packagefile net/http/cgi=/tmp/go-build1138503492/b222/_pkg_.a
2025-08-20T22:54:05.9667393Z [00:03:29.717]➜  packagefile net/http/httputil=/tmp/go-build1138503492/b225/_pkg_.a
2025-08-20T22:54:05.9667987Z [00:03:29.717]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:05.9668498Z [00:03:29.717]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:05.9669140Z [00:03:29.717]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:05.9669693Z [00:03:29.717]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:54:05.9670243Z [00:03:29.717]➜  packagefile os/signal=/tmp/go-build1138503492/b226/_pkg_.a
2025-08-20T22:54:05.9670704Z [00:03:29.717]➜  packagefile os/user=/tmp/go-build1138503492/b227/_pkg_.a
2025-08-20T22:54:05.9671245Z [00:03:29.717]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:54:05.9671749Z [00:03:29.717]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:54:05.9672296Z [00:03:29.717]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:54:05.9672859Z [00:03:29.717]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:05.9673419Z [00:03:29.717]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:54:05.9674352Z [00:03:29.717]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build1138503492/b229/_pkg_.a
2025-08-20T22:54:05.9675415Z [00:03:29.717]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:05.9676482Z [00:03:29.717]➜  packagefile software.sslmate.com/src/go-pkcs12=/tmp/go-build1138503492/b231/_pkg_.a
2025-08-20T22:54:05.9677455Z [00:03:29.717]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:54:05.9678245Z [00:03:29.717]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:05.9679054Z [00:03:29.717]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:05.9679900Z [00:03:29.717]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:05.9680772Z [00:03:29.717]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:05.9681860Z [00:03:29.717]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:05.9682821Z [00:03:29.717]➜  packagefile tailscale.com/atomicfile=/tmp/go-build1138503492/b234/_pkg_.a
2025-08-20T22:54:05.9683957Z [00:03:29.717]➜  packagefile tailscale.com/client/local=/tmp/go-build1138503492/b235/_pkg_.a
2025-08-20T22:54:05.9685071Z [00:03:29.717]➜  packagefile tailscale.com/client/systray=/tmp/go-build1138503492/b351/_pkg_.a
2025-08-20T22:54:05.9686420Z [00:03:29.717]➜  packagefile tailscale.com/client/tailscale=/tmp/go-build1138503492/b373/_pkg_.a
2025-08-20T22:54:05.9687613Z [00:03:29.717]➜  packagefile tailscale.com/client/tailscale/apitype=/tmp/go-build1138503492/b238/_pkg_.a
2025-08-20T22:54:05.9688738Z [00:03:29.717]➜  packagefile tailscale.com/client/web=/tmp/go-build1138503492/b375/_pkg_.a
2025-08-20T22:54:05.9689791Z [00:03:29.717]➜  packagefile tailscale.com/clientupdate=/tmp/go-build1138503492/b377/_pkg_.a
2025-08-20T22:54:05.9691007Z [00:03:29.717]➜  packagefile tailscale.com/cmd/tailscale/cli/ffcomplete=/tmp/go-build1138503492/b385/_pkg_.a
2025-08-20T22:54:05.9692240Z [00:03:29.717]➜  packagefile tailscale.com/control/controlhttp=/tmp/go-build1138503492/b388/_pkg_.a
2025-08-20T22:54:05.9693308Z [00:03:29.717]➜  packagefile tailscale.com/drive=/tmp/go-build1138503492/b268/_pkg_.a
2025-08-20T22:54:05.9694307Z [00:03:29.717]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:05.9695632Z [00:03:29.717]➜  packagefile tailscale.com/feature/capture/dissector=/tmp/go-build1138503492/b426/_pkg_.a
2025-08-20T22:54:05.9696839Z [00:03:29.717]➜  packagefile tailscale.com/health/healthmsg=/tmp/go-build1138503492/b427/_pkg_.a
2025-08-20T22:54:05.9697915Z [00:03:29.717]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:54:05.9699058Z [00:03:29.717]➜  packagefile tailscale.com/internal/client/tailscale=/tmp/go-build1138503492/b428/_pkg_.a
2025-08-20T22:54:05.9700270Z [00:03:29.717]➜  packagefile tailscale.com/internal/noiseconn=/tmp/go-build1138503492/b429/_pkg_.a
2025-08-20T22:54:05.9701336Z [00:03:29.717]➜  packagefile tailscale.com/ipn=/tmp/go-build1138503492/b278/_pkg_.a
2025-08-20T22:54:05.9702353Z [00:03:29.717]➜  packagefile tailscale.com/ipn/ipnstate=/tmp/go-build1138503492/b293/_pkg_.a
2025-08-20T22:54:05.9703753Z [00:03:29.717]➜  packagefile tailscale.com/licenses=/tmp/go-build1138503492/b383/_pkg_.a
2025-08-20T22:54:05.9704799Z [00:03:29.717]➜  packagefile tailscale.com/net/netcheck=/tmp/go-build1138503492/b430/_pkg_.a
2025-08-20T22:54:05.9706108Z [00:03:29.717]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:05.9707210Z [00:03:29.717]➜  packagefile tailscale.com/net/netutil=/tmp/go-build1138503492/b322/_pkg_.a
2025-08-20T22:54:05.9708349Z [00:03:29.717]➜  packagefile tailscale.com/net/portmapper=/tmp/go-build1138503492/b441/_pkg_.a
2025-08-20T22:54:05.9709468Z [00:03:29.717]➜  packagefile tailscale.com/net/tlsdial=/tmp/go-build1138503492/b421/_pkg_.a
2025-08-20T22:54:05.9710560Z [00:03:29.717]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:54:05.9711674Z [00:03:29.717]➜  packagefile tailscale.com/net/tshttpproxy=/tmp/go-build1138503492/b333/_pkg_.a
2025-08-20T22:54:05.9712640Z [00:03:29.717]➜  packagefile tailscale.com/paths=/tmp/go-build1138503492/b349/_pkg_.a
2025-08-20T22:54:05.9713356Z [00:03:29.717]➜  packagefile tailscale.com/safesocket=/tmp/go-build1138503492/b350/_pkg_.a
2025-08-20T22:54:05.9714010Z [00:03:29.717]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:05.9714641Z [00:03:29.717]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:05.9715373Z [00:03:29.717]➜  packagefile tailscale.com/tka=/tmp/go-build1138503492/b295/_pkg_.a
2025-08-20T22:54:05.9715946Z [00:03:29.717]➜  packagefile tailscale.com/tsconst=/tmp/go-build1138503492/b451/_pkg_.a
2025-08-20T22:54:05.9716619Z [00:03:29.717]➜  packagefile tailscale.com/tstime/rate=/tmp/go-build1138503492/b434/_pkg_.a
2025-08-20T22:54:05.9717487Z [00:03:29.717]➜  packagefile tailscale.com/types/dnstype=/tmp/go-build1138503492/b247/_pkg_.a
2025-08-20T22:54:05.9718195Z [00:03:29.717]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:54:05.9718891Z [00:03:29.717]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:05.9719558Z [00:03:29.717]➜  packagefile tailscale.com/types/netmap=/tmp/go-build1138503492/b307/_pkg_.a
2025-08-20T22:54:05.9720128Z [00:03:29.717]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:54:05.9720807Z [00:03:29.717]➜  packagefile tailscale.com/types/preftype=/tmp/go-build1138503492/b310/_pkg_.a
2025-08-20T22:54:05.9721570Z [00:03:29.717]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:54:05.9722242Z [00:03:29.717]➜  packagefile tailscale.com/types/tkatype=/tmp/go-build1138503492/b263/_pkg_.a
2025-08-20T22:54:05.9722944Z [00:03:29.717]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:54:05.9723627Z [00:03:29.717]➜  packagefile tailscale.com/util/dnsname=/tmp/go-build1138503492/b265/_pkg_.a
2025-08-20T22:54:05.9724220Z [00:03:29.717]➜  packagefile tailscale.com/util/eventbus=/tmp/go-build1138503492/b334/_pkg_.a
2025-08-20T22:54:05.9724875Z [00:03:29.717]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:54:05.9725592Z [00:03:29.717]➜  packagefile tailscale.com/util/must=/tmp/go-build1138503492/b380/_pkg_.a
2025-08-20T22:54:05.9726274Z [00:03:29.717]➜  packagefile tailscale.com/util/prompt=/tmp/go-build1138503492/b452/_pkg_.a
2025-08-20T22:54:05.9726872Z [00:03:29.717]➜  packagefile tailscale.com/util/quarantine=/tmp/go-build1138503492/b453/_pkg_.a
2025-08-20T22:54:05.9727457Z [00:03:29.717]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:54:05.9728098Z [00:03:29.717]➜  packagefile tailscale.com/util/syspolicy/setting=/tmp/go-build1138503492/b315/_pkg_.a
2025-08-20T22:54:05.9728804Z [00:03:29.717]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:54:05.9729556Z [00:03:29.717]➜  packagefile tailscale.com/util/truncate=/tmp/go-build1138503492/b454/_pkg_.a
2025-08-20T22:54:05.9730117Z [00:03:29.717]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:54:05.9730681Z [00:03:29.717]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:54:05.9731212Z [00:03:29.717]➜  packagefile text/tabwriter=/tmp/go-build1138503492/b173/_pkg_.a
2025-08-20T22:54:05.9731668Z [00:03:29.717]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:05.9732245Z [00:03:29.717]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:54:05.9732599Z [00:03:29.717]➜  EOF
2025-08-20T22:54:05.9737324Z [00:03:29.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli=>tailscale.com/cmd/tailscale/cli;$WORK/b064=>" -p tailscale.com/cmd/tailscale/cli -lang=go1.24 -complete -installsuffix shared -buildid 5Aajx6P_q24z2ed4QjwU/5Aajx6P_q24z2ed4QjwU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack ./cli/bugreport.go ./cli/cert.go ./cli/cli.go ./cli/configure-kube.go ./cli/configure-synology-cert.go ./cli/configure-synology.go ./cli/configure.go ./cli/configure_apple-all.go ./cli/configure_linux-all.go ./cli/configure_linux.go ./cli/debug-capture.go ./cli/debug.go ./cli/diag.go ./cli/dns-query.go ./cli/dns-status.go ./cli/dns.go ./cli/down.go ./cli/drive.go ./cli/exitnode.go ./cli/file.go ./cli/funnel.go ./cli/id-token.go ./cli/ip.go ./cli/licenses.go ./cli/login.go ./cli/logout.go ./cli/metrics.go ./cli/nc.go ./cli/netcheck.go ./cli/network-lock.go ./cli/ping.go ./cli/risks.go ./cli/serve_legacy.go ./cli/serve_v2.go ./cli/set.go ./cli/ssh.go ./cli/ssh_exec.go ./cli/ssh_unix.go ./cli/status.go ./cli/switch.go ./cli/syspolicy.go ./cli/systray.go ./cli/up.go ./cli/update.go ./cli/version.go ./cli/web.go ./cli/whois.go
2025-08-20T22:54:07.4291033Z [00:03:31.182]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:54:07.4633823Z [00:03:31.216]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/ae/aebf916141d4140a7971ebed11bbf870b1cab50bf3d9006429a950cbe17d86d0-d # internal
2025-08-20T22:54:07.4635298Z [00:03:31.216]➜  tailscale.com/cmd/tailscale
2025-08-20T22:54:07.4635955Z [00:03:31.216]➜  mkdir -p $WORK/b001/
2025-08-20T22:54:07.4638797Z [00:03:31.217]➜  cat >/tmp/go-build1138503492/b001/importcfg << 'EOF' # internal
2025-08-20T22:54:07.4639569Z [00:03:31.217]➜  # import config
2025-08-20T22:54:07.4640230Z [00:03:31.217]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:07.4640817Z [00:03:31.217]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:07.4641445Z [00:03:31.217]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:54:07.4642115Z [00:03:31.217]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:07.4642846Z [00:03:31.217]➜  packagefile tailscale.com/cmd/tailscale/cli=/tmp/go-build1138503492/b064/_pkg_.a
2025-08-20T22:54:07.4643549Z [00:03:31.217]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:07.4644028Z [00:03:31.217]➜  packagefile runtime/cgo=/tmp/go-build1138503492/b157/_pkg_.a
2025-08-20T22:54:07.4644392Z [00:03:31.217]➜  EOF
2025-08-20T22:54:07.4646252Z [00:03:31.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale=>tailscale.com/cmd/tailscale;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid NiBHDsbueNUjlWZTgghl/NiBHDsbueNUjlWZTgghl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./generate.go ./tailscale.go
2025-08-20T22:54:07.4783958Z [00:03:31.231]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:54:07.4790629Z [00:03:31.232]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/f9/f91bfe106d83fc452ef88d5e5e325bb5a0283cc6b69b8f7a71a94c0b62bbb803-d # internal
2025-08-20T22:54:07.4817325Z [00:03:31.234]➜  cat >/tmp/go-build1138503492/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:54:07.4819460Z [00:03:31.235]➜  packagefile tailscale.com/cmd/tailscale=/tmp/go-build1138503492/b001/_pkg_.a
2025-08-20T22:54:07.4821433Z [00:03:31.235]➜  packagefile fmt=/tmp/go-build1138503492/b002/_pkg_.a
2025-08-20T22:54:07.4822210Z [00:03:31.235]➜  packagefile os=/tmp/go-build1138503492/b049/_pkg_.a
2025-08-20T22:54:07.4823050Z [00:03:31.235]➜  packagefile path/filepath=/tmp/go-build1138503492/b062/_pkg_.a
2025-08-20T22:54:07.4828256Z [00:03:31.235]➜  packagefile strings=/tmp/go-build1138503492/b063/_pkg_.a
2025-08-20T22:54:07.4829264Z [00:03:31.235]➜  packagefile tailscale.com/cmd/tailscale/cli=/tmp/go-build1138503492/b064/_pkg_.a
2025-08-20T22:54:07.4830219Z [00:03:31.235]➜  packagefile runtime=/tmp/go-build1138503492/b009/_pkg_.a
2025-08-20T22:54:07.4831077Z [00:03:31.235]➜  packagefile runtime/cgo=/tmp/go-build1138503492/b157/_pkg_.a
2025-08-20T22:54:07.4831903Z [00:03:31.235]➜  packagefile errors=/tmp/go-build1138503492/b003/_pkg_.a
2025-08-20T22:54:07.4832776Z [00:03:31.235]➜  packagefile internal/fmtsort=/tmp/go-build1138503492/b033/_pkg_.a
2025-08-20T22:54:07.4833630Z [00:03:31.235]➜  packagefile io=/tmp/go-build1138503492/b048/_pkg_.a
2025-08-20T22:54:07.4834394Z [00:03:31.235]➜  packagefile math=/tmp/go-build1138503492/b038/_pkg_.a
2025-08-20T22:54:07.4836618Z [00:03:31.235]➜  packagefile reflect=/tmp/go-build1138503492/b035/_pkg_.a
2025-08-20T22:54:07.4837444Z [00:03:31.235]➜  packagefile slices=/tmp/go-build1138503492/b047/_pkg_.a
2025-08-20T22:54:07.4838251Z [00:03:31.235]➜  packagefile strconv=/tmp/go-build1138503492/b040/_pkg_.a
2025-08-20T22:54:07.4839074Z [00:03:31.235]➜  packagefile sync=/tmp/go-build1138503492/b042/_pkg_.a
2025-08-20T22:54:07.4839939Z [00:03:31.235]➜  packagefile unicode/utf8=/tmp/go-build1138503492/b041/_pkg_.a
2025-08-20T22:54:07.4841038Z [00:03:31.235]➜  packagefile internal/bytealg=/tmp/go-build1138503492/b010/_pkg_.a
2025-08-20T22:54:07.4841995Z [00:03:31.235]➜  packagefile internal/byteorder=/tmp/go-build1138503492/b012/_pkg_.a
2025-08-20T22:54:07.4842988Z [00:03:31.235]➜  packagefile internal/filepathlite=/tmp/go-build1138503492/b050/_pkg_.a
2025-08-20T22:54:07.4843951Z [00:03:31.235]➜  packagefile internal/goarch=/tmp/go-build1138503492/b006/_pkg_.a
2025-08-20T22:54:07.4844866Z [00:03:31.235]➜  packagefile internal/itoa=/tmp/go-build1138503492/b036/_pkg_.a
2025-08-20T22:54:07.4845899Z [00:03:31.235]➜  packagefile internal/poll=/tmp/go-build1138503492/b058/_pkg_.a
2025-08-20T22:54:07.4846852Z [00:03:31.235]➜  packagefile internal/stringslite=/tmp/go-build1138503492/b031/_pkg_.a
2025-08-20T22:54:07.4847893Z [00:03:31.235]➜  packagefile internal/syscall/execenv=/tmp/go-build1138503492/b060/_pkg_.a
2025-08-20T22:54:07.4848864Z [00:03:31.235]➜  packagefile internal/syscall/unix=/tmp/go-build1138503492/b059/_pkg_.a
2025-08-20T22:54:07.4849790Z [00:03:31.235]➜  packagefile internal/testlog=/tmp/go-build1138503492/b061/_pkg_.a
2025-08-20T22:54:07.4850391Z [00:03:31.235]➜  packagefile io/fs=/tmp/go-build1138503492/b051/_pkg_.a
2025-08-20T22:54:07.4850869Z [00:03:31.235]➜  packagefile sync/atomic=/tmp/go-build1138503492/b044/_pkg_.a
2025-08-20T22:54:07.4851330Z [00:03:31.235]➜  packagefile syscall=/tmp/go-build1138503492/b057/_pkg_.a
2025-08-20T22:54:07.4851769Z [00:03:31.235]➜  packagefile time=/tmp/go-build1138503492/b054/_pkg_.a
2025-08-20T22:54:07.4852246Z [00:03:31.235]➜  packagefile internal/abi=/tmp/go-build1138503492/b005/_pkg_.a
2025-08-20T22:54:07.4852705Z [00:03:31.235]➜  packagefile iter=/tmp/go-build1138503492/b037/_pkg_.a
2025-08-20T22:54:07.4853142Z [00:03:31.235]➜  packagefile math/bits=/tmp/go-build1138503492/b039/_pkg_.a
2025-08-20T22:54:07.4853584Z [00:03:31.235]➜  packagefile unicode=/tmp/go-build1138503492/b046/_pkg_.a
2025-08-20T22:54:07.4854014Z [00:03:31.235]➜  packagefile bufio=/tmp/go-build1138503492/b065/_pkg_.a
2025-08-20T22:54:07.4854443Z [00:03:31.235]➜  packagefile bytes=/tmp/go-build1138503492/b066/_pkg_.a
2025-08-20T22:54:07.4854867Z [00:03:31.235]➜  packagefile cmp=/tmp/go-build1138503492/b034/_pkg_.a
2025-08-20T22:54:07.4855911Z [00:03:31.235]➜  packagefile context=/tmp/go-build1138503492/b067/_pkg_.a
2025-08-20T22:54:07.4856402Z [00:03:31.235]➜  packagefile crypto/rand=/tmp/go-build1138503492/b068/_pkg_.a
2025-08-20T22:54:07.4856890Z [00:03:31.235]➜  packagefile crypto/tls=/tmp/go-build1138503492/b097/_pkg_.a
2025-08-20T22:54:07.4857363Z [00:03:31.235]➜  packagefile crypto/x509=/tmp/go-build1138503492/b144/_pkg_.a
2025-08-20T22:54:07.4857809Z [00:03:31.235]➜  packagefile embed=/tmp/go-build1138503492/b160/_pkg_.a
2025-08-20T22:54:07.4858268Z [00:03:31.235]➜  packagefile encoding/base64=/tmp/go-build1138503492/b149/_pkg_.a
2025-08-20T22:54:07.4858763Z [00:03:31.235]➜  packagefile encoding/binary=/tmp/go-build1138503492/b131/_pkg_.a
2025-08-20T22:54:07.4859248Z [00:03:31.235]➜  packagefile encoding/hex=/tmp/go-build1138503492/b147/_pkg_.a
2025-08-20T22:54:07.4859740Z [00:03:31.235]➜  packagefile encoding/json=/tmp/go-build1138503492/b161/_pkg_.a
2025-08-20T22:54:07.4860181Z [00:03:31.235]➜  packagefile flag=/tmp/go-build1138503492/b163/_pkg_.a
2025-08-20T22:54:07.4860716Z [00:03:31.235]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1138503492/b164/_pkg_.a
2025-08-20T22:54:07.4861639Z [00:03:31.235]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build1138503492/b165/_pkg_.a
2025-08-20T22:54:07.4862681Z [00:03:31.235]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1138503492/b166/_pkg_.a
2025-08-20T22:54:07.4863719Z [00:03:31.235]➜  packagefile github.com/mitchellh/go-ps=/tmp/go-build1138503492/b168/_pkg_.a
2025-08-20T22:54:07.4864840Z [00:03:31.235]➜  packagefile github.com/peterbourgon/ff/v3/ffcli=/tmp/go-build1138503492/b170/_pkg_.a
2025-08-20T22:54:07.4865888Z [00:03:31.235]➜  packagefile github.com/skip2/go-qrcode=/tmp/go-build1138503492/b174/_pkg_.a
2025-08-20T22:54:07.4866865Z [00:03:31.235]➜  packagefile github.com/toqueteos/webbrowser=/tmp/go-build1138503492/b186/_pkg_.a
2025-08-20T22:54:07.4867608Z [00:03:31.235]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build1138503492/b188/_pkg_.a
2025-08-20T22:54:07.4868307Z [00:03:31.235]➜  packagefile golang.org/x/net/http/httpproxy=/tmp/go-build1138503492/b189/_pkg_.a
2025-08-20T22:54:07.4869006Z [00:03:31.235]➜  packagefile golang.org/x/net/http2=/tmp/go-build1138503492/b195/_pkg_.a
2025-08-20T22:54:07.4869664Z [00:03:31.235]➜  packagefile golang.org/x/net/idna=/tmp/go-build1138503492/b190/_pkg_.a
2025-08-20T22:54:07.4870481Z [00:03:31.235]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build1138503492/b217/_pkg_.a
2025-08-20T22:54:07.4871220Z [00:03:31.235]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1138503492/b167/_pkg_.a
2025-08-20T22:54:07.4871850Z [00:03:31.235]➜  packagefile golang.org/x/time/rate=/tmp/go-build1138503492/b220/_pkg_.a
2025-08-20T22:54:07.4872456Z [00:03:31.235]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build1138503492/b221/_pkg_.a
2025-08-20T22:54:07.4873296Z [00:03:31.235]➜  packagefile log=/tmp/go-build1138503492/b176/_pkg_.a
2025-08-20T22:54:07.4873820Z [00:03:31.235]➜  packagefile maps=/tmp/go-build1138503492/b150/_pkg_.a
2025-08-20T22:54:07.4874347Z [00:03:31.235]➜  packagefile mime=/tmp/go-build1138503492/b211/_pkg_.a
2025-08-20T22:54:07.4874765Z [00:03:31.235]➜  packagefile net=/tmp/go-build1138503492/b151/_pkg_.a
2025-08-20T22:54:07.4875546Z [00:03:31.235]➜  packagefile net/http=/tmp/go-build1138503492/b202/_pkg_.a
2025-08-20T22:54:07.4876147Z [00:03:31.235]➜  packagefile net/http/cgi=/tmp/go-build1138503492/b222/_pkg_.a
2025-08-20T22:54:07.4876651Z [00:03:31.235]➜  packagefile net/http/httputil=/tmp/go-build1138503492/b225/_pkg_.a
2025-08-20T22:54:07.4877251Z [00:03:31.235]➜  packagefile net/netip=/tmp/go-build1138503492/b155/_pkg_.a
2025-08-20T22:54:07.4877701Z [00:03:31.235]➜  packagefile net/url=/tmp/go-build1138503492/b158/_pkg_.a
2025-08-20T22:54:07.4878170Z [00:03:31.235]➜  packagefile os/exec=/tmp/go-build1138503492/b187/_pkg_.a
2025-08-20T22:54:07.4878713Z [00:03:31.235]➜  packagefile os/signal=/tmp/go-build1138503492/b226/_pkg_.a
2025-08-20T22:54:07.4879313Z [00:03:31.235]➜  packagefile os/user=/tmp/go-build1138503492/b227/_pkg_.a
2025-08-20T22:54:07.4879743Z [00:03:31.235]➜  packagefile path=/tmp/go-build1138503492/b053/_pkg_.a
2025-08-20T22:54:07.4880191Z [00:03:31.235]➜  packagefile runtime/debug=/tmp/go-build1138503492/b228/_pkg_.a
2025-08-20T22:54:07.4880984Z [00:03:31.235]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build1138503492/b229/_pkg_.a
2025-08-20T22:54:07.4881568Z [00:03:31.235]➜  packagefile software.sslmate.com/src/go-pkcs12=/tmp/go-build1138503492/b231/_pkg_.a
2025-08-20T22:54:07.4882102Z [00:03:31.235]➜  packagefile sort=/tmp/go-build1138503492/b159/_pkg_.a
2025-08-20T22:54:07.4882593Z [00:03:31.235]➜  packagefile tailscale.com/atomicfile=/tmp/go-build1138503492/b234/_pkg_.a
2025-08-20T22:54:07.4883165Z [00:03:31.235]➜  packagefile tailscale.com/client/local=/tmp/go-build1138503492/b235/_pkg_.a
2025-08-20T22:54:07.4883980Z [00:03:31.235]➜  packagefile tailscale.com/client/systray=/tmp/go-build1138503492/b351/_pkg_.a
2025-08-20T22:54:07.4884707Z [00:03:31.235]➜  packagefile tailscale.com/client/tailscale=/tmp/go-build1138503492/b373/_pkg_.a
2025-08-20T22:54:07.4885558Z [00:03:31.235]➜  packagefile tailscale.com/client/tailscale/apitype=/tmp/go-build1138503492/b238/_pkg_.a
2025-08-20T22:54:07.4886184Z [00:03:31.235]➜  packagefile tailscale.com/client/web=/tmp/go-build1138503492/b375/_pkg_.a
2025-08-20T22:54:07.4886751Z [00:03:31.235]➜  packagefile tailscale.com/clientupdate=/tmp/go-build1138503492/b377/_pkg_.a
2025-08-20T22:54:07.4887388Z [00:03:31.235]➜  packagefile tailscale.com/cmd/tailscale/cli/ffcomplete=/tmp/go-build1138503492/b385/_pkg_.a
2025-08-20T22:54:07.4888048Z [00:03:31.235]➜  packagefile tailscale.com/control/controlhttp=/tmp/go-build1138503492/b388/_pkg_.a
2025-08-20T22:54:07.4888618Z [00:03:31.235]➜  packagefile tailscale.com/drive=/tmp/go-build1138503492/b268/_pkg_.a
2025-08-20T22:54:07.4889300Z [00:03:31.235]➜  packagefile tailscale.com/envknob=/tmp/go-build1138503492/b273/_pkg_.a
2025-08-20T22:54:07.4889919Z [00:03:31.235]➜  packagefile tailscale.com/feature/capture/dissector=/tmp/go-build1138503492/b426/_pkg_.a
2025-08-20T22:54:07.4890559Z [00:03:31.235]➜  packagefile tailscale.com/health/healthmsg=/tmp/go-build1138503492/b427/_pkg_.a
2025-08-20T22:54:07.4891130Z [00:03:31.235]➜  packagefile tailscale.com/hostinfo=/tmp/go-build1138503492/b331/_pkg_.a
2025-08-20T22:54:07.4891898Z [00:03:31.235]➜  packagefile tailscale.com/internal/client/tailscale=/tmp/go-build1138503492/b428/_pkg_.a
2025-08-20T22:54:07.4892542Z [00:03:31.235]➜  packagefile tailscale.com/internal/noiseconn=/tmp/go-build1138503492/b429/_pkg_.a
2025-08-20T22:54:07.4893098Z [00:03:31.235]➜  packagefile tailscale.com/ipn=/tmp/go-build1138503492/b278/_pkg_.a
2025-08-20T22:54:07.4893645Z [00:03:31.235]➜  packagefile tailscale.com/ipn/ipnstate=/tmp/go-build1138503492/b293/_pkg_.a
2025-08-20T22:54:07.4894202Z [00:03:31.235]➜  packagefile tailscale.com/licenses=/tmp/go-build1138503492/b383/_pkg_.a
2025-08-20T22:54:07.4894753Z [00:03:31.235]➜  packagefile tailscale.com/net/netcheck=/tmp/go-build1138503492/b430/_pkg_.a
2025-08-20T22:54:07.4895563Z [00:03:31.235]➜  packagefile tailscale.com/net/netmon=/tmp/go-build1138503492/b323/_pkg_.a
2025-08-20T22:54:07.4896144Z [00:03:31.235]➜  packagefile tailscale.com/net/netutil=/tmp/go-build1138503492/b322/_pkg_.a
2025-08-20T22:54:07.4896724Z [00:03:31.235]➜  packagefile tailscale.com/net/portmapper=/tmp/go-build1138503492/b441/_pkg_.a
2025-08-20T22:54:07.4897292Z [00:03:31.235]➜  packagefile tailscale.com/net/tlsdial=/tmp/go-build1138503492/b421/_pkg_.a
2025-08-20T22:54:07.4897840Z [00:03:31.235]➜  packagefile tailscale.com/net/tsaddr=/tmp/go-build1138503492/b304/_pkg_.a
2025-08-20T22:54:07.4898415Z [00:03:31.235]➜  packagefile tailscale.com/net/tshttpproxy=/tmp/go-build1138503492/b333/_pkg_.a
2025-08-20T22:54:07.4898973Z [00:03:31.235]➜  packagefile tailscale.com/paths=/tmp/go-build1138503492/b349/_pkg_.a
2025-08-20T22:54:07.4899509Z [00:03:31.235]➜  packagefile tailscale.com/safesocket=/tmp/go-build1138503492/b350/_pkg_.a
2025-08-20T22:54:07.4900503Z [00:03:31.235]➜  packagefile tailscale.com/syncs=/tmp/go-build1138503492/b282/_pkg_.a
2025-08-20T22:54:07.4901440Z [00:03:31.235]➜  packagefile tailscale.com/tailcfg=/tmp/go-build1138503492/b239/_pkg_.a
2025-08-20T22:54:07.4902365Z [00:03:31.235]➜  packagefile tailscale.com/tka=/tmp/go-build1138503492/b295/_pkg_.a
2025-08-20T22:54:07.4903299Z [00:03:31.235]➜  packagefile tailscale.com/tsconst=/tmp/go-build1138503492/b451/_pkg_.a
2025-08-20T22:54:07.4904303Z [00:03:31.235]➜  packagefile tailscale.com/tstime/rate=/tmp/go-build1138503492/b434/_pkg_.a
2025-08-20T22:54:07.4905478Z [00:03:31.235]➜  packagefile tailscale.com/types/dnstype=/tmp/go-build1138503492/b247/_pkg_.a
2025-08-20T22:54:07.4906494Z [00:03:31.235]➜  packagefile tailscale.com/types/key=/tmp/go-build1138503492/b253/_pkg_.a
2025-08-20T22:54:07.4907560Z [00:03:31.235]➜  packagefile tailscale.com/types/logger=/tmp/go-build1138503492/b291/_pkg_.a
2025-08-20T22:54:07.4908272Z [00:03:31.235]➜  packagefile tailscale.com/types/netmap=/tmp/go-build1138503492/b307/_pkg_.a
2025-08-20T22:54:07.4908842Z [00:03:31.235]➜  packagefile tailscale.com/types/opt=/tmp/go-build1138503492/b264/_pkg_.a
2025-08-20T22:54:07.4909625Z [00:03:31.235]➜  packagefile tailscale.com/types/preftype=/tmp/go-build1138503492/b310/_pkg_.a
2025-08-20T22:54:07.4910368Z [00:03:31.235]➜  packagefile tailscale.com/types/ptr=/tmp/go-build1138503492/b249/_pkg_.a
2025-08-20T22:54:07.4910931Z [00:03:31.235]➜  packagefile tailscale.com/types/tkatype=/tmp/go-build1138503492/b263/_pkg_.a
2025-08-20T22:54:07.4911641Z [00:03:31.235]➜  packagefile tailscale.com/types/views=/tmp/go-build1138503492/b248/_pkg_.a
2025-08-20T22:54:07.4912216Z [00:03:31.235]➜  packagefile tailscale.com/util/dnsname=/tmp/go-build1138503492/b265/_pkg_.a
2025-08-20T22:54:07.4912952Z [00:03:31.235]➜  packagefile tailscale.com/util/eventbus=/tmp/go-build1138503492/b334/_pkg_.a
2025-08-20T22:54:07.4913881Z [00:03:31.235]➜  packagefile tailscale.com/util/mak=/tmp/go-build1138503492/b272/_pkg_.a
2025-08-20T22:54:07.4914893Z [00:03:31.235]➜  packagefile tailscale.com/util/must=/tmp/go-build1138503492/b380/_pkg_.a
2025-08-20T22:54:07.4915824Z [00:03:31.235]➜  packagefile tailscale.com/util/prompt=/tmp/go-build1138503492/b452/_pkg_.a
2025-08-20T22:54:07.4916412Z [00:03:31.235]➜  packagefile tailscale.com/util/quarantine=/tmp/go-build1138503492/b453/_pkg_.a
2025-08-20T22:54:07.4916994Z [00:03:31.235]➜  packagefile tailscale.com/util/slicesx=/tmp/go-build1138503492/b266/_pkg_.a
2025-08-20T22:54:07.4917603Z [00:03:31.235]➜  packagefile tailscale.com/util/syspolicy/setting=/tmp/go-build1138503492/b315/_pkg_.a
2025-08-20T22:54:07.4918206Z [00:03:31.235]➜  packagefile tailscale.com/util/testenv=/tmp/go-build1138503492/b292/_pkg_.a
2025-08-20T22:54:07.4918769Z [00:03:31.235]➜  packagefile tailscale.com/util/truncate=/tmp/go-build1138503492/b454/_pkg_.a
2025-08-20T22:54:07.4919329Z [00:03:31.235]➜  packagefile tailscale.com/version=/tmp/go-build1138503492/b269/_pkg_.a
2025-08-20T22:54:07.4919885Z [00:03:31.235]➜  packagefile tailscale.com/version/distro=/tmp/go-build1138503492/b275/_pkg_.a
2025-08-20T22:54:07.4920420Z [00:03:31.235]➜  packagefile text/tabwriter=/tmp/go-build1138503492/b173/_pkg_.a
2025-08-20T22:54:07.4920933Z [00:03:31.235]➜  packagefile internal/chacha8rand=/tmp/go-build1138503492/b013/_pkg_.a
2025-08-20T22:54:07.4921469Z [00:03:31.235]➜  packagefile internal/coverage/rtcov=/tmp/go-build1138503492/b014/_pkg_.a
2025-08-20T22:54:07.4921987Z [00:03:31.235]➜  packagefile internal/cpu=/tmp/go-build1138503492/b011/_pkg_.a
2025-08-20T22:54:07.4922487Z [00:03:31.235]➜  packagefile internal/godebugs=/tmp/go-build1138503492/b015/_pkg_.a
2025-08-20T22:54:07.4923015Z [00:03:31.235]➜  packagefile internal/goexperiment=/tmp/go-build1138503492/b016/_pkg_.a
2025-08-20T22:54:07.4923521Z [00:03:31.235]➜  packagefile internal/goos=/tmp/go-build1138503492/b017/_pkg_.a
2025-08-20T22:54:07.4924046Z [00:03:31.235]➜  packagefile internal/profilerecord=/tmp/go-build1138503492/b018/_pkg_.a
2025-08-20T22:54:07.4924594Z [00:03:31.235]➜  packagefile internal/runtime/atomic=/tmp/go-build1138503492/b019/_pkg_.a
2025-08-20T22:54:07.4925537Z [00:03:31.235]➜  packagefile internal/runtime/cgroup=/tmp/go-build1138503492/b020/_pkg_.a
2025-08-20T22:54:07.4926130Z [00:03:31.235]➜  packagefile internal/runtime/exithook=/tmp/go-build1138503492/b024/_pkg_.a
2025-08-20T22:54:07.4926692Z [00:03:31.235]➜  packagefile internal/runtime/gc=/tmp/go-build1138503492/b025/_pkg_.a
2025-08-20T22:54:07.4927227Z [00:03:31.235]➜  packagefile internal/runtime/maps=/tmp/go-build1138503492/b026/_pkg_.a
2025-08-20T22:54:07.4927757Z [00:03:31.235]➜  packagefile internal/runtime/math=/tmp/go-build1138503492/b022/_pkg_.a
2025-08-20T22:54:07.4928303Z [00:03:31.235]➜  packagefile internal/runtime/strconv=/tmp/go-build1138503492/b021/_pkg_.a
2025-08-20T22:54:07.4928856Z [00:03:31.235]➜  packagefile internal/runtime/sys=/tmp/go-build1138503492/b030/_pkg_.a
2025-08-20T22:54:07.4929398Z [00:03:31.235]➜  packagefile internal/runtime/syscall=/tmp/go-build1138503492/b023/_pkg_.a
2025-08-20T22:54:07.4929953Z [00:03:31.235]➜  packagefile internal/trace/tracev2=/tmp/go-build1138503492/b032/_pkg_.a
2025-08-20T22:54:07.4930482Z [00:03:31.235]➜  packagefile internal/reflectlite=/tmp/go-build1138503492/b004/_pkg_.a
2025-08-20T22:54:07.4930984Z [00:03:31.235]➜  packagefile internal/race=/tmp/go-build1138503492/b029/_pkg_.a
2025-08-20T22:54:07.4931494Z [00:03:31.235]➜  packagefile internal/unsafeheader=/tmp/go-build1138503492/b008/_pkg_.a
2025-08-20T22:54:07.4931996Z [00:03:31.235]➜  packagefile internal/sync=/tmp/go-build1138503492/b043/_pkg_.a
2025-08-20T22:54:07.4932489Z [00:03:31.235]➜  packagefile internal/synctest=/tmp/go-build1138503492/b045/_pkg_.a
2025-08-20T22:54:07.4932992Z [00:03:31.235]➜  packagefile internal/oserror=/tmp/go-build1138503492/b052/_pkg_.a
2025-08-20T22:54:07.4933754Z [00:03:31.235]➜  packagefile internal/asan=/tmp/go-build1138503492/b027/_pkg_.a
2025-08-20T22:54:07.4934280Z [00:03:31.235]➜  packagefile internal/msan=/tmp/go-build1138503492/b028/_pkg_.a
2025-08-20T22:54:07.4934776Z [00:03:31.235]➜  packagefile internal/godebug=/tmp/go-build1138503492/b055/_pkg_.a
2025-08-20T22:54:07.4935529Z [00:03:31.235]➜  packagefile crypto/internal/boring=/tmp/go-build1138503492/b069/_pkg_.a
2025-08-20T22:54:07.4936096Z [00:03:31.235]➜  packagefile crypto/internal/fips140=/tmp/go-build1138503492/b074/_pkg_.a
2025-08-20T22:54:07.4936670Z [00:03:31.235]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1138503492/b087/_pkg_.a
2025-08-20T22:54:07.4937255Z [00:03:31.235]➜  packagefile crypto/internal/fips140only=/tmp/go-build1138503492/b092/_pkg_.a
2025-08-20T22:54:07.4937818Z [00:03:31.235]➜  packagefile crypto/internal/randutil=/tmp/go-build1138503492/b090/_pkg_.a
2025-08-20T22:54:07.4938365Z [00:03:31.235]➜  packagefile crypto/internal/sysrand=/tmp/go-build1138503492/b089/_pkg_.a
2025-08-20T22:54:07.4938868Z [00:03:31.236]➜  packagefile math/big=/tmp/go-build1138503492/b095/_pkg_.a
2025-08-20T22:54:07.4939337Z [00:03:31.236]➜  packagefile container/list=/tmp/go-build1138503492/b098/_pkg_.a
2025-08-20T22:54:07.4939802Z [00:03:31.236]➜  packagefile crypto=/tmp/go-build1138503492/b070/_pkg_.a
2025-08-20T22:54:07.4940249Z [00:03:31.236]➜  packagefile crypto/aes=/tmp/go-build1138503492/b099/_pkg_.a
2025-08-20T22:54:07.4940715Z [00:03:31.236]➜  packagefile crypto/cipher=/tmp/go-build1138503492/b072/_pkg_.a
2025-08-20T22:54:07.4941177Z [00:03:31.236]➜  packagefile crypto/des=/tmp/go-build1138503492/b100/_pkg_.a
2025-08-20T22:54:07.4941636Z [00:03:31.236]➜  packagefile crypto/ecdh=/tmp/go-build1138503492/b101/_pkg_.a
2025-08-20T22:54:07.4942101Z [00:03:31.236]➜  packagefile crypto/ecdsa=/tmp/go-build1138503492/b106/_pkg_.a
2025-08-20T22:54:07.4942573Z [00:03:31.236]➜  packagefile crypto/ed25519=/tmp/go-build1138503492/b120/_pkg_.a
2025-08-20T22:54:07.4943056Z [00:03:31.236]➜  packagefile crypto/elliptic=/tmp/go-build1138503492/b107/_pkg_.a
2025-08-20T22:54:07.4943539Z [00:03:31.236]➜  packagefile crypto/hkdf=/tmp/go-build1138503492/b123/_pkg_.a
2025-08-20T22:54:07.4944002Z [00:03:31.236]➜  packagefile crypto/hmac=/tmp/go-build1138503492/b125/_pkg_.a
2025-08-20T22:54:07.4944705Z [00:03:31.236]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1138503492/b073/_pkg_.a
2025-08-20T22:54:07.4945505Z [00:03:31.236]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1138503492/b086/_pkg_.a
2025-08-20T22:54:07.4946121Z [00:03:31.236]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1138503492/b126/_pkg_.a
2025-08-20T22:54:07.4946768Z [00:03:31.236]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1138503492/b127/_pkg_.a
2025-08-20T22:54:07.4947385Z [00:03:31.236]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1138503492/b128/_pkg_.a
2025-08-20T22:54:07.4947941Z [00:03:31.236]➜  packagefile crypto/internal/hpke=/tmp/go-build1138503492/b129/_pkg_.a
2025-08-20T22:54:07.4948450Z [00:03:31.236]➜  packagefile crypto/md5=/tmp/go-build1138503492/b136/_pkg_.a
2025-08-20T22:54:07.4948911Z [00:03:31.236]➜  packagefile crypto/rc4=/tmp/go-build1138503492/b137/_pkg_.a
2025-08-20T22:54:07.4949368Z [00:03:31.236]➜  packagefile crypto/rsa=/tmp/go-build1138503492/b138/_pkg_.a
2025-08-20T22:54:07.4949824Z [00:03:31.236]➜  packagefile crypto/sha1=/tmp/go-build1138503492/b140/_pkg_.a
2025-08-20T22:54:07.4950288Z [00:03:31.236]➜  packagefile crypto/sha256=/tmp/go-build1138503492/b141/_pkg_.a
2025-08-20T22:54:07.4950759Z [00:03:31.236]➜  packagefile crypto/sha512=/tmp/go-build1138503492/b115/_pkg_.a
2025-08-20T22:54:07.4951224Z [00:03:31.236]➜  packagefile crypto/subtle=/tmp/go-build1138503492/b093/_pkg_.a
2025-08-20T22:54:07.4951767Z [00:03:31.236]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1138503492/b142/_pkg_.a
2025-08-20T22:54:07.4952297Z [00:03:31.236]➜  packagefile encoding/pem=/tmp/go-build1138503492/b148/_pkg_.a
2025-08-20T22:54:07.4953023Z [00:03:31.236]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1138503492/b130/_pkg_.a
2025-08-20T22:54:07.4953709Z [00:03:31.236]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1138503492/b116/_pkg_.a
2025-08-20T22:54:07.4954244Z [00:03:31.236]➜  packagefile hash=/tmp/go-build1138503492/b071/_pkg_.a
2025-08-20T22:54:07.4954662Z [00:03:31.236]➜  packagefile weak=/tmp/go-build1138503492/b112/_pkg_.a
2025-08-20T22:54:07.4955255Z [00:03:31.236]➜  packagefile crypto/dsa=/tmp/go-build1138503492/b145/_pkg_.a
2025-08-20T22:54:07.4955783Z [00:03:31.236]➜  packagefile crypto/x509/pkix=/tmp/go-build1138503492/b146/_pkg_.a
2025-08-20T22:54:07.4956271Z [00:03:31.236]➜  packagefile encoding/asn1=/tmp/go-build1138503492/b117/_pkg_.a
2025-08-20T22:54:07.4956860Z [00:03:31.236]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1138503492/b119/_pkg_.a
2025-08-20T22:54:07.4957430Z [00:03:31.236]➜  packagefile unicode/utf16=/tmp/go-build1138503492/b118/_pkg_.a
2025-08-20T22:54:07.4957894Z [00:03:31.236]➜  packagefile encoding=/tmp/go-build1138503492/b162/_pkg_.a
2025-08-20T22:54:07.4958342Z [00:03:31.236]➜  packagefile io/ioutil=/tmp/go-build1138503492/b169/_pkg_.a
2025-08-20T22:54:07.4958869Z [00:03:31.236]➜  packagefile github.com/peterbourgon/ff/v3=/tmp/go-build1138503492/b171/_pkg_.a
2025-08-20T22:54:07.4959483Z [00:03:31.236]➜  packagefile github.com/skip2/go-qrcode/bitset=/tmp/go-build1138503492/b175/_pkg_.a
2025-08-20T22:54:07.4960114Z [00:03:31.236]➜  packagefile github.com/skip2/go-qrcode/reedsolomon=/tmp/go-build1138503492/b178/_pkg_.a
2025-08-20T22:54:07.4960639Z [00:03:31.236]➜  packagefile image=/tmp/go-build1138503492/b179/_pkg_.a
2025-08-20T22:54:07.4961081Z [00:03:31.236]➜  packagefile image/color=/tmp/go-build1138503492/b180/_pkg_.a
2025-08-20T22:54:07.4961534Z [00:03:31.236]➜  packagefile image/png=/tmp/go-build1138503492/b181/_pkg_.a
2025-08-20T22:54:07.4961998Z [00:03:31.236]➜  packagefile compress/gzip=/tmp/go-build1138503492/b196/_pkg_.a
2025-08-20T22:54:07.4962549Z [00:03:31.236]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b197/_pkg_.a
2025-08-20T22:54:07.4963135Z [00:03:31.236]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1138503492/b199/_pkg_.a
2025-08-20T22:54:07.4963903Z [00:03:31.236]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1138503492/b200/_pkg_.a
2025-08-20T22:54:07.4964441Z [00:03:31.236]➜  packagefile math/rand=/tmp/go-build1138503492/b096/_pkg_.a
2025-08-20T22:54:07.4964926Z [00:03:31.236]➜  packagefile net/http/httptrace=/tmp/go-build1138503492/b201/_pkg_.a
2025-08-20T22:54:07.4965645Z [00:03:31.236]➜  packagefile net/textproto=/tmp/go-build1138503492/b198/_pkg_.a
2025-08-20T22:54:07.4966200Z [00:03:31.236]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1138503492/b191/_pkg_.a
2025-08-20T22:54:07.4966801Z [00:03:31.236]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1138503492/b193/_pkg_.a
2025-08-20T22:54:07.4967386Z [00:03:31.236]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1138503492/b194/_pkg_.a
2025-08-20T22:54:07.4967941Z [00:03:31.236]➜  packagefile golang.org/x/oauth2=/tmp/go-build1138503492/b218/_pkg_.a
2025-08-20T22:54:07.4968490Z [00:03:31.236]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1138503492/b219/_pkg_.a
2025-08-20T22:54:07.4969016Z [00:03:31.236]➜  packagefile log/internal=/tmp/go-build1138503492/b177/_pkg_.a
2025-08-20T22:54:07.4969586Z [00:03:31.236]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1138503492/b152/_pkg_.a
2025-08-20T22:54:07.4970158Z [00:03:31.236]➜  packagefile internal/nettrace=/tmp/go-build1138503492/b153/_pkg_.a
2025-08-20T22:54:07.4970688Z [00:03:31.236]➜  packagefile internal/singleflight=/tmp/go-build1138503492/b154/_pkg_.a
2025-08-20T22:54:07.4971283Z [00:03:31.236]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1138503492/b203/_pkg_.a
2025-08-20T22:54:07.4971935Z [00:03:31.236]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1138503492/b209/_pkg_.a
2025-08-20T22:54:07.4972697Z [00:03:31.236]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1138503492/b210/_pkg_.a
2025-08-20T22:54:07.4973301Z [00:03:31.236]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1138503492/b204/_pkg_.a
2025-08-20T22:54:07.4973835Z [00:03:31.236]➜  packagefile mime/multipart=/tmp/go-build1138503492/b212/_pkg_.a
2025-08-20T22:54:07.4974333Z [00:03:31.236]➜  packagefile net/http/internal=/tmp/go-build1138503492/b214/_pkg_.a
2025-08-20T22:54:07.4974861Z [00:03:31.236]➜  packagefile net/http/internal/ascii=/tmp/go-build1138503492/b215/_pkg_.a
2025-08-20T22:54:07.4975688Z [00:03:31.236]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1138503492/b216/_pkg_.a
2025-08-20T22:54:07.4976199Z [00:03:31.236]➜  packagefile regexp=/tmp/go-build1138503492/b223/_pkg_.a
2025-08-20T22:54:07.4976627Z [00:03:31.236]➜  packagefile unique=/tmp/go-build1138503492/b156/_pkg_.a
2025-08-20T22:54:07.4977124Z [00:03:31.236]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build1138503492/b230/_pkg_.a
2025-08-20T22:54:07.4977694Z [00:03:31.236]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1138503492/b232/_pkg_.a
2025-08-20T22:54:07.4978345Z [00:03:31.236]➜  packagefile software.sslmate.com/src/go-pkcs12/internal/rc2=/tmp/go-build1138503492/b233/_pkg_.a
2025-08-20T22:54:07.4979057Z [00:03:31.236]➜  packagefile go4.org/mem=/tmp/go-build1138503492/b236/_pkg_.a
2025-08-20T22:54:07.4979619Z [00:03:31.236]➜  packagefile github.com/Kodeworks/golang-image-ico=/tmp/go-build1138503492/b352/_pkg_.a
2025-08-20T22:54:07.4980226Z [00:03:31.236]➜  packagefile github.com/atotto/clipboard=/tmp/go-build1138503492/b355/_pkg_.a
2025-08-20T22:54:07.4980782Z [00:03:31.236]➜  packagefile github.com/fogleman/gg=/tmp/go-build1138503492/b356/_pkg_.a
2025-08-20T22:54:07.4981373Z [00:03:31.236]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build1138503492/b365/_pkg_.a
2025-08-20T22:54:07.4982084Z [00:03:31.236]➜  packagefile github.com/tailscale/systray=/tmp/go-build1138503492/b366/_pkg_.a
2025-08-20T22:54:07.4982673Z [00:03:31.236]➜  packagefile tailscale.com/util/stringsx=/tmp/go-build1138503492/b372/_pkg_.a
2025-08-20T22:54:07.4983232Z [00:03:31.236]➜  packagefile tailscale.com/util/httpm=/tmp/go-build1138503492/b374/_pkg_.a
2025-08-20T22:54:07.4983792Z [00:03:31.236]➜  packagefile tailscale.com/util/ctxkey=/tmp/go-build1138503492/b267/_pkg_.a
2025-08-20T22:54:07.4984302Z [00:03:31.236]➜  packagefile encoding/xml=/tmp/go-build1138503492/b368/_pkg_.a
2025-08-20T22:54:07.4984881Z [00:03:31.236]➜  packagefile github.com/tailscale/web-client-prebuilt=/tmp/go-build1138503492/b376/_pkg_.a
2025-08-20T22:54:07.4985861Z [00:03:31.236]➜  packagefile tailscale.com/envknob/featureknob=/tmp/go-build1138503492/b382/_pkg_.a
2025-08-20T22:54:07.4986481Z [00:03:31.236]➜  packagefile tailscale.com/util/groupmember=/tmp/go-build1138503492/b384/_pkg_.a
2025-08-20T22:54:07.4987007Z [00:03:31.236]➜  packagefile archive/tar=/tmp/go-build1138503492/b378/_pkg_.a
2025-08-20T22:54:07.4987564Z [00:03:31.236]➜  packagefile tailscale.com/clientupdate/distsign=/tmp/go-build1138503492/b379/_pkg_.a
2025-08-20T22:54:07.4988295Z [00:03:31.236]➜  packagefile tailscale.com/types/lazy=/tmp/go-build1138503492/b271/_pkg_.a
2025-08-20T22:54:07.4988858Z [00:03:31.236]➜  packagefile tailscale.com/util/cmpver=/tmp/go-build1138503492/b381/_pkg_.a
2025-08-20T22:54:07.4989547Z [00:03:31.236]➜  packagefile tailscale.com/cmd/tailscale/cli/ffcomplete/internal=/tmp/go-build1138503492/b386/_pkg_.a
2025-08-20T22:54:07.4990244Z [00:03:31.236]➜  packagefile tailscale.com/tempfork/spf13/cobra=/tmp/go-build1138503492/b387/_pkg_.a
2025-08-20T22:54:07.4990862Z [00:03:31.236]➜  packagefile tailscale.com/control/controlbase=/tmp/go-build1138503492/b389/_pkg_.a
2025-08-20T22:54:07.4991562Z [00:03:31.236]➜  packagefile tailscale.com/control/controlhttp/controlhttpcommon=/tmp/go-build1138503492/b393/_pkg_.a
2025-08-20T22:54:07.4992201Z [00:03:31.236]➜  packagefile tailscale.com/health=/tmp/go-build1138503492/b279/_pkg_.a
2025-08-20T22:54:07.4992747Z [00:03:31.236]➜  packagefile tailscale.com/net/dnscache=/tmp/go-build1138503492/b394/_pkg_.a
2025-08-20T22:54:07.4993343Z [00:03:31.236]➜  packagefile tailscale.com/net/dnsfallback=/tmp/go-build1138503492/b398/_pkg_.a
2025-08-20T22:54:07.4993913Z [00:03:31.236]➜  packagefile tailscale.com/net/netx=/tmp/go-build1138503492/b396/_pkg_.a
2025-08-20T22:54:07.4994466Z [00:03:31.236]➜  packagefile tailscale.com/net/sockstats=/tmp/go-build1138503492/b425/_pkg_.a
2025-08-20T22:54:07.4995006Z [00:03:31.236]➜  packagefile tailscale.com/tstime=/tmp/go-build1138503492/b284/_pkg_.a
2025-08-20T22:54:07.4995853Z [00:03:31.236]➜  packagefile tailscale.com/util/multierr=/tmp/go-build1138503492/b286/_pkg_.a
2025-08-20T22:54:07.4996447Z [00:03:31.236]➜  packagefile github.com/go-json-experiment/json=/tmp/go-build1138503492/b240/_pkg_.a
2025-08-20T22:54:07.4997094Z [00:03:31.236]➜  packagefile github.com/go-json-experiment/json/jsontext=/tmp/go-build1138503492/b246/_pkg_.a
2025-08-20T22:54:07.4997722Z [00:03:31.236]➜  packagefile tailscale.com/kube/kubetypes=/tmp/go-build1138503492/b274/_pkg_.a
2025-08-20T22:54:07.4998300Z [00:03:31.236]➜  packagefile tailscale.com/util/cloudenv=/tmp/go-build1138503492/b332/_pkg_.a
2025-08-20T22:54:07.4998863Z [00:03:31.236]➜  packagefile tailscale.com/util/lineiter=/tmp/go-build1138503492/b276/_pkg_.a
2025-08-20T22:54:07.4999567Z [00:03:31.236]➜  packagefile tailscale.com/net/netaddr=/tmp/go-build1138503492/b303/_pkg_.a
2025-08-20T22:54:07.5000125Z [00:03:31.236]➜  packagefile tailscale.com/types/empty=/tmp/go-build1138503492/b306/_pkg_.a
2025-08-20T22:54:07.5000689Z [00:03:31.236]➜  packagefile tailscale.com/types/ipproto=/tmp/go-build1138503492/b250/_pkg_.a
2025-08-20T22:54:07.5001258Z [00:03:31.236]➜  packagefile tailscale.com/types/persist=/tmp/go-build1138503492/b309/_pkg_.a
2025-08-20T22:54:07.5001832Z [00:03:31.236]➜  packagefile tailscale.com/types/structs=/tmp/go-build1138503492/b262/_pkg_.a
2025-08-20T22:54:07.5002376Z [00:03:31.236]➜  packagefile tailscale.com/util/set=/tmp/go-build1138503492/b287/_pkg_.a
2025-08-20T22:54:07.5003333Z [00:03:31.236]➜  packagefile tailscale.com/util/syspolicy=/tmp/go-build1138503492/b311/_pkg_.a
2025-08-20T22:54:07.5004217Z [00:03:31.236]➜  packagefile html=/tmp/go-build1138503492/b294/_pkg_.a
2025-08-20T22:54:07.5005059Z [00:03:31.236]➜  packagefile tailscale.com/derp=/tmp/go-build1138503492/b431/_pkg_.a
2025-08-20T22:54:07.5006184Z [00:03:31.236]➜  packagefile tailscale.com/derp/derphttp=/tmp/go-build1138503492/b436/_pkg_.a
2025-08-20T22:54:07.5007258Z [00:03:31.236]➜  packagefile tailscale.com/net/captivedetection=/tmp/go-build1138503492/b437/_pkg_.a
2025-08-20T22:54:07.5007967Z [00:03:31.236]➜  packagefile tailscale.com/net/neterror=/tmp/go-build1138503492/b438/_pkg_.a
2025-08-20T22:54:07.5008531Z [00:03:31.236]➜  packagefile tailscale.com/net/netns=/tmp/go-build1138503492/b405/_pkg_.a
2025-08-20T22:54:07.5009074Z [00:03:31.236]➜  packagefile tailscale.com/net/ping=/tmp/go-build1138503492/b439/_pkg_.a
2025-08-20T22:54:07.5009607Z [00:03:31.236]➜  packagefile tailscale.com/net/stun=/tmp/go-build1138503492/b450/_pkg_.a
2025-08-20T22:54:07.5010315Z [00:03:31.236]➜  packagefile tailscale.com/types/nettype=/tmp/go-build1138503492/b449/_pkg_.a
2025-08-20T22:54:07.5010917Z [00:03:31.236]➜  packagefile tailscale.com/util/clientmetric=/tmp/go-build1138503492/b321/_pkg_.a
2025-08-20T22:54:07.5011528Z [00:03:31.236]➜  packagefile github.com/jsimonetti/rtnetlink=/tmp/go-build1138503492/b324/_pkg_.a
2025-08-20T22:54:07.5012114Z [00:03:31.236]➜  packagefile github.com/mdlayher/netlink=/tmp/go-build1138503492/b326/_pkg_.a
2025-08-20T22:54:07.5012675Z [00:03:31.236]➜  packagefile github.com/tailscale/goupnp=/tmp/go-build1138503492/b442/_pkg_.a
2025-08-20T22:54:07.5013348Z [00:03:31.236]➜  packagefile github.com/tailscale/goupnp/dcps/internetgateway2=/tmp/go-build1138503492/b447/_pkg_.a
2025-08-20T22:54:07.5014046Z [00:03:31.236]➜  packagefile github.com/tailscale/goupnp/soap=/tmp/go-build1138503492/b445/_pkg_.a
2025-08-20T22:54:07.5014589Z [00:03:31.236]➜  packagefile math/rand/v2=/tmp/go-build1138503492/b091/_pkg_.a
2025-08-20T22:54:07.5015371Z [00:03:31.236]➜  packagefile tailscale.com/control/controlknobs=/tmp/go-build1138503492/b448/_pkg_.a
2025-08-20T22:54:07.5016008Z [00:03:31.236]➜  packagefile tailscale.com/derp/derpconst=/tmp/go-build1138503492/b422/_pkg_.a
2025-08-20T22:54:07.5016596Z [00:03:31.236]➜  packagefile tailscale.com/net/bakedroots=/tmp/go-build1138503492/b423/_pkg_.a
2025-08-20T22:54:07.5017208Z [00:03:31.236]➜  packagefile tailscale.com/net/tlsdial/blockblame=/tmp/go-build1138503492/b424/_pkg_.a
2025-08-20T22:54:07.5018029Z [00:03:31.236]➜  packagefile go4.org/netipx=/tmp/go-build1138503492/b305/_pkg_.a
2025-08-20T22:54:07.5018754Z [00:03:31.236]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1138503492/b257/_pkg_.a
2025-08-20T22:54:07.5019326Z [00:03:31.236]➜  packagefile tailscale.com/util/vizerror=/tmp/go-build1138503492/b252/_pkg_.a
2025-08-20T22:54:07.5019869Z [00:03:31.236]➜  packagefile encoding/base32=/tmp/go-build1138503492/b241/_pkg_.a
2025-08-20T22:54:07.5020830Z [00:03:31.236]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build1138503492/b296/_pkg_.a
2025-08-20T22:54:07.5022034Z [00:03:31.236]➜  packagefile github.com/hdevalence/ed25519consensus=/tmp/go-build1138503492/b298/_pkg_.a
2025-08-20T22:54:07.5023447Z [00:03:31.236]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build1138503492/b301/_pkg_.a
2025-08-20T22:54:07.5024526Z [00:03:31.236]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build1138503492/b302/_pkg_.a
2025-08-20T22:54:07.5025812Z [00:03:31.236]➜  packagefile tailscale.com/tstime/mono=/tmp/go-build1138503492/b435/_pkg_.a
2025-08-20T22:54:07.5026930Z [00:03:31.236]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1138503492/b254/_pkg_.a
2025-08-20T22:54:07.5028039Z [00:03:31.236]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build1138503492/b255/_pkg_.a
2025-08-20T22:54:07.5029229Z [00:03:31.236]➜  packagefile tailscale.com/wgengine/filter/filtertype=/tmp/go-build1138503492/b308/_pkg_.a
2025-08-20T22:54:07.5030400Z [00:03:31.236]➜  packagefile github.com/coder/websocket=/tmp/go-build1138503492/b335/_pkg_.a
2025-08-20T22:54:07.5031410Z [00:03:31.236]➜  packagefile html/template=/tmp/go-build1138503492/b339/_pkg_.a
2025-08-20T22:54:07.5032357Z [00:03:31.236]➜  packagefile tailscale.com/tsweb=/tmp/go-build1138503492/b342/_pkg_.a
2025-08-20T22:54:07.5033348Z [00:03:31.236]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1138503492/b316/_pkg_.a
2025-08-20T22:54:07.5034379Z [00:03:31.236]➜  packagefile tailscale.com/util/deephash=/tmp/go-build1138503492/b317/_pkg_.a
2025-08-20T22:54:07.5035716Z [00:03:31.236]➜  packagefile tailscale.com/util/syspolicy/internal=/tmp/go-build1138503492/b312/_pkg_.a
2025-08-20T22:54:07.5036790Z [00:03:31.236]➜  packagefile tailscale.com=/tmp/go-build1138503492/b270/_pkg_.a
2025-08-20T22:54:07.5037716Z [00:03:31.236]➜  packagefile internal/bisect=/tmp/go-build1138503492/b056/_pkg_.a
2025-08-20T22:54:07.5038731Z [00:03:31.236]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1138503492/b094/_pkg_.a
2025-08-20T22:54:07.5040078Z [00:03:31.236]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1138503492/b075/_pkg_.a
2025-08-20T22:54:07.5041259Z [00:03:31.236]➜  packagefile crypto/internal/entropy=/tmp/go-build1138503492/b088/_pkg_.a
2025-08-20T22:54:07.5042377Z [00:03:31.236]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1138503492/b077/_pkg_.a
2025-08-20T22:54:07.5043507Z [00:03:31.236]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1138503492/b084/_pkg_.a
2025-08-20T22:54:07.5044700Z [00:03:31.236]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1138503492/b080/_pkg_.a
2025-08-20T22:54:07.5046082Z [00:03:31.236]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1138503492/b079/_pkg_.a
2025-08-20T22:54:07.5047195Z [00:03:31.236]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1138503492/b083/_pkg_.a
2025-08-20T22:54:07.5048388Z [00:03:31.236]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1138503492/b085/_pkg_.a
2025-08-20T22:54:07.5049525Z [00:03:31.236]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1138503492/b076/_pkg_.a
2025-08-20T22:54:07.5050637Z [00:03:31.236]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1138503492/b102/_pkg_.a
2025-08-20T22:54:07.5051863Z [00:03:31.236]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1138503492/b105/_pkg_.a
2025-08-20T22:54:07.5053049Z [00:03:31.236]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1138503492/b108/_pkg_.a
2025-08-20T22:54:07.5054156Z [00:03:31.236]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1138503492/b109/_pkg_.a
2025-08-20T22:54:07.5055459Z [00:03:31.236]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1138503492/b103/_pkg_.a
2025-08-20T22:54:07.5056605Z [00:03:31.236]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1138503492/b111/_pkg_.a
2025-08-20T22:54:07.5057701Z [00:03:31.237]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1138503492/b113/_pkg_.a
2025-08-20T22:54:07.5058823Z [00:03:31.237]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1138503492/b121/_pkg_.a
2025-08-20T22:54:07.5059940Z [00:03:31.237]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1138503492/b124/_pkg_.a
2025-08-20T22:54:07.5061279Z [00:03:31.237]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1138503492/b078/_pkg_.a
2025-08-20T22:54:07.5062409Z [00:03:31.237]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1138503492/b081/_pkg_.a
2025-08-20T22:54:07.5063492Z [00:03:31.237]➜  packagefile crypto/internal/impl=/tmp/go-build1138503492/b082/_pkg_.a
2025-08-20T22:54:07.5064559Z [00:03:31.237]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1138503492/b110/_pkg_.a
2025-08-20T22:54:07.5065867Z [00:03:31.237]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1138503492/b139/_pkg_.a
2025-08-20T22:54:07.5066870Z [00:03:31.237]➜  packagefile crypto/fips140=/tmp/go-build1138503492/b143/_pkg_.a
2025-08-20T22:54:07.5067940Z [00:03:31.237]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1138503492/b132/_pkg_.a
2025-08-20T22:54:07.5069193Z [00:03:31.237]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1138503492/b133/_pkg_.a
2025-08-20T22:54:07.5070485Z [00:03:31.237]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1138503492/b134/_pkg_.a
2025-08-20T22:54:07.5071699Z [00:03:31.237]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build1138503492/b135/_pkg_.a
2025-08-20T22:54:07.5072866Z [00:03:31.237]➜  packagefile github.com/peterbourgon/ff/v3/internal=/tmp/go-build1138503492/b172/_pkg_.a
2025-08-20T22:54:07.5073960Z [00:03:31.237]➜  packagefile compress/zlib=/tmp/go-build1138503492/b182/_pkg_.a
2025-08-20T22:54:07.5074823Z [00:03:31.237]➜  packagefile hash/crc32=/tmp/go-build1138503492/b185/_pkg_.a
2025-08-20T22:54:07.5075963Z [00:03:31.237]➜  packagefile compress/flate=/tmp/go-build1138503492/b183/_pkg_.a
2025-08-20T22:54:07.5076969Z [00:03:31.237]➜  packagefile golang.org/x/text/transform=/tmp/go-build1138503492/b192/_pkg_.a
2025-08-20T22:54:07.5078367Z [00:03:31.237]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1138503492/b205/_pkg_.a
2025-08-20T22:54:07.5079633Z [00:03:31.237]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1138503492/b207/_pkg_.a
2025-08-20T22:54:07.5080856Z [00:03:31.237]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1138503492/b208/_pkg_.a
2025-08-20T22:54:07.5081945Z [00:03:31.237]➜  packagefile mime/quotedprintable=/tmp/go-build1138503492/b213/_pkg_.a
2025-08-20T22:54:07.5082908Z [00:03:31.237]➜  packagefile regexp/syntax=/tmp/go-build1138503492/b224/_pkg_.a
2025-08-20T22:54:07.5083834Z [00:03:31.237]➜  packagefile hash/maphash=/tmp/go-build1138503492/b237/_pkg_.a
2025-08-20T22:54:07.5084692Z [00:03:31.237]➜  packagefile image/draw=/tmp/go-build1138503492/b353/_pkg_.a
2025-08-20T22:54:07.5085861Z [00:03:31.237]➜  packagefile github.com/golang/freetype/raster=/tmp/go-build1138503492/b357/_pkg_.a
2025-08-20T22:54:07.5087025Z [00:03:31.237]➜  packagefile github.com/golang/freetype/truetype=/tmp/go-build1138503492/b359/_pkg_.a
2025-08-20T22:54:07.5088143Z [00:03:31.237]➜  packagefile golang.org/x/image/draw=/tmp/go-build1138503492/b361/_pkg_.a
2025-08-20T22:54:07.5089155Z [00:03:31.237]➜  packagefile golang.org/x/image/font=/tmp/go-build1138503492/b360/_pkg_.a
2025-08-20T22:54:07.5090219Z [00:03:31.237]➜  packagefile golang.org/x/image/font/basicfont=/tmp/go-build1138503492/b363/_pkg_.a
2025-08-20T22:54:07.5091313Z [00:03:31.237]➜  packagefile golang.org/x/image/math/f64=/tmp/go-build1138503492/b362/_pkg_.a
2025-08-20T22:54:07.5092440Z [00:03:31.237]➜  packagefile golang.org/x/image/math/fixed=/tmp/go-build1138503492/b358/_pkg_.a
2025-08-20T22:54:07.5093378Z [00:03:31.237]➜  packagefile image/jpeg=/tmp/go-build1138503492/b364/_pkg_.a
2025-08-20T22:54:07.5094090Z [00:03:31.237]➜  packagefile github.com/godbus/dbus/v5/introspect=/tmp/go-build1138503492/b367/_pkg_.a
2025-08-20T22:54:07.5094722Z [00:03:31.237]➜  packagefile github.com/godbus/dbus/v5/prop=/tmp/go-build1138503492/b369/_pkg_.a
2025-08-20T22:54:07.5095927Z [00:03:31.237]➜  packagefile github.com/tailscale/systray/internal/generated/menu=/tmp/go-build1138503492/b370/_pkg_.a
2025-08-20T22:54:07.5097399Z [00:03:31.237]➜  packagefile github.com/tailscale/systray/internal/generated/notifier=/tmp/go-build1138503492/b371/_pkg_.a
2025-08-20T22:54:07.5098473Z [00:03:31.237]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build1138503492/b390/_pkg_.a
2025-08-20T22:54:07.5099074Z [00:03:31.237]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1138503492/b392/_pkg_.a
2025-08-20T22:54:07.5099581Z [00:03:31.237]➜  packagefile expvar=/tmp/go-build1138503492/b280/_pkg_.a
2025-08-20T22:54:07.5100085Z [00:03:31.237]➜  packagefile tailscale.com/metrics=/tmp/go-build1138503492/b281/_pkg_.a
2025-08-20T22:54:07.5100644Z [00:03:31.237]➜  packagefile tailscale.com/util/cibuild=/tmp/go-build1138503492/b285/_pkg_.a
2025-08-20T22:54:07.5101231Z [00:03:31.237]➜  packagefile tailscale.com/util/usermetric=/tmp/go-build1138503492/b289/_pkg_.a
2025-08-20T22:54:07.5101848Z [00:03:31.237]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1138503492/b395/_pkg_.a
2025-08-20T22:54:07.5102463Z [00:03:31.237]➜  packagefile tailscale.com/util/singleflight=/tmp/go-build1138503492/b397/_pkg_.a
2025-08-20T22:54:07.5103067Z [00:03:31.237]➜  packagefile tailscale.com/net/dns/recursive=/tmp/go-build1138503492/b399/_pkg_.a
2025-08-20T22:54:07.5103726Z [00:03:31.237]➜  packagefile github.com/go-json-experiment/json/internal=/tmp/go-build1138503492/b242/_pkg_.a
2025-08-20T22:54:07.5104458Z [00:03:31.237]➜  packagefile github.com/go-json-experiment/json/internal/jsonflags=/tmp/go-build1138503492/b243/_pkg_.a
2025-08-20T22:54:07.5105471Z [00:03:31.237]➜  packagefile github.com/go-json-experiment/json/internal/jsonopts=/tmp/go-build1138503492/b244/_pkg_.a
2025-08-20T22:54:07.5106243Z [00:03:31.237]➜  packagefile github.com/go-json-experiment/json/internal/jsonwire=/tmp/go-build1138503492/b245/_pkg_.a
2025-08-20T22:54:07.5107052Z [00:03:31.237]➜  packagefile tailscale.com/types/result=/tmp/go-build1138503492/b277/_pkg_.a
2025-08-20T22:54:07.5107648Z [00:03:31.237]➜  packagefile tailscale.com/util/nocasemaps=/tmp/go-build1138503492/b251/_pkg_.a
2025-08-20T22:54:07.5108251Z [00:03:31.237]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build1138503492/b288/_pkg_.a
2025-08-20T22:54:07.5108915Z [00:03:31.237]➜  packagefile tailscale.com/util/syspolicy/internal/loggerx=/tmp/go-build1138503492/b313/_pkg_.a
2025-08-20T22:54:07.5109582Z [00:03:31.237]➜  packagefile tailscale.com/util/syspolicy/rsop=/tmp/go-build1138503492/b314/_pkg_.a
2025-08-20T22:54:07.5110213Z [00:03:31.237]➜  packagefile tailscale.com/util/syspolicy/source=/tmp/go-build1138503492/b319/_pkg_.a
2025-08-20T22:54:07.5110825Z [00:03:31.237]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1138503492/b330/_pkg_.a
2025-08-20T22:54:07.5111386Z [00:03:31.237]➜  packagefile tailscale.com/disco=/tmp/go-build1138503492/b432/_pkg_.a
2025-08-20T22:54:07.5111933Z [00:03:31.237]➜  packagefile tailscale.com/net/tcpinfo=/tmp/go-build1138503492/b433/_pkg_.a
2025-08-20T22:54:07.5112498Z [00:03:31.237]➜  packagefile golang.org/x/net/proxy=/tmp/go-build1138503492/b406/_pkg_.a
2025-08-20T22:54:07.5113049Z [00:03:31.237]➜  packagefile tailscale.com/net/netknob=/tmp/go-build1138503492/b408/_pkg_.a
2025-08-20T22:54:07.5113617Z [00:03:31.237]➜  packagefile tailscale.com/util/linuxfw=/tmp/go-build1138503492/b409/_pkg_.a
2025-08-20T22:54:07.5114168Z [00:03:31.237]➜  packagefile golang.org/x/net/icmp=/tmp/go-build1138503492/b440/_pkg_.a
2025-08-20T22:54:07.5114692Z [00:03:31.237]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build1138503492/b401/_pkg_.a
2025-08-20T22:54:07.5123230Z [00:03:31.237]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build1138503492/b404/_pkg_.a
2025-08-20T22:54:07.5124043Z [00:03:31.237]➜  packagefile github.com/jsimonetti/rtnetlink/internal/unix=/tmp/go-build1138503492/b325/_pkg_.a
2025-08-20T22:54:07.5124753Z [00:03:31.237]➜  packagefile github.com/mdlayher/netlink/nlenc=/tmp/go-build1138503492/b327/_pkg_.a
2025-08-20T22:54:07.5125623Z [00:03:31.237]➜  packagefile github.com/mdlayher/socket=/tmp/go-build1138503492/b328/_pkg_.a
2025-08-20T22:54:07.5126208Z [00:03:31.237]➜  packagefile golang.org/x/net/bpf=/tmp/go-build1138503492/b329/_pkg_.a
2025-08-20T22:54:07.5127006Z [00:03:31.237]➜  packagefile github.com/tailscale/goupnp/httpu=/tmp/go-build1138503492/b443/_pkg_.a
2025-08-20T22:54:07.5127644Z [00:03:31.237]➜  packagefile github.com/tailscale/goupnp/scpd=/tmp/go-build1138503492/b444/_pkg_.a
2025-08-20T22:54:07.5128262Z [00:03:31.237]➜  packagefile github.com/tailscale/goupnp/ssdp=/tmp/go-build1138503492/b446/_pkg_.a
2025-08-20T22:54:07.5128842Z [00:03:31.237]➜  packagefile github.com/x448/float16=/tmp/go-build1138503492/b297/_pkg_.a
2025-08-20T22:54:07.5129392Z [00:03:31.237]➜  packagefile filippo.io/edwards25519=/tmp/go-build1138503492/b299/_pkg_.a
2025-08-20T22:54:07.5129959Z [00:03:31.237]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1138503492/b256/_pkg_.a
2025-08-20T22:54:07.5130579Z [00:03:31.237]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build1138503492/b258/_pkg_.a
2025-08-20T22:54:07.5131206Z [00:03:31.237]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1138503492/b261/_pkg_.a
2025-08-20T22:54:07.5131856Z [00:03:31.237]➜  packagefile github.com/coder/websocket/internal/errd=/tmp/go-build1138503492/b336/_pkg_.a
2025-08-20T22:54:07.5132534Z [00:03:31.237]➜  packagefile github.com/coder/websocket/internal/util=/tmp/go-build1138503492/b337/_pkg_.a
2025-08-20T22:54:07.5133236Z [00:03:31.237]➜  packagefile github.com/coder/websocket/internal/xsync=/tmp/go-build1138503492/b338/_pkg_.a
2025-08-20T22:54:07.5133823Z [00:03:31.237]➜  packagefile text/template=/tmp/go-build1138503492/b340/_pkg_.a
2025-08-20T22:54:07.5134339Z [00:03:31.237]➜  packagefile text/template/parse=/tmp/go-build1138503492/b341/_pkg_.a
2025-08-20T22:54:07.5134857Z [00:03:31.237]➜  packagefile net/http/pprof=/tmp/go-build1138503492/b343/_pkg_.a
2025-08-20T22:54:07.5135778Z [00:03:31.237]➜  packagefile tailscale.com/feature=/tmp/go-build1138503492/b347/_pkg_.a
2025-08-20T22:54:07.5136351Z [00:03:31.237]➜  packagefile tailscale.com/tsweb/varz=/tmp/go-build1138503492/b290/_pkg_.a
2025-08-20T22:54:07.5136911Z [00:03:31.237]➜  packagefile tailscale.com/util/rands=/tmp/go-build1138503492/b348/_pkg_.a
2025-08-20T22:54:07.5137454Z [00:03:31.237]➜  packagefile tailscale.com/util/hashx=/tmp/go-build1138503492/b318/_pkg_.a
2025-08-20T22:54:07.5138059Z [00:03:31.237]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1138503492/b104/_pkg_.a
2025-08-20T22:54:07.5138613Z [00:03:31.237]➜  packagefile crypto/sha3=/tmp/go-build1138503492/b114/_pkg_.a
2025-08-20T22:54:07.5139181Z [00:03:31.237]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1138503492/b122/_pkg_.a
2025-08-20T22:54:07.5139733Z [00:03:31.237]➜  packagefile hash/adler32=/tmp/go-build1138503492/b184/_pkg_.a
2025-08-20T22:54:07.5140289Z [00:03:31.237]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1138503492/b206/_pkg_.a
2025-08-20T22:54:07.5140879Z [00:03:31.237]➜  packagefile image/internal/imageutil=/tmp/go-build1138503492/b354/_pkg_.a
2025-08-20T22:54:07.5141451Z [00:03:31.237]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1138503492/b391/_pkg_.a
2025-08-20T22:54:07.5142061Z [00:03:31.237]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1138503492/b259/_pkg_.a
2025-08-20T22:54:07.5142696Z [00:03:31.237]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1138503492/b260/_pkg_.a
2025-08-20T22:54:07.5143303Z [00:03:31.237]➜  packagefile tailscale.com/util/dirwalk=/tmp/go-build1138503492/b283/_pkg_.a
2025-08-20T22:54:07.5143854Z [00:03:31.237]➜  packagefile github.com/miekg/dns=/tmp/go-build1138503492/b400/_pkg_.a
2025-08-20T22:54:07.5144488Z [00:03:31.237]➜  packagefile tailscale.com/util/syspolicy/internal/metrics=/tmp/go-build1138503492/b320/_pkg_.a
2025-08-20T22:54:07.5145336Z [00:03:31.237]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build1138503492/b407/_pkg_.a
2025-08-20T22:54:07.5146022Z [00:03:31.237]➜  packagefile github.com/coreos/go-iptables/iptables=/tmp/go-build1138503492/b410/_pkg_.a
2025-08-20T22:54:07.5146636Z [00:03:31.237]➜  packagefile github.com/google/nftables=/tmp/go-build1138503492/b411/_pkg_.a
2025-08-20T22:54:07.5147416Z [00:03:31.237]➜  packagefile github.com/google/nftables/binaryutil=/tmp/go-build1138503492/b412/_pkg_.a
2025-08-20T22:54:07.5148051Z [00:03:31.237]➜  packagefile github.com/google/nftables/expr=/tmp/go-build1138503492/b413/_pkg_.a
2025-08-20T22:54:07.5148649Z [00:03:31.237]➜  packagefile github.com/google/nftables/xt=/tmp/go-build1138503492/b415/_pkg_.a
2025-08-20T22:54:07.5149235Z [00:03:31.237]➜  packagefile github.com/tailscale/netlink=/tmp/go-build1138503492/b418/_pkg_.a
2025-08-20T22:54:07.5149831Z [00:03:31.237]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build1138503492/b402/_pkg_.a
2025-08-20T22:54:07.5150424Z [00:03:31.237]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build1138503492/b403/_pkg_.a
2025-08-20T22:54:07.5151030Z [00:03:31.237]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build1138503492/b300/_pkg_.a
2025-08-20T22:54:07.5151575Z [00:03:31.237]➜  packagefile internal/profile=/tmp/go-build1138503492/b344/_pkg_.a
2025-08-20T22:54:07.5152080Z [00:03:31.237]➜  packagefile runtime/pprof=/tmp/go-build1138503492/b345/_pkg_.a
2025-08-20T22:54:07.5152558Z [00:03:31.237]➜  packagefile runtime/trace=/tmp/go-build1138503492/b346/_pkg_.a
2025-08-20T22:54:07.5153186Z [00:03:31.237]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/tmp/go-build1138503492/b414/_pkg_.a
2025-08-20T22:54:07.5153885Z [00:03:31.237]➜  packagefile github.com/mdlayher/netlink/nltest=/tmp/go-build1138503492/b417/_pkg_.a
2025-08-20T22:54:07.5154531Z [00:03:31.237]➜  packagefile github.com/google/nftables/alignedbuff=/tmp/go-build1138503492/b416/_pkg_.a
2025-08-20T22:54:07.5155325Z [00:03:31.237]➜  packagefile github.com/tailscale/netlink/nl=/tmp/go-build1138503492/b419/_pkg_.a
2025-08-20T22:54:07.5156071Z [00:03:31.237]➜  packagefile github.com/vishvananda/netns=/tmp/go-build1138503492/b420/_pkg_.a
2025-08-20T22:54:07.5176518Z [00:03:31.237]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\ttailscale.com/cmd/tailscale\nmod\ttailscale.com\tv1.87.0-pre.0.20250820210428-b48d2de6ab7a+dirty\t\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgithub.com/Kodeworks/golang-image-ico\tv0.0.0-20141118225523-73f0f4cfade9\th1:1ltqoej5GtaWF8jaiA49HwsZD459jqm9YFz9ZtMFpQA=\ndep\tgithub.com/atotto/clipboard\tv0.1.4\th1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=\ndep\tgithub.com/coder/websocket\tv1.8.12\th1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo=\ndep\tgithub.com/coreos/go-iptables\tv0.7.1-0.20240112124308-65c67c9f46e6\th1:8h5+bWd7R6AYUslN6c6iuZWTKsKxUFDlpnmilO6R2n0=\ndep\tgithub.com/fogleman/gg\tv1.3.0\th1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=\ndep\tgithub.com/fxamacker/cbor/v2\tv2.7.0\th1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=\ndep\tgithub.com/go-json-experiment/json\tv0.0.0-20250813024750-ebf49471dced\th1:Q311OHjMh/u5E2TITc++WlTP5We0xNseRMkHDyvhW7I=\ndep\tgithub.com/godbus/dbus/v5\tv5.1.1-0.20230522191255-76236955d466\th1:sQspH8M4niEijh3PFscJRLDnkL547IeP7kpPe3uUhEg=\ndep\tgithub.com/golang/freetype\tv0.0.0-20170609003504-e2365dfdc4a0\th1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20210331224755-41bb18bfe9da\th1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=\ndep\tgithub.com/google/nftables\tv0.2.1-0.20240414091927-5e242ec57806\th1:wG8RYIyctLhdFk6Vl1yPGtSRtwGpVkWyZww1OCil2MI=\ndep\tgithub.com/hdevalence/ed25519consensus\tv0.2.0\th1:37ICyZqdyj0lAZ8P4D1d1id3HqbbG1N3iBb1Tb4rdcU=\ndep\tgithub.com/jsimonetti/rtnetlink\tv1.4.0\th1:Z1BF0fRgcETPEa0Kt0MRk3yV5+kF1FWTni6KUFKrq2I=\ndep\tgithub.com/kballard/go-shellquote\tv0.0.0-20180428030007-95032a82bc51\th1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=\ndep\tgithub.com/mattn/go-colorable\tv0.1.13\th1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mdlayher/netlink\tv1.7.3-0.20250113171957-fbb4dce95f42\th1:A1Cq6Ysb0GM0tpKMbdCXCIfBclan4oHk1Jb+Hrejirg=\ndep\tgithub.com/mdlayher/socket\tv0.5.0\th1:ilICZmJcQz70vrWVes1MFera4jGiWNocSkykwwoy3XI=\ndep\tgithub.com/miekg/dns\tv1.1.58\th1:ca2Hdkz+cDg/7eNF6V56jjzuZ4aCAE+DbVkILdQWG/4=\ndep\tgithub.com/mitchellh/go-ps\tv1.0.0\th1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=\ndep\tgithub.com/peterbourgon/ff/v3\tv3.4.0\th1:QBvM/rizZM1cB0p0lGMdmR7HxZeI/ZrBWB4DqLkMUBc=\ndep\tgithub.com/skip2/go-qrcode\tv0.0.0-20200617195104-da1b6568686e\th1:MRM5ITcdelLK2j1vwZ3Je0FKVCfqOLp5zO6trqMLYs0=\ndep\tgithub.com/tailscale/goupnp\tv1.0.1-0.20210804011211-c64d0f06ea05\th1:4chzWmimtJPxRs2O36yuGRW3f9SYV+bMTTvMBI0EKio=\ndep\tgithub.com/tailscale/netlink\tv1.1.1-0.20240822203006-4d49adab4de7\th1:uFsXVBE9Qr4ZoF094vE6iYTLDl0qCiKzYXlL6UeWObU=\ndep\tgithub.com/tailscale/systray\tv0.0.0-20250807194015-d0cacc864c78\th1:H7/LOg6wgQ116wFRVa8tz9KTB8pc6jeNtqS9tyKgeVw=\ndep\tgithub.com/tailscale/web-client-prebuilt\tv0.0.0-20250124233751-d4cd19a26976\th1:UBPHPtv8+nEAy2PD8RyAhOYvau1ek0HDJqLS/Pysi14=\ndep\tgithub.com/toqueteos/webbrowser\tv1.2.0\th1:tVP/gpK69Fx+qMJKsLE7TD8LuGWPnEV71wBN9rrstGQ=\ndep\tgithub.com/vishvananda/netns\tv0.0.5\th1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY=\ndep\tgithub.com/x448/float16\tv0.8.4\th1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=\ndep\tgo4.org/mem\tv0.0.0-20240501181205-ae6ca9944745\th1:Tl++JLUCe4sxGu8cTpDzRLd3tN7US4hOxG5YpKCzkek=\ndep\tgo4.org/netipx\tv0.0.0-20231129151722-fdeea329fbba\th1:0b9z3AuHCjxk0x/opv64kcgZLBseWJUpBw5I82+2U4M=\ndep\tgolang.org/x/crypto\tv0.38.0\th1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=\ndep\tgolang.org/x/exp\tv0.0.0-20250210185358-939b2ce775ac\th1:l5+whBCLH3iH2ZNHYLbAe58bo7yrN4mVcnkHDYz5vvs=\ndep\tgolang.org/x/image\tv0.27.0\th1:C8gA4oWU/tKkdCfYT6T2u4faJu3MeNS5O8UPWlPF61w=\ndep\tgolang.org/x/net\tv0.40.0\th1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.14.0\th1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/text\tv0.25.0\th1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=\ndep\tgolang.org/x/time\tv0.11.0\th1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=\ndep\tk8s.io/client-go\tv0.32.0\th1:DimtMcnN/JIKZcrSrstiwvvZvLjG0aSxy8PxN8IChp8=\ndep\tsigs.k8s.io/yaml\tv1.4.0\th1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=\ndep\tsoftware.sslmate.com/src/go-pkcs12\tv0.4.0\th1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=b48d2de6ab7ad2588395e896649f4bf6bea73fcf\nbuild\tvcs.time=2025-08-20T21:04:28Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:54:07.5193799Z [00:03:31.237]➜  EOF
2025-08-20T22:54:07.5194074Z [00:03:31.237]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:54:07.5194352Z [00:03:31.237]➜  cd .
2025-08-20T22:54:07.5196470Z [00:03:31.237]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=kfUqBqh9gmgohgc8ZHDm/NiBHDsbueNUjlWZTgghl/ztB0wobeL8Umg3ic42me/kfUqBqh9gmgohgc8ZHDm -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:54:08.2992258Z [00:03:32.052]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:54:08.3155745Z [00:03:32.068]➜  mkdir -p /build-bins/
2025-08-20T22:54:08.3156507Z [00:03:32.068]➜  cp $WORK/b001/exe/a.out /build-bins/tailscale
2025-08-20T22:54:08.3311382Z [00:03:32.084]➜  rm -rf $WORK/b001/
2025-08-20T22:54:08.4357772Z [00:03:32.188]➜  + go build -C ./cmd/tailscaled -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/tailscaled
2025-08-20T22:54:08.4386051Z [00:03:32.191]➜  WORK=/tmp/go-build2831371785
2025-08-20T22:54:08.5270760Z [00:03:32.280]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO
2025-08-20T22:54:08.5271261Z [00:03:32.280]➜  git status --porcelain
2025-08-20T22:54:08.5410818Z [00:03:32.294]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO
2025-08-20T22:54:08.5411590Z [00:03:32.294]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:54:08.5427355Z [00:03:32.295]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git config extensions.objectformat
2025-08-20T22:54:08.5438802Z [00:03:32.297]➜  0.001s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git config extensions.objectformat
2025-08-20T22:54:08.5440086Z [00:03:32.297]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7ad2588395e896649f4bf6bea73fcf --
2025-08-20T22:54:08.5501774Z [00:03:32.303]➜  0.006s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7ad2588395e896649f4bf6bea73fcf --
2025-08-20T22:54:08.5503254Z [00:03:32.303]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b48d2de6ab7ad2588395e896649f4bf6bea73fcf
2025-08-20T22:54:08.6299982Z [00:03:32.383]➜  0.080s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b48d2de6ab7ad2588395e896649f4bf6bea73fcf
2025-08-20T22:54:08.6301966Z [00:03:32.383]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7a --
2025-08-20T22:54:08.6364343Z [00:03:32.389]➜  0.006s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7a --
2025-08-20T22:54:08.6366271Z [00:03:32.389]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git cat-file blob b48d2de6ab7ad2588395e896649f4bf6bea73fcf:go.mod
2025-08-20T22:54:08.6386819Z [00:03:32.391]➜  0.002s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git cat-file blob b48d2de6ab7ad2588395e896649f4bf6bea73fcf:go.mod
2025-08-20T22:54:08.6539064Z [00:03:32.406]➜  tailscale.com/cmd/tailscaled/childproc
2025-08-20T22:54:08.6540421Z [00:03:32.406]➜  mkdir -p $WORK/b320/
2025-08-20T22:54:08.6541370Z [00:03:32.406]➜  echo '# import config' > $WORK/b320/importcfg # internal
2025-08-20T22:54:08.6542144Z [00:03:32.406]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:08.6547225Z [00:03:32.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/childproc=>tailscale.com/cmd/tailscaled/childproc;$WORK/b320=>" -p tailscale.com/cmd/tailscaled/childproc -lang=go1.24 -complete -installsuffix shared -buildid fFUlO2EjMQGk6QRU8kui/fFUlO2EjMQGk6QRU8kui -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack ./childproc/childproc.go
2025-08-20T22:54:08.6551467Z [00:03:32.406]➜  github.com/klauspost/compress
2025-08-20T22:54:08.6551999Z [00:03:32.406]➜  mkdir -p $WORK/b371/
2025-08-20T22:54:08.6552650Z [00:03:32.406]➜  github.com/klauspost/compress/internal/cpuinfo
2025-08-20T22:54:08.6553212Z [00:03:32.406]➜  mkdir -p $WORK/b374/
2025-08-20T22:54:08.6553905Z [00:03:32.406]➜  cat >/tmp/go-build2831371785/b371/importcfg << 'EOF' # internal
2025-08-20T22:54:08.6554543Z [00:03:32.406]➜  # import config
2025-08-20T22:54:08.6555804Z [00:03:32.406]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:08.6556771Z [00:03:32.406]➜  EOF
2025-08-20T22:54:08.6560121Z [00:03:32.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11=>github.com/klauspost/compress@v1.17.11;$WORK/b371=>" -p github.com/klauspost/compress -lang=go1.21 -complete -installsuffix shared -buildid kU3l4G-MIkggyihsBu5H/kU3l4G-MIkggyihsBu5H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/compressible.go
2025-08-20T22:54:08.6563342Z [00:03:32.406]➜  echo -n > $WORK/b374/go_asm.h # internal
2025-08-20T22:54:08.6564749Z [00:03:32.407]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/cpuinfo
2025-08-20T22:54:08.6569122Z [00:03:32.407]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/cpuinfo=>github.com/klauspost/compress@v1.17.11/internal/cpuinfo;$WORK/b374=>" -I $WORK/b374/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b374/symabis ./cpuinfo_amd64.s
2025-08-20T22:54:08.6595353Z [00:03:32.412]➜  echo '# import config' > $WORK/b374/importcfg # internal
2025-08-20T22:54:08.6600823Z [00:03:32.413]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:08.6605920Z [00:03:32.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/cpuinfo=>github.com/klauspost/compress@v1.17.11/internal/cpuinfo;$WORK/b374=>" -p github.com/klauspost/compress/internal/cpuinfo -lang=go1.21 -installsuffix shared -buildid d-2Ei2eVeyXhYKlz5sK_/d-2Ei2eVeyXhYKlz5sK_ -goversion go1.25.0 -symabis $WORK/b374/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack -asmhdr $WORK/b374/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/cpuinfo/cpuinfo.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/cpuinfo/cpuinfo_amd64.go
2025-08-20T22:54:08.6649591Z [00:03:32.418]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T22:54:08.6656608Z [00:03:32.418]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/f7/f7305f9253e30cdd1399c2fe1ef008708432b874c3e7ca247dee82519c470419-d # internal
2025-08-20T22:54:08.6709123Z [00:03:32.424]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T22:54:08.6731918Z [00:03:32.426]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/9e/9eb3b9708714dbcb018cb76d4018d6d8978af09f2abdf6a4764312517851eed0-d # internal
2025-08-20T22:54:08.6750642Z [00:03:32.426]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/cpuinfo
2025-08-20T22:54:08.6755914Z [00:03:32.426]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/cpuinfo=>github.com/klauspost/compress@v1.17.11/internal/cpuinfo;$WORK/b374=>" -I $WORK/b374/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b374/cpuinfo_amd64.o ./cpuinfo_amd64.s
2025-08-20T22:54:08.6770177Z [00:03:32.430]➜  go tool pack r $WORK/b374/_pkg_.a $WORK/b374/cpuinfo_amd64.o # internal
2025-08-20T22:54:08.6771697Z [00:03:32.430]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T22:54:08.6776984Z [00:03:32.430]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/4c/4ca1e6c24365838e352994003a6c0be7e10a63f814eec64028f0046a2121a5ee-d # internal
2025-08-20T22:54:08.6884743Z [00:03:32.441]➜  tailscale.com/chirp
2025-08-20T22:54:08.6889784Z [00:03:32.442]➜  mkdir -p $WORK/b195/
2025-08-20T22:54:08.6890675Z [00:03:32.442]➜  cat >/tmp/go-build2831371785/b195/importcfg << 'EOF' # internal
2025-08-20T22:54:08.6891507Z [00:03:32.442]➜  # import config
2025-08-20T22:54:08.6892772Z [00:03:32.442]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:08.6894558Z [00:03:32.442]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.6896643Z [00:03:32.442]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:08.6898332Z [00:03:32.442]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:08.6901031Z [00:03:32.442]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:08.6902213Z [00:03:32.442]➜  EOF
2025-08-20T22:54:08.6902718Z [00:03:32.442]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:08.6905879Z [00:03:32.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/chirp=>tailscale.com/chirp;$WORK/b195=>" -p tailscale.com/chirp -lang=go1.24 -complete -installsuffix shared -buildid uz3i6MRVcG-ygLkezshs/uz3i6MRVcG-ygLkezshs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/chirp/chirp.go
2025-08-20T22:54:08.7132677Z [00:03:32.466]➜  tailscale.com/types/logid
2025-08-20T22:54:08.7133862Z [00:03:32.466]➜  mkdir -p $WORK/b367/
2025-08-20T22:54:08.7134591Z [00:03:32.466]➜  cat >/tmp/go-build2831371785/b367/importcfg << 'EOF' # internal
2025-08-20T22:54:08.7135437Z [00:03:32.466]➜  # import config
2025-08-20T22:54:08.7136600Z [00:03:32.466]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:08.7138312Z [00:03:32.466]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:08.7140000Z [00:03:32.466]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:08.7141708Z [00:03:32.466]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:08.7143434Z [00:03:32.466]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:08.7145844Z [00:03:32.466]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.7150574Z [00:03:32.466]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:08.7152212Z [00:03:32.466]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:08.7153767Z [00:03:32.466]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:08.7154700Z [00:03:32.466]➜  EOF
2025-08-20T22:54:08.7155339Z [00:03:32.466]➜  github.com/klauspost/compress/fse
2025-08-20T22:54:08.7155913Z [00:03:32.466]➜  mkdir -p $WORK/b373/
2025-08-20T22:54:08.7159125Z [00:03:32.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/logid=>tailscale.com/types/logid;$WORK/b367=>" -p tailscale.com/types/logid -lang=go1.24 -complete -installsuffix shared -buildid iw3p_vPs0EWHKXgmKMoo/iw3p_vPs0EWHKXgmKMoo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/logid/id.go
2025-08-20T22:54:08.7161897Z [00:03:32.466]➜  cat >/tmp/go-build2831371785/b373/importcfg << 'EOF' # internal
2025-08-20T22:54:08.7162580Z [00:03:32.466]➜  # import config
2025-08-20T22:54:08.7165480Z [00:03:32.466]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:08.7167146Z [00:03:32.466]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.7168663Z [00:03:32.466]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.7170123Z [00:03:32.466]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.7173632Z [00:03:32.466]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:08.7175061Z [00:03:32.466]➜  EOF
2025-08-20T22:54:08.7186810Z [00:03:32.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/fse=>github.com/klauspost/compress@v1.17.11/fse;$WORK/b373=>" -p github.com/klauspost/compress/fse -lang=go1.21 -complete -installsuffix shared -buildid jIewEStC-SC-GnVowvFd/jIewEStC-SC-GnVowvFd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/fse/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/fse/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/fse/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/fse/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/fse/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/fse/fse.go
2025-08-20T22:54:08.7194569Z [00:03:32.468]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T22:54:08.7195453Z [00:03:32.468]➜  mkdir -p $WORK/b375/
2025-08-20T22:54:08.7196366Z [00:03:32.468]➜  cat >/tmp/go-build2831371785/b375/importcfg << 'EOF' # internal
2025-08-20T22:54:08.7197213Z [00:03:32.468]➜  # import config
2025-08-20T22:54:08.7198767Z [00:03:32.468]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:08.7200785Z [00:03:32.468]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.7203039Z [00:03:32.468]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T22:54:08.7204960Z [00:03:32.468]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.7206458Z [00:03:32.468]➜  EOF
2025-08-20T22:54:08.7213623Z [00:03:32.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/snapref=>github.com/klauspost/compress@v1.17.11/internal/snapref;$WORK/b375=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.21 -complete -installsuffix shared -buildid S-ksW0OpG6kadeGrHWwc/S-ksW0OpG6kadeGrHWwc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/snapref/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/snapref/decode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/snapref/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/snapref/encode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/internal/snapref/snappy.go
2025-08-20T22:54:08.7219795Z [00:03:32.469]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:54:08.7221104Z [00:03:32.470]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/f6/f67bbb8f05661dc3775fca97cf7198f6d6ddd378cbaa22de65238935d6b17f99-d # internal
2025-08-20T22:54:08.7222316Z [00:03:32.471]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T22:54:08.7222981Z [00:03:32.471]➜  mkdir -p $WORK/b376/
2025-08-20T22:54:08.7223603Z [00:03:32.471]➜  echo -n > $WORK/b376/go_asm.h # internal
2025-08-20T22:54:08.7224515Z [00:03:32.471]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash
2025-08-20T22:54:08.7227992Z [00:03:32.471]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash=>github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash;$WORK/b376=>" -I $WORK/b376/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b376/symabis ./xxhash_amd64.s
2025-08-20T22:54:08.7243877Z [00:03:32.477]➜  cat >/tmp/go-build2831371785/b376/importcfg << 'EOF' # internal
2025-08-20T22:54:08.7246695Z [00:03:32.477]➜  # import config
2025-08-20T22:54:08.7247865Z [00:03:32.477]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:08.7251056Z [00:03:32.477]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.7252672Z [00:03:32.477]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:08.7253666Z [00:03:32.477]➜  EOF
2025-08-20T22:54:08.7254198Z [00:03:32.477]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:08.7263695Z [00:03:32.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash=>github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash;$WORK/b376=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.21 -installsuffix shared -buildid veTyI1sS0OhOHNGqhkZY/veTyI1sS0OhOHNGqhkZY -goversion go1.25.0 -symabis $WORK/b376/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack -asmhdr $WORK/b376/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash/xxhash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash/xxhash_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash/xxhash_safe.go
2025-08-20T22:54:08.7628732Z [00:03:32.516]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T22:54:08.7643612Z [00:03:32.517]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/a8/a860b444bd5ca07b602bf8e8d2275577ffd05763bd12be9bbc5632113203d4d5-d # internal
2025-08-20T22:54:08.7648423Z [00:03:32.518]➜  tailscale.com/logtail/backoff
2025-08-20T22:54:08.7651382Z [00:03:32.518]➜  mkdir -p $WORK/b378/
2025-08-20T22:54:08.7659907Z [00:03:32.519]➜  cat >/tmp/go-build2831371785/b378/importcfg << 'EOF' # internal
2025-08-20T22:54:08.7660885Z [00:03:32.519]➜  # import config
2025-08-20T22:54:08.7662273Z [00:03:32.519]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:08.7663991Z [00:03:32.519]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T22:54:08.7665996Z [00:03:32.519]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:08.7667833Z [00:03:32.519]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:08.7669584Z [00:03:32.519]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:08.7670570Z [00:03:32.519]➜  EOF
2025-08-20T22:54:08.7673811Z [00:03:32.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/backoff=>tailscale.com/logtail/backoff;$WORK/b378=>" -p tailscale.com/logtail/backoff -lang=go1.24 -complete -installsuffix shared -buildid _NXpKMAIPeeQ_GsPY40r/_NXpKMAIPeeQ_GsPY40r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/logtail/backoff/backoff.go
2025-08-20T22:54:08.7712311Z [00:03:32.524]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash
2025-08-20T22:54:08.7716421Z [00:03:32.524]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash=>github.com/klauspost/compress@v1.17.11/zstd/internal/xxhash;$WORK/b376=>" -I $WORK/b376/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b376/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T22:54:08.7753819Z [00:03:32.528]➜  go tool pack r $WORK/b376/_pkg_.a $WORK/b376/xxhash_amd64.o # internal
2025-08-20T22:54:08.7755392Z [00:03:32.528]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T22:54:08.7772402Z [00:03:32.530]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/d6/d6f5ed63a078887eb126ad8c4b0020389cbde56fbeeb384a07233c026e82364f-d # internal
2025-08-20T22:54:08.7773869Z [00:03:32.530]➜  github.com/gaissmai/bart/internal/bitset
2025-08-20T22:54:08.7774648Z [00:03:32.530]➜  mkdir -p $WORK/b381/
2025-08-20T22:54:08.7776805Z [00:03:32.530]➜  cat >/tmp/go-build2831371785/b381/importcfg << 'EOF' # internal
2025-08-20T22:54:08.7777495Z [00:03:32.530]➜  # import config
2025-08-20T22:54:08.7778556Z [00:03:32.530]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:08.7779532Z [00:03:32.530]➜  EOF
2025-08-20T22:54:08.7780061Z [00:03:32.530]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:08.7783922Z [00:03:32.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/internal/bitset=>github.com/gaissmai/bart@v0.18.0/internal/bitset;$WORK/b381=>" -p github.com/gaissmai/bart/internal/bitset -lang=go1.23 -complete -installsuffix shared -buildid b0etapt5eIMuGaLH9cJz/b0etapt5eIMuGaLH9cJz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/internal/bitset/bitset.go
2025-08-20T22:54:08.8001879Z [00:03:32.553]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T22:54:08.8026660Z [00:03:32.555]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/a7/a7b19e233ee63c0178b8b5765641ddb55168f1f798507675c82fb0fba9c2c344-d # internal
2025-08-20T22:54:08.8038186Z [00:03:32.556]➜  tailscale.com/tempfork/httprec
2025-08-20T22:54:08.8038809Z [00:03:32.556]➜  mkdir -p $WORK/b383/
2025-08-20T22:54:08.8039541Z [00:03:32.556]➜  cat >/tmp/go-build2831371785/b383/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8040564Z [00:03:32.556]➜  # import config
2025-08-20T22:54:08.8041695Z [00:03:32.556]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:08.8043328Z [00:03:32.556]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.8045413Z [00:03:32.556]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/cb/cbd616b8bc9dbc18f39ef0f51bb9da0221839832f1dc5eb42a2256e603cd10f5-d
2025-08-20T22:54:08.8057249Z [00:03:32.556]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.8058940Z [00:03:32.556]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:08.8060639Z [00:03:32.556]➜  packagefile net/textproto=/root/.cache/go-build/11/11def6541fa1079f759dcc36fd3f77fb32fbcc4dbdd8c7e9aa80af095163b0df-d
2025-08-20T22:54:08.8062316Z [00:03:32.556]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:08.8063879Z [00:03:32.556]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:08.8064816Z [00:03:32.556]➜  EOF
2025-08-20T22:54:08.8071465Z [00:03:32.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/httprec=>tailscale.com/tempfork/httprec;$WORK/b383=>" -p tailscale.com/tempfork/httprec -lang=go1.24 -complete -installsuffix shared -buildid ICuIWe97MPGhqPgUryL7/ICuIWe97MPGhqPgUryL7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/httprec/httprec.go
2025-08-20T22:54:08.8074678Z [00:03:32.556]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T22:54:08.8076252Z [00:03:32.556]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/7d/7dcbb84a7e1441bc2b2c67f328c982015c20ea10ce0fbd26d568d7f110d0fb5c-d # internal
2025-08-20T22:54:08.8077429Z [00:03:32.557]➜  tailscale.com/util/execqueue
2025-08-20T22:54:08.8078332Z [00:03:32.557]➜  mkdir -p $WORK/b384/
2025-08-20T22:54:08.8079072Z [00:03:32.557]➜  cat >/tmp/go-build2831371785/b384/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8079751Z [00:03:32.557]➜  # import config
2025-08-20T22:54:08.8080852Z [00:03:32.557]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:08.8082499Z [00:03:32.557]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.8084149Z [00:03:32.557]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:08.8085350Z [00:03:32.558]➜  EOF
2025-08-20T22:54:08.8088658Z [00:03:32.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/execqueue=>tailscale.com/util/execqueue;$WORK/b384=>" -p tailscale.com/util/execqueue -lang=go1.24 -complete -installsuffix shared -buildid 7iv_lLdnotVW-MsPIxO8/7iv_lLdnotVW-MsPIxO8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/execqueue/execqueue.go
2025-08-20T22:54:08.8303726Z [00:03:32.582]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T22:54:08.8323193Z [00:03:32.585]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/87/87108823537f9913285e15382e36503e48695a391f9310699a480b9221c1141c-d # internal
2025-08-20T22:54:08.8330556Z [00:03:32.586]➜  github.com/gaissmai/bart/internal/sparse
2025-08-20T22:54:08.8336289Z [00:03:32.586]➜  mkdir -p $WORK/b382/
2025-08-20T22:54:08.8344255Z [00:03:32.587]➜  cat >/tmp/go-build2831371785/b382/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8345952Z [00:03:32.587]➜  # import config
2025-08-20T22:54:08.8347808Z [00:03:32.587]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build2831371785/b381/_pkg_.a
2025-08-20T22:54:08.8349088Z [00:03:32.587]➜  EOF
2025-08-20T22:54:08.8358835Z [00:03:32.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/internal/sparse=>github.com/gaissmai/bart@v0.18.0/internal/sparse;$WORK/b382=>" -p github.com/gaissmai/bart/internal/sparse -lang=go1.23 -complete -installsuffix shared -buildid FtTOdXLOWHTCMIJupzcP/FtTOdXLOWHTCMIJupzcP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/internal/sparse/array.go
2025-08-20T22:54:08.8430125Z [00:03:32.596]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T22:54:08.8437113Z [00:03:32.596]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/14/14f5c3f0cba6462c0139df0d4b0449eebb0224b14ac05089f230325b9f032e66-d # internal
2025-08-20T22:54:08.8443965Z [00:03:32.597]➜  github.com/mdlayher/sdnotify
2025-08-20T22:54:08.8448338Z [00:03:32.597]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T22:54:08.8451878Z [00:03:32.598]➜  mkdir -p $WORK/b386/
2025-08-20T22:54:08.8453285Z [00:03:32.598]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T22:54:08.8458348Z [00:03:32.599]➜  cat >/tmp/go-build2831371785/b386/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8463254Z [00:03:32.599]➜  # import config
2025-08-20T22:54:08.8464298Z [00:03:32.599]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.8466512Z [00:03:32.599]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.8470196Z [00:03:32.599]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:08.8471942Z [00:03:32.599]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:08.8474110Z [00:03:32.599]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:08.8479806Z [00:03:32.599]➜  EOF
2025-08-20T22:54:08.8483981Z [00:03:32.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/sdnotify@v1.0.0=>github.com/mdlayher/sdnotify@v1.0.0;$WORK/b386=>" -p github.com/mdlayher/sdnotify -lang=go1.18 -complete -installsuffix shared -buildid oMwKQmgi3TUPhttS4U9M/oMwKQmgi3TUPhttS4U9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/github.com/mdlayher/sdnotify@v1.0.0/sdnotify.go
2025-08-20T22:54:08.8488708Z [00:03:32.599]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/1b/1bc420ff2d3fd35ba6a191caf88a6d2ed17dde5ac07f79a9c7d8b6cf15180dc1-d # internal
2025-08-20T22:54:08.8490049Z [00:03:32.600]➜  github.com/gaissmai/bart
2025-08-20T22:54:08.8490934Z [00:03:32.600]➜  mkdir -p $WORK/b380/
2025-08-20T22:54:08.8491666Z [00:03:32.600]➜  cat >/tmp/go-build2831371785/b380/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8492903Z [00:03:32.600]➜  # import config
2025-08-20T22:54:08.8494498Z [00:03:32.600]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:08.8496345Z [00:03:32.600]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:08.8497935Z [00:03:32.600]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:08.8499591Z [00:03:32.600]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.8500972Z [00:03:32.600]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build2831371785/b381/_pkg_.a
2025-08-20T22:54:08.8502522Z [00:03:32.601]➜  packagefile github.com/gaissmai/bart/internal/sparse=/tmp/go-build2831371785/b382/_pkg_.a
2025-08-20T22:54:08.8503914Z [00:03:32.601]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.8505608Z [00:03:32.601]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:08.8507126Z [00:03:32.601]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:08.8508633Z [00:03:32.601]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:08.8510191Z [00:03:32.601]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:08.8511739Z [00:03:32.601]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:08.8512711Z [00:03:32.601]➜  EOF
2025-08-20T22:54:08.8520377Z [00:03:32.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0=>github.com/gaissmai/bart@v0.18.0;$WORK/b380=>" -p github.com/gaissmai/bart -lang=go1.23 -complete -installsuffix shared -buildid rCjzEL1i6C-EZPqXZYX6/rCjzEL1i6C-EZPqXZYX6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/allot_lookuptbl.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/base_index.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/dumper.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/jsonify.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/lpm_lookuptbl.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/node.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/overlaps.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/stringify.go /root/go/pkg/mod/github.com/gaissmai/bart@v0.18.0/table.go
2025-08-20T22:54:08.8526850Z [00:03:32.601]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/7b/7b320cd2aab7fcb2581a8ae4bd0397dd8f5ec57b2c675c8e1b4be2d264374a89-d # internal
2025-08-20T22:54:08.8528261Z [00:03:32.602]➜  github.com/klauspost/compress/huff0
2025-08-20T22:54:08.8528855Z [00:03:32.602]➜  mkdir -p $WORK/b372/
2025-08-20T22:54:08.8529435Z [00:03:32.602]➜  echo -n > $WORK/b372/go_asm.h # internal
2025-08-20T22:54:08.8530192Z [00:03:32.602]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0
2025-08-20T22:54:08.8532995Z [00:03:32.602]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0=>github.com/klauspost/compress@v1.17.11/huff0;$WORK/b372=>" -I $WORK/b372/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b372/symabis ./decompress_amd64.s
2025-08-20T22:54:08.8561321Z [00:03:32.609]➜  cat >/tmp/go-build2831371785/b372/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8562310Z [00:03:32.609]➜  # import config
2025-08-20T22:54:08.8576742Z [00:03:32.609]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:08.8578760Z [00:03:32.609]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.8581637Z [00:03:32.609]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.8583031Z [00:03:32.609]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build2831371785/b373/_pkg_.a
2025-08-20T22:54:08.8584362Z [00:03:32.609]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build2831371785/b374/_pkg_.a
2025-08-20T22:54:08.8586081Z [00:03:32.609]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.8588026Z [00:03:32.609]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:08.8589749Z [00:03:32.609]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:08.8591441Z [00:03:32.609]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:08.8593105Z [00:03:32.609]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:08.8594103Z [00:03:32.609]➜  EOF
2025-08-20T22:54:08.8594655Z [00:03:32.609]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:08.8602712Z [00:03:32.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0=>github.com/klauspost/compress@v1.17.11/huff0;$WORK/b372=>" -p github.com/klauspost/compress/huff0 -lang=go1.21 -installsuffix shared -buildid jR_qGHvmrps0hnKApc8A/jR_qGHvmrps0hnKApc8A -goversion go1.25.0 -symabis $WORK/b372/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack -asmhdr $WORK/b372/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0/decompress_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0/huff0.go
2025-08-20T22:54:08.8627225Z [00:03:32.615]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T22:54:08.8640184Z [00:03:32.617]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/96/96d1e8a498ccd48877cbe0697fb01e01b30bcbeed736d6cf750a36532640d293-d # internal
2025-08-20T22:54:08.8645481Z [00:03:32.617]➜  tailscale.com/net/flowtrack
2025-08-20T22:54:08.8648425Z [00:03:32.617]➜  mkdir -p $WORK/b388/
2025-08-20T22:54:08.8649203Z [00:03:32.617]➜  cat >/tmp/go-build2831371785/b388/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8656751Z [00:03:32.618]➜  # import config
2025-08-20T22:54:08.8658250Z [00:03:32.618]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T22:54:08.8660024Z [00:03:32.618]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:08.8661622Z [00:03:32.618]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.8663191Z [00:03:32.618]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:08.8664971Z [00:03:32.618]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:08.8666963Z [00:03:32.618]➜  EOF
2025-08-20T22:54:08.8670218Z [00:03:32.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/flowtrack=>tailscale.com/net/flowtrack;$WORK/b388=>" -p tailscale.com/net/flowtrack -lang=go1.24 -complete -installsuffix shared -buildid _xiYaMUkZ1qWNXK8fZBF/_xiYaMUkZ1qWNXK8fZBF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/flowtrack/flowtrack.go
2025-08-20T22:54:08.8737368Z [00:03:32.626]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T22:54:08.8754744Z [00:03:32.628]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/42/42586486dd57a7dcbd6a7f11e4113d913329a8e0e549c46162719fcc285baf24-d # internal
2025-08-20T22:54:08.8763785Z [00:03:32.628]➜  tailscale.com/util/systemd
2025-08-20T22:54:08.8764393Z [00:03:32.629]➜  mkdir -p $WORK/b385/
2025-08-20T22:54:08.8765323Z [00:03:32.629]➜  cat >/tmp/go-build2831371785/b385/importcfg << 'EOF' # internal
2025-08-20T22:54:08.8766312Z [00:03:32.629]➜  # import config
2025-08-20T22:54:08.8767470Z [00:03:32.629]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.8768877Z [00:03:32.629]➜  packagefile github.com/mdlayher/sdnotify=/tmp/go-build2831371785/b386/_pkg_.a
2025-08-20T22:54:08.8770227Z [00:03:32.629]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:08.8771790Z [00:03:32.629]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:08.8773390Z [00:03:32.629]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:08.8774412Z [00:03:32.629]➜  EOF
2025-08-20T22:54:08.8779405Z [00:03:32.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd=>tailscale.com/util/systemd;$WORK/b385=>" -p tailscale.com/util/systemd -lang=go1.24 -complete -installsuffix shared -buildid vFgZKFiwmthaoFOh6tQq/vFgZKFiwmthaoFOh6tQq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/systemd_linux.go
2025-08-20T22:54:08.8960134Z [00:03:32.649]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T22:54:08.8973054Z [00:03:32.650]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/8f/8f8d048926a9b2403b2a50521403494aff675dc6836d7acb71fd851da85dd8f9-d # internal
2025-08-20T22:54:08.8998370Z [00:03:32.652]➜  github.com/djherbis/times
2025-08-20T22:54:08.9001378Z [00:03:32.653]➜  mkdir -p $WORK/b401/
2025-08-20T22:54:08.9008952Z [00:03:32.654]➜  cat >/tmp/go-build2831371785/b401/importcfg << 'EOF' # internal
2025-08-20T22:54:08.9012252Z [00:03:32.654]➜  # import config
2025-08-20T22:54:08.9015544Z [00:03:32.654]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.9020784Z [00:03:32.654]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:08.9022755Z [00:03:32.654]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:08.9024318Z [00:03:32.654]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:08.9026169Z [00:03:32.654]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:08.9027709Z [00:03:32.654]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:08.9028630Z [00:03:32.654]➜  EOF
2025-08-20T22:54:08.9037560Z [00:03:32.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/djherbis/times@v1.6.0=>github.com/djherbis/times@v1.6.0;$WORK/b401=>" -p github.com/djherbis/times -lang=go1.16 -complete -installsuffix shared -buildid Cm9bB-5qp2nPNY_KBLwv/Cm9bB-5qp2nPNY_KBLwv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/djherbis/times@v1.6.0/times.go /root/go/pkg/mod/github.com/djherbis/times@v1.6.0/times_linux.go
2025-08-20T22:54:08.9059319Z [00:03:32.659]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T22:54:08.9068838Z [00:03:32.659]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/66/66838dd8aecb190dabf66e8fe6c04fde157a907db41ba0ed9fcab47df99f9347-d # internal
2025-08-20T22:54:08.9073821Z [00:03:32.660]➜  tailscale.com/net/packet
2025-08-20T22:54:08.9082343Z [00:03:32.661]➜  mkdir -p $WORK/b390/
2025-08-20T22:54:08.9086404Z [00:03:32.661]➜  cat >/tmp/go-build2831371785/b390/importcfg << 'EOF' # internal
2025-08-20T22:54:08.9087082Z [00:03:32.661]➜  # import config
2025-08-20T22:54:08.9088518Z [00:03:32.661]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:08.9090225Z [00:03:32.661]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:08.9091851Z [00:03:32.661]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.9093386Z [00:03:32.661]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.9094869Z [00:03:32.661]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.9096574Z [00:03:32.661]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:08.9098133Z [00:03:32.661]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:08.9099721Z [00:03:32.661]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:08.9101576Z [00:03:32.661]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:08.9102910Z [00:03:32.661]➜  packagefile tailscale.com/net/flowtrack=/tmp/go-build2831371785/b388/_pkg_.a
2025-08-20T22:54:08.9104424Z [00:03:32.661]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:08.9112673Z [00:03:32.661]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:08.9114541Z [00:03:32.661]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:08.9115715Z [00:03:32.661]➜  EOF
2025-08-20T22:54:08.9123511Z [00:03:32.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet=>tailscale.com/net/packet;$WORK/b390=>" -p tailscale.com/net/packet -lang=go1.24 -complete -installsuffix shared -buildid Rk5M2eqxJhOBtuVwL9Mk/Rk5M2eqxJhOBtuVwL9Mk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/capture.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/geneve.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/header.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp4.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp6.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/ip4.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/ip6.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/packet.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/tsmp.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/udp4.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/udp6.go
2025-08-20T22:54:08.9438822Z [00:03:32.696]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T22:54:08.9448027Z [00:03:32.697]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/16/1612043c4f723de24dcaa3b56eaf5967b6601d5167a2cec211471f6525ece72e-d # internal
2025-08-20T22:54:08.9453242Z [00:03:32.698]➜  tailscale.com/net/tsdial
2025-08-20T22:54:08.9453837Z [00:03:32.698]➜  mkdir -p $WORK/b379/
2025-08-20T22:54:08.9460729Z [00:03:32.699]➜  cat >/tmp/go-build2831371785/b379/importcfg << 'EOF' # internal
2025-08-20T22:54:08.9468379Z [00:03:32.699]➜  # import config
2025-08-20T22:54:08.9469483Z [00:03:32.699]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:08.9471070Z [00:03:32.699]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:08.9476908Z [00:03:32.699]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:08.9478517Z [00:03:32.699]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:08.9479881Z [00:03:32.699]➜  packagefile github.com/gaissmai/bart=/tmp/go-build2831371785/b380/_pkg_.a
2025-08-20T22:54:08.9481227Z [00:03:32.699]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:08.9482813Z [00:03:32.699]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:08.9484406Z [00:03:32.699]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:08.9486293Z [00:03:32.699]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:08.9487942Z [00:03:32.699]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:08.9489511Z [00:03:32.699]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:08.9491479Z [00:03:32.699]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:08.9493098Z [00:03:32.699]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:08.9494706Z [00:03:32.699]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:08.9496479Z [00:03:32.699]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:08.9498198Z [00:03:32.699]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:08.9500052Z [00:03:32.699]➜  packagefile tailscale.com/net/netknob=/root/.cache/go-build/1f/1f891a52da4a3ad6ecea695a16c9c46e3eb9020d66d11230a6d2cfb4f09c62d2-d
2025-08-20T22:54:08.9501942Z [00:03:32.699]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:08.9503817Z [00:03:32.699]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:08.9505984Z [00:03:32.699]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:08.9507964Z [00:03:32.699]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:08.9510230Z [00:03:32.699]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:08.9512261Z [00:03:32.699]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:08.9514338Z [00:03:32.699]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:08.9542468Z [00:03:32.699]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:08.9544288Z [00:03:32.699]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:08.9546449Z [00:03:32.699]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:08.9548247Z [00:03:32.699]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:08.9549925Z [00:03:32.699]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:08.9550871Z [00:03:32.699]➜  EOF
2025-08-20T22:54:08.9554624Z [00:03:32.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial=>tailscale.com/net/tsdial;$WORK/b379=>" -p tailscale.com/net/tsdial -lang=go1.24 -complete -installsuffix shared -buildid r7J58tHtu0toVU89pkPf/r7J58tHtu0toVU89pkPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dnsmap.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dohclient.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/tsdial.go
2025-08-20T22:54:08.9717048Z [00:03:32.724]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T22:54:08.9731984Z [00:03:32.726]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/20/201c939cef5d0562c2f8527156a5da8e2681a3c7608660b17d8967ada4645bbe-d # internal
2025-08-20T22:54:08.9734560Z [00:03:32.726]➜  tailscale.com/net/ipset
2025-08-20T22:54:08.9736116Z [00:03:32.726]➜  mkdir -p $WORK/b389/
2025-08-20T22:54:08.9737646Z [00:03:32.727]➜  cat >/tmp/go-build2831371785/b389/importcfg << 'EOF' # internal
2025-08-20T22:54:08.9739167Z [00:03:32.727]➜  # import config
2025-08-20T22:54:08.9745888Z [00:03:32.727]➜  packagefile github.com/gaissmai/bart=/tmp/go-build2831371785/b380/_pkg_.a
2025-08-20T22:54:08.9747350Z [00:03:32.727]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:08.9749128Z [00:03:32.727]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:08.9751038Z [00:03:32.727]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:08.9752117Z [00:03:32.727]➜  EOF
2025-08-20T22:54:08.9755367Z [00:03:32.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/ipset=>tailscale.com/net/ipset;$WORK/b389=>" -p tailscale.com/net/ipset -lang=go1.24 -complete -installsuffix shared -buildid GsAuclp27rFbMR6OEFfG/GsAuclp27rFbMR6OEFfG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/ipset/ipset.go
2025-08-20T22:54:09.0729312Z [00:03:32.826]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T22:54:09.0760766Z [00:03:32.829]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/d5/d555ff8765c612541e6df73ba88a055e532b12b6e09d924bf769432250bf874b-d # internal
2025-08-20T22:54:09.0761867Z [00:03:32.829]➜  container/heap
2025-08-20T22:54:09.0762343Z [00:03:32.829]➜  mkdir -p $WORK/b403/
2025-08-20T22:54:09.0768559Z [00:03:32.829]➜  cat >/tmp/go-build2831371785/b403/importcfg << 'EOF' # internal
2025-08-20T22:54:09.0769287Z [00:03:32.829]➜  # import config
2025-08-20T22:54:09.0770323Z [00:03:32.829]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:09.0771246Z [00:03:32.829]➜  EOF
2025-08-20T22:54:09.0773983Z [00:03:32.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b403=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid ho5EPkMTbYPgrHo_7q-E/ho5EPkMTbYPgrHo_7q-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T22:54:09.0812651Z [00:03:32.834]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0
2025-08-20T22:54:09.0820190Z [00:03:32.834]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/huff0=>github.com/klauspost/compress@v1.17.11/huff0;$WORK/b372=>" -I $WORK/b372/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b372/decompress_amd64.o ./decompress_amd64.s
2025-08-20T22:54:09.0885677Z [00:03:32.841]➜  go tool pack r $WORK/b372/_pkg_.a $WORK/b372/decompress_amd64.o # internal
2025-08-20T22:54:09.0892792Z [00:03:32.842]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T22:54:09.0918443Z [00:03:32.844]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T22:54:09.0924367Z [00:03:32.845]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T22:54:09.0959143Z [00:03:32.849]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/ea/ea252118e3c82d599fe751e50153688dbfc47f7d9adbc15ef51873c1fa0b48ab-d # internal
2025-08-20T22:54:09.0977751Z [00:03:32.850]➜  github.com/klauspost/compress/zstd
2025-08-20T22:54:09.0983979Z [00:03:32.851]➜  mkdir -p $WORK/b370/
2025-08-20T22:54:09.0992575Z [00:03:32.852]➜  echo -n > $WORK/b370/go_asm.h # internal
2025-08-20T22:54:09.0999321Z [00:03:32.853]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd
2025-08-20T22:54:09.1007751Z [00:03:32.853]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd=>github.com/klauspost/compress@v1.17.11/zstd;$WORK/b370=>" -I $WORK/b370/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b370/symabis ./fse_decoder_amd64.s ./matchlen_amd64.s ./seqdec_amd64.s
2025-08-20T22:54:09.1048549Z [00:03:32.857]➜  github.com/tailscale/xnet/webdav/internal/xml
2025-08-20T22:54:09.1054227Z [00:03:32.858]➜  mkdir -p $WORK/b405/
2025-08-20T22:54:09.1065862Z [00:03:32.859]➜  cat >/tmp/go-build2831371785/b405/importcfg << 'EOF' # internal
2025-08-20T22:54:09.1069400Z [00:03:32.859]➜  # import config
2025-08-20T22:54:09.1070568Z [00:03:32.859]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:09.1072188Z [00:03:32.859]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:09.1073786Z [00:03:32.859]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T22:54:09.1075628Z [00:03:32.859]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:09.1077199Z [00:03:32.859]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:09.1078706Z [00:03:32.859]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:09.1080295Z [00:03:32.859]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:09.1082163Z [00:03:32.859]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:09.1083787Z [00:03:32.859]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:09.1089028Z [00:03:32.859]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:09.1090623Z [00:03:32.859]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:09.1092196Z [00:03:32.859]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:09.1093178Z [00:03:32.859]➜  EOF
2025-08-20T22:54:09.1099512Z [00:03:32.863]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:09.1111293Z [00:03:32.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/internal/xml=>github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/internal/xml;$WORK/b405=>" -p github.com/tailscale/xnet/webdav/internal/xml -lang=go1.18 -complete -installsuffix shared -buildid w5VJ8EHARfTBNrY95sKR/w5VJ8EHARfTBNrY95sKR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/internal/xml/marshal.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/internal/xml/read.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/internal/xml/typeinfo.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/internal/xml/xml.go
2025-08-20T22:54:09.1123068Z [00:03:32.865]➜  cat >/tmp/go-build2831371785/b370/importcfg << 'EOF' # internal
2025-08-20T22:54:09.1125378Z [00:03:32.865]➜  # import config
2025-08-20T22:54:09.1130180Z [00:03:32.866]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:09.1137302Z [00:03:32.866]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:09.1158722Z [00:03:32.866]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:09.1160495Z [00:03:32.866]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:09.1162193Z [00:03:32.866]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:09.1163832Z [00:03:32.866]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:09.1165629Z [00:03:32.866]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:09.1166948Z [00:03:32.866]➜  packagefile github.com/klauspost/compress=/tmp/go-build2831371785/b371/_pkg_.a
2025-08-20T22:54:09.1168136Z [00:03:32.866]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build2831371785/b372/_pkg_.a
2025-08-20T22:54:09.1169425Z [00:03:32.866]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build2831371785/b374/_pkg_.a
2025-08-20T22:54:09.1170799Z [00:03:32.866]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build2831371785/b375/_pkg_.a
2025-08-20T22:54:09.1172222Z [00:03:32.866]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build2831371785/b376/_pkg_.a
2025-08-20T22:54:09.1173787Z [00:03:32.866]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T22:54:09.1175813Z [00:03:32.866]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:09.1177239Z [00:03:32.866]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:09.1178822Z [00:03:32.866]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:09.1180414Z [00:03:32.866]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:09.1182019Z [00:03:32.866]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:09.1183561Z [00:03:32.866]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:09.1185097Z [00:03:32.866]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:09.1186901Z [00:03:32.866]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:09.1194633Z [00:03:32.866]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:09.1196474Z [00:03:32.866]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:09.1198117Z [00:03:32.866]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:09.1199718Z [00:03:32.866]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:09.1200694Z [00:03:32.866]➜  EOF
2025-08-20T22:54:09.1222014Z [00:03:32.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd=>github.com/klauspost/compress@v1.17.11/zstd;$WORK/b370=>" -p github.com/klauspost/compress/zstd -lang=go1.21 -installsuffix shared -buildid VxrCVeA51aytP51kCcJ7/VxrCVeA51aytP51kCcJ7 -goversion go1.25.0 -symabis $WORK/b370/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack -asmhdr $WORK/b370/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/fse_decoder_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/matchlen_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/seqdec_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd/zstd.go
2025-08-20T22:54:09.4421565Z [00:03:33.195]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T22:54:09.4574633Z [00:03:33.210]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/ad/adede50b4a63bf92d017fc59df1ae05d123f44123d63612fe78a2ef3ea6c8e83-d # internal
2025-08-20T22:54:09.4580624Z [00:03:33.211]➜  tailscale.com/wgengine/filter
2025-08-20T22:54:09.4581233Z [00:03:33.211]➜  mkdir -p $WORK/b387/
2025-08-20T22:54:09.4589529Z [00:03:33.212]➜  cat >/tmp/go-build2831371785/b387/importcfg << 'EOF' # internal
2025-08-20T22:54:09.4591450Z [00:03:33.212]➜  # import config
2025-08-20T22:54:09.4595876Z [00:03:33.212]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:09.4597891Z [00:03:33.212]➜  packagefile go4.org/netipx=/root/.cache/go-build/54/54427236929d934028df3b51429ffe98acb009e607280ce6367eabe327d34a60-d
2025-08-20T22:54:09.4606478Z [00:03:33.212]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:09.4608135Z [00:03:33.212]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:09.4609802Z [00:03:33.212]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:09.4611437Z [00:03:33.212]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:09.4613536Z [00:03:33.212]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:09.4615021Z [00:03:33.212]➜  packagefile tailscale.com/net/flowtrack=/tmp/go-build2831371785/b388/_pkg_.a
2025-08-20T22:54:09.4616418Z [00:03:33.212]➜  packagefile tailscale.com/net/ipset=/tmp/go-build2831371785/b389/_pkg_.a
2025-08-20T22:54:09.4618144Z [00:03:33.212]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:09.4619624Z [00:03:33.212]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:09.4621145Z [00:03:33.212]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:09.4623057Z [00:03:33.212]➜  packagefile tailscale.com/tstime/rate=/root/.cache/go-build/ab/aba32cf7e691bb66dd309ba49f60577ecc19f3aa4c5a1ed14304e55cc548862a-d
2025-08-20T22:54:09.4625005Z [00:03:33.212]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:09.4627142Z [00:03:33.212]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:09.4629005Z [00:03:33.212]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:09.4630860Z [00:03:33.212]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:09.4632957Z [00:03:33.212]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:09.4634875Z [00:03:33.212]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:09.4658822Z [00:03:33.212]➜  packagefile tailscale.com/wgengine/filter/filtertype=/root/.cache/go-build/c5/c5f40aaf3f556eca6055f1e25cddfe9d75a466dcca8603a7716e0f6c69860e15-d
2025-08-20T22:54:09.4660755Z [00:03:33.212]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:09.4661719Z [00:03:33.212]➜  EOF
2025-08-20T22:54:09.4666061Z [00:03:33.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter=>tailscale.com/wgengine/filter;$WORK/b387=>" -p tailscale.com/wgengine/filter -lang=go1.24 -complete -installsuffix shared -buildid baUW1MKS2zuuSJhT6dZg/baUW1MKS2zuuSJhT6dZg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filter.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/match.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/tailcfg.go
2025-08-20T22:54:09.6039081Z [00:03:33.356]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T22:54:09.6139793Z [00:03:33.365]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/5e/5eb322635010090eda3b99707f6ae4616a3a03b7d4883aad9f7346fabf4a8c7d-d # internal
2025-08-20T22:54:09.6140900Z [00:03:33.367]➜  github.com/tailscale/xnet/webdav
2025-08-20T22:54:09.6158123Z [00:03:33.369]➜  mkdir -p $WORK/b402/
2025-08-20T22:54:09.6164048Z [00:03:33.369]➜  cat >/tmp/go-build2831371785/b402/importcfg << 'EOF' # internal
2025-08-20T22:54:09.6165080Z [00:03:33.369]➜  # import config
2025-08-20T22:54:09.6168764Z [00:03:33.369]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:09.6170051Z [00:03:33.369]➜  packagefile container/heap=/tmp/go-build2831371785/b403/_pkg_.a
2025-08-20T22:54:09.6171316Z [00:03:33.369]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:09.6173192Z [00:03:33.369]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:09.6174765Z [00:03:33.369]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:09.6176558Z [00:03:33.369]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:09.6178033Z [00:03:33.369]➜  packagefile github.com/tailscale/xnet/webdav/internal/xml=/tmp/go-build2831371785/b405/_pkg_.a
2025-08-20T22:54:09.6179755Z [00:03:33.369]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:09.6181385Z [00:03:33.369]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T22:54:09.6183051Z [00:03:33.369]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:09.6184736Z [00:03:33.369]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:09.6186591Z [00:03:33.369]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:09.6188187Z [00:03:33.369]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:09.6189904Z [00:03:33.370]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:09.6191928Z [00:03:33.370]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:09.6193595Z [00:03:33.370]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:09.6195482Z [00:03:33.370]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:09.6197097Z [00:03:33.370]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:09.6198634Z [00:03:33.370]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:09.6199579Z [00:03:33.370]➜  EOF
2025-08-20T22:54:09.6207126Z [00:03:33.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav=>github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav;$WORK/b402=>" -p github.com/tailscale/xnet/webdav -lang=go1.18 -complete -installsuffix shared -buildid HvYzBdTLP8lClNX1895n/HvYzBdTLP8lClNX1895n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/file.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/if.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/lock.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/prop.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/webdav.go /root/go/pkg/mod/github.com/tailscale/xnet@v0.0.0-20240729143630-8497ac4dab2e/webdav/xml.go
2025-08-20T22:54:10.0410873Z [00:03:33.794]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T22:54:10.0587948Z [00:03:33.811]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/fe/fe3a070b0c3ce0ea4eac6191d3301514bb8fe9b29bc3e64670ff360281de6448-d # internal
2025-08-20T22:54:10.0592799Z [00:03:33.812]➜  golang.org/x/sync/singleflight
2025-08-20T22:54:10.0607482Z [00:03:33.814]➜  mkdir -p $WORK/b409/
2025-08-20T22:54:10.0624490Z [00:03:33.815]➜  cat >/tmp/go-build2831371785/b409/importcfg << 'EOF' # internal
2025-08-20T22:54:10.0625621Z [00:03:33.815]➜  # import config
2025-08-20T22:54:10.0626897Z [00:03:33.815]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.0628759Z [00:03:33.815]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.0631394Z [00:03:33.815]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.0633277Z [00:03:33.815]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.0635358Z [00:03:33.815]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:10.0638102Z [00:03:33.815]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.0639125Z [00:03:33.815]➜  EOF
2025-08-20T22:54:10.0642591Z [00:03:33.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.14.0/singleflight=>golang.org/x/sync@v0.14.0/singleflight;$WORK/b409=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid WXvjQTo8GIlWozaqoBKo/WXvjQTo8GIlWozaqoBKo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.14.0/singleflight/singleflight.go
2025-08-20T22:54:10.1160128Z [00:03:33.869]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd
2025-08-20T22:54:10.1163826Z [00:03:33.869]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd=>github.com/klauspost/compress@v1.17.11/zstd;$WORK/b370=>" -I $WORK/b370/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b370/fse_decoder_amd64.o ./fse_decoder_amd64.s
2025-08-20T22:54:10.1223778Z [00:03:33.875]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd=>github.com/klauspost/compress@v1.17.11/zstd;$WORK/b370=>" -I $WORK/b370/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b370/matchlen_amd64.o ./matchlen_amd64.s
2025-08-20T22:54:10.1278091Z [00:03:33.880]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd=>github.com/klauspost/compress@v1.17.11/zstd;$WORK/b370=>" -I $WORK/b370/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b370/seqdec_amd64.o ./seqdec_amd64.s
2025-08-20T22:54:10.1471182Z [00:03:33.900]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T22:54:10.1486119Z [00:03:33.901]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/07/075a48177021ce2d678d8ffffab461838f7bbc278f0c737cc41945de0e59b45d-d # internal
2025-08-20T22:54:10.1493849Z [00:03:33.902]➜  github.com/jellydator/ttlcache/v3
2025-08-20T22:54:10.1498102Z [00:03:33.903]➜  mkdir -p $WORK/b408/
2025-08-20T22:54:10.1507333Z [00:03:33.903]➜  cat >/tmp/go-build2831371785/b408/importcfg << 'EOF' # internal
2025-08-20T22:54:10.1508241Z [00:03:33.903]➜  # import config
2025-08-20T22:54:10.1509103Z [00:03:33.903]➜  packagefile container/heap=/tmp/go-build2831371785/b403/_pkg_.a
2025-08-20T22:54:10.1511194Z [00:03:33.903]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T22:54:10.1517575Z [00:03:33.903]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.1519791Z [00:03:33.903]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.1522350Z [00:03:33.903]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build2831371785/b409/_pkg_.a
2025-08-20T22:54:10.1523849Z [00:03:33.904]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.1526200Z [00:03:33.904]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.1527418Z [00:03:33.904]➜  EOF
2025-08-20T22:54:10.1529692Z [00:03:33.905]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:10.1538280Z [00:03:33.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jellydator/ttlcache/v3@v3.1.0=>github.com/jellydator/ttlcache/v3@v3.1.0;$WORK/b408=>" -p github.com/jellydator/ttlcache/v3 -lang=go1.18 -complete -installsuffix shared -buildid qz_6kYfOG8C-1gIqmEfa/qz_6kYfOG8C-1gIqmEfa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/github.com/jellydator/ttlcache/v3@v3.1.0/cache.go /root/go/pkg/mod/github.com/jellydator/ttlcache/v3@v3.1.0/expiration_queue.go /root/go/pkg/mod/github.com/jellydator/ttlcache/v3@v3.1.0/item.go /root/go/pkg/mod/github.com/jellydator/ttlcache/v3@v3.1.0/metrics.go /root/go/pkg/mod/github.com/jellydator/ttlcache/v3@v3.1.0/options.go
2025-08-20T22:54:10.1641172Z [00:03:33.917]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.11/zstd
2025-08-20T22:54:10.1646700Z [00:03:33.917]➜  go tool pack r $WORK/b370/_pkg_.a $WORK/b370/fse_decoder_amd64.o $WORK/b370/matchlen_amd64.o $WORK/b370/seqdec_amd64.o # internal
2025-08-20T22:54:10.1647718Z [00:03:33.917]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T22:54:10.1758690Z [00:03:33.929]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T22:54:10.1833113Z [00:03:33.936]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/21/2156b60d518270aada8a7c6287b7e4233ee8cfb65174be0ef3f998ffc07266c0-d # internal
2025-08-20T22:54:10.1861737Z [00:03:33.939]➜  tailscale.com/drive/driveimpl/shared
2025-08-20T22:54:10.1865968Z [00:03:33.939]➜  mkdir -p $WORK/b411/
2025-08-20T22:54:10.1866699Z [00:03:33.939]➜  cat >/tmp/go-build2831371785/b411/importcfg << 'EOF' # internal
2025-08-20T22:54:10.1867341Z [00:03:33.939]➜  # import config
2025-08-20T22:54:10.1868345Z [00:03:33.939]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.1869846Z [00:03:33.939]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.1871356Z [00:03:33.939]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:10.1881171Z [00:03:33.939]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.1882533Z [00:03:33.939]➜  packagefile github.com/tailscale/xnet/webdav=/tmp/go-build2831371785/b402/_pkg_.a
2025-08-20T22:54:10.1883868Z [00:03:33.939]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.1885499Z [00:03:33.939]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:10.1887137Z [00:03:33.939]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:10.1888731Z [00:03:33.939]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.1890323Z [00:03:33.939]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:10.1892000Z [00:03:33.939]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:10.1894045Z [00:03:33.939]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.1895930Z [00:03:33.939]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.1896934Z [00:03:33.939]➜  EOF
2025-08-20T22:54:10.1897521Z [00:03:33.941]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:10.1902706Z [00:03:33.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared=>tailscale.com/drive/driveimpl/shared;$WORK/b411=>" -p tailscale.com/drive/driveimpl/shared -lang=go1.24 -complete -installsuffix shared -buildid _wSn6MqqvpxmpQAo5XoQ/_wSn6MqqvpxmpQAo5XoQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/pathutil.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/readonlydir.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/stat.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/xml.go
2025-08-20T22:54:10.1930599Z [00:03:33.945]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T22:54:10.1931928Z [00:03:33.946]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/b8/b870709ef6cf47fc1483b297840b7f5243920faabd4a68a8d16ab1c1d1c98815-d # internal
2025-08-20T22:54:10.1942567Z [00:03:33.947]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/75/75bf63c2db164b470ef17ad567c4a06a135dfd2d4927c3a66e6f0d477db873cc-d # internal
2025-08-20T22:54:10.1978468Z [00:03:33.950]➜  tailscale.com/util/zstdframe
2025-08-20T22:54:10.1983204Z [00:03:33.951]➜  mkdir -p $WORK/b369/
2025-08-20T22:54:10.1988176Z [00:03:33.951]➜  cat >/tmp/go-build2831371785/b369/importcfg << 'EOF' # internal
2025-08-20T22:54:10.1990051Z [00:03:33.951]➜  # import config
2025-08-20T22:54:10.1992475Z [00:03:33.951]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:10.1994496Z [00:03:33.951]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2831371785/b370/_pkg_.a
2025-08-20T22:54:10.1997361Z [00:03:33.951]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.1999062Z [00:03:33.951]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:10.2000720Z [00:03:33.951]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:10.2002391Z [00:03:33.951]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.2004180Z [00:03:33.951]➜  packagefile tailscale.com/util/must=/root/.cache/go-build/43/43c81b48660cb2409d74f3e6cc388d802e71db164e357ce2b5c5ee87fc253bef-d
2025-08-20T22:54:10.2011335Z [00:03:33.951]➜  EOF
2025-08-20T22:54:10.2011926Z [00:03:33.951]➜  github.com/tailscale/peercred
2025-08-20T22:54:10.2012520Z [00:03:33.951]➜  mkdir -p $WORK/b421/
2025-08-20T22:54:10.2016515Z [00:03:33.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe=>tailscale.com/util/zstdframe;$WORK/b369=>" -p tailscale.com/util/zstdframe -lang=go1.24 -complete -installsuffix shared -buildid dEuZZm4sF3MctJwm8S2-/dEuZZm4sF3MctJwm8S2- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/options.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/zstd.go
2025-08-20T22:54:10.2020034Z [00:03:33.954]➜  cat >/tmp/go-build2831371785/b421/importcfg << 'EOF' # internal
2025-08-20T22:54:10.2020722Z [00:03:33.954]➜  # import config
2025-08-20T22:54:10.2021845Z [00:03:33.954]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.2023462Z [00:03:33.954]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.2025711Z [00:03:33.954]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:10.2027438Z [00:03:33.954]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:10.2029063Z [00:03:33.954]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.2030709Z [00:03:33.954]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:10.2031738Z [00:03:33.954]➜  EOF
2025-08-20T22:54:10.2051440Z [00:03:33.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/peercred@v0.0.0-20250107143737-35a0c7bd7edc=>github.com/tailscale/peercred@v0.0.0-20250107143737-35a0c7bd7edc;$WORK/b421=>" -p github.com/tailscale/peercred -lang=go1.18 -complete -installsuffix shared -buildid 8EL5EqqqKIVMAw6CA1s3/8EL5EqqqKIVMAw6CA1s3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/tailscale/peercred@v0.0.0-20250107143737-35a0c7bd7edc/peercred.go /root/go/pkg/mod/github.com/tailscale/peercred@v0.0.0-20250107143737-35a0c7bd7edc/peercred_linux.go
2025-08-20T22:54:10.2525358Z [00:03:34.005]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T22:54:10.2537836Z [00:03:34.006]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/92/9264e3dfaffe5c9f8fcd5e830be325e6db15421a5110f3cb4598bcd3af552512-d # internal
2025-08-20T22:54:10.2570808Z [00:03:34.010]➜  tailscale.com/drive/driveimpl/dirfs
2025-08-20T22:54:10.2571656Z [00:03:34.010]➜  mkdir -p $WORK/b410/
2025-08-20T22:54:10.2579709Z [00:03:34.010]➜  cat >/tmp/go-build2831371785/b410/importcfg << 'EOF' # internal
2025-08-20T22:54:10.2580468Z [00:03:34.010]➜  # import config
2025-08-20T22:54:10.2581576Z [00:03:34.010]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.2582957Z [00:03:34.011]➜  packagefile github.com/tailscale/xnet/webdav=/tmp/go-build2831371785/b402/_pkg_.a
2025-08-20T22:54:10.2584374Z [00:03:34.011]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:10.2586185Z [00:03:34.011]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.2587792Z [00:03:34.011]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:10.2589421Z [00:03:34.011]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:10.2590851Z [00:03:34.011]➜  packagefile tailscale.com/drive/driveimpl/shared=/tmp/go-build2831371785/b411/_pkg_.a
2025-08-20T22:54:10.2592350Z [00:03:34.011]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:10.2593910Z [00:03:34.011]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.2594799Z [00:03:34.011]➜  EOF
2025-08-20T22:54:10.2600978Z [00:03:34.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs=>tailscale.com/drive/driveimpl/dirfs;$WORK/b410=>" -p tailscale.com/drive/driveimpl/dirfs -lang=go1.24 -complete -installsuffix shared -buildid kLT6EESZWWVn7jYVMlG6/kLT6EESZWWVn7jYVMlG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/dirfs.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/mkdir.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/openfile.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/removeall.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/rename.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/stat.go
2025-08-20T22:54:10.2873398Z [00:03:34.038]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T22:54:10.2874966Z [00:03:34.039]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/91/91b3347383dbf41cca8e6a6b108cb5d463a5b8af902732acb6ddc7764864a588-d # internal
2025-08-20T22:54:10.2876292Z [00:03:34.039]➜  tailscale.com/util/winutil
2025-08-20T22:54:10.2876864Z [00:03:34.039]➜  mkdir -p $WORK/b423/
2025-08-20T22:54:10.2877605Z [00:03:34.039]➜  cat >/tmp/go-build2831371785/b423/importcfg << 'EOF' # internal
2025-08-20T22:54:10.2878289Z [00:03:34.039]➜  # import config
2025-08-20T22:54:10.2879447Z [00:03:34.039]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.2881065Z [00:03:34.039]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.2882698Z [00:03:34.039]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:10.2884320Z [00:03:34.039]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.2899005Z [00:03:34.040]➜  EOF
2025-08-20T22:54:10.2903651Z [00:03:34.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil=>tailscale.com/util/winutil;$WORK/b423=>" -p tailscale.com/util/winutil -lang=go1.24 -complete -installsuffix shared -buildid Uvlo2UGuuNurVqcb9CZF/Uvlo2UGuuNurVqcb9CZF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/mksyscall.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil_notwindows.go
2025-08-20T22:54:10.3214170Z [00:03:34.074]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T22:54:10.3231170Z [00:03:34.075]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/71/71e6e6f6d2151d20b4061e5b94368f54313de456653cdb2e7f19ac99331b381d-d # internal
2025-08-20T22:54:10.3232468Z [00:03:34.075]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T22:54:10.3233131Z [00:03:34.075]➜  tailscale.com/ipn/ipnauth
2025-08-20T22:54:10.3233686Z [00:03:34.075]➜  mkdir -p $WORK/b420/
2025-08-20T22:54:10.3251661Z [00:03:34.078]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/cb/cbc2713b6355216cbc42ac2232cc3aedf99bd89dc2b3540edb9945387cc6d7e6-d # internal
2025-08-20T22:54:10.3262346Z [00:03:34.078]➜  cat >/tmp/go-build2831371785/b420/importcfg << 'EOF' # internal
2025-08-20T22:54:10.3263143Z [00:03:34.078]➜  # import config
2025-08-20T22:54:10.3264349Z [00:03:34.078]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:10.3266193Z [00:03:34.078]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.3267906Z [00:03:34.078]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:10.3269580Z [00:03:34.078]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.3271166Z [00:03:34.078]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.3272509Z [00:03:34.078]➜  packagefile github.com/tailscale/peercred=/tmp/go-build2831371785/b421/_pkg_.a
2025-08-20T22:54:10.3273921Z [00:03:34.078]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.3275708Z [00:03:34.078]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:10.3284480Z [00:03:34.078]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.3286400Z [00:03:34.078]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:10.3288049Z [00:03:34.078]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.3289648Z [00:03:34.078]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:10.3291607Z [00:03:34.078]➜  packagefile tailscale.com/client/tailscale/apitype=/root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d
2025-08-20T22:54:10.3293647Z [00:03:34.078]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:10.3295725Z [00:03:34.078]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:10.3297697Z [00:03:34.078]➜  packagefile tailscale.com/safesocket=/root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d
2025-08-20T22:54:10.3299622Z [00:03:34.078]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:10.3301595Z [00:03:34.078]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:10.3303596Z [00:03:34.078]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:10.3310265Z [00:03:34.078]➜  packagefile tailscale.com/util/groupmember=/root/.cache/go-build/26/2679d97e4c1cb89823540833d0f915d7a60c1187f9e42179edab3fbee2b156ef-d
2025-08-20T22:54:10.3312365Z [00:03:34.078]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:10.3313909Z [00:03:34.078]➜  packagefile tailscale.com/util/winutil=/tmp/go-build2831371785/b423/_pkg_.a
2025-08-20T22:54:10.3315681Z [00:03:34.078]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:10.3316880Z [00:03:34.078]➜  EOF
2025-08-20T22:54:10.3322578Z [00:03:34.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth=>tailscale.com/ipn/ipnauth;$WORK/b420=>" -p tailscale.com/ipn/ipnauth -lang=go1.24 -complete -installsuffix shared -buildid RKblBKpjQzbiVAkHi20x/RKblBKpjQzbiVAkHi20x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/access.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/actor.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth_notwindows.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/policy.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/self.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/test_actor.go
2025-08-20T22:54:10.3351325Z [00:03:34.079]➜  tailscale.com/drive/driveimpl/compositedav
2025-08-20T22:54:10.3351976Z [00:03:34.079]➜  mkdir -p $WORK/b407/
2025-08-20T22:54:10.3352720Z [00:03:34.081]➜  cat >/tmp/go-build2831371785/b407/importcfg << 'EOF' # internal
2025-08-20T22:54:10.3353419Z [00:03:34.081]➜  # import config
2025-08-20T22:54:10.3354547Z [00:03:34.081]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.3356398Z [00:03:34.081]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:10.3358102Z [00:03:34.081]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.3359882Z [00:03:34.081]➜  packagefile github.com/jellydator/ttlcache/v3=/tmp/go-build2831371785/b408/_pkg_.a
2025-08-20T22:54:10.3361110Z [00:03:34.081]➜  packagefile github.com/tailscale/xnet/webdav=/tmp/go-build2831371785/b402/_pkg_.a
2025-08-20T22:54:10.3362521Z [00:03:34.081]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:10.3364192Z [00:03:34.081]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:10.3366035Z [00:03:34.081]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:10.3367799Z [00:03:34.081]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:10.3369550Z [00:03:34.081]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:10.3371196Z [00:03:34.081]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:10.3372777Z [00:03:34.081]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:10.3374404Z [00:03:34.081]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:10.3376287Z [00:03:34.081]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:10.3377928Z [00:03:34.081]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.3379620Z [00:03:34.081]➜  packagefile tailscale.com/drive/driveimpl/dirfs=/tmp/go-build2831371785/b410/_pkg_.a
2025-08-20T22:54:10.3380932Z [00:03:34.081]➜  packagefile tailscale.com/drive/driveimpl/shared=/tmp/go-build2831371785/b411/_pkg_.a
2025-08-20T22:54:10.3382528Z [00:03:34.081]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:10.3384454Z [00:03:34.081]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:10.3386450Z [00:03:34.081]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.3387423Z [00:03:34.081]➜  EOF
2025-08-20T22:54:10.3392434Z [00:03:34.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav=>tailscale.com/drive/driveimpl/compositedav;$WORK/b407=>" -p tailscale.com/drive/driveimpl/compositedav -lang=go1.24 -complete -installsuffix shared -buildid 3MEfGNJqlruhjaAiXRWG/3MEfGNJqlruhjaAiXRWG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/compositedav.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/rewriting.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/stat_cache.go
2025-08-20T22:54:10.4820400Z [00:03:34.235]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T22:54:10.4877090Z [00:03:34.240]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/eb/eb40881b3a8608bd7af0bff0ddce628ba3b3f182990ceae84168e0939622843e-d # internal
2025-08-20T22:54:10.4887599Z [00:03:34.241]➜  tailscale.com/logtail
2025-08-20T22:54:10.4888591Z [00:03:34.241]➜  mkdir -p $WORK/b366/
2025-08-20T22:54:10.4891180Z [00:03:34.241]➜  cat >/tmp/go-build2831371785/b366/importcfg << 'EOF' # internal
2025-08-20T22:54:10.4892220Z [00:03:34.241]➜  # import config
2025-08-20T22:54:10.4900275Z [00:03:34.241]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.4902315Z [00:03:34.241]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:10.4903877Z [00:03:34.241]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.4905782Z [00:03:34.241]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:10.4907478Z [00:03:34.241]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:10.4909158Z [00:03:34.241]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.4926158Z [00:03:34.241]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.4928070Z [00:03:34.241]➜  packagefile github.com/go-json-experiment/json/jsontext=/root/.cache/go-build/c7/c75de55e85f61b4aedbf8cb16519ccb7f9bd1091e9ff1b1defdaf3d720a3c93d-d
2025-08-20T22:54:10.4929959Z [00:03:34.241]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.4931613Z [00:03:34.241]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:10.4933194Z [00:03:34.241]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T22:54:10.4934871Z [00:03:34.241]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:10.4937332Z [00:03:34.241]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.4938953Z [00:03:34.241]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.4940532Z [00:03:34.241]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:10.4942109Z [00:03:34.241]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:10.4943681Z [00:03:34.241]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.4945495Z [00:03:34.241]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:10.4947299Z [00:03:34.241]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:10.4949130Z [00:03:34.241]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:10.4951010Z [00:03:34.241]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:10.4952864Z [00:03:34.241]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:10.4954714Z [00:03:34.241]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:10.4956402Z [00:03:34.241]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:10.4957857Z [00:03:34.241]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:10.4959737Z [00:03:34.241]➜  packagefile tailscale.com/util/truncate=/root/.cache/go-build/6b/6bb8cd04a319558b83bbcebb0b68a15c87d07997439b6e5d86e642b867bbb0f2-d
2025-08-20T22:54:10.4961629Z [00:03:34.241]➜  packagefile tailscale.com/util/zstdframe=/tmp/go-build2831371785/b369/_pkg_.a
2025-08-20T22:54:10.4963069Z [00:03:34.241]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.4964100Z [00:03:34.241]➜  EOF
2025-08-20T22:54:10.4967771Z [00:03:34.241]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/logtail=>tailscale.com/logtail;$WORK/b366=>" -p tailscale.com/logtail -lang=go1.24 -complete -installsuffix shared -buildid XzDeEJH38iI49nhzhF6u/XzDeEJH38iI49nhzhF6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/logtail/buffer.go /tmp/tmp.49iCb1EC53/TEMPREPO/logtail/logtail.go
2025-08-20T22:54:10.5245011Z [00:03:34.277]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T22:54:10.5288766Z [00:03:34.281]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/18/18b88e777a8eee39067e2e3c5908bdbe3cd3116e5412a279da1e43722c4c054f-d # internal
2025-08-20T22:54:10.5299864Z [00:03:34.282]➜  crypto/mlkem
2025-08-20T22:54:10.5300387Z [00:03:34.282]➜  mkdir -p $WORK/b426/
2025-08-20T22:54:10.5301111Z [00:03:34.282]➜  cat >/tmp/go-build2831371785/b426/importcfg << 'EOF' # internal
2025-08-20T22:54:10.5301784Z [00:03:34.282]➜  # import config
2025-08-20T22:54:10.5303073Z [00:03:34.282]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T22:54:10.5304205Z [00:03:34.282]➜  EOF
2025-08-20T22:54:10.5329277Z [00:03:34.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b426=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid KqkmcQiOurqlGwIgMONU/KqkmcQiOurqlGwIgMONU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T22:54:10.5523754Z [00:03:34.305]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T22:54:10.5539793Z [00:03:34.307]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d # internal
2025-08-20T22:54:10.5542084Z [00:03:34.307]➜  golang.org/x/crypto/blowfish
2025-08-20T22:54:10.5544274Z [00:03:34.307]➜  mkdir -p $WORK/b428/
2025-08-20T22:54:10.5549677Z [00:03:34.308]➜  cat >/tmp/go-build2831371785/b428/importcfg << 'EOF' # internal
2025-08-20T22:54:10.5551103Z [00:03:34.308]➜  # import config
2025-08-20T22:54:10.5555718Z [00:03:34.308]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:10.5556731Z [00:03:34.308]➜  EOF
2025-08-20T22:54:10.5561015Z [00:03:34.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish=>golang.org/x/crypto@v0.38.0/blowfish;$WORK/b428=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid MHYItsC5FD7vKHXeGBJ7/MHYItsC5FD7vKHXeGBJ7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blowfish/const.go
2025-08-20T22:54:10.6015561Z [00:03:34.354]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T22:54:10.6022930Z [00:03:34.355]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/7b/7b8902e83c83d963202b28005ec2826264e9c3968147e07e5b8ddf0e5522bd10-d # internal
2025-08-20T22:54:10.6034161Z [00:03:34.355]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T22:54:10.6034886Z [00:03:34.356]➜  mkdir -p $WORK/b427/
2025-08-20T22:54:10.6035911Z [00:03:34.356]➜  cat >/tmp/go-build2831371785/b427/importcfg << 'EOF' # internal
2025-08-20T22:54:10.6036590Z [00:03:34.356]➜  # import config
2025-08-20T22:54:10.6037724Z [00:03:34.356]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T22:54:10.6039703Z [00:03:34.356]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.6041051Z [00:03:34.356]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2831371785/b428/_pkg_.a
2025-08-20T22:54:10.6041810Z [00:03:34.356]➜  EOF
2025-08-20T22:54:10.6042356Z [00:03:34.356]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T22:54:10.6047889Z [00:03:34.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.38.0/ssh/internal/bcrypt_pbkdf;$WORK/b427=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid 818JIDYBWuI7vCZGxVug/818JIDYBWuI7vCZGxVug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T22:54:10.6077381Z [00:03:34.360]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/6d/6d8a63166fc892243281cc2f449204c1452814ed676a94a9731ff05b2e2bd34a-d # internal
2025-08-20T22:54:10.6079275Z [00:03:34.361]➜  tailscale.com/drive/driveimpl
2025-08-20T22:54:10.6080636Z [00:03:34.361]➜  mkdir -p $WORK/b400/
2025-08-20T22:54:10.6088131Z [00:03:34.361]➜  cat >/tmp/go-build2831371785/b400/importcfg << 'EOF' # internal
2025-08-20T22:54:10.6089808Z [00:03:34.361]➜  # import config
2025-08-20T22:54:10.6091056Z [00:03:34.361]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:10.6094953Z [00:03:34.361]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.6097127Z [00:03:34.361]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:10.6098781Z [00:03:34.361]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T22:54:10.6100455Z [00:03:34.361]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:10.6102022Z [00:03:34.361]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.6103236Z [00:03:34.361]➜  packagefile github.com/djherbis/times=/tmp/go-build2831371785/b401/_pkg_.a
2025-08-20T22:54:10.6104366Z [00:03:34.361]➜  packagefile github.com/tailscale/xnet/webdav=/tmp/go-build2831371785/b402/_pkg_.a
2025-08-20T22:54:10.6105948Z [00:03:34.361]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:10.6107514Z [00:03:34.361]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:10.6109046Z [00:03:34.361]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:10.6110685Z [00:03:34.361]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:10.6112294Z [00:03:34.361]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:10.6113927Z [00:03:34.361]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:10.6140928Z [00:03:34.361]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:10.6142701Z [00:03:34.361]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.6144352Z [00:03:34.361]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:10.6146655Z [00:03:34.361]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:10.6148270Z [00:03:34.361]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:10.6149880Z [00:03:34.362]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:10.6151502Z [00:03:34.362]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.6153152Z [00:03:34.362]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:10.6155296Z [00:03:34.362]➜  packagefile tailscale.com/drive=/root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d
2025-08-20T22:54:10.6156951Z [00:03:34.362]➜  packagefile tailscale.com/drive/driveimpl/compositedav=/tmp/go-build2831371785/b407/_pkg_.a
2025-08-20T22:54:10.6158262Z [00:03:34.362]➜  packagefile tailscale.com/drive/driveimpl/dirfs=/tmp/go-build2831371785/b410/_pkg_.a
2025-08-20T22:54:10.6159475Z [00:03:34.362]➜  packagefile tailscale.com/drive/driveimpl/shared=/tmp/go-build2831371785/b411/_pkg_.a
2025-08-20T22:54:10.6160976Z [00:03:34.362]➜  packagefile tailscale.com/safesocket=/root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d
2025-08-20T22:54:10.6162782Z [00:03:34.362]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:10.6164787Z [00:03:34.362]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.6165998Z [00:03:34.362]➜  EOF
2025-08-20T22:54:10.6171052Z [00:03:34.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl=>tailscale.com/drive/driveimpl;$WORK/b400=>" -p tailscale.com/drive/driveimpl -lang=go1.24 -complete -installsuffix shared -buildid mYrMA3kTQhb6pBNK05k1/mYrMA3kTQhb6pBNK05k1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/birthtiming.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/connlistener.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/fileserver.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/local_impl.go /tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/remote_impl.go
2025-08-20T22:54:10.6248959Z [00:03:34.377]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T22:54:10.6269245Z [00:03:34.378]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/00/00c6a5a1e06c61b4e15200e9fe835e4dba7bd2e98fc4309dff31344f584a6f8b-d # internal
2025-08-20T22:54:10.6270489Z [00:03:34.379]➜  golang.org/x/crypto/ssh
2025-08-20T22:54:10.6271172Z [00:03:34.380]➜  mkdir -p $WORK/b425/
2025-08-20T22:54:10.6280319Z [00:03:34.380]➜  cat >/tmp/go-build2831371785/b425/importcfg << 'EOF' # internal
2025-08-20T22:54:10.6302159Z [00:03:34.381]➜  # import config
2025-08-20T22:54:10.6303294Z [00:03:34.381]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:10.6304926Z [00:03:34.381]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.6306814Z [00:03:34.381]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.6308446Z [00:03:34.381]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:10.6310133Z [00:03:34.381]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T22:54:10.6316663Z [00:03:34.384]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T22:54:10.6319479Z [00:03:34.384]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T22:54:10.6321460Z [00:03:34.384]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T22:54:10.6323499Z [00:03:34.384]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T22:54:10.6327492Z [00:03:34.384]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T22:54:10.6329254Z [00:03:34.384]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T22:54:10.6330954Z [00:03:34.384]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:10.6332605Z [00:03:34.384]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T22:54:10.6333849Z [00:03:34.384]➜  packagefile crypto/mlkem=/tmp/go-build2831371785/b426/_pkg_.a
2025-08-20T22:54:10.6335491Z [00:03:34.384]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:10.6337281Z [00:03:34.384]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T22:54:10.6338945Z [00:03:34.384]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:10.6340878Z [00:03:34.384]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T22:54:10.6342614Z [00:03:34.384]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:10.6344316Z [00:03:34.384]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T22:54:10.6346276Z [00:03:34.384]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T22:54:10.6347952Z [00:03:34.384]➜  packagefile crypto/x509=/root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d
2025-08-20T22:54:10.6349627Z [00:03:34.384]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T22:54:10.6351346Z [00:03:34.384]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:10.6353089Z [00:03:34.384]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:10.6354802Z [00:03:34.384]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:10.6356709Z [00:03:34.384]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T22:54:10.6358376Z [00:03:34.384]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.6359969Z [00:03:34.384]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.6361737Z [00:03:34.384]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/2f/2f9426a274bfba287f4deb3a11ab5d0bf885d793c4a6255780b9358fff60d9b5-d
2025-08-20T22:54:10.6363690Z [00:03:34.384]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/33/33f83579d754ce42550bec24133d305e2052b08ef0886ee8a9b44c907bacfec7-d
2025-08-20T22:54:10.6366585Z [00:03:34.384]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/57/57a3fdda5bd7f5cecd8b84e4ccb7e54abf3f70bdf045e4ad6b9b42f0e8bbab73-d
2025-08-20T22:54:10.6368368Z [00:03:34.384]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2831371785/b427/_pkg_.a
2025-08-20T22:54:10.6369841Z [00:03:34.384]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:10.6371412Z [00:03:34.384]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.6372974Z [00:03:34.384]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:10.6374504Z [00:03:34.384]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:10.6382570Z [00:03:34.384]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:10.6385781Z [00:03:34.384]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T22:54:10.6387384Z [00:03:34.384]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:10.6388923Z [00:03:34.384]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.6390513Z [00:03:34.384]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:10.6392357Z [00:03:34.384]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.6393861Z [00:03:34.384]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:10.6395550Z [00:03:34.384]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:10.6396963Z [00:03:34.384]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:10.6398375Z [00:03:34.384]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:10.6399797Z [00:03:34.384]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.6401244Z [00:03:34.384]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:10.6402645Z [00:03:34.384]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.6403716Z [00:03:34.384]➜  EOF
2025-08-20T22:54:10.6414577Z [00:03:34.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh=>golang.org/x/crypto@v0.38.0/ssh;$WORK/b425=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid fl9pLtC-eW6J_CzpNJHa/fl9pLtC-eW6J_CzpNJHa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ssh/transport.go
2025-08-20T22:54:10.6425061Z [00:03:34.391]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T22:54:10.7006042Z [00:03:34.453]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/18/188dcc757c53e910b02def8d5b9a915a5b24213f670ccab441a58c7fe17d9131-d # internal
2025-08-20T22:54:10.7007277Z [00:03:34.453]➜  golang.org/x/net/http2/h2c
2025-08-20T22:54:10.7007842Z [00:03:34.453]➜  mkdir -p $WORK/b429/
2025-08-20T22:54:10.7008567Z [00:03:34.453]➜  cat >/tmp/go-build2831371785/b429/importcfg << 'EOF' # internal
2025-08-20T22:54:10.7009239Z [00:03:34.453]➜  # import config
2025-08-20T22:54:10.7010337Z [00:03:34.453]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:10.7011951Z [00:03:34.453]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.7013648Z [00:03:34.453]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:10.7015443Z [00:03:34.453]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.7017029Z [00:03:34.453]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.7018833Z [00:03:34.453]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/cb/cbd616b8bc9dbc18f39ef0f51bb9da0221839832f1dc5eb42a2256e603cd10f5-d
2025-08-20T22:54:10.7020743Z [00:03:34.453]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/16/1612404a0eb534aa6877bc0be2c844b34ce92f5abe5ccde0a33e0b22edfb3881-d
2025-08-20T22:54:10.7022432Z [00:03:34.453]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.7024006Z [00:03:34.453]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:10.7025730Z [00:03:34.453]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:10.7027350Z [00:03:34.453]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:10.7029430Z [00:03:34.453]➜  packagefile net/textproto=/root/.cache/go-build/11/11def6541fa1079f759dcc36fd3f77fb32fbcc4dbdd8c7e9aa80af095163b0df-d
2025-08-20T22:54:10.7031067Z [00:03:34.453]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.7032655Z [00:03:34.453]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:10.7033655Z [00:03:34.453]➜  EOF
2025-08-20T22:54:10.7037087Z [00:03:34.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/h2c=>golang.org/x/net@v0.40.0/http2/h2c;$WORK/b429=>" -p golang.org/x/net/http2/h2c -lang=go1.23 -complete -installsuffix shared -buildid 9r0UHQpgJbeosD8GrqDq/9r0UHQpgJbeosD8GrqDq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.40.0/http2/h2c/h2c.go
2025-08-20T22:54:10.7969908Z [00:03:34.550]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T22:54:10.7999330Z [00:03:34.553]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/eb/ebca511af657202d3d21596e976ac6a467860bfb5bf573e9c8c28b6ba5dee66f-d # internal
2025-08-20T22:54:10.8004970Z [00:03:34.553]➜  gvisor.dev/gvisor/pkg/gohacks
2025-08-20T22:54:10.8005740Z [00:03:34.553]➜  mkdir -p $WORK/b434/
2025-08-20T22:54:10.8010792Z [00:03:34.554]➜  echo '# import config' > $WORK/b434/importcfg # internal
2025-08-20T22:54:10.8022735Z [00:03:34.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/gohacks=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/gohacks;$WORK/b434=>" -p gvisor.dev/gvisor/pkg/gohacks -lang=go1.23 -complete -installsuffix shared -buildid uzhU3tBuRW-Jui0VLXQx/uzhU3tBuRW-Jui0VLXQx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/gohacks/linkname_go113_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/gohacks/noescape_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/gohacks/slice_go120_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/gohacks/string_go120_unsafe.go
2025-08-20T22:54:10.8200600Z [00:03:34.573]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T22:54:10.8225668Z [00:03:34.575]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/76/76a57ce37a914b17c915878b8843a43133c464fb7b284b170c2090acd198024a-d # internal
2025-08-20T22:54:10.8232656Z [00:03:34.576]➜  gvisor.dev/gvisor/pkg/state/wire
2025-08-20T22:54:10.8237263Z [00:03:34.576]➜  mkdir -p $WORK/b433/
2025-08-20T22:54:10.8250732Z [00:03:34.578]➜  cat >/tmp/go-build2831371785/b433/importcfg << 'EOF' # internal
2025-08-20T22:54:10.8252583Z [00:03:34.578]➜  # import config
2025-08-20T22:54:10.8253704Z [00:03:34.578]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.8255359Z [00:03:34.578]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build2831371785/b434/_pkg_.a
2025-08-20T22:54:10.8256799Z [00:03:34.578]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.8258451Z [00:03:34.578]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:10.8259474Z [00:03:34.578]➜  EOF
2025-08-20T22:54:10.8269747Z [00:03:34.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/wire=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/wire;$WORK/b433=>" -p gvisor.dev/gvisor/pkg/state/wire -lang=go1.23 -complete -installsuffix shared -buildid MJiYkzyxwGBA-Yw9TcyT/MJiYkzyxwGBA-Yw9TcyT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/wire/wire.go
2025-08-20T22:54:10.8674177Z [00:03:34.620]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T22:54:10.8737451Z [00:03:34.626]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/2f/2fd3b853d3031ebc7817724aaf59785e1b4cbb1f1784af4a8236aa94ec3d1b9b-d # internal
2025-08-20T22:54:10.8905907Z [00:03:34.643]➜  tailscale.com/control/controlclient
2025-08-20T22:54:10.8907601Z [00:03:34.644]➜  mkdir -p $WORK/b321/
2025-08-20T22:54:10.8918794Z [00:03:34.645]➜  cat >/tmp/go-build2831371785/b321/importcfg << 'EOF' # internal
2025-08-20T22:54:10.8919682Z [00:03:34.645]➜  # import config
2025-08-20T22:54:10.8920837Z [00:03:34.645]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:10.8922462Z [00:03:34.645]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.8924068Z [00:03:34.645]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:10.8926045Z [00:03:34.645]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.8927648Z [00:03:34.645]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:10.8929328Z [00:03:34.645]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:10.8931341Z [00:03:34.645]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:10.8933008Z [00:03:34.645]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:10.8934484Z [00:03:34.645]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:10.8936352Z [00:03:34.645]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:10.8938027Z [00:03:34.645]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.8939633Z [00:03:34.645]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:10.8941419Z [00:03:34.645]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/16/1612404a0eb534aa6877bc0be2c844b34ce92f5abe5ccde0a33e0b22edfb3881-d
2025-08-20T22:54:10.8943187Z [00:03:34.645]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.8944818Z [00:03:34.646]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:10.8967379Z [00:03:34.646]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:10.8969009Z [00:03:34.646]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:10.8970567Z [00:03:34.646]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:10.8972164Z [00:03:34.646]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:10.8973826Z [00:03:34.646]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:10.8975623Z [00:03:34.646]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:10.8977477Z [00:03:34.646]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:10.8979050Z [00:03:34.646]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:10.8980661Z [00:03:34.646]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.8982257Z [00:03:34.646]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:10.8983862Z [00:03:34.646]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:10.8985638Z [00:03:34.646]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:10.8987248Z [00:03:34.646]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:10.8988817Z [00:03:34.646]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.8990269Z [00:03:34.646]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:10.8991979Z [00:03:34.646]➜  packagefile tailscale.com/control/controlhttp=/root/.cache/go-build/8b/8bff11d2079e2e6180a4b8f88f2be88928343e9ea3e3558cd9a71e2ca3e70665-d
2025-08-20T22:54:10.8993965Z [00:03:34.646]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:10.8996400Z [00:03:34.646]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:10.8998249Z [00:03:34.646]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:10.9000045Z [00:03:34.646]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:10.9001948Z [00:03:34.646]➜  packagefile tailscale.com/internal/noiseconn=/root/.cache/go-build/00/007abc4ee2bb0da5fb3c7cf5390b8e905749e039bd3e2fb3fdea018c86f50676-d
2025-08-20T22:54:10.9003879Z [00:03:34.646]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:10.9005515Z [00:03:34.646]➜  packagefile tailscale.com/logtail=/tmp/go-build2831371785/b366/_pkg_.a
2025-08-20T22:54:10.9006652Z [00:03:34.646]➜  packagefile tailscale.com/logtail/backoff=/tmp/go-build2831371785/b378/_pkg_.a
2025-08-20T22:54:10.9008192Z [00:03:34.646]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:10.9010129Z [00:03:34.646]➜  packagefile tailscale.com/net/dnsfallback=/root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d
2025-08-20T22:54:10.9012012Z [00:03:34.646]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:10.9013973Z [00:03:34.646]➜  packagefile tailscale.com/net/netutil=/root/.cache/go-build/32/328fcaca351984aed01ebb26beee256b4ca10cd26d9258a3c7d38676e91c775c-d
2025-08-20T22:54:10.9016293Z [00:03:34.646]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:10.9018280Z [00:03:34.646]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:10.9020272Z [00:03:34.646]➜  packagefile tailscale.com/net/tlsdial=/root/.cache/go-build/7b/7bb3be395476dc0f2b47e9b34586795bd795435a77c02a324ed25f1a967536b8-d
2025-08-20T22:54:10.9022155Z [00:03:34.646]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:10.9023710Z [00:03:34.646]➜  packagefile tailscale.com/net/tshttpproxy=/root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d
2025-08-20T22:54:10.9025831Z [00:03:34.646]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:10.9027320Z [00:03:34.646]➜  packagefile tailscale.com/tempfork/httprec=/tmp/go-build2831371785/b383/_pkg_.a
2025-08-20T22:54:10.9028816Z [00:03:34.646]➜  packagefile tailscale.com/tka=/root/.cache/go-build/58/586b02370ca9aa5ba57cfe7a83acf9c9ba57b96378fa42690aaef0d5ed978ec8-d
2025-08-20T22:54:10.9030602Z [00:03:34.646]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:10.9032425Z [00:03:34.646]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:10.9034317Z [00:03:34.646]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:10.9036491Z [00:03:34.646]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:10.9038377Z [00:03:34.646]➜  packagefile tailscale.com/types/persist=/root/.cache/go-build/27/27dcf7bebf9a68fc23bbc57949852d31f3d753d2511e35575cb6e90e8e0d0c2a-d
2025-08-20T22:54:10.9040544Z [00:03:34.646]➜  packagefile tailscale.com/types/ptr=/root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d
2025-08-20T22:54:10.9042473Z [00:03:34.646]➜  packagefile tailscale.com/types/structs=/root/.cache/go-build/ac/ac1947944918a55de6e3d1242ceedcc5fc684236a079047c9f50d89b91a2350a-d
2025-08-20T22:54:10.9044348Z [00:03:34.646]➜  packagefile tailscale.com/types/tkatype=/root/.cache/go-build/2f/2f6c5ae6e4711573e527793a8f445c15698853032f5c193598ae138d7aa8517a-d
2025-08-20T22:54:10.9049304Z [00:03:34.646]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:10.9051270Z [00:03:34.646]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:10.9052803Z [00:03:34.646]➜  packagefile tailscale.com/util/execqueue=/tmp/go-build2831371785/b384/_pkg_.a
2025-08-20T22:54:10.9054305Z [00:03:34.646]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:10.9060189Z [00:03:34.646]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:10.9062054Z [00:03:34.646]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:10.9063943Z [00:03:34.646]➜  packagefile tailscale.com/util/singleflight=/root/.cache/go-build/06/0698803f083735e7515225990371ddca591e2fee230408cb0ae03852a39eec90-d
2025-08-20T22:54:10.9066050Z [00:03:34.646]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:10.9068039Z [00:03:34.646]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:10.9069554Z [00:03:34.646]➜  packagefile tailscale.com/util/systemd=/tmp/go-build2831371785/b385/_pkg_.a
2025-08-20T22:54:10.9071161Z [00:03:34.646]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:10.9072987Z [00:03:34.646]➜  packagefile tailscale.com/util/zstdframe=/tmp/go-build2831371785/b369/_pkg_.a
2025-08-20T22:54:10.9074175Z [00:03:34.646]➜  packagefile tailscale.com/wgengine/filter=/tmp/go-build2831371785/b387/_pkg_.a
2025-08-20T22:54:10.9075840Z [00:03:34.646]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.9076848Z [00:03:34.646]➜  EOF
2025-08-20T22:54:10.9084008Z [00:03:34.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient=>tailscale.com/control/controlclient;$WORK/b321=>" -p tailscale.com/control/controlclient -lang=go1.24 -complete -installsuffix shared -buildid BumCg_NJulHl41WEEKWg/BumCg_NJulHl41WEEKWg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/auto.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/client.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/direct.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/errors.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/map.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/noise.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign_unsupported.go /tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/status.go
2025-08-20T22:54:10.9129521Z [00:03:34.666]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T22:54:10.9166778Z [00:03:34.669]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T22:54:10.9180329Z [00:03:34.671]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/df/dff3f73725f4e456fc54b36ebd5b9ea22b1c9288c44123b67f8b78b00c31f7c4-d # internal
2025-08-20T22:54:10.9185765Z [00:03:34.671]➜  gvisor.dev/gvisor/pkg/state
2025-08-20T22:54:10.9186895Z [00:03:34.671]➜  mkdir -p $WORK/b432/
2025-08-20T22:54:10.9192482Z [00:03:34.672]➜  cat >/tmp/go-build2831371785/b432/importcfg << 'EOF' # internal
2025-08-20T22:54:10.9194756Z [00:03:34.672]➜  # import config
2025-08-20T22:54:10.9196384Z [00:03:34.672]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:10.9198225Z [00:03:34.672]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:10.9200793Z [00:03:34.672]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.9202052Z [00:03:34.672]➜  packagefile gvisor.dev/gvisor/pkg/state/wire=/tmp/go-build2831371785/b433/_pkg_.a
2025-08-20T22:54:10.9203348Z [00:03:34.672]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:10.9204894Z [00:03:34.672]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:10.9206745Z [00:03:34.672]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:10.9208312Z [00:03:34.672]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.9209832Z [00:03:34.672]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:10.9211375Z [00:03:34.672]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:10.9212367Z [00:03:34.672]➜  EOF
2025-08-20T22:54:10.9239709Z [00:03:34.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state;$WORK/b432=>" -p gvisor.dev/gvisor/pkg/state -lang=go1.23 -complete -installsuffix shared -buildid DMWiwpLDAiddCk9N9ZI5/DMWiwpLDAiddCk9N9ZI5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/addr_range.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/addr_set.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/complete_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/decode.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/decode_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/deferred_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/encode.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/encode_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/state_norace.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/stats.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/state/types.go
2025-08-20T22:54:10.9250869Z [00:03:34.675]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/ab/abf0dda9771bc49a72554558b368343169ebbdcb44510dbcd6a2021afbde08b0-d # internal
2025-08-20T22:54:10.9251892Z [00:03:34.675]➜  gvisor.dev/gvisor/pkg/sync
2025-08-20T22:54:10.9252395Z [00:03:34.675]➜  mkdir -p $WORK/b435/
2025-08-20T22:54:10.9252928Z [00:03:34.675]➜  echo -n > $WORK/b435/go_asm.h # internal
2025-08-20T22:54:10.9253747Z [00:03:34.676]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync
2025-08-20T22:54:10.9257302Z [00:03:34.676]➜  /root/.go/pkg/tool/linux_amd64/asm -p gvisor.dev/gvisor/pkg/sync -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync;$WORK/b435=>" -I $WORK/b435/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b435/symabis ./fence_amd64.s ./runtime_spinning_amd64.s
2025-08-20T22:54:10.9297279Z [00:03:34.682]➜  cat >/tmp/go-build2831371785/b435/importcfg << 'EOF' # internal
2025-08-20T22:54:10.9301621Z [00:03:34.682]➜  # import config
2025-08-20T22:54:10.9302681Z [00:03:34.682]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:10.9304007Z [00:03:34.682]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build2831371785/b434/_pkg_.a
2025-08-20T22:54:10.9305564Z [00:03:34.682]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:10.9307168Z [00:03:34.682]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:10.9308769Z [00:03:34.682]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:10.9310352Z [00:03:34.682]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:10.9311993Z [00:03:34.682]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:10.9313013Z [00:03:34.682]➜  EOF
2025-08-20T22:54:10.9313581Z [00:03:34.683]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:10.9332262Z [00:03:34.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync;$WORK/b435=>" -p gvisor.dev/gvisor/pkg/sync -lang=go1.23 -installsuffix shared -buildid ok0tDWHSxRO0nmKmASqW/ok0tDWHSxRO0nmKmASqW -goversion go1.25.0 -symabis $WORK/b435/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack -asmhdr $WORK/b435/go_asm.h /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/aliases.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/checklocks_off_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/fence.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/gate_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/goyield_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/mutex_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/nocopy.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/norace_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/runtime.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/runtime_amd64.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/runtime_constants.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/runtime_exectracer2.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/runtime_go124_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/runtime_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/rwmutex_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/seqcount.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/sync.go
2025-08-20T22:54:11.0840545Z [00:03:34.837]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync
2025-08-20T22:54:11.0846965Z [00:03:34.837]➜  /root/.go/pkg/tool/linux_amd64/asm -p gvisor.dev/gvisor/pkg/sync -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync;$WORK/b435=>" -I $WORK/b435/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b435/fence_amd64.o ./fence_amd64.s
2025-08-20T22:54:11.0886935Z [00:03:34.841]➜  /root/.go/pkg/tool/linux_amd64/asm -p gvisor.dev/gvisor/pkg/sync -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync;$WORK/b435=>" -I $WORK/b435/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b435/runtime_spinning_amd64.o ./runtime_spinning_amd64.s
2025-08-20T22:54:11.0918085Z [00:03:34.844]➜  go tool pack r $WORK/b435/_pkg_.a $WORK/b435/fence_amd64.o $WORK/b435/runtime_spinning_amd64.o # internal
2025-08-20T22:54:11.0921996Z [00:03:34.845]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T22:54:11.0958233Z [00:03:34.848]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/02/0204c2e4804dba14fc62958778f6c1ae7113b1a6985c426564d5f47b51475f11-d # internal
2025-08-20T22:54:11.0964944Z [00:03:34.849]➜  gvisor.dev/gvisor/pkg/bits
2025-08-20T22:54:11.0973533Z [00:03:34.849]➜  mkdir -p $WORK/b437/
2025-08-20T22:54:11.0974177Z [00:03:34.849]➜  echo -n > $WORK/b437/go_asm.h # internal
2025-08-20T22:54:11.0975072Z [00:03:34.849]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits
2025-08-20T22:54:11.0978344Z [00:03:34.849]➜  /root/.go/pkg/tool/linux_amd64/asm -p gvisor.dev/gvisor/pkg/bits -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits;$WORK/b437=>" -I $WORK/b437/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b437/symabis ./uint64_arch_amd64_asm.s
2025-08-20T22:54:11.0999389Z [00:03:34.853]➜  echo '# import config' > $WORK/b437/importcfg # internal
2025-08-20T22:54:11.1002676Z [00:03:34.853]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:11.1010943Z [00:03:34.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits;$WORK/b437=>" -p gvisor.dev/gvisor/pkg/bits -lang=go1.23 -installsuffix shared -buildid JCeFLrfRTdY4BssebhsE/JCeFLrfRTdY4BssebhsE -goversion go1.25.0 -symabis $WORK/b437/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack -asmhdr $WORK/b437/go_asm.h /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits/bits.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits/bits32.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits/bits64.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits/uint64_arch.go
2025-08-20T22:54:11.1151016Z [00:03:34.868]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits
2025-08-20T22:54:11.1156290Z [00:03:34.868]➜  /root/.go/pkg/tool/linux_amd64/asm -p gvisor.dev/gvisor/pkg/bits -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/bits;$WORK/b437=>" -I $WORK/b437/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b437/uint64_arch_amd64_asm.o ./uint64_arch_amd64_asm.s
2025-08-20T22:54:11.1193219Z [00:03:34.872]➜  go tool pack r $WORK/b437/_pkg_.a $WORK/b437/uint64_arch_amd64_asm.o # internal
2025-08-20T22:54:11.1194257Z [00:03:34.872]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T22:54:11.1205364Z [00:03:34.873]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/cc/cc27594f08751238ae7de1520a4e2605b331523e805b845740600f4dba4a60d4-d # internal
2025-08-20T22:54:11.1216863Z [00:03:34.874]➜  gvisor.dev/gvisor/pkg/linewriter
2025-08-20T22:54:11.1219891Z [00:03:34.874]➜  mkdir -p $WORK/b441/
2025-08-20T22:54:11.1221431Z [00:03:34.874]➜  cat >/tmp/go-build2831371785/b441/importcfg << 'EOF' # internal
2025-08-20T22:54:11.1222411Z [00:03:34.874]➜  # import config
2025-08-20T22:54:11.1225533Z [00:03:34.874]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:11.1227298Z [00:03:34.874]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:11.1230251Z [00:03:34.874]➜  EOF
2025-08-20T22:54:11.1230827Z [00:03:34.874]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:11.1238380Z [00:03:34.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/linewriter=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/linewriter;$WORK/b441=>" -p gvisor.dev/gvisor/pkg/linewriter -lang=go1.23 -complete -installsuffix shared -buildid uVmENuRneHnHX-OknZVH/uVmENuRneHnHX-OknZVH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/linewriter/linewriter.go
2025-08-20T22:54:11.1364922Z [00:03:34.889]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T22:54:11.1375457Z [00:03:34.890]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/63/635588cc83c140faa042290c1e397e2f02a3c60bba890b5d7976baaba1136091-d # internal
2025-08-20T22:54:11.1399734Z [00:03:34.892]➜  gvisor.dev/gvisor/pkg/log
2025-08-20T22:54:11.1400310Z [00:03:34.892]➜  mkdir -p $WORK/b440/
2025-08-20T22:54:11.1401023Z [00:03:34.892]➜  cat >/tmp/go-build2831371785/b440/importcfg << 'EOF' # internal
2025-08-20T22:54:11.1401671Z [00:03:34.892]➜  # import config
2025-08-20T22:54:11.1402718Z [00:03:34.892]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:11.1404311Z [00:03:34.892]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.1406151Z [00:03:34.892]➜  packagefile golang.org/x/time/rate=/root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d
2025-08-20T22:54:11.1407934Z [00:03:34.892]➜  packagefile gvisor.dev/gvisor/pkg/linewriter=/tmp/go-build2831371785/b441/_pkg_.a
2025-08-20T22:54:11.1409036Z [00:03:34.893]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:11.1410359Z [00:03:34.893]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:11.1411911Z [00:03:34.893]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:11.1413432Z [00:03:34.893]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:11.1415007Z [00:03:34.893]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:11.1419363Z [00:03:34.893]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:11.1420959Z [00:03:34.893]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:11.1422594Z [00:03:34.893]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:11.1424181Z [00:03:34.893]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:11.1425420Z [00:03:34.893]➜  EOF
2025-08-20T22:54:11.1431990Z [00:03:34.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/log=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/log;$WORK/b440=>" -p gvisor.dev/gvisor/pkg/log -lang=go1.23 -complete -installsuffix shared -buildid -ySlYeeTzv4ybis0tOjM/-ySlYeeTzv4ybis0tOjM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/log/glog.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/log/json.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/log/json_k8s.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/log/log.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/log/rate_limited.go
2025-08-20T22:54:11.2561784Z [00:03:35.009]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T22:54:11.2582346Z [00:03:35.011]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/57/576f92be13f14d3d829571f05826511b02b2b6b3d722376b202bebbbb00309ce-d # internal
2025-08-20T22:54:11.2594679Z [00:03:35.012]➜  gvisor.dev/gvisor/pkg/tcpip/checksum
2025-08-20T22:54:11.2610992Z [00:03:35.012]➜  mkdir -p $WORK/b443/
2025-08-20T22:54:11.2616579Z [00:03:35.013]➜  cat >/tmp/go-build2831371785/b443/importcfg << 'EOF' # internal
2025-08-20T22:54:11.2617300Z [00:03:35.013]➜  # import config
2025-08-20T22:54:11.2618436Z [00:03:35.013]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:11.2620135Z [00:03:35.013]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:11.2621114Z [00:03:35.014]➜  EOF
2025-08-20T22:54:11.2629302Z [00:03:35.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/checksum=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/checksum;$WORK/b443=>" -p gvisor.dev/gvisor/pkg/tcpip/checksum -lang=go1.23 -complete -installsuffix shared -buildid 1hbRHCKUB4IUKZ0A03rJ/1hbRHCKUB4IUKZ0A03rJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/checksum/checksum.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/checksum/checksum_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/checksum/checksum_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/checksum/checksum_unsafe_state_autogen.go
2025-08-20T22:54:11.3162166Z [00:03:35.069]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T22:54:11.3168381Z [00:03:35.069]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/ea/ead4c12dce16b0eb62d7fb120442fd49af51d0f7d82af02c13409a6c81a39a6f-d # internal
2025-08-20T22:54:11.3171115Z [00:03:35.070]➜  gvisor.dev/gvisor/pkg/rand
2025-08-20T22:54:11.3171753Z [00:03:35.070]➜  mkdir -p $WORK/b444/
2025-08-20T22:54:11.3181862Z [00:03:35.071]➜  cat >/tmp/go-build2831371785/b444/importcfg << 'EOF' # internal
2025-08-20T22:54:11.3182526Z [00:03:35.071]➜  # import config
2025-08-20T22:54:11.3183515Z [00:03:35.071]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:11.3185433Z [00:03:35.071]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:11.3187301Z [00:03:35.071]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:11.3189562Z [00:03:35.071]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.3191103Z [00:03:35.071]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:11.3192502Z [00:03:35.071]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:11.3194170Z [00:03:35.071]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:11.3195361Z [00:03:35.071]➜  EOF
2025-08-20T22:54:11.3200510Z [00:03:35.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/rand=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/rand;$WORK/b444=>" -p gvisor.dev/gvisor/pkg/rand -lang=go1.23 -complete -installsuffix shared -buildid 0uvdK3jSOfb9Wl2r5kIo/0uvdK3jSOfb9Wl2r5kIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/rand/rand_linux.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/rand/rand_linux_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/rand/rng.go
2025-08-20T22:54:11.3857080Z [00:03:35.136]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T22:54:11.3872001Z [00:03:35.139]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/fb/fb64416c7b69fdf2555d758695d23931169a4a532c9e2609ad5fc91dddefc214-d # internal
2025-08-20T22:54:11.3873172Z [00:03:35.139]➜  tailscale.com/appc
2025-08-20T22:54:11.3873738Z [00:03:35.139]➜  mkdir -p $WORK/b445/
2025-08-20T22:54:11.3874463Z [00:03:35.139]➜  cat >/tmp/go-build2831371785/b445/importcfg << 'EOF' # internal
2025-08-20T22:54:11.3875838Z [00:03:35.139]➜  # import config
2025-08-20T22:54:11.3876996Z [00:03:35.139]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.3878659Z [00:03:35.139]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.3880492Z [00:03:35.139]➜  packagefile golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/b7/b76f68357cb477e42bf75309edcea38340f2cc9a8509f89e4ebebc9304582005-d
2025-08-20T22:54:11.3882409Z [00:03:35.139]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:11.3884398Z [00:03:35.139]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:11.3886311Z [00:03:35.139]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:11.3887939Z [00:03:35.139]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:11.3889678Z [00:03:35.139]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:11.3891538Z [00:03:35.139]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:11.3893493Z [00:03:35.139]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:11.3895635Z [00:03:35.139]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:11.3897166Z [00:03:35.139]➜  packagefile tailscale.com/util/execqueue=/tmp/go-build2831371785/b384/_pkg_.a
2025-08-20T22:54:11.3898655Z [00:03:35.139]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:11.3900573Z [00:03:35.139]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:11.3902296Z [00:03:35.139]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:11.3903261Z [00:03:35.139]➜  EOF
2025-08-20T22:54:11.3906661Z [00:03:35.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/appc=>tailscale.com/appc;$WORK/b445=>" -p tailscale.com/appc -lang=go1.24 -complete -installsuffix shared -buildid j3NHxige-rtd6LZg8OLx/j3NHxige-rtd6LZg8OLx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/appc/appconnector.go
2025-08-20T22:54:11.4609794Z [00:03:35.214]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T22:54:11.4671814Z [00:03:35.220]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/4e/4ed13c651ca6e886ac7804f5fb17c2f87685a3dafef7fc55fe7002faa097dd46-d # internal
2025-08-20T22:54:11.4674883Z [00:03:35.220]➜  gvisor.dev/gvisor/pkg/atomicbitops
2025-08-20T22:54:11.4676473Z [00:03:35.220]➜  mkdir -p $WORK/b431/
2025-08-20T22:54:11.4679344Z [00:03:35.221]➜  echo -n > $WORK/b431/go_asm.h # internal
2025-08-20T22:54:11.4682650Z [00:03:35.221]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops
2025-08-20T22:54:11.4687560Z [00:03:35.221]➜  /root/.go/pkg/tool/linux_amd64/asm -p gvisor.dev/gvisor/pkg/atomicbitops -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops;$WORK/b431=>" -I $WORK/b431/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b431/symabis ./atomicbitops_amd64.s
2025-08-20T22:54:11.4764873Z [00:03:35.229]➜  cat >/tmp/go-build2831371785/b431/importcfg << 'EOF' # internal
2025-08-20T22:54:11.4765769Z [00:03:35.229]➜  # import config
2025-08-20T22:54:11.4766860Z [00:03:35.229]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.4768096Z [00:03:35.229]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:11.4769124Z [00:03:35.229]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:11.4770352Z [00:03:35.229]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:11.4772173Z [00:03:35.229]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:11.4773072Z [00:03:35.229]➜  EOF
2025-08-20T22:54:11.4774957Z [00:03:35.230]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:11.4783568Z [00:03:35.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops;$WORK/b431=>" -p gvisor.dev/gvisor/pkg/atomicbitops -lang=go1.23 -installsuffix shared -buildid zlmoXkA_5t8vnsXO4LR2/zlmoXkA_5t8vnsXO4LR2 -goversion go1.25.0 -symabis $WORK/b431/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack -asmhdr $WORK/b431/go_asm.h /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops/32b_64bit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops/aligned_64bit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops/atomicbitops.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops/atomicbitops_64bit_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops/atomicbitops_float64.go
2025-08-20T22:54:11.5518158Z [00:03:35.304]➜  cd /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops
2025-08-20T22:54:11.5521834Z [00:03:35.305]➜  /root/.go/pkg/tool/linux_amd64/asm -p gvisor.dev/gvisor/pkg/atomicbitops -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/atomicbitops;$WORK/b431=>" -I $WORK/b431/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b431/atomicbitops_amd64.o ./atomicbitops_amd64.s
2025-08-20T22:54:11.5605961Z [00:03:35.313]➜  go tool pack r $WORK/b431/_pkg_.a $WORK/b431/atomicbitops_amd64.o # internal
2025-08-20T22:54:11.5609775Z [00:03:35.314]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T22:54:11.5641055Z [00:03:35.317]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/8e/8e96bce00f7e98200a091bb5e32ab98ad87aea7ba7f2c11bde8e588c7665ebd8-d # internal
2025-08-20T22:54:11.5642276Z [00:03:35.317]➜  gvisor.dev/gvisor/pkg/waiter
2025-08-20T22:54:11.5644507Z [00:03:35.317]➜  mkdir -p $WORK/b442/
2025-08-20T22:54:11.5647427Z [00:03:35.317]➜  cat >/tmp/go-build2831371785/b442/importcfg << 'EOF' # internal
2025-08-20T22:54:11.5648430Z [00:03:35.318]➜  # import config
2025-08-20T22:54:11.5649963Z [00:03:35.318]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.5659448Z [00:03:35.318]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:11.5661531Z [00:03:35.318]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:11.5662307Z [00:03:35.318]➜  EOF
2025-08-20T22:54:11.5662875Z [00:03:35.318]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:11.5668249Z [00:03:35.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/waiter=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/waiter;$WORK/b442=>" -p gvisor.dev/gvisor/pkg/waiter -lang=go1.23 -complete -installsuffix shared -buildid k-ZBL-RVb_gaQ-SAAvVm/k-ZBL-RVb_gaQ-SAAvVm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/waiter/waiter.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/waiter/waiter_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/waiter/waiter_state_autogen.go
2025-08-20T22:54:11.6048166Z [00:03:35.357]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T22:54:11.6093294Z [00:03:35.362]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/d9/d995b7131b9b15221af90256de38f902ac4ac46727a32749c2e4516369ee2ed5-d # internal
2025-08-20T22:54:11.6113544Z [00:03:35.364]➜  tailscale.com/doctor
2025-08-20T22:54:11.6116381Z [00:03:35.364]➜  mkdir -p $WORK/b450/
2025-08-20T22:54:11.6126412Z [00:03:35.365]➜  cat >/tmp/go-build2831371785/b450/importcfg << 'EOF' # internal
2025-08-20T22:54:11.6127150Z [00:03:35.365]➜  # import config
2025-08-20T22:54:11.6128863Z [00:03:35.365]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.6131925Z [00:03:35.365]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:11.6133764Z [00:03:35.365]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:11.6134930Z [00:03:35.365]➜  EOF
2025-08-20T22:54:11.6140031Z [00:03:35.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/doctor=>tailscale.com/doctor;$WORK/b450=>" -p tailscale.com/doctor -lang=go1.24 -complete -installsuffix shared -buildid cpHOSV6PrTSfsVJx9MF7/cpHOSV6PrTSfsVJx9MF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/doctor/doctor.go
2025-08-20T22:54:11.6399356Z [00:03:35.392]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T22:54:11.6408732Z [00:03:35.393]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/10/10ef5551561f01c28d4e21b5286c7c8e0d2d2c7be676f356baf1676f862369fb-d # internal
2025-08-20T22:54:11.6409956Z [00:03:35.393]➜  github.com/safchain/ethtool
2025-08-20T22:54:11.6410910Z [00:03:35.393]➜  mkdir -p $WORK/b452/
2025-08-20T22:54:11.6421142Z [00:03:35.395]➜  cat >/tmp/go-build2831371785/b452/importcfg << 'EOF' # internal
2025-08-20T22:54:11.6421922Z [00:03:35.395]➜  # import config
2025-08-20T22:54:11.6423055Z [00:03:35.395]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:11.6424749Z [00:03:35.395]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:11.6426545Z [00:03:35.395]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.6428250Z [00:03:35.395]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:11.6430017Z [00:03:35.395]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:11.6431766Z [00:03:35.395]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:11.6433451Z [00:03:35.395]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:11.6434509Z [00:03:35.395]➜  EOF
2025-08-20T22:54:11.6439667Z [00:03:35.395]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/safchain/ethtool@v0.3.0=>github.com/safchain/ethtool@v0.3.0;$WORK/b452=>" -p github.com/safchain/ethtool -lang=go1.16 -complete -installsuffix shared -buildid 3N-Yj1Ss-uoZv4hxB7U6/3N-Yj1Ss-uoZv4hxB7U6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/github.com/safchain/ethtool@v0.3.0/ethtool.go /root/go/pkg/mod/github.com/safchain/ethtool@v0.3.0/ethtool_cmd.go /root/go/pkg/mod/github.com/safchain/ethtool@v0.3.0/ethtool_msglvl.go
2025-08-20T22:54:11.6640687Z [00:03:35.415]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T22:54:11.6654460Z [00:03:35.418]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/ea/ea951abed43d0a417bd5c75cfbc46b370153e4ef7100164d426119e100f184eb-d # internal
2025-08-20T22:54:11.6659166Z [00:03:35.419]➜  gvisor.dev/gvisor/pkg/context
2025-08-20T22:54:11.6662507Z [00:03:35.419]➜  mkdir -p $WORK/b439/
2025-08-20T22:54:11.6670308Z [00:03:35.420]➜  cat >/tmp/go-build2831371785/b439/importcfg << 'EOF' # internal
2025-08-20T22:54:11.6674450Z [00:03:35.420]➜  # import config
2025-08-20T22:54:11.6675678Z [00:03:35.420]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.6677337Z [00:03:35.420]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:11.6678699Z [00:03:35.420]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build2831371785/b440/_pkg_.a
2025-08-20T22:54:11.6679817Z [00:03:35.420]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:11.6681202Z [00:03:35.420]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:11.6682877Z [00:03:35.420]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:11.6683874Z [00:03:35.420]➜  EOF
2025-08-20T22:54:11.6689045Z [00:03:35.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/context=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/context;$WORK/b439=>" -p gvisor.dev/gvisor/pkg/context -lang=go1.23 -complete -installsuffix shared -buildid poLiGeG7vLCBcKQk06m2/poLiGeG7vLCBcKQk06m2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/context/context.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/context/context_state_autogen.go
2025-08-20T22:54:11.7451917Z [00:03:35.498]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T22:54:11.7473659Z [00:03:35.500]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/52/522f44ddd7afb3ad5de7a9dc25363e814bec44d7a3c383c6ccb4289dc63f1ca7-d # internal
2025-08-20T22:54:11.7480392Z [00:03:35.501]➜  tailscale.com/doctor/ethtool
2025-08-20T22:54:11.7481617Z [00:03:35.501]➜  mkdir -p $WORK/b451/
2025-08-20T22:54:11.7492078Z [00:03:35.502]➜  cat >/tmp/go-build2831371785/b451/importcfg << 'EOF' # internal
2025-08-20T22:54:11.7494157Z [00:03:35.502]➜  # import config
2025-08-20T22:54:11.7497182Z [00:03:35.502]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.7498549Z [00:03:35.502]➜  packagefile github.com/safchain/ethtool=/tmp/go-build2831371785/b452/_pkg_.a
2025-08-20T22:54:11.7499923Z [00:03:35.502]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:11.7501501Z [00:03:35.502]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:11.7503222Z [00:03:35.502]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:11.7505064Z [00:03:35.502]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:11.7507105Z [00:03:35.502]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:11.7508193Z [00:03:35.502]➜  EOF
2025-08-20T22:54:11.7511888Z [00:03:35.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool=>tailscale.com/doctor/ethtool;$WORK/b451=>" -p tailscale.com/doctor/ethtool -lang=go1.24 -complete -installsuffix shared -buildid NRGCXSszX9DdvvBOebvr/NRGCXSszX9DdvvBOebvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool.go /tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool_linux.go
2025-08-20T22:54:11.7923944Z [00:03:35.545]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T22:54:11.7938621Z [00:03:35.545]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/d7/d7971dcb281f464fac1cef250a311ac9309a6c5a48b9ce1e35c0136ca6a394f4-d # internal
2025-08-20T22:54:11.7939768Z [00:03:35.545]➜  gvisor.dev/gvisor/pkg/refs
2025-08-20T22:54:11.7940290Z [00:03:35.545]➜  mkdir -p $WORK/b438/
2025-08-20T22:54:11.7940990Z [00:03:35.545]➜  cat >/tmp/go-build2831371785/b438/importcfg << 'EOF' # internal
2025-08-20T22:54:11.7941670Z [00:03:35.545]➜  # import config
2025-08-20T22:54:11.7942787Z [00:03:35.545]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:11.7944316Z [00:03:35.545]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.7947021Z [00:03:35.545]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:11.7948167Z [00:03:35.545]➜  packagefile gvisor.dev/gvisor/pkg/context=/tmp/go-build2831371785/b439/_pkg_.a
2025-08-20T22:54:11.7949207Z [00:03:35.545]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build2831371785/b440/_pkg_.a
2025-08-20T22:54:11.7950221Z [00:03:35.545]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:11.7951538Z [00:03:35.545]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:11.7952482Z [00:03:35.545]➜  EOF
2025-08-20T22:54:11.7958139Z [00:03:35.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/refs=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/refs;$WORK/b438=>" -p gvisor.dev/gvisor/pkg/refs -lang=go1.23 -complete -installsuffix shared -buildid 5WptI5ALulqDWggWfD5X/5WptI5ALulqDWggWfD5X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/refs/refcounter.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/refs/refs_map.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/refs/refs_state_autogen.go
2025-08-20T22:54:11.8348723Z [00:03:35.587]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T22:54:11.8369241Z [00:03:35.589]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/c1/c1479ed42735107e3460dad227f78dc0085692b25ac1fab05bbba943db9cb2d2-d # internal
2025-08-20T22:54:11.8375912Z [00:03:35.590]➜  tailscale.com/doctor/permissions
2025-08-20T22:54:11.8377007Z [00:03:35.590]➜  mkdir -p $WORK/b453/
2025-08-20T22:54:11.8378093Z [00:03:35.590]➜  cat >/tmp/go-build2831371785/b453/importcfg << 'EOF' # internal
2025-08-20T22:54:11.8379312Z [00:03:35.590]➜  # import config
2025-08-20T22:54:11.8384945Z [00:03:35.590]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.8386758Z [00:03:35.590]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.8388490Z [00:03:35.590]➜  packagefile golang.org/x/exp/constraints=/root/.cache/go-build/48/48bb2a5b12220f3db8b4370d69bc9a714df850c90a565413bc252c57b1ebd2be-d
2025-08-20T22:54:11.8390337Z [00:03:35.590]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:11.8392062Z [00:03:35.590]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:11.8393721Z [00:03:35.590]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:11.8406776Z [00:03:35.590]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:11.8407950Z [00:03:35.590]➜  EOF
2025-08-20T22:54:11.8411828Z [00:03:35.592]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions=>tailscale.com/doctor/permissions;$WORK/b453=>" -p tailscale.com/doctor/permissions -lang=go1.24 -complete -installsuffix shared -buildid 3gfYGSql5KfY2g0sN4eJ/3gfYGSql5KfY2g0sN4eJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions.go /tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_linux.go
2025-08-20T22:54:11.8780356Z [00:03:35.631]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T22:54:11.8808655Z [00:03:35.633]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T22:54:11.8816473Z [00:03:35.634]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T22:54:11.8828520Z [00:03:35.635]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/2c/2c02c5a4be833e84d379ee78b107ef34232dcaedc085b596947caee384b641e6-d # internal
2025-08-20T22:54:11.8851534Z [00:03:35.635]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/46/466bfc58c5e1c992050ea0fbe195a3eb3d01b3dfdf243c261145684d970de319-d # internal
2025-08-20T22:54:11.8852657Z [00:03:35.636]➜  tailscale.com/net/routetable
2025-08-20T22:54:11.8853250Z [00:03:35.636]➜  mkdir -p $WORK/b455/
2025-08-20T22:54:11.8853970Z [00:03:35.636]➜  cat >/tmp/go-build2831371785/b455/importcfg << 'EOF' # internal
2025-08-20T22:54:11.8854629Z [00:03:35.636]➜  # import config
2025-08-20T22:54:11.8859633Z [00:03:35.636]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:11.8861467Z [00:03:35.636]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.8863163Z [00:03:35.636]➜  packagefile github.com/tailscale/netlink=/root/.cache/go-build/24/24718a7d254d59a7e8006129bd053c9ed8eb035a19c80e4b62ce43debbef033b-d
2025-08-20T22:54:11.8865035Z [00:03:35.636]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:11.8866908Z [00:03:35.636]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:11.8868510Z [00:03:35.636]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:11.8870232Z [00:03:35.636]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:11.8872176Z [00:03:35.636]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:11.8873928Z [00:03:35.636]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:11.8874937Z [00:03:35.636]➜  EOF
2025-08-20T22:54:11.8878654Z [00:03:35.636]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b455/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable=>tailscale.com/net/routetable;$WORK/b455=>" -p tailscale.com/net/routetable -lang=go1.24 -complete -installsuffix shared -buildid 498dYqmb-ozCNLhqoiBo/498dYqmb-ozCNLhqoiBo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_linux.go
2025-08-20T22:54:11.8881760Z [00:03:35.636]➜  gvisor.dev/gvisor/pkg/buffer
2025-08-20T22:54:11.8882279Z [00:03:35.636]➜  mkdir -p $WORK/b436/
2025-08-20T22:54:11.8882906Z [00:03:35.637]➜  cat >/tmp/go-build2831371785/b436/importcfg << 'EOF' # internal
2025-08-20T22:54:11.8883774Z [00:03:35.637]➜  # import config
2025-08-20T22:54:11.8884774Z [00:03:35.637]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:11.8887175Z [00:03:35.637]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.8888435Z [00:03:35.637]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:11.8889499Z [00:03:35.637]➜  packagefile gvisor.dev/gvisor/pkg/bits=/tmp/go-build2831371785/b437/_pkg_.a
2025-08-20T22:54:11.8890483Z [00:03:35.637]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build2831371785/b438/_pkg_.a
2025-08-20T22:54:11.8891466Z [00:03:35.637]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:11.8892469Z [00:03:35.637]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:11.8903331Z [00:03:35.637]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:11.8904778Z [00:03:35.637]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:11.8906455Z [00:03:35.637]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:11.8907323Z [00:03:35.637]➜  EOF
2025-08-20T22:54:11.8916039Z [00:03:35.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer;$WORK/b436=>" -p gvisor.dev/gvisor/pkg/buffer -lang=go1.23 -complete -installsuffix shared -buildid ebiPqLrb9bRGfBt-Ul2E/ebiPqLrb9bRGfBt-Ul2E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/buffer.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/buffer_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/buffer_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/buffer_unsafe_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/chunk.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/chunk_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/view.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/view_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/buffer/view_unsafe.go
2025-08-20T22:54:11.9098948Z [00:03:35.661]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/96/96ec9a0295a0a0ae4c6a819c93b5a545d1056306f1a8178c94ed82cd75b8f744-d # internal
2025-08-20T22:54:11.9126872Z [00:03:35.662]➜  github.com/tailscale/hujson
2025-08-20T22:54:11.9128003Z [00:03:35.663]➜  mkdir -p $WORK/b457/
2025-08-20T22:54:11.9128942Z [00:03:35.663]➜  cat >/tmp/go-build2831371785/b457/importcfg << 'EOF' # internal
2025-08-20T22:54:11.9130506Z [00:03:35.663]➜  # import config
2025-08-20T22:54:11.9131549Z [00:03:35.663]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:11.9133106Z [00:03:35.663]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:11.9134634Z [00:03:35.663]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:11.9136387Z [00:03:35.663]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:11.9137892Z [00:03:35.663]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:11.9139611Z [00:03:35.663]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:11.9141077Z [00:03:35.663]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:11.9142563Z [00:03:35.663]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:11.9144029Z [00:03:35.663]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:11.9145711Z [00:03:35.663]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:11.9147247Z [00:03:35.663]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:11.9148152Z [00:03:35.663]➜  EOF
2025-08-20T22:54:11.9155897Z [00:03:35.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a=>github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a;$WORK/b457=>" -p github.com/tailscale/hujson -lang=go1.18 -complete -installsuffix shared -buildid 7kzT6TDL1hJaJ4sM8OOF/7kzT6TDL1hJaJ4sM8OOF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a/find.go /root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a/format.go /root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a/pack.go /root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a/parse.go /root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a/patch.go /root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a/standard.go /root/go/pkg/mod/github.com/tailscale/hujson@v0.0.0-20221223112325-20486734a56a/types.go
2025-08-20T22:54:12.0151278Z [00:03:35.768]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T22:54:12.0170917Z [00:03:35.770]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/28/2880c0bec0843ed96def5d93dc3ec404ead30deafc5ec84a33bdf30ee2b6959f-d # internal
2025-08-20T22:54:12.0177429Z [00:03:35.770]➜  tailscale.com/doctor/routetable
2025-08-20T22:54:12.0186470Z [00:03:35.771]➜  mkdir -p $WORK/b454/
2025-08-20T22:54:12.0192844Z [00:03:35.772]➜  cat >/tmp/go-build2831371785/b454/importcfg << 'EOF' # internal
2025-08-20T22:54:12.0193881Z [00:03:35.772]➜  # import config
2025-08-20T22:54:12.0196218Z [00:03:35.772]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:12.0198814Z [00:03:35.772]➜  packagefile tailscale.com/net/routetable=/tmp/go-build2831371785/b455/_pkg_.a
2025-08-20T22:54:12.0200770Z [00:03:35.772]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:12.0204625Z [00:03:35.772]➜  EOF
2025-08-20T22:54:12.0209708Z [00:03:35.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/routetable=>tailscale.com/doctor/routetable;$WORK/b454=>" -p tailscale.com/doctor/routetable -lang=go1.24 -complete -installsuffix shared -buildid f6qpa73-WuKcAtuRf8MK/f6qpa73-WuKcAtuRf8MK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/doctor/routetable/routetable.go
2025-08-20T22:54:12.0511564Z [00:03:35.804]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T22:54:12.0518558Z [00:03:35.804]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/a5/a5c9e63c8fd4efe3e2c96dace84a1e3e5667ff6be46d88021931991fe4264b63-d # internal
2025-08-20T22:54:12.0528226Z [00:03:35.805]➜  tailscale.com/omit
2025-08-20T22:54:12.0528777Z [00:03:35.805]➜  mkdir -p $WORK/b458/
2025-08-20T22:54:12.0529867Z [00:03:35.805]➜  cat >/tmp/go-build2831371785/b458/importcfg << 'EOF' # internal
2025-08-20T22:54:12.0530530Z [00:03:35.805]➜  # import config
2025-08-20T22:54:12.0531629Z [00:03:35.805]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.0532636Z [00:03:35.805]➜  EOF
2025-08-20T22:54:12.0536088Z [00:03:35.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b458/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/omit=>tailscale.com/omit;$WORK/b458=>" -p tailscale.com/omit -lang=go1.24 -complete -installsuffix shared -buildid BWvJ0ol9D-DSsxyfQQ79/BWvJ0ol9D-DSsxyfQQ79 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/omit/aws_def.go /tmp/tmp.49iCb1EC53/TEMPREPO/omit/omit.go
2025-08-20T22:54:12.0619930Z [00:03:35.813]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T22:54:12.0620658Z [00:03:35.814]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T22:54:12.0625805Z [00:03:35.814]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/e9/e95a5921363ec1295f5c680e64439ebdf2c2c30ce5366169f78585b69bcef6cc-d # internal
2025-08-20T22:54:12.0633847Z [00:03:35.815]➜  github.com/illarion/gonotify/v3/syscallf
2025-08-20T22:54:12.0637903Z [00:03:35.816]➜  mkdir -p $WORK/b464/
2025-08-20T22:54:12.0640622Z [00:03:35.816]➜  cat >/tmp/go-build2831371785/b464/importcfg << 'EOF' # internal
2025-08-20T22:54:12.0644167Z [00:03:35.816]➜  # import config
2025-08-20T22:54:12.0645482Z [00:03:35.816]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:12.0646491Z [00:03:35.816]➜  EOF
2025-08-20T22:54:12.0650692Z [00:03:35.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/illarion/gonotify/v3@v3.0.2/syscallf=>github.com/illarion/gonotify/v3@v3.0.2/syscallf;$WORK/b464=>" -p github.com/illarion/gonotify/v3/syscallf -lang=go1.12 -complete -installsuffix shared -buildid 3QtXAbfBR2S8dD5DUcSL/3QtXAbfBR2S8dD5DUcSL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/github.com/illarion/gonotify/v3@v3.0.2/syscallf/rm_watch.go
2025-08-20T22:54:12.0764185Z [00:03:35.829]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/50/5073771998cb9ff25f06af2f1bc2076cd4e0a3bc09d92c4bb0898d274cf636ff-d # internal
2025-08-20T22:54:12.0775858Z [00:03:35.829]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T22:54:12.0776528Z [00:03:35.830]➜  gvisor.dev/gvisor/pkg/tcpip
2025-08-20T22:54:12.0777089Z [00:03:35.830]➜  mkdir -p $WORK/b430/
2025-08-20T22:54:12.0777802Z [00:03:35.830]➜  cat >/tmp/go-build2831371785/b430/importcfg << 'EOF' # internal
2025-08-20T22:54:12.0778475Z [00:03:35.830]➜  # import config
2025-08-20T22:54:12.0779594Z [00:03:35.830]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:12.0781229Z [00:03:35.830]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:12.0782839Z [00:03:35.830]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.0784440Z [00:03:35.830]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.0792553Z [00:03:35.830]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:12.0794051Z [00:03:35.831]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:12.0795303Z [00:03:35.831]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:12.0796648Z [00:03:35.831]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build2831371785/b444/_pkg_.a
2025-08-20T22:54:12.0802082Z [00:03:35.831]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:12.0803137Z [00:03:35.831]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:12.0804170Z [00:03:35.831]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:12.0805709Z [00:03:35.831]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:12.0807367Z [00:03:35.832]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:12.0809075Z [00:03:35.832]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:12.0810789Z [00:03:35.832]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:12.0812469Z [00:03:35.832]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:12.0814147Z [00:03:35.832]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:12.0846174Z [00:03:35.832]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:12.0847902Z [00:03:35.832]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.0848878Z [00:03:35.832]➜  EOF
2025-08-20T22:54:12.0860735Z [00:03:35.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip;$WORK/b430=>" -p gvisor.dev/gvisor/pkg/tcpip -lang=go1.23 -complete -installsuffix shared -buildid cI6iezPnexhMU6lj_cJT/cI6iezPnexhMU6lj_cJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/errors.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/errors_linux.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/route_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/sock_err_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/socketops.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stdclock.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stdclock_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/tcpip.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/tcpip_linux_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/tcpip_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/tcpip_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/timer.go
2025-08-20T22:54:12.0871502Z [00:03:35.832]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/a9/a9f660308dd18f636e3bf344a260d164358696431dbbef3bb1f53896b701134d-d # internal
2025-08-20T22:54:12.0872683Z [00:03:35.832]➜  github.com/illarion/gonotify/v3
2025-08-20T22:54:12.0873267Z [00:03:35.832]➜  mkdir -p $WORK/b463/
2025-08-20T22:54:12.0874017Z [00:03:35.833]➜  cat >/tmp/go-build2831371785/b463/importcfg << 'EOF' # internal
2025-08-20T22:54:12.0874696Z [00:03:35.833]➜  # import config
2025-08-20T22:54:12.0875978Z [00:03:35.833]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:12.0877668Z [00:03:35.833]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.0879503Z [00:03:35.833]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.0880933Z [00:03:35.833]➜  packagefile github.com/illarion/gonotify/v3/syscallf=/tmp/go-build2831371785/b464/_pkg_.a
2025-08-20T22:54:12.0882379Z [00:03:35.833]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.0884038Z [00:03:35.833]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:12.0885889Z [00:03:35.833]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:12.0887547Z [00:03:35.833]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:12.0889191Z [00:03:35.833]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:12.0890834Z [00:03:35.833]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.0891836Z [00:03:35.833]➜  EOF
2025-08-20T22:54:12.0897232Z [00:03:35.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/illarion/gonotify/v3@v3.0.2=>github.com/illarion/gonotify/v3@v3.0.2;$WORK/b463=>" -p github.com/illarion/gonotify/v3 -lang=go1.12 -complete -installsuffix shared -buildid ZqvAZUhy2l4U5EwSo2bc/ZqvAZUhy2l4U5EwSo2bc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/github.com/illarion/gonotify/v3@v3.0.2/dirwatcher.go /root/go/pkg/mod/github.com/illarion/gonotify/v3@v3.0.2/event.go /root/go/pkg/mod/github.com/illarion/gonotify/v3@v3.0.2/filewatcher.go /root/go/pkg/mod/github.com/illarion/gonotify/v3@v3.0.2/inotify.go
2025-08-20T22:54:12.1458724Z [00:03:35.899]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T22:54:12.1504539Z [00:03:35.903]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/ef/efa9d55574a0791e2ce45447ba1bc2428e269dd2437938f5e09f5756c172a10c-d # internal
2025-08-20T22:54:12.1507740Z [00:03:35.903]➜  tailscale.com/ipn/conffile
2025-08-20T22:54:12.1508298Z [00:03:35.903]➜  mkdir -p $WORK/b456/
2025-08-20T22:54:12.1509821Z [00:03:35.904]➜  cat >/tmp/go-build2831371785/b456/importcfg << 'EOF' # internal
2025-08-20T22:54:12.1510521Z [00:03:35.904]➜  # import config
2025-08-20T22:54:12.1511620Z [00:03:35.904]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:12.1513274Z [00:03:35.904]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:12.1514885Z [00:03:35.904]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.1516913Z [00:03:35.904]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.1518361Z [00:03:35.904]➜  packagefile github.com/tailscale/hujson=/tmp/go-build2831371785/b457/_pkg_.a
2025-08-20T22:54:12.1519678Z [00:03:35.904]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:12.1521252Z [00:03:35.904]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:12.1522818Z [00:03:35.904]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.1524366Z [00:03:35.904]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:12.1526204Z [00:03:35.904]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:12.1527979Z [00:03:35.904]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:12.1529368Z [00:03:35.904]➜  packagefile tailscale.com/omit=/tmp/go-build2831371785/b458/_pkg_.a
2025-08-20T22:54:12.1530124Z [00:03:35.904]➜  EOF
2025-08-20T22:54:12.1534525Z [00:03:35.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b456/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile=>tailscale.com/ipn/conffile;$WORK/b456=>" -p tailscale.com/ipn/conffile -lang=go1.24 -complete -installsuffix shared -buildid mGN1iiGO1utXk7Z2hXKV/mGN1iiGO1utXk7Z2hXKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/cloudconf.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/conffile.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/conffile_hujson.go
2025-08-20T22:54:12.1781443Z [00:03:35.931]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T22:54:12.1802438Z [00:03:35.933]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/ab/abf16072fe3300f07cc828385689424a03c684f75188dbad9044a7d9a9f73e48-d # internal
2025-08-20T22:54:12.1805869Z [00:03:35.933]➜  tailscale.com/net/dns/publicdns
2025-08-20T22:54:12.1808473Z [00:03:35.934]➜  mkdir -p $WORK/b465/
2025-08-20T22:54:12.1820125Z [00:03:35.935]➜  cat >/tmp/go-build2831371785/b465/importcfg << 'EOF' # internal
2025-08-20T22:54:12.1827167Z [00:03:35.935]➜  # import config
2025-08-20T22:54:12.1828269Z [00:03:35.935]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:12.1829912Z [00:03:35.935]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:12.1831661Z [00:03:35.935]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:12.1833231Z [00:03:35.935]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.1834706Z [00:03:35.935]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:12.1866494Z [00:03:35.935]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:12.1868149Z [00:03:35.935]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:12.1869764Z [00:03:35.935]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:12.1871433Z [00:03:35.935]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:12.1873077Z [00:03:35.935]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:12.1875064Z [00:03:35.935]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:12.1876266Z [00:03:35.935]➜  EOF
2025-08-20T22:54:12.1879696Z [00:03:35.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b465/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/publicdns=>tailscale.com/net/dns/publicdns;$WORK/b465=>" -p tailscale.com/net/dns/publicdns -lang=go1.24 -complete -installsuffix shared -buildid 29Fm9H-4fUowDP0Hz5xB/29Fm9H-4fUowDP0Hz5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/publicdns/publicdns.go
2025-08-20T22:54:12.2437123Z [00:03:35.996]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T22:54:12.2440154Z [00:03:35.996]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/eb/eb57e9802473457316a050dd8ed5df886fe36ea48b1b6c8e5b3ead31f05b9bdb-d # internal
2025-08-20T22:54:12.2441368Z [00:03:35.996]➜  tailscale.com/net/dns/resolvconffile
2025-08-20T22:54:12.2442038Z [00:03:35.996]➜  mkdir -p $WORK/b466/
2025-08-20T22:54:12.2442825Z [00:03:35.996]➜  cat >/tmp/go-build2831371785/b466/importcfg << 'EOF' # internal
2025-08-20T22:54:12.2443529Z [00:03:35.996]➜  # import config
2025-08-20T22:54:12.2444648Z [00:03:35.996]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:12.2446547Z [00:03:35.996]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:12.2448235Z [00:03:35.996]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.2450131Z [00:03:35.996]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:12.2451837Z [00:03:35.996]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:12.2453524Z [00:03:35.996]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.2455357Z [00:03:35.996]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:12.2457257Z [00:03:35.996]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:12.2458450Z [00:03:35.996]➜  EOF
2025-08-20T22:54:12.2462180Z [00:03:35.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b466/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconffile=>tailscale.com/net/dns/resolvconffile;$WORK/b466=>" -p tailscale.com/net/dns/resolvconffile -lang=go1.24 -complete -installsuffix shared -buildid M_GNvf808-pB9qOLs6Rb/M_GNvf808-pB9qOLs6Rb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconffile/resolvconffile.go
2025-08-20T22:54:12.2914498Z [00:03:36.044]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T22:54:12.2923736Z [00:03:36.045]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/cb/cb3456cf808c9ed23c792770f6d7834c46643ed7ef8a01933a3c4983d8c89634-d # internal
2025-08-20T22:54:12.2943245Z [00:03:36.047]➜  tailscale.com/util/race
2025-08-20T22:54:12.2963649Z [00:03:36.049]➜  mkdir -p $WORK/b470/
2025-08-20T22:54:12.2972096Z [00:03:36.050]➜  cat >/tmp/go-build2831371785/b470/importcfg << 'EOF' # internal
2025-08-20T22:54:12.2972754Z [00:03:36.050]➜  # import config
2025-08-20T22:54:12.2973766Z [00:03:36.050]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:12.2975424Z [00:03:36.050]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.2976899Z [00:03:36.050]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.2978117Z [00:03:36.050]➜  EOF
2025-08-20T22:54:12.2981048Z [00:03:36.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b470/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/race=>tailscale.com/util/race;$WORK/b470=>" -p tailscale.com/util/race -lang=go1.24 -complete -installsuffix shared -buildid NWqS3tQIOm_YTJ-AIwBm/NWqS3tQIOm_YTJ-AIwBm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/race/race.go
2025-08-20T22:54:12.3269159Z [00:03:36.079]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T22:54:12.3277135Z [00:03:36.080]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/7f/7fd65b29effa17cf1fd00d1747ce3db1dffb85b98e9c967f85009d8467922648-d # internal
2025-08-20T22:54:12.3281768Z [00:03:36.081]➜  tailscale.com/net/dns/resolver
2025-08-20T22:54:12.3282344Z [00:03:36.081]➜  mkdir -p $WORK/b467/
2025-08-20T22:54:12.3292550Z [00:03:36.082]➜  cat >/tmp/go-build2831371785/b467/importcfg << 'EOF' # internal
2025-08-20T22:54:12.3297173Z [00:03:36.082]➜  # import config
2025-08-20T22:54:12.3298203Z [00:03:36.082]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:12.3299675Z [00:03:36.082]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:12.3301133Z [00:03:36.082]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:12.3302613Z [00:03:36.082]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:12.3304451Z [00:03:36.082]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:12.3306230Z [00:03:36.082]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:12.3308148Z [00:03:36.082]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:12.3309895Z [00:03:36.082]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:12.3311624Z [00:03:36.082]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.3313253Z [00:03:36.082]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.3315310Z [00:03:36.082]➜  packagefile golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/b7/b76f68357cb477e42bf75309edcea38340f2cc9a8509f89e4ebebc9304582005-d
2025-08-20T22:54:12.3317160Z [00:03:36.082]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T22:54:12.3318745Z [00:03:36.082]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:12.3320338Z [00:03:36.082]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:12.3321980Z [00:03:36.082]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:12.3323657Z [00:03:36.082]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:12.3325633Z [00:03:36.082]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:12.3327264Z [00:03:36.082]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.3328811Z [00:03:36.082]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:12.3330634Z [00:03:36.082]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:12.3332187Z [00:03:36.082]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:12.3333769Z [00:03:36.082]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:12.3335523Z [00:03:36.082]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:12.3336971Z [00:03:36.082]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:12.3338618Z [00:03:36.082]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:12.3340365Z [00:03:36.082]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:12.3341982Z [00:03:36.082]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:12.3343268Z [00:03:36.082]➜  packagefile tailscale.com/net/dns/publicdns=/tmp/go-build2831371785/b465/_pkg_.a
2025-08-20T22:54:12.3344378Z [00:03:36.082]➜  packagefile tailscale.com/net/dns/resolvconffile=/tmp/go-build2831371785/b466/_pkg_.a
2025-08-20T22:54:12.3345960Z [00:03:36.082]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:12.3347858Z [00:03:36.082]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:12.3349579Z [00:03:36.082]➜  packagefile tailscale.com/net/neterror=/root/.cache/go-build/27/27b0556153ddc511e1205245ee4202be58d4610648115ff82967917833ed235c-d
2025-08-20T22:54:12.3351221Z [00:03:36.082]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:12.3352872Z [00:03:36.082]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:12.3354558Z [00:03:36.082]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:12.3362427Z [00:03:36.082]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:12.3363799Z [00:03:36.082]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:12.3365308Z [00:03:36.082]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:12.3367151Z [00:03:36.082]➜  packagefile tailscale.com/types/dnstype=/root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d
2025-08-20T22:54:12.3369028Z [00:03:36.082]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:12.3370873Z [00:03:36.082]➜  packagefile tailscale.com/types/nettype=/root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d
2025-08-20T22:54:12.3372763Z [00:03:36.082]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:12.3374688Z [00:03:36.082]➜  packagefile tailscale.com/util/cloudenv=/root/.cache/go-build/60/60347e1e73ecbcda0a768299dc50308ce8ed51299b893f0d39e77a63d70544e6-d
2025-08-20T22:54:12.3376979Z [00:03:36.082]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:12.3378387Z [00:03:36.082]➜  packagefile tailscale.com/util/race=/tmp/go-build2831371785/b470/_pkg_.a
2025-08-20T22:54:12.3379820Z [00:03:36.082]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:12.3381506Z [00:03:36.082]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.3382490Z [00:03:36.082]➜  EOF
2025-08-20T22:54:12.3393509Z [00:03:36.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b467/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver=>tailscale.com/net/dns/resolver;$WORK/b467=>" -p tailscale.com/net/dns/resolver -lang=go1.24 -complete -installsuffix shared -buildid X-aPGFaosiun6NF8gl9j/X-aPGFaosiun6NF8gl9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/debug.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/forwarder.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/tsdns.go
2025-08-20T22:54:12.4502951Z [00:03:36.203]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T22:54:12.4632508Z [00:03:36.216]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/48/480902dca956ca7261250b62160c0ac367f6b2ece4a720d9f2d7329a5f3ebe14-d # internal
2025-08-20T22:54:12.4635759Z [00:03:36.216]➜  github.com/mdlayher/genetlink
2025-08-20T22:54:12.4636352Z [00:03:36.216]➜  mkdir -p $WORK/b472/
2025-08-20T22:54:12.4657576Z [00:03:36.218]➜  cat >/tmp/go-build2831371785/b472/importcfg << 'EOF' # internal
2025-08-20T22:54:12.4658451Z [00:03:36.218]➜  # import config
2025-08-20T22:54:12.4659920Z [00:03:36.218]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.4661831Z [00:03:36.218]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.4663871Z [00:03:36.218]➜  packagefile github.com/mdlayher/netlink=/root/.cache/go-build/bd/bdd03180ee2486cdb9f5241349dab7a72e47dc3bac8b710fd19814f2cad744d5-d
2025-08-20T22:54:12.4666259Z [00:03:36.218]➜  packagefile github.com/mdlayher/netlink/nlenc=/root/.cache/go-build/4f/4fe7d064d545f6ae70b31cb26700b7bc635cb0064bf522064f0e5bb0b5675342-d
2025-08-20T22:54:12.4668420Z [00:03:36.218]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/5b/5ba76ea3792c29678d9d40f96ae4a79d248b292eea51ab0ad8fcfcacf0d6828a-d
2025-08-20T22:54:12.4670512Z [00:03:36.218]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:12.4672531Z [00:03:36.219]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:12.4674481Z [00:03:36.219]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:12.4676564Z [00:03:36.219]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.4677789Z [00:03:36.219]➜  EOF
2025-08-20T22:54:12.4683319Z [00:03:36.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdlayher/genetlink@v1.3.2=>github.com/mdlayher/genetlink@v1.3.2;$WORK/b472=>" -p github.com/mdlayher/genetlink -lang=go1.18 -complete -installsuffix shared -buildid DjwNcgsOqoAngdIOYPWH/DjwNcgsOqoAngdIOYPWH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/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-20T22:54:12.5732359Z [00:03:36.326]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T22:54:12.5746547Z [00:03:36.327]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/b6/b6c5caf17d7e6df3ea58d5a5a5e272ef310f343aef003a19f85e985c29394148-d # internal
2025-08-20T22:54:12.5756329Z [00:03:36.328]➜  github.com/tailscale/wireguard-go/conn
2025-08-20T22:54:12.5756943Z [00:03:36.328]➜  mkdir -p $WORK/b473/
2025-08-20T22:54:12.5761426Z [00:03:36.329]➜  cat >/tmp/go-build2831371785/b473/importcfg << 'EOF' # internal
2025-08-20T22:54:12.5766457Z [00:03:36.329]➜  # import config
2025-08-20T22:54:12.5771537Z [00:03:36.329]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:12.5777319Z [00:03:36.329]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.5782916Z [00:03:36.329]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.5803781Z [00:03:36.329]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/c7/c79a99d64daaa64bbff1f857e4849b6acf9a76f75cf19bd44f966ce3b5670ea5-d
2025-08-20T22:54:12.5809523Z [00:03:36.329]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d
2025-08-20T22:54:12.5812368Z [00:03:36.329]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:12.5814457Z [00:03:36.329]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:12.5817674Z [00:03:36.329]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:12.5819439Z [00:03:36.329]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.5821189Z [00:03:36.329]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:12.5822843Z [00:03:36.329]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:12.5824373Z [00:03:36.329]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:12.5827231Z [00:03:36.329]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:12.5828974Z [00:03:36.329]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:12.5830703Z [00:03:36.329]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:12.5831752Z [00:03:36.329]➜  EOF
2025-08-20T22:54:12.5844486Z [00:03:36.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn;$WORK/b473=>" -p github.com/tailscale/wireguard-go/conn -lang=go1.20 -complete -installsuffix shared -buildid gGL4F2UcIbO51L50QBBn/gGL4F2UcIbO51L50QBBn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/bind_std.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/conn.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/control_linux.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/controlfns.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/controlfns_linux.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/default.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/erraddrinuse.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/errors_linux.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/features_linux.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/conn/mark_unix.go
2025-08-20T22:54:12.8213018Z [00:03:36.574]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T22:54:12.8240595Z [00:03:36.577]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/4c/4c0eae25a1263402f5596536ae1a8aec451def9cdd6d4c5ff9ebf3d94840e2e6-d # internal
2025-08-20T22:54:12.8242172Z [00:03:36.577]➜  github.com/tailscale/wireguard-go/rwcancel
2025-08-20T22:54:12.8243964Z [00:03:36.577]➜  mkdir -p $WORK/b476/
2025-08-20T22:54:12.8248661Z [00:03:36.578]➜  cat >/tmp/go-build2831371785/b476/importcfg << 'EOF' # internal
2025-08-20T22:54:12.8250589Z [00:03:36.578]➜  # import config
2025-08-20T22:54:12.8251699Z [00:03:36.578]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.8253481Z [00:03:36.578]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:12.8255430Z [00:03:36.578]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.8257053Z [00:03:36.578]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:12.8258011Z [00:03:36.578]➜  EOF
2025-08-20T22:54:12.8262711Z [00:03:36.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/rwcancel=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/rwcancel;$WORK/b476=>" -p github.com/tailscale/wireguard-go/rwcancel -lang=go1.20 -complete -installsuffix shared -buildid zUfmZX5X1dRLJAguN2We/zUfmZX5X1dRLJAguN2We -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/rwcancel/rwcancel.go
2025-08-20T22:54:12.8658626Z [00:03:36.619]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T22:54:12.8668115Z [00:03:36.619]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/b1/b1566019f722e65a4f0ba69d75daab31154d1d6f58ee27fca9c6102c0edf0b5d-d # internal
2025-08-20T22:54:12.8670626Z [00:03:36.620]➜  github.com/tailscale/wireguard-go/ipc
2025-08-20T22:54:12.8671592Z [00:03:36.620]➜  mkdir -p $WORK/b475/
2025-08-20T22:54:12.8678181Z [00:03:36.620]➜  cat >/tmp/go-build2831371785/b475/importcfg << 'EOF' # internal
2025-08-20T22:54:12.8678946Z [00:03:36.620]➜  # import config
2025-08-20T22:54:12.8680012Z [00:03:36.620]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.8681555Z [00:03:36.620]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.8682985Z [00:03:36.620]➜  packagefile github.com/tailscale/wireguard-go/rwcancel=/tmp/go-build2831371785/b476/_pkg_.a
2025-08-20T22:54:12.8684652Z [00:03:36.620]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:12.8686558Z [00:03:36.620]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:12.8688210Z [00:03:36.620]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.8689190Z [00:03:36.620]➜  EOF
2025-08-20T22:54:12.8694174Z [00:03:36.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/ipc=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/ipc;$WORK/b475=>" -p github.com/tailscale/wireguard-go/ipc -lang=go1.20 -complete -installsuffix shared -buildid eI3yom7-U_ThSZtFx9Lf/eI3yom7-U_ThSZtFx9Lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/ipc/uapi_linux.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/ipc/uapi_unix.go
2025-08-20T22:54:12.9220421Z [00:03:36.675]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T22:54:12.9258892Z [00:03:36.679]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T22:54:12.9281266Z [00:03:36.681]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/28/28cd07ed88f098014e8cd7a1ed4489ee44a6733d25d07012b0e908dcce2eb360-d # internal
2025-08-20T22:54:12.9284234Z [00:03:36.681]➜  github.com/tailscale/wireguard-go/ratelimiter
2025-08-20T22:54:12.9286455Z [00:03:36.681]➜  mkdir -p $WORK/b477/
2025-08-20T22:54:12.9293564Z [00:03:36.682]➜  cat >/tmp/go-build2831371785/b477/importcfg << 'EOF' # internal
2025-08-20T22:54:12.9294290Z [00:03:36.682]➜  # import config
2025-08-20T22:54:12.9295602Z [00:03:36.682]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:12.9297250Z [00:03:36.682]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:12.9298888Z [00:03:36.682]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.9299889Z [00:03:36.682]➜  EOF
2025-08-20T22:54:12.9304814Z [00:03:36.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/ratelimiter=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/ratelimiter;$WORK/b477=>" -p github.com/tailscale/wireguard-go/ratelimiter -lang=go1.20 -complete -installsuffix shared -buildid qwgiNIy5w0meGFY_1zfc/qwgiNIy5w0meGFY_1zfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/ratelimiter/ratelimiter.go
2025-08-20T22:54:12.9430150Z [00:03:36.696]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/46/46ba812df3721c5faea9ac54cc2d2e127a95628ee126d3740a9ce31573210030-d # internal
2025-08-20T22:54:12.9499708Z [00:03:36.703]➜  github.com/tailscale/wireguard-go/replay
2025-08-20T22:54:12.9523375Z [00:03:36.703]➜  mkdir -p $WORK/b478/
2025-08-20T22:54:12.9524171Z [00:03:36.703]➜  echo '# import config' > $WORK/b478/importcfg # internal
2025-08-20T22:54:12.9529126Z [00:03:36.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/replay=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/replay;$WORK/b478=>" -p github.com/tailscale/wireguard-go/replay -lang=go1.20 -complete -installsuffix shared -buildid uNCVi06QcfqdE83SqHOe/uNCVi06QcfqdE83SqHOe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/replay/replay.go
2025-08-20T22:54:12.9629927Z [00:03:36.716]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T22:54:12.9640109Z [00:03:36.717]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/eb/eb9c61a8f7d1c7c85edbae1e7b8a324acd88aba6591d197f475d07c4d8f4889c-d # internal
2025-08-20T22:54:12.9645740Z [00:03:36.717]➜  github.com/tailscale/wireguard-go/tai64n
2025-08-20T22:54:12.9646411Z [00:03:36.717]➜  mkdir -p $WORK/b479/
2025-08-20T22:54:12.9649693Z [00:03:36.718]➜  cat >/tmp/go-build2831371785/b479/importcfg << 'EOF' # internal
2025-08-20T22:54:12.9655998Z [00:03:36.718]➜  # import config
2025-08-20T22:54:12.9657145Z [00:03:36.718]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:12.9658869Z [00:03:36.718]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:12.9660599Z [00:03:36.718]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.9661620Z [00:03:36.718]➜  EOF
2025-08-20T22:54:12.9666400Z [00:03:36.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tai64n=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tai64n;$WORK/b479=>" -p github.com/tailscale/wireguard-go/tai64n -lang=go1.20 -complete -installsuffix shared -buildid oKBUZV5Dnl0QZMd9xLLo/oKBUZV5Dnl0QZMd9xLLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tai64n/tai64n.go
2025-08-20T22:54:12.9726777Z [00:03:36.725]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T22:54:12.9735853Z [00:03:36.726]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/b8/b8a613a601731dc3c1e2d58c51bef7b61971bde07032afd745c6e6e35d01668a-d # internal
2025-08-20T22:54:12.9744246Z [00:03:36.727]➜  github.com/tailscale/wireguard-go/tun
2025-08-20T22:54:12.9746870Z [00:03:36.727]➜  mkdir -p $WORK/b480/
2025-08-20T22:54:12.9753808Z [00:03:36.728]➜  echo -n > $WORK/b480/go_asm.h # internal
2025-08-20T22:54:12.9762284Z [00:03:36.728]➜  cd /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun
2025-08-20T22:54:12.9767309Z [00:03:36.728]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/tailscale/wireguard-go/tun -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun;$WORK/b480=>" -I $WORK/b480/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b480/symabis ./checksum_generated_amd64.s
2025-08-20T22:54:12.9908929Z [00:03:36.743]➜  cat >/tmp/go-build2831371785/b480/importcfg << 'EOF' # internal
2025-08-20T22:54:12.9910200Z [00:03:36.743]➜  # import config
2025-08-20T22:54:12.9914018Z [00:03:36.743]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:12.9916094Z [00:03:36.743]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:12.9917869Z [00:03:36.743]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:12.9919483Z [00:03:36.743]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:12.9920943Z [00:03:36.743]➜  packagefile github.com/tailscale/wireguard-go/conn=/tmp/go-build2831371785/b473/_pkg_.a
2025-08-20T22:54:12.9922295Z [00:03:36.743]➜  packagefile github.com/tailscale/wireguard-go/rwcancel=/tmp/go-build2831371785/b476/_pkg_.a
2025-08-20T22:54:12.9940450Z [00:03:36.743]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/71/71db9d9c0ef048011caf063f16a86f1d139470a1b65881c9357c156792b85543-d
2025-08-20T22:54:12.9942168Z [00:03:36.743]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:12.9943757Z [00:03:36.743]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:12.9945429Z [00:03:36.743]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:12.9947225Z [00:03:36.743]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:12.9948851Z [00:03:36.743]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:12.9950506Z [00:03:36.743]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:12.9952129Z [00:03:36.743]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:12.9953771Z [00:03:36.743]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:12.9954776Z [00:03:36.743]➜  EOF
2025-08-20T22:54:12.9955580Z [00:03:36.744]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:12.9966284Z [00:03:36.744]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun;$WORK/b480=>" -p github.com/tailscale/wireguard-go/tun -lang=go1.20 -installsuffix shared -buildid QXMg19F8cy-IzZkyu4g2/QXMg19F8cy-IzZkyu4g2 -goversion go1.25.0 -symabis $WORK/b480/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack -asmhdr $WORK/b480/go_asm.h /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/checksum.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/checksum_amd64.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/checksum_generated_amd64.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/errors.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/offload.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/offload_linux.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/tun.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun/tun_linux.go
2025-08-20T22:54:13.0061298Z [00:03:36.759]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T22:54:13.0088939Z [00:03:36.759]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/83/8327460d0a76970fd044a375db722963234379f192227f4fda2feb43b18021d2-d # internal
2025-08-20T22:54:13.0090088Z [00:03:36.759]➜  golang.org/x/crypto/poly1305
2025-08-20T22:54:13.0090664Z [00:03:36.759]➜  mkdir -p $WORK/b481/
2025-08-20T22:54:13.0091409Z [00:03:36.759]➜  cat >/tmp/go-build2831371785/b481/importcfg << 'EOF' # internal
2025-08-20T22:54:13.0092058Z [00:03:36.759]➜  # import config
2025-08-20T22:54:13.0093451Z [00:03:36.759]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/57/57a3fdda5bd7f5cecd8b84e4ccb7e54abf3f70bdf045e4ad6b9b42f0e8bbab73-d
2025-08-20T22:54:13.0094668Z [00:03:36.759]➜  EOF
2025-08-20T22:54:13.0099072Z [00:03:36.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/poly1305=>golang.org/x/crypto@v0.38.0/poly1305;$WORK/b481=>" -p golang.org/x/crypto/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid zmrD-RSgSUEBR0GGI0cn/zmrD-RSgSUEBR0GGI0cn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/poly1305/poly1305_compat.go
2025-08-20T22:54:13.0443720Z [00:03:36.797]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T22:54:13.0450909Z [00:03:36.798]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/e9/e9e02d809334041a5dc0fc4b9d5bc90476a920c9649ab5c3691ead47ef2c7d39-d # internal
2025-08-20T22:54:13.0454101Z [00:03:36.798]➜  github.com/google/btree
2025-08-20T22:54:13.0454653Z [00:03:36.798]➜  mkdir -p $WORK/b483/
2025-08-20T22:54:13.0464216Z [00:03:36.799]➜  cat >/tmp/go-build2831371785/b483/importcfg << 'EOF' # internal
2025-08-20T22:54:13.0470531Z [00:03:36.799]➜  # import config
2025-08-20T22:54:13.0475795Z [00:03:36.799]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:13.0477394Z [00:03:36.799]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:13.0478989Z [00:03:36.799]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:13.0480627Z [00:03:36.799]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:13.0482264Z [00:03:36.799]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:13.0483305Z [00:03:36.799]➜  EOF
2025-08-20T22:54:13.0486721Z [00:03:36.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/btree@v1.1.2=>github.com/google/btree@v1.1.2;$WORK/b483=>" -p github.com/google/btree -lang=go1.18 -complete -installsuffix shared -buildid Yli2yIr9BUEcLyoUX4Su/Yli2yIr9BUEcLyoUX4Su -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/github.com/google/btree@v1.1.2/btree_generic.go
2025-08-20T22:54:13.2877735Z [00:03:37.040]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T22:54:13.2919875Z [00:03:37.045]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/c7/c74f171e5b6de775d29227b0e8ebdacdd7275a2ee5f6a5bf755e163a6c3e3aa6-d # internal
2025-08-20T22:54:13.2926720Z [00:03:37.045]➜  gvisor.dev/gvisor/pkg/tcpip/seqnum
2025-08-20T22:54:13.2929242Z [00:03:37.045]➜  mkdir -p $WORK/b484/
2025-08-20T22:54:13.2941038Z [00:03:37.047]➜  echo '# import config' > $WORK/b484/importcfg # internal
2025-08-20T22:54:13.2947859Z [00:03:37.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/seqnum=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/seqnum;$WORK/b484=>" -p gvisor.dev/gvisor/pkg/tcpip/seqnum -lang=go1.23 -complete -installsuffix shared -buildid 1hZXOM7I1PS2oWIzwHkG/1hZXOM7I1PS2oWIzwHkG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/seqnum/seqnum.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/seqnum/seqnum_state_autogen.go
2025-08-20T22:54:13.3009032Z [00:03:37.054]➜  cd /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun
2025-08-20T22:54:13.3014107Z [00:03:37.054]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/tailscale/wireguard-go/tun -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun;$WORK/b480=>" -I $WORK/b480/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b480/checksum_generated_amd64.o ./checksum_generated_amd64.s
2025-08-20T22:54:13.3149305Z [00:03:37.068]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T22:54:13.3156505Z [00:03:37.068]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/06/06e68bc990048d0769d821ad7955a1a6045eaa05d618fb8e807057c20bb9ee58-d # internal
2025-08-20T22:54:13.3165791Z [00:03:37.069]➜  gvisor.dev/gvisor/pkg/tcpip/header
2025-08-20T22:54:13.3166695Z [00:03:37.069]➜  mkdir -p $WORK/b482/
2025-08-20T22:54:13.3182143Z [00:03:37.071]➜  cat >/tmp/go-build2831371785/b482/importcfg << 'EOF' # internal
2025-08-20T22:54:13.3183241Z [00:03:37.071]➜  # import config
2025-08-20T22:54:13.3185943Z [00:03:37.071]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:13.3187584Z [00:03:37.071]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:13.3189633Z [00:03:37.071]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:13.3191350Z [00:03:37.071]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:13.3192977Z [00:03:37.071]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:13.3196596Z [00:03:37.071]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:13.3197935Z [00:03:37.071]➜  packagefile github.com/google/btree=/tmp/go-build2831371785/b483/_pkg_.a
2025-08-20T22:54:13.3199053Z [00:03:37.071]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:13.3200183Z [00:03:37.071]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:13.3201243Z [00:03:37.071]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:13.3202375Z [00:03:37.071]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:13.3203536Z [00:03:37.071]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build2831371785/b484/_pkg_.a
2025-08-20T22:54:13.3204908Z [00:03:37.071]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:13.3226868Z [00:03:37.071]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:13.3228739Z [00:03:37.071]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:13.3230373Z [00:03:37.071]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:13.3231322Z [00:03:37.071]➜  EOF
2025-08-20T22:54:13.3231850Z [00:03:37.071]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:13.3255751Z [00:03:37.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header;$WORK/b482=>" -p gvisor.dev/gvisor/pkg/tcpip/header -lang=go1.23 -complete -installsuffix shared -buildid DLI_JQAL3h7iy04AWTW0/DLI_JQAL3h7iy04AWTW0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/arp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/checksum.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/datagram.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/eth.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/gue.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/header_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/icmpv4.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/icmpv6.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/igmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/igmpv3.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/interfaces.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ipv4.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ipv6.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ipv6_extension_headers.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ipv6_fragment.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/mld.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/mldv2.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/mldv2_igmpv3_common.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ndp_neighbor_advert.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ndp_neighbor_solicit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ndp_options.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ndp_router_advert.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ndp_router_solicit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/ndpoptionidentifier_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/tcp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/udp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/virtionet.go
2025-08-20T22:54:13.3291539Z [00:03:37.082]➜  cd /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/tun
2025-08-20T22:54:13.3296213Z [00:03:37.082]➜  go tool pack r $WORK/b480/_pkg_.a $WORK/b480/checksum_generated_amd64.o # internal
2025-08-20T22:54:13.3297108Z [00:03:37.082]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T22:54:13.3370767Z [00:03:37.090]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/54/54c3120b4bd6060121c1a9fff3fe703376c56940700ee54575902a39124f8c4d-d # internal
2025-08-20T22:54:13.3375543Z [00:03:37.090]➜  github.com/tailscale/wireguard-go/device
2025-08-20T22:54:13.3377531Z [00:03:37.090]➜  mkdir -p $WORK/b474/
2025-08-20T22:54:13.3378292Z [00:03:37.090]➜  cat >/tmp/go-build2831371785/b474/importcfg << 'EOF' # internal
2025-08-20T22:54:13.3378977Z [00:03:37.090]➜  # import config
2025-08-20T22:54:13.3380293Z [00:03:37.090]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:13.3382995Z [00:03:37.090]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:13.3384759Z [00:03:37.090]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T22:54:13.3386607Z [00:03:37.090]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T22:54:13.3388309Z [00:03:37.090]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:13.3390024Z [00:03:37.090]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:13.3391684Z [00:03:37.090]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T22:54:13.3393353Z [00:03:37.090]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:13.3394990Z [00:03:37.090]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:13.3397780Z [00:03:37.090]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:13.3399496Z [00:03:37.090]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:13.3400880Z [00:03:37.090]➜  packagefile github.com/tailscale/wireguard-go/conn=/tmp/go-build2831371785/b473/_pkg_.a
2025-08-20T22:54:13.3402446Z [00:03:37.090]➜  packagefile github.com/tailscale/wireguard-go/ipc=/tmp/go-build2831371785/b475/_pkg_.a
2025-08-20T22:54:13.3403699Z [00:03:37.090]➜  packagefile github.com/tailscale/wireguard-go/ratelimiter=/tmp/go-build2831371785/b477/_pkg_.a
2025-08-20T22:54:13.3404977Z [00:03:37.090]➜  packagefile github.com/tailscale/wireguard-go/replay=/tmp/go-build2831371785/b478/_pkg_.a
2025-08-20T22:54:13.3406388Z [00:03:37.090]➜  packagefile github.com/tailscale/wireguard-go/rwcancel=/tmp/go-build2831371785/b476/_pkg_.a
2025-08-20T22:54:13.3407626Z [00:03:37.090]➜  packagefile github.com/tailscale/wireguard-go/tai64n=/tmp/go-build2831371785/b479/_pkg_.a
2025-08-20T22:54:13.3408840Z [00:03:37.090]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:13.3410377Z [00:03:37.090]➜  packagefile golang.org/x/crypto/blake2s=/root/.cache/go-build/11/11e36e931ec6034305431823fac180dc3c3e53971ecb2dda9f758ae6a2c2d9e9-d
2025-08-20T22:54:13.3412316Z [00:03:37.090]➜  packagefile golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/0d/0db8726bc187afc61dae6a6665d8aa227eb488e026b453476c2774d31517a611-d
2025-08-20T22:54:13.3414233Z [00:03:37.090]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/33/33f83579d754ce42550bec24133d305e2052b08ef0886ee8a9b44c907bacfec7-d
2025-08-20T22:54:13.3415832Z [00:03:37.090]➜  packagefile golang.org/x/crypto/poly1305=/tmp/go-build2831371785/b481/_pkg_.a
2025-08-20T22:54:13.3424297Z [00:03:37.090]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/c7/c79a99d64daaa64bbff1f857e4849b6acf9a76f75cf19bd44f966ce3b5670ea5-d
2025-08-20T22:54:13.3426620Z [00:03:37.090]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d
2025-08-20T22:54:13.3428437Z [00:03:37.090]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:13.3430109Z [00:03:37.090]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:13.3431609Z [00:03:37.090]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:13.3433118Z [00:03:37.090]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:13.3434701Z [00:03:37.090]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:13.3436474Z [00:03:37.090]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:13.3438041Z [00:03:37.090]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:13.3439589Z [00:03:37.090]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:13.3441142Z [00:03:37.090]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:13.3446849Z [00:03:37.090]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:13.3448425Z [00:03:37.090]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:13.3449951Z [00:03:37.090]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:13.3451528Z [00:03:37.090]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:13.3453071Z [00:03:37.090]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:13.3454323Z [00:03:37.090]➜  EOF
2025-08-20T22:54:13.3454860Z [00:03:37.090]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:13.3478796Z [00:03:37.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device=>github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device;$WORK/b474=>" -p github.com/tailscale/wireguard-go/device -lang=go1.20 -complete -installsuffix shared -buildid AkN0rJiYHCDKZaKwjqKB/AkN0rJiYHCDKZaKwjqKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/allowedips.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/channels.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/constants.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/cookie.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/device.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/devicestate_string.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/indextable.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/ip.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/keypair.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/logger.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/mobilequirks.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/noise-helpers.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/noise-protocol.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/noise-types.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/peer.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/pools.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/queueconstants_default.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/receive.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/send.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/sticky_linux.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/timers.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/tun.go /root/go/pkg/mod/github.com/tailscale/wireguard-go@v0.0.0-20250716170648-1d0488a3d7da/device/uapi.go
2025-08-20T22:54:13.9194128Z [00:03:37.663]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T22:54:14.0609943Z [00:03:37.814]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/0d/0dcadff8cc6bf7e5cb8a606e081dec09cb185c6d5ea25282dc30a76508079488-d # internal
2025-08-20T22:54:14.0611953Z [00:03:37.814]➜  gvisor.dev/gvisor/pkg/sync/locking
2025-08-20T22:54:14.0613321Z [00:03:37.814]➜  mkdir -p $WORK/b486/
2025-08-20T22:54:14.0619146Z [00:03:37.815]➜  cat >/tmp/go-build2831371785/b486/importcfg << 'EOF' # internal
2025-08-20T22:54:14.0619973Z [00:03:37.815]➜  # import config
2025-08-20T22:54:14.0621996Z [00:03:37.815]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build2831371785/b434/_pkg_.a
2025-08-20T22:54:14.0623200Z [00:03:37.815]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:14.0624659Z [00:03:37.815]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:14.0626875Z [00:03:37.815]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:14.0627837Z [00:03:37.815]➜  EOF
2025-08-20T22:54:14.0634453Z [00:03:37.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/locking=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/locking;$WORK/b486=>" -p gvisor.dev/gvisor/pkg/sync/locking -lang=go1.23 -complete -installsuffix shared -buildid Qi_ZV8GtK115zVIuKxZ_/Qi_ZV8GtK115zVIuKxZ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/locking/atomicptrmap_ancestors_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/locking/atomicptrmap_goroutine_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/locking/lockdep_norace.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sync/locking/locking.go
2025-08-20T22:54:14.1246659Z [00:03:37.877]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T22:54:14.1397862Z [00:03:37.892]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/ab/abd250b8c4aaad708330ab8fc6aca311c89d6f84896a45604c6a8a5ec75eb59a-d # internal
2025-08-20T22:54:14.1401723Z [00:03:37.892]➜  gvisor.dev/gvisor/pkg/tcpip/hash/jenkins
2025-08-20T22:54:14.1402388Z [00:03:37.892]➜  mkdir -p $WORK/b487/
2025-08-20T22:54:14.1409347Z [00:03:37.894]➜  cat >/tmp/go-build2831371785/b487/importcfg << 'EOF' # internal
2025-08-20T22:54:14.1410090Z [00:03:37.894]➜  # import config
2025-08-20T22:54:14.1411538Z [00:03:37.894]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:14.1412617Z [00:03:37.894]➜  EOF
2025-08-20T22:54:14.1432314Z [00:03:37.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/hash/jenkins=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/hash/jenkins;$WORK/b487=>" -p gvisor.dev/gvisor/pkg/tcpip/hash/jenkins -lang=go1.23 -complete -installsuffix shared -buildid lbmDaNoFshDWHh1eiCwe/lbmDaNoFshDWHh1eiCwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/hash/jenkins/jenkins.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/hash/jenkins/jenkins_state_autogen.go
2025-08-20T22:54:14.1549656Z [00:03:37.908]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T22:54:14.1555456Z [00:03:37.908]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T22:54:14.1572743Z [00:03:37.910]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/ea/eaef32064e578136f2fa86f1fc1edac5eb640c7a5e3e38a11c92186c7c7845c1-d # internal
2025-08-20T22:54:14.1574421Z [00:03:37.910]➜  tailscale.com/types/netlogtype
2025-08-20T22:54:14.1577218Z [00:03:37.910]➜  mkdir -p $WORK/b491/
2025-08-20T22:54:14.1587832Z [00:03:37.911]➜  cat >/tmp/go-build2831371785/b491/importcfg << 'EOF' # internal
2025-08-20T22:54:14.1588891Z [00:03:37.912]➜  # import config
2025-08-20T22:54:14.1592458Z [00:03:37.912]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.1594276Z [00:03:37.912]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:14.1596405Z [00:03:37.912]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:14.1598196Z [00:03:37.912]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.1599487Z [00:03:37.912]➜  EOF
2025-08-20T22:54:14.1602904Z [00:03:37.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b491/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/netlogtype=>tailscale.com/types/netlogtype;$WORK/b491=>" -p tailscale.com/types/netlogtype -lang=go1.24 -complete -installsuffix shared -buildid kcloHDqxCUfhLnoD6207/kcloHDqxCUfhLnoD6207 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/netlogtype/netlogtype.go
2025-08-20T22:54:14.1619174Z [00:03:37.915]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/53/530a1b86fcc08a840dc9a8af1c0bc1f71b4d0e33aaa16483e6a3f7a59fe6bdb0-d # internal
2025-08-20T22:54:14.1626212Z [00:03:37.915]➜  tailscale.com/wgengine/wgcfg
2025-08-20T22:54:14.1630949Z [00:03:37.916]➜  mkdir -p $WORK/b496/
2025-08-20T22:54:14.1642012Z [00:03:37.917]➜  cat >/tmp/go-build2831371785/b496/importcfg << 'EOF' # internal
2025-08-20T22:54:14.1657933Z [00:03:37.917]➜  # import config
2025-08-20T22:54:14.1659071Z [00:03:37.917]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:14.1660655Z [00:03:37.917]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.1662021Z [00:03:37.917]➜  packagefile github.com/tailscale/wireguard-go/conn=/tmp/go-build2831371785/b473/_pkg_.a
2025-08-20T22:54:14.1666742Z [00:03:37.917]➜  packagefile github.com/tailscale/wireguard-go/device=/tmp/go-build2831371785/b474/_pkg_.a
2025-08-20T22:54:14.1668031Z [00:03:37.917]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:14.1669489Z [00:03:37.917]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:14.1671455Z [00:03:37.917]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.1673145Z [00:03:37.917]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:14.1674802Z [00:03:37.917]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.1676723Z [00:03:37.917]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:14.1678301Z [00:03:37.917]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:14.1679883Z [00:03:37.917]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.1681615Z [00:03:37.917]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:14.1683369Z [00:03:37.917]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:14.1685518Z [00:03:37.917]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:14.1686931Z [00:03:37.917]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:14.1688304Z [00:03:37.917]➜  packagefile tailscale.com/types/ptr=/root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d
2025-08-20T22:54:14.1690122Z [00:03:37.917]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:14.1691227Z [00:03:37.917]➜  EOF
2025-08-20T22:54:14.1697453Z [00:03:37.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b496/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg=>tailscale.com/wgengine/wgcfg;$WORK/b496=>" -p tailscale.com/wgengine/wgcfg -lang=go1.24 -complete -installsuffix shared -buildid CnMeCgYmdXY6JLdv3lQG/CnMeCgYmdXY6JLdv3lQG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/config.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/device.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/parser.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/wgcfg_clone.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/writer.go
2025-08-20T22:54:14.2114426Z [00:03:37.964]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T22:54:14.2152460Z [00:03:37.968]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/dd/dd22d5e9b066bc72019dfa7353a4adb20903df42ac5c7cc1c1620f8b6ffbe324-d # internal
2025-08-20T22:54:14.2177275Z [00:03:37.968]➜  tailscale.com/net/connstats
2025-08-20T22:54:14.2177914Z [00:03:37.968]➜  mkdir -p $WORK/b490/
2025-08-20T22:54:14.2178697Z [00:03:37.968]➜  cat >/tmp/go-build2831371785/b490/importcfg << 'EOF' # internal
2025-08-20T22:54:14.2179396Z [00:03:37.968]➜  # import config
2025-08-20T22:54:14.2180544Z [00:03:37.968]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.2182366Z [00:03:37.968]➜  packagefile golang.org/x/sync/errgroup=/root/.cache/go-build/6c/6c82791f2b500f6404c45f39e1e56d45cfd40c623f6028c09292d4500867f3d3-d
2025-08-20T22:54:14.2184182Z [00:03:37.968]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.2186067Z [00:03:37.968]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.2187433Z [00:03:37.968]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:14.2189293Z [00:03:37.968]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:14.2190919Z [00:03:37.968]➜  packagefile tailscale.com/types/netlogtype=/tmp/go-build2831371785/b491/_pkg_.a
2025-08-20T22:54:14.2192373Z [00:03:37.968]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.2193431Z [00:03:37.968]➜  EOF
2025-08-20T22:54:14.2196872Z [00:03:37.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b490/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/connstats=>tailscale.com/net/connstats;$WORK/b490=>" -p tailscale.com/net/connstats -lang=go1.24 -complete -installsuffix shared -buildid neAroq0EwSXjKU9s7umy/neAroq0EwSXjKU9s7umy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/connstats/stats.go
2025-08-20T22:54:14.2554737Z [00:03:38.008]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T22:54:14.2816850Z [00:03:38.034]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/78/780e912f7a926b0c17f3c8e90ad3e33863224983068ebc23a2053b0bb8ac9e61-d # internal
2025-08-20T22:54:14.2820329Z [00:03:38.034]➜  gvisor.dev/gvisor/pkg/tcpip/ports
2025-08-20T22:54:14.2820952Z [00:03:38.034]➜  mkdir -p $WORK/b488/
2025-08-20T22:54:14.2830102Z [00:03:38.036]➜  cat >/tmp/go-build2831371785/b488/importcfg << 'EOF' # internal
2025-08-20T22:54:14.2831171Z [00:03:38.036]➜  # import config
2025-08-20T22:54:14.2832655Z [00:03:38.036]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.2834472Z [00:03:38.036]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build2831371785/b444/_pkg_.a
2025-08-20T22:54:14.2837150Z [00:03:38.036]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:14.2838286Z [00:03:38.036]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:14.2839443Z [00:03:38.036]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:14.2840661Z [00:03:38.036]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:14.2842574Z [00:03:38.036]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:14.2843482Z [00:03:38.036]➜  EOF
2025-08-20T22:54:14.2849247Z [00:03:38.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/ports=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/ports;$WORK/b488=>" -p gvisor.dev/gvisor/pkg/tcpip/ports -lang=go1.23 -complete -installsuffix shared -buildid UWQxQvzduYi2BMAxDS1X/UWQxQvzduYi2BMAxDS1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/ports/flags.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/ports/ports.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/ports/ports_state_autogen.go
2025-08-20T22:54:14.2886633Z [00:03:38.036]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T22:54:14.2887939Z [00:03:38.038]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/67/6774c6d22d365c80ce9c6d3a1b25d4965d83860e7852b8f9bb592f1725c27800-d # internal
2025-08-20T22:54:14.2889152Z [00:03:38.040]➜  gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack
2025-08-20T22:54:14.2889789Z [00:03:38.040]➜  mkdir -p $WORK/b489/
2025-08-20T22:54:14.2890474Z [00:03:38.041]➜  cat >/tmp/go-build2831371785/b489/importcfg << 'EOF' # internal
2025-08-20T22:54:14.2891120Z [00:03:38.041]➜  # import config
2025-08-20T22:54:14.2892202Z [00:03:38.041]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.2893830Z [00:03:38.041]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:14.2894992Z [00:03:38.041]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:14.2896405Z [00:03:38.041]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build2831371785/b484/_pkg_.a
2025-08-20T22:54:14.2897184Z [00:03:38.041]➜  EOF
2025-08-20T22:54:14.2902986Z [00:03:38.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcpconntrack=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcpconntrack;$WORK/b489=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack -lang=go1.23 -complete -installsuffix shared -buildid OVam0-O0umD50g2PHTqb/OVam0-O0umD50g2PHTqb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcpconntrack/tcp_conntrack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcpconntrack/tcpconntrack_state_autogen.go
2025-08-20T22:54:14.2959318Z [00:03:38.049]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T22:54:14.2984240Z [00:03:38.051]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/a2/a23f4e3fc20ab7ec49799dfabfc7be7da3bca217288fd3eaeab8af6ee95dedcc-d # internal
2025-08-20T22:54:14.2997373Z [00:03:38.051]➜  tailscale.com/net/packet/checksum
2025-08-20T22:54:14.2998007Z [00:03:38.051]➜  mkdir -p $WORK/b492/
2025-08-20T22:54:14.2998774Z [00:03:38.051]➜  cat >/tmp/go-build2831371785/b492/importcfg << 'EOF' # internal
2025-08-20T22:54:14.2999470Z [00:03:38.051]➜  # import config
2025-08-20T22:54:14.3000656Z [00:03:38.051]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:14.3002145Z [00:03:38.051]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:14.3003359Z [00:03:38.051]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:14.3005318Z [00:03:38.051]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.3006688Z [00:03:38.051]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:14.3008272Z [00:03:38.051]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:14.3009459Z [00:03:38.051]➜  EOF
2025-08-20T22:54:14.3012832Z [00:03:38.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b492/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/checksum=>tailscale.com/net/packet/checksum;$WORK/b492=>" -p tailscale.com/net/packet/checksum -lang=go1.24 -complete -installsuffix shared -buildid Qh4EbOULhFhFz_IqQc18/Qh4EbOULhFhFz_IqQc18 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/checksum/checksum.go
2025-08-20T22:54:14.3756434Z [00:03:38.128]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T22:54:14.3759417Z [00:03:38.128]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T22:54:14.3768728Z [00:03:38.129]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/b5/b54e3b5752ae65419522326ea070725dd40a5187a7f756fc8ebf5ef05447b38d-d # internal
2025-08-20T22:54:14.3775797Z [00:03:38.130]➜  tailscale.com/proxymap
2025-08-20T22:54:14.3776410Z [00:03:38.130]➜  mkdir -p $WORK/b497/
2025-08-20T22:54:14.3777085Z [00:03:38.130]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T22:54:14.3777954Z [00:03:38.130]➜  cat >/tmp/go-build2831371785/b497/importcfg << 'EOF' # internal
2025-08-20T22:54:14.3778663Z [00:03:38.130]➜  # import config
2025-08-20T22:54:14.3779755Z [00:03:38.130]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.3781827Z [00:03:38.130]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.3788507Z [00:03:38.130]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.3790265Z [00:03:38.130]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.3792088Z [00:03:38.130]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:14.3793975Z [00:03:38.130]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.3794973Z [00:03:38.130]➜  EOF
2025-08-20T22:54:14.3830951Z [00:03:38.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/proxymap=>tailscale.com/proxymap;$WORK/b497=>" -p tailscale.com/proxymap -lang=go1.24 -complete -installsuffix shared -buildid 2DvccIcNQftb2WoaVUBO/2DvccIcNQftb2WoaVUBO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/proxymap/proxymap.go
2025-08-20T22:54:14.3834650Z [00:03:38.131]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/8b/8bd1942afcc5c82a4ff16c251e6d951e3c27dd4d0c539effd847e7659df85c06-d # internal
2025-08-20T22:54:14.3835984Z [00:03:38.131]➜  tailscale.com/net/batching
2025-08-20T22:54:14.3836559Z [00:03:38.131]➜  mkdir -p $WORK/b500/
2025-08-20T22:54:14.3837311Z [00:03:38.132]➜  cat >/tmp/go-build2831371785/b500/importcfg << 'EOF' # internal
2025-08-20T22:54:14.3838014Z [00:03:38.132]➜  # import config
2025-08-20T22:54:14.3839183Z [00:03:38.132]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:14.3840921Z [00:03:38.132]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:14.3842530Z [00:03:38.132]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.3844565Z [00:03:38.132]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/c7/c79a99d64daaa64bbff1f857e4849b6acf9a76f75cf19bd44f966ce3b5670ea5-d
2025-08-20T22:54:14.3846584Z [00:03:38.132]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d
2025-08-20T22:54:14.3848423Z [00:03:38.132]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:14.3850139Z [00:03:38.132]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:14.3851807Z [00:03:38.132]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.3853475Z [00:03:38.132]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:14.3855298Z [00:03:38.132]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.3856994Z [00:03:38.132]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.3858696Z [00:03:38.132]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:14.3860375Z [00:03:38.132]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:14.3862157Z [00:03:38.132]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:14.3864298Z [00:03:38.132]➜  packagefile tailscale.com/net/neterror=/root/.cache/go-build/27/27b0556153ddc511e1205245ee4202be58d4610648115ff82967917833ed235c-d
2025-08-20T22:54:14.3865976Z [00:03:38.132]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:14.3867522Z [00:03:38.132]➜  packagefile tailscale.com/types/nettype=/root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d
2025-08-20T22:54:14.3869295Z [00:03:38.132]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.3870265Z [00:03:38.132]➜  EOF
2025-08-20T22:54:14.3873841Z [00:03:38.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b500/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching=>tailscale.com/net/batching;$WORK/b500=>" -p tailscale.com/net/batching -lang=go1.24 -complete -installsuffix shared -buildid TfEAwQg-c9SionoargET/TfEAwQg-c9SionoargET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn_linux.go
2025-08-20T22:54:14.3877856Z [00:03:38.133]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/47/478f5d0418f657ba4f02cf852aa0dc3d57b6cfa152afc50ca537830969ab9f6f-d # internal
2025-08-20T22:54:14.3888119Z [00:03:38.141]➜  gvisor.dev/gvisor/pkg/tcpip/stack
2025-08-20T22:54:14.3890748Z [00:03:38.141]➜  mkdir -p $WORK/b485/
2025-08-20T22:54:14.3901132Z [00:03:38.143]➜  cat >/tmp/go-build2831371785/b485/importcfg << 'EOF' # internal
2025-08-20T22:54:14.3903511Z [00:03:38.143]➜  # import config
2025-08-20T22:54:14.3904639Z [00:03:38.143]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
﻿2025-08-20T22:54:14.3910096Z [00:03:38.143]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:14.3911773Z [00:03:38.143]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.3913449Z [00:03:38.143]➜  packagefile golang.org/x/time/rate=/root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d
2025-08-20T22:54:14.3915090Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:14.3916501Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:14.3917581Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build2831371785/b440/_pkg_.a
2025-08-20T22:54:14.3918652Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build2831371785/b444/_pkg_.a
2025-08-20T22:54:14.3919716Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build2831371785/b438/_pkg_.a
2025-08-20T22:54:14.3920894Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:14.3922254Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:14.3923480Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/sync/locking=/tmp/go-build2831371785/b486/_pkg_.a
2025-08-20T22:54:14.3924662Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:14.3929235Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/hash/jenkins=/tmp/go-build2831371785/b487/_pkg_.a
2025-08-20T22:54:14.3930425Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:14.3931619Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build2831371785/b488/_pkg_.a
2025-08-20T22:54:14.3933007Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack=/tmp/go-build2831371785/b489/_pkg_.a
2025-08-20T22:54:14.3934342Z [00:03:38.143]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:14.3936027Z [00:03:38.143]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.3937656Z [00:03:38.143]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:14.3939317Z [00:03:38.143]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T22:54:14.3940973Z [00:03:38.143]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:14.3942659Z [00:03:38.143]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:14.3944341Z [00:03:38.143]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.3946317Z [00:03:38.143]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.3947681Z [00:03:38.143]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.3948785Z [00:03:38.143]➜  EOF
2025-08-20T22:54:14.3994863Z [00:03:38.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack;$WORK/b485=>" -p gvisor.dev/gvisor/pkg/tcpip/stack -lang=go1.23 -complete -installsuffix shared -buildid vkT_A44AxN7Aj0Dafarh/vkT_A44AxN7Aj0Dafarh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/address_state_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/address_state_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/addressable_endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/addressable_endpoint_state_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/bridge.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/bridge_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/bucket_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/cleanup_endpoints_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/conn_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/conn_track_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/conntrack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/endpoints_by_nic_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/headertype_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/hook_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/icmp_rate_limit.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/iptables.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/iptables_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/iptables_targets.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/iptables_types.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/multi_port_endpoint_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/neighbor_cache.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/neighbor_cache_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/neighbor_entry.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/neighbor_entry_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/neighbor_entry_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/neighborstate_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/nic.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/nic_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/nic_stats.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/nud.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/packet_buffer.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/packet_buffer_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/packet_buffer_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/packet_buffer_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/packet_endpoint_list_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/packet_eps_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/packets_pending_link_resolution_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/pending_packets.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/rand.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/registration.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/route.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/route_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/route_stack_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/save_restore.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/stack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/stack_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/stack_options.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/stack_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/stack_unsafe_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/state_conn_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/transport_demuxer.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/transport_endpoints_mutex.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/tuple_list.go
2025-08-20T22:54:14.4107479Z [00:03:38.161]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T22:54:14.4111234Z [00:03:38.162]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/d8/d8b0f367b23717ee54daa245abc5e124390d5b8c9431d7006457640b933947c3-d # internal
2025-08-20T22:54:14.4128743Z [00:03:38.166]➜  tailscale.com/net/udprelay/endpoint
2025-08-20T22:54:14.4131709Z [00:03:38.166]➜  mkdir -p $WORK/b513/
2025-08-20T22:54:14.4134535Z [00:03:38.166]➜  cat >/tmp/go-build2831371785/b513/importcfg << 'EOF' # internal
2025-08-20T22:54:14.4139709Z [00:03:38.166]➜  # import config
2025-08-20T22:54:14.4140890Z [00:03:38.166]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.4142702Z [00:03:38.166]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:14.4148091Z [00:03:38.166]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:14.4149929Z [00:03:38.166]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.4150932Z [00:03:38.166]➜  EOF
2025-08-20T22:54:14.4154556Z [00:03:38.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b513/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/endpoint=>tailscale.com/net/udprelay/endpoint;$WORK/b513=>" -p tailscale.com/net/udprelay/endpoint -lang=go1.24 -complete -installsuffix shared -buildid eR3zjfqXynW4fdd9DPBJ/eR3zjfqXynW4fdd9DPBJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/endpoint/endpoint.go
2025-08-20T22:54:14.4262329Z [00:03:38.179]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T22:54:14.4269818Z [00:03:38.180]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/09/091fcbee3fce24f87768601c558129bf0feab1bbeef274cc94de670503780e20-d # internal
2025-08-20T22:54:14.4272136Z [00:03:38.180]➜  tailscale.com/tempfork/heap
2025-08-20T22:54:14.4273083Z [00:03:38.180]➜  mkdir -p $WORK/b514/
2025-08-20T22:54:14.4276594Z [00:03:38.180]➜  cat >/tmp/go-build2831371785/b514/importcfg << 'EOF' # internal
2025-08-20T22:54:14.4277527Z [00:03:38.180]➜  # import config
2025-08-20T22:54:14.4279662Z [00:03:38.180]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:14.4280648Z [00:03:38.180]➜  EOF
2025-08-20T22:54:14.4283920Z [00:03:38.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b514/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/heap=>tailscale.com/tempfork/heap;$WORK/b514=>" -p tailscale.com/tempfork/heap -lang=go1.24 -complete -installsuffix shared -buildid OvPu2fXnWEuPYBGlXT3f/OvPu2fXnWEuPYBGlXT3f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/heap/heap.go
2025-08-20T22:54:14.4451929Z [00:03:38.198]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T22:54:14.4456954Z [00:03:38.198]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/14/14ff134a74068b1b2ca0cb795169efe4dd3b848fb7434418101fc2671ddf9177-d # internal
2025-08-20T22:54:14.4461465Z [00:03:38.198]➜  tailscale.com/util/ringbuffer
2025-08-20T22:54:14.4462096Z [00:03:38.199]➜  mkdir -p $WORK/b515/
2025-08-20T22:54:14.4463122Z [00:03:38.199]➜  cat >/tmp/go-build2831371785/b515/importcfg << 'EOF' # internal
2025-08-20T22:54:14.4464083Z [00:03:38.199]➜  # import config
2025-08-20T22:54:14.4465606Z [00:03:38.199]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.4466846Z [00:03:38.199]➜  EOF
2025-08-20T22:54:14.4471280Z [00:03:38.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b515/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/ringbuffer=>tailscale.com/util/ringbuffer;$WORK/b515=>" -p tailscale.com/util/ringbuffer -lang=go1.24 -complete -installsuffix shared -buildid Cfugr-XvxIgLknrSeo6V/Cfugr-XvxIgLknrSeo6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/ringbuffer/ringbuffer.go
2025-08-20T22:54:14.4558066Z [00:03:38.208]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T22:54:14.4561903Z [00:03:38.209]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/ba/ba954327f326cddaea9f1c444aff8b6a8a927a67d47bad25784738b9da821c2f-d # internal
2025-08-20T22:54:14.4565457Z [00:03:38.209]➜  tailscale.com/util/sysresources
2025-08-20T22:54:14.4568873Z [00:03:38.209]➜  mkdir -p $WORK/b516/
2025-08-20T22:54:14.4569618Z [00:03:38.209]➜  cat >/tmp/go-build2831371785/b516/importcfg << 'EOF' # internal
2025-08-20T22:54:14.4570365Z [00:03:38.209]➜  # import config
2025-08-20T22:54:14.4571556Z [00:03:38.209]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:14.4572692Z [00:03:38.209]➜  EOF
2025-08-20T22:54:14.4577071Z [00:03:38.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b516/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources=>tailscale.com/util/sysresources;$WORK/b516=>" -p tailscale.com/util/sysresources -lang=go1.24 -complete -installsuffix shared -buildid R0v2MjRnJVAvXFcX_Pwi/R0v2MjRnJVAvXFcX_Pwi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/sysresources.go
2025-08-20T22:54:14.4891610Z [00:03:38.242]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T22:54:14.4899609Z [00:03:38.243]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/db/db5195093d76e163f4d37d61e7cc106ffacdc7e2e98015c047ee0fe3cd1ddf19-d # internal
2025-08-20T22:54:14.4904281Z [00:03:38.243]➜  tailscale.com/wgengine/wgint
2025-08-20T22:54:14.4910307Z [00:03:38.243]➜  mkdir -p $WORK/b517/
2025-08-20T22:54:14.4911151Z [00:03:38.243]➜  cat >/tmp/go-build2831371785/b517/importcfg << 'EOF' # internal
2025-08-20T22:54:14.4911822Z [00:03:38.243]➜  # import config
2025-08-20T22:54:14.4912731Z [00:03:38.243]➜  packagefile github.com/tailscale/wireguard-go/device=/tmp/go-build2831371785/b474/_pkg_.a
2025-08-20T22:54:14.4914228Z [00:03:38.243]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:14.4916072Z [00:03:38.243]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:14.4917877Z [00:03:38.243]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.4918821Z [00:03:38.243]➜  EOF
2025-08-20T22:54:14.4922154Z [00:03:38.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b517/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgint=>tailscale.com/wgengine/wgint;$WORK/b517=>" -p tailscale.com/wgengine/wgint -lang=go1.24 -complete -installsuffix shared -buildid FpF3cLDu6IARFnz18UhY/FpF3cLDu6IARFnz18UhY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgint/wgint.go
2025-08-20T22:54:14.5231917Z [00:03:38.276]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T22:54:14.5251607Z [00:03:38.277]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/14/14e1051f35019b2fd0664b224028470c75c9d1a45a6dd2db5fc8e50edc841a5d-d # internal
2025-08-20T22:54:14.5254102Z [00:03:38.278]➜  golang.org/x/term
2025-08-20T22:54:14.5254698Z [00:03:38.278]➜  mkdir -p $WORK/b520/
2025-08-20T22:54:14.5256687Z [00:03:38.278]➜  cat >/tmp/go-build2831371785/b520/importcfg << 'EOF' # internal
2025-08-20T22:54:14.5258214Z [00:03:38.278]➜  # import config
2025-08-20T22:54:14.5260430Z [00:03:38.278]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:14.5262148Z [00:03:38.278]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.5263926Z [00:03:38.278]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:14.5265853Z [00:03:38.278]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.5267547Z [00:03:38.278]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:14.5269247Z [00:03:38.278]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:14.5270950Z [00:03:38.278]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.5272632Z [00:03:38.278]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:14.5273715Z [00:03:38.278]➜  EOF
2025-08-20T22:54:14.5293344Z [00:03:38.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.32.0=>golang.org/x/term@v0.32.0;$WORK/b520=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid McS2z6moLeCq-G9oHflA/McS2z6moLeCq-G9oHflA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.32.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/terminal.go
2025-08-20T22:54:14.5553858Z [00:03:38.308]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T22:54:14.5573999Z [00:03:38.310]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/73/73196f473826573df62de8d54c9bb2b10305d20323af531adc45b691d5898a01-d # internal
2025-08-20T22:54:14.5578921Z [00:03:38.310]➜  tailscale.com/log/filelogger
2025-08-20T22:54:14.5579550Z [00:03:38.311]➜  mkdir -p $WORK/b521/
2025-08-20T22:54:14.5586243Z [00:03:38.311]➜  cat >/tmp/go-build2831371785/b521/importcfg << 'EOF' # internal
2025-08-20T22:54:14.5591782Z [00:03:38.311]➜  # import config
2025-08-20T22:54:14.5592902Z [00:03:38.311]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:14.5594463Z [00:03:38.311]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.5596392Z [00:03:38.311]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:14.5597991Z [00:03:38.311]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:14.5599626Z [00:03:38.311]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:14.5601305Z [00:03:38.311]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:14.5602860Z [00:03:38.311]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.5604449Z [00:03:38.311]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.5606325Z [00:03:38.311]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:14.5608239Z [00:03:38.311]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.5609179Z [00:03:38.311]➜  EOF
2025-08-20T22:54:14.5612192Z [00:03:38.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b521/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/log/filelogger=>tailscale.com/log/filelogger;$WORK/b521=>" -p tailscale.com/log/filelogger -lang=go1.24 -complete -installsuffix shared -buildid Lu-kflSUtC0vRixtzQ73/Lu-kflSUtC0vRixtzQ73 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/log/filelogger/log.go
2025-08-20T22:54:14.6132893Z [00:03:38.366]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T22:54:14.6149248Z [00:03:38.367]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/ed/ed867f5d37a91e91f93747122d7e69fe06e6396513e81c65aae613e07800303f-d # internal
2025-08-20T22:54:14.6151038Z [00:03:38.367]➜  tailscale.com/logtail/filch
2025-08-20T22:54:14.6152109Z [00:03:38.367]➜  mkdir -p $WORK/b522/
2025-08-20T22:54:14.6160123Z [00:03:38.369]➜  cat >/tmp/go-build2831371785/b522/importcfg << 'EOF' # internal
2025-08-20T22:54:14.6161142Z [00:03:38.369]➜  # import config
2025-08-20T22:54:14.6162624Z [00:03:38.369]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:14.6164639Z [00:03:38.369]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:14.6166635Z [00:03:38.369]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.6168628Z [00:03:38.369]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:14.6170674Z [00:03:38.369]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.6172741Z [00:03:38.369]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:14.6174493Z [00:03:38.369]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.6186273Z [00:03:38.369]➜  EOF
2025-08-20T22:54:14.6190166Z [00:03:38.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b522/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch=>tailscale.com/logtail/filch;$WORK/b522=>" -p tailscale.com/logtail/filch -lang=go1.24 -complete -installsuffix shared -buildid 6WMKK2WzIyADtFIgCSDY/6WMKK2WzIyADtFIgCSDY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch.go /tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_unix.go
2025-08-20T22:54:14.7153327Z [00:03:38.467]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T22:54:14.7156522Z [00:03:38.468]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/f5/f510a7a74f75198b9c456c0161d7f04ed8bc4ee93c733e7c0b10dd9f4c83219c-d # internal
2025-08-20T22:54:14.7164787Z [00:03:38.469]➜  tailscale.com/util/racebuild
2025-08-20T22:54:14.7170158Z [00:03:38.470]➜  mkdir -p $WORK/b523/
2025-08-20T22:54:14.7178439Z [00:03:38.471]➜  echo '# import config' > $WORK/b523/importcfg # internal
2025-08-20T22:54:14.7188802Z [00:03:38.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b523/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild=>tailscale.com/util/racebuild;$WORK/b523=>" -p tailscale.com/util/racebuild -lang=go1.24 -complete -installsuffix shared -buildid bo94bW-N8x9_tFdYaMQl/bo94bW-N8x9_tFdYaMQl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/off.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/racebuild.go
2025-08-20T22:54:14.7263184Z [00:03:38.479]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T22:54:14.7273457Z [00:03:38.480]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/9a/9a8303531e0418e732859622e7c6c338c635a34aef42e66835f5c7ce2e2982a3-d # internal
2025-08-20T22:54:14.7281150Z [00:03:38.481]➜  tailscale.com/wgengine/wglog
2025-08-20T22:54:14.7282933Z [00:03:38.481]➜  mkdir -p $WORK/b525/
2025-08-20T22:54:14.7290313Z [00:03:38.482]➜  cat >/tmp/go-build2831371785/b525/importcfg << 'EOF' # internal
2025-08-20T22:54:14.7291121Z [00:03:38.482]➜  # import config
2025-08-20T22:54:14.7293659Z [00:03:38.482]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.7296226Z [00:03:38.482]➜  packagefile github.com/tailscale/wireguard-go/device=/tmp/go-build2831371785/b474/_pkg_.a
2025-08-20T22:54:14.7299570Z [00:03:38.482]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.7302843Z [00:03:38.482]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.7304333Z [00:03:38.482]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:14.7312131Z [00:03:38.482]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:14.7313690Z [00:03:38.482]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:14.7327703Z [00:03:38.482]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:14.7329084Z [00:03:38.482]➜  packagefile tailscale.com/wgengine/wgcfg=/tmp/go-build2831371785/b496/_pkg_.a
2025-08-20T22:54:14.7329716Z [00:03:38.482]➜  EOF
2025-08-20T22:54:14.7332443Z [00:03:38.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b525/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wglog=>tailscale.com/wgengine/wglog;$WORK/b525=>" -p tailscale.com/wgengine/wglog -lang=go1.24 -complete -installsuffix shared -buildid shyT4BKd_fRkK2ww7Rm1/shyT4BKd_fRkK2ww7Rm1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wglog/wglog.go
2025-08-20T22:54:14.7643812Z [00:03:38.517]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T22:54:14.7659386Z [00:03:38.519]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/be/be97d0e20260f29ba18c8e7438d339b61b52cea27715f372e81f012dc04ffc23-d # internal
2025-08-20T22:54:14.7665370Z [00:03:38.519]➜  tailscale.com/types/mapx
2025-08-20T22:54:14.7669253Z [00:03:38.520]➜  mkdir -p $WORK/b526/
2025-08-20T22:54:14.7675853Z [00:03:38.520]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T22:54:14.7682163Z [00:03:38.521]➜  cat >/tmp/go-build2831371785/b526/importcfg << 'EOF' # internal
2025-08-20T22:54:14.7684969Z [00:03:38.521]➜  # import config
2025-08-20T22:54:14.7686879Z [00:03:38.521]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:14.7689760Z [00:03:38.521]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:14.7690763Z [00:03:38.521]➜  EOF
2025-08-20T22:54:14.7693851Z [00:03:38.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b526/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/mapx=>tailscale.com/types/mapx;$WORK/b526=>" -p tailscale.com/types/mapx -lang=go1.24 -complete -installsuffix shared -buildid WUVaPpZYxIRKJGq1lOgA/WUVaPpZYxIRKJGq1lOgA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/mapx/ordered.go
2025-08-20T22:54:14.7705497Z [00:03:38.523]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/d8/d86c6d9f55735a7e3305382fb9d006c115557afd4517de1db843cf0d64c90001-d # internal
2025-08-20T22:54:14.7717249Z [00:03:38.523]➜  tailscale.com/logpolicy
2025-08-20T22:54:14.7718487Z [00:03:38.523]➜  mkdir -p $WORK/b519/
2025-08-20T22:54:14.7719495Z [00:03:38.523]➜  cat >/tmp/go-build2831371785/b519/importcfg << 'EOF' # internal
2025-08-20T22:54:14.7720447Z [00:03:38.523]➜  # import config
2025-08-20T22:54:14.7722086Z [00:03:38.523]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:14.7724722Z [00:03:38.523]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:14.7731939Z [00:03:38.523]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.7733610Z [00:03:38.523]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:14.7737915Z [00:03:38.523]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:14.7739639Z [00:03:38.523]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:14.7741128Z [00:03:38.523]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.7742366Z [00:03:38.523]➜  packagefile golang.org/x/term=/tmp/go-build2831371785/b520/_pkg_.a
2025-08-20T22:54:14.7743552Z [00:03:38.523]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.7744940Z [00:03:38.523]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:14.7752030Z [00:03:38.523]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:14.7753535Z [00:03:38.523]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:14.7755072Z [00:03:38.523]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.7756895Z [00:03:38.523]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:14.7758323Z [00:03:38.523]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:14.7759784Z [00:03:38.523]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:14.7761327Z [00:03:38.523]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:14.7762830Z [00:03:38.523]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:14.7764446Z [00:03:38.523]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.7766050Z [00:03:38.523]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.7767637Z [00:03:38.523]➜  packagefile tailscale.com/atomicfile=/root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d
2025-08-20T22:54:14.7769316Z [00:03:38.523]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:14.7770940Z [00:03:38.523]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:14.7772566Z [00:03:38.523]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:14.7774054Z [00:03:38.523]➜  packagefile tailscale.com/log/filelogger=/tmp/go-build2831371785/b521/_pkg_.a
2025-08-20T22:54:14.7775054Z [00:03:38.523]➜  packagefile tailscale.com/logtail=/tmp/go-build2831371785/b366/_pkg_.a
2025-08-20T22:54:14.7806535Z [00:03:38.524]➜  packagefile tailscale.com/logtail/filch=/tmp/go-build2831371785/b522/_pkg_.a
2025-08-20T22:54:14.7807929Z [00:03:38.524]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:14.7809577Z [00:03:38.524]➜  packagefile tailscale.com/net/dnsfallback=/root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d
2025-08-20T22:54:14.7811221Z [00:03:38.524]➜  packagefile tailscale.com/net/netknob=/root/.cache/go-build/1f/1f891a52da4a3ad6ecea695a16c9c46e3eb9020d66d11230a6d2cfb4f09c62d2-d
2025-08-20T22:54:14.7812842Z [00:03:38.524]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:14.7814423Z [00:03:38.524]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:14.7816209Z [00:03:38.524]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:14.7817812Z [00:03:38.524]➜  packagefile tailscale.com/net/tlsdial=/root/.cache/go-build/7b/7bb3be395476dc0f2b47e9b34586795bd795435a77c02a324ed25f1a967536b8-d
2025-08-20T22:54:14.7819482Z [00:03:38.524]➜  packagefile tailscale.com/net/tshttpproxy=/root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d
2025-08-20T22:54:14.7821100Z [00:03:38.524]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:14.7822677Z [00:03:38.524]➜  packagefile tailscale.com/safesocket=/root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d
2025-08-20T22:54:14.7824300Z [00:03:38.524]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:14.7825933Z [00:03:38.524]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:14.7827316Z [00:03:38.524]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:14.7828974Z [00:03:38.524]➜  packagefile tailscale.com/util/must=/root/.cache/go-build/43/43c81b48660cb2409d74f3e6cc388d802e71db164e357ce2b5c5ee87fc253bef-d
2025-08-20T22:54:14.7830226Z [00:03:38.524]➜  packagefile tailscale.com/util/racebuild=/tmp/go-build2831371785/b523/_pkg_.a
2025-08-20T22:54:14.7831565Z [00:03:38.524]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:14.7833327Z [00:03:38.524]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:14.7834986Z [00:03:38.524]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:14.7853248Z [00:03:38.524]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:14.7854836Z [00:03:38.524]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.7856023Z [00:03:38.524]➜  EOF
2025-08-20T22:54:14.7861609Z [00:03:38.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b519/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/logpolicy=>tailscale.com/logpolicy;$WORK/b519=>" -p tailscale.com/logpolicy -lang=go1.24 -complete -installsuffix shared -buildid qTkvSbhAVYYlljGpOtjT/qTkvSbhAVYYlljGpOtjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/logpolicy/logpolicy.go
2025-08-20T22:54:14.7877448Z [00:03:38.540]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T22:54:14.7889559Z [00:03:38.541]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/23/23dcec197c944322f50073301bc02ddbdfca1bce6c0a6aaffa867f76e72e87f9-d # internal
2025-08-20T22:54:14.7898918Z [00:03:38.542]➜  tailscale.com/ipn/policy
2025-08-20T22:54:14.7907611Z [00:03:38.542]➜  mkdir -p $WORK/b527/
2025-08-20T22:54:14.7908323Z [00:03:38.543]➜  cat >/tmp/go-build2831371785/b527/importcfg << 'EOF' # internal
2025-08-20T22:54:14.7908960Z [00:03:38.543]➜  # import config
2025-08-20T22:54:14.7910058Z [00:03:38.543]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:14.7911049Z [00:03:38.543]➜  EOF
2025-08-20T22:54:14.7919029Z [00:03:38.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b527/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/policy=>tailscale.com/ipn/policy;$WORK/b527=>" -p tailscale.com/ipn/policy -lang=go1.24 -complete -installsuffix shared -buildid biMbNtN1E4S_5_FZ_pWa/biMbNtN1E4S_5_FZ_pWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/policy/policy.go
2025-08-20T22:54:14.8046360Z [00:03:38.557]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T22:54:14.8047911Z [00:03:38.557]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/ba/babe182dcf50e5a3e83c2e70c407df87cdce6893a90e90298453ba14785985a9-d # internal
2025-08-20T22:54:14.8054706Z [00:03:38.558]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T22:54:14.8064787Z [00:03:38.559]➜  mkdir -p $WORK/b531/
2025-08-20T22:54:14.8066045Z [00:03:38.559]➜  cat >/tmp/go-build2831371785/b531/importcfg << 'EOF' # internal
2025-08-20T22:54:14.8069691Z [00:03:38.559]➜  # import config
2025-08-20T22:54:14.8070821Z [00:03:38.559]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:14.8072408Z [00:03:38.559]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.8074083Z [00:03:38.559]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.8081529Z [00:03:38.559]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:14.8082551Z [00:03:38.559]➜  EOF
2025-08-20T22:54:14.8086307Z [00:03:38.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/rand=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/rand;$WORK/b531=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.21 -complete -installsuffix shared -buildid 0et5fEQsRRfTmS4J_A3o/0et5fEQsRRfTmS4J_A3o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/rand/rand.go
2025-08-20T22:54:14.8228839Z [00:03:38.575]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T22:54:14.8239676Z [00:03:38.577]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/00/007069c2f909d53c3df5424b30c6d0403896b29cb54344274ebfe1d16e884d96-d # internal
2025-08-20T22:54:14.8244866Z [00:03:38.577]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T22:54:14.8249725Z [00:03:38.578]➜  mkdir -p $WORK/b532/
2025-08-20T22:54:14.8258170Z [00:03:38.579]➜  cat >/tmp/go-build2831371785/b532/importcfg << 'EOF' # internal
2025-08-20T22:54:14.8262831Z [00:03:38.579]➜  # import config
2025-08-20T22:54:14.8267172Z [00:03:38.579]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.8268625Z [00:03:38.579]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.8269764Z [00:03:38.579]➜  EOF
2025-08-20T22:54:14.8273834Z [00:03:38.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sdk=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sdk;$WORK/b532=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.21 -complete -installsuffix shared -buildid Ucglo78ZZSE4Hl7Dp1BD/Ucglo78ZZSE4Hl7Dp1BD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sdk/interfaces.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sdk/time.go
2025-08-20T22:54:14.8423002Z [00:03:38.595]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T22:54:14.8426185Z [00:03:38.595]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/92/92417562f16fd06752a83354b497d32794f50eab7727675190549fc1b3ef2508-d # internal
2025-08-20T22:54:14.8432425Z [00:03:38.596]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T22:54:14.8443095Z [00:03:38.596]➜  mkdir -p $WORK/b533/
2025-08-20T22:54:14.8447041Z [00:03:38.597]➜  cat >/tmp/go-build2831371785/b533/importcfg << 'EOF' # internal
2025-08-20T22:54:14.8456504Z [00:03:38.597]➜  # import config
2025-08-20T22:54:14.8457547Z [00:03:38.597]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:14.8459026Z [00:03:38.597]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:14.8460420Z [00:03:38.597]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.8461820Z [00:03:38.597]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:14.8463330Z [00:03:38.597]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:14.8464827Z [00:03:38.597]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.8466070Z [00:03:38.597]➜  EOF
2025-08-20T22:54:14.8470409Z [00:03:38.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sync/singleflight=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sync/singleflight;$WORK/b533=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.21 -complete -installsuffix shared -buildid hd3kbSZOKU9mprjbsLWy/hd3kbSZOKU9mprjbsLWy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sync/singleflight/singleflight.go
2025-08-20T22:54:14.8736987Z [00:03:38.626]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T22:54:14.8749354Z [00:03:38.627]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/cf/cf8cbcd72593cd4cacc29e0940c5b883aa19ea849871e2a0569cb4817513e991-d # internal
2025-08-20T22:54:14.8768479Z [00:03:38.628]➜  github.com/aws/smithy-go/context
2025-08-20T22:54:14.8769105Z [00:03:38.628]➜  mkdir -p $WORK/b535/
2025-08-20T22:54:14.8769804Z [00:03:38.628]➜  cat >/tmp/go-build2831371785/b535/importcfg << 'EOF' # internal
2025-08-20T22:54:14.8770480Z [00:03:38.628]➜  # import config
2025-08-20T22:54:14.8771587Z [00:03:38.628]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.8772608Z [00:03:38.628]➜  EOF
2025-08-20T22:54:14.8798139Z [00:03:38.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b535/_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/b535=>" -p github.com/aws/smithy-go/context -lang=go1.21 -complete -installsuffix shared -buildid 0m_PkdkAcXD6Lb-rwgV8/0m_PkdkAcXD6Lb-rwgV8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/context/suppress_expired.go
2025-08-20T22:54:14.8804674Z [00:03:38.633]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T22:54:14.8922710Z [00:03:38.645]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T22:54:14.8934141Z [00:03:38.646]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/7a/7ad68010b8dd24334d9ddbc9ff2bce28395490e658492867876ae8be159f4d33-d # internal
2025-08-20T22:54:14.8940505Z [00:03:38.647]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T22:54:14.8942800Z [00:03:38.647]➜  mkdir -p $WORK/b536/
2025-08-20T22:54:14.8953566Z [00:03:38.648]➜  cat >/tmp/go-build2831371785/b536/importcfg << 'EOF' # internal
2025-08-20T22:54:14.8954261Z [00:03:38.648]➜  # import config
2025-08-20T22:54:14.8956141Z [00:03:38.648]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:14.8957682Z [00:03:38.648]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:14.8959133Z [00:03:38.648]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.8960596Z [00:03:38.648]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:14.8962109Z [00:03:38.648]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:14.8963615Z [00:03:38.648]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.8964493Z [00:03:38.648]➜  EOF
2025-08-20T22:54:14.8974623Z [00:03:38.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b536/_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/b536=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.21 -complete -installsuffix shared -buildid -SJKfeGj0s8IlJu9_Ln4/-SJKfeGj0s8IlJu9_Ln4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/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-20T22:54:14.9336815Z [00:03:38.684]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T22:54:14.9341627Z [00:03:38.685]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/3e/3eab16ca97cc902033599787b2b383c1af7618b5d7f77f1afe79614ef41f0968-d # internal
2025-08-20T22:54:14.9342772Z [00:03:38.685]➜  github.com/aws/smithy-go/logging
2025-08-20T22:54:14.9343580Z [00:03:38.685]➜  mkdir -p $WORK/b538/
2025-08-20T22:54:14.9344306Z [00:03:38.686]➜  cat >/tmp/go-build2831371785/b538/importcfg << 'EOF' # internal
2025-08-20T22:54:14.9345005Z [00:03:38.686]➜  # import config
2025-08-20T22:54:14.9346307Z [00:03:38.686]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.9347863Z [00:03:38.686]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.9349368Z [00:03:38.686]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:14.9350334Z [00:03:38.686]➜  EOF
2025-08-20T22:54:14.9354033Z [00:03:38.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b538/_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/b538=>" -p github.com/aws/smithy-go/logging -lang=go1.21 -complete -installsuffix shared -buildid R5mLvJP5H8u_oWnOMF1c/R5mLvJP5H8u_oWnOMF1c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/logging/logger.go
2025-08-20T22:54:14.9568645Z [00:03:38.710]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T22:54:14.9579943Z [00:03:38.711]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/4a/4ac3730ac629e8111777ff055a90c2a78deda9e561e87c17403a25eb324f39eb-d # internal
2025-08-20T22:54:14.9592060Z [00:03:38.712]➜  github.com/aws/smithy-go/middleware
2025-08-20T22:54:14.9594119Z [00:03:38.712]➜  mkdir -p $WORK/b537/
2025-08-20T22:54:14.9610179Z [00:03:38.714]➜  cat >/tmp/go-build2831371785/b537/importcfg << 'EOF' # internal
2025-08-20T22:54:14.9611876Z [00:03:38.714]➜  # import config
2025-08-20T22:54:14.9613443Z [00:03:38.714]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.9615075Z [00:03:38.714]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.9617832Z [00:03:38.714]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:14.9619130Z [00:03:38.714]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.9620621Z [00:03:38.714]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:14.9622125Z [00:03:38.714]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.9623067Z [00:03:38.714]➜  EOF
2025-08-20T22:54:14.9633081Z [00:03:38.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b537/_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/b537=>" -p github.com/aws/smithy-go/middleware -lang=go1.21 -complete -installsuffix shared -buildid mpTJMhcFDtl5yw04pbGe/mpTJMhcFDtl5yw04pbGe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/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-20T22:54:14.9654833Z [00:03:38.716]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/63/63e5b57dc7d3aa228656c49bcbc570548d5a1cbff071f502bb7e438a1a1d1af3-d # internal
2025-08-20T22:54:14.9656194Z [00:03:38.717]➜  tailscale.com/net/dns
2025-08-20T22:54:14.9656738Z [00:03:38.717]➜  mkdir -p $WORK/b461/
2025-08-20T22:54:14.9657449Z [00:03:38.717]➜  cat >/tmp/go-build2831371785/b461/importcfg << 'EOF' # internal
2025-08-20T22:54:14.9658119Z [00:03:38.717]➜  # import config
2025-08-20T22:54:14.9659187Z [00:03:38.717]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:14.9660808Z [00:03:38.717]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:14.9662442Z [00:03:38.717]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:14.9664359Z [00:03:38.717]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:14.9666214Z [00:03:38.717]➜  packagefile embed=/root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d
2025-08-20T22:54:14.9667656Z [00:03:38.717]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:14.9669260Z [00:03:38.717]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:14.9670824Z [00:03:38.717]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:14.9672541Z [00:03:38.717]➜  packagefile github.com/godbus/dbus/v5=/root/.cache/go-build/10/10dbbe8ad65e6b3c53af6493481fdd68f6a0d427b0186be4d77fd7148b47cb7f-d
2025-08-20T22:54:14.9674045Z [00:03:38.717]➜  packagefile github.com/illarion/gonotify/v3=/tmp/go-build2831371785/b463/_pkg_.a
2025-08-20T22:54:14.9680171Z [00:03:38.717]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:14.9682050Z [00:03:38.717]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:14.9683626Z [00:03:38.717]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:14.9685414Z [00:03:38.717]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:14.9687038Z [00:03:38.717]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:14.9688618Z [00:03:38.717]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:14.9690221Z [00:03:38.717]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:14.9691868Z [00:03:38.717]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:14.9693731Z [00:03:38.717]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:14.9695579Z [00:03:38.717]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:14.9697165Z [00:03:38.717]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:14.9698722Z [00:03:38.717]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:14.9700510Z [00:03:38.717]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:14.9702174Z [00:03:38.717]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:14.9703984Z [00:03:38.717]➜  packagefile tailscale.com/atomicfile=/root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d
2025-08-20T22:54:14.9706908Z [00:03:38.717]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:14.9709486Z [00:03:38.717]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:14.9712211Z [00:03:38.717]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:14.9714185Z [00:03:38.717]➜  packagefile tailscale.com/logtail/backoff=/tmp/go-build2831371785/b378/_pkg_.a
2025-08-20T22:54:14.9716405Z [00:03:38.717]➜  packagefile tailscale.com/net/dns/publicdns=/tmp/go-build2831371785/b465/_pkg_.a
2025-08-20T22:54:14.9718179Z [00:03:38.717]➜  packagefile tailscale.com/net/dns/resolvconffile=/tmp/go-build2831371785/b466/_pkg_.a
2025-08-20T22:54:14.9719849Z [00:03:38.717]➜  packagefile tailscale.com/net/dns/resolver=/tmp/go-build2831371785/b467/_pkg_.a
2025-08-20T22:54:14.9721817Z [00:03:38.717]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:14.9724272Z [00:03:38.717]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:14.9727048Z [00:03:38.717]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:14.9729005Z [00:03:38.717]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:14.9730919Z [00:03:38.717]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:14.9733510Z [00:03:38.717]➜  packagefile tailscale.com/types/dnstype=/root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d
2025-08-20T22:54:14.9736497Z [00:03:38.717]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:14.9739154Z [00:03:38.717]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:14.9741729Z [00:03:38.717]➜  packagefile tailscale.com/util/cmpver=/root/.cache/go-build/13/13bf1b58975903e61400d13b851cb06fc818fc74211790a706f3d4aabb99f4a0-d
2025-08-20T22:54:14.9744229Z [00:03:38.717]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:14.9746758Z [00:03:38.717]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:14.9749525Z [00:03:38.717]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:14.9751482Z [00:03:38.717]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:14.9753326Z [00:03:38.717]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T22:54:14.9754335Z [00:03:38.717]➜  EOF
2025-08-20T22:54:14.9754959Z [00:03:38.717]➜  cat >/tmp/go-build2831371785/b461/embedcfg << 'EOF' # internal
2025-08-20T22:54:14.9755934Z [00:03:38.717]➜  {
2025-08-20T22:54:14.9756566Z [00:03:38.717]➜  	"Patterns": {
2025-08-20T22:54:14.9757111Z [00:03:38.717]➜  		"resolvconf-workaround.sh": [
2025-08-20T22:54:14.9757733Z [00:03:38.717]➜  			"resolvconf-workaround.sh"
2025-08-20T22:54:14.9758230Z [00:03:38.717]➜  		]
2025-08-20T22:54:14.9758605Z [00:03:38.717]➜  	},
2025-08-20T22:54:14.9758987Z [00:03:38.717]➜  	"Files": {
2025-08-20T22:54:14.9759854Z [00:03:38.717]➜  		"resolvconf-workaround.sh": "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconf-workaround.sh"
2025-08-20T22:54:14.9760688Z [00:03:38.717]➜  	}
2025-08-20T22:54:14.9761063Z [00:03:38.717]➜  }EOF
2025-08-20T22:54:14.9769717Z [00:03:38.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b461/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns=>tailscale.com/net/dns;$WORK/b461=>" -p tailscale.com/net/dns -lang=go1.24 -complete -installsuffix shared -buildid cIfjTr2G2g97oDNblyWV/cIfjTr2G2g97oDNblyWV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -embedcfg $WORK/b461/embedcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/config.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/debian_resolvconf.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/flush_default.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/nm.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/noop.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/openresolv.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/osconfig.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconf.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconfpath_default.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolved.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/utf.go
2025-08-20T22:54:15.1439955Z [00:03:38.897]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T22:54:15.1507263Z [00:03:38.902]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/40/40f3dd00ef311feaef0d19817816df362f14778b2bf07d080a3234f436e720fa-d # internal
2025-08-20T22:54:15.1519474Z [00:03:38.902]➜  github.com/aws/smithy-go
2025-08-20T22:54:15.1520051Z [00:03:38.902]➜  mkdir -p $WORK/b540/
2025-08-20T22:54:15.1520744Z [00:03:38.903]➜  cat >/tmp/go-build2831371785/b540/importcfg << 'EOF' # internal
2025-08-20T22:54:15.1521412Z [00:03:38.903]➜  # import config
2025-08-20T22:54:15.1522429Z [00:03:38.903]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:15.1523931Z [00:03:38.903]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:15.1525581Z [00:03:38.903]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:15.1527131Z [00:03:38.903]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:15.1528027Z [00:03:38.903]➜  EOF
2025-08-20T22:54:15.1533145Z [00:03:38.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2=>github.com/aws/smithy-go@v1.22.2;$WORK/b540=>" -p github.com/aws/smithy-go -lang=go1.21 -complete -installsuffix shared -buildid wHAuwqPXU69E13_432Nj/wHAuwqPXU69E13_432Nj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/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-20T22:54:15.2063600Z [00:03:38.959]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T22:54:15.2179578Z [00:03:38.970]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/0a/0ae22309d8761d884fa038fcfd67a64927ad7af6b04eca1f8f1e9e03cfdbb728-d # internal
2025-08-20T22:54:15.2181168Z [00:03:38.970]➜  github.com/aws/smithy-go/auth
2025-08-20T22:54:15.2181724Z [00:03:38.971]➜  mkdir -p $WORK/b541/
2025-08-20T22:54:15.2187579Z [00:03:38.971]➜  cat >/tmp/go-build2831371785/b541/importcfg << 'EOF' # internal
2025-08-20T22:54:15.2188306Z [00:03:38.971]➜  # import config
2025-08-20T22:54:15.2189409Z [00:03:38.971]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.2190709Z [00:03:38.971]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:15.2192038Z [00:03:38.971]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:15.2192989Z [00:03:38.971]➜  EOF
2025-08-20T22:54:15.2217089Z [00:03:38.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b541/_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/b541=>" -p github.com/aws/smithy-go/auth -lang=go1.21 -complete -installsuffix shared -buildid AaNLxhApUEIs9c6698_M/AaNLxhApUEIs9c6698_M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/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-20T22:54:15.2481875Z [00:03:39.001]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T22:54:15.2493402Z [00:03:39.002]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/84/84615aef3de0ae890d56f1341809c9dda4284cab5e82486a1e9232e8d2adf9a8-d # internal
2025-08-20T22:54:15.2497618Z [00:03:39.002]➜  github.com/aws/smithy-go/metrics
2025-08-20T22:54:15.2498284Z [00:03:39.002]➜  mkdir -p $WORK/b542/
2025-08-20T22:54:15.2504626Z [00:03:39.003]➜  cat >/tmp/go-build2831371785/b542/importcfg << 'EOF' # internal
2025-08-20T22:54:15.2509456Z [00:03:39.003]➜  # import config
2025-08-20T22:54:15.2510672Z [00:03:39.003]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.2512054Z [00:03:39.003]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:15.2512875Z [00:03:39.003]➜  EOF
2025-08-20T22:54:15.2517799Z [00:03:39.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b542/_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/b542=>" -p github.com/aws/smithy-go/metrics -lang=go1.21 -complete -installsuffix shared -buildid BWqFeXgs1Af94ya348rw/BWqFeXgs1Af94ya348rw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/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-20T22:54:15.3063023Z [00:03:39.059]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T22:54:15.3078929Z [00:03:39.060]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/41/417ceadf06f994bef2bef1f6c4ad2546bd163642bd4346c074ade49704d72a4a-d # internal
2025-08-20T22:54:15.3083697Z [00:03:39.061]➜  github.com/aws/smithy-go/time
2025-08-20T22:54:15.3087068Z [00:03:39.061]➜  mkdir -p $WORK/b543/
2025-08-20T22:54:15.3106283Z [00:03:39.063]➜  cat >/tmp/go-build2831371785/b543/importcfg << 'EOF' # internal
2025-08-20T22:54:15.3107469Z [00:03:39.063]➜  # import config
2025-08-20T22:54:15.3108556Z [00:03:39.063]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.3110111Z [00:03:39.063]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:15.3111693Z [00:03:39.063]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:15.3113505Z [00:03:39.063]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:15.3115383Z [00:03:39.063]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:15.3116397Z [00:03:39.063]➜  EOF
2025-08-20T22:54:15.3119649Z [00:03:39.064]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b543/_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/b543=>" -p github.com/aws/smithy-go/time -lang=go1.21 -complete -installsuffix shared -buildid xqrBdH7Hg8yGtbzKtffU/xqrBdH7Hg8yGtbzKtffU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/time/time.go
2025-08-20T22:54:15.3802802Z [00:03:39.132]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T22:54:15.3807981Z [00:03:39.133]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/8d/8d268f361c74659facfcfcd4fd0ad0d60b0eaf87b0cc0e46e4f546359aa53de4-d # internal
2025-08-20T22:54:15.3811419Z [00:03:39.134]➜  github.com/aws/smithy-go/tracing
2025-08-20T22:54:15.3831144Z [00:03:39.136]➜  mkdir -p $WORK/b544/
2025-08-20T22:54:15.3840349Z [00:03:39.137]➜  cat >/tmp/go-build2831371785/b544/importcfg << 'EOF' # internal
2025-08-20T22:54:15.3841046Z [00:03:39.137]➜  # import config
2025-08-20T22:54:15.3857009Z [00:03:39.137]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.3858890Z [00:03:39.137]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:15.3860451Z [00:03:39.137]➜  EOF
2025-08-20T22:54:15.3892440Z [00:03:39.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b544/_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/b544=>" -p github.com/aws/smithy-go/tracing -lang=go1.21 -complete -installsuffix shared -buildid OhuF3OAuOgKC1QSy67iY/OhuF3OAuOgKC1QSy67iY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/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-20T22:54:15.4459812Z [00:03:39.199]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T22:54:15.4474352Z [00:03:39.200]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/56/562de5bc655ac41e72ef0bfb2b85b33b8b3c66c430fba6e54f70cfdc04dc8dcd-d # internal
2025-08-20T22:54:15.4478095Z [00:03:39.201]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T22:54:15.4480168Z [00:03:39.201]➜  mkdir -p $WORK/b545/
2025-08-20T22:54:15.4487273Z [00:03:39.201]➜  cat >/tmp/go-build2831371785/b545/importcfg << 'EOF' # internal
2025-08-20T22:54:15.4488500Z [00:03:39.201]➜  # import config
2025-08-20T22:54:15.4489744Z [00:03:39.201]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:15.4491286Z [00:03:39.201]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:15.4492461Z [00:03:39.201]➜  EOF
2025-08-20T22:54:15.4520025Z [00:03:39.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b545/_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/b545=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.21 -complete -installsuffix shared -buildid UtonIkn0QdGTbEl0ytXD/UtonIkn0QdGTbEl0ytXD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/transport/http/internal/io/safe.go
2025-08-20T22:54:15.4850377Z [00:03:39.238]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T22:54:15.4858966Z [00:03:39.238]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/d4/d4fafdd46961ca9cb7eb04be0fba7873377f448a98f85d8c7287b585be625368-d # internal
2025-08-20T22:54:15.4860278Z [00:03:39.238]➜  github.com/aws/smithy-go/transport/http
2025-08-20T22:54:15.4860943Z [00:03:39.238]➜  mkdir -p $WORK/b539/
2025-08-20T22:54:15.4861701Z [00:03:39.238]➜  cat >/tmp/go-build2831371785/b539/importcfg << 'EOF' # internal
2025-08-20T22:54:15.4862407Z [00:03:39.238]➜  # import config
2025-08-20T22:54:15.4863455Z [00:03:39.238]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.4864985Z [00:03:39.238]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T22:54:15.4866844Z [00:03:39.238]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:15.4868616Z [00:03:39.238]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:15.4870615Z [00:03:39.238]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:15.4871995Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:15.4873156Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:15.4874360Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:15.4875925Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2831371785/b542/_pkg_.a
2025-08-20T22:54:15.4877165Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:15.4878373Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2831371785/b543/_pkg_.a
2025-08-20T22:54:15.4879572Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:15.4880933Z [00:03:39.238]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build2831371785/b545/_pkg_.a
2025-08-20T22:54:15.4882506Z [00:03:39.238]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:15.4884142Z [00:03:39.238]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:15.4886104Z [00:03:39.238]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:15.4887934Z [00:03:39.238]➜  packagefile net/http/httptrace=/root/.cache/go-build/0d/0d7691bedc431ae0b12114c7219dbd56a7e02ee7333df297036a3ff84dbfcb1c-d
2025-08-20T22:54:15.4889781Z [00:03:39.238]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:15.4891710Z [00:03:39.238]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:15.4893434Z [00:03:39.238]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:15.4895575Z [00:03:39.238]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:15.4897346Z [00:03:39.238]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:15.4899037Z [00:03:39.238]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:15.4900698Z [00:03:39.238]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:15.4901907Z [00:03:39.238]➜  EOF
2025-08-20T22:54:15.4928036Z [00:03:39.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b539/_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/b539=>" -p github.com/aws/smithy-go/transport/http -lang=go1.21 -complete -installsuffix shared -buildid Dyix7ZiqRniuqpQ18LV2/Dyix7ZiqRniuqpQ18LV2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/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-20T22:54:15.8008866Z [00:03:39.553]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T22:54:15.8143090Z [00:03:39.567]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/73/73f28c422969cad2f7f3a65033899a5b4f007524b885967955e0f88438f08d01-d # internal
2025-08-20T22:54:15.8147879Z [00:03:39.567]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T22:54:15.8148515Z [00:03:39.567]➜  mkdir -p $WORK/b534/
2025-08-20T22:54:15.8156176Z [00:03:39.568]➜  cat >/tmp/go-build2831371785/b534/importcfg << 'EOF' # internal
2025-08-20T22:54:15.8159131Z [00:03:39.568]➜  # import config
2025-08-20T22:54:15.8160284Z [00:03:39.568]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.8161968Z [00:03:39.568]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:15.8163388Z [00:03:39.568]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build2831371785/b535/_pkg_.a
2025-08-20T22:54:15.8164750Z [00:03:39.568]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build2831371785/b536/_pkg_.a
2025-08-20T22:54:15.8166663Z [00:03:39.568]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:15.8168000Z [00:03:39.568]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:15.8169535Z [00:03:39.568]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:15.8171180Z [00:03:39.568]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:15.8172341Z [00:03:39.568]➜  EOF
2025-08-20T22:54:15.8184774Z [00:03:39.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b534/_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/b534=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.21 -complete -installsuffix shared -buildid EJq3erAjPEfQ_A6NdP59/EJq3erAjPEfQ_A6NdP59 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/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-20T22:54:15.8485613Z [00:03:39.600]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T22:54:15.8621780Z [00:03:39.615]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/19/19f8df6309d96ed0090de8e12837183c8c51ec798a3c1ff93f9590d694fca4ce-d # internal
2025-08-20T22:54:15.8629978Z [00:03:39.615]➜  github.com/aws/smithy-go/ptr
2025-08-20T22:54:15.8630570Z [00:03:39.615]➜  mkdir -p $WORK/b546/
2025-08-20T22:54:15.8631584Z [00:03:39.615]➜  cat >/tmp/go-build2831371785/b546/importcfg << 'EOF' # internal
2025-08-20T22:54:15.8632286Z [00:03:39.615]➜  # import config
2025-08-20T22:54:15.8633362Z [00:03:39.615]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:15.8634306Z [00:03:39.615]➜  EOF
2025-08-20T22:54:15.8638745Z [00:03:39.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b546/_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/b546=>" -p github.com/aws/smithy-go/ptr -lang=go1.21 -complete -installsuffix shared -buildid 20GVlL4VSAYy95TQCRjP/20GVlL4VSAYy95TQCRjP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/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-20T22:54:15.8737317Z [00:03:39.626]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T22:54:15.8743175Z [00:03:39.627]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/c0/c0ab2d743540e41379b4e7eca7fdd094fa17b7dd71de77d1b6302a151f5a599c-d # internal
2025-08-20T22:54:15.8746173Z [00:03:39.627]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T22:54:15.8747049Z [00:03:39.627]➜  mkdir -p $WORK/b547/
2025-08-20T22:54:15.8751462Z [00:03:39.628]➜  cat >/tmp/go-build2831371785/b547/importcfg << 'EOF' # internal
2025-08-20T22:54:15.8753019Z [00:03:39.628]➜  # import config
2025-08-20T22:54:15.8754405Z [00:03:39.628]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:15.8766891Z [00:03:39.628]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:15.8769582Z [00:03:39.628]➜  EOF
2025-08-20T22:54:15.8775636Z [00:03:39.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/arn=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/arn;$WORK/b547=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.21 -complete -installsuffix shared -buildid aJ7sLC5rXpo9fKx4eI5f/aJ7sLC5rXpo9fKx4eI5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/arn/arn.go
2025-08-20T22:54:15.8908927Z [00:03:39.644]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T22:54:15.8916941Z [00:03:39.644]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/1a/1af94848edaa0cc7bfdce5a4ffb6fd4a33ce2ad1f2eb52afcae2dc8534aeae4c-d # internal
2025-08-20T22:54:15.8926666Z [00:03:39.645]➜  github.com/aws/smithy-go/rand
2025-08-20T22:54:15.8927206Z [00:03:39.645]➜  mkdir -p $WORK/b551/
2025-08-20T22:54:15.8928048Z [00:03:39.645]➜  cat >/tmp/go-build2831371785/b551/importcfg << 'EOF' # internal
2025-08-20T22:54:15.8928659Z [00:03:39.645]➜  # import config
2025-08-20T22:54:15.8929694Z [00:03:39.645]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:15.8931213Z [00:03:39.645]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:15.8932655Z [00:03:39.645]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:15.8934024Z [00:03:39.645]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:15.8935646Z [00:03:39.645]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:15.8936614Z [00:03:39.645]➜  EOF
2025-08-20T22:54:15.8952406Z [00:03:39.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b551/_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/b551=>" -p github.com/aws/smithy-go/rand -lang=go1.21 -complete -installsuffix shared -buildid Hnj21NYiGGZ0e2pAnlS1/Hnj21NYiGGZ0e2pAnlS1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/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-20T22:54:15.9129423Z [00:03:39.665]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T22:54:15.9138560Z [00:03:39.666]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/f5/f5e255f88c3400db1aed56726e2a6c7a9db9ff639199564dcf324f70494dc300-d # internal
2025-08-20T22:54:15.9143985Z [00:03:39.667]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T22:54:15.9144637Z [00:03:39.667]➜  mkdir -p $WORK/b556/
2025-08-20T22:54:15.9148923Z [00:03:39.667]➜  cat >/tmp/go-build2831371785/b556/importcfg << 'EOF' # internal
2025-08-20T22:54:15.9177006Z [00:03:39.668]➜  # import config
2025-08-20T22:54:15.9179317Z [00:03:39.668]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.9181873Z [00:03:39.668]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:15.9184082Z [00:03:39.668]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:15.9185876Z [00:03:39.668]➜  EOF
2025-08-20T22:54:15.9191425Z [00:03:39.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/ratelimit=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/ratelimit;$WORK/b556=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.21 -complete -installsuffix shared -buildid xbAkAzh1tLPMT0lZr1ZD/xbAkAzh1tLPMT0lZr1ZD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/ratelimit/none.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/ratelimit/token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/ratelimit/token_rate_limit.go
2025-08-20T22:54:15.9466974Z [00:03:39.699]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T22:54:15.9482010Z [00:03:39.700]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/1f/1f669eeb0fcebb7f9cad4840938d1dfee3ae16514f4eb8b99376cca726b1e0d9-d # internal
2025-08-20T22:54:15.9483364Z [00:03:39.701]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T22:54:15.9484023Z [00:03:39.701]➜  mkdir -p $WORK/b557/
2025-08-20T22:54:15.9488343Z [00:03:39.701]➜  cat >/tmp/go-build2831371785/b557/importcfg << 'EOF' # internal
2025-08-20T22:54:15.9491360Z [00:03:39.701]➜  # import config
2025-08-20T22:54:15.9492548Z [00:03:39.701]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:15.9494226Z [00:03:39.701]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:15.9495925Z [00:03:39.701]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:15.9496919Z [00:03:39.702]➜  EOF
2025-08-20T22:54:15.9500799Z [00:03:39.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/context=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/context;$WORK/b557=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.21 -complete -installsuffix shared -buildid gN-U2MVwYh2AU5qqDLPF/gN-U2MVwYh2AU5qqDLPF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/context/context.go
2025-08-20T22:54:15.9721109Z [00:03:39.725]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T22:54:15.9729726Z [00:03:39.726]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/1f/1fd3d1a59be82a7f3dc7477c17d5d582980102b7f5f453cacfda0f984b55b499-d # internal
2025-08-20T22:54:15.9734840Z [00:03:39.726]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T22:54:15.9735694Z [00:03:39.726]➜  mkdir -p $WORK/b558/
2025-08-20T22:54:15.9739322Z [00:03:39.727]➜  cat >/tmp/go-build2831371785/b558/importcfg << 'EOF' # internal
2025-08-20T22:54:15.9744924Z [00:03:39.727]➜  # import config
2025-08-20T22:54:15.9746277Z [00:03:39.727]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:15.9747264Z [00:03:39.727]➜  EOF
2025-08-20T22:54:15.9751121Z [00:03:39.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/timeconv=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/timeconv;$WORK/b558=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.21 -complete -installsuffix shared -buildid 1-yHtP1rWUq9YyY9Z-c4/1-yHtP1rWUq9YyY9Z-c4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/timeconv/duration.go
2025-08-20T22:54:15.9942833Z [00:03:39.747]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T22:54:15.9949705Z [00:03:39.748]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/a7/a7305cf49c75c3bc6800ca5ec39ed378f0244e3631ee9740be26b66778f8f2e5-d # internal
2025-08-20T22:54:15.9951932Z [00:03:39.748]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T22:54:15.9953661Z [00:03:39.748]➜  mkdir -p $WORK/b559/
2025-08-20T22:54:15.9959638Z [00:03:39.749]➜  cat >/tmp/go-build2831371785/b559/importcfg << 'EOF' # internal
2025-08-20T22:54:15.9960918Z [00:03:39.749]➜  # import config
2025-08-20T22:54:15.9962790Z [00:03:39.749]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:15.9964489Z [00:03:39.749]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:15.9966352Z [00:03:39.749]➜  EOF
2025-08-20T22:54:15.9971459Z [00:03:39.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/internal/config=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/internal/config;$WORK/b559=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.21 -complete -installsuffix shared -buildid w1O_lKs3SFkJJOULP31Z/w1O_lKs3SFkJJOULP31Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/internal/config/resolvers.go
2025-08-20T22:54:16.0057917Z [00:03:39.759]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T22:54:16.0133592Z [00:03:39.766]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/d3/d32b07f53f8ced21fb080d3cb56109e96e78f67c62d199201336b4adad1679ff-d # internal
2025-08-20T22:54:16.0186694Z [00:03:39.769]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T22:54:16.0209211Z [00:03:39.774]➜  mkdir -p $WORK/b530/
2025-08-20T22:54:16.0214188Z [00:03:39.774]➜  cat >/tmp/go-build2831371785/b530/importcfg << 'EOF' # internal
2025-08-20T22:54:16.0224429Z [00:03:39.774]➜  # import config
2025-08-20T22:54:16.0226754Z [00:03:39.774]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.0228171Z [00:03:39.774]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.0229386Z [00:03:39.774]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2831371785/b531/_pkg_.a
2025-08-20T22:54:16.0230490Z [00:03:39.774]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:16.0231682Z [00:03:39.774]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2831371785/b533/_pkg_.a
2025-08-20T22:54:16.0233026Z [00:03:39.774]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2831371785/b534/_pkg_.a
2025-08-20T22:54:16.0234104Z [00:03:39.774]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:16.0235295Z [00:03:39.774]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:16.0236473Z [00:03:39.774]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2831371785/b546/_pkg_.a
2025-08-20T22:54:16.0237868Z [00:03:39.774]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:16.0239505Z [00:03:39.774]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:16.0241203Z [00:03:39.774]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.0242862Z [00:03:39.774]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:16.0244788Z [00:03:39.774]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.0245978Z [00:03:39.774]➜  EOF
2025-08-20T22:54:16.0259788Z [00:03:39.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws;$WORK/b530=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.21 -complete -installsuffix shared -buildid GM-54k2epUcxqohKZNA5/GM-54k2epUcxqohKZNA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/accountid_endpoint_mode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/credential_cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/from_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/logging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/runtime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/to_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/version.go
2025-08-20T22:54:16.0310252Z [00:03:39.784]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T22:54:16.0318248Z [00:03:39.784]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/62/6263fd8467236b9bdfe631e2d0da8067822ba34b7c3fe3f6db67cb9d6ed5ed9b-d # internal
2025-08-20T22:54:16.0322040Z [00:03:39.785]➜  github.com/aws/smithy-go/io
2025-08-20T22:54:16.0323688Z [00:03:39.785]➜  mkdir -p $WORK/b560/
2025-08-20T22:54:16.0327558Z [00:03:39.785]➜  cat >/tmp/go-build2831371785/b560/importcfg << 'EOF' # internal
2025-08-20T22:54:16.0328178Z [00:03:39.785]➜  # import config
2025-08-20T22:54:16.0329166Z [00:03:39.785]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:16.0330615Z [00:03:39.785]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:16.0331459Z [00:03:39.785]➜  EOF
2025-08-20T22:54:16.0344288Z [00:03:39.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b560/_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/b560=>" -p github.com/aws/smithy-go/io -lang=go1.21 -complete -installsuffix shared -buildid utTcc1Tq6ElqKChwzg-v/utTcc1Tq6ElqKChwzg-v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/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-20T22:54:16.0750895Z [00:03:39.828]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T22:54:16.0758190Z [00:03:39.828]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/81/81debd0cbf7639b045a873547030a5cdf5985597481a9a04e7522bb6c03313f8-d # internal
2025-08-20T22:54:16.0763846Z [00:03:39.829]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T22:54:16.0766552Z [00:03:39.829]➜  mkdir -p $WORK/b564/
2025-08-20T22:54:16.0771104Z [00:03:39.829]➜  echo '# import config' > $WORK/b564/importcfg # internal
2025-08-20T22:54:16.0775027Z [00:03:39.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sdkio=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sdkio;$WORK/b564=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.21 -complete -installsuffix shared -buildid 3OHd5Vl6rkz-p3lCesAu/3OHd5Vl6rkz-p3lCesAu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/sdkio/byte.go
2025-08-20T22:54:16.0905664Z [00:03:39.843]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T22:54:16.0933614Z [00:03:39.846]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/c2/c2a9459ffaeb2fc92a3d0415cd694070c49c5d407d8d6127f625bba643f4fa96-d # internal
2025-08-20T22:54:16.0935990Z [00:03:39.846]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T22:54:16.0936897Z [00:03:39.846]➜  mkdir -p $WORK/b566/
2025-08-20T22:54:16.0941826Z [00:03:39.847]➜  cat >/tmp/go-build2831371785/b566/importcfg << 'EOF' # internal
2025-08-20T22:54:16.0942527Z [00:03:39.847]➜  # import config
2025-08-20T22:54:16.0945673Z [00:03:39.847]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:16.0949482Z [00:03:39.847]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:16.0951246Z [00:03:39.847]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:16.0952335Z [00:03:39.847]➜  EOF
2025-08-20T22:54:16.0957859Z [00:03:39.847]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/shareddefaults=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/shareddefaults;$WORK/b566=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.21 -complete -installsuffix shared -buildid wosFiQkXDOVCKqTS3j4W/wosFiQkXDOVCKqTS3j4W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/shareddefaults/shared_config.go
2025-08-20T22:54:16.1164287Z [00:03:39.869]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T22:54:16.1177329Z [00:03:39.870]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/38/3830dda765ae028abc388262bbf2645e5969c40d0b01e0c0e074518b6fe9231a-d # internal
2025-08-20T22:54:16.1182626Z [00:03:39.871]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T22:54:16.1183357Z [00:03:39.871]➜  mkdir -p $WORK/b569/
2025-08-20T22:54:16.1189321Z [00:03:39.872]➜  cat >/tmp/go-build2831371785/b569/importcfg << 'EOF' # internal
2025-08-20T22:54:16.1191219Z [00:03:39.872]➜  # import config
2025-08-20T22:54:16.1193275Z [00:03:39.872]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:16.1195067Z [00:03:39.872]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:16.1196780Z [00:03:39.872]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:16.1198378Z [00:03:39.872]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.1199375Z [00:03:39.872]➜  EOF
2025-08-20T22:54:16.1203407Z [00:03:39.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/restjson=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/restjson;$WORK/b569=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.21 -complete -installsuffix shared -buildid GJJ5WTKk8m_ZDYGer_gg/GJJ5WTKk8m_ZDYGer_gg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/restjson/decoder_util.go
2025-08-20T22:54:16.1760741Z [00:03:39.929]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T22:54:16.1770713Z [00:03:39.930]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/c9/c996ef7e053d457af143c93cb997407a414a141ca27d5cac646701425ecfcc21-d # internal
2025-08-20T22:54:16.1772385Z [00:03:39.930]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T22:54:16.1774194Z [00:03:39.930]➜  mkdir -p $WORK/b572/
2025-08-20T22:54:16.1780608Z [00:03:39.931]➜  cat >/tmp/go-build2831371785/b572/importcfg << 'EOF' # internal
2025-08-20T22:54:16.1782640Z [00:03:39.931]➜  # import config
2025-08-20T22:54:16.1783737Z [00:03:39.931]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.1784747Z [00:03:39.931]➜  EOF
2025-08-20T22:54:16.1790133Z [00:03:39.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/strings=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/strings;$WORK/b572=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.21 -complete -installsuffix shared -buildid 5amyBWs_cm-rfZoZ2I1N/5amyBWs_cm-rfZoZ2I1N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/strings/strings.go
2025-08-20T22:54:16.2157288Z [00:03:39.966]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T22:54:16.2161051Z [00:03:39.969]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/09/0949362d57e9d3dd15b045e83ef7d5efbfe3fe4418f4a4101de27efee381c23b-d # internal
2025-08-20T22:54:16.2162209Z [00:03:39.969]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T22:54:16.2162971Z [00:03:39.969]➜  mkdir -p $WORK/b573/
2025-08-20T22:54:16.2163696Z [00:03:39.969]➜  cat >/tmp/go-build2831371785/b573/importcfg << 'EOF' # internal
2025-08-20T22:54:16.2164368Z [00:03:39.969]➜  # import config
2025-08-20T22:54:16.2165638Z [00:03:39.969]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.2167196Z [00:03:39.969]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.2168434Z [00:03:39.969]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:16.2169522Z [00:03:39.969]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:16.2170652Z [00:03:39.969]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:16.2171898Z [00:03:39.969]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:16.2172698Z [00:03:39.969]➜  EOF
2025-08-20T22:54:16.2177241Z [00:03:39.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth;$WORK/b573=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.21 -complete -installsuffix shared -buildid mb4ZZB1D5Ji-uZkQ0ALm/mb4ZZB1D5Ji-uZkQ0ALm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/scheme.go
2025-08-20T22:54:16.3035769Z [00:03:40.056]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T22:54:16.3085827Z [00:03:40.061]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/8a/8a02c422cb90d373a03e26c635c24409bb6e3648b34d4e80eab2da6d642fbf65-d # internal
2025-08-20T22:54:16.3089604Z [00:03:40.062]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T22:54:16.3092012Z [00:03:40.062]➜  mkdir -p $WORK/b550/
2025-08-20T22:54:16.3099186Z [00:03:40.063]➜  cat >/tmp/go-build2831371785/b550/importcfg << 'EOF' # internal
2025-08-20T22:54:16.3103263Z [00:03:40.063]➜  # import config
2025-08-20T22:54:16.3104329Z [00:03:40.063]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.3106104Z [00:03:40.063]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.3107447Z [00:03:40.063]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.3108697Z [00:03:40.063]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2831371785/b531/_pkg_.a
2025-08-20T22:54:16.3110220Z [00:03:40.063]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:16.3111466Z [00:03:40.063]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:16.3112647Z [00:03:40.063]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:16.3113810Z [00:03:40.063]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2831371785/b551/_pkg_.a
2025-08-20T22:54:16.3114918Z [00:03:40.063]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:16.3116417Z [00:03:40.063]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:16.3117797Z [00:03:40.063]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:16.3119398Z [00:03:40.063]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:16.3121138Z [00:03:40.063]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:16.3122727Z [00:03:40.063]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.3124368Z [00:03:40.063]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.3125599Z [00:03:40.063]➜  EOF
2025-08-20T22:54:16.3133063Z [00:03:40.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware;$WORK/b550=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.21 -complete -installsuffix shared -buildid w8yl9LwLVsehz5wI0_AQ/w8yl9LwLVsehz5wI0_AQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware/osname.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware/recursion_detection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware/request_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware/request_id_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/middleware/user_agent.go
2025-08-20T22:54:16.3159023Z [00:03:40.069]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T22:54:16.3171207Z [00:03:40.070]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/4f/4fb59bbab10fa0af2362db6a0c8177ac588c06fe690e355351955c36879b72b0-d # internal
2025-08-20T22:54:16.3173966Z [00:03:40.070]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T22:54:16.3174568Z [00:03:40.070]➜  mkdir -p $WORK/b552/
2025-08-20T22:54:16.3178182Z [00:03:40.071]➜  cat >/tmp/go-build2831371785/b552/importcfg << 'EOF' # internal
2025-08-20T22:54:16.3197782Z [00:03:40.072]➜  # import config
2025-08-20T22:54:16.3198876Z [00:03:40.073]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.3200466Z [00:03:40.073]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.3201215Z [00:03:40.073]➜  EOF
2025-08-20T22:54:16.3213268Z [00:03:40.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.58;$WORK/b552=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.21 -complete -installsuffix shared -buildid uD5oAvr_FOdOSrekxzou/uD5oAvr_FOdOSrekxzou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/static_provider.go
2025-08-20T22:54:16.3530147Z [00:03:40.106]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T22:54:16.3546456Z [00:03:40.107]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/6b/6b09542b4cae3d75dd19b04e41e65bd6b3d1d6c5e1b337b45eb49efaeb4da4be-d # internal
2025-08-20T22:54:16.3550417Z [00:03:40.108]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T22:54:16.3552108Z [00:03:40.108]➜  mkdir -p $WORK/b563/
2025-08-20T22:54:16.3552806Z [00:03:40.108]➜  cat >/tmp/go-build2831371785/b563/importcfg << 'EOF' # internal
2025-08-20T22:54:16.3553438Z [00:03:40.108]➜  # import config
2025-08-20T22:54:16.3554470Z [00:03:40.108]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:16.3556251Z [00:03:40.108]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.3558137Z [00:03:40.108]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:16.3559847Z [00:03:40.108]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.3561235Z [00:03:40.108]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.3562496Z [00:03:40.108]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build2831371785/b564/_pkg_.a
2025-08-20T22:54:16.3563974Z [00:03:40.108]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:16.3565705Z [00:03:40.108]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:16.3567235Z [00:03:40.108]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:16.3568992Z [00:03:40.108]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:16.3570654Z [00:03:40.108]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.3571664Z [00:03:40.108]➜  EOF
2025-08-20T22:54:16.3576695Z [00:03:40.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/processcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/processcreds;$WORK/b563=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.21 -complete -installsuffix shared -buildid nWxvYP6JajoglOZ2yZX9/nWxvYP6JajoglOZ2yZX9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/processcreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/processcreds/provider.go
2025-08-20T22:54:16.4532793Z [00:03:40.206]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T22:54:16.4547724Z [00:03:40.207]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/c9/c92483b9b91ab8bab97ccf85534892c40d49355c6801958d0d2572364bd69e6b-d # internal
2025-08-20T22:54:16.4557072Z [00:03:40.208]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T22:54:16.4557778Z [00:03:40.208]➜  mkdir -p $WORK/b568/
2025-08-20T22:54:16.4568800Z [00:03:40.209]➜  cat >/tmp/go-build2831371785/b568/importcfg << 'EOF' # internal
2025-08-20T22:54:16.4569363Z [00:03:40.209]➜  # import config
2025-08-20T22:54:16.4570202Z [00:03:40.209]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.4571260Z [00:03:40.209]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.4572607Z [00:03:40.209]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:16.4573988Z [00:03:40.209]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.4575535Z [00:03:40.209]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.4576344Z [00:03:40.210]➜  EOF
2025-08-20T22:54:16.4587127Z [00:03:40.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/defaults=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/defaults;$WORK/b568=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.21 -complete -installsuffix shared -buildid w7wKH20ZvPXTyb3pR-qV/w7wKH20ZvPXTyb3pR-qV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/defaults/auto.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/defaults/configuration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/defaults/doc.go
2025-08-20T22:54:16.4647778Z [00:03:40.217]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T22:54:16.4671874Z [00:03:40.220]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/06/061cfd0e2149b6728e1851bfe18a56a3361630104b47ce85ae374768c94f76c0-d # internal
2025-08-20T22:54:16.4708851Z [00:03:40.223]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T22:54:16.4715664Z [00:03:40.223]➜  mkdir -p $WORK/b549/
2025-08-20T22:54:16.4716397Z [00:03:40.223]➜  cat >/tmp/go-build2831371785/b549/importcfg << 'EOF' # internal
2025-08-20T22:54:16.4717058Z [00:03:40.223]➜  # import config
2025-08-20T22:54:16.4718111Z [00:03:40.223]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.4719784Z [00:03:40.223]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:16.4721601Z [00:03:40.223]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:16.4723129Z [00:03:40.223]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.4724348Z [00:03:40.223]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.4725667Z [00:03:40.223]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:16.4726808Z [00:03:40.223]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:16.4727984Z [00:03:40.223]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:16.4729181Z [00:03:40.223]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:16.4730390Z [00:03:40.223]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:16.4732016Z [00:03:40.223]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:16.4733598Z [00:03:40.223]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:16.4736484Z [00:03:40.224]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:16.4738191Z [00:03:40.224]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:16.4739837Z [00:03:40.224]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:16.4741628Z [00:03:40.224]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.4742623Z [00:03:40.224]➜  EOF
2025-08-20T22:54:16.4749534Z [00:03:40.224]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/transport/http=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/transport/http;$WORK/b549=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.21 -complete -installsuffix shared -buildid g80fVpZmFoQnR6Rtr2Ug/g80fVpZmFoQnR6Rtr2Ug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/transport/http/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/transport/http/content_type.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/transport/http/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/transport/http/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/transport/http/timeout_read_closer.go
2025-08-20T22:54:16.4921699Z [00:03:40.245]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T22:54:16.4927728Z [00:03:40.245]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/e0/e08ed78226d14bf0913c604a75d44e6d3454df24f0687415bb312db91792f71c-d # internal
2025-08-20T22:54:16.4942407Z [00:03:40.247]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T22:54:16.4958376Z [00:03:40.249]➜  mkdir -p $WORK/b555/
2025-08-20T22:54:16.4963690Z [00:03:40.249]➜  cat >/tmp/go-build2831371785/b555/importcfg << 'EOF' # internal
2025-08-20T22:54:16.4987522Z [00:03:40.249]➜  # import config
2025-08-20T22:54:16.4988546Z [00:03:40.249]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.4990034Z [00:03:40.249]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:16.4991492Z [00:03:40.249]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.4992691Z [00:03:40.249]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.4993806Z [00:03:40.249]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:16.4994974Z [00:03:40.249]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build2831371785/b556/_pkg_.a
2025-08-20T22:54:16.4996381Z [00:03:40.249]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2831371785/b557/_pkg_.a
2025-08-20T22:54:16.4997511Z [00:03:40.249]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2831371785/b531/_pkg_.a
2025-08-20T22:54:16.4998615Z [00:03:40.249]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:16.4999743Z [00:03:40.249]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build2831371785/b558/_pkg_.a
2025-08-20T22:54:16.5000856Z [00:03:40.249]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:16.5002005Z [00:03:40.249]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:16.5003012Z [00:03:40.249]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2831371785/b542/_pkg_.a
2025-08-20T22:54:16.5004062Z [00:03:40.249]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:16.5005090Z [00:03:40.249]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:16.5006371Z [00:03:40.250]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:16.5007709Z [00:03:40.250]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:16.5009298Z [00:03:40.250]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:16.5010735Z [00:03:40.250]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:16.5012224Z [00:03:40.251]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:16.5013694Z [00:03:40.251]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.5016160Z [00:03:40.251]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:16.5017659Z [00:03:40.251]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.5018594Z [00:03:40.251]➜  EOF
2025-08-20T22:54:16.5028665Z [00:03:40.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry;$WORK/b555=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.21 -complete -installsuffix shared -buildid TAAyCt1za8pdaRLoJt5b/TAAyCt1za8pdaRLoJt5b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/adaptive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/adaptive_ratelimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/adaptive_token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/attempt_metrics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/jitter_backoff.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/retry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/retryable_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/standard.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/throttle_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/retry/timeout_error.go
2025-08-20T22:54:16.5525512Z [00:03:40.305]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T22:54:16.5839795Z [00:03:40.337]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/5f/5fb40831badbdb25e08d5cac343488a1759f84f2001c2185ae6c2bb25c6aefec-d # internal
2025-08-20T22:54:16.5900792Z [00:03:40.343]➜  gvisor.dev/gvisor/pkg/tcpip/header/parse
2025-08-20T22:54:16.5903709Z [00:03:40.343]➜  mkdir -p $WORK/b494/
2025-08-20T22:54:16.5907685Z [00:03:40.343]➜  cat >/tmp/go-build2831371785/b494/importcfg << 'EOF' # internal
2025-08-20T22:54:16.5916103Z [00:03:40.343]➜  # import config
2025-08-20T22:54:16.5917224Z [00:03:40.343]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.5918754Z [00:03:40.343]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:16.5919914Z [00:03:40.343]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:16.5921126Z [00:03:40.343]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:16.5921907Z [00:03:40.343]➜  EOF
2025-08-20T22:54:16.5927445Z [00:03:40.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/parse=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/parse;$WORK/b494=>" -p gvisor.dev/gvisor/pkg/tcpip/header/parse -lang=go1.23 -complete -installsuffix shared -buildid ZfhpMOdQzpRYa5glArnh/ZfhpMOdQzpRYa5glArnh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/parse/parse.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/header/parse/parse_state_autogen.go
2025-08-20T22:54:16.6237336Z [00:03:40.376]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T22:54:16.6261379Z [00:03:40.379]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/17/1732b72d09006356b78c05461e8bff6180842804172c7a8877c54515f37cb205-d # internal
2025-08-20T22:54:16.6266400Z [00:03:40.379]➜  gvisor.dev/gvisor/pkg/tcpip/stack/gro
2025-08-20T22:54:16.6267041Z [00:03:40.379]➜  mkdir -p $WORK/b495/
2025-08-20T22:54:16.6270958Z [00:03:40.380]➜  cat >/tmp/go-build2831371785/b495/importcfg << 'EOF' # internal
2025-08-20T22:54:16.6280194Z [00:03:40.380]➜  # import config
2025-08-20T22:54:16.6281540Z [00:03:40.380]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:16.6283297Z [00:03:40.380]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.6284800Z [00:03:40.380]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.6286374Z [00:03:40.380]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:16.6287507Z [00:03:40.380]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:16.6288696Z [00:03:40.380]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:16.6289900Z [00:03:40.380]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:16.6290685Z [00:03:40.380]➜  EOF
2025-08-20T22:54:16.6297972Z [00:03:40.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/gro=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/gro;$WORK/b495=>" -p gvisor.dev/gvisor/pkg/tcpip/stack/gro -lang=go1.23 -complete -installsuffix shared -buildid FDm1GurqNjLQfuvv0k-Q/FDm1GurqNjLQfuvv0k-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/gro/gro.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/gro/gro_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/stack/gro/gro_state_autogen.go
2025-08-20T22:54:16.7332744Z [00:03:40.486]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T22:54:16.7352645Z [00:03:40.488]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/4f/4ff3d8a6f0c6ab8b81dfd617387b51ce39cd0c7d689d8628fde08254e4161b24-d # internal
2025-08-20T22:54:16.7358275Z [00:03:40.488]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T22:54:16.7361110Z [00:03:40.488]➜  mkdir -p $WORK/b571/
2025-08-20T22:54:16.7365361Z [00:03:40.489]➜  cat >/tmp/go-build2831371785/b571/importcfg << 'EOF' # internal
2025-08-20T22:54:16.7366326Z [00:03:40.489]➜  # import config
2025-08-20T22:54:16.7372314Z [00:03:40.489]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:16.7374137Z [00:03:40.489]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:16.7375766Z [00:03:40.489]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.7377053Z [00:03:40.489]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2831371785/b572/_pkg_.a
2025-08-20T22:54:16.7378844Z [00:03:40.489]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:16.7380513Z [00:03:40.489]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:16.7382156Z [00:03:40.489]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.7383827Z [00:03:40.489]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:16.7385606Z [00:03:40.489]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.7386625Z [00:03:40.489]➜  EOF
2025-08-20T22:54:16.7395868Z [00:03:40.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4;$WORK/b571=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.21 -complete -installsuffix shared -buildid GFdkAnbneJ6M4whXPj4q/GFdkAnbneJ6M4whXPj4q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/scope.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/internal/v4/util.go
2025-08-20T22:54:16.7967458Z [00:03:40.549]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T22:54:16.8069090Z [00:03:40.559]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/de/de66403abc14cf28277da21e65cc67b710bb27e28eb3f616d94bc865e269491c-d # internal
2025-08-20T22:54:16.8244361Z [00:03:40.577]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T22:54:16.8258378Z [00:03:40.578]➜  mkdir -p $WORK/b554/
2025-08-20T22:54:16.8260967Z [00:03:40.578]➜  cat >/tmp/go-build2831371785/b554/importcfg << 'EOF' # internal
2025-08-20T22:54:16.8261649Z [00:03:40.578]➜  # import config
2025-08-20T22:54:16.8262885Z [00:03:40.578]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:16.8287947Z [00:03:40.578]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.8291179Z [00:03:40.578]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:16.8293335Z [00:03:40.578]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:16.8296783Z [00:03:40.578]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.8299894Z [00:03:40.578]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.8301143Z [00:03:40.578]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:16.8302513Z [00:03:40.578]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:16.8303812Z [00:03:40.578]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:16.8308474Z [00:03:40.578]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build2831371785/b559/_pkg_.a
2025-08-20T22:54:16.8310044Z [00:03:40.578]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:16.8311190Z [00:03:40.578]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2831371785/b560/_pkg_.a
2025-08-20T22:54:16.8312388Z [00:03:40.578]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:16.8313620Z [00:03:40.578]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:16.8314871Z [00:03:40.578]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:16.8316567Z [00:03:40.578]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:16.8318230Z [00:03:40.578]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:16.8320115Z [00:03:40.578]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:16.8321877Z [00:03:40.578]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:16.8323472Z [00:03:40.578]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:16.8325002Z [00:03:40.578]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:16.8326754Z [00:03:40.578]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:16.8328324Z [00:03:40.578]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:16.8329877Z [00:03:40.578]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:16.8331423Z [00:03:40.578]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:16.8332954Z [00:03:40.578]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:16.8334468Z [00:03:40.578]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.8335555Z [00:03:40.579]➜  EOF
2025-08-20T22:54:16.8347529Z [00:03:40.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27;$WORK/b554=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.21 -complete -installsuffix shared -buildid -3_GUkCYAzEEnH9ICm4_/-3_GUkCYAzEEnH9ICm4_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_op_GetDynamicData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_op_GetIAMInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_op_GetInstanceIdentityDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_op_GetMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_op_GetRegion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_op_GetToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/api_op_GetUserData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/request_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.27/token_provider.go
2025-08-20T22:54:16.8557396Z [00:03:40.606]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T22:54:16.8563838Z [00:03:40.609]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/79/7976267f143395b16a5a6919a7adcc4ac9eeaca6d14ef823aa136c72ec6e44c6-d # internal
2025-08-20T22:54:16.8613814Z [00:03:40.614]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T22:54:16.8617382Z [00:03:40.614]➜  mkdir -p $WORK/b562/
2025-08-20T22:54:16.8620930Z [00:03:40.615]➜  cat >/tmp/go-build2831371785/b562/importcfg << 'EOF' # internal
2025-08-20T22:54:16.8622286Z [00:03:40.615]➜  # import config
2025-08-20T22:54:16.8623799Z [00:03:40.615]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:16.8626221Z [00:03:40.615]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:16.8628495Z [00:03:40.615]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:16.8630101Z [00:03:40.615]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:16.8632026Z [00:03:40.615]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:16.8633619Z [00:03:40.615]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:16.8635945Z [00:03:40.615]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:16.8637128Z [00:03:40.615]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:16.8638241Z [00:03:40.615]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:16.8639420Z [00:03:40.615]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:16.8640852Z [00:03:40.615]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:16.8642403Z [00:03:40.615]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:16.8643985Z [00:03:40.615]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:16.8646757Z [00:03:40.615]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:16.8647826Z [00:03:40.615]➜  EOF
2025-08-20T22:54:16.8665477Z [00:03:40.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds/internal/client=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds/internal/client;$WORK/b562=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.21 -complete -installsuffix shared -buildid B2B_exZuBF6iu-urPKCo/B2B_exZuBF6iu-urPKCo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds/internal/client/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds/internal/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds/internal/client/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds/internal/client/middleware.go
2025-08-20T22:54:16.9141838Z [00:03:40.667]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T22:54:16.9198312Z [00:03:40.672]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/c4/c4bdd77372980249b8bcace140dae7b6e69c8e5537b15fbe813e3568a4e1069f-d # internal
2025-08-20T22:54:16.9208894Z [00:03:40.674]➜  tailscale.com/wgengine/netstack/gro
2025-08-20T22:54:16.9229081Z [00:03:40.674]➜  mkdir -p $WORK/b493/
2025-08-20T22:54:16.9229861Z [00:03:40.675]➜  cat >/tmp/go-build2831371785/b493/importcfg << 'EOF' # internal
2025-08-20T22:54:16.9230539Z [00:03:40.675]➜  # import config
2025-08-20T22:54:16.9231900Z [00:03:40.675]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:16.9234691Z [00:03:40.675]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:16.9236142Z [00:03:40.675]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:16.9237240Z [00:03:40.675]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:16.9238598Z [00:03:40.675]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:16.9239996Z [00:03:40.675]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build2831371785/b494/_pkg_.a
2025-08-20T22:54:16.9241265Z [00:03:40.675]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:16.9242428Z [00:03:40.675]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack/gro=/tmp/go-build2831371785/b495/_pkg_.a
2025-08-20T22:54:16.9243834Z [00:03:40.675]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:16.9245370Z [00:03:40.675]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:16.9246893Z [00:03:40.675]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:16.9248015Z [00:03:40.675]➜  EOF
2025-08-20T22:54:16.9251883Z [00:03:40.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b493/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro=>tailscale.com/wgengine/netstack/gro;$WORK/b493=>" -p tailscale.com/wgengine/netstack/gro -lang=go1.24 -complete -installsuffix shared -buildid bW2chdxedXB-NGUO_2vB/bW2chdxedXB-NGUO_2vB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro_default.go
2025-08-20T22:54:17.0159271Z [00:03:40.766]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T22:54:17.0206063Z [00:03:40.771]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/7c/7cdde568cd3e6329986bff3a364c07d9261f707b01fccc2c9acba1b374319a34-d # internal
2025-08-20T22:54:17.0230062Z [00:03:40.776]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T22:54:17.0238861Z [00:03:40.776]➜  mkdir -p $WORK/b561/
2025-08-20T22:54:17.0239625Z [00:03:40.776]➜  cat >/tmp/go-build2831371785/b561/importcfg << 'EOF' # internal
2025-08-20T22:54:17.0240332Z [00:03:40.776]➜  # import config
2025-08-20T22:54:17.0241436Z [00:03:40.776]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.0243252Z [00:03:40.776]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.0244572Z [00:03:40.776]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.0246286Z [00:03:40.776]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build2831371785/b562/_pkg_.a
2025-08-20T22:54:17.0256363Z [00:03:40.776]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:17.0258241Z [00:03:40.776]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:17.0260023Z [00:03:40.776]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.0262475Z [00:03:40.776]➜  EOF
2025-08-20T22:54:17.0266739Z [00:03:40.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds;$WORK/b561=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.21 -complete -installsuffix shared -buildid mrfuhLg7QIpuHLAb0M2b/mrfuhLg7QIpuHLAb0M2b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/endpointcreds/provider.go
2025-08-20T22:54:17.0603778Z [00:03:40.813]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T22:54:17.0606675Z [00:03:40.813]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T22:54:17.0625414Z [00:03:40.815]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/01/01a5cb1550594f8146c171dd52f9c8d9abb7054afe4a2ab3674c5ac8fad80798-d # internal
2025-08-20T22:54:17.0649232Z [00:03:40.816]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/99/991c469ccc89e0968e7b70473295d57c8d9bf02bceb2be2bb395258905f63b0e-d # internal
2025-08-20T22:54:17.0650361Z [00:03:40.816]➜  tailscale.com/net/tstun
2025-08-20T22:54:17.0650858Z [00:03:40.816]➜  mkdir -p $WORK/b471/
2025-08-20T22:54:17.0651484Z [00:03:40.816]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T22:54:17.0652064Z [00:03:40.816]➜  mkdir -p $WORK/b553/
2025-08-20T22:54:17.0652705Z [00:03:40.816]➜  cat >/tmp/go-build2831371785/b553/importcfg << 'EOF' # internal
2025-08-20T22:54:17.0653309Z [00:03:40.816]➜  # import config
2025-08-20T22:54:17.0654289Z [00:03:40.816]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:17.0656036Z [00:03:40.816]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.0657543Z [00:03:40.816]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:17.0658985Z [00:03:40.816]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.0660176Z [00:03:40.816]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.0661276Z [00:03:40.816]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2831371785/b554/_pkg_.a
2025-08-20T22:54:17.0662412Z [00:03:40.816]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2831371785/b531/_pkg_.a
2025-08-20T22:54:17.0663524Z [00:03:40.816]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:17.0664545Z [00:03:40.816]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:17.0665696Z [00:03:40.817]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.0666772Z [00:03:40.817]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:17.0668213Z [00:03:40.817]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:17.0669611Z [00:03:40.817]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:17.0671058Z [00:03:40.817]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.0672499Z [00:03:40.817]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.0673490Z [00:03:40.817]➜  EOF
2025-08-20T22:54:17.0674066Z [00:03:40.817]➜  cat >/tmp/go-build2831371785/b471/importcfg << 'EOF' # internal
2025-08-20T22:54:17.0674658Z [00:03:40.817]➜  # import config
2025-08-20T22:54:17.0676835Z [00:03:40.817]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:17.0678303Z [00:03:40.817]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:17.0679692Z [00:03:40.817]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.0680825Z [00:03:40.817]➜  packagefile github.com/gaissmai/bart=/tmp/go-build2831371785/b380/_pkg_.a
2025-08-20T22:54:17.0681792Z [00:03:40.817]➜  packagefile github.com/mdlayher/genetlink=/tmp/go-build2831371785/b472/_pkg_.a
2025-08-20T22:54:17.0683203Z [00:03:40.817]➜  packagefile github.com/mdlayher/netlink=/root/.cache/go-build/bd/bdd03180ee2486cdb9f5241349dab7a72e47dc3bac8b710fd19814f2cad744d5-d
2025-08-20T22:54:17.0684784Z [00:03:40.817]➜  packagefile github.com/tailscale/wireguard-go/conn=/tmp/go-build2831371785/b473/_pkg_.a
2025-08-20T22:54:17.0686196Z [00:03:40.817]➜  packagefile github.com/tailscale/wireguard-go/device=/tmp/go-build2831371785/b474/_pkg_.a
2025-08-20T22:54:17.0687317Z [00:03:40.817]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:17.0688607Z [00:03:40.817]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:17.0690144Z [00:03:40.817]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:17.0691430Z [00:03:40.817]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:17.0692474Z [00:03:40.817]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:17.0693549Z [00:03:40.817]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:17.0694618Z [00:03:40.817]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:17.0696075Z [00:03:40.817]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:17.0697463Z [00:03:40.817]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:17.0698891Z [00:03:40.817]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:17.0700288Z [00:03:40.817]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:17.0701695Z [00:03:40.817]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:17.0703223Z [00:03:40.817]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:17.0704672Z [00:03:40.817]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:17.0716462Z [00:03:40.817]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:17.0717896Z [00:03:40.817]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.0719325Z [00:03:40.817]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:17.0720798Z [00:03:40.817]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:17.0722383Z [00:03:40.817]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:17.0723933Z [00:03:40.817]➜  packagefile tailscale.com/disco=/root/.cache/go-build/a8/a8597243df3214cce7cdd962aaf4cfb5940c67b6a4cc515561de9282cfff7a9a-d
2025-08-20T22:54:17.0725719Z [00:03:40.818]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:17.0727334Z [00:03:40.818]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:17.0728945Z [00:03:40.818]➜  packagefile tailscale.com/metrics=/root/.cache/go-build/e8/e8f2646dbe16ee114d94555283db7cd6807763b145f583127c8f9ef5a93eea60-d
2025-08-20T22:54:17.0730212Z [00:03:40.818]➜  packagefile tailscale.com/net/connstats=/tmp/go-build2831371785/b490/_pkg_.a
2025-08-20T22:54:17.0731184Z [00:03:40.818]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:17.0732305Z [00:03:40.818]➜  packagefile tailscale.com/net/packet/checksum=/tmp/go-build2831371785/b492/_pkg_.a
2025-08-20T22:54:17.0733794Z [00:03:40.818]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:17.0735593Z [00:03:40.818]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:17.0737239Z [00:03:40.818]➜  packagefile tailscale.com/tstime/mono=/root/.cache/go-build/80/8049fdcc30025de911abe931e01e86d612aa48c1c6f1d928aff6e79cb3cd6d32-d
2025-08-20T22:54:17.0738992Z [00:03:40.818]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:17.0740703Z [00:03:40.818]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:17.0742382Z [00:03:40.818]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:17.0744139Z [00:03:40.818]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:17.0766304Z [00:03:40.818]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:17.0768086Z [00:03:40.818]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:17.0769448Z [00:03:40.818]➜  packagefile tailscale.com/wgengine/filter=/tmp/go-build2831371785/b387/_pkg_.a
2025-08-20T22:54:17.0770508Z [00:03:40.818]➜  packagefile tailscale.com/wgengine/netstack/gro=/tmp/go-build2831371785/b493/_pkg_.a
2025-08-20T22:54:17.0771560Z [00:03:40.818]➜  packagefile tailscale.com/wgengine/wgcfg=/tmp/go-build2831371785/b496/_pkg_.a
2025-08-20T22:54:17.0772785Z [00:03:40.818]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.0773650Z [00:03:40.818]➜  EOF
2025-08-20T22:54:17.0778275Z [00:03:40.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ec2rolecreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ec2rolecreds;$WORK/b553=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.21 -complete -installsuffix shared -buildid qF8XD-Fo-ih5t8CiSYjK/qF8XD-Fo-ih5t8CiSYjK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ec2rolecreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ec2rolecreds/provider.go
2025-08-20T22:54:17.0787400Z [00:03:40.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b471/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun=>tailscale.com/net/tstun;$WORK/b471=>" -p tailscale.com/net/tstun -lang=go1.24 -complete -installsuffix shared -buildid 7vi0IU9mhbt9RdejqlWv/7vi0IU9mhbt9RdejqlWv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/fake.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/ifstatus_noop.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/linkattrs_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/mtu.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_notwindows.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap_linux.go
2025-08-20T22:54:17.0963190Z [00:03:40.849]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T22:54:17.0980564Z [00:03:40.851]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/36/36032fb6d119eee5c9050b8dfd9b1c3c1ca6b4c12187161cc413061c47512c31-d # internal
2025-08-20T22:54:17.0999558Z [00:03:40.851]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T22:54:17.1000333Z [00:03:40.851]➜  mkdir -p $WORK/b574/
2025-08-20T22:54:17.1001037Z [00:03:40.851]➜  cat >/tmp/go-build2831371785/b574/importcfg << 'EOF' # internal
2025-08-20T22:54:17.1001720Z [00:03:40.851]➜  # import config
2025-08-20T22:54:17.1002869Z [00:03:40.851]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:17.1004547Z [00:03:40.851]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:17.1006354Z [00:03:40.851]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.1007837Z [00:03:40.851]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:17.1009333Z [00:03:40.851]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:17.1010828Z [00:03:40.851]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:17.1012373Z [00:03:40.851]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:17.1013883Z [00:03:40.851]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:17.1015572Z [00:03:40.851]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.1016425Z [00:03:40.851]➜  EOF
2025-08-20T22:54:17.1021845Z [00:03:40.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b574/_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/b574=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.21 -complete -installsuffix shared -buildid rqtNBNJsDz3JZzxTVo5r/rqtNBNJsDz3JZzxTVo5r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/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-20T22:54:17.1330514Z [00:03:40.886]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T22:54:17.1335776Z [00:03:40.886]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/97/972e03c1a9ebc44ab2c965cfc5b284ebf558acf6ddebf5df847729dbb1d6128b-d # internal
2025-08-20T22:54:17.1337355Z [00:03:40.886]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T22:54:17.1338062Z [00:03:40.886]➜  mkdir -p $WORK/b576/
2025-08-20T22:54:17.1341218Z [00:03:40.886]➜  cat >/tmp/go-build2831371785/b576/importcfg << 'EOF' # internal
2025-08-20T22:54:17.1341895Z [00:03:40.887]➜  # import config
2025-08-20T22:54:17.1342940Z [00:03:40.887]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.1344233Z [00:03:40.887]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.1344949Z [00:03:40.887]➜  EOF
2025-08-20T22:54:17.1350530Z [00:03:40.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.31=>github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.31;$WORK/b576=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.21 -complete -installsuffix shared -buildid FAYLccASAz5OnvjhNRfq/FAYLccASAz5OnvjhNRfq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.31/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.31/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.31/go_module_metadata.go
2025-08-20T22:54:17.1625380Z [00:03:40.915]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T22:54:17.1635750Z [00:03:40.916]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/83/83b6bdfd923a8008f52121821999e0f6781b66c13ab032f095a4e44924f3e238-d # internal
2025-08-20T22:54:17.1640179Z [00:03:40.917]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T22:54:17.1640794Z [00:03:40.917]➜  mkdir -p $WORK/b577/
2025-08-20T22:54:17.1645782Z [00:03:40.917]➜  cat >/tmp/go-build2831371785/b577/importcfg << 'EOF' # internal
2025-08-20T22:54:17.1651282Z [00:03:40.917]➜  # import config
2025-08-20T22:54:17.1652228Z [00:03:40.917]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.1653402Z [00:03:40.917]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.1654626Z [00:03:40.917]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:17.1656199Z [00:03:40.917]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.1657258Z [00:03:40.917]➜  EOF
2025-08-20T22:54:17.1660846Z [00:03:40.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints;$WORK/b577=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.21 -complete -installsuffix shared -buildid LUFI0owV412oDYLGAUUK/LUFI0owV412oDYLGAUUK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/endpoints.go
2025-08-20T22:54:17.2014600Z [00:03:40.954]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T22:54:17.2027097Z [00:03:40.955]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/e0/e05b68ba3d5b29a062ae1c3b62ee4b94b3fed816d1de3b6d711f8774c09a4d63-d # internal
2025-08-20T22:54:17.2030717Z [00:03:40.956]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T22:54:17.2033853Z [00:03:40.956]➜  mkdir -p $WORK/b578/
2025-08-20T22:54:17.2038932Z [00:03:40.957]➜  cat >/tmp/go-build2831371785/b578/importcfg << 'EOF' # internal
2025-08-20T22:54:17.2039768Z [00:03:40.957]➜  # import config
2025-08-20T22:54:17.2041061Z [00:03:40.957]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:17.2042776Z [00:03:40.957]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:17.2044346Z [00:03:40.957]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:17.2046510Z [00:03:40.957]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.2047768Z [00:03:40.957]➜  EOF
2025-08-20T22:54:17.2054642Z [00:03:40.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/awsrulesfn=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/awsrulesfn;$WORK/b578=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.21 -complete -installsuffix shared -buildid M_xD1gsQFM3jvr-gP5QE/M_xD1gsQFM3jvr-gP5QE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/awsrulesfn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/awsrulesfn/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/awsrulesfn/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/awsrulesfn/partition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/endpoints/awsrulesfn/partitions.go
2025-08-20T22:54:17.2346221Z [00:03:40.987]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T22:54:17.2358817Z [00:03:40.989]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T22:54:17.2369383Z [00:03:40.990]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/52/52fc47830256b79c7f1e1d4b8b7219e9080468a5973c9d42e5dbac4cd96bacff-d # internal
2025-08-20T22:54:17.2376582Z [00:03:40.990]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T22:54:17.2377267Z [00:03:40.990]➜  mkdir -p $WORK/b579/
2025-08-20T22:54:17.2381335Z [00:03:40.991]➜  cat >/tmp/go-build2831371785/b579/importcfg << 'EOF' # internal
2025-08-20T22:54:17.2384370Z [00:03:40.991]➜  # import config
2025-08-20T22:54:17.2385620Z [00:03:40.991]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.2386979Z [00:03:40.991]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2831371785/b557/_pkg_.a
2025-08-20T22:54:17.2388382Z [00:03:40.991]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:17.2389749Z [00:03:40.991]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:17.2391230Z [00:03:40.991]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.2392104Z [00:03:40.991]➜  EOF
2025-08-20T22:54:17.2395931Z [00:03:40.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/middleware;$WORK/b579=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.21 -complete -installsuffix shared -buildid uLONLNgkBjDpR1isHMXl/uLONLNgkBjDpR1isHMXl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/middleware/middleware.go
2025-08-20T22:54:17.2479849Z [00:03:41.001]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T22:54:17.2526927Z [00:03:41.005]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/54/548f99230096ca7119ffeb5eeba9dbdfc613fe5906a808d23ecf31b4a4fa84c1-d # internal
2025-08-20T22:54:17.2542176Z [00:03:41.005]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T22:54:17.2542861Z [00:03:41.005]➜  mkdir -p $WORK/b570/
2025-08-20T22:54:17.2543629Z [00:03:41.006]➜  cat >/tmp/go-build2831371785/b570/importcfg << 'EOF' # internal
2025-08-20T22:54:17.2544385Z [00:03:41.006]➜  # import config
2025-08-20T22:54:17.2545890Z [00:03:41.006]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.2547723Z [00:03:41.006]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:17.2549524Z [00:03:41.006]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:17.2551129Z [00:03:41.006]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.2552455Z [00:03:41.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.2553667Z [00:03:41.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:17.2555004Z [00:03:41.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build2831371785/b571/_pkg_.a
2025-08-20T22:54:17.2556499Z [00:03:41.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2831371785/b573/_pkg_.a
2025-08-20T22:54:17.2557871Z [00:03:41.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:17.2559234Z [00:03:41.006]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2831371785/b574/_pkg_.a
2025-08-20T22:54:17.2560499Z [00:03:41.006]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.2561688Z [00:03:41.006]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:17.2562881Z [00:03:41.006]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:17.2564102Z [00:03:41.006]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:17.2565774Z [00:03:41.006]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:17.2567367Z [00:03:41.006]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:17.2568975Z [00:03:41.006]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:17.2570864Z [00:03:41.006]➜  packagefile net/textproto=/root/.cache/go-build/11/11def6541fa1079f759dcc36fd3f77fb32fbcc4dbdd8c7e9aa80af095163b0df-d
2025-08-20T22:54:17.2572506Z [00:03:41.006]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:17.2574109Z [00:03:41.006]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:17.2576787Z [00:03:41.006]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:17.2578704Z [00:03:41.006]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.2580373Z [00:03:41.006]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.2581411Z [00:03:41.006]➜  EOF
2025-08-20T22:54:17.2587503Z [00:03:41.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/v4=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/v4;$WORK/b570=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.21 -complete -installsuffix shared -buildid Yd0p8qh48Rw75Xe4tG3F/Yd0p8qh48Rw75Xe4tG3F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/v4/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/v4/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/signer/v4/v4.go
2025-08-20T22:54:17.2622608Z [00:03:41.012]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T22:54:17.2623959Z [00:03:41.012]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/51/51b34f6dd62966ee1c917f712114bd80300518634007679ee6000cbd690275d0-d # internal
2025-08-20T22:54:17.2625373Z [00:03:41.014]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T22:54:17.2626057Z [00:03:41.014]➜  mkdir -p $WORK/b581/
2025-08-20T22:54:17.2626805Z [00:03:41.014]➜  cat >/tmp/go-build2831371785/b581/importcfg << 'EOF' # internal
2025-08-20T22:54:17.2627473Z [00:03:41.014]➜  # import config
2025-08-20T22:54:17.2628567Z [00:03:41.014]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.2629945Z [00:03:41.014]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.2631122Z [00:03:41.014]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.2632676Z [00:03:41.014]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:17.2634204Z [00:03:41.014]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.2635296Z [00:03:41.014]➜  EOF
2025-08-20T22:54:17.2642297Z [00:03:41.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.31=>github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.31;$WORK/b581=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.21 -complete -installsuffix shared -buildid H5eA_OTt7Ijm_Yew8ppx/H5eA_OTt7Ijm_Yew8ppx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.31/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.31/go_module_metadata.go
2025-08-20T22:54:17.2821556Z [00:03:41.034]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/a9/a91cf5411e666974826b0ab30d0eec52939459d80105a0a1c84b32b1eb0a9bb8-d # internal
2025-08-20T22:54:17.2837498Z [00:03:41.035]➜  tailscale.com/wgengine/router
2025-08-20T22:54:17.2838082Z [00:03:41.035]➜  mkdir -p $WORK/b524/
2025-08-20T22:54:17.2838759Z [00:03:41.035]➜  cat >/tmp/go-build2831371785/b524/importcfg << 'EOF' # internal
2025-08-20T22:54:17.2839377Z [00:03:41.035]➜  # import config
2025-08-20T22:54:17.2840395Z [00:03:41.035]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:17.2841864Z [00:03:41.035]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.2843675Z [00:03:41.035]➜  packagefile github.com/tailscale/netlink=/root/.cache/go-build/24/24718a7d254d59a7e8006129bd053c9ed8eb035a19c80e4b62ce43debbef033b-d
2025-08-20T22:54:17.2845322Z [00:03:41.035]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:17.2846750Z [00:03:41.035]➜  packagefile go4.org/netipx=/root/.cache/go-build/54/54427236929d934028df3b51429ffe98acb009e607280ce6367eabe327d34a60-d
2025-08-20T22:54:17.2848434Z [00:03:41.036]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:17.2850169Z [00:03:41.036]➜  packagefile golang.org/x/time/rate=/root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d
2025-08-20T22:54:17.2851767Z [00:03:41.036]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:17.2853324Z [00:03:41.036]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:17.2854967Z [00:03:41.036]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:17.2856655Z [00:03:41.036]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:17.2858498Z [00:03:41.036]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:17.2860019Z [00:03:41.036]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:17.2861507Z [00:03:41.036]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.2862957Z [00:03:41.036]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:17.2864472Z [00:03:41.036]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:17.2866241Z [00:03:41.036]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:17.2867858Z [00:03:41.036]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:17.2870737Z [00:03:41.036]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:17.2872097Z [00:03:41.036]➜  packagefile tailscale.com/net/dns=/tmp/go-build2831371785/b461/_pkg_.a
2025-08-20T22:54:17.2873515Z [00:03:41.036]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:17.2875580Z [00:03:41.036]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:17.2877501Z [00:03:41.036]➜  packagefile tailscale.com/types/opt=/root/.cache/go-build/7d/7d38f20b1f3743b0a79abd321fd6ce5c439ba544d40ae5d93840f61bdbb5b68a-d
2025-08-20T22:54:17.2879600Z [00:03:41.036]➜  packagefile tailscale.com/types/preftype=/root/.cache/go-build/4a/4af3a7f6acb49bb5180253dac5948c58c0d616bb7dadcfe5e7a453a25cbcbb0b-d
2025-08-20T22:54:17.2881525Z [00:03:41.036]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:17.2883380Z [00:03:41.036]➜  packagefile tailscale.com/util/linuxfw=/root/.cache/go-build/79/799ecaba9e29f683a69143a7db58d7a3ab46f1d29a793bf62c08de70bda94fdf-d
2025-08-20T22:54:17.2885525Z [00:03:41.036]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:17.2887580Z [00:03:41.036]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:17.2889378Z [00:03:41.036]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.2890355Z [00:03:41.036]➜  EOF
2025-08-20T22:54:17.2895925Z [00:03:41.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b524/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router=>tailscale.com/wgengine/router;$WORK/b524=>" -p tailscale.com/wgengine/router -lang=go1.24 -complete -installsuffix shared -buildid JbL_RB25ezZOankOy8Op/JbL_RB25ezZOankOy8Op -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/callback.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/consolidating_router.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_fake.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/runner.go
2025-08-20T22:54:17.3173938Z [00:03:41.070]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T22:54:17.3189126Z [00:03:41.071]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/0d/0d186f5eb858bd2fbb325c009b60b8da7c04e6c2acf9a7703d587d87f985201e-d # internal
2025-08-20T22:54:17.3193056Z [00:03:41.071]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T22:54:17.3193860Z [00:03:41.071]➜  mkdir -p $WORK/b580/
2025-08-20T22:54:17.3194625Z [00:03:41.072]➜  cat >/tmp/go-build2831371785/b580/importcfg << 'EOF' # internal
2025-08-20T22:54:17.3195516Z [00:03:41.072]➜  # import config
2025-08-20T22:54:17.3196377Z [00:03:41.072]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.3197740Z [00:03:41.072]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2831371785/b581/_pkg_.a
2025-08-20T22:54:17.3199135Z [00:03:41.072]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.3200829Z [00:03:41.072]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:17.3201939Z [00:03:41.072]➜  EOF
2025-08-20T22:54:17.3206626Z [00:03:41.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/internal/endpoints;$WORK/b580=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.21 -complete -installsuffix shared -buildid kB7SyDF-Te9eOegDiG_5/kB7SyDF-Te9eOegDiG_5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/internal/endpoints/endpoints.go
2025-08-20T22:54:17.3519763Z [00:03:41.105]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T22:54:17.3537063Z [00:03:41.106]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/fe/fe7824232bbe8b9fd432b2d212205a8c52d34a399528ec1334dd3670075dcd4f-d # internal
2025-08-20T22:54:17.3552561Z [00:03:41.106]➜  github.com/aws/smithy-go/document
2025-08-20T22:54:17.3553197Z [00:03:41.106]➜  mkdir -p $WORK/b583/
2025-08-20T22:54:17.3554137Z [00:03:41.106]➜  cat >/tmp/go-build2831371785/b583/importcfg << 'EOF' # internal
2025-08-20T22:54:17.3554800Z [00:03:41.106]➜  # import config
2025-08-20T22:54:17.3555991Z [00:03:41.106]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.3557548Z [00:03:41.106]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:17.3559160Z [00:03:41.106]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:17.3560927Z [00:03:41.106]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:17.3561955Z [00:03:41.106]➜  EOF
2025-08-20T22:54:17.3566556Z [00:03:41.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b583/_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/b583=>" -p github.com/aws/smithy-go/document -lang=go1.21 -complete -installsuffix shared -buildid MV5tAkXy_1sbDEoL3d4g/MV5tAkXy_1sbDEoL3d4g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/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-20T22:54:17.3717317Z [00:03:41.124]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T22:54:17.3749946Z [00:03:41.128]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/46/46547909014a8aaa817b454b65e8cd2d11d4d537312c34bd1b236c462c7b77db-d # internal
2025-08-20T22:54:17.3756590Z [00:03:41.128]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T22:54:17.3757515Z [00:03:41.128]➜  mkdir -p $WORK/b575/
2025-08-20T22:54:17.3765332Z [00:03:41.129]➜  cat >/tmp/go-build2831371785/b575/importcfg << 'EOF' # internal
2025-08-20T22:54:17.3766146Z [00:03:41.129]➜  # import config
2025-08-20T22:54:17.3767287Z [00:03:41.129]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.3768869Z [00:03:41.129]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.3770221Z [00:03:41.129]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.3771426Z [00:03:41.129]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2831371785/b570/_pkg_.a
2025-08-20T22:54:17.3772733Z [00:03:41.129]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2831371785/b557/_pkg_.a
2025-08-20T22:54:17.3774159Z [00:03:41.129]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:17.3775505Z [00:03:41.129]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:17.3776647Z [00:03:41.129]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:17.3777816Z [00:03:41.129]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2831371785/b534/_pkg_.a
2025-08-20T22:54:17.3778976Z [00:03:41.129]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.3780129Z [00:03:41.129]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:17.3781490Z [00:03:41.129]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.3782425Z [00:03:41.129]➜  EOF
2025-08-20T22:54:17.3789168Z [00:03:41.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/smithy=>github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/smithy;$WORK/b575=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.21 -complete -installsuffix shared -buildid aQW7U9npzQop8zC3GhWu/aQW7U9npzQop8zC3GhWu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/smithy/bearer_token_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/smithy/bearer_token_signer_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/smithy/credentials_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/smithy/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/internal/auth/smithy/v4signer_adapter.go
2025-08-20T22:54:17.3927675Z [00:03:41.145]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T22:54:17.3960369Z [00:03:41.149]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/b8/b8173e7853e98218c16d29587be15f4059e1bc081e51dafbf43f1ddf961338ac-d # internal
2025-08-20T22:54:17.3962746Z [00:03:41.149]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T22:54:17.3963386Z [00:03:41.149]➜  mkdir -p $WORK/b582/
2025-08-20T22:54:17.3964115Z [00:03:41.149]➜  cat >/tmp/go-build2831371785/b582/importcfg << 'EOF' # internal
2025-08-20T22:54:17.3964879Z [00:03:41.149]➜  # import config
2025-08-20T22:54:17.3966111Z [00:03:41.149]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.3967450Z [00:03:41.149]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:17.3968623Z [00:03:41.149]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:17.3969470Z [00:03:41.149]➜  EOF
2025-08-20T22:54:17.3974201Z [00:03:41.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/types=>github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/types;$WORK/b582=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.21 -complete -installsuffix shared -buildid e4G8dQYmUk2y0hZ5U01h/e4G8dQYmUk2y0hZ5U01h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/types/types.go
2025-08-20T22:54:17.4199630Z [00:03:41.173]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T22:54:17.4204977Z [00:03:41.173]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/ac/acf83e777bdcbe989ddc673946674f35f4cd6fcb93199b2de38c6d79c3a48c02-d # internal
2025-08-20T22:54:17.4208713Z [00:03:41.174]➜  github.com/aws/smithy-go/endpoints
2025-08-20T22:54:17.4209931Z [00:03:41.174]➜  mkdir -p $WORK/b584/
2025-08-20T22:54:17.4229643Z [00:03:41.176]➜  cat >/tmp/go-build2831371785/b584/importcfg << 'EOF' # internal
2025-08-20T22:54:17.4230870Z [00:03:41.176]➜  # import config
2025-08-20T22:54:17.4232167Z [00:03:41.176]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:17.4235715Z [00:03:41.176]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:17.4237466Z [00:03:41.176]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:17.4250906Z [00:03:41.176]➜  EOF
2025-08-20T22:54:17.4254611Z [00:03:41.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b584/_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/b584=>" -p github.com/aws/smithy-go/endpoints -lang=go1.21 -complete -installsuffix shared -buildid Jd38XeP-i3h1GthqySPj/Jd38XeP-i3h1GthqySPj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.2/endpoints/endpoint.go
2025-08-20T22:54:17.4269463Z [00:03:41.180]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T22:54:17.4291551Z [00:03:41.182]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/3c/3c6b23f3018ef8c15ab189cf27bfe42fc0a385c5b8efe6c86ec5ee2a710aa802-d # internal
2025-08-20T22:54:17.4293207Z [00:03:41.182]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T22:54:17.4296185Z [00:03:41.182]➜  mkdir -p $WORK/b586/
2025-08-20T22:54:17.4297688Z [00:03:41.182]➜  cat >/tmp/go-build2831371785/b586/importcfg << 'EOF' # internal
2025-08-20T22:54:17.4299153Z [00:03:41.182]➜  # import config
2025-08-20T22:54:17.4300226Z [00:03:41.182]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.4303364Z [00:03:41.182]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2831371785/b581/_pkg_.a
2025-08-20T22:54:17.4304656Z [00:03:41.182]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.4306444Z [00:03:41.182]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:17.4307419Z [00:03:41.182]➜  EOF
2025-08-20T22:54:17.4311793Z [00:03:41.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/internal/endpoints;$WORK/b586=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.21 -complete -installsuffix shared -buildid iQvSRwTeYlgqCnRUQggu/iQvSRwTeYlgqCnRUQggu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/internal/endpoints/endpoints.go
2025-08-20T22:54:17.4418240Z [00:03:41.194]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T22:54:17.4419638Z [00:03:41.194]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/0f/0f795d2ba15f90db688acc9a8ec1432990102a0193d82ecc34bfaa3751bf831b-d # internal
2025-08-20T22:54:17.4423242Z [00:03:41.195]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T22:54:17.4432377Z [00:03:41.195]➜  mkdir -p $WORK/b567/
2025-08-20T22:54:17.4437369Z [00:03:41.196]➜  cat >/tmp/go-build2831371785/b567/importcfg << 'EOF' # internal
2025-08-20T22:54:17.4441058Z [00:03:41.196]➜  # import config
2025-08-20T22:54:17.4445522Z [00:03:41.196]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:17.4447119Z [00:03:41.196]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.4448755Z [00:03:41.196]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:17.4450898Z [00:03:41.196]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:17.4453741Z [00:03:41.196]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.4455068Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.4456436Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2831371785/b568/_pkg_.a
2025-08-20T22:54:17.4457674Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:17.4458974Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2831371785/b569/_pkg_.a
2025-08-20T22:54:17.4460280Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:17.4461516Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2831371785/b570/_pkg_.a
2025-08-20T22:54:17.4462818Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:17.4464284Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2831371785/b573/_pkg_.a
2025-08-20T22:54:17.4465815Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2831371785/b575/_pkg_.a
2025-08-20T22:54:17.4467232Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2831371785/b576/_pkg_.a
2025-08-20T22:54:17.4468593Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2831371785/b577/_pkg_.a
2025-08-20T22:54:17.4470150Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2831371785/b578/_pkg_.a
2025-08-20T22:54:17.4471563Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2831371785/b579/_pkg_.a
2025-08-20T22:54:17.4473000Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build2831371785/b580/_pkg_.a
2025-08-20T22:54:17.4474386Z [00:03:41.196]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build2831371785/b582/_pkg_.a
2025-08-20T22:54:17.4496922Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:17.4498051Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:17.4499183Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:17.4500445Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2831371785/b574/_pkg_.a
2025-08-20T22:54:17.4501703Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2831371785/b584/_pkg_.a
2025-08-20T22:54:17.4503073Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2831371785/b560/_pkg_.a
2025-08-20T22:54:17.4504221Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.4505563Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2831371785/b542/_pkg_.a
2025-08-20T22:54:17.4506770Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:17.4507952Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2831371785/b546/_pkg_.a
2025-08-20T22:54:17.4509059Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2831371785/b543/_pkg_.a
2025-08-20T22:54:17.4510173Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:17.4511377Z [00:03:41.196]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:17.4512931Z [00:03:41.196]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:17.4514501Z [00:03:41.196]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:17.4516311Z [00:03:41.196]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:17.4517921Z [00:03:41.196]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:17.4519504Z [00:03:41.196]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:17.4521044Z [00:03:41.196]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:17.4522618Z [00:03:41.196]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.4524258Z [00:03:41.196]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:17.4526277Z [00:03:41.196]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.4527246Z [00:03:41.196]➜  EOF
2025-08-20T22:54:17.4537749Z [00:03:41.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14=>github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14;$WORK/b567=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.21 -complete -installsuffix shared -buildid 0WPzDUJJHg3Z8iRo90Xo/0WPzDUJJHg3Z8iRo90Xo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/api_op_GetRoleCredentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/api_op_ListAccountRoles.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/api_op_ListAccounts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/api_op_Logout.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.24.14/validators.go
2025-08-20T22:54:17.4804073Z [00:03:41.233]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T22:54:17.4815679Z [00:03:41.234]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/ca/cafb37d9957caf65d7200f28bb87aec1b620019fbd5c2d12332971c8e114c6d8-d # internal
2025-08-20T22:54:17.4840714Z [00:03:41.236]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T22:54:17.4841528Z [00:03:41.236]➜  mkdir -p $WORK/b587/
2025-08-20T22:54:17.4842310Z [00:03:41.236]➜  cat >/tmp/go-build2831371785/b587/importcfg << 'EOF' # internal
2025-08-20T22:54:17.4843051Z [00:03:41.236]➜  # import config
2025-08-20T22:54:17.4844193Z [00:03:41.236]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.4845721Z [00:03:41.236]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:17.4851074Z [00:03:41.236]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:17.4852321Z [00:03:41.236]➜  EOF
2025-08-20T22:54:17.4857758Z [00:03:41.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/types=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/types;$WORK/b587=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.21 -complete -installsuffix shared -buildid WJd3ok2jBhh3rpT8w5z5/WJd3ok2jBhh3rpT8w5z5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/types/types.go
2025-08-20T22:54:17.5643601Z [00:03:41.317]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T22:54:17.5660577Z [00:03:41.319]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/c3/c32ce742ae3dafe82fabe8341a3d76baee0b45c1f6c0c4cf6184cdfdc0dd9644-d # internal
2025-08-20T22:54:17.5680578Z [00:03:41.321]➜  github.com/aws/smithy-go/encoding
2025-08-20T22:54:17.5682881Z [00:03:41.321]➜  mkdir -p $WORK/b589/
2025-08-20T22:54:17.5690606Z [00:03:41.321]➜  cat >/tmp/go-build2831371785/b589/importcfg << 'EOF' # internal
2025-08-20T22:54:17.5691565Z [00:03:41.321]➜  # import config
2025-08-20T22:54:17.5692600Z [00:03:41.321]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.5694170Z [00:03:41.321]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:17.5696016Z [00:03:41.321]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:17.5697043Z [00:03:41.321]➜  EOF
2025-08-20T22:54:17.5701065Z [00:03:41.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b589/_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/b589=>" -p github.com/aws/smithy-go/encoding -lang=go1.21 -complete -installsuffix shared -buildid ZpDHpwRDld0FtreOaJku/ZpDHpwRDld0FtreOaJku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/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-20T22:54:17.6059472Z [00:03:41.358]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T22:54:17.6068788Z [00:03:41.358]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/fc/fc88968f1d014319db2d22ce09010c2f0c9b6e695ad97b9802c3fe9511045075-d # internal
2025-08-20T22:54:17.6069991Z [00:03:41.358]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T22:54:17.6070624Z [00:03:41.358]➜  mkdir -p $WORK/b588/
2025-08-20T22:54:17.6071376Z [00:03:41.358]➜  cat >/tmp/go-build2831371785/b588/importcfg << 'EOF' # internal
2025-08-20T22:54:17.6072109Z [00:03:41.358]➜  # import config
2025-08-20T22:54:17.6073425Z [00:03:41.358]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:17.6075397Z [00:03:41.358]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:17.6077154Z [00:03:41.358]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:17.6078735Z [00:03:41.358]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.6080098Z [00:03:41.358]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2831371785/b589/_pkg_.a
2025-08-20T22:54:17.6081436Z [00:03:41.358]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:17.6083050Z [00:03:41.358]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:17.6084710Z [00:03:41.358]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:17.6106776Z [00:03:41.358]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:17.6107808Z [00:03:41.358]➜  EOF
2025-08-20T22:54:17.6114796Z [00:03:41.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b588/_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/b588=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid doEUbzaoWcVSkcmOmgct/doEUbzaoWcVSkcmOmgct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/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-20T22:54:17.7407469Z [00:03:41.493]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T22:54:17.7428228Z [00:03:41.495]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/6c/6cc541dc89ab13505a93fc9024f8a15c801acc29ac494399bfc1f08a6ec96811-d # internal
2025-08-20T22:54:17.7434666Z [00:03:41.496]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T22:54:17.7437226Z [00:03:41.496]➜  mkdir -p $WORK/b585/
2025-08-20T22:54:17.7446313Z [00:03:41.497]➜  cat >/tmp/go-build2831371785/b585/importcfg << 'EOF' # internal
2025-08-20T22:54:17.7447434Z [00:03:41.497]➜  # import config
2025-08-20T22:54:17.7449921Z [00:03:41.497]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:17.7451856Z [00:03:41.497]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:17.7456543Z [00:03:41.497]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:17.7458061Z [00:03:41.497]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:17.7459615Z [00:03:41.497]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:17.7460948Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:17.7462158Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2831371785/b568/_pkg_.a
2025-08-20T22:54:17.7463440Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:17.7465037Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2831371785/b569/_pkg_.a
2025-08-20T22:54:17.7466514Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:17.7467640Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2831371785/b570/_pkg_.a
2025-08-20T22:54:17.7468804Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:17.7469958Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2831371785/b573/_pkg_.a
2025-08-20T22:54:17.7471122Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2831371785/b575/_pkg_.a
2025-08-20T22:54:17.7472435Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2831371785/b576/_pkg_.a
2025-08-20T22:54:17.7473807Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2831371785/b577/_pkg_.a
2025-08-20T22:54:17.7496406Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2831371785/b578/_pkg_.a
2025-08-20T22:54:17.7497844Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2831371785/b579/_pkg_.a
2025-08-20T22:54:17.7499246Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build2831371785/b586/_pkg_.a
2025-08-20T22:54:17.7500583Z [00:03:41.497]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build2831371785/b587/_pkg_.a
2025-08-20T22:54:17.7501709Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:17.7502691Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:17.7503730Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:17.7504932Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2831371785/b574/_pkg_.a
2025-08-20T22:54:17.7506494Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2831371785/b588/_pkg_.a
2025-08-20T22:54:17.7507592Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2831371785/b584/_pkg_.a
2025-08-20T22:54:17.7508580Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2831371785/b560/_pkg_.a
2025-08-20T22:54:17.7509584Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:17.7510606Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2831371785/b542/_pkg_.a
2025-08-20T22:54:17.7511782Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:17.7512807Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2831371785/b546/_pkg_.a
2025-08-20T22:54:17.7513791Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2831371785/b543/_pkg_.a
2025-08-20T22:54:17.7514819Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:17.7516130Z [00:03:41.497]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:17.7517562Z [00:03:41.497]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:17.7519149Z [00:03:41.497]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:17.7520762Z [00:03:41.497]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:17.7522548Z [00:03:41.497]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:17.7524304Z [00:03:41.497]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:17.7526181Z [00:03:41.497]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:17.7527830Z [00:03:41.497]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:17.7529465Z [00:03:41.497]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:17.7530385Z [00:03:41.497]➜  EOF
2025-08-20T22:54:17.7540816Z [00:03:41.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13;$WORK/b585=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.21 -complete -installsuffix shared -buildid e_HSmbxL2Y5FBWp22wZs/e_HSmbxL2Y5FBWp22wZs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/api_op_CreateToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/api_op_CreateTokenWithIAM.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/api_op_RegisterClient.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/api_op_StartDeviceAuthorization.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.28.13/validators.go
2025-08-20T22:54:18.0593044Z [00:03:41.812]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T22:54:18.0920197Z [00:03:41.845]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/6c/6cfb90b176c21538e5e6fe3f8741817c6a222e8bc7f146717718f32587f933b1-d # internal
2025-08-20T22:54:18.0958063Z [00:03:41.848]➜  tailscale.com/wgengine/magicsock
2025-08-20T22:54:18.0961153Z [00:03:41.848]➜  mkdir -p $WORK/b499/
2025-08-20T22:54:18.0986124Z [00:03:41.851]➜  cat >/tmp/go-build2831371785/b499/importcfg << 'EOF' # internal
2025-08-20T22:54:18.0989215Z [00:03:41.851]➜  # import config
2025-08-20T22:54:18.0990353Z [00:03:41.851]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:18.0991974Z [00:03:41.851]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:18.0993578Z [00:03:41.851]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.0995374Z [00:03:41.851]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:18.0997020Z [00:03:41.851]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:18.0998624Z [00:03:41.851]➜  packagefile expvar=/root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d
2025-08-20T22:54:18.1000134Z [00:03:41.851]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.1002087Z [00:03:41.851]➜  packagefile github.com/mdlayher/socket=/root/.cache/go-build/78/787b1d0706cd44c656c67f0b124852d15afad57db7da1a7250502e3743811f5c-d
2025-08-20T22:54:18.1003645Z [00:03:41.851]➜  packagefile github.com/tailscale/wireguard-go/conn=/tmp/go-build2831371785/b473/_pkg_.a
2025-08-20T22:54:18.1004921Z [00:03:41.851]➜  packagefile github.com/tailscale/wireguard-go/device=/tmp/go-build2831371785/b474/_pkg_.a
2025-08-20T22:54:18.1006729Z [00:03:41.851]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:18.1008433Z [00:03:41.851]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/5b/5ba76ea3792c29678d9d40f96ae4a79d248b292eea51ab0ad8fcfcacf0d6828a-d
2025-08-20T22:54:18.1010242Z [00:03:41.851]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/c7/c79a99d64daaa64bbff1f857e4849b6acf9a76f75cf19bd44f966ce3b5670ea5-d
2025-08-20T22:54:18.1012009Z [00:03:41.851]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d
2025-08-20T22:54:18.1013721Z [00:03:41.851]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/71/71db9d9c0ef048011caf063f16a86f1d139470a1b65881c9357c156792b85543-d
2025-08-20T22:54:18.1026708Z [00:03:41.851]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:18.1028482Z [00:03:41.851]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T22:54:18.1030040Z [00:03:41.851]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.1031611Z [00:03:41.851]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:18.1033142Z [00:03:41.851]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:18.1034615Z [00:03:41.851]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:18.1036677Z [00:03:41.851]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:18.1038347Z [00:03:41.851]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T22:54:18.1039963Z [00:03:41.851]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:18.1041525Z [00:03:41.851]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:18.1043379Z [00:03:41.851]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:18.1045015Z [00:03:41.851]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:18.1046828Z [00:03:41.851]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:18.1048357Z [00:03:41.851]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:18.1049845Z [00:03:41.851]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:18.1051448Z [00:03:41.851]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:18.1053140Z [00:03:41.851]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:18.1054955Z [00:03:41.851]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:18.1067218Z [00:03:41.851]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:18.1068895Z [00:03:41.851]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:18.1070678Z [00:03:41.851]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:18.1072568Z [00:03:41.851]➜  packagefile tailscale.com/derp=/root/.cache/go-build/0c/0c4ee34ce63745e892122ec3601cdcccd5972883a1b7055bf98ef12956b820f4-d
2025-08-20T22:54:18.1074436Z [00:03:41.851]➜  packagefile tailscale.com/derp/derphttp=/root/.cache/go-build/b6/b637748319b68887bc2347bff5dd80023d982415c60d8e0d973d78207978aa36-d
2025-08-20T22:54:18.1076490Z [00:03:41.851]➜  packagefile tailscale.com/disco=/root/.cache/go-build/a8/a8597243df3214cce7cdd962aaf4cfb5940c67b6a4cc515561de9282cfff7a9a-d
2025-08-20T22:54:18.1078302Z [00:03:41.851]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:18.1080113Z [00:03:41.851]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:18.1081868Z [00:03:41.851]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:18.1083718Z [00:03:41.851]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:18.1085366Z [00:03:41.851]➜  packagefile tailscale.com/logtail/backoff=/tmp/go-build2831371785/b378/_pkg_.a
2025-08-20T22:54:18.1086482Z [00:03:41.851]➜  packagefile tailscale.com/net/batching=/tmp/go-build2831371785/b500/_pkg_.a
2025-08-20T22:54:18.1087545Z [00:03:41.851]➜  packagefile tailscale.com/net/connstats=/tmp/go-build2831371785/b490/_pkg_.a
2025-08-20T22:54:18.1089033Z [00:03:41.851]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:18.1091061Z [00:03:41.851]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:18.1092927Z [00:03:41.851]➜  packagefile tailscale.com/net/netcheck=/root/.cache/go-build/b1/b19d026d272a96cf3759a026df036acbaac3297c705d55c93efb365c9c62d9a4-d
2025-08-20T22:54:18.1094754Z [00:03:41.851]➜  packagefile tailscale.com/net/neterror=/root/.cache/go-build/27/27b0556153ddc511e1205245ee4202be58d4610648115ff82967917833ed235c-d
2025-08-20T22:54:18.1106989Z [00:03:41.851]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:18.1109156Z [00:03:41.851]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:18.1110574Z [00:03:41.851]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:18.1112079Z [00:03:41.851]➜  packagefile tailscale.com/net/ping=/root/.cache/go-build/f7/f756289daa5aa74764a2c0d72b6c80a4544e4fa4ae316cfd64bf677b7b120558-d
2025-08-20T22:54:18.1113947Z [00:03:41.851]➜  packagefile tailscale.com/net/portmapper=/root/.cache/go-build/e0/e02ed0e43db28baed2e4dd645cba2e949c8edbfbaf04f0f170bc1aae9e8215d0-d
2025-08-20T22:54:18.1116027Z [00:03:41.851]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:18.1117891Z [00:03:41.851]➜  packagefile tailscale.com/net/stun=/root/.cache/go-build/b0/b0eb341762f90b39195aa48fb40e06a9f16c0c872231196d6c3bb6ad13dbe728-d
2025-08-20T22:54:18.1119870Z [00:03:41.851]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:18.1121399Z [00:03:41.851]➜  packagefile tailscale.com/net/tstun=/tmp/go-build2831371785/b471/_pkg_.a
2025-08-20T22:54:18.1122536Z [00:03:41.851]➜  packagefile tailscale.com/net/udprelay/endpoint=/tmp/go-build2831371785/b513/_pkg_.a
2025-08-20T22:54:18.1124029Z [00:03:41.851]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:18.1125940Z [00:03:41.851]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:18.1127345Z [00:03:41.851]➜  packagefile tailscale.com/tempfork/heap=/tmp/go-build2831371785/b514/_pkg_.a
2025-08-20T22:54:18.1128801Z [00:03:41.851]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:18.1130654Z [00:03:41.851]➜  packagefile tailscale.com/tstime/mono=/root/.cache/go-build/80/8049fdcc30025de911abe931e01e86d612aa48c1c6f1d928aff6e79cb3cd6d32-d
2025-08-20T22:54:18.1132536Z [00:03:41.851]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:18.1134479Z [00:03:41.851]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:18.1136543Z [00:03:41.851]➜  packagefile tailscale.com/types/lazy=/root/.cache/go-build/6a/6a882ad12d956041b3c544e7fd849589f5dbe8522dd1b9adfd196a9fd88e8465-d
2025-08-20T22:54:18.1138440Z [00:03:41.851]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:18.1140294Z [00:03:41.851]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:18.1142201Z [00:03:41.851]➜  packagefile tailscale.com/types/nettype=/root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d
2025-08-20T22:54:18.1144241Z [00:03:41.851]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:18.1146391Z [00:03:41.851]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:18.1148323Z [00:03:41.851]➜  packagefile tailscale.com/util/cloudenv=/root/.cache/go-build/60/60347e1e73ecbcda0a768299dc50308ce8ed51299b893f0d39e77a63d70544e6-d
2025-08-20T22:54:18.1150224Z [00:03:41.851]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:18.1152249Z [00:03:41.851]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:18.1154076Z [00:03:41.851]➜  packagefile tailscale.com/util/rands=/root/.cache/go-build/1c/1c28f1c2f22182f8877c4c8cc1037526ad5789ef94b47f1930544bf6ae2e87ea-d
2025-08-20T22:54:18.1155741Z [00:03:41.851]➜  packagefile tailscale.com/util/ringbuffer=/tmp/go-build2831371785/b515/_pkg_.a
2025-08-20T22:54:18.1157240Z [00:03:41.851]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:18.1159119Z [00:03:41.851]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:18.1160577Z [00:03:41.851]➜  packagefile tailscale.com/util/sysresources=/tmp/go-build2831371785/b516/_pkg_.a
2025-08-20T22:54:18.1162096Z [00:03:41.851]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:18.1164194Z [00:03:41.851]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:18.1176074Z [00:03:41.851]➜  packagefile tailscale.com/wgengine/filter=/tmp/go-build2831371785/b387/_pkg_.a
2025-08-20T22:54:18.1177237Z [00:03:41.851]➜  packagefile tailscale.com/wgengine/wgint=/tmp/go-build2831371785/b517/_pkg_.a
2025-08-20T22:54:18.1178580Z [00:03:41.851]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:18.1179531Z [00:03:41.851]➜  EOF
2025-08-20T22:54:18.1192081Z [00:03:41.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b499/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock=>tailscale.com/wgengine/magicsock;$WORK/b499=>" -p tailscale.com/wgengine/magicsock -lang=go1.24 -complete -installsuffix shared -buildid R-RWFMwFrnsugnC3Ot-y/R-RWFMwFrnsugnC3Ot-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/blockforever_conn.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/cloudinfo.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debughttp.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debugknobs.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/derp.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/discopingpurpose_string.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_default.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_tracker.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_notplan9.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_notwindows.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermap.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_unix.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/rebinding_conn.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/relaymanager.go
2025-08-20T22:54:18.2531534Z [00:03:42.006]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T22:54:18.2774019Z [00:03:42.030]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/b4/b4e5dd7e0e5234ebbea3dd71b9da32ad981aaa2b198765d03f408f35763c720a-d # internal
2025-08-20T22:54:18.2811610Z [00:03:42.034]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T22:54:18.2814680Z [00:03:42.034]➜  mkdir -p $WORK/b592/
2025-08-20T22:54:18.2819543Z [00:03:42.035]➜  cat >/tmp/go-build2831371785/b592/importcfg << 'EOF' # internal
2025-08-20T22:54:18.2851649Z [00:03:42.035]➜  # import config
2025-08-20T22:54:18.2852815Z [00:03:42.035]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.2854705Z [00:03:42.035]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.2856295Z [00:03:42.035]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2831371785/b574/_pkg_.a
2025-08-20T22:54:18.2857540Z [00:03:42.035]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:18.2858748Z [00:03:42.035]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:18.2860129Z [00:03:42.035]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.2861678Z [00:03:42.035]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:18.2863278Z [00:03:42.035]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:18.2864972Z [00:03:42.035]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:18.2867460Z [00:03:42.035]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:18.2868921Z [00:03:42.035]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:18.2869797Z [00:03:42.035]➜  EOF
2025-08-20T22:54:18.2876013Z [00:03:42.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query;$WORK/b592=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.21 -complete -installsuffix shared -buildid ZslHYKb3PWRBP8dO4wbn/ZslHYKb3PWRBP8dO4wbn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query/array.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query/encoder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query/map.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query/object.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/query/value.go
2025-08-20T22:54:18.3938718Z [00:03:42.146]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T22:54:18.3959413Z [00:03:42.149]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/89/89af486cea13c7a13f6f17c089ecc1519ad885fd3f3e74d73d3f89e22703fd39-d # internal
2025-08-20T22:54:18.3964092Z [00:03:42.149]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T22:54:18.3964799Z [00:03:42.149]➜  mkdir -p $WORK/b593/
2025-08-20T22:54:18.3973564Z [00:03:42.149]➜  cat >/tmp/go-build2831371785/b593/importcfg << 'EOF' # internal
2025-08-20T22:54:18.3974250Z [00:03:42.149]➜  # import config
2025-08-20T22:54:18.3975522Z [00:03:42.149]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:18.3978813Z [00:03:42.149]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.3980368Z [00:03:42.149]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.3981323Z [00:03:42.149]➜  EOF
2025-08-20T22:54:18.3985096Z [00:03:42.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/xml=>github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/xml;$WORK/b593=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.21 -complete -installsuffix shared -buildid 3bjAvYaU7ta2YjfIbCro/3bjAvYaU7ta2YjfIbCro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.0/aws/protocol/xml/error_utils.go
2025-08-20T22:54:18.4126557Z [00:03:42.165]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T22:54:18.4379839Z [00:03:42.190]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/da/daf9d89829435eaf55ce2c9625825e7666507a72eb5cb7e2aaa9e0e1854bbea7-d # internal
2025-08-20T22:54:18.4381071Z [00:03:42.191]➜  tailscale.com/wgengine/netlog
2025-08-20T22:54:18.4384188Z [00:03:42.191]➜  mkdir -p $WORK/b518/
2025-08-20T22:54:18.4386651Z [00:03:42.191]➜  cat >/tmp/go-build2831371785/b518/importcfg << 'EOF' # internal
2025-08-20T22:54:18.4387871Z [00:03:42.191]➜  # import config
2025-08-20T22:54:18.4390315Z [00:03:42.191]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.4394245Z [00:03:42.191]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:18.4407535Z [00:03:42.191]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.4408948Z [00:03:42.191]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.4410348Z [00:03:42.191]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:18.4411735Z [00:03:42.191]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:18.4413192Z [00:03:42.191]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:18.4414654Z [00:03:42.191]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:18.4419971Z [00:03:42.191]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:18.4421294Z [00:03:42.191]➜  packagefile tailscale.com/logpolicy=/tmp/go-build2831371785/b519/_pkg_.a
2025-08-20T22:54:18.4422266Z [00:03:42.191]➜  packagefile tailscale.com/logtail=/tmp/go-build2831371785/b366/_pkg_.a
2025-08-20T22:54:18.4423261Z [00:03:42.191]➜  packagefile tailscale.com/net/connstats=/tmp/go-build2831371785/b490/_pkg_.a
2025-08-20T22:54:18.4424695Z [00:03:42.191]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:18.4426630Z [00:03:42.191]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:18.4428376Z [00:03:42.191]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:18.4430110Z [00:03:42.191]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:18.4431430Z [00:03:42.191]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:18.4432714Z [00:03:42.191]➜  packagefile tailscale.com/types/netlogtype=/tmp/go-build2831371785/b491/_pkg_.a
2025-08-20T22:54:18.4434201Z [00:03:42.191]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:18.4435769Z [00:03:42.193]➜  packagefile tailscale.com/wgengine/router=/tmp/go-build2831371785/b524/_pkg_.a
2025-08-20T22:54:18.4437051Z [00:03:42.193]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:18.4437948Z [00:03:42.193]➜  EOF
2025-08-20T22:54:18.4441215Z [00:03:42.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b518/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netlog=>tailscale.com/wgengine/netlog;$WORK/b518=>" -p tailscale.com/wgengine/netlog -lang=go1.24 -complete -installsuffix shared -buildid rnHZKoBYK7YzQZ0aA9zG/rnHZKoBYK7YzQZ0aA9zG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netlog/logger.go
2025-08-20T22:54:18.4444146Z [00:03:42.194]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T22:54:18.4493584Z [00:03:42.202]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/54/540428a631ade8912355d83e814bd979ac4d1308905f9ea5b161e069604f6ede-d # internal
2025-08-20T22:54:18.4500623Z [00:03:42.202]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T22:54:18.4505416Z [00:03:42.202]➜  mkdir -p $WORK/b594/
2025-08-20T22:54:18.4506213Z [00:03:42.203]➜  cat >/tmp/go-build2831371785/b594/importcfg << 'EOF' # internal
2025-08-20T22:54:18.4506957Z [00:03:42.203]➜  # import config
2025-08-20T22:54:18.4508567Z [00:03:42.203]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T22:54:18.4512437Z [00:03:42.203]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.4514049Z [00:03:42.203]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.4518898Z [00:03:42.203]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:18.4520044Z [00:03:42.203]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:18.4521229Z [00:03:42.203]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:18.4522550Z [00:03:42.203]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.4523486Z [00:03:42.203]➜  EOF
2025-08-20T22:54:18.4529402Z [00:03:42.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.2=>github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.2;$WORK/b594=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.21 -complete -installsuffix shared -buildid VgtAsOAL1nHHZNphPxr7/VgtAsOAL1nHHZNphPxr7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.2/accept_encoding_gzip.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.2/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.2/go_module_metadata.go
2025-08-20T22:54:18.5061872Z [00:03:42.259]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T22:54:18.5075515Z [00:03:42.260]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/af/afe49c2ac14a3ed0cdee63eb474fae7072fa61ae464b7f0437ff62b8ccc15aba-d # internal
2025-08-20T22:54:18.5081008Z [00:03:42.261]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T22:54:18.5093074Z [00:03:42.262]➜  mkdir -p $WORK/b595/
2025-08-20T22:54:18.5100156Z [00:03:42.263]➜  cat >/tmp/go-build2831371785/b595/importcfg << 'EOF' # internal
2025-08-20T22:54:18.5101511Z [00:03:42.263]➜  # import config
2025-08-20T22:54:18.5103299Z [00:03:42.263]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.5105334Z [00:03:42.263]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.5107239Z [00:03:42.263]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:18.5109636Z [00:03:42.263]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2831371785/b570/_pkg_.a
2025-08-20T22:54:18.5111100Z [00:03:42.263]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:18.5111871Z [00:03:42.263]➜  EOF
2025-08-20T22:54:18.5118399Z [00:03:42.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.12=>github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.12;$WORK/b595=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.21 -complete -installsuffix shared -buildid 3t6VFk8TdtZ5c3ANootA/3t6VFk8TdtZ5c3ANootA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.12/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.12/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.12/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.12/middleware.go
2025-08-20T22:54:18.5467753Z [00:03:42.299]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T22:54:18.5483669Z [00:03:42.301]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/37/37fbfcf5c2b52dbed6ac8049597b6650c0d62aaf131468bbd96fdc03f583286a-d # internal
2025-08-20T22:54:18.5485242Z [00:03:42.301]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T22:54:18.5489141Z [00:03:42.302]➜  mkdir -p $WORK/b596/
2025-08-20T22:54:18.5499422Z [00:03:42.302]➜  cat >/tmp/go-build2831371785/b596/importcfg << 'EOF' # internal
2025-08-20T22:54:18.5500115Z [00:03:42.302]➜  # import config
2025-08-20T22:54:18.5500935Z [00:03:42.302]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:18.5502227Z [00:03:42.302]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2831371785/b581/_pkg_.a
2025-08-20T22:54:18.5526675Z [00:03:42.302]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:18.5528361Z [00:03:42.302]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:18.5529663Z [00:03:42.302]➜  EOF
2025-08-20T22:54:18.5534401Z [00:03:42.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/internal/endpoints;$WORK/b596=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.21 -complete -installsuffix shared -buildid wBu7wAa8dFfgKCreYMh_/wBu7wAa8dFfgKCreYMh_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/internal/endpoints/endpoints.go
2025-08-20T22:54:18.5885913Z [00:03:42.341]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T22:54:18.5896111Z [00:03:42.342]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/88/88962b09a07951d40cc5a42bb9c982a44e0d791a8c291d1e1f9f53ff52828a97-d # internal
2025-08-20T22:54:18.5902051Z [00:03:42.343]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T22:54:18.5910821Z [00:03:42.344]➜  mkdir -p $WORK/b597/
2025-08-20T22:54:18.5915844Z [00:03:42.344]➜  cat >/tmp/go-build2831371785/b597/importcfg << 'EOF' # internal
2025-08-20T22:54:18.5916576Z [00:03:42.344]➜  # import config
2025-08-20T22:54:18.5917636Z [00:03:42.344]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.5918898Z [00:03:42.344]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:18.5920035Z [00:03:42.344]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:18.5921396Z [00:03:42.344]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:18.5922592Z [00:03:42.344]➜  EOF
2025-08-20T22:54:18.5927307Z [00:03:42.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/types=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/types;$WORK/b597=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.21 -complete -installsuffix shared -buildid spfEmmZ9p4hk5iA8pVPp/spfEmmZ9p4hk5iA8pVPp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/types/types.go
2025-08-20T22:54:18.6090343Z [00:03:42.362]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T22:54:18.6247650Z [00:03:42.377]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/fc/fc26d058b30e91737e54d8d5c7ecea61de0fc14b3be1ddd0a822131f96775eb3-d # internal
2025-08-20T22:54:18.6281327Z [00:03:42.381]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T22:54:18.6282203Z [00:03:42.381]➜  mkdir -p $WORK/b565/
2025-08-20T22:54:18.6289876Z [00:03:42.381]➜  cat >/tmp/go-build2831371785/b565/importcfg << 'EOF' # internal
2025-08-20T22:54:18.6290657Z [00:03:42.381]➜  # import config
2025-08-20T22:54:18.6291774Z [00:03:42.381]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.6293470Z [00:03:42.381]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T22:54:18.6295477Z [00:03:42.381]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:18.6297030Z [00:03:42.381]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:18.6298634Z [00:03:42.381]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.6299941Z [00:03:42.381]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:18.6301285Z [00:03:42.381]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:18.6302755Z [00:03:42.381]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2831371785/b566/_pkg_.a
2025-08-20T22:54:18.6304110Z [00:03:42.382]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2831371785/b567/_pkg_.a
2025-08-20T22:54:18.6305536Z [00:03:42.382]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2831371785/b585/_pkg_.a
2025-08-20T22:54:18.6306891Z [00:03:42.382]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2831371785/b534/_pkg_.a
2025-08-20T22:54:18.6308419Z [00:03:42.382]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:18.6310054Z [00:03:42.382]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:18.6311641Z [00:03:42.382]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:18.6313238Z [00:03:42.382]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:18.6314783Z [00:03:42.382]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:18.6326801Z [00:03:42.382]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:18.6327662Z [00:03:42.382]➜  EOF
2025-08-20T22:54:18.6333333Z [00:03:42.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ssocreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ssocreds;$WORK/b565=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.21 -complete -installsuffix shared -buildid hCOaXzb8_LyWuxm9bf4F/hCOaXzb8_LyWuxm9bf4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ssocreds/sso_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/ssocreds/sso_token_provider.go
2025-08-20T22:54:18.6342385Z [00:03:42.387]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T22:54:18.6378187Z [00:03:42.391]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/4a/4a34f8eef77b64dda65e34cd2277af02a6278278e32e0a09722bd78dfe2ab78e-d # internal
2025-08-20T22:54:18.6385340Z [00:03:42.391]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T22:54:18.6385943Z [00:03:42.391]➜  mkdir -p $WORK/b598/
2025-08-20T22:54:18.6395776Z [00:03:42.392]➜  cat >/tmp/go-build2831371785/b598/importcfg << 'EOF' # internal
2025-08-20T22:54:18.6396454Z [00:03:42.392]➜  # import config
2025-08-20T22:54:18.6397532Z [00:03:42.392]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:18.6399100Z [00:03:42.392]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:18.6400561Z [00:03:42.392]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.6401773Z [00:03:42.392]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2831371785/b589/_pkg_.a
2025-08-20T22:54:18.6403025Z [00:03:42.392]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.6404666Z [00:03:42.392]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:18.6406431Z [00:03:42.392]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:18.6408047Z [00:03:42.392]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:18.6409529Z [00:03:42.392]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:18.6410421Z [00:03:42.392]➜  EOF
2025-08-20T22:54:18.6423858Z [00:03:42.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b598/_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/b598=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.21 -complete -installsuffix shared -buildid QB_NGbtwELtJ-hB8B3Kg/QB_NGbtwELtJ-hB8B3Kg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/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-20T22:54:18.7255837Z [00:03:42.478]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T22:54:18.7305928Z [00:03:42.483]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/32/3229966dfa30f40e2d7a566cf68cdfdaac2489a3341c09b613e4fd3191ca4bad-d # internal
2025-08-20T22:54:18.7310341Z [00:03:42.484]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T22:54:18.7310973Z [00:03:42.484]➜  mkdir -p $WORK/b599/
2025-08-20T22:54:18.7342062Z [00:03:42.487]➜  cat >/tmp/go-build2831371785/b599/importcfg << 'EOF' # internal
2025-08-20T22:54:18.7342711Z [00:03:42.487]➜  # import config
2025-08-20T22:54:18.7343785Z [00:03:42.487]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.7345458Z [00:03:42.487]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.7346938Z [00:03:42.487]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:18.7348471Z [00:03:42.487]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:18.7350355Z [00:03:42.487]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:18.7352077Z [00:03:42.487]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:18.7353090Z [00:03:42.487]➜  EOF
2025-08-20T22:54:18.7360617Z [00:03:42.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2=>github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2;$WORK/b599=>" -p github.com/aws/aws-sdk-go-v2/internal/ini -lang=go1.21 -complete -installsuffix shared -buildid iHSVXc_-MpNysHqOZbMn/iHSVXc_-MpNysHqOZbMn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/ini.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/parse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/sections.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/strings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/tokenize.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.2/value.go
2025-08-20T22:54:18.7377846Z [00:03:42.488]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T22:54:18.7379074Z [00:03:42.490]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/f2/f2180336e59904b96e1b5128baf002a5933f0e1f71f1dadb0f579d2ef1d00f54-d # internal
2025-08-20T22:54:18.7404888Z [00:03:42.493]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T22:54:18.7406067Z [00:03:42.493]➜  mkdir -p $WORK/b591/
2025-08-20T22:54:18.7434052Z [00:03:42.495]➜  cat >/tmp/go-build2831371785/b591/importcfg << 'EOF' # internal
2025-08-20T22:54:18.7434825Z [00:03:42.495]➜  # import config
2025-08-20T22:54:18.7436187Z [00:03:42.495]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:18.7437874Z [00:03:42.495]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.7439609Z [00:03:42.495]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:18.7441316Z [00:03:42.495]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:18.7442948Z [00:03:42.495]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.7444334Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:18.7445953Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2831371785/b568/_pkg_.a
2025-08-20T22:54:18.7447283Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:18.7448582Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build2831371785/b592/_pkg_.a
2025-08-20T22:54:18.7449837Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2831371785/b593/_pkg_.a
2025-08-20T22:54:18.7451031Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:18.7452208Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2831371785/b570/_pkg_.a
2025-08-20T22:54:18.7453517Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:18.7454792Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2831371785/b573/_pkg_.a
2025-08-20T22:54:18.7456478Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2831371785/b575/_pkg_.a
2025-08-20T22:54:18.7457923Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2831371785/b576/_pkg_.a
2025-08-20T22:54:18.7459309Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2831371785/b577/_pkg_.a
2025-08-20T22:54:18.7460766Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2831371785/b578/_pkg_.a
2025-08-20T22:54:18.7462222Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2831371785/b579/_pkg_.a
2025-08-20T22:54:18.7463689Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2831371785/b594/_pkg_.a
2025-08-20T22:54:18.7465473Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2831371785/b595/_pkg_.a
2025-08-20T22:54:18.7467071Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build2831371785/b596/_pkg_.a
2025-08-20T22:54:18.7468612Z [00:03:42.495]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2831371785/b597/_pkg_.a
2025-08-20T22:54:18.7469801Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:18.7470900Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:18.7472049Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:18.7473313Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2831371785/b574/_pkg_.a
2025-08-20T22:54:18.7474729Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2831371785/b598/_pkg_.a
2025-08-20T22:54:18.7476127Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2831371785/b584/_pkg_.a
2025-08-20T22:54:18.7477231Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2831371785/b560/_pkg_.a
2025-08-20T22:54:18.7478338Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:18.7479501Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2831371785/b542/_pkg_.a
2025-08-20T22:54:18.7480653Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:18.7481794Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2831371785/b546/_pkg_.a
2025-08-20T22:54:18.7482893Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2831371785/b543/_pkg_.a
2025-08-20T22:54:18.7484021Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:18.7505794Z [00:03:42.495]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:18.7507375Z [00:03:42.495]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.7508956Z [00:03:42.496]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:18.7510566Z [00:03:42.496]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:18.7512162Z [00:03:42.496]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:18.7513715Z [00:03:42.496]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:18.7515473Z [00:03:42.496]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:18.7517291Z [00:03:42.496]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:18.7519012Z [00:03:42.496]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:18.7520673Z [00:03:42.496]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:18.7522342Z [00:03:42.496]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:18.7523339Z [00:03:42.496]➜  EOF
2025-08-20T22:54:18.7538113Z [00:03:42.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13;$WORK/b591=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.21 -complete -installsuffix shared -buildid 4Zyf6JHAiEZJ325yaEis/4Zyf6JHAiEZJ325yaEis -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_AssumeRole.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_AssumeRoleWithSAML.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_AssumeRoleWithWebIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_AssumeRoot.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_DecodeAuthorizationMessage.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_GetAccessKeyInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_GetCallerIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_GetFederationToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/api_op_GetSessionToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.13/validators.go
2025-08-20T22:54:18.8311688Z [00:03:42.584]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T22:54:18.8330851Z [00:03:42.586]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/06/06ed2e958e69364760bfd615f0dbaecf19ee486676bbd33dbae6658c284f6b6b-d # internal
2025-08-20T22:54:18.8332352Z [00:03:42.586]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T22:54:18.8333046Z [00:03:42.586]➜  mkdir -p $WORK/b600/
2025-08-20T22:54:18.8353024Z [00:03:42.588]➜  cat >/tmp/go-build2831371785/b600/importcfg << 'EOF' # internal
2025-08-20T22:54:18.8354435Z [00:03:42.588]➜  # import config
2025-08-20T22:54:18.8355758Z [00:03:42.588]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:18.8357440Z [00:03:42.588]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T22:54:18.8359095Z [00:03:42.588]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:18.8360634Z [00:03:42.588]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.8362007Z [00:03:42.588]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:18.8363426Z [00:03:42.588]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:18.8364918Z [00:03:42.588]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:18.8366731Z [00:03:42.588]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:18.8367715Z [00:03:42.588]➜  EOF
2025-08-20T22:54:18.8373497Z [00:03:42.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b600/_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/b600=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.21 -complete -installsuffix shared -buildid KgOvb3dNjV1sJOMfkpuj/KgOvb3dNjV1sJOMfkpuj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/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-20T22:54:18.9151076Z [00:03:42.668]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T22:54:18.9163712Z [00:03:42.669]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/e7/e74a1e224fce63b3739d07fb628c1587dfd4b004406a3375afc65bd3890bf76f-d # internal
2025-08-20T22:54:18.9171800Z [00:03:42.670]➜  github.com/aws/aws-sdk-go-v2/service/ssm/internal/endpoints
2025-08-20T22:54:18.9174141Z [00:03:42.670]➜  mkdir -p $WORK/b602/
2025-08-20T22:54:18.9174929Z [00:03:42.670]➜  cat >/tmp/go-build2831371785/b602/importcfg << 'EOF' # internal
2025-08-20T22:54:18.9176121Z [00:03:42.670]➜  # import config
2025-08-20T22:54:18.9177002Z [00:03:42.670]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:18.9178340Z [00:03:42.670]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2831371785/b581/_pkg_.a
2025-08-20T22:54:18.9179652Z [00:03:42.670]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:18.9181101Z [00:03:42.670]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:18.9182095Z [00:03:42.670]➜  EOF
2025-08-20T22:54:18.9186559Z [00:03:42.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/internal/endpoints;$WORK/b602=>" -p github.com/aws/aws-sdk-go-v2/service/ssm/internal/endpoints -lang=go1.19 -complete -installsuffix shared -buildid uSjphohtoyp3MwMevfw2/uSjphohtoyp3MwMevfw2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/internal/endpoints/endpoints.go
2025-08-20T22:54:18.9752887Z [00:03:42.728]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T22:54:18.9762592Z [00:03:42.729]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/9d/9dff872e7737945aed7bd50414f8f355465277fb1992462b7769cd51c235c530-d # internal
2025-08-20T22:54:18.9767934Z [00:03:42.730]➜  github.com/aws/aws-sdk-go-v2/service/ssm/types
2025-08-20T22:54:18.9770069Z [00:03:42.730]➜  mkdir -p $WORK/b603/
2025-08-20T22:54:18.9774950Z [00:03:42.730]➜  cat >/tmp/go-build2831371785/b603/importcfg << 'EOF' # internal
2025-08-20T22:54:18.9777290Z [00:03:42.730]➜  # import config
2025-08-20T22:54:18.9778345Z [00:03:42.730]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:18.9779662Z [00:03:42.730]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:18.9780999Z [00:03:42.730]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:18.9782381Z [00:03:42.730]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:18.9783337Z [00:03:42.730]➜  EOF
2025-08-20T22:54:18.9788353Z [00:03:42.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/types=>github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/types;$WORK/b603=>" -p github.com/aws/aws-sdk-go-v2/service/ssm/types -lang=go1.19 -complete -installsuffix shared -buildid MyIEG_cYcw4ffc1fYOyu/MyIEG_cYcw4ffc1fYOyu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/types/types.go
2025-08-20T22:54:19.1346129Z [00:03:42.887]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T22:54:19.1482048Z [00:03:42.901]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/dd/dda2c9e8cb886cc7844d7beb646e2725f3e32a9ceabc6f94107ae9107e93e09f-d # internal
2025-08-20T22:54:19.1486732Z [00:03:42.901]➜  github.com/aws/smithy-go/waiter
2025-08-20T22:54:19.1487537Z [00:03:42.901]➜  mkdir -p $WORK/b604/
2025-08-20T22:54:19.1492923Z [00:03:42.902]➜  cat >/tmp/go-build2831371785/b604/importcfg << 'EOF' # internal
2025-08-20T22:54:19.1494043Z [00:03:42.902]➜  # import config
2025-08-20T22:54:19.1496297Z [00:03:42.902]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:19.1497727Z [00:03:42.902]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:19.1499221Z [00:03:42.902]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:19.1500405Z [00:03:42.902]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:19.1501515Z [00:03:42.902]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2831371785/b551/_pkg_.a
2025-08-20T22:54:19.1502689Z [00:03:42.902]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:19.1504265Z [00:03:42.902]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:19.1505336Z [00:03:42.902]➜  EOF
2025-08-20T22:54:19.1509228Z [00:03:42.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b604/_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/b604=>" -p github.com/aws/smithy-go/waiter -lang=go1.21 -complete -installsuffix shared -buildid 19KJ1dwUpkfzlhUSwhUK/19KJ1dwUpkfzlhUSwhUK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/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-20T22:54:19.1722195Z [00:03:42.925]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T22:54:19.1732515Z [00:03:42.926]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/a4/a44545760595cc21cf9cdc967d07868baecc734c7a5ab155df1afad1279714cb-d # internal
2025-08-20T22:54:19.1747106Z [00:03:42.927]➜  github.com/jmespath/go-jmespath
2025-08-20T22:54:19.1748350Z [00:03:42.927]➜  mkdir -p $WORK/b605/
2025-08-20T22:54:19.1751133Z [00:03:42.927]➜  cat >/tmp/go-build2831371785/b605/importcfg << 'EOF' # internal
2025-08-20T22:54:19.1752112Z [00:03:42.927]➜  # import config
2025-08-20T22:54:19.1754468Z [00:03:42.927]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:19.1756879Z [00:03:42.927]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:19.1771283Z [00:03:42.927]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:19.1772896Z [00:03:42.928]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:19.1774455Z [00:03:42.928]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:19.1776170Z [00:03:42.928]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:19.1777651Z [00:03:42.928]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:19.1779246Z [00:03:42.928]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:19.1780817Z [00:03:42.928]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:19.1782573Z [00:03:42.928]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:19.1784185Z [00:03:42.928]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:19.1800488Z [00:03:42.928]➜  EOF
2025-08-20T22:54:19.1807573Z [00:03:42.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0=>github.com/jmespath/go-jmespath@v0.4.0;$WORK/b605=>" -p github.com/jmespath/go-jmespath -lang=go1.14 -complete -installsuffix shared -buildid L31NNZTUBzVleW1YHi2q/L31NNZTUBzVleW1YHi2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/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-20T22:54:19.4936847Z [00:03:43.245]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T22:54:19.4993551Z [00:03:43.252]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/6a/6a7b57f4baddaced6d4ec9bd69e9a992876c2dba453f3f4f5560e28c9e21a1ea-d # internal
2025-08-20T22:54:19.5000166Z [00:03:43.253]➜  tailscale.com/ipn/store/mem
2025-08-20T22:54:19.5002875Z [00:03:43.253]➜  mkdir -p $WORK/b606/
2025-08-20T22:54:19.5007886Z [00:03:43.253]➜  cat >/tmp/go-build2831371785/b606/importcfg << 'EOF' # internal
2025-08-20T22:54:19.5018169Z [00:03:43.253]➜  # import config
2025-08-20T22:54:19.5019282Z [00:03:43.253]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:19.5020977Z [00:03:43.253]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:19.5022699Z [00:03:43.253]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/2b/2b5aef88c22b28f62cce1139dfff9e44f375a11bf44320953658d378092ed830-d
2025-08-20T22:54:19.5024361Z [00:03:43.253]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:19.5026223Z [00:03:43.253]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:19.5028060Z [00:03:43.253]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:19.5030052Z [00:03:43.253]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:19.5031192Z [00:03:43.253]➜  EOF
2025-08-20T22:54:19.5035074Z [00:03:43.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b606/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/mem=>tailscale.com/ipn/store/mem;$WORK/b606=>" -p tailscale.com/ipn/store/mem -lang=go1.24 -complete -installsuffix shared -buildid xcneOIxiAk5qMCeEU32k/xcneOIxiAk5qMCeEU32k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/mem/store_mem.go
2025-08-20T22:54:19.5451301Z [00:03:43.298]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T22:54:19.5488677Z [00:03:43.301]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/f0/f0a8871cfec4d1ff44b38bb83560ed0194a4707ee5856c3f7405d4819d0dbcea-d # internal
2025-08-20T22:54:19.5493239Z [00:03:43.302]➜  tailscale.com/kube/kubeapi
2025-08-20T22:54:19.5496169Z [00:03:43.302]➜  mkdir -p $WORK/b608/
2025-08-20T22:54:19.5505057Z [00:03:43.303]➜  cat >/tmp/go-build2831371785/b608/importcfg << 'EOF' # internal
2025-08-20T22:54:19.5516235Z [00:03:43.303]➜  # import config
2025-08-20T22:54:19.5517378Z [00:03:43.303]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:19.5518362Z [00:03:43.303]➜  EOF
2025-08-20T22:54:19.5521487Z [00:03:43.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b608/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeapi=>tailscale.com/kube/kubeapi;$WORK/b608=>" -p tailscale.com/kube/kubeapi -lang=go1.24 -complete -installsuffix shared -buildid XmoRzyeE5bm6ECkIAvk4/XmoRzyeE5bm6ECkIAvk4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeapi/api.go
2025-08-20T22:54:19.5769234Z [00:03:43.329]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T22:54:19.5777762Z [00:03:43.330]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/0f/0ff8f82bce187048d8f83ab2b47468e46aa70eb17b016845db37761ca884eb0e-d # internal
2025-08-20T22:54:19.5783218Z [00:03:43.331]➜  tailscale.com/kube/kubeclient
2025-08-20T22:54:19.5783861Z [00:03:43.331]➜  mkdir -p $WORK/b609/
2025-08-20T22:54:19.5821648Z [00:03:43.335]➜  cat >/tmp/go-build2831371785/b609/importcfg << 'EOF' # internal
2025-08-20T22:54:19.5822923Z [00:03:43.335]➜  # import config
2025-08-20T22:54:19.5825772Z [00:03:43.335]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:19.5827649Z [00:03:43.335]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:19.5838477Z [00:03:43.335]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:19.5840583Z [00:03:43.335]➜  packagefile crypto/x509=/root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d
2025-08-20T22:54:19.5842377Z [00:03:43.335]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:19.5844053Z [00:03:43.335]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:19.5850038Z [00:03:43.335]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:19.5851683Z [00:03:43.335]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:19.5853232Z [00:03:43.335]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:19.5854899Z [00:03:43.335]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:19.5856683Z [00:03:43.335]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:19.5858269Z [00:03:43.335]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:19.5859875Z [00:03:43.335]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:19.5861473Z [00:03:43.335]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:19.5863023Z [00:03:43.335]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:19.5864293Z [00:03:43.335]➜  packagefile tailscale.com/kube/kubeapi=/tmp/go-build2831371785/b608/_pkg_.a
2025-08-20T22:54:19.5865962Z [00:03:43.335]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:19.5867803Z [00:03:43.335]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:19.5869682Z [00:03:43.335]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:19.5870621Z [00:03:43.335]➜  EOF
2025-08-20T22:54:19.5874274Z [00:03:43.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b609/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient=>tailscale.com/kube/kubeclient;$WORK/b609=>" -p tailscale.com/kube/kubeclient -lang=go1.24 -complete -installsuffix shared -buildid WHGeJqR0ewXXRnPAz39O/WHGeJqR0ewXXRnPAz39O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/client.go /tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/fake_client.go
2025-08-20T22:54:19.7322084Z [00:03:43.485]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T22:54:19.7341278Z [00:03:43.487]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/80/8049b5b8cd78601ded806e8c1a942293cf92b9a2a0012b83b5eceb2e7568ff61-d # internal
2025-08-20T22:54:19.7379903Z [00:03:43.491]➜  tailscale.com/ipn/store/kubestore
2025-08-20T22:54:19.7380868Z [00:03:43.491]➜  mkdir -p $WORK/b607/
2025-08-20T22:54:19.7387020Z [00:03:43.491]➜  cat >/tmp/go-build2831371785/b607/importcfg << 'EOF' # internal
2025-08-20T22:54:19.7389182Z [00:03:43.491]➜  # import config
2025-08-20T22:54:19.7392584Z [00:03:43.491]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:19.7394158Z [00:03:43.491]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:19.7395992Z [00:03:43.491]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:19.7397846Z [00:03:43.491]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:19.7399461Z [00:03:43.491]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:19.7401030Z [00:03:43.491]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:19.7402599Z [00:03:43.491]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:19.7404306Z [00:03:43.491]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:19.7406328Z [00:03:43.491]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:19.7407774Z [00:03:43.491]➜  packagefile tailscale.com/ipn/store/mem=/tmp/go-build2831371785/b606/_pkg_.a
2025-08-20T22:54:19.7408842Z [00:03:43.491]➜  packagefile tailscale.com/kube/kubeapi=/tmp/go-build2831371785/b608/_pkg_.a
2025-08-20T22:54:19.7409935Z [00:03:43.491]➜  packagefile tailscale.com/kube/kubeclient=/tmp/go-build2831371785/b609/_pkg_.a
2025-08-20T22:54:19.7411580Z [00:03:43.491]➜  packagefile tailscale.com/kube/kubetypes=/root/.cache/go-build/64/64d8c359bf0cf49f035b1ec668b4fd3c82700c514c429fa549b71c852c2e8cf4-d
2025-08-20T22:54:19.7413475Z [00:03:43.491]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:19.7418924Z [00:03:43.491]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:19.7420886Z [00:03:43.491]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:19.7422654Z [00:03:43.491]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:19.7423838Z [00:03:43.491]➜  EOF
2025-08-20T22:54:19.7427480Z [00:03:43.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b607/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/kubestore=>tailscale.com/ipn/store/kubestore;$WORK/b607=>" -p tailscale.com/ipn/store/kubestore -lang=go1.24 -complete -installsuffix shared -buildid ANd3exOq6MXkRlCg_fZd/ANd3exOq6MXkRlCg_fZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/kubestore/store_kube.go
2025-08-20T22:54:19.7854657Z [00:03:43.538]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T22:54:19.8262521Z [00:03:43.579]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/40/4015ee3fd48d568007b3d7c2b7d3a582ca92c9ad4eb0c9147e6f3b5aa64652ad-d # internal
2025-08-20T22:54:19.8484127Z [00:03:43.601]➜  github.com/aws/aws-sdk-go-v2/service/ssm
2025-08-20T22:54:19.8494154Z [00:03:43.602]➜  mkdir -p $WORK/b601/
2025-08-20T22:54:19.8501541Z [00:03:43.603]➜  cat >/tmp/go-build2831371785/b601/importcfg << 'EOF' # internal
2025-08-20T22:54:19.8519580Z [00:03:43.603]➜  # import config
2025-08-20T22:54:19.8520701Z [00:03:43.603]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:19.8522315Z [00:03:43.603]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:19.8523902Z [00:03:43.603]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:19.8526374Z [00:03:43.603]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:19.8528330Z [00:03:43.603]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:19.8530125Z [00:03:43.603]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:19.8531686Z [00:03:43.603]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:19.8532968Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:19.8544873Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2831371785/b568/_pkg_.a
2025-08-20T22:54:19.8546429Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:19.8547742Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2831371785/b569/_pkg_.a
2025-08-20T22:54:19.8549036Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:19.8550264Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2831371785/b570/_pkg_.a
2025-08-20T22:54:19.8551484Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:19.8552713Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2831371785/b573/_pkg_.a
2025-08-20T22:54:19.8553967Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2831371785/b575/_pkg_.a
2025-08-20T22:54:19.8577728Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2831371785/b576/_pkg_.a
2025-08-20T22:54:19.8579230Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2831371785/b577/_pkg_.a
2025-08-20T22:54:19.8580681Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2831371785/b578/_pkg_.a
2025-08-20T22:54:19.8582167Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm/internal/endpoints=/tmp/go-build2831371785/b602/_pkg_.a
2025-08-20T22:54:19.8583744Z [00:03:43.603]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm/types=/tmp/go-build2831371785/b603/_pkg_.a
2025-08-20T22:54:19.8584915Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:19.8586191Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:19.8587352Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:19.8588712Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2831371785/b574/_pkg_.a
2025-08-20T22:54:19.8590036Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2831371785/b588/_pkg_.a
2025-08-20T22:54:19.8591547Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2831371785/b584/_pkg_.a
2025-08-20T22:54:19.8592775Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2831371785/b560/_pkg_.a
2025-08-20T22:54:19.8593998Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:19.8596345Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:19.8597555Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2831371785/b546/_pkg_.a
2025-08-20T22:54:19.8598689Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2831371785/b551/_pkg_.a
2025-08-20T22:54:19.8599809Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2831371785/b543/_pkg_.a
2025-08-20T22:54:19.8601011Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:19.8602432Z [00:03:43.603]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build2831371785/b604/_pkg_.a
2025-08-20T22:54:19.8603746Z [00:03:43.603]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build2831371785/b605/_pkg_.a
2025-08-20T22:54:19.8605349Z [00:03:43.603]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:19.8606983Z [00:03:43.603]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:19.8608642Z [00:03:43.603]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:19.8610281Z [00:03:43.603]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:19.8612024Z [00:03:43.603]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:19.8613732Z [00:03:43.603]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:19.8615554Z [00:03:43.603]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:19.8617214Z [00:03:43.603]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:19.8618189Z [00:03:43.603]➜  EOF
2025-08-20T22:54:19.8752531Z [00:03:43.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7=>github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7;$WORK/b601=>" -p github.com/aws/aws-sdk-go-v2/service/ssm -lang=go1.19 -complete -installsuffix shared -buildid HWZBrnWBZGqjvIgc8x2Z/HWZBrnWBZGqjvIgc8x2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_AddTagsToResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_AssociateOpsItemRelatedItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CancelCommand.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CancelMaintenanceWindowExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateActivation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateAssociation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateAssociationBatch.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateOpsItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateOpsMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreatePatchBaseline.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_CreateResourceDataSync.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteActivation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteAssociation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteInventory.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteOpsItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteOpsMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteParameter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteParameters.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeletePatchBaseline.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteResourceDataSync.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeleteResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeregisterManagedInstance.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeregisterPatchBaselineForPatchGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeregisterTargetFromMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DeregisterTaskFromMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeActivations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeAssociation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeAssociationExecutionTargets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeAssociationExecutions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeAutomationExecutions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeAutomationStepExecutions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeAvailablePatches.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeDocumentPermission.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeEffectiveInstanceAssociations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeEffectivePatchesForPatchBaseline.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeInstanceAssociationsStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeInstanceInformation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeInstancePatchStates.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeInstancePatchStatesForPatchGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeInstancePatches.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeInventoryDeletions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindowExecutionTaskInvocations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindowExecutionTasks.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindowExecutions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindowSchedule.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindowTargets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindowTasks.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindows.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeMaintenanceWindowsForTarget.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeOpsItems.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeParameters.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribePatchBaselines.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribePatchGroupState.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribePatchGroups.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribePatchProperties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DescribeSessions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_DisassociateOpsItemRelatedItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetAutomationExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetCalendarState.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetCommandInvocation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetConnectionStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetDefaultPatchBaseline.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetDeployablePatchSnapshotForInstance.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetInventory.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetInventorySchema.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetMaintenanceWindowExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetMaintenanceWindowExecutionTask.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetMaintenanceWindowExecutionTaskInvocation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetMaintenanceWindowTask.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetOpsItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetOpsMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetOpsSummary.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetParameter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetParameterHistory.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetParameters.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetParametersByPath.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetPatchBaseline.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetPatchBaselineForPatchGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetResourcePolicies.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_GetServiceSetting.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_LabelParameterVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListAssociationVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListAssociations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListCommandInvocations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListCommands.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListComplianceItems.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListComplianceSummaries.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListDocumentMetadataHistory.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListDocumentVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListDocuments.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListInventoryEntries.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListOpsItemEvents.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListOpsItemRelatedItems.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListOpsMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListResourceComplianceSummaries.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListResourceDataSync.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ListTagsForResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ModifyDocumentPermission.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_PutComplianceItems.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_PutInventory.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_PutParameter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_PutResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_RegisterDefaultPatchBaseline.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_RegisterPatchBaselineForPatchGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_RegisterTargetWithMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_RegisterTaskWithMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_RemoveTagsFromResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ResetServiceSetting.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_ResumeSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_SendAutomationSignal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_SendCommand.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_StartAssociationsOnce.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_StartAutomationExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_StartChangeRequestExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_StartSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_StopAutomationExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_TerminateSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UnlabelParameterVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateAssociation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateAssociationStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateDocumentDefaultVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateDocumentMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateMaintenanceWindow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateMaintenanceWindowTarget.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateMaintenanceWindowTask.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateManagedInstanceRole.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateOpsItem.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateOpsMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdatePatchBaseline.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateResourceDataSync.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/api_op_UpdateServiceSetting.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssm@v1.44.7/validators.go
2025-08-20T22:54:19.9412286Z [00:03:43.694]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T22:54:19.9430197Z [00:03:43.696]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/72/722779cae25b70fec25c4cac9b11268457c3730d26191eba5e13a58fe890c497-d # internal
2025-08-20T22:54:19.9434863Z [00:03:43.696]➜  tailscale.com/log/sockstatlog
2025-08-20T22:54:19.9435618Z [00:03:43.696]➜  mkdir -p $WORK/b610/
2025-08-20T22:54:19.9440472Z [00:03:43.697]➜  cat >/tmp/go-build2831371785/b610/importcfg << 'EOF' # internal
2025-08-20T22:54:19.9449537Z [00:03:43.697]➜  # import config
2025-08-20T22:54:19.9450644Z [00:03:43.697]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:19.9452323Z [00:03:43.697]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:19.9454043Z [00:03:43.697]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:19.9455808Z [00:03:43.697]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:19.9457399Z [00:03:43.697]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:19.9458962Z [00:03:43.697]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:19.9463637Z [00:03:43.697]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:19.9465449Z [00:03:43.697]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:19.9467198Z [00:03:43.697]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:19.9468563Z [00:03:43.697]➜  packagefile tailscale.com/logpolicy=/tmp/go-build2831371785/b519/_pkg_.a
2025-08-20T22:54:19.9469784Z [00:03:43.697]➜  packagefile tailscale.com/logtail=/tmp/go-build2831371785/b366/_pkg_.a
2025-08-20T22:54:19.9470809Z [00:03:43.697]➜  packagefile tailscale.com/logtail/filch=/tmp/go-build2831371785/b522/_pkg_.a
2025-08-20T22:54:19.9472287Z [00:03:43.697]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:19.9474090Z [00:03:43.697]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:19.9476048Z [00:03:43.697]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:19.9477645Z [00:03:43.697]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:19.9479113Z [00:03:43.697]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:19.9480740Z [00:03:43.697]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:19.9481645Z [00:03:43.697]➜  EOF
2025-08-20T22:54:19.9484831Z [00:03:43.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b610/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/log/sockstatlog=>tailscale.com/log/sockstatlog;$WORK/b610=>" -p tailscale.com/log/sockstatlog -lang=go1.24 -complete -installsuffix shared -buildid pntpo4k3zYZ5cB2fYGBL/pntpo4k3zYZ5cB2fYGBL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/log/sockstatlog/logger.go
2025-08-20T22:54:20.1281739Z [00:03:43.881]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T22:54:20.1551721Z [00:03:43.908]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/bf/bf9c3f6e6217073fb8690910c8be0c90740c952168f23dd02170548ea720ed0b-d # internal
2025-08-20T22:54:20.1556911Z [00:03:43.908]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T22:54:20.1557632Z [00:03:43.908]➜  mkdir -p $WORK/b590/
2025-08-20T22:54:20.1586969Z [00:03:43.909]➜  cat >/tmp/go-build2831371785/b590/importcfg << 'EOF' # internal
2025-08-20T22:54:20.1588447Z [00:03:43.909]➜  # import config
2025-08-20T22:54:20.1590055Z [00:03:43.909]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:20.1592087Z [00:03:43.909]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:20.1594120Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:20.1595934Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:20.1597906Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:20.1599498Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2831371785/b591/_pkg_.a
2025-08-20T22:54:20.1601916Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2831371785/b597/_pkg_.a
2025-08-20T22:54:20.1603438Z [00:03:43.909]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:20.1605081Z [00:03:43.909]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:20.1606972Z [00:03:43.909]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:20.1608616Z [00:03:43.909]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:20.1609594Z [00:03:43.909]➜  EOF
2025-08-20T22:54:20.1614395Z [00:03:43.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/stscreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/stscreds;$WORK/b590=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.21 -complete -installsuffix shared -buildid rd-OUXmz6F_IgvUeOpgO/rd-OUXmz6F_IgvUeOpgO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.58/stscreds/web_identity_provider.go
2025-08-20T22:54:20.2189596Z [00:03:43.971]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T22:54:20.2208756Z [00:03:43.973]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/4f/4fca42f9a0245635f22fa11865178d59ddc6cc774dbbccda9c1f0567b31e01ed-d # internal
2025-08-20T22:54:20.2220866Z [00:03:43.975]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T22:54:20.2226633Z [00:03:43.975]➜  mkdir -p $WORK/b548/
2025-08-20T22:54:20.2240493Z [00:03:43.976]➜  cat >/tmp/go-build2831371785/b548/importcfg << 'EOF' # internal
2025-08-20T22:54:20.2247889Z [00:03:43.976]➜  # import config
2025-08-20T22:54:20.2249067Z [00:03:43.976]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:20.2250760Z [00:03:43.976]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:20.2252455Z [00:03:43.976]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:20.2254223Z [00:03:43.976]➜  packagefile crypto/x509=/root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d
2025-08-20T22:54:20.2256537Z [00:03:43.976]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:20.2258251Z [00:03:43.976]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:20.2259634Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:20.2260972Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:20.2262354Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2831371785/b552/_pkg_.a
2025-08-20T22:54:20.2263785Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build2831371785/b553/_pkg_.a
2025-08-20T22:54:20.2273673Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build2831371785/b561/_pkg_.a
2025-08-20T22:54:20.2275502Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build2831371785/b563/_pkg_.a
2025-08-20T22:54:20.2277048Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build2831371785/b565/_pkg_.a
2025-08-20T22:54:20.2278544Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2831371785/b590/_pkg_.a
2025-08-20T22:54:20.2279933Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2831371785/b554/_pkg_.a
2025-08-20T22:54:20.2281214Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build2831371785/b599/_pkg_.a
2025-08-20T22:54:20.2282607Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2831371785/b566/_pkg_.a
2025-08-20T22:54:20.2284121Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2831371785/b567/_pkg_.a
2025-08-20T22:54:20.2285712Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2831371785/b585/_pkg_.a
2025-08-20T22:54:20.2287048Z [00:03:43.977]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2831371785/b591/_pkg_.a
2025-08-20T22:54:20.2288615Z [00:03:43.977]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2831371785/b534/_pkg_.a
2025-08-20T22:54:20.2289893Z [00:03:43.977]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:20.2291107Z [00:03:43.977]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:20.2292495Z [00:03:43.977]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build2831371785/b600/_pkg_.a
2025-08-20T22:54:20.2294047Z [00:03:43.977]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:20.2297786Z [00:03:43.977]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:20.2299472Z [00:03:43.977]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:20.2301155Z [00:03:43.977]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:20.2302835Z [00:03:43.977]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:20.2304490Z [00:03:43.977]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:20.2306452Z [00:03:43.977]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:20.2309394Z [00:03:43.977]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:20.2311515Z [00:03:43.977]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:20.2313296Z [00:03:43.977]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:20.2314293Z [00:03:43.977]➜  EOF
2025-08-20T22:54:20.2325456Z [00:03:43.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5=>github.com/aws/aws-sdk-go-v2/config@v1.29.5;$WORK/b548=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.21 -complete -installsuffix shared -buildid -U3fAr9J9mszY_GWTRTV/-U3fAr9J9mszY_GWTRTV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/generate.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/load_options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/local.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/resolve_bearer_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/resolve_credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.5/shared_config.go
2025-08-20T22:54:20.9197626Z [00:03:44.672]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T22:54:20.9324399Z [00:03:44.685]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/5a/5a88f03831c9e3e711b6c798e502db8974841d6210c76b2459d08cd8bd330cbe-d # internal
2025-08-20T22:54:20.9329195Z [00:03:44.685]➜  tailscale.com/net/netkernelconf
2025-08-20T22:54:20.9329831Z [00:03:44.686]➜  mkdir -p $WORK/b611/
2025-08-20T22:54:20.9333283Z [00:03:44.686]➜  cat >/tmp/go-build2831371785/b611/importcfg << 'EOF' # internal
2025-08-20T22:54:20.9337398Z [00:03:44.686]➜  # import config
2025-08-20T22:54:20.9338434Z [00:03:44.686]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:20.9339661Z [00:03:44.686]➜  packagefile github.com/safchain/ethtool=/tmp/go-build2831371785/b452/_pkg_.a
2025-08-20T22:54:20.9340331Z [00:03:44.686]➜  EOF
2025-08-20T22:54:20.9344000Z [00:03:44.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b611/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf=>tailscale.com/net/netkernelconf;$WORK/b611=>" -p tailscale.com/net/netkernelconf -lang=go1.24 -complete -installsuffix shared -buildid CDKHRsvGq6_mZ-Ew2253/CDKHRsvGq6_mZ-Ew2253 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf.go /tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf_linux.go
2025-08-20T22:54:20.9719990Z [00:03:44.725]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T22:54:20.9732422Z [00:03:44.726]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/44/44c4271d683bdb49edacaffdd13eb468f16841fef8d65ffe7c6399235c80bf2c-d # internal
2025-08-20T22:54:20.9734888Z [00:03:44.726]➜  tailscale.com/portlist
2025-08-20T22:54:20.9737779Z [00:03:44.727]➜  mkdir -p $WORK/b612/
2025-08-20T22:54:20.9743559Z [00:03:44.727]➜  cat >/tmp/go-build2831371785/b612/importcfg << 'EOF' # internal
2025-08-20T22:54:20.9744529Z [00:03:44.727]➜  # import config
2025-08-20T22:54:20.9747940Z [00:03:44.727]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:20.9749924Z [00:03:44.727]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:20.9751864Z [00:03:44.727]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:20.9753555Z [00:03:44.727]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:20.9755398Z [00:03:44.727]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:20.9757246Z [00:03:44.727]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:20.9758978Z [00:03:44.727]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:20.9760617Z [00:03:44.727]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:20.9762353Z [00:03:44.727]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:20.9763854Z [00:03:44.727]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:20.9766749Z [00:03:44.727]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:20.9768536Z [00:03:44.727]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:20.9770224Z [00:03:44.727]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:20.9771821Z [00:03:44.727]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:20.9773499Z [00:03:44.727]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:20.9775339Z [00:03:44.727]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:20.9777274Z [00:03:44.727]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:20.9779056Z [00:03:44.727]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:20.9781021Z [00:03:44.727]➜  packagefile tailscale.com/util/dirwalk=/root/.cache/go-build/a5/a5b018cdc8cb877868d6eaab522bc805d9b295cf91a290be6231a4246bd67ffa-d
2025-08-20T22:54:20.9782983Z [00:03:44.727]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:20.9785047Z [00:03:44.727]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:20.9786234Z [00:03:44.727]➜  EOF
2025-08-20T22:54:20.9790460Z [00:03:44.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b612/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/portlist=>tailscale.com/portlist;$WORK/b612=>" -p tailscale.com/portlist -lang=go1.24 -complete -installsuffix shared -buildid Ox2_8BS2oVKt_Aka0CRk/Ox2_8BS2oVKt_Aka0CRk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/portlist/clean.go /tmp/tmp.49iCb1EC53/TEMPREPO/portlist/poller.go /tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist.go /tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_linux.go
2025-08-20T22:54:21.0183334Z [00:03:44.771]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T22:54:21.0350337Z [00:03:44.788]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/77/7759179ee4bc956e3f2c99984dfe62788ad0a9509bbb70426ea25d374fc3060f-d # internal
2025-08-20T22:54:21.0358605Z [00:03:44.789]➜  github.com/digitalocean/go-smbios/smbios
2025-08-20T22:54:21.0361614Z [00:03:44.789]➜  mkdir -p $WORK/b614/
2025-08-20T22:54:21.0372131Z [00:03:44.790]➜  cat >/tmp/go-build2831371785/b614/importcfg << 'EOF' # internal
2025-08-20T22:54:21.0389988Z [00:03:44.790]➜  # import config
2025-08-20T22:54:21.0391158Z [00:03:44.790]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:21.0392843Z [00:03:44.790]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:21.0394551Z [00:03:44.790]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:21.0399736Z [00:03:44.790]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:21.0401410Z [00:03:44.790]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:21.0403002Z [00:03:44.790]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:21.0404650Z [00:03:44.790]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:21.0406516Z [00:03:44.790]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:21.0407443Z [00:03:44.790]➜  EOF
2025-08-20T22:54:21.0420280Z [00:03:44.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios=>github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios;$WORK/b614=>" -p github.com/digitalocean/go-smbios/smbios -lang=go1.16 -complete -installsuffix shared -buildid 6MoYnW8tsfqRFO2CnP-X/6MoYnW8tsfqRFO2CnP-X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios/decoder.go /root/go/pkg/mod/github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios/doc.go /root/go/pkg/mod/github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios/entrypoint.go /root/go/pkg/mod/github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios/stream_linux.go /root/go/pkg/mod/github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios/stream_memory.go /root/go/pkg/mod/github.com/digitalocean/go-smbios@v0.0.0-20180907143718-390a4f403a8e/smbios/structure.go
2025-08-20T22:54:21.0972555Z [00:03:44.850]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T22:54:21.0989044Z [00:03:44.852]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/c2/c2a1a6e6279293294e5147b36e93e6142504be18e21812ce811abe384a946099-d # internal
2025-08-20T22:54:21.0994376Z [00:03:44.852]➜  tailscale.com/tempfork/acme
2025-08-20T22:54:21.0994965Z [00:03:44.852]➜  mkdir -p $WORK/b615/
2025-08-20T22:54:21.1002118Z [00:03:44.853]➜  cat >/tmp/go-build2831371785/b615/importcfg << 'EOF' # internal
2025-08-20T22:54:21.1004017Z [00:03:44.853]➜  # import config
2025-08-20T22:54:21.1005079Z [00:03:44.853]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:21.1006827Z [00:03:44.853]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:21.1008364Z [00:03:44.853]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:21.1009960Z [00:03:44.853]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T22:54:21.1011635Z [00:03:44.853]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T22:54:21.1013649Z [00:03:44.853]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:21.1015517Z [00:03:44.853]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:21.1017330Z [00:03:44.853]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:21.1019070Z [00:03:44.853]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:21.1020814Z [00:03:44.853]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T22:54:21.1022526Z [00:03:44.853]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:21.1024226Z [00:03:44.853]➜  packagefile crypto/x509=/root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d
2025-08-20T22:54:21.1029703Z [00:03:44.853]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T22:54:21.1031506Z [00:03:44.853]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T22:54:21.1033236Z [00:03:44.853]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:21.1034943Z [00:03:44.853]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:21.1036851Z [00:03:44.853]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:21.1038600Z [00:03:44.853]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T22:54:21.1040232Z [00:03:44.853]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:21.1042022Z [00:03:44.853]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:21.1043598Z [00:03:44.853]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:21.1045455Z [00:03:44.853]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:21.1047073Z [00:03:44.853]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:21.1048847Z [00:03:44.853]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:21.1050459Z [00:03:44.853]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:21.1052012Z [00:03:44.853]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:21.1053552Z [00:03:44.853]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:21.1055029Z [00:03:44.853]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:21.1059776Z [00:03:44.853]➜  EOF
2025-08-20T22:54:21.1065026Z [00:03:44.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b615/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme=>tailscale.com/tempfork/acme;$WORK/b615=>" -p tailscale.com/tempfork/acme -lang=go1.24 -complete -installsuffix shared -buildid o2UU5qT6vaI8_zjeem3J/o2UU5qT6vaI8_zjeem3J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/acme.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/http.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/jws.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/rfc8555.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/types.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/version_go112.go
2025-08-20T22:54:21.1532924Z [00:03:44.906]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T22:54:21.1557574Z [00:03:44.908]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/0f/0fd8ede9091fdfcd1d52e8b3c5e3b8adb6ea38717560c4fa2905fe6b84888e3f-d # internal
2025-08-20T22:54:21.1558652Z [00:03:44.908]➜  tailscale.com/posture
2025-08-20T22:54:21.1559133Z [00:03:44.908]➜  mkdir -p $WORK/b613/
2025-08-20T22:54:21.1559761Z [00:03:44.908]➜  cat >/tmp/go-build2831371785/b613/importcfg << 'EOF' # internal
2025-08-20T22:54:21.1575851Z [00:03:44.908]➜  # import config
2025-08-20T22:54:21.1578329Z [00:03:44.908]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:21.1585464Z [00:03:44.908]➜  packagefile github.com/digitalocean/go-smbios/smbios=/tmp/go-build2831371785/b614/_pkg_.a
2025-08-20T22:54:21.1587030Z [00:03:44.908]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:21.1588637Z [00:03:44.908]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:21.1590262Z [00:03:44.908]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:21.1592034Z [00:03:44.908]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:21.1594159Z [00:03:44.908]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:21.1595580Z [00:03:44.908]➜  EOF
2025-08-20T22:54:21.1599415Z [00:03:44.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b613/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/posture=>tailscale.com/posture;$WORK/b613=>" -p tailscale.com/posture -lang=go1.24 -complete -installsuffix shared -buildid cJf1sQQiKKvyFbEBDoxP/cJf1sQQiKKvyFbEBDoxP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/posture/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/posture/hwaddr.go /tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_notmacos.go
2025-08-20T22:54:21.2171980Z [00:03:44.970]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T22:54:21.2183040Z [00:03:44.971]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/1e/1e494ab4829eb03c3b9bdcc460a7025ac79cc2dcf6a09769c0e7b37b65f2236e-d # internal
2025-08-20T22:54:21.2204142Z [00:03:44.971]➜  tailscale.com/types/appctype
2025-08-20T22:54:21.2204703Z [00:03:44.971]➜  mkdir -p $WORK/b617/
2025-08-20T22:54:21.2205621Z [00:03:44.972]➜  cat >/tmp/go-build2831371785/b617/importcfg << 'EOF' # internal
2025-08-20T22:54:21.2206259Z [00:03:44.972]➜  # import config
2025-08-20T22:54:21.2207344Z [00:03:44.972]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:21.2209079Z [00:03:44.972]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:21.2210104Z [00:03:44.972]➜  EOF
2025-08-20T22:54:21.2213564Z [00:03:44.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b617/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/appctype=>tailscale.com/types/appctype;$WORK/b617=>" -p tailscale.com/types/appctype -lang=go1.24 -complete -installsuffix shared -buildid 1Y-0itAe-7whilpgqAd0/1Y-0itAe-7whilpgqAd0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/appctype/appconnector.go
2025-08-20T22:54:21.2360382Z [00:03:44.989]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T22:54:21.2368566Z [00:03:44.989]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/58/582237e2ae2ba9b45ec93e5d5d7ea6a6beac0ccbb6e59f1673851591b1d4c97b-d # internal
2025-08-20T22:54:21.2370778Z [00:03:44.990]➜  tailscale.com/util/goroutines
2025-08-20T22:54:21.2371944Z [00:03:44.990]➜  mkdir -p $WORK/b618/
2025-08-20T22:54:21.2374262Z [00:03:44.990]➜  cat >/tmp/go-build2831371785/b618/importcfg << 'EOF' # internal
2025-08-20T22:54:21.2375345Z [00:03:44.990]➜  # import config
2025-08-20T22:54:21.2376694Z [00:03:44.990]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:21.2378444Z [00:03:44.990]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:21.2381173Z [00:03:44.990]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:21.2387303Z [00:03:44.990]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:21.2389131Z [00:03:44.990]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:21.2390718Z [00:03:44.990]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:21.2392514Z [00:03:44.990]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:21.2393513Z [00:03:44.990]➜  EOF
2025-08-20T22:54:21.2397757Z [00:03:44.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b618/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines=>tailscale.com/util/goroutines;$WORK/b618=>" -p tailscale.com/util/goroutines -lang=go1.24 -complete -installsuffix shared -buildid OG5pfPalgkuh2LmX7Vjp/OG5pfPalgkuh2LmX7Vjp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/goroutines.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/tracker.go
2025-08-20T22:54:21.3022002Z [00:03:45.055]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T22:54:21.3036384Z [00:03:45.056]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/d8/d83ca1a6db84ec3beb2ad4319b69bad83f886889ba27c02a6c22fd7c30330ddb-d # internal
2025-08-20T22:54:21.3037573Z [00:03:45.056]➜  tailscale.com/util/osuser
2025-08-20T22:54:21.3038122Z [00:03:45.056]➜  mkdir -p $WORK/b619/
2025-08-20T22:54:21.3063511Z [00:03:45.059]➜  cat >/tmp/go-build2831371785/b619/importcfg << 'EOF' # internal
2025-08-20T22:54:21.3091595Z [00:03:45.059]➜  # import config
2025-08-20T22:54:21.3092742Z [00:03:45.059]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:21.3094613Z [00:03:45.059]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:21.3096327Z [00:03:45.059]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:21.3097725Z [00:03:45.059]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:21.3099133Z [00:03:45.059]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:21.3100531Z [00:03:45.059]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:21.3101906Z [00:03:45.059]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:21.3103311Z [00:03:45.059]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:21.3105057Z [00:03:45.059]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:21.3107592Z [00:03:45.059]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:21.3109195Z [00:03:45.059]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:21.3110207Z [00:03:45.059]➜  EOF
2025-08-20T22:54:21.3113656Z [00:03:45.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b619/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser=>tailscale.com/util/osuser;$WORK/b619=>" -p tailscale.com/util/osuser -lang=go1.24 -complete -installsuffix shared -buildid RKRWOMeCmVlRHFD8qe_M/RKRWOMeCmVlRHFD8qe_M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/group_ids.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/user.go
2025-08-20T22:54:21.3694220Z [00:03:45.122]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T22:54:21.3706425Z [00:03:45.123]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/c9/c9c14fc20c33d3d5b2879618207d2da86fd6780846707096e3cc82fc8617cb8e-d # internal
2025-08-20T22:54:21.3719605Z [00:03:45.123]➜  tailscale.com/wgengine/wgcfg/nmcfg
2025-08-20T22:54:21.3720213Z [00:03:45.124]➜  mkdir -p $WORK/b620/
2025-08-20T22:54:21.3720915Z [00:03:45.124]➜  cat >/tmp/go-build2831371785/b620/importcfg << 'EOF' # internal
2025-08-20T22:54:21.3721557Z [00:03:45.124]➜  # import config
2025-08-20T22:54:21.3722530Z [00:03:45.124]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:21.3724273Z [00:03:45.124]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:21.3726110Z [00:03:45.124]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:21.3727638Z [00:03:45.124]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:21.3729278Z [00:03:45.124]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:21.3730993Z [00:03:45.124]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:21.3732277Z [00:03:45.124]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:21.3733654Z [00:03:45.124]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:21.3734997Z [00:03:45.124]➜  packagefile tailscale.com/wgengine/wgcfg=/tmp/go-build2831371785/b496/_pkg_.a
2025-08-20T22:54:21.3735981Z [00:03:45.124]➜  EOF
2025-08-20T22:54:21.3739219Z [00:03:45.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b620/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/nmcfg=>tailscale.com/wgengine/wgcfg/nmcfg;$WORK/b620=>" -p tailscale.com/wgengine/wgcfg/nmcfg -lang=go1.24 -complete -installsuffix shared -buildid 6BG0FFb-f-NvNivLjjwr/6BG0FFb-f-NvNivLjjwr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/nmcfg/nmcfg.go
2025-08-20T22:54:21.3816799Z [00:03:45.134]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T22:54:21.3856686Z [00:03:45.138]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/97/97525b0a3d74c975f257a69fc1032f7d411aa9c0dfcefaf0c58ebab2cd5dae11-d # internal
2025-08-20T22:54:21.3863768Z [00:03:45.139]➜  tailscale.com/util/osdiag
2025-08-20T22:54:21.3869459Z [00:03:45.139]➜  mkdir -p $WORK/b621/
2025-08-20T22:54:21.3870162Z [00:03:45.139]➜  echo '# import config' > $WORK/b621/importcfg # internal
2025-08-20T22:54:21.3874820Z [00:03:45.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b621/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag=>tailscale.com/util/osdiag;$WORK/b621=>" -p tailscale.com/util/osdiag -lang=go1.24 -complete -installsuffix shared -buildid kmFMqo5-yn4RzmesURYx/kmFMqo5-yn4RzmesURYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/mksyscall.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag.go /tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag_notwindows.go
2025-08-20T22:54:21.3954840Z [00:03:45.148]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T22:54:21.3961736Z [00:03:45.149]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/c6/c6dafef7954cfab221be3a05535e65686a0cad5ab8b566b58b1239e62b2ee4c2-d # internal
2025-08-20T22:54:21.3968679Z [00:03:45.149]➜  tailscale.com/net/udprelay
2025-08-20T22:54:21.3976131Z [00:03:45.149]➜  mkdir -p $WORK/b623/
2025-08-20T22:54:21.3976909Z [00:03:45.150]➜  cat >/tmp/go-build2831371785/b623/importcfg << 'EOF' # internal
2025-08-20T22:54:21.3977597Z [00:03:45.150]➜  # import config
2025-08-20T22:54:21.3978894Z [00:03:45.150]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:21.3980524Z [00:03:45.150]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:21.3982150Z [00:03:45.150]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:21.3983807Z [00:03:45.150]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:21.3999183Z [00:03:45.150]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:21.4000872Z [00:03:45.150]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:21.4002645Z [00:03:45.150]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d
2025-08-20T22:54:21.4004262Z [00:03:45.150]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:21.4006019Z [00:03:45.150]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:21.4007618Z [00:03:45.150]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:21.4009126Z [00:03:45.150]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:21.4010884Z [00:03:45.150]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:21.4012650Z [00:03:45.150]➜  packagefile tailscale.com/client/local=/root/.cache/go-build/0a/0af46cc102b520222187b733ddd1d0ecc4332d37cba3a61159de74982abd4cea-d
2025-08-20T22:54:21.4014460Z [00:03:45.150]➜  packagefile tailscale.com/disco=/root/.cache/go-build/a8/a8597243df3214cce7cdd962aaf4cfb5940c67b6a4cc515561de9282cfff7a9a-d
2025-08-20T22:54:21.4015924Z [00:03:45.150]➜  packagefile tailscale.com/net/batching=/tmp/go-build2831371785/b500/_pkg_.a
2025-08-20T22:54:21.4017486Z [00:03:45.150]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:21.4019313Z [00:03:45.150]➜  packagefile tailscale.com/net/netcheck=/root/.cache/go-build/b1/b19d026d272a96cf3759a026df036acbaac3297c705d55c93efb365c9c62d9a4-d
2025-08-20T22:54:21.4021171Z [00:03:45.150]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:21.4022796Z [00:03:45.150]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:21.4024281Z [00:03:45.150]➜  packagefile tailscale.com/net/stun=/root/.cache/go-build/b0/b0eb341762f90b39195aa48fb40e06a9f16c0c872231196d6c3bb6ad13dbe728-d
2025-08-20T22:54:21.4025976Z [00:03:45.150]➜  packagefile tailscale.com/net/udprelay/endpoint=/tmp/go-build2831371785/b513/_pkg_.a
2025-08-20T22:54:21.4027438Z [00:03:45.150]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:21.4029252Z [00:03:45.150]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:21.4031133Z [00:03:45.150]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:21.4032808Z [00:03:45.150]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:21.4034420Z [00:03:45.150]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:21.4036313Z [00:03:45.150]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:21.4037175Z [00:03:45.150]➜  EOF
2025-08-20T22:54:21.4040019Z [00:03:45.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b623/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay=>tailscale.com/net/udprelay;$WORK/b623=>" -p tailscale.com/net/udprelay -lang=go1.24 -complete -installsuffix shared -buildid LoT3q7s7odZw2M_hxKmZ/LoT3q7s7odZw2M_hxKmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/server.go
2025-08-20T22:54:21.8932127Z [00:03:45.646]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T22:54:22.0143534Z [00:03:45.767]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/52/52156d35aeeaf2f98641b70021d7332b7ba71ad8f98ed3044efc7040e5389ef1-d # internal
2025-08-20T22:54:22.0154828Z [00:03:45.767]➜  tailscale.com/wgengine
2025-08-20T22:54:22.0155674Z [00:03:45.768]➜  mkdir -p $WORK/b498/
2025-08-20T22:54:22.0156419Z [00:03:45.768]➜  cat >/tmp/go-build2831371785/b498/importcfg << 'EOF' # internal
2025-08-20T22:54:22.0157113Z [00:03:45.768]➜  # import config
2025-08-20T22:54:22.0158216Z [00:03:45.768]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:22.0159834Z [00:03:45.768]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:22.0161523Z [00:03:45.768]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:22.0163397Z [00:03:45.768]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:22.0164997Z [00:03:45.768]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:22.0166486Z [00:03:45.768]➜  packagefile github.com/gaissmai/bart=/tmp/go-build2831371785/b380/_pkg_.a
2025-08-20T22:54:22.0167629Z [00:03:45.768]➜  packagefile github.com/tailscale/wireguard-go/device=/tmp/go-build2831371785/b474/_pkg_.a
2025-08-20T22:54:22.0168823Z [00:03:45.768]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:22.0170272Z [00:03:45.768]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:22.0171859Z [00:03:45.768]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:22.0173595Z [00:03:45.768]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:22.0185517Z [00:03:45.768]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:22.0187254Z [00:03:45.768]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:22.0188808Z [00:03:45.768]➜  packagefile runtime/pprof=/root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d
2025-08-20T22:54:22.0190333Z [00:03:45.768]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:22.0191912Z [00:03:45.768]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:22.0193587Z [00:03:45.768]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:22.0195687Z [00:03:45.768]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:22.0197878Z [00:03:45.768]➜  packagefile tailscale.com/drive=/root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d
2025-08-20T22:54:22.0199708Z [00:03:45.768]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:22.0201529Z [00:03:45.768]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:22.0203405Z [00:03:45.768]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:22.0205088Z [00:03:45.768]➜  packagefile tailscale.com/net/dns=/tmp/go-build2831371785/b461/_pkg_.a
2025-08-20T22:54:22.0216990Z [00:03:45.769]➜  packagefile tailscale.com/net/dns/resolver=/tmp/go-build2831371785/b467/_pkg_.a
2025-08-20T22:54:22.0218095Z [00:03:45.769]➜  packagefile tailscale.com/net/flowtrack=/tmp/go-build2831371785/b388/_pkg_.a
2025-08-20T22:54:22.0219204Z [00:03:45.769]➜  packagefile tailscale.com/net/ipset=/tmp/go-build2831371785/b389/_pkg_.a
2025-08-20T22:54:22.0220621Z [00:03:45.769]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:22.0222034Z [00:03:45.769]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:22.0223584Z [00:03:45.769]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:22.0225517Z [00:03:45.769]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:22.0227100Z [00:03:45.769]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:22.0228595Z [00:03:45.769]➜  packagefile tailscale.com/net/tshttpproxy=/root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d
2025-08-20T22:54:22.0229984Z [00:03:45.769]➜  packagefile tailscale.com/net/tstun=/tmp/go-build2831371785/b471/_pkg_.a
2025-08-20T22:54:22.0231260Z [00:03:45.769]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:22.0233081Z [00:03:45.769]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:22.0235043Z [00:03:45.769]➜  packagefile tailscale.com/tstime/mono=/root/.cache/go-build/80/8049fdcc30025de911abe931e01e86d612aa48c1c6f1d928aff6e79cb3cd6d32-d
2025-08-20T22:54:22.0237194Z [00:03:45.769]➜  packagefile tailscale.com/types/dnstype=/root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d
2025-08-20T22:54:22.0239406Z [00:03:45.769]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:22.0241366Z [00:03:45.769]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:22.0243261Z [00:03:45.769]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:22.0245442Z [00:03:45.769]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:22.0247370Z [00:03:45.769]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:22.0249363Z [00:03:45.769]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:22.0251330Z [00:03:45.769]➜  packagefile tailscale.com/util/deephash=/root/.cache/go-build/e9/e9063e29bf899504446b6515975f561d20dbd8cd3eeb3042acd498add13d220f-d
2025-08-20T22:54:22.0253479Z [00:03:45.769]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:22.0265660Z [00:03:45.769]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:22.0267661Z [00:03:45.769]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:22.0269807Z [00:03:45.769]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:22.0271789Z [00:03:45.769]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:22.0273711Z [00:03:45.769]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:22.0275366Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/filter=/tmp/go-build2831371785/b387/_pkg_.a
2025-08-20T22:54:22.0276597Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/magicsock=/tmp/go-build2831371785/b499/_pkg_.a
2025-08-20T22:54:22.0277910Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/netlog=/tmp/go-build2831371785/b518/_pkg_.a
2025-08-20T22:54:22.0279134Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/netstack/gro=/tmp/go-build2831371785/b493/_pkg_.a
2025-08-20T22:54:22.0280323Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/router=/tmp/go-build2831371785/b524/_pkg_.a
2025-08-20T22:54:22.0281635Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/wgcfg=/tmp/go-build2831371785/b496/_pkg_.a
2025-08-20T22:54:22.0282819Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/wgint=/tmp/go-build2831371785/b517/_pkg_.a
2025-08-20T22:54:22.0283957Z [00:03:45.769]➜  packagefile tailscale.com/wgengine/wglog=/tmp/go-build2831371785/b525/_pkg_.a
2025-08-20T22:54:22.0285541Z [00:03:45.769]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:22.0286592Z [00:03:45.769]➜  EOF
2025-08-20T22:54:22.0290981Z [00:03:45.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b498/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine=>tailscale.com/wgengine;$WORK/b498=>" -p tailscale.com/wgengine -lang=go1.24 -complete -installsuffix shared -buildid _F_uQFzmJ6Hz6rIUzgKC/_F_uQFzmJ6Hz6rIUzgKC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/pendopen.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/userspace.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/watchdog.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgengine.go
2025-08-20T22:54:22.2626482Z [00:03:46.015]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T22:54:22.2771166Z [00:03:46.030]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/7e/7e4ba824e8d50b50839fbb4b111eaad547373218d7110e31e32a8578ba794b76-d # internal
2025-08-20T22:54:22.2780491Z [00:03:46.031]➜  tailscale.com/cmd/tailscaled/tailscaledhooks
2025-08-20T22:54:22.2785571Z [00:03:46.031]➜  mkdir -p $WORK/b626/
2025-08-20T22:54:22.2792796Z [00:03:46.032]➜  cat >/tmp/go-build2831371785/b626/importcfg << 'EOF' # internal
2025-08-20T22:54:22.2794165Z [00:03:46.032]➜  # import config
2025-08-20T22:54:22.2796560Z [00:03:46.032]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:22.2797569Z [00:03:46.032]➜  EOF
2025-08-20T22:54:22.2806570Z [00:03:46.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b626/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaledhooks=>tailscale.com/cmd/tailscaled/tailscaledhooks;$WORK/b626=>" -p tailscale.com/cmd/tailscaled/tailscaledhooks -lang=go1.24 -complete -installsuffix shared -buildid _3CvdSrKtZwg8kcPA2In/_3CvdSrKtZwg8kcPA2In -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack ./tailscaledhooks/tailscaledhooks.go
2025-08-20T22:54:22.3030370Z [00:03:46.056]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T22:54:22.3037717Z [00:03:46.056]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/b6/b663d496b6ab859ec46772554c6a29a4ea644419e631ba617fbd68128f183c63-d # internal
2025-08-20T22:54:22.3045683Z [00:03:46.057]➜  tailscale.com/util/httphdr
2025-08-20T22:54:22.3046282Z [00:03:46.057]➜  mkdir -p $WORK/b627/
2025-08-20T22:54:22.3047012Z [00:03:46.057]➜  cat >/tmp/go-build2831371785/b627/importcfg << 'EOF' # internal
2025-08-20T22:54:22.3048256Z [00:03:46.057]➜  # import config
2025-08-20T22:54:22.3049627Z [00:03:46.057]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:22.3051216Z [00:03:46.057]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:22.3053045Z [00:03:46.057]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:22.3054093Z [00:03:46.057]➜  EOF
2025-08-20T22:54:22.3057524Z [00:03:46.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b627/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/httphdr=>tailscale.com/util/httphdr;$WORK/b627=>" -p tailscale.com/util/httphdr -lang=go1.24 -complete -installsuffix shared -buildid z8uaq2cuoa9sdkY-ZIfP/z8uaq2cuoa9sdkY-ZIfP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/httphdr/httphdr.go
2025-08-20T22:54:22.3932502Z [00:03:46.146]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T22:54:22.4000736Z [00:03:46.151]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/c0/c0885a50fe5331616ecd73ca5ea2343f6d629f5395f92525e88fcac5ece3e4a9-d # internal
2025-08-20T22:54:22.4002108Z [00:03:46.151]➜  tailscale.com/util/osshare
2025-08-20T22:54:22.4004191Z [00:03:46.151]➜  mkdir -p $WORK/b628/
2025-08-20T22:54:22.4006210Z [00:03:46.153]➜  cat >/tmp/go-build2831371785/b628/importcfg << 'EOF' # internal
2025-08-20T22:54:22.4007298Z [00:03:46.153]➜  # import config
2025-08-20T22:54:22.4010025Z [00:03:46.153]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:22.4011162Z [00:03:46.153]➜  EOF
2025-08-20T22:54:22.4014693Z [00:03:46.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b628/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/osshare=>tailscale.com/util/osshare;$WORK/b628=>" -p tailscale.com/util/osshare -lang=go1.24 -complete -installsuffix shared -buildid DZhasIyCyU-GX5uybJI4/DZhasIyCyU-GX5uybJI4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/osshare/filesharingstatus_noop.go
2025-08-20T22:54:22.4208408Z [00:03:46.173]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T22:54:22.4224395Z [00:03:46.174]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/6c/6c849cd0c7d935a2ea770c3cf6db398272fb931a60e89eb6fc32059b235221aa-d # internal
2025-08-20T22:54:22.4225936Z [00:03:46.174]➜  tailscale.com/util/progresstracking
2025-08-20T22:54:22.4226558Z [00:03:46.174]➜  mkdir -p $WORK/b629/
2025-08-20T22:54:22.4227297Z [00:03:46.175]➜  cat >/tmp/go-build2831371785/b629/importcfg << 'EOF' # internal
2025-08-20T22:54:22.4228008Z [00:03:46.175]➜  # import config
2025-08-20T22:54:22.4229098Z [00:03:46.175]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:22.4230774Z [00:03:46.175]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:22.4231801Z [00:03:46.175]➜  EOF
2025-08-20T22:54:22.4253346Z [00:03:46.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b629/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/util/progresstracking=>tailscale.com/util/progresstracking;$WORK/b629=>" -p tailscale.com/util/progresstracking -lang=go1.24 -complete -installsuffix shared -buildid E42L0Af6MI0Pxn8Kh9uu/E42L0Af6MI0Pxn8Kh9uu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/util/progresstracking/progresstracking.go
2025-08-20T22:54:22.4490927Z [00:03:46.202]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T22:54:22.4499477Z [00:03:46.202]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/6c/6cc8cbd3a2999d89192921911c2f50060de2c1fd55c23ee245753d1134d74608-d # internal
2025-08-20T22:54:22.4507357Z [00:03:46.203]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T22:54:22.4508074Z [00:03:46.203]➜  mkdir -p $WORK/b636/
2025-08-20T22:54:22.4517333Z [00:03:46.204]➜  echo '# import config' > $WORK/b636/importcfg # internal
2025-08-20T22:54:22.4524188Z [00:03:46.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors;$WORK/b636=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid 5SkgWeAoGcs9siknM-PL/5SkgWeAoGcs9siknM-PL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors/errors.go
2025-08-20T22:54:22.4731749Z [00:03:46.226]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T22:54:22.4749907Z [00:03:46.228]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/2d/2da992b22495c842250635ee13a5b92ddee016f5cf6f86efe0eda39e1948db4a-d # internal
2025-08-20T22:54:22.4751835Z [00:03:46.228]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T22:54:22.4755048Z [00:03:46.228]➜  mkdir -p $WORK/b635/
2025-08-20T22:54:22.4757204Z [00:03:46.228]➜  echo -n > $WORK/b635/go_asm.h # internal
2025-08-20T22:54:22.4758120Z [00:03:46.228]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T22:54:22.4761192Z [00:03:46.228]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b635/symabis ./decode_amd64.s
2025-08-20T22:54:22.4851492Z [00:03:46.238]➜  cat >/tmp/go-build2831371785/b635/importcfg << 'EOF' # internal
2025-08-20T22:54:22.4858627Z [00:03:46.238]➜  # import config
2025-08-20T22:54:22.4859717Z [00:03:46.238]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:22.4861135Z [00:03:46.238]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2831371785/b636/_pkg_.a
2025-08-20T22:54:22.4862515Z [00:03:46.238]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:22.4863956Z [00:03:46.238]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:22.4864790Z [00:03:46.238]➜  EOF
2025-08-20T22:54:22.4865433Z [00:03:46.238]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:22.4870844Z [00:03:46.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b635=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid SlKMjp3sRIbwY8xFY0W1/SlKMjp3sRIbwY8xFY0W1 -goversion go1.25.0 -symabis $WORK/b635/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack -asmhdr $WORK/b635/go_asm.h /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/blocks.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/decode_asm.go
2025-08-20T22:54:22.5818866Z [00:03:46.334]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T22:54:22.5824316Z [00:03:46.334]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b635=>" -I $WORK/b635/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b635/decode_amd64.o ./decode_amd64.s
2025-08-20T22:54:22.5869082Z [00:03:46.339]➜  go tool pack r $WORK/b635/_pkg_.a $WORK/b635/decode_amd64.o # internal
2025-08-20T22:54:22.5871913Z [00:03:46.340]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T22:54:22.5881300Z [00:03:46.341]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/8d/8da33dc0de0b8cf39b5c2cb1a2600d7d08acd72cc71a1e467be42c36de17ee35-d # internal
2025-08-20T22:54:22.5890559Z [00:03:46.341]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T22:54:22.5891183Z [00:03:46.341]➜  mkdir -p $WORK/b638/
2025-08-20T22:54:22.5891916Z [00:03:46.341]➜  cat >/tmp/go-build2831371785/b638/importcfg << 'EOF' # internal
2025-08-20T22:54:22.5892563Z [00:03:46.341]➜  # import config
2025-08-20T22:54:22.5893684Z [00:03:46.341]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:22.5894708Z [00:03:46.341]➜  EOF
2025-08-20T22:54:22.5895452Z [00:03:46.342]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:22.5900058Z [00:03:46.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32=>github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32;$WORK/b638=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid zzMnOZEGJvMaAf48T4WC/zzMnOZEGJvMaAf48T4WC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32/xxh32zero.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32/xxh32zero_other.go
2025-08-20T22:54:22.6133299Z [00:03:46.366]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T22:54:22.6142717Z [00:03:46.367]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/d6/d6a400a674b6666ad68086fe14dbc3105a8c3355449e0fa62222754cf955770c-d # internal
2025-08-20T22:54:22.6145375Z [00:03:46.367]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T22:54:22.6147755Z [00:03:46.367]➜  mkdir -p $WORK/b637/
2025-08-20T22:54:22.6151462Z [00:03:46.368]➜  cat >/tmp/go-build2831371785/b637/importcfg << 'EOF' # internal
2025-08-20T22:54:22.6152200Z [00:03:46.368]➜  # import config
2025-08-20T22:54:22.6153411Z [00:03:46.368]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:22.6155305Z [00:03:46.368]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:22.6156851Z [00:03:46.368]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build2831371785/b635/_pkg_.a
2025-08-20T22:54:22.6158296Z [00:03:46.368]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2831371785/b636/_pkg_.a
2025-08-20T22:54:22.6159712Z [00:03:46.368]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build2831371785/b638/_pkg_.a
2025-08-20T22:54:22.6161280Z [00:03:46.368]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:22.6162996Z [00:03:46.368]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:22.6164535Z [00:03:46.368]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:22.6168499Z [00:03:46.368]➜  EOF
2025-08-20T22:54:22.6173202Z [00:03:46.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream;$WORK/b637=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid 4_rK2gU8XQDURqocMOTd/4_rK2gU8XQDURqocMOTd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/frame.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/frame_gen.go
2025-08-20T22:54:22.7019065Z [00:03:46.454]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T22:54:22.7033180Z [00:03:46.455]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/82/826db047a0f65fb4185898c398604ad62a370853f13cf63692759c5a05bbdc91-d # internal
2025-08-20T22:54:22.7034223Z [00:03:46.455]➜  github.com/pierrec/lz4/v4
2025-08-20T22:54:22.7034742Z [00:03:46.455]➜  mkdir -p $WORK/b634/
2025-08-20T22:54:22.7035569Z [00:03:46.455]➜  cat >/tmp/go-build2831371785/b634/importcfg << 'EOF' # internal
2025-08-20T22:54:22.7036177Z [00:03:46.455]➜  # import config
2025-08-20T22:54:22.7037171Z [00:03:46.455]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:22.7038622Z [00:03:46.455]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:22.7040209Z [00:03:46.455]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:22.7041611Z [00:03:46.455]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build2831371785/b635/_pkg_.a
2025-08-20T22:54:22.7042830Z [00:03:46.455]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2831371785/b636/_pkg_.a
2025-08-20T22:54:22.7044024Z [00:03:46.455]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build2831371785/b637/_pkg_.a
2025-08-20T22:54:22.7065574Z [00:03:46.455]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:22.7067076Z [00:03:46.455]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:22.7068592Z [00:03:46.455]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:22.7070102Z [00:03:46.455]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:22.7071005Z [00:03:46.455]➜  EOF
2025-08-20T22:54:22.7077040Z [00:03:46.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21=>github.com/pierrec/lz4/v4@v4.1.21;$WORK/b634=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid 3JyvF6_LzW7aGjuh79-y/3JyvF6_LzW7aGjuh79-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/compressing_reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/lz4.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/options.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/options_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/state.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/state_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/writer.go
2025-08-20T22:54:22.7676613Z [00:03:46.520]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T22:54:22.7957258Z [00:03:46.548]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/65/6559bc8f0d5a16074cf4c04762947989d74422cfdffbdf910060070cc4af0db4-d # internal
2025-08-20T22:54:22.7992124Z [00:03:46.552]➜  github.com/insomniacslk/dhcp/interfaces
2025-08-20T22:54:22.7994779Z [00:03:46.552]➜  mkdir -p $WORK/b639/
2025-08-20T22:54:22.8001664Z [00:03:46.553]➜  cat >/tmp/go-build2831371785/b639/importcfg << 'EOF' # internal
2025-08-20T22:54:22.8003104Z [00:03:46.553]➜  # import config
2025-08-20T22:54:22.8005692Z [00:03:46.553]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:22.8007385Z [00:03:46.553]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:22.8010160Z [00:03:46.553]➜  EOF
2025-08-20T22:54:22.8014493Z [00:03:46.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/interfaces=>github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/interfaces;$WORK/b639=>" -p github.com/insomniacslk/dhcp/interfaces -lang=go1.20 -complete -installsuffix shared -buildid 1hBpy3fUz9vE-aZ5sYfx/1hBpy3fUz9vE-aZ5sYfx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/interfaces/bindtodevice_linux.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/interfaces/interfaces.go
2025-08-20T22:54:22.8355866Z [00:03:46.588]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T22:54:22.8362116Z [00:03:46.589]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T22:54:22.8373798Z [00:03:46.590]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/45/452ff538bb2a8beb0e6704593fec0376e74318cd186088efa5e49e5f94d9be73-d # internal
2025-08-20T22:54:22.8393829Z [00:03:46.591]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/86/86a12454fd11a01707ac16229c41da210172a8c3861c1fb5c2e821fe4a7f04b8-d # internal
2025-08-20T22:54:22.8401516Z [00:03:46.593]➜  github.com/insomniacslk/dhcp/rfc1035label
2025-08-20T22:54:22.8407816Z [00:03:46.593]➜  github.com/u-root/uio/uio
2025-08-20T22:54:22.8408805Z [00:03:46.593]➜  mkdir -p $WORK/b640/
2025-08-20T22:54:22.8411150Z [00:03:46.593]➜  mkdir -p $WORK/b633/
2025-08-20T22:54:22.8412172Z [00:03:46.593]➜  cat >/tmp/go-build2831371785/b640/importcfg << 'EOF' # internal
2025-08-20T22:54:22.8413691Z [00:03:46.593]➜  # import config
2025-08-20T22:54:22.8416121Z [00:03:46.593]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:22.8418549Z [00:03:46.593]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:22.8421947Z [00:03:46.593]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:22.8422910Z [00:03:46.593]➜  EOF
2025-08-20T22:54:22.8431063Z [00:03:46.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/rfc1035label=>github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/rfc1035label;$WORK/b640=>" -p github.com/insomniacslk/dhcp/rfc1035label -lang=go1.20 -complete -installsuffix shared -buildid Wk-XgTG0A1AzPDkXGV88/Wk-XgTG0A1AzPDkXGV88 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/rfc1035label/label.go
2025-08-20T22:54:22.8435319Z [00:03:46.593]➜  cat >/tmp/go-build2831371785/b633/importcfg << 'EOF' # internal
2025-08-20T22:54:22.8436019Z [00:03:46.593]➜  # import config
2025-08-20T22:54:22.8437135Z [00:03:46.593]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:22.8438873Z [00:03:46.593]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:22.8440880Z [00:03:46.593]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:22.8442417Z [00:03:46.593]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:22.8443723Z [00:03:46.593]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build2831371785/b634/_pkg_.a
2025-08-20T22:54:22.8445077Z [00:03:46.593]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:22.8447177Z [00:03:46.593]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:22.8448776Z [00:03:46.593]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:22.8450402Z [00:03:46.593]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:22.8452053Z [00:03:46.593]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:22.8453685Z [00:03:46.593]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:22.8454670Z [00:03:46.593]➜  EOF
2025-08-20T22:54:22.8466448Z [00:03:46.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio=>github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio;$WORK/b633=>" -p github.com/u-root/uio/uio -lang=go1.21 -complete -installsuffix shared -buildid 1mZjqq4-c2ZjYIdSm75b/1mZjqq4-c2ZjYIdSm75b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/alignreader.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/alignwriter.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/archivereader.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/buffer.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/cached.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/lazy.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/null.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/progress.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/reader.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/uio.go
2025-08-20T22:54:22.8649780Z [00:03:46.618]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T22:54:22.8673102Z [00:03:46.620]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/c6/c6b79d7118c9be6cca32fa8c70671fcc0b85b23ff68791db38d961f623ec7e10-d # internal
2025-08-20T22:54:22.8679900Z [00:03:46.621]➜  github.com/u-root/uio/rand
2025-08-20T22:54:22.8684945Z [00:03:46.621]➜  mkdir -p $WORK/b641/
2025-08-20T22:54:22.8694882Z [00:03:46.622]➜  cat >/tmp/go-build2831371785/b641/importcfg << 'EOF' # internal
2025-08-20T22:54:22.8696358Z [00:03:46.622]➜  # import config
2025-08-20T22:54:22.8698055Z [00:03:46.622]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:22.8699633Z [00:03:46.622]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:22.8701301Z [00:03:46.622]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:22.8704590Z [00:03:46.622]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:22.8715538Z [00:03:46.622]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:22.8717003Z [00:03:46.622]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:22.8718417Z [00:03:46.622]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:22.8719882Z [00:03:46.622]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:22.8720743Z [00:03:46.622]➜  EOF
2025-08-20T22:54:22.8727088Z [00:03:46.624]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/rand=>github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/rand;$WORK/b641=>" -p github.com/u-root/uio/rand -lang=go1.21 -complete -installsuffix shared -buildid Tdgxyb317eCucmCzCQPK/Tdgxyb317eCucmCzCQPK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/rand/random.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/rand/random_linux.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/rand/random_urandom.go
2025-08-20T22:54:22.9489423Z [00:03:46.702]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T22:54:22.9491105Z [00:03:46.702]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T22:54:22.9492975Z [00:03:46.702]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/91/911d3c6caf232a22579976d623645ec09ff53a9c0a876cad5c9869e834708ddb-d # internal
2025-08-20T22:54:22.9494677Z [00:03:46.702]➜  gvisor.dev/gvisor/pkg/tcpip/network/hash
2025-08-20T22:54:22.9496797Z [00:03:46.702]➜  mkdir -p $WORK/b643/
2025-08-20T22:54:22.9497648Z [00:03:46.702]➜  cat >/tmp/go-build2831371785/b643/importcfg << 'EOF' # internal
2025-08-20T22:54:22.9504173Z [00:03:46.702]➜  # import config
2025-08-20T22:54:22.9505764Z [00:03:46.702]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:22.9508001Z [00:03:46.702]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build2831371785/b444/_pkg_.a
2025-08-20T22:54:22.9509118Z [00:03:46.702]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:22.9509873Z [00:03:46.702]➜  EOF
2025-08-20T22:54:22.9514979Z [00:03:46.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/hash=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/hash;$WORK/b643=>" -p gvisor.dev/gvisor/pkg/tcpip/network/hash -lang=go1.23 -complete -installsuffix shared -buildid Z4Zm2nPjbvawns1bCbZ0/Z4Zm2nPjbvawns1bCbZ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/hash/hash.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/hash/hash_state_autogen.go
2025-08-20T22:54:22.9521157Z [00:03:46.703]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/da/daff88550f547e4fd5d01e79285f626c52f3a9e8a88d80b0e5a5a88a24cc0157-d # internal
2025-08-20T22:54:22.9532584Z [00:03:46.706]➜  github.com/insomniacslk/dhcp/iana
2025-08-20T22:54:22.9533260Z [00:03:46.706]➜  mkdir -p $WORK/b632/
2025-08-20T22:54:22.9539595Z [00:03:46.707]➜  cat >/tmp/go-build2831371785/b632/importcfg << 'EOF' # internal
2025-08-20T22:54:22.9541474Z [00:03:46.707]➜  # import config
2025-08-20T22:54:22.9543596Z [00:03:46.707]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:22.9544928Z [00:03:46.707]➜  packagefile github.com/u-root/uio/uio=/tmp/go-build2831371785/b633/_pkg_.a
2025-08-20T22:54:22.9546744Z [00:03:46.707]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:22.9547744Z [00:03:46.707]➜  EOF
2025-08-20T22:54:22.9554477Z [00:03:46.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/iana=>github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/iana;$WORK/b632=>" -p github.com/insomniacslk/dhcp/iana -lang=go1.20 -complete -installsuffix shared -buildid 3_6k7K8EMpjJOYAhzqVE/3_6k7K8EMpjJOYAhzqVE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/iana/archtype.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/iana/entid.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/iana/hwtypes.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/iana/iana.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/iana/statuscodes.go
2025-08-20T22:54:22.9937721Z [00:03:46.745]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T22:54:22.9942134Z [00:03:46.747]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/44/44d59bdb7f49de3a25b0b075b09a6d86d2eec5be66292ac677ee96b24c67789a-d # internal
2025-08-20T22:54:22.9946014Z [00:03:46.747]➜  gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation
2025-08-20T22:54:22.9969278Z [00:03:46.750]➜  mkdir -p $WORK/b644/
2025-08-20T22:54:22.9981183Z [00:03:46.751]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T22:54:23.0003481Z [00:03:46.751]➜  cat >/tmp/go-build2831371785/b644/importcfg << 'EOF' # internal
2025-08-20T22:54:23.0004394Z [00:03:46.751]➜  # import config
2025-08-20T22:54:23.0005909Z [00:03:46.751]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:23.0007578Z [00:03:46.751]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:23.0009129Z [00:03:46.751]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.0010398Z [00:03:46.751]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:23.0011520Z [00:03:46.751]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build2831371785/b440/_pkg_.a
2025-08-20T22:54:23.0012644Z [00:03:46.751]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:23.0013730Z [00:03:46.751]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:23.0014810Z [00:03:46.751]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:23.0018982Z [00:03:46.751]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:23.0020719Z [00:03:46.751]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:23.0022309Z [00:03:46.751]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:23.0023797Z [00:03:46.751]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:23.0024752Z [00:03:46.751]➜  EOF
2025-08-20T22:54:23.0033064Z [00:03:46.751]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/fragmentation=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/fragmentation;$WORK/b644=>" -p gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation -lang=go1.23 -complete -installsuffix shared -buildid PAzr1fLQ7dLHr2ngpth4/PAzr1fLQ7dLHr2ngpth4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/fragmentation/fragmentation.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/fragmentation/fragmentation_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/fragmentation/reassembler.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/fragmentation/reassembler_list.go
2025-08-20T22:54:23.0050001Z [00:03:46.751]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/d6/d6d2d7f4693c849a85f848f9f58207ad3ad9bc5b1450971096f401214f40bea4-d # internal
2025-08-20T22:54:23.0092167Z [00:03:46.762]➜  github.com/insomniacslk/dhcp/dhcpv4
2025-08-20T22:54:23.0101091Z [00:03:46.762]➜  mkdir -p $WORK/b631/
2025-08-20T22:54:23.0101867Z [00:03:46.762]➜  cat >/tmp/go-build2831371785/b631/importcfg << 'EOF' # internal
2025-08-20T22:54:23.0102536Z [00:03:46.762]➜  # import config
2025-08-20T22:54:23.0103628Z [00:03:46.762]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:23.0105519Z [00:03:46.762]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:23.0107184Z [00:03:46.762]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:23.0108773Z [00:03:46.762]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.0110269Z [00:03:46.762]➜  packagefile github.com/insomniacslk/dhcp/iana=/tmp/go-build2831371785/b632/_pkg_.a
2025-08-20T22:54:23.0111671Z [00:03:46.762]➜  packagefile github.com/insomniacslk/dhcp/interfaces=/tmp/go-build2831371785/b639/_pkg_.a
2025-08-20T22:54:23.0112988Z [00:03:46.762]➜  packagefile github.com/insomniacslk/dhcp/rfc1035label=/tmp/go-build2831371785/b640/_pkg_.a
2025-08-20T22:54:23.0114190Z [00:03:46.762]➜  packagefile github.com/u-root/uio/rand=/tmp/go-build2831371785/b641/_pkg_.a
2025-08-20T22:54:23.0115968Z [00:03:46.762]➜  packagefile github.com/u-root/uio/uio=/tmp/go-build2831371785/b633/_pkg_.a
2025-08-20T22:54:23.0117333Z [00:03:46.762]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:23.0118901Z [00:03:46.762]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:23.0120514Z [00:03:46.762]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:23.0122035Z [00:03:46.762]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:23.0123606Z [00:03:46.762]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:23.0125391Z [00:03:46.762]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:23.0126400Z [00:03:46.762]➜  EOF
2025-08-20T22:54:23.0152546Z [00:03:46.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4=>github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4;$WORK/b631=>" -p github.com/insomniacslk/dhcp/dhcpv4 -lang=go1.20 -complete -installsuffix shared -buildid Ly83tmH4s04jRUym6KMt/Ly83tmH4s04jRUym6KMt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/bindtointerface.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/defaults.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/dhcpv4.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/modifiers.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_generic.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_ip.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_ip_address_lease_time.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_ips.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_maximum_dhcp_message_size.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_message_type.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_misc.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_parameter_request_list.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_relay_agent_information.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_routes.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_string.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_strings.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_subnet_mask.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/option_vivc.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/options.go /root/go/pkg/mod/github.com/insomniacslk/dhcp@v0.0.0-20231206064809-8c70d406f6d2/dhcpv4/types.go
2025-08-20T22:54:23.1454152Z [00:03:46.898]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T22:54:23.1563636Z [00:03:46.909]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/97/97c73100ddfb36954bb6ec3ab2d28eae116a88ccfd875141319b04f704064ed8-d # internal
2025-08-20T22:54:23.1564903Z [00:03:46.909]➜  gvisor.dev/gvisor/pkg/tcpip/network/internal/ip
2025-08-20T22:54:23.1575826Z [00:03:46.909]➜  mkdir -p $WORK/b645/
2025-08-20T22:54:23.1576934Z [00:03:46.909]➜  cat >/tmp/go-build2831371785/b645/importcfg << 'EOF' # internal
2025-08-20T22:54:23.1577819Z [00:03:46.909]➜  # import config
2025-08-20T22:54:23.1579112Z [00:03:46.909]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:23.1580979Z [00:03:46.909]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:23.1582896Z [00:03:46.909]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.1584352Z [00:03:46.909]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:23.1585742Z [00:03:46.909]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:23.1587095Z [00:03:46.909]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:23.1588429Z [00:03:46.909]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:23.1589739Z [00:03:46.909]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:23.1591214Z [00:03:46.909]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:23.1592983Z [00:03:46.909]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T22:54:23.1595559Z [00:03:46.909]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:23.1596773Z [00:03:46.909]➜  EOF
2025-08-20T22:54:23.1604988Z [00:03:46.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/ip=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/ip;$WORK/b645=>" -p gvisor.dev/gvisor/pkg/tcpip/network/internal/ip -lang=go1.23 -complete -installsuffix shared -buildid h7gLg1hx2KsokYP0de_U/h7gLg1hx2KsokYP0de_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/ip/duplicate_address_detection.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/ip/errors.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/ip/ip_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/ip/stats.go
2025-08-20T22:54:23.3218301Z [00:03:47.074]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T22:54:23.3272245Z [00:03:47.080]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/04/0467f8cab30cecc99ce49f5ee8aa07c27125c693f8d25b834eef640185c5da55-d # internal
2025-08-20T22:54:23.3274119Z [00:03:47.080]➜  gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast
2025-08-20T22:54:23.3275394Z [00:03:47.080]➜  mkdir -p $WORK/b646/
2025-08-20T22:54:23.3276534Z [00:03:47.080]➜  cat >/tmp/go-build2831371785/b646/importcfg << 'EOF' # internal
2025-08-20T22:54:23.3277483Z [00:03:47.080]➜  # import config
2025-08-20T22:54:23.3279106Z [00:03:47.080]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:23.3281025Z [00:03:47.080]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:23.3282954Z [00:03:47.080]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.3284537Z [00:03:47.080]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:23.3286055Z [00:03:47.080]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:23.3287389Z [00:03:47.080]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:23.3289202Z [00:03:47.080]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:23.3291093Z [00:03:47.080]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:23.3292371Z [00:03:47.080]➜  EOF
2025-08-20T22:54:23.3299554Z [00:03:47.080]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/multicast=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/multicast;$WORK/b646=>" -p gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast -lang=go1.23 -complete -installsuffix shared -buildid gWfqtaLZrcKp0CozQOas/gWfqtaLZrcKp0CozQOas -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/multicast/multicast_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/internal/multicast/route_table.go
2025-08-20T22:54:23.3765926Z [00:03:47.129]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T22:54:23.3798421Z [00:03:47.133]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/17/1736d4f63ca1b826a8691c0c1806a78afdca9b8d061ae4b095a8efd4f966e4f4-d # internal
2025-08-20T22:54:23.3801924Z [00:03:47.133]➜  gvisor.dev/gvisor/pkg/tcpip/transport
2025-08-20T22:54:23.3802573Z [00:03:47.133]➜  mkdir -p $WORK/b649/
2025-08-20T22:54:23.3807819Z [00:03:47.133]➜  cat >/tmp/go-build2831371785/b649/importcfg << 'EOF' # internal
2025-08-20T22:54:23.3810996Z [00:03:47.133]➜  # import config
2025-08-20T22:54:23.3812246Z [00:03:47.134]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.3813575Z [00:03:47.134]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:23.3814546Z [00:03:47.134]➜  EOF
2025-08-20T22:54:23.3820887Z [00:03:47.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport;$WORK/b649=>" -p gvisor.dev/gvisor/pkg/tcpip/transport -lang=go1.23 -complete -installsuffix shared -buildid HGKfaOrOAdliW_bwpoas/HGKfaOrOAdliW_bwpoas -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/datagram.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/transport.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/transport_state_autogen.go
2025-08-20T22:54:23.3933617Z [00:03:47.145]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T22:54:23.3935458Z [00:03:47.146]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/fa/fa7c705b25cc2e6407d02de85fe8fbe4c986632ec75d3781f992b52d9de5c773-d # internal
2025-08-20T22:54:23.3937693Z [00:03:47.146]➜  gvisor.dev/gvisor/pkg/tcpip/transport/internal/network
2025-08-20T22:54:23.3938584Z [00:03:47.146]➜  mkdir -p $WORK/b650/
2025-08-20T22:54:23.3942537Z [00:03:47.147]➜  cat >/tmp/go-build2831371785/b650/importcfg << 'EOF' # internal
2025-08-20T22:54:23.3945044Z [00:03:47.147]➜  # import config
2025-08-20T22:54:23.3946317Z [00:03:47.147]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:23.3947855Z [00:03:47.147]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.3949225Z [00:03:47.147]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:23.3950398Z [00:03:47.147]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:23.3951523Z [00:03:47.147]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:23.3952612Z [00:03:47.147]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:23.3954212Z [00:03:47.148]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:23.3955549Z [00:03:47.148]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:23.3956749Z [00:03:47.148]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:23.3957965Z [00:03:47.148]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build2831371785/b649/_pkg_.a
2025-08-20T22:54:23.3959111Z [00:03:47.148]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:23.3959839Z [00:03:47.148]➜  EOF
2025-08-20T22:54:23.3966688Z [00:03:47.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/network=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/network;$WORK/b650=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/internal/network -lang=go1.23 -complete -installsuffix shared -buildid zbAvTEMp_cv3C2QESueP/zbAvTEMp_cv3C2QESueP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/network/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/network/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/network/network_state_autogen.go
2025-08-20T22:54:23.4140003Z [00:03:47.166]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T22:54:23.4199297Z [00:03:47.172]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/4f/4f1ee0aa48bcfb2565f6a3d07fd731d76761490c1b83800b3870dc31b8d44f19-d # internal
2025-08-20T22:54:23.4226511Z [00:03:47.173]➜  gvisor.dev/gvisor/pkg/tcpip/network/ipv4
2025-08-20T22:54:23.4227221Z [00:03:47.173]➜  mkdir -p $WORK/b642/
2025-08-20T22:54:23.4236629Z [00:03:47.176]➜  cat >/tmp/go-build2831371785/b642/importcfg << 'EOF' # internal
2025-08-20T22:54:23.4242068Z [00:03:47.177]➜  # import config
2025-08-20T22:54:23.4243223Z [00:03:47.177]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:23.4244835Z [00:03:47.177]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.4246401Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:23.4247538Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:23.4248650Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build2831371785/b440/_pkg_.a
2025-08-20T22:54:23.4249785Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:23.4251203Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:23.4252353Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:23.4253446Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:23.4254593Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:23.4256101Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build2831371785/b494/_pkg_.a
2025-08-20T22:54:23.4257341Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/hash=/tmp/go-build2831371785/b643/_pkg_.a
2025-08-20T22:54:23.4258714Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation=/tmp/go-build2831371785/b644/_pkg_.a
2025-08-20T22:54:23.4260148Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/ip=/tmp/go-build2831371785/b645/_pkg_.a
2025-08-20T22:54:23.4261585Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast=/tmp/go-build2831371785/b646/_pkg_.a
2025-08-20T22:54:23.4262916Z [00:03:47.177]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:23.4264311Z [00:03:47.177]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:23.4269113Z [00:03:47.177]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:23.4270744Z [00:03:47.177]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:23.4271751Z [00:03:47.177]➜  EOF
2025-08-20T22:54:23.4284712Z [00:03:47.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv4=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv4;$WORK/b642=>" -p gvisor.dev/gvisor/pkg/tcpip/network/ipv4 -lang=go1.23 -complete -installsuffix shared -buildid kKQjp3PdE7MmuHl5Jr2I/kKQjp3PdE7MmuHl5Jr2I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv4/icmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv4/igmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv4/ipv4.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv4/ipv4_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv4/stats.go
2025-08-20T22:54:23.5459680Z [00:03:47.299]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T22:54:23.5499158Z [00:03:47.303]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/2a/2ac712ccd7a4a331d49b497ae4532701e62eeb41c731ed6315a63be8b56adb43-d # internal
2025-08-20T22:54:23.5511904Z [00:03:47.304]➜  gvisor.dev/gvisor/pkg/tcpip/network/ipv6
2025-08-20T22:54:23.5518403Z [00:03:47.305]➜  mkdir -p $WORK/b647/
2025-08-20T22:54:23.5530284Z [00:03:47.306]➜  cat >/tmp/go-build2831371785/b647/importcfg << 'EOF' # internal
2025-08-20T22:54:23.5531470Z [00:03:47.306]➜  # import config
2025-08-20T22:54:23.5534988Z [00:03:47.306]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:23.5547338Z [00:03:47.306]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:23.5557950Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:23.5559199Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:23.5560658Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:23.5561798Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:23.5562915Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:23.5564085Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:23.5579650Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build2831371785/b494/_pkg_.a
2025-08-20T22:54:23.5581210Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation=/tmp/go-build2831371785/b644/_pkg_.a
2025-08-20T22:54:23.5582741Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/ip=/tmp/go-build2831371785/b645/_pkg_.a
2025-08-20T22:54:23.5584264Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast=/tmp/go-build2831371785/b646/_pkg_.a
2025-08-20T22:54:23.5585919Z [00:03:47.308]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:23.5587390Z [00:03:47.308]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:23.5589034Z [00:03:47.308]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:23.5590663Z [00:03:47.308]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:23.5592277Z [00:03:47.308]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:23.5594108Z [00:03:47.308]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:23.5595073Z [00:03:47.308]➜  EOF
2025-08-20T22:54:23.5604322Z [00:03:47.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6;$WORK/b647=>" -p gvisor.dev/gvisor/pkg/tcpip/network/ipv6 -lang=go1.23 -complete -installsuffix shared -buildid InczUtM9fvrVG1DPDJDG/InczUtM9fvrVG1DPDJDG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6/dhcpv6configurationfromndpra_string.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6/icmp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6/ipv6.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6/ipv6_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6/mld.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6/ndp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/network/ipv6/stats.go
2025-08-20T22:54:24.0992646Z [00:03:47.852]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T22:54:24.1218600Z [00:03:47.872]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/0f/0f52dab091ca25842f4e6fa343448929bc3cfcc2f628e715ebb1c7d443b2737b-d # internal
2025-08-20T22:54:24.1221401Z [00:03:47.873]➜  gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop
2025-08-20T22:54:24.1224208Z [00:03:47.873]➜  mkdir -p $WORK/b652/
2025-08-20T22:54:24.1225859Z [00:03:47.875]➜  cat >/tmp/go-build2831371785/b652/importcfg << 'EOF' # internal
2025-08-20T22:54:24.1229794Z [00:03:47.875]➜  # import config
2025-08-20T22:54:24.1233905Z [00:03:47.875]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:24.1236135Z [00:03:47.875]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:24.1237556Z [00:03:47.875]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:24.1238720Z [00:03:47.875]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:24.1239912Z [00:03:47.875]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:24.1241090Z [00:03:47.875]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:24.1242484Z [00:03:47.875]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:24.1243506Z [00:03:47.875]➜  EOF
2025-08-20T22:54:24.1252365Z [00:03:47.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/noop=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/noop;$WORK/b652=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop -lang=go1.23 -complete -installsuffix shared -buildid IGCwURe1nA-PE3y-FuEQ/IGCwURe1nA-PE3y-FuEQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/noop/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/internal/noop/noop_state_autogen.go
2025-08-20T22:54:24.2290414Z [00:03:47.982]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T22:54:24.2381689Z [00:03:47.991]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/0a/0a7f8e698686e47ed21a2de93b7f99e6e6dc349e172c68834abe664c26520366-d # internal
2025-08-20T22:54:24.2388298Z [00:03:47.991]➜  gvisor.dev/gvisor/pkg/tcpip/transport/packet
2025-08-20T22:54:24.2388979Z [00:03:47.991]➜  mkdir -p $WORK/b653/
2025-08-20T22:54:24.2393175Z [00:03:47.992]➜  cat >/tmp/go-build2831371785/b653/importcfg << 'EOF' # internal
2025-08-20T22:54:24.2393908Z [00:03:47.992]➜  # import config
2025-08-20T22:54:24.2395042Z [00:03:47.992]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:24.2396914Z [00:03:47.992]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:24.2398261Z [00:03:47.992]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:24.2399384Z [00:03:47.992]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:24.2400488Z [00:03:47.992]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:24.2401645Z [00:03:47.992]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:24.2403016Z [00:03:47.992]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:24.2404277Z [00:03:47.992]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:24.2427098Z [00:03:47.992]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:24.2428554Z [00:03:47.992]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:24.2430141Z [00:03:47.992]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:24.2431106Z [00:03:47.992]➜  EOF
2025-08-20T22:54:24.2438805Z [00:03:47.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/packet=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/packet;$WORK/b653=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/packet -lang=go1.23 -complete -installsuffix shared -buildid DON6T8mf_lzqFyjDrNYR/DON6T8mf_lzqFyjDrNYR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/packet/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/packet/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/packet/packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/packet/packet_state_autogen.go
2025-08-20T22:54:24.5108844Z [00:03:48.263]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T22:54:24.5140581Z [00:03:48.267]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/0d/0d873a4daa1acb15910ac01ddd3b5d021e5f8d52ac5e5e718753bd0c3064fd71-d # internal
2025-08-20T22:54:24.5161480Z [00:03:48.267]➜  gvisor.dev/gvisor/pkg/tcpip/transport/raw
2025-08-20T22:54:24.5162125Z [00:03:48.267]➜  mkdir -p $WORK/b651/
2025-08-20T22:54:24.5162836Z [00:03:48.268]➜  cat >/tmp/go-build2831371785/b651/importcfg << 'EOF' # internal
2025-08-20T22:54:24.5163681Z [00:03:48.268]➜  # import config
2025-08-20T22:54:24.5164733Z [00:03:48.268]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:24.5166512Z [00:03:48.268]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:24.5167781Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:24.5168839Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:24.5170062Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:24.5171118Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:24.5172272Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:24.5173471Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:24.5174614Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:24.5176052Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build2831371785/b649/_pkg_.a
2025-08-20T22:54:24.5177395Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build2831371785/b650/_pkg_.a
2025-08-20T22:54:24.5178859Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop=/tmp/go-build2831371785/b652/_pkg_.a
2025-08-20T22:54:24.5180270Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/packet=/tmp/go-build2831371785/b653/_pkg_.a
2025-08-20T22:54:24.5181669Z [00:03:48.268]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:24.5183009Z [00:03:48.268]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:24.5184544Z [00:03:48.268]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:24.5185712Z [00:03:48.268]➜  EOF
2025-08-20T22:54:24.5193405Z [00:03:48.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/raw=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/raw;$WORK/b651=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/raw -lang=go1.23 -complete -installsuffix shared -buildid uhZKDg-43xX70euygisl/uhZKDg-43xX70euygisl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/raw/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/raw/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/raw/protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/raw/raw_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/raw/raw_state_autogen.go
2025-08-20T22:54:24.7240817Z [00:03:48.477]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T22:54:24.7542212Z [00:03:48.507]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/28/28b18fb88feaa05ece7d056f26cbc9a231a9faf236922fa275eab7eea38ad517-d # internal
2025-08-20T22:54:24.7572498Z [00:03:48.510]➜  github.com/google/go-tpm/tpmutil
2025-08-20T22:54:24.7575689Z [00:03:48.510]➜  mkdir -p $WORK/b657/
2025-08-20T22:54:24.7579767Z [00:03:48.511]➜  cat >/tmp/go-build2831371785/b657/importcfg << 'EOF' # internal
2025-08-20T22:54:24.7580822Z [00:03:48.511]➜  # import config
2025-08-20T22:54:24.7584229Z [00:03:48.511]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:24.7596945Z [00:03:48.511]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:24.7599257Z [00:03:48.511]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:24.7601443Z [00:03:48.511]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:24.7604096Z [00:03:48.511]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:24.7606181Z [00:03:48.511]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:24.7607765Z [00:03:48.511]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:24.7609299Z [00:03:48.511]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:24.7610888Z [00:03:48.511]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:24.7612448Z [00:03:48.511]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:24.7613408Z [00:03:48.511]➜  EOF
2025-08-20T22:54:24.7621860Z [00:03:48.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpmutil=>github.com/google/go-tpm@v0.9.4/tpmutil;$WORK/b657=>" -p github.com/google/go-tpm/tpmutil -lang=go1.22 -complete -installsuffix shared -buildid Jw_pjMhvzML1ACtbxb--/Jw_pjMhvzML1ACtbxb-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpmutil/encoding.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpmutil/poll_unix.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpmutil/run.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpmutil/run_other.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpmutil/structures.go
2025-08-20T22:54:24.7857892Z [00:03:48.538]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T22:54:24.7925453Z [00:03:48.543]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/1a/1a8dc6f60e0b54b4220310efb96aff6922414ea717a07c09d71be76775a9c68e-d # internal
2025-08-20T22:54:24.7926894Z [00:03:48.544]➜  gvisor.dev/gvisor/pkg/tcpip/transport/udp
2025-08-20T22:54:24.7927517Z [00:03:48.544]➜  mkdir -p $WORK/b648/
2025-08-20T22:54:24.7928276Z [00:03:48.545]➜  cat >/tmp/go-build2831371785/b648/importcfg << 'EOF' # internal
2025-08-20T22:54:24.7928928Z [00:03:48.545]➜  # import config
2025-08-20T22:54:24.7930153Z [00:03:48.545]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:24.7931776Z [00:03:48.545]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:24.7933332Z [00:03:48.545]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:24.7934627Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:24.7956164Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:24.7957289Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:24.7958474Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:24.7959691Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:24.7960893Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build2831371785/b494/_pkg_.a
2025-08-20T22:54:24.7962346Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build2831371785/b488/_pkg_.a
2025-08-20T22:54:24.7963488Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:24.7964696Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build2831371785/b649/_pkg_.a
2025-08-20T22:54:24.7966263Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build2831371785/b650/_pkg_.a
2025-08-20T22:54:24.7967586Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build2831371785/b651/_pkg_.a
2025-08-20T22:54:24.7968939Z [00:03:48.545]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:24.7970298Z [00:03:48.545]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:24.7971848Z [00:03:48.545]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:24.7973400Z [00:03:48.545]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:24.7974314Z [00:03:48.545]➜  EOF
2025-08-20T22:54:24.7983535Z [00:03:48.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp;$WORK/b648=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/udp -lang=go1.23 -complete -installsuffix shared -buildid l-nmbJeMad-hSc8g8VVc/l-nmbJeMad-hSc8g8VVc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp/forwarder.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp/protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp/udp_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/udp/udp_state_autogen.go
2025-08-20T22:54:24.8653453Z [00:03:48.618]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T22:54:24.8672839Z [00:03:48.620]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/fe/fe04b10e2d55633080d52e4b586f2dcdd520ebc1b8b0b2558f2c9ccb5256a995-d # internal
2025-08-20T22:54:24.8679197Z [00:03:48.621]➜  github.com/google/go-tpm/legacy/tpm2
2025-08-20T22:54:24.8681213Z [00:03:48.621]➜  mkdir -p $WORK/b656/
2025-08-20T22:54:24.8693281Z [00:03:48.622]➜  cat >/tmp/go-build2831371785/b656/importcfg << 'EOF' # internal
2025-08-20T22:54:24.8694240Z [00:03:48.622]➜  # import config
2025-08-20T22:54:24.8695684Z [00:03:48.622]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:24.8697273Z [00:03:48.622]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:24.8698958Z [00:03:48.622]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T22:54:24.8700711Z [00:03:48.622]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T22:54:24.8702390Z [00:03:48.622]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:24.8703985Z [00:03:48.622]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:24.8705958Z [00:03:48.622]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T22:54:24.8707535Z [00:03:48.622]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:24.8709174Z [00:03:48.622]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T22:54:24.8710816Z [00:03:48.622]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:24.8712550Z [00:03:48.622]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:24.8714020Z [00:03:48.622]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:24.8715462Z [00:03:48.622]➜  packagefile github.com/google/go-tpm/tpmutil=/tmp/go-build2831371785/b657/_pkg_.a
2025-08-20T22:54:24.8716833Z [00:03:48.622]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:24.8718365Z [00:03:48.622]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:24.8719903Z [00:03:48.622]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:24.8735718Z [00:03:48.622]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:24.8737419Z [00:03:48.622]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:24.8739295Z [00:03:48.622]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:24.8740361Z [00:03:48.622]➜  EOF
2025-08-20T22:54:24.8746712Z [00:03:48.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/legacy/tpm2=>github.com/google/go-tpm@v0.9.4/legacy/tpm2;$WORK/b656=>" -p github.com/google/go-tpm/legacy/tpm2 -lang=go1.22 -complete -installsuffix shared -buildid Ose2ataEGrKI-dFXsXeI/Ose2ataEGrKI-dFXsXeI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/legacy/tpm2/constants.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/legacy/tpm2/error.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/legacy/tpm2/kdf.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/legacy/tpm2/open_other.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/legacy/tpm2/structures.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/legacy/tpm2/tpm2.go
2025-08-20T22:54:25.0070622Z [00:03:48.760]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T22:54:25.0119251Z [00:03:48.765]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/1a/1adb23fa79519d7374ac315c47e39eed28a5fd2c94c638fca5fecfc89c3e54a8-d # internal
2025-08-20T22:54:25.0126805Z [00:03:48.765]➜  tailscale.com/feature/tap
2025-08-20T22:54:25.0131086Z [00:03:48.766]➜  mkdir -p $WORK/b630/
2025-08-20T22:54:25.0141927Z [00:03:48.767]➜  cat >/tmp/go-build2831371785/b630/importcfg << 'EOF' # internal
2025-08-20T22:54:25.0142887Z [00:03:48.767]➜  # import config
2025-08-20T22:54:25.0144782Z [00:03:48.767]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:25.0146719Z [00:03:48.767]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:25.0148126Z [00:03:48.767]➜  packagefile github.com/insomniacslk/dhcp/dhcpv4=/tmp/go-build2831371785/b631/_pkg_.a
2025-08-20T22:54:25.0149345Z [00:03:48.767]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:25.0151992Z [00:03:48.767]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:25.0153248Z [00:03:48.767]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:25.0154299Z [00:03:48.767]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:25.0158416Z [00:03:48.767]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:25.0159527Z [00:03:48.767]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv4=/tmp/go-build2831371785/b642/_pkg_.a
2025-08-20T22:54:25.0160945Z [00:03:48.767]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv6=/tmp/go-build2831371785/b647/_pkg_.a
2025-08-20T22:54:25.0162164Z [00:03:48.767]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build2831371785/b648/_pkg_.a
2025-08-20T22:54:25.0163554Z [00:03:48.767]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:25.0165059Z [00:03:48.767]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:25.0169402Z [00:03:48.767]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:25.0170932Z [00:03:48.767]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:25.0172435Z [00:03:48.767]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:25.0174234Z [00:03:48.767]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:25.0181813Z [00:03:48.767]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:25.0183319Z [00:03:48.767]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:25.0184677Z [00:03:48.767]➜  packagefile tailscale.com/net/tstun=/tmp/go-build2831371785/b471/_pkg_.a
2025-08-20T22:54:25.0186233Z [00:03:48.767]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:25.0187882Z [00:03:48.767]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:25.0189609Z [00:03:48.767]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:25.0191434Z [00:03:48.767]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:25.0192439Z [00:03:48.767]➜  EOF
2025-08-20T22:54:25.0196793Z [00:03:48.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b630/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tap=>tailscale.com/feature/tap;$WORK/b630=>" -p tailscale.com/feature/tap -lang=go1.24 -complete -installsuffix shared -buildid 4v3eAnMfHbA8KCQVXSsT/4v3eAnMfHbA8KCQVXSsT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/tap/tap_linux.go
2025-08-20T22:54:25.0893935Z [00:03:48.842]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T22:54:25.1784828Z [00:03:48.931]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/6e/6e2ef05bb61dce26002fd0b541acd59427514cbd159ef4aa7fcb33d79c0d4a59-d # internal
2025-08-20T22:54:25.1792359Z [00:03:48.932]➜  tailscale.com/tsd
2025-08-20T22:54:25.1795074Z [00:03:48.932]➜  mkdir -p $WORK/b460/
2025-08-20T22:54:25.1801881Z [00:03:48.933]➜  cat >/tmp/go-build2831371785/b460/importcfg << 'EOF' # internal
2025-08-20T22:54:25.1803327Z [00:03:48.933]➜  # import config
2025-08-20T22:54:25.1804921Z [00:03:48.933]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:25.1807039Z [00:03:48.933]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:25.1826757Z [00:03:48.933]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:25.1829012Z [00:03:48.933]➜  packagefile tailscale.com/drive=/root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d
2025-08-20T22:54:25.1831611Z [00:03:48.933]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:25.1834456Z [00:03:48.933]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:25.1836131Z [00:03:48.933]➜  packagefile tailscale.com/ipn/conffile=/tmp/go-build2831371785/b456/_pkg_.a
2025-08-20T22:54:25.1837213Z [00:03:48.933]➜  packagefile tailscale.com/net/dns=/tmp/go-build2831371785/b461/_pkg_.a
2025-08-20T22:54:25.1838724Z [00:03:48.933]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:25.1840216Z [00:03:48.933]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:25.1841389Z [00:03:48.933]➜  packagefile tailscale.com/net/tstun=/tmp/go-build2831371785/b471/_pkg_.a
2025-08-20T22:54:25.1842465Z [00:03:48.933]➜  packagefile tailscale.com/proxymap=/tmp/go-build2831371785/b497/_pkg_.a
2025-08-20T22:54:25.1844272Z [00:03:48.933]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:25.1846500Z [00:03:48.933]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:25.1848445Z [00:03:48.933]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:25.1849880Z [00:03:48.933]➜  packagefile tailscale.com/wgengine=/tmp/go-build2831371785/b498/_pkg_.a
2025-08-20T22:54:25.1851057Z [00:03:48.933]➜  packagefile tailscale.com/wgengine/magicsock=/tmp/go-build2831371785/b499/_pkg_.a
2025-08-20T22:54:25.1852226Z [00:03:48.933]➜  packagefile tailscale.com/wgengine/router=/tmp/go-build2831371785/b524/_pkg_.a
2025-08-20T22:54:25.1853046Z [00:03:48.933]➜  EOF
2025-08-20T22:54:25.1859077Z [00:03:48.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b460/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tsd=>tailscale.com/tsd;$WORK/b460=>" -p tailscale.com/tsd -lang=go1.24 -complete -installsuffix shared -buildid ctkVp5HTH2xrGLgA2Gy2/ctkVp5HTH2xrGLgA2Gy2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tsd/tsd.go
2025-08-20T22:54:25.1909656Z [00:03:48.944]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T22:54:25.1939318Z [00:03:48.947]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/a5/a5e49f0a929a691f6e5d60f1477a8ec1ec3d1bf0471a08821cf087b4cb6749dc-d # internal
2025-08-20T22:54:25.1946271Z [00:03:48.947]➜  github.com/kortschak/wol
2025-08-20T22:54:25.1951479Z [00:03:48.948]➜  mkdir -p $WORK/b661/
2025-08-20T22:54:25.1961175Z [00:03:48.949]➜  cat >/tmp/go-build2831371785/b661/importcfg << 'EOF' # internal
2025-08-20T22:54:25.1981281Z [00:03:48.949]➜  # import config
2025-08-20T22:54:25.1982453Z [00:03:48.949]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:25.1984146Z [00:03:48.949]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:25.1986200Z [00:03:48.949]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:25.1987783Z [00:03:48.949]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:25.1988731Z [00:03:48.949]➜  EOF
2025-08-20T22:54:25.1997999Z [00:03:48.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kortschak/wol@v0.0.0-20200729010619-da482cc4850a=>github.com/kortschak/wol@v0.0.0-20200729010619-da482cc4850a;$WORK/b661=>" -p github.com/kortschak/wol -lang=go1.12 -complete -installsuffix shared -buildid LGm7gWSbh6oUWZpYzGtl/LGm7gWSbh6oUWZpYzGtl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/github.com/kortschak/wol@v0.0.0-20200729010619-da482cc4850a/wol.go
2025-08-20T22:54:25.2422540Z [00:03:48.995]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T22:54:25.2448131Z [00:03:48.997]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/49/490ef32ed21a8bd33f579693b51707dda1fd028991b4a1ae3a4ed2683bca5c9c-d # internal
2025-08-20T22:54:25.2449600Z [00:03:48.997]➜  tailscale.com/net/proxymux
2025-08-20T22:54:25.2450499Z [00:03:48.997]➜  mkdir -p $WORK/b663/
2025-08-20T22:54:25.2451544Z [00:03:48.997]➜  cat >/tmp/go-build2831371785/b663/importcfg << 'EOF' # internal
2025-08-20T22:54:25.2452222Z [00:03:48.997]➜  # import config
2025-08-20T22:54:25.2453270Z [00:03:48.997]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:25.2454913Z [00:03:48.997]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:25.2456855Z [00:03:48.997]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:25.2458393Z [00:03:48.998]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:25.2459293Z [00:03:48.998]➜  EOF
2025-08-20T22:54:25.2462360Z [00:03:48.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b663/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/proxymux=>tailscale.com/net/proxymux;$WORK/b663=>" -p tailscale.com/net/proxymux -lang=go1.24 -complete -installsuffix shared -buildid FTlmVFgRUbw7quVYorU5/FTlmVFgRUbw7quVYorU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/proxymux/mux.go
2025-08-20T22:54:25.2758803Z [00:03:49.029]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T22:54:25.2772671Z [00:03:49.030]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/5b/5be6376006c16ad11b6c547cbe4099e52d3ec37766945e2cd2a4ee80ff6817ec-d # internal
2025-08-20T22:54:25.2774080Z [00:03:49.030]➜  tailscale.com/net/socks5
2025-08-20T22:54:25.2774680Z [00:03:49.030]➜  mkdir -p $WORK/b664/
2025-08-20T22:54:25.2785085Z [00:03:49.031]➜  cat >/tmp/go-build2831371785/b664/importcfg << 'EOF' # internal
2025-08-20T22:54:25.2788427Z [00:03:49.031]➜  # import config
2025-08-20T22:54:25.2789587Z [00:03:49.031]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:25.2791234Z [00:03:49.031]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:25.2792933Z [00:03:49.031]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:25.2794634Z [00:03:49.031]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:25.2797784Z [00:03:49.031]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:25.2799340Z [00:03:49.031]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:25.2801077Z [00:03:49.031]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:25.2802609Z [00:03:49.031]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:25.2804201Z [00:03:49.031]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:25.2806090Z [00:03:49.031]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:25.2807917Z [00:03:49.031]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:25.2808915Z [00:03:49.031]➜  EOF
2025-08-20T22:54:25.2811973Z [00:03:49.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b664/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/net/socks5=>tailscale.com/net/socks5;$WORK/b664=>" -p tailscale.com/net/socks5 -lang=go1.24 -complete -installsuffix shared -buildid HzybB8O4yLz4vHZCpHBM/HzybB8O4yLz4vHZCpHBM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/net/socks5/socks5.go
2025-08-20T22:54:25.2819815Z [00:03:49.035]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T22:54:25.2877254Z [00:03:49.040]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/1a/1aaf9bfed90eb9d8dea4a657037dd09ad0b9d72a7e334f3d32c2910ed762db26-d # internal
2025-08-20T22:54:25.2885677Z [00:03:49.040]➜  github.com/google/go-tpm/tpm2/transport
2025-08-20T22:54:25.2886323Z [00:03:49.040]➜  mkdir -p $WORK/b658/
2025-08-20T22:54:25.2887245Z [00:03:49.041]➜  cat >/tmp/go-build2831371785/b658/importcfg << 'EOF' # internal
2025-08-20T22:54:25.2888065Z [00:03:49.041]➜  # import config
2025-08-20T22:54:25.2888930Z [00:03:49.041]➜  packagefile github.com/google/go-tpm/legacy/tpm2=/tmp/go-build2831371785/b656/_pkg_.a
2025-08-20T22:54:25.2890115Z [00:03:49.041]➜  packagefile github.com/google/go-tpm/tpmutil=/tmp/go-build2831371785/b657/_pkg_.a
2025-08-20T22:54:25.2891475Z [00:03:49.041]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:25.2892404Z [00:03:49.041]➜  EOF
2025-08-20T22:54:25.2896787Z [00:03:49.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/transport=>github.com/google/go-tpm@v0.9.4/tpm2/transport;$WORK/b658=>" -p github.com/google/go-tpm/tpm2/transport -lang=go1.22 -complete -installsuffix shared -buildid ZGbRFgXwiWSATeOS3ES3/ZGbRFgXwiWSATeOS3ES3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/transport/open_other.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/transport/tpm.go
2025-08-20T22:54:25.3097118Z [00:03:49.061]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T22:54:25.3099579Z [00:03:49.062]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/11/113a116f46d7ce57cb3ff8461ca2d3bf0e9617b647c7587c89a4939390108c2a-d # internal
2025-08-20T22:54:25.3122839Z [00:03:49.065]➜  github.com/google/go-tpm/tpm2
2025-08-20T22:54:25.3124619Z [00:03:49.065]➜  mkdir -p $WORK/b655/
2025-08-20T22:54:25.3125734Z [00:03:49.065]➜  cat >/tmp/go-build2831371785/b655/importcfg << 'EOF' # internal
2025-08-20T22:54:25.3128454Z [00:03:49.065]➜  # import config
2025-08-20T22:54:25.3129582Z [00:03:49.065]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:25.3131261Z [00:03:49.065]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:25.3132886Z [00:03:49.065]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T22:54:25.3134722Z [00:03:49.065]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T22:54:25.3136556Z [00:03:49.065]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T22:54:25.3138187Z [00:03:49.065]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T22:54:25.3140001Z [00:03:49.065]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T22:54:25.3141939Z [00:03:49.065]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:25.3143612Z [00:03:49.065]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:25.3148316Z [00:03:49.065]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:25.3150017Z [00:03:49.065]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T22:54:25.3151676Z [00:03:49.065]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:25.3153359Z [00:03:49.065]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T22:54:25.3155048Z [00:03:49.065]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:25.3157244Z [00:03:49.065]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:25.3158695Z [00:03:49.065]➜  packagefile github.com/google/go-tpm/legacy/tpm2=/tmp/go-build2831371785/b656/_pkg_.a
2025-08-20T22:54:25.3159971Z [00:03:49.065]➜  packagefile github.com/google/go-tpm/tpm2/transport=/tmp/go-build2831371785/b658/_pkg_.a
2025-08-20T22:54:25.3161383Z [00:03:49.065]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:25.3162975Z [00:03:49.065]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:25.3164655Z [00:03:49.065]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:25.3166569Z [00:03:49.065]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:25.3168269Z [00:03:49.065]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:25.3169900Z [00:03:49.065]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:25.3170905Z [00:03:49.065]➜  EOF
2025-08-20T22:54:25.3191769Z [00:03:49.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2=>github.com/google/go-tpm@v0.9.4/tpm2;$WORK/b655=>" -p github.com/google/go-tpm/tpm2 -lang=go1.22 -complete -installsuffix shared -buildid 4FIH8YNKqAXb_Jrk4rnC/4FIH8YNKqAXb_Jrk4rnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/audit.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/bitfield.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/constants.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/constants_internal.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/crypto.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/errors.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/kdf.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/marshalling.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/names.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/pcrs.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/policy.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/reflect.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/sessions.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/structures.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/templates.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/tpm2.go /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/tpm2b.go
2025-08-20T22:54:25.3592387Z [00:03:49.112]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T22:54:25.3608424Z [00:03:49.113]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/06/060178d2b5683eee7451c12ae69ab4163ee603ba40a9805e539f512ddfc3dfe1-d # internal
2025-08-20T22:54:25.3642926Z [00:03:49.114]➜  github.com/google/go-tpm/tpm2/transport/linuxtpm
2025-08-20T22:54:25.3643678Z [00:03:49.114]➜  mkdir -p $WORK/b659/
2025-08-20T22:54:25.3644441Z [00:03:49.114]➜  cat >/tmp/go-build2831371785/b659/importcfg << 'EOF' # internal
2025-08-20T22:54:25.3645340Z [00:03:49.114]➜  # import config
2025-08-20T22:54:25.3646501Z [00:03:49.114]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:25.3648099Z [00:03:49.114]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:25.3649516Z [00:03:49.114]➜  packagefile github.com/google/go-tpm/tpm2/transport=/tmp/go-build2831371785/b658/_pkg_.a
2025-08-20T22:54:25.3650997Z [00:03:49.114]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:25.3652284Z [00:03:49.114]➜  EOF
2025-08-20T22:54:25.3656678Z [00:03:49.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/transport/linuxtpm=>github.com/google/go-tpm@v0.9.4/tpm2/transport/linuxtpm;$WORK/b659=>" -p github.com/google/go-tpm/tpm2/transport/linuxtpm -lang=go1.22 -complete -installsuffix shared -buildid 7xOECITYJbLTIA9Hmu45/7xOECITYJbLTIA9Hmu45 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/github.com/google/go-tpm@v0.9.4/tpm2/transport/linuxtpm/linuxtpm.go
2025-08-20T22:54:25.3823920Z [00:03:49.135]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T22:54:25.3840935Z [00:03:49.137]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/42/426913e9cbb4eef96674e20806b897ade08f5e51fa8d6c58719c8bafc6dea940-d # internal
2025-08-20T22:54:25.3847801Z [00:03:49.137]➜  github.com/creack/pty
2025-08-20T22:54:25.3848386Z [00:03:49.137]➜  mkdir -p $WORK/b666/
2025-08-20T22:54:25.3849167Z [00:03:49.137]➜  cat >/tmp/go-build2831371785/b666/importcfg << 'EOF' # internal
2025-08-20T22:54:25.3849866Z [00:03:49.137]➜  # import config
2025-08-20T22:54:25.3850978Z [00:03:49.137]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:25.3852521Z [00:03:49.137]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:25.3854073Z [00:03:49.137]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:25.3855869Z [00:03:49.137]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:25.3857483Z [00:03:49.137]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:25.3858435Z [00:03:49.137]➜  EOF
2025-08-20T22:54:25.3864748Z [00:03:49.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/creack/pty@v1.1.23=>github.com/creack/pty@v1.1.23;$WORK/b666=>" -p github.com/creack/pty -lang=go1.18 -complete -installsuffix shared -buildid DMMu_QOMdZEjmf-CPbe4/DMMu_QOMdZEjmf-CPbe4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/creack/pty@v1.1.23/doc.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/ioctl.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/ioctl_inner.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/pty_linux.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/run.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/start.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/winsize.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/winsize_unix.go /root/go/pkg/mod/github.com/creack/pty@v1.1.23/ztypes_amd64.go
2025-08-20T22:54:25.4220557Z [00:03:49.175]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T22:54:25.4235354Z [00:03:49.176]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/a0/a0900f5d3ac313df77d16fe4ec780052de587b3290ce9252fe25327678057898-d # internal
2025-08-20T22:54:25.4239284Z [00:03:49.177]➜  github.com/kr/fs
2025-08-20T22:54:25.4240362Z [00:03:49.177]➜  mkdir -p $WORK/b668/
2025-08-20T22:54:25.4255997Z [00:03:49.177]➜  cat >/tmp/go-build2831371785/b668/importcfg << 'EOF' # internal
2025-08-20T22:54:25.4256789Z [00:03:49.177]➜  # import config
2025-08-20T22:54:25.4258056Z [00:03:49.177]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:25.4259736Z [00:03:49.177]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:25.4261464Z [00:03:49.177]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:25.4262646Z [00:03:49.177]➜  EOF
2025-08-20T22:54:25.4266394Z [00:03:49.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kr/fs@v0.1.0=>github.com/kr/fs@v0.1.0;$WORK/b668=>" -p github.com/kr/fs -lang=go1.16 -complete -installsuffix shared -buildid IYpFwbudgJ4Ga71WLTtr/IYpFwbudgJ4Ga71WLTtr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/github.com/kr/fs@v0.1.0/filesystem.go /root/go/pkg/mod/github.com/kr/fs@v0.1.0/walk.go
2025-08-20T22:54:25.4454278Z [00:03:49.198]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T22:54:25.4461888Z [00:03:49.199]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/d0/d0b8b76ebac68524a1f2261ee6279713993a8d9c5c75a5dddba03b062d22eb2e-d # internal
2025-08-20T22:54:25.4466410Z [00:03:49.199]➜  github.com/pkg/sftp/internal/encoding/ssh/filexfer
2025-08-20T22:54:25.4467102Z [00:03:49.199]➜  mkdir -p $WORK/b669/
2025-08-20T22:54:25.4471732Z [00:03:49.200]➜  cat >/tmp/go-build2831371785/b669/importcfg << 'EOF' # internal
2025-08-20T22:54:25.4478193Z [00:03:49.200]➜  # import config
2025-08-20T22:54:25.4481420Z [00:03:49.200]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T22:54:25.4497018Z [00:03:49.200]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:25.4498737Z [00:03:49.200]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:25.4500353Z [00:03:49.200]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:25.4501908Z [00:03:49.200]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:25.4503404Z [00:03:49.200]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:25.4504380Z [00:03:49.200]➜  EOF
2025-08-20T22:54:25.4519093Z [00:03:49.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer=>github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer;$WORK/b669=>" -p github.com/pkg/sftp/internal/encoding/ssh/filexfer -lang=go1.15 -complete -installsuffix shared -buildid A6TwHuG-FcqZgIL-kxHS/A6TwHuG-FcqZgIL-kxHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/attrs.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/buffer.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/extended_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/extensions.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/filexfer.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/fx.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/fxp.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/handle_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/init_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/open_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/path_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/permissions.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/internal/encoding/ssh/filexfer/response_packets.go
2025-08-20T22:54:25.7511985Z [00:03:49.504]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T22:54:25.7602587Z [00:03:49.513]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/b1/b123930f467cba17524ef21e114c46bd6f4b5d2f1bea14f444edd3671a00c4be-d # internal
2025-08-20T22:54:25.7637949Z [00:03:49.516]➜  github.com/pkg/sftp
2025-08-20T22:54:25.7641060Z [00:03:49.517]➜  mkdir -p $WORK/b667/
2025-08-20T22:54:25.7647258Z [00:03:49.517]➜  cat >/tmp/go-build2831371785/b667/importcfg << 'EOF' # internal
2025-08-20T22:54:25.7648497Z [00:03:49.517]➜  # import config
2025-08-20T22:54:25.7651737Z [00:03:49.517]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:25.7653440Z [00:03:49.517]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:25.7655347Z [00:03:49.517]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T22:54:25.7657128Z [00:03:49.517]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:25.7658884Z [00:03:49.517]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:25.7660507Z [00:03:49.517]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:25.7661782Z [00:03:49.517]➜  packagefile github.com/kr/fs=/tmp/go-build2831371785/b668/_pkg_.a
2025-08-20T22:54:25.7663040Z [00:03:49.517]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer=/tmp/go-build2831371785/b669/_pkg_.a
2025-08-20T22:54:25.7664297Z [00:03:49.517]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2831371785/b425/_pkg_.a
2025-08-20T22:54:25.7665864Z [00:03:49.517]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:25.7667501Z [00:03:49.517]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:25.7669144Z [00:03:49.517]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:25.7670710Z [00:03:49.517]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:25.7672504Z [00:03:49.517]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:25.7674082Z [00:03:49.517]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:25.7710792Z [00:03:49.517]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:25.7712589Z [00:03:49.517]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:25.7714443Z [00:03:49.517]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:25.7716311Z [00:03:49.517]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:25.7717995Z [00:03:49.517]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:25.7719627Z [00:03:49.517]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:25.7721298Z [00:03:49.517]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:25.7722939Z [00:03:49.517]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:25.7724609Z [00:03:49.517]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:25.7725818Z [00:03:49.517]➜  EOF
2025-08-20T22:54:25.7776048Z [00:03:49.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/sftp@v1.13.6=>github.com/pkg/sftp@v1.13.6;$WORK/b667=>" -p github.com/pkg/sftp -lang=go1.15 -complete -installsuffix shared -buildid Km0wZJRcS1deWiqLcBtW/Km0wZJRcS1deWiqLcBtW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/allocator.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/attrs.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/attrs_unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/client.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/conn.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/ls_formatting.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/ls_unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/match.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/packet-manager.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/packet-typing.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/packet.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/pool.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/release.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/request-attrs.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/request-errors.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/request-example.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/request-interfaces.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/request-server.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/request-unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/request.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/server.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/server_statvfs_impl.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/server_statvfs_linux.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/server_unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/sftp.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/stat_posix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.6/syscall_good.go
2025-08-20T22:54:26.8821171Z [00:03:50.635]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T22:54:26.9286465Z [00:03:50.681]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/25/25054c49a4901c4dc155beaa766ff3f2ab6da71556a6545651bc340c65057b78-d # internal
2025-08-20T22:54:26.9310796Z [00:03:50.684]➜  github.com/u-root/u-root/pkg/termios
2025-08-20T22:54:26.9337857Z [00:03:50.687]➜  mkdir -p $WORK/b670/
2025-08-20T22:54:26.9345445Z [00:03:50.687]➜  cat >/tmp/go-build2831371785/b670/importcfg << 'EOF' # internal
2025-08-20T22:54:26.9351114Z [00:03:50.687]➜  # import config
2025-08-20T22:54:26.9353757Z [00:03:50.687]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:26.9357241Z [00:03:50.687]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:26.9371151Z [00:03:50.687]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:26.9372852Z [00:03:50.687]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:26.9374565Z [00:03:50.687]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:26.9376509Z [00:03:50.687]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:26.9378125Z [00:03:50.687]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:26.9379747Z [00:03:50.687]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:26.9381389Z [00:03:50.687]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:26.9382407Z [00:03:50.687]➜  EOF
2025-08-20T22:54:26.9405080Z [00:03:50.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/termios=>github.com/u-root/u-root@v0.14.0/pkg/termios;$WORK/b670=>" -p github.com/u-root/u-root/pkg/termios -lang=go1.21 -complete -installsuffix shared -buildid DBCCRMHh31LXT-xPEBgP/DBCCRMHh31LXT-xPEBgP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/termios/sgtty.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/termios/sgtty_unix.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/termios/termios.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/termios/termios_linux.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/termios/var_linux.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/termios/var_unix.go
2025-08-20T22:54:27.1993216Z [00:03:50.952]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T22:54:27.2011468Z [00:03:50.954]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/77/771b80e40a92576e07bf45d2c452ad6beee1109769679a6f21f711bceec0601a-d # internal
2025-08-20T22:54:27.2040539Z [00:03:50.957]➜  log/syslog
2025-08-20T22:54:27.2044780Z [00:03:50.957]➜  mkdir -p $WORK/b671/
2025-08-20T22:54:27.2080807Z [00:03:50.961]➜  cat >/tmp/go-build2831371785/b671/importcfg << 'EOF' # internal
2025-08-20T22:54:27.2086547Z [00:03:50.961]➜  # import config
2025-08-20T22:54:27.2091616Z [00:03:50.961]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:27.2093257Z [00:03:50.962]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:27.2094777Z [00:03:50.962]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:27.2096564Z [00:03:50.962]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:27.2098123Z [00:03:50.962]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:27.2099917Z [00:03:50.962]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:27.2101499Z [00:03:50.962]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:27.2103068Z [00:03:50.962]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:27.2103982Z [00:03:50.962]➜  EOF
2025-08-20T22:54:27.2107699Z [00:03:50.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/.go/src/log/syslog=>log/syslog;$WORK/b671=>" -p log/syslog -lang=go1.25 -std -complete -installsuffix shared -buildid at2fWWyAXoMK3_U010B1/at2fWWyAXoMK3_U010B1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/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-20T22:54:27.3378971Z [00:03:51.090]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T22:54:27.3397525Z [00:03:51.090]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/fb/fb17ce882e98a1e6f5273d423458d2db2ac532795ae308e3a04a7d930a802f4c-d # internal
2025-08-20T22:54:27.3410603Z [00:03:51.090]➜  tailscale.com/sessionrecording
2025-08-20T22:54:27.3411211Z [00:03:51.090]➜  mkdir -p $WORK/b672/
2025-08-20T22:54:27.3411923Z [00:03:51.092]➜  cat >/tmp/go-build2831371785/b672/importcfg << 'EOF' # internal
2025-08-20T22:54:27.3412598Z [00:03:51.092]➜  # import config
2025-08-20T22:54:27.3413644Z [00:03:51.092]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:27.3415597Z [00:03:51.092]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:27.3417471Z [00:03:51.092]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:27.3419040Z [00:03:51.092]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:27.3420522Z [00:03:51.092]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:27.3422124Z [00:03:51.092]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/16/1612404a0eb534aa6877bc0be2c844b34ce92f5abe5ccde0a33e0b22edfb3881-d
2025-08-20T22:54:27.3423692Z [00:03:51.092]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:27.3455544Z [00:03:51.092]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:27.3457277Z [00:03:51.092]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:27.3459007Z [00:03:51.092]➜  packagefile net/http/httptrace=/root/.cache/go-build/0d/0d7691bedc431ae0b12114c7219dbd56a7e02ee7333df297036a3ff84dbfcb1c-d
2025-08-20T22:54:27.3460685Z [00:03:51.092]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:27.3462301Z [00:03:51.092]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:27.3464034Z [00:03:51.092]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:27.3466078Z [00:03:51.092]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:27.3467969Z [00:03:51.092]➜  packagefile tailscale.com/util/httpm=/root/.cache/go-build/ff/ff6e22ee7399d20e6d1afe53302a84fe924d2d662ba6f48d656cdb7ea68e0189-d
2025-08-20T22:54:27.3469869Z [00:03:51.092]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:27.3471848Z [00:03:51.092]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:27.3472804Z [00:03:51.092]➜  EOF
2025-08-20T22:54:27.3476786Z [00:03:51.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b672/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording=>tailscale.com/sessionrecording;$WORK/b672=>" -p tailscale.com/sessionrecording -lang=go1.24 -complete -installsuffix shared -buildid Us7FXDcP5-caHBDeWGKo/Us7FXDcP5-caHBDeWGKo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/connect.go /tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/header.go
2025-08-20T22:54:27.5527237Z [00:03:51.305]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T22:54:27.5620026Z [00:03:51.315]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/40/405d387eddbeeb73d8ab2886c0ff2ebcfcc6fcb28203cccec85583fb889fccc8-d # internal
2025-08-20T22:54:27.5625747Z [00:03:51.315]➜  github.com/anmitsu/go-shlex
2025-08-20T22:54:27.5628369Z [00:03:51.315]➜  mkdir -p $WORK/b674/
2025-08-20T22:54:27.5641746Z [00:03:51.317]➜  cat >/tmp/go-build2831371785/b674/importcfg << 'EOF' # internal
2025-08-20T22:54:27.5642804Z [00:03:51.317]➜  # import config
2025-08-20T22:54:27.5644101Z [00:03:51.317]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:27.5646322Z [00:03:51.317]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:27.5648103Z [00:03:51.317]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:27.5650605Z [00:03:51.317]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:27.5652160Z [00:03:51.317]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:27.5653085Z [00:03:51.317]➜  EOF
2025-08-20T22:54:27.5657077Z [00:03:51.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b674/_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/b674=>" -p github.com/anmitsu/go-shlex -lang=go1.13 -complete -installsuffix shared -buildid lbgC0zaG2pIQ9LlMSTwF/lbgC0zaG2pIQ9LlMSTwF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/anmitsu/go-shlex@v0.0.0-20200514113438-38f4b401e2be/shlex.go
2025-08-20T22:54:27.6322529Z [00:03:51.385]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T22:54:27.6328876Z [00:03:51.386]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/11/11812af0bd1f6266275a9f763a12e368cf6dfde275dc5918c5055763a0586bd1-d # internal
2025-08-20T22:54:27.6334586Z [00:03:51.386]➜  tailscale.com/tempfork/gliderlabs/ssh
2025-08-20T22:54:27.6337661Z [00:03:51.386]➜  mkdir -p $WORK/b673/
2025-08-20T22:54:27.6347865Z [00:03:51.387]➜  cat >/tmp/go-build2831371785/b673/importcfg << 'EOF' # internal
2025-08-20T22:54:27.6349177Z [00:03:51.387]➜  # import config
2025-08-20T22:54:27.6352046Z [00:03:51.387]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:27.6354029Z [00:03:51.387]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:27.6358207Z [00:03:51.387]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:27.6359996Z [00:03:51.387]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:27.6361761Z [00:03:51.387]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T22:54:27.6363717Z [00:03:51.387]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:27.6368895Z [00:03:51.387]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:27.6370595Z [00:03:51.387]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:27.6372130Z [00:03:51.387]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:27.6373571Z [00:03:51.387]➜  packagefile github.com/anmitsu/go-shlex=/tmp/go-build2831371785/b674/_pkg_.a
2025-08-20T22:54:27.6374603Z [00:03:51.387]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2831371785/b425/_pkg_.a
2025-08-20T22:54:27.6376133Z [00:03:51.387]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:27.6377659Z [00:03:51.387]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:27.6379217Z [00:03:51.387]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:27.6380764Z [00:03:51.387]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:27.6382305Z [00:03:51.387]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:27.6384050Z [00:03:51.387]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:27.6386001Z [00:03:51.387]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:27.6387565Z [00:03:51.387]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:27.6388478Z [00:03:51.387]➜  EOF
2025-08-20T22:54:27.6427010Z [00:03:51.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b673/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh=>tailscale.com/tempfork/gliderlabs/ssh;$WORK/b673=>" -p tailscale.com/tempfork/gliderlabs/ssh -lang=go1.24 -complete -installsuffix shared -buildid -BO1tpr_PFOxeQK1K012/-BO1tpr_PFOxeQK1K012 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/agent.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/conn.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/context.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/options.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/server.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/session.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/ssh.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/tcpip.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/util.go /tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/wrap.go
2025-08-20T22:54:28.1887306Z [00:03:51.941]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T22:54:28.2082359Z [00:03:51.961]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/e3/e38bcb7b1ec55cf83d74b6fa92971d4d06cb4437fc538279d9f7e6ac58452cee-d # internal
2025-08-20T22:54:28.2084489Z [00:03:51.961]➜  tailscale.com/types/flagtype
2025-08-20T22:54:28.2085792Z [00:03:51.961]➜  mkdir -p $WORK/b675/
2025-08-20T22:54:28.2089704Z [00:03:51.962]➜  cat >/tmp/go-build2831371785/b675/importcfg << 'EOF' # internal
2025-08-20T22:54:28.2093574Z [00:03:51.962]➜  # import config
2025-08-20T22:54:28.2094715Z [00:03:51.962]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:28.2096847Z [00:03:51.962]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T22:54:28.2098495Z [00:03:51.962]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:28.2100076Z [00:03:51.962]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:28.2101728Z [00:03:51.962]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:28.2103602Z [00:03:51.962]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:28.2104645Z [00:03:51.962]➜  EOF
2025-08-20T22:54:28.2109926Z [00:03:51.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b675/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/types/flagtype=>tailscale.com/types/flagtype;$WORK/b675=>" -p tailscale.com/types/flagtype -lang=go1.24 -complete -installsuffix shared -buildid wvS6KanMqj3WE_sFoc6U/wvS6KanMqj3WE_sFoc6U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/types/flagtype/flagtype.go
2025-08-20T22:54:28.2496412Z [00:03:52.002]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T22:54:28.2503426Z [00:03:52.003]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/7c/7c63067d33b991253b2b18d03f6c4833c5fae311c17d739598229388aaa03391-d # internal
2025-08-20T22:54:28.2512274Z [00:03:52.004]➜  gvisor.dev/gvisor/pkg/sleep
2025-08-20T22:54:28.2520732Z [00:03:52.004]➜  mkdir -p $WORK/b679/
2025-08-20T22:54:28.2521492Z [00:03:52.004]➜  cat >/tmp/go-build2831371785/b679/importcfg << 'EOF' # internal
2025-08-20T22:54:28.2522380Z [00:03:52.004]➜  # import config
2025-08-20T22:54:28.2523613Z [00:03:52.004]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:28.2524968Z [00:03:52.004]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:28.2526358Z [00:03:52.004]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:28.2527750Z [00:03:52.004]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:28.2528719Z [00:03:52.004]➜  EOF
2025-08-20T22:54:28.2533469Z [00:03:52.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sleep=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sleep;$WORK/b679=>" -p gvisor.dev/gvisor/pkg/sleep -lang=go1.23 -complete -installsuffix shared -buildid _HpI9rexaIIG_v8OjHbi/_HpI9rexaIIG_v8OjHbi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sleep/sleep_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/sleep/sleep_unsafe_state_autogen.go
2025-08-20T22:54:28.3675614Z [00:03:52.120]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T22:54:28.3690276Z [00:03:52.122]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/8a/8aba46c8cfcce00fdcdd7646bbf86f71d1da611c554011ca1eefa7de4783a008-d # internal
2025-08-20T22:54:28.3695748Z [00:03:52.122]➜  gvisor.dev/gvisor/pkg/tcpip/internal/tcp
2025-08-20T22:54:28.3698518Z [00:03:52.122]➜  mkdir -p $WORK/b680/
2025-08-20T22:54:28.3702799Z [00:03:52.122]➜  cat >/tmp/go-build2831371785/b680/importcfg << 'EOF' # internal
2025-08-20T22:54:28.3703510Z [00:03:52.122]➜  # import config
2025-08-20T22:54:28.3704623Z [00:03:52.122]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:28.3706249Z [00:03:52.122]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:28.3707567Z [00:03:52.122]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:28.3708909Z [00:03:52.122]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:28.3709886Z [00:03:52.122]➜  EOF
2025-08-20T22:54:28.3715057Z [00:03:52.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/internal/tcp=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/internal/tcp;$WORK/b680=>" -p gvisor.dev/gvisor/pkg/tcpip/internal/tcp -lang=go1.23 -complete -installsuffix shared -buildid WLHQBDMgU-U1vqG43wqQ/WLHQBDMgU-U1vqG43wqQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/internal/tcp/tcp.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/internal/tcp/tcp_state_autogen.go
2025-08-20T22:54:28.4663337Z [00:03:52.219]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T22:54:28.4677461Z [00:03:52.220]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/21/2198bb201195419f966e552ca9da86c12f734b92c1958a9a2b69e3aa278ce3bd-d # internal
2025-08-20T22:54:28.4693956Z [00:03:52.222]➜  gvisor.dev/gvisor/pkg/tcpip/transport/tcp
2025-08-20T22:54:28.4764172Z [00:03:52.229]➜  mkdir -p $WORK/b678/
2025-08-20T22:54:28.4767767Z [00:03:52.229]➜  cat >/tmp/go-build2831371785/b678/importcfg << 'EOF' # internal
2025-08-20T22:54:28.4778658Z [00:03:52.229]➜  # import config
2025-08-20T22:54:28.4779631Z [00:03:52.229]➜  packagefile container/heap=/tmp/go-build2831371785/b403/_pkg_.a
2025-08-20T22:54:28.4781274Z [00:03:52.229]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T22:54:28.4783192Z [00:03:52.229]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:28.4785715Z [00:03:52.229]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T22:54:28.4787239Z [00:03:52.229]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:28.4788762Z [00:03:52.229]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:28.4790157Z [00:03:52.229]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:28.4791255Z [00:03:52.229]➜  packagefile github.com/google/btree=/tmp/go-build2831371785/b483/_pkg_.a
2025-08-20T22:54:28.4792264Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:28.4793230Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:28.4794139Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build2831371785/b440/_pkg_.a
2025-08-20T22:54:28.4795052Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build2831371785/b438/_pkg_.a
2025-08-20T22:54:28.4796306Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/sleep=/tmp/go-build2831371785/b679/_pkg_.a
2025-08-20T22:54:28.4797379Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:28.4798446Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:28.4799783Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:28.4800979Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:28.4802291Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/hash/jenkins=/tmp/go-build2831371785/b487/_pkg_.a
2025-08-20T22:54:28.4813581Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:28.4814928Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build2831371785/b494/_pkg_.a
2025-08-20T22:54:28.4816459Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/internal/tcp=/tmp/go-build2831371785/b680/_pkg_.a
2025-08-20T22:54:28.4817739Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build2831371785/b488/_pkg_.a
2025-08-20T22:54:28.4818961Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build2831371785/b484/_pkg_.a
2025-08-20T22:54:28.4820188Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:28.4821648Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build2831371785/b651/_pkg_.a
2025-08-20T22:54:28.4822917Z [00:03:52.229]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:28.4824352Z [00:03:52.229]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:28.4826216Z [00:03:52.229]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:28.4827815Z [00:03:52.229]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:28.4829458Z [00:03:52.229]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T22:54:28.4831105Z [00:03:52.229]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:28.4832962Z [00:03:52.229]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:28.4834636Z [00:03:52.229]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:28.4836371Z [00:03:52.229]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:28.4837721Z [00:03:52.229]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:28.4838537Z [00:03:52.229]➜  EOF
2025-08-20T22:54:28.4901591Z [00:03:52.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp;$WORK/b678=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/tcp -lang=go1.23 -complete -installsuffix shared -buildid vNNUG3Mfz3-LHGJsJ1Ha/vNNUG3Mfz3-LHGJsJ1Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/accept.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/connect.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/connect_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/cubic.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/dispatcher.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/forwarder.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/protocol.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/rack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/rcv.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/reno.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/reno_recovery.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/sack.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/sack_recovery.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/sack_scoreboard.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/segment.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/segment_heap.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/segment_queue.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/segment_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/segment_unsafe.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/snd.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/tcp_endpoint_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/tcp_segment_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/tcp_segment_refs.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/tcp_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/tcp_unsafe_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/tcp/timer.go
2025-08-20T22:54:29.0798652Z [00:03:52.832]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T22:54:29.1097141Z [00:03:52.862]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/49/498b15dd4d2c529f0f340715a81c5309fcbe5cffca5276854bb284df0b0cd6ad-d # internal
2025-08-20T22:54:29.1101921Z [00:03:52.863]➜  gvisor.dev/gvisor/pkg/tcpip/transport/icmp
2025-08-20T22:54:29.1102514Z [00:03:52.863]➜  mkdir -p $WORK/b681/
2025-08-20T22:54:29.1107712Z [00:03:52.863]➜  cat >/tmp/go-build2831371785/b681/importcfg << 'EOF' # internal
2025-08-20T22:54:29.1109670Z [00:03:52.863]➜  # import config
2025-08-20T22:54:29.1111026Z [00:03:52.863]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:29.1113961Z [00:03:52.863]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:29.1115525Z [00:03:52.863]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:29.1117896Z [00:03:52.863]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:29.1121047Z [00:03:52.863]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:29.1122046Z [00:03:52.863]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:29.1123104Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:29.1124181Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:29.1125553Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build2831371785/b488/_pkg_.a
2025-08-20T22:54:29.1126691Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:29.1127782Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build2831371785/b649/_pkg_.a
2025-08-20T22:54:29.1129031Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build2831371785/b650/_pkg_.a
2025-08-20T22:54:29.1130288Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build2831371785/b651/_pkg_.a
2025-08-20T22:54:29.1131358Z [00:03:52.864]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:29.1132557Z [00:03:52.864]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:29.1133972Z [00:03:52.864]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:29.1134830Z [00:03:52.864]➜  EOF
2025-08-20T22:54:29.1158739Z [00:03:52.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/icmp=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/icmp;$WORK/b681=>" -p gvisor.dev/gvisor/pkg/tcpip/transport/icmp -lang=go1.23 -complete -installsuffix shared -buildid fdv8qstTEdf6Rt7Wt8nk/fdv8qstTEdf6Rt7Wt8nk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/icmp/endpoint.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/icmp/endpoint_state.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/icmp/icmp_packet_list.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/icmp/icmp_state_autogen.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/transport/icmp/protocol.go
2025-08-20T22:54:29.1732556Z [00:03:52.926]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T22:54:29.2763722Z [00:03:53.029]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/3b/3bf85d0e030638957b44783a346c89b4af7fae2d2e5b7e41b0470810fc1b4562-d # internal
2025-08-20T22:54:29.2787296Z [00:03:53.029]➜  tailscale.com/ipn/ipnext
2025-08-20T22:54:29.2787873Z [00:03:53.029]➜  mkdir -p $WORK/b459/
2025-08-20T22:54:29.2788594Z [00:03:53.029]➜  cat >/tmp/go-build2831371785/b459/importcfg << 'EOF' # internal
2025-08-20T22:54:29.2789251Z [00:03:53.029]➜  # import config
2025-08-20T22:54:29.2790332Z [00:03:53.029]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:29.2791916Z [00:03:53.029]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:29.2793537Z [00:03:53.029]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:29.2795442Z [00:03:53.029]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:29.2797164Z [00:03:53.029]➜  packagefile tailscale.com/control/controlclient=/tmp/go-build2831371785/b321/_pkg_.a
2025-08-20T22:54:29.2798671Z [00:03:53.029]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:29.2800444Z [00:03:53.029]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:29.2801822Z [00:03:53.029]➜  packagefile tailscale.com/ipn/ipnauth=/tmp/go-build2831371785/b420/_pkg_.a
2025-08-20T22:54:29.2803529Z [00:03:53.029]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:29.2805669Z [00:03:53.029]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:29.2807048Z [00:03:53.030]➜  packagefile tailscale.com/tsd=/tmp/go-build2831371785/b460/_pkg_.a
2025-08-20T22:54:29.2808487Z [00:03:53.030]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:29.2810349Z [00:03:53.030]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:29.2811546Z [00:03:53.030]➜  packagefile tailscale.com/types/mapx=/tmp/go-build2831371785/b526/_pkg_.a
2025-08-20T22:54:29.2812165Z [00:03:53.030]➜  EOF
2025-08-20T22:54:29.2815655Z [00:03:53.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnext=>tailscale.com/ipn/ipnext;$WORK/b459=>" -p tailscale.com/ipn/ipnext -lang=go1.24 -complete -installsuffix shared -buildid sK8HvAYF9xjJez4snsM0/sK8HvAYF9xjJez4snsM0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnext/ipnext.go
2025-08-20T22:54:29.3750347Z [00:03:53.128]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T22:54:29.3863492Z [00:03:53.139]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/9a/9aaca9df759a9f24f5a425146530838f82f8710fe708e08bc0d1fd86d16a9324-d # internal
2025-08-20T22:54:30.3558751Z [00:03:54.109]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T22:54:30.4030494Z [00:03:54.156]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/01/018900603af7e31b6ad9ad605f62b1546cb05a424c11500ce050a42beddba3d4-d # internal
2025-08-20T22:54:30.4033871Z [00:03:54.156]➜  gvisor.dev/gvisor/pkg/tcpip/adapters/gonet
2025-08-20T22:54:30.4034748Z [00:03:54.156]➜  mkdir -p $WORK/b677/
2025-08-20T22:54:30.4073608Z [00:03:54.160]➜  cat >/tmp/go-build2831371785/b677/importcfg << 'EOF' # internal
2025-08-20T22:54:30.4074439Z [00:03:54.160]➜  # import config
2025-08-20T22:54:30.4075941Z [00:03:54.160]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:30.4077588Z [00:03:54.160]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:30.4079154Z [00:03:54.160]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:30.4080666Z [00:03:54.160]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:30.4081886Z [00:03:54.160]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:30.4082981Z [00:03:54.160]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:30.4084107Z [00:03:54.160]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:30.4085518Z [00:03:54.160]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/tmp/go-build2831371785/b678/_pkg_.a
2025-08-20T22:54:30.4086996Z [00:03:54.160]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build2831371785/b648/_pkg_.a
2025-08-20T22:54:30.4088084Z [00:03:54.160]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:30.4089339Z [00:03:54.160]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:30.4090794Z [00:03:54.160]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:30.4092301Z [00:03:54.160]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:30.4093410Z [00:03:54.160]➜  EOF
2025-08-20T22:54:30.4099373Z [00:03:54.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/adapters/gonet=>gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/adapters/gonet;$WORK/b677=>" -p gvisor.dev/gvisor/pkg/tcpip/adapters/gonet -lang=go1.23 -complete -installsuffix shared -buildid 3BqWWXcAKXsFKXHhvWjH/3BqWWXcAKXsFKXHhvWjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/adapters/gonet/gonet.go /root/go/pkg/mod/gvisor.dev/gvisor@v0.0.0-20250205023644-9414b50a5633/pkg/tcpip/adapters/gonet/gonet_state_autogen.go
2025-08-20T22:54:30.5940275Z [00:03:54.347]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T22:54:30.5995616Z [00:03:54.352]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/85/85907b65897e1a8078cf0582489be212e64597abb2a8d74a4643379c4bff6a78-d # internal
2025-08-20T22:54:32.0194166Z [00:03:55.772]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T22:54:32.0615971Z [00:03:55.814]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T22:54:32.0984213Z [00:03:55.851]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/ec/ec6cfaa64bb9ce6f9b01a6900e088ce01f3be00bb67068af91e9cdca8443dd19-d # internal
2025-08-20T22:54:32.0985695Z [00:03:55.851]➜  tailscale.com/ipn/store/awsstore
2025-08-20T22:54:32.0986279Z [00:03:55.851]➜  mkdir -p $WORK/b529/
2025-08-20T22:54:32.0989440Z [00:03:55.852]➜  cat >/tmp/go-build2831371785/b529/importcfg << 'EOF' # internal
2025-08-20T22:54:32.0990196Z [00:03:55.852]➜  # import config
2025-08-20T22:54:32.0991486Z [00:03:55.852]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:32.0993108Z [00:03:55.852]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:32.0994113Z [00:03:55.852]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:32.0995048Z [00:03:55.852]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:32.0996130Z [00:03:55.852]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2831371785/b547/_pkg_.a
2025-08-20T22:54:32.0996812Z [00:03:55.852]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2831371785/b548/_pkg_.a
2025-08-20T22:54:32.0997495Z [00:03:55.852]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm=/tmp/go-build2831371785/b601/_pkg_.a
2025-08-20T22:54:32.0998230Z [00:03:55.852]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm/types=/tmp/go-build2831371785/b603/_pkg_.a
2025-08-20T22:54:32.0999044Z [00:03:55.852]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:32.0999930Z [00:03:55.852]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:32.1001039Z [00:03:55.852]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:32.1002956Z [00:03:55.852]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:32.1004109Z [00:03:55.852]➜  packagefile tailscale.com/ipn/store/mem=/tmp/go-build2831371785/b606/_pkg_.a
2025-08-20T22:54:32.1005067Z [00:03:55.852]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:32.1005905Z [00:03:55.852]➜  EOF
2025-08-20T22:54:32.1008087Z [00:03:55.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b529/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/awsstore=>tailscale.com/ipn/store/awsstore;$WORK/b529=>" -p tailscale.com/ipn/store/awsstore -lang=go1.24 -complete -installsuffix shared -buildid mqTIYnzJRNmeY8TCpITZ/mqTIYnzJRNmeY8TCpITZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/awsstore/store_aws.go
2025-08-20T22:54:32.1035797Z [00:03:55.856]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/ca/ca3912e4b226e2c3b238402cad0fb7c91c5c2a746edfd453f23d8155dd013825-d # internal
2025-08-20T22:54:32.1037055Z [00:03:55.856]➜  tailscale.com/feature/relayserver
2025-08-20T22:54:32.1037788Z [00:03:55.856]➜  mkdir -p $WORK/b622/
2025-08-20T22:54:32.1040871Z [00:03:55.857]➜  cat >/tmp/go-build2831371785/b622/importcfg << 'EOF' # internal
2025-08-20T22:54:32.1041562Z [00:03:55.857]➜  # import config
2025-08-20T22:54:32.1042532Z [00:03:55.857]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:32.1043638Z [00:03:55.857]➜  packagefile tailscale.com/disco=/root/.cache/go-build/a8/a8597243df3214cce7cdd962aaf4cfb5940c67b6a4cc515561de9282cfff7a9a-d
2025-08-20T22:54:32.1045730Z [00:03:55.857]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:32.1046904Z [00:03:55.857]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:32.1047666Z [00:03:55.857]➜  packagefile tailscale.com/ipn/ipnext=/tmp/go-build2831371785/b459/_pkg_.a
2025-08-20T22:54:32.1048248Z [00:03:55.857]➜  packagefile tailscale.com/net/udprelay=/tmp/go-build2831371785/b623/_pkg_.a
2025-08-20T22:54:32.1048885Z [00:03:55.857]➜  packagefile tailscale.com/net/udprelay/endpoint=/tmp/go-build2831371785/b513/_pkg_.a
2025-08-20T22:54:32.1049915Z [00:03:55.857]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:32.1051786Z [00:03:55.857]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:32.1053541Z [00:03:55.857]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:32.1054789Z [00:03:55.857]➜  packagefile tailscale.com/types/ptr=/root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d
2025-08-20T22:54:32.1056096Z [00:03:55.857]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:32.1057045Z [00:03:55.857]➜  packagefile tailscale.com/wgengine/magicsock=/tmp/go-build2831371785/b499/_pkg_.a
2025-08-20T22:54:32.1057492Z [00:03:55.857]➜  EOF
2025-08-20T22:54:32.1059650Z [00:03:55.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b622/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/relayserver=>tailscale.com/feature/relayserver;$WORK/b622=>" -p tailscale.com/feature/relayserver -lang=go1.24 -complete -installsuffix shared -buildid 68wYDxW9ZHp-TgditDHN/68wYDxW9ZHp-TgditDHN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/relayserver/relayserver.go
2025-08-20T22:54:32.1506258Z [00:03:55.903]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T22:54:32.1514422Z [00:03:55.904]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/ff/ff1e5d488eea61c45d2e4548fd9ad523dfc419c98cff42c38d13d4244d29b3ca-d # internal
2025-08-20T22:54:32.1521848Z [00:03:55.905]➜  tailscale.com/ipn/store
2025-08-20T22:54:32.1522698Z [00:03:55.905]➜  mkdir -p $WORK/b528/
2025-08-20T22:54:32.1523582Z [00:03:55.905]➜  cat >/tmp/go-build2831371785/b528/importcfg << 'EOF' # internal
2025-08-20T22:54:32.1524249Z [00:03:55.905]➜  # import config
2025-08-20T22:54:32.1525526Z [00:03:55.905]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:32.1527632Z [00:03:55.905]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:32.1529260Z [00:03:55.905]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:32.1530786Z [00:03:55.905]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:32.1532341Z [00:03:55.905]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:32.1533894Z [00:03:55.905]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:32.1535612Z [00:03:55.905]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:32.1537213Z [00:03:55.905]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:32.1538995Z [00:03:55.905]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:32.1540557Z [00:03:55.905]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:32.1542155Z [00:03:55.905]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:32.1543741Z [00:03:55.905]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:32.1545678Z [00:03:55.905]➜  packagefile tailscale.com/atomicfile=/root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d
2025-08-20T22:54:32.1547499Z [00:03:55.905]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:32.1548966Z [00:03:55.905]➜  packagefile tailscale.com/ipn/store/awsstore=/tmp/go-build2831371785/b529/_pkg_.a
2025-08-20T22:54:32.1550354Z [00:03:55.905]➜  packagefile tailscale.com/ipn/store/kubestore=/tmp/go-build2831371785/b607/_pkg_.a
2025-08-20T22:54:32.1551503Z [00:03:55.905]➜  packagefile tailscale.com/ipn/store/mem=/tmp/go-build2831371785/b606/_pkg_.a
2025-08-20T22:54:32.1552948Z [00:03:55.905]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:32.1554731Z [00:03:55.905]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:32.1556762Z [00:03:55.905]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:32.1558663Z [00:03:55.905]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:32.1559786Z [00:03:55.905]➜  EOF
2025-08-20T22:54:32.1563669Z [00:03:55.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b528/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store=>tailscale.com/ipn/store;$WORK/b528=>" -p tailscale.com/ipn/store -lang=go1.24 -complete -installsuffix shared -buildid bvIOPjbHeeladFPxaIB7/bvIOPjbHeeladFPxaIB7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/store_aws.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/store_kube.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/stores.go
2025-08-20T22:54:32.2098950Z [00:03:55.962]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T22:54:32.2112428Z [00:03:55.964]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/f9/f95de600f6b93aed5c7dd691b6e24e79325d3981b9525927a26140452499353d-d # internal
2025-08-20T22:54:32.2117503Z [00:03:55.964]➜  tailscale.com/feature/tpm
2025-08-20T22:54:32.2124643Z [00:03:55.964]➜  mkdir -p $WORK/b654/
2025-08-20T22:54:32.2125616Z [00:03:55.965]➜  cat >/tmp/go-build2831371785/b654/importcfg << 'EOF' # internal
2025-08-20T22:54:32.2126309Z [00:03:55.965]➜  # import config
2025-08-20T22:54:32.2127509Z [00:03:55.965]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:32.2129186Z [00:03:55.965]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:32.2130875Z [00:03:55.965]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:32.2132464Z [00:03:55.965]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:32.2150215Z [00:03:55.965]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:32.2151645Z [00:03:55.965]➜  packagefile github.com/google/go-tpm/tpm2=/tmp/go-build2831371785/b655/_pkg_.a
2025-08-20T22:54:32.2153038Z [00:03:55.965]➜  packagefile github.com/google/go-tpm/tpm2/transport=/tmp/go-build2831371785/b658/_pkg_.a
2025-08-20T22:54:32.2154445Z [00:03:55.965]➜  packagefile github.com/google/go-tpm/tpm2/transport/linuxtpm=/tmp/go-build2831371785/b659/_pkg_.a
2025-08-20T22:54:32.2156418Z [00:03:55.965]➜  packagefile golang.org/x/crypto/nacl/secretbox=/root/.cache/go-build/ed/ed6ea59c0ab58d0ad96d600bb3f6c25f6c4e0454080a12985365d9e3307a67d2-d
2025-08-20T22:54:32.2158218Z [00:03:55.965]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:32.2159796Z [00:03:55.965]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:32.2161300Z [00:03:55.965]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:32.2162915Z [00:03:55.965]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:32.2164693Z [00:03:55.965]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:32.2197210Z [00:03:55.965]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:32.2198860Z [00:03:55.965]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:32.2200638Z [00:03:55.965]➜  packagefile tailscale.com/atomicfile=/root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d
2025-08-20T22:54:32.2202460Z [00:03:55.965]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:32.2204283Z [00:03:55.965]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:32.2206286Z [00:03:55.965]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:32.2207883Z [00:03:55.965]➜  packagefile tailscale.com/ipn/store=/tmp/go-build2831371785/b528/_pkg_.a
2025-08-20T22:54:32.2209349Z [00:03:55.965]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:32.2211185Z [00:03:55.965]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:32.2213059Z [00:03:55.965]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:32.2214342Z [00:03:55.965]➜  EOF
2025-08-20T22:54:32.2218134Z [00:03:55.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b654/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm=>tailscale.com/feature/tpm;$WORK/b654=>" -p tailscale.com/feature/tpm -lang=go1.24 -complete -installsuffix shared -buildid njwnHoMiWDD8uNVSlvSV/njwnHoMiWDD8uNVSlvSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_linux.go
2025-08-20T22:54:32.2221433Z [00:03:55.966]➜  tailscale.com/ipn/ipnlocal
2025-08-20T22:54:32.2221993Z [00:03:55.966]➜  mkdir -p $WORK/b424/
2025-08-20T22:54:32.2222703Z [00:03:55.966]➜  cat >/tmp/go-build2831371785/b424/importcfg << 'EOF' # internal
2025-08-20T22:54:32.2223363Z [00:03:55.966]➜  # import config
2025-08-20T22:54:32.2224471Z [00:03:55.966]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:32.2226280Z [00:03:55.966]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:32.2228074Z [00:03:55.966]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:32.2229739Z [00:03:55.966]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:32.2231425Z [00:03:55.966]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T22:54:32.2233154Z [00:03:55.966]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T22:54:32.2234991Z [00:03:55.966]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T22:54:32.2236850Z [00:03:55.966]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:32.2238685Z [00:03:55.966]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:32.2240442Z [00:03:55.966]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:32.2242161Z [00:03:55.966]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:32.2243842Z [00:03:55.966]➜  packagefile crypto/x509=/root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d
2025-08-20T22:54:32.2245746Z [00:03:55.966]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T22:54:32.2247536Z [00:03:55.966]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:32.2249315Z [00:03:55.966]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:32.2251065Z [00:03:55.966]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:32.2252904Z [00:03:55.966]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:32.2254612Z [00:03:55.966]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T22:54:32.2256423Z [00:03:55.966]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:32.2258011Z [00:03:55.966]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:32.2259767Z [00:03:55.966]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:32.2261457Z [00:03:55.967]➜  packagefile go4.org/netipx=/root/.cache/go-build/54/54427236929d934028df3b51429ffe98acb009e607280ce6367eabe327d34a60-d
2025-08-20T22:54:32.2262805Z [00:03:55.967]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2831371785/b425/_pkg_.a
2025-08-20T22:54:32.2264372Z [00:03:55.967]➜  packagefile golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/b7/b76f68357cb477e42bf75309edcea38340f2cc9a8509f89e4ebebc9304582005-d
2025-08-20T22:54:32.2266535Z [00:03:55.967]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/cb/cbd616b8bc9dbc18f39ef0f51bb9da0221839832f1dc5eb42a2256e603cd10f5-d
2025-08-20T22:54:32.2268465Z [00:03:55.967]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/16/1612404a0eb534aa6877bc0be2c844b34ce92f5abe5ccde0a33e0b22edfb3881-d
2025-08-20T22:54:32.2269914Z [00:03:55.967]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build2831371785/b429/_pkg_.a
2025-08-20T22:54:32.2271505Z [00:03:55.967]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:32.2273130Z [00:03:55.967]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:32.2274550Z [00:03:55.967]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T22:54:32.2276352Z [00:03:55.967]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T22:54:32.2277880Z [00:03:55.967]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:32.2279398Z [00:03:55.967]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:32.2280968Z [00:03:55.967]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:32.2282546Z [00:03:55.967]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:32.2284151Z [00:03:55.967]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T22:54:32.2285912Z [00:03:55.967]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T22:54:32.2287452Z [00:03:55.967]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:32.2289044Z [00:03:55.967]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:32.2290748Z [00:03:55.967]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:32.2292459Z [00:03:55.967]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:32.2294057Z [00:03:55.967]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:32.2295917Z [00:03:55.967]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:32.2297488Z [00:03:55.967]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:32.2299052Z [00:03:55.967]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:32.2300680Z [00:03:55.967]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:32.2302458Z [00:03:55.967]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:32.2304106Z [00:03:55.967]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:32.2310087Z [00:03:55.967]➜  packagefile runtime/pprof=/root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d
2025-08-20T22:54:32.2311812Z [00:03:55.967]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:32.2313453Z [00:03:55.967]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:32.2315330Z [00:03:55.967]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:32.2317060Z [00:03:55.967]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:32.2318870Z [00:03:55.967]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:32.2320252Z [00:03:55.967]➜  packagefile tailscale.com/appc=/tmp/go-build2831371785/b445/_pkg_.a
2025-08-20T22:54:32.2321718Z [00:03:55.967]➜  packagefile tailscale.com/atomicfile=/root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d
2025-08-20T22:54:32.2323560Z [00:03:55.967]➜  packagefile tailscale.com/client/local=/root/.cache/go-build/0a/0af46cc102b520222187b733ddd1d0ecc4332d37cba3a61159de74982abd4cea-d
2025-08-20T22:54:32.2325721Z [00:03:55.967]➜  packagefile tailscale.com/client/tailscale/apitype=/root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d
2025-08-20T22:54:32.2327689Z [00:03:55.967]➜  packagefile tailscale.com/client/web=/root/.cache/go-build/f3/f329d7c65a1fc34cc6008afb146bff14c459eba4fb06f88ea7c2831efe79dd94-d
2025-08-20T22:54:32.2329590Z [00:03:55.967]➜  packagefile tailscale.com/clientupdate=/root/.cache/go-build/44/44ec0e819dc3a9582744e5ef92dbd82d5b90f20099a741d6bda9624a16e087ab-d
2025-08-20T22:54:32.2331097Z [00:03:55.967]➜  packagefile tailscale.com/control/controlclient=/tmp/go-build2831371785/b321/_pkg_.a
2025-08-20T22:54:32.2332759Z [00:03:55.967]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:32.2334220Z [00:03:55.967]➜  packagefile tailscale.com/doctor=/tmp/go-build2831371785/b450/_pkg_.a
2025-08-20T22:54:32.2335485Z [00:03:55.967]➜  packagefile tailscale.com/doctor/ethtool=/tmp/go-build2831371785/b451/_pkg_.a
2025-08-20T22:54:32.2336672Z [00:03:55.967]➜  packagefile tailscale.com/doctor/permissions=/tmp/go-build2831371785/b453/_pkg_.a
2025-08-20T22:54:32.2337858Z [00:03:55.967]➜  packagefile tailscale.com/doctor/routetable=/tmp/go-build2831371785/b454/_pkg_.a
2025-08-20T22:54:32.2339412Z [00:03:55.967]➜  packagefile tailscale.com/drive=/root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d
2025-08-20T22:54:32.2341258Z [00:03:55.967]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:32.2343383Z [00:03:55.967]➜  packagefile tailscale.com/envknob/featureknob=/root/.cache/go-build/94/9415b2574e886f56c285cda8dbbc1ba0e9a6bd88008826504d102cddf72a9a90-d
2025-08-20T22:54:32.2345514Z [00:03:55.967]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:32.2347510Z [00:03:55.967]➜  packagefile tailscale.com/health/healthmsg=/root/.cache/go-build/01/01972bf0a17bc5f782a448890545e9823b4a97940c7f7a92606cddfc3b9c3297-d
2025-08-20T22:54:32.2349343Z [00:03:55.967]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:32.2351303Z [00:03:55.967]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:32.2352664Z [00:03:55.967]➜  packagefile tailscale.com/ipn/conffile=/tmp/go-build2831371785/b456/_pkg_.a
2025-08-20T22:54:32.2353753Z [00:03:55.967]➜  packagefile tailscale.com/ipn/ipnauth=/tmp/go-build2831371785/b420/_pkg_.a
2025-08-20T22:54:32.2354800Z [00:03:55.967]➜  packagefile tailscale.com/ipn/ipnext=/tmp/go-build2831371785/b459/_pkg_.a
2025-08-20T22:54:32.2356481Z [00:03:55.967]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:32.2357898Z [00:03:55.967]➜  packagefile tailscale.com/ipn/policy=/tmp/go-build2831371785/b527/_pkg_.a
2025-08-20T22:54:32.2358941Z [00:03:55.967]➜  packagefile tailscale.com/ipn/store=/tmp/go-build2831371785/b528/_pkg_.a
2025-08-20T22:54:32.2360032Z [00:03:55.967]➜  packagefile tailscale.com/ipn/store/mem=/tmp/go-build2831371785/b606/_pkg_.a
2025-08-20T22:54:32.2361332Z [00:03:55.967]➜  packagefile tailscale.com/log/sockstatlog=/tmp/go-build2831371785/b610/_pkg_.a
2025-08-20T22:54:32.2362566Z [00:03:55.967]➜  packagefile tailscale.com/logpolicy=/tmp/go-build2831371785/b519/_pkg_.a
2025-08-20T22:54:32.2363699Z [00:03:55.967]➜  packagefile tailscale.com/logtail/backoff=/tmp/go-build2831371785/b378/_pkg_.a
2025-08-20T22:54:32.2365477Z [00:03:55.967]➜  packagefile tailscale.com/net/bakedroots=/root/.cache/go-build/29/29f9c16bc3ef6ad2a70f79ffc1adcfaedc64da269f55405e1ab4aa71965e9fff-d
2025-08-20T22:54:32.2367484Z [00:03:55.967]➜  packagefile tailscale.com/net/captivedetection=/root/.cache/go-build/b6/b63d3a46919c7841d167971843f3b86ae109be78c4e988932f49b0a295640020-d
2025-08-20T22:54:32.2369007Z [00:03:55.967]➜  packagefile tailscale.com/net/dns=/tmp/go-build2831371785/b461/_pkg_.a
2025-08-20T22:54:32.2370482Z [00:03:55.967]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:32.2372405Z [00:03:55.967]➜  packagefile tailscale.com/net/dnsfallback=/root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d
2025-08-20T22:54:32.2373878Z [00:03:55.967]➜  packagefile tailscale.com/net/ipset=/tmp/go-build2831371785/b389/_pkg_.a
2025-08-20T22:54:32.2375547Z [00:03:55.967]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:32.2377462Z [00:03:55.967]➜  packagefile tailscale.com/net/netcheck=/root/.cache/go-build/b1/b19d026d272a96cf3759a026df036acbaac3297c705d55c93efb365c9c62d9a4-d
2025-08-20T22:54:32.2378950Z [00:03:55.967]➜  packagefile tailscale.com/net/netkernelconf=/tmp/go-build2831371785/b611/_pkg_.a
2025-08-20T22:54:32.2380500Z [00:03:55.967]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:32.2382337Z [00:03:55.967]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:32.2384216Z [00:03:55.967]➜  packagefile tailscale.com/net/netutil=/root/.cache/go-build/32/328fcaca351984aed01ebb26beee256b4ca10cd26d9258a3c7d38676e91c775c-d
2025-08-20T22:54:32.2386075Z [00:03:55.967]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:32.2387603Z [00:03:55.967]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:32.2389494Z [00:03:55.967]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:32.2390900Z [00:03:55.967]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:32.2392356Z [00:03:55.967]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:32.2393891Z [00:03:55.967]➜  packagefile tailscale.com/portlist=/tmp/go-build2831371785/b612/_pkg_.a
2025-08-20T22:54:32.2394932Z [00:03:55.967]➜  packagefile tailscale.com/posture=/tmp/go-build2831371785/b613/_pkg_.a
2025-08-20T22:54:32.2396591Z [00:03:55.967]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:32.2398384Z [00:03:55.967]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:32.2399792Z [00:03:55.967]➜  packagefile tailscale.com/tempfork/acme=/tmp/go-build2831371785/b615/_pkg_.a
2025-08-20T22:54:32.2401297Z [00:03:55.967]➜  packagefile tailscale.com/tka=/root/.cache/go-build/58/586b02370ca9aa5ba57cfe7a83acf9c9ba57b96378fa42690aaef0d5ed978ec8-d
2025-08-20T22:54:32.2403166Z [00:03:55.967]➜  packagefile tailscale.com/tsconst=/root/.cache/go-build/0e/0ef5064d9a695b87cd134510f806c0900ce6e3aff503aeb01bcb4b63f40f85a3-d
2025-08-20T22:54:32.2404722Z [00:03:55.967]➜  packagefile tailscale.com/tsd=/tmp/go-build2831371785/b460/_pkg_.a
2025-08-20T22:54:32.2406541Z [00:03:55.967]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:32.2408044Z [00:03:55.967]➜  packagefile tailscale.com/types/appctype=/tmp/go-build2831371785/b617/_pkg_.a
2025-08-20T22:54:32.2409951Z [00:03:55.967]➜  packagefile tailscale.com/types/dnstype=/root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d
2025-08-20T22:54:32.2411902Z [00:03:55.967]➜  packagefile tailscale.com/types/empty=/root/.cache/go-build/ba/ba6f47395651db6f847f1dcf3dc4e2add6ec9c0556c97b7bba589bbdac6b5347-d
2025-08-20T22:54:32.2413836Z [00:03:55.967]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:32.2415972Z [00:03:55.967]➜  packagefile tailscale.com/types/lazy=/root/.cache/go-build/6a/6a882ad12d956041b3c544e7fd849589f5dbe8522dd1b9adfd196a9fd88e8465-d
2025-08-20T22:54:32.2417949Z [00:03:55.967]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:32.2419454Z [00:03:55.967]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:32.2421051Z [00:03:55.967]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:32.2423011Z [00:03:55.967]➜  packagefile tailscale.com/types/opt=/root/.cache/go-build/7d/7d38f20b1f3743b0a79abd321fd6ce5c439ba544d40ae5d93840f61bdbb5b68a-d
2025-08-20T22:54:32.2424911Z [00:03:55.967]➜  packagefile tailscale.com/types/persist=/root/.cache/go-build/27/27dcf7bebf9a68fc23bbc57949852d31f3d753d2511e35575cb6e90e8e0d0c2a-d
2025-08-20T22:54:32.2427128Z [00:03:55.967]➜  packagefile tailscale.com/types/preftype=/root/.cache/go-build/4a/4af3a7f6acb49bb5180253dac5948c58c0d616bb7dadcfe5e7a453a25cbcbb0b-d
2025-08-20T22:54:32.2429092Z [00:03:55.967]➜  packagefile tailscale.com/types/ptr=/root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d
2025-08-20T22:54:32.2431192Z [00:03:55.967]➜  packagefile tailscale.com/types/tkatype=/root/.cache/go-build/2f/2f6c5ae6e4711573e527793a8f445c15698853032f5c193598ae138d7aa8517a-d
2025-08-20T22:54:32.2433117Z [00:03:55.967]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:32.2435087Z [00:03:55.967]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:32.2437223Z [00:03:55.967]➜  packagefile tailscale.com/util/ctxkey=/root/.cache/go-build/ac/ac420911c4665e64495d967ba7e584f0f4963d2db2d7bd33c0a603ee02dae031-d
2025-08-20T22:54:32.2439237Z [00:03:55.967]➜  packagefile tailscale.com/util/deephash=/root/.cache/go-build/e9/e9063e29bf899504446b6515975f561d20dbd8cd3eeb3042acd498add13d220f-d
2025-08-20T22:54:32.2441069Z [00:03:55.967]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:32.2442922Z [00:03:55.967]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:32.2444415Z [00:03:55.967]➜  packagefile tailscale.com/util/execqueue=/tmp/go-build2831371785/b384/_pkg_.a
2025-08-20T22:54:32.2445930Z [00:03:55.967]➜  packagefile tailscale.com/util/goroutines=/tmp/go-build2831371785/b618/_pkg_.a
2025-08-20T22:54:32.2447494Z [00:03:55.967]➜  packagefile tailscale.com/util/httpm=/root/.cache/go-build/ff/ff6e22ee7399d20e6d1afe53302a84fe924d2d662ba6f48d656cdb7ea68e0189-d
2025-08-20T22:54:32.2449402Z [00:03:55.967]➜  packagefile tailscale.com/util/lineiter=/root/.cache/go-build/ea/eaac7c1315659314f0fbe7bbb763de2536b0f7ac379632d2045aff3ce6662677-d
2025-08-20T22:54:32.2451416Z [00:03:55.967]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:32.2453286Z [00:03:55.967]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:32.2454730Z [00:03:55.967]➜  packagefile tailscale.com/util/osuser=/tmp/go-build2831371785/b619/_pkg_.a
2025-08-20T22:54:32.2456395Z [00:03:55.967]➜  packagefile tailscale.com/util/rands=/root/.cache/go-build/1c/1c28f1c2f22182f8877c4c8cc1037526ad5789ef94b47f1930544bf6ae2e87ea-d
2025-08-20T22:54:32.2458186Z [00:03:55.967]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:32.2459995Z [00:03:55.967]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:32.2461888Z [00:03:55.967]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:32.2463879Z [00:03:55.967]➜  packagefile tailscale.com/util/syspolicy/rsop=/root/.cache/go-build/9d/9ddfbdfcd87ccbd1fe90fdbc190cf5bfdb9c0395f6c26296dc40b6b2ba68fbb1-d
2025-08-20T22:54:32.2465581Z [00:03:55.967]➜  packagefile tailscale.com/util/systemd=/tmp/go-build2831371785/b385/_pkg_.a
2025-08-20T22:54:32.2467104Z [00:03:55.967]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:32.2468953Z [00:03:55.969]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:32.2470766Z [00:03:55.969]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:32.2472632Z [00:03:55.969]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:32.2474090Z [00:03:55.969]➜  packagefile tailscale.com/wgengine=/tmp/go-build2831371785/b498/_pkg_.a
2025-08-20T22:54:32.2475707Z [00:03:55.969]➜  packagefile tailscale.com/wgengine/filter=/tmp/go-build2831371785/b387/_pkg_.a
2025-08-20T22:54:32.2476940Z [00:03:55.969]➜  packagefile tailscale.com/wgengine/magicsock=/tmp/go-build2831371785/b499/_pkg_.a
2025-08-20T22:54:32.2478131Z [00:03:55.969]➜  packagefile tailscale.com/wgengine/router=/tmp/go-build2831371785/b524/_pkg_.a
2025-08-20T22:54:32.2479270Z [00:03:55.969]➜  packagefile tailscale.com/wgengine/wgcfg=/tmp/go-build2831371785/b496/_pkg_.a
2025-08-20T22:54:32.2480451Z [00:03:55.969]➜  packagefile tailscale.com/wgengine/wgcfg/nmcfg=/tmp/go-build2831371785/b620/_pkg_.a
2025-08-20T22:54:32.2482064Z [00:03:55.970]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:32.2483733Z [00:03:55.970]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:32.2484772Z [00:03:55.970]➜  EOF
2025-08-20T22:54:32.2496677Z [00:03:55.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal=>tailscale.com/ipn/ipnlocal;$WORK/b424=>" -p tailscale.com/ipn/ipnlocal -lang=go1.24 -complete -installsuffix shared -buildid htBXpo_pFZICAPoUerBz/htBXpo_pFZICAPoUerBz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/autoupdate.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/breaktcp_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/bus.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n_pprof.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/cert.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/drive.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/expiry.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/extension_host.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/local.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/network-lock.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/node_backend.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi_h2c.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/prefs_metrics.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles_notwindows.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/serve.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/ssh.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/web_client.go
2025-08-20T22:54:32.4108751Z [00:03:56.163]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T22:54:32.4163324Z [00:03:56.169]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/8a/8a690a6166c00ffeaa22b8dd621b49de65f7109e48bce77606df62247f40084c-d # internal
2025-08-20T22:54:33.7083026Z [00:03:57.461]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T22:54:33.7451669Z [00:03:57.498]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/97/97d588beea5a4dbf4e55b1f9ff95bd9452e054492b1825f1020c857243eb2403-d # internal
2025-08-20T22:54:35.3679505Z [00:03:59.121]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T22:54:35.4341842Z [00:03:59.187]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/14/1426dafc33fbd279bb38c9ccd9091c55d658b6095119a8d14707239fb86bada1-d # internal
2025-08-20T22:54:35.4343206Z [00:03:59.187]➜  tailscale.com/feature/wakeonlan
2025-08-20T22:54:35.4348987Z [00:03:59.187]➜  mkdir -p $WORK/b660/
2025-08-20T22:54:35.4349726Z [00:03:59.187]➜  tailscale.com/ipn/localapi
2025-08-20T22:54:35.4355711Z [00:03:59.187]➜  mkdir -p $WORK/b414/
2025-08-20T22:54:35.4363478Z [00:03:59.187]➜  tailscale.com/wgengine/netstack
2025-08-20T22:54:35.4364258Z [00:03:59.187]➜  mkdir -p $WORK/b676/
2025-08-20T22:54:35.4364942Z [00:03:59.188]➜  tailscale.com/ssh/tailssh
2025-08-20T22:54:35.4365849Z [00:03:59.188]➜  mkdir -p $WORK/b665/
2025-08-20T22:54:35.4366741Z [00:03:59.188]➜  cat >/tmp/go-build2831371785/b660/importcfg << 'EOF' # internal
2025-08-20T22:54:35.4367559Z [00:03:59.188]➜  # import config
2025-08-20T22:54:35.4368999Z [00:03:59.188]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:35.4370479Z [00:03:59.188]➜  packagefile github.com/kortschak/wol=/tmp/go-build2831371785/b661/_pkg_.a
2025-08-20T22:54:35.4371911Z [00:03:59.188]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:35.4373686Z [00:03:59.188]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:35.4375658Z [00:03:59.188]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:35.4377697Z [00:03:59.188]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:35.4379503Z [00:03:59.188]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:35.4381237Z [00:03:59.188]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:35.4383040Z [00:03:59.188]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:35.4404386Z [00:03:59.188]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:35.4406396Z [00:03:59.188]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:35.4407771Z [00:03:59.188]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:35.4409615Z [00:03:59.188]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:35.4411471Z [00:03:59.188]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:35.4413205Z [00:03:59.188]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:35.4414150Z [00:03:59.188]➜  EOF
2025-08-20T22:54:35.4414756Z [00:03:59.188]➜  cat >/tmp/go-build2831371785/b676/importcfg << 'EOF' # internal
2025-08-20T22:54:35.4415587Z [00:03:59.188]➜  # import config
2025-08-20T22:54:35.4416652Z [00:03:59.188]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:35.4418288Z [00:03:59.189]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:35.4419916Z [00:03:59.189]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:35.4421510Z [00:03:59.189]➜  packagefile expvar=/root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d
2025-08-20T22:54:35.4423058Z [00:03:59.189]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:35.4424438Z [00:03:59.189]➜  packagefile github.com/tailscale/wireguard-go/conn=/tmp/go-build2831371785/b473/_pkg_.a
2025-08-20T22:54:35.4429024Z [00:03:59.189]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:35.4430457Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build2831371785/b438/_pkg_.a
2025-08-20T22:54:35.4431581Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:35.4432811Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/adapters/gonet=/tmp/go-build2831371785/b677/_pkg_.a
2025-08-20T22:54:35.4434275Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:35.4435655Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv4=/tmp/go-build2831371785/b642/_pkg_.a
2025-08-20T22:54:35.4436904Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv6=/tmp/go-build2831371785/b647/_pkg_.a
2025-08-20T22:54:35.4438129Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:35.4439291Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/icmp=/tmp/go-build2831371785/b681/_pkg_.a
2025-08-20T22:54:35.4440770Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/tmp/go-build2831371785/b678/_pkg_.a
2025-08-20T22:54:35.4442071Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build2831371785/b648/_pkg_.a
2025-08-20T22:54:35.4443265Z [00:03:59.189]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:35.4444675Z [00:03:59.189]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:35.4446548Z [00:03:59.189]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:35.4448101Z [00:03:59.189]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:35.4449684Z [00:03:59.189]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:35.4451296Z [00:03:59.189]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:35.4469763Z [00:03:59.189]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:35.4471493Z [00:03:59.189]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:35.4473117Z [00:03:59.189]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:35.4474695Z [00:03:59.189]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:35.4476471Z [00:03:59.189]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:35.4478063Z [00:03:59.189]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:35.4479795Z [00:03:59.189]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:35.4481243Z [00:03:59.189]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:35.4482756Z [00:03:59.189]➜  packagefile tailscale.com/metrics=/root/.cache/go-build/e8/e8f2646dbe16ee114d94555283db7cd6807763b145f583127c8f9ef5a93eea60-d
2025-08-20T22:54:35.4484153Z [00:03:59.189]➜  packagefile tailscale.com/net/dns=/tmp/go-build2831371785/b461/_pkg_.a
2025-08-20T22:54:35.4485289Z [00:03:59.189]➜  packagefile tailscale.com/net/ipset=/tmp/go-build2831371785/b389/_pkg_.a
2025-08-20T22:54:35.4486748Z [00:03:59.189]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:35.4488550Z [00:03:59.189]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:35.4489961Z [00:03:59.189]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:35.4491442Z [00:03:59.189]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:35.4493012Z [00:03:59.189]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:35.4494045Z [00:03:59.189]➜  packagefile tailscale.com/net/tstun=/tmp/go-build2831371785/b471/_pkg_.a
2025-08-20T22:54:35.4495075Z [00:03:59.189]➜  packagefile tailscale.com/proxymap=/tmp/go-build2831371785/b497/_pkg_.a
2025-08-20T22:54:35.4496661Z [00:03:59.189]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:35.4498491Z [00:03:59.189]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:35.4500626Z [00:03:59.189]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:35.4502572Z [00:03:59.189]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:35.4504435Z [00:03:59.189]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:35.4506406Z [00:03:59.189]➜  packagefile tailscale.com/types/nettype=/root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d
2025-08-20T22:54:35.4508298Z [00:03:59.189]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:35.4510154Z [00:03:59.189]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:35.4512108Z [00:03:59.189]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:35.4513894Z [00:03:59.189]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:35.4515422Z [00:03:59.189]➜  packagefile tailscale.com/wgengine=/tmp/go-build2831371785/b498/_pkg_.a
2025-08-20T22:54:35.4516460Z [00:03:59.189]➜  packagefile tailscale.com/wgengine/filter=/tmp/go-build2831371785/b387/_pkg_.a
2025-08-20T22:54:35.4517546Z [00:03:59.189]➜  packagefile tailscale.com/wgengine/magicsock=/tmp/go-build2831371785/b499/_pkg_.a
2025-08-20T22:54:35.4518669Z [00:03:59.189]➜  packagefile tailscale.com/wgengine/netstack/gro=/tmp/go-build2831371785/b493/_pkg_.a
2025-08-20T22:54:35.4520006Z [00:03:59.189]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:35.4520901Z [00:03:59.189]➜  EOF
2025-08-20T22:54:35.4521489Z [00:03:59.189]➜  cat >/tmp/go-build2831371785/b665/importcfg << 'EOF' # internal
2025-08-20T22:54:35.4522109Z [00:03:59.189]➜  # import config
2025-08-20T22:54:35.4523138Z [00:03:59.189]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:35.4524671Z [00:03:59.189]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:35.4526380Z [00:03:59.189]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:35.4527993Z [00:03:59.189]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:35.4529572Z [00:03:59.189]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:35.4531126Z [00:03:59.189]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T22:54:35.4532637Z [00:03:59.189]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:35.4533943Z [00:03:59.189]➜  packagefile github.com/creack/pty=/tmp/go-build2831371785/b666/_pkg_.a
2025-08-20T22:54:35.4535525Z [00:03:59.189]➜  packagefile github.com/godbus/dbus/v5=/root/.cache/go-build/10/10dbbe8ad65e6b3c53af6493481fdd68f6a0d427b0186be4d77fd7148b47cb7f-d
2025-08-20T22:54:35.4536923Z [00:03:59.189]➜  packagefile github.com/pkg/sftp=/tmp/go-build2831371785/b667/_pkg_.a
2025-08-20T22:54:35.4537995Z [00:03:59.189]➜  packagefile github.com/u-root/u-root/pkg/termios=/tmp/go-build2831371785/b670/_pkg_.a
2025-08-20T22:54:35.4539356Z [00:03:59.189]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:35.4540813Z [00:03:59.189]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2831371785/b425/_pkg_.a
2025-08-20T22:54:35.4542236Z [00:03:59.189]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:35.4543849Z [00:03:59.189]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:35.4545547Z [00:03:59.189]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:35.4547086Z [00:03:59.189]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:35.4548204Z [00:03:59.189]➜  packagefile log/syslog=/tmp/go-build2831371785/b671/_pkg_.a
2025-08-20T22:54:35.4549408Z [00:03:59.189]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:35.4551131Z [00:03:59.189]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:35.4552935Z [00:03:59.189]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:35.4554508Z [00:03:59.189]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:35.4586447Z [00:03:59.189]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:35.4587967Z [00:03:59.189]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:35.4589515Z [00:03:59.189]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:35.4591100Z [00:03:59.189]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:35.4592705Z [00:03:59.189]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:35.4594184Z [00:03:59.189]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:35.4595811Z [00:03:59.189]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:35.4597304Z [00:03:59.189]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:35.4598823Z [00:03:59.189]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:35.4600331Z [00:03:59.189]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:35.4601873Z [00:03:59.189]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:35.4603397Z [00:03:59.189]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:35.4604904Z [00:03:59.189]➜  packagefile tailscale.com/cmd/tailscaled/childproc=/tmp/go-build2831371785/b320/_pkg_.a
2025-08-20T22:54:35.4606569Z [00:03:59.189]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:35.4608273Z [00:03:59.189]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:35.4609580Z [00:03:59.189]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:35.4610609Z [00:03:59.189]➜  packagefile tailscale.com/logtail/backoff=/tmp/go-build2831371785/b378/_pkg_.a
2025-08-20T22:54:35.4612190Z [00:03:59.189]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:35.4613556Z [00:03:59.189]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:35.4614618Z [00:03:59.189]➜  packagefile tailscale.com/sessionrecording=/tmp/go-build2831371785/b672/_pkg_.a
2025-08-20T22:54:35.4616295Z [00:03:59.189]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:35.4617728Z [00:03:59.189]➜  packagefile tailscale.com/tempfork/gliderlabs/ssh=/tmp/go-build2831371785/b673/_pkg_.a
2025-08-20T22:54:35.4619235Z [00:03:59.189]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:35.4621010Z [00:03:59.189]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:35.4622999Z [00:03:59.189]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:35.4624868Z [00:03:59.189]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:35.4626862Z [00:03:59.189]➜  packagefile tailscale.com/util/httpm=/root/.cache/go-build/ff/ff6e22ee7399d20e6d1afe53302a84fe924d2d662ba6f48d656cdb7ea68e0189-d
2025-08-20T22:54:35.4628665Z [00:03:59.189]➜  packagefile tailscale.com/util/lineiter=/root/.cache/go-build/ea/eaac7c1315659314f0fbe7bbb763de2536b0f7ac379632d2045aff3ce6662677-d
2025-08-20T22:54:35.4630436Z [00:03:59.189]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:35.4631772Z [00:03:59.189]➜  packagefile tailscale.com/util/osuser=/tmp/go-build2831371785/b619/_pkg_.a
2025-08-20T22:54:35.4633239Z [00:03:59.189]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:35.4634878Z [00:03:59.189]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:35.4635938Z [00:03:59.189]➜  EOF
2025-08-20T22:54:35.4640407Z [00:03:59.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b665/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh=>tailscale.com/ssh/tailssh;$WORK/b665=>" -p tailscale.com/ssh/tailssh -lang=go1.24 -complete -installsuffix shared -buildid 9wYNASlTtswuxx_V1utv/9wYNASlTtswuxx_V1utv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/accept_env.go /tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator.go /tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/tailssh.go /tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/user.go
2025-08-20T22:54:35.4649415Z [00:03:59.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b676/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack=>tailscale.com/wgengine/netstack;$WORK/b676=>" -p tailscale.com/wgengine/netstack -lang=go1.24 -complete -installsuffix shared -buildid 5WMSQRgudVVOGA_U4hrd/5WMSQRgudVVOGA_U4hrd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/link_endpoint.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_linux.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_tcpbuf_default.go /tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_userping.go
2025-08-20T22:54:35.4657111Z [00:03:59.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b660/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/wakeonlan=>tailscale.com/feature/wakeonlan;$WORK/b660=>" -p tailscale.com/feature/wakeonlan -lang=go1.24 -complete -installsuffix shared -buildid BwbTwkVElWr7oJTTbNhR/BwbTwkVElWr7oJTTbNhR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/wakeonlan/wakeonlan.go
2025-08-20T22:54:35.4660283Z [00:03:59.190]➜  cat >/tmp/go-build2831371785/b414/importcfg << 'EOF' # internal
2025-08-20T22:54:35.4660905Z [00:03:59.190]➜  # import config
2025-08-20T22:54:35.4661929Z [00:03:59.190]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:35.4663417Z [00:03:59.190]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:35.4664912Z [00:03:59.190]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:35.4666670Z [00:03:59.190]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:35.4668442Z [00:03:59.190]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:35.4670024Z [00:03:59.190]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:35.4671565Z [00:03:59.190]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:35.4673078Z [00:03:59.190]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:35.4674536Z [00:03:59.190]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:35.4676414Z [00:03:59.190]➜  packagefile golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/b7/b76f68357cb477e42bf75309edcea38340f2cc9a8509f89e4ebebc9304582005-d
2025-08-20T22:54:35.4678164Z [00:03:59.190]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:35.4679671Z [00:03:59.190]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:35.4681374Z [00:03:59.190]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:35.4683024Z [00:03:59.190]➜  packagefile net/http/pprof=/root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d
2025-08-20T22:54:35.4684669Z [00:03:59.190]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:35.4686432Z [00:03:59.190]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:35.4688128Z [00:03:59.190]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:35.4689669Z [00:03:59.190]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:35.4691264Z [00:03:59.190]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:35.4692854Z [00:03:59.190]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:35.4694392Z [00:03:59.190]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:35.4696137Z [00:03:59.190]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:35.4697743Z [00:03:59.190]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:35.4699480Z [00:03:59.190]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:35.4701319Z [00:03:59.190]➜  packagefile tailscale.com/client/tailscale/apitype=/root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d
2025-08-20T22:54:35.4703308Z [00:03:59.190]➜  packagefile tailscale.com/clientupdate=/root/.cache/go-build/44/44ec0e819dc3a9582744e5ef92dbd82d5b90f20099a741d6bda9624a16e087ab-d
2025-08-20T22:54:35.4705093Z [00:03:59.190]➜  packagefile tailscale.com/derp/derphttp=/root/.cache/go-build/b6/b637748319b68887bc2347bff5dd80023d982415c60d8e0d973d78207978aa36-d
2025-08-20T22:54:35.4707061Z [00:03:59.190]➜  packagefile tailscale.com/drive=/root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d
2025-08-20T22:54:35.4708810Z [00:03:59.190]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:35.4710777Z [00:03:59.190]➜  packagefile tailscale.com/health/healthmsg=/root/.cache/go-build/01/01972bf0a17bc5f782a448890545e9823b4a97940c7f7a92606cddfc3b9c3297-d
2025-08-20T22:54:35.4712548Z [00:03:59.190]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:35.4714266Z [00:03:59.190]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:35.4715772Z [00:03:59.190]➜  packagefile tailscale.com/ipn/ipnauth=/tmp/go-build2831371785/b420/_pkg_.a
2025-08-20T22:54:35.4716828Z [00:03:59.190]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:35.4718300Z [00:03:59.190]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:35.4719619Z [00:03:59.190]➜  packagefile tailscale.com/logtail=/tmp/go-build2831371785/b366/_pkg_.a
2025-08-20T22:54:35.4721031Z [00:03:59.190]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:35.4722928Z [00:03:59.190]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:35.4724694Z [00:03:59.190]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:35.4726656Z [00:03:59.190]➜  packagefile tailscale.com/net/netutil=/root/.cache/go-build/32/328fcaca351984aed01ebb26beee256b4ca10cd26d9258a3c7d38676e91c775c-d
2025-08-20T22:54:35.4728544Z [00:03:59.190]➜  packagefile tailscale.com/net/portmapper=/root/.cache/go-build/e0/e02ed0e43db28baed2e4dd645cba2e949c8edbfbaf04f0f170bc1aae9e8215d0-d
2025-08-20T22:54:35.4730493Z [00:03:59.190]➜  packagefile tailscale.com/net/stun=/root/.cache/go-build/b0/b0eb341762f90b39195aa48fb40e06a9f16c0c872231196d6c3bb6ad13dbe728-d
2025-08-20T22:54:35.4732236Z [00:03:59.190]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:35.4733913Z [00:03:59.190]➜  packagefile tailscale.com/tka=/root/.cache/go-build/58/586b02370ca9aa5ba57cfe7a83acf9c9ba57b96378fa42690aaef0d5ed978ec8-d
2025-08-20T22:54:35.4735731Z [00:03:59.190]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:35.4737488Z [00:03:59.190]➜  packagefile tailscale.com/types/dnstype=/root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d
2025-08-20T22:54:35.4739263Z [00:03:59.190]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:35.4741145Z [00:03:59.190]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:35.4742518Z [00:03:59.190]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:35.4744055Z [00:03:59.190]➜  packagefile tailscale.com/types/nettype=/root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d
2025-08-20T22:54:35.4746030Z [00:03:59.190]➜  packagefile tailscale.com/types/ptr=/root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d
2025-08-20T22:54:35.4747846Z [00:03:59.190]➜  packagefile tailscale.com/types/tkatype=/root/.cache/go-build/2f/2f6c5ae6e4711573e527793a8f445c15698853032f5c193598ae138d7aa8517a-d
2025-08-20T22:54:35.4749755Z [00:03:59.190]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:35.4751670Z [00:03:59.190]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:35.4753655Z [00:03:59.190]➜  packagefile tailscale.com/util/httpm=/root/.cache/go-build/ff/ff6e22ee7399d20e6d1afe53302a84fe924d2d662ba6f48d656cdb7ea68e0189-d
2025-08-20T22:54:35.4755591Z [00:03:59.190]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:35.4756944Z [00:03:59.190]➜  packagefile tailscale.com/util/osdiag=/tmp/go-build2831371785/b621/_pkg_.a
2025-08-20T22:54:35.4758362Z [00:03:59.190]➜  packagefile tailscale.com/util/rands=/root/.cache/go-build/1c/1c28f1c2f22182f8877c4c8cc1037526ad5789ef94b47f1930544bf6ae2e87ea-d
2025-08-20T22:54:35.4760200Z [00:03:59.190]➜  packagefile tailscale.com/util/syspolicy/rsop=/root/.cache/go-build/9d/9ddfbdfcd87ccbd1fe90fdbc190cf5bfdb9c0395f6c26296dc40b6b2ba68fbb1-d
2025-08-20T22:54:35.4762158Z [00:03:59.190]➜  packagefile tailscale.com/util/syspolicy/setting=/root/.cache/go-build/67/67921ae341ab8c33066299af2cfe2bac2f1ffd0635a3dfc456edd461d442f34d-d
2025-08-20T22:54:35.4763990Z [00:03:59.190]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:35.4765630Z [00:03:59.190]➜  packagefile tailscale.com/wgengine/magicsock=/tmp/go-build2831371785/b499/_pkg_.a
2025-08-20T22:54:35.4766920Z [00:03:59.190]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:35.4767826Z [00:03:59.190]➜  EOF
2025-08-20T22:54:35.4772067Z [00:03:59.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi=>tailscale.com/ipn/localapi;$WORK/b414=>" -p tailscale.com/ipn/localapi -lang=go1.24 -complete -installsuffix shared -buildid j3a0Vh9CTG3yPR838ptr/j3a0Vh9CTG3yPR838ptr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/cert.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/debugderp.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/localapi.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/pprof.go
2025-08-20T22:54:39.6130060Z [00:04:03.366]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T22:54:39.6568429Z [00:04:03.409]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/de/deb730d7f7ea9c79299a6e0fa4043e3aac2bd73eea718a89c64f5983d571dd9e-d # internal
2025-08-20T22:54:39.9533633Z [00:04:03.706]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T22:54:39.9957996Z [00:04:03.748]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T22:54:40.0067791Z [00:04:03.758]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/f2/f2579ee970b7ef2770c12ddf6265af0f4d10fd734aa66aea119d2fa43713e69d-d # internal
2025-08-20T22:54:40.0069624Z [00:04:03.758]➜  tailscale.com/feature/capture
2025-08-20T22:54:40.0070680Z [00:04:03.759]➜  mkdir -p $WORK/b413/
2025-08-20T22:54:40.0072499Z [00:04:03.759]➜  cat >/tmp/go-build2831371785/b413/importcfg << 'EOF' # internal
2025-08-20T22:54:40.0074289Z [00:04:03.759]➜  # import config
2025-08-20T22:54:40.0076445Z [00:04:03.759]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:40.0078319Z [00:04:03.759]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:40.0080251Z [00:04:03.759]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:40.0083459Z [00:04:03.759]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:40.0084988Z [00:04:03.759]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:40.0086704Z [00:04:03.759]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:40.0088980Z [00:04:03.759]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:40.0090909Z [00:04:03.759]➜  packagefile tailscale.com/ipn/localapi=/tmp/go-build2831371785/b414/_pkg_.a
2025-08-20T22:54:40.0092152Z [00:04:03.759]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:40.0094091Z [00:04:03.759]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:40.0096346Z [00:04:03.759]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:40.0097487Z [00:04:03.759]➜  EOF
2025-08-20T22:54:40.0101383Z [00:04:03.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture=>tailscale.com/feature/capture;$WORK/b413=>" -p tailscale.com/feature/capture -lang=go1.24 -complete -installsuffix shared -buildid lA5y4W6LdKbMlZikPGxT/lA5y4W6LdKbMlZikPGxT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/capture.go
2025-08-20T22:54:40.0104955Z [00:04:03.760]➜  tailscale.com/feature/taildrop
2025-08-20T22:54:40.0105629Z [00:04:03.760]➜  mkdir -p $WORK/b624/
2025-08-20T22:54:40.0106307Z [00:04:03.760]➜  cat >/tmp/go-build2831371785/b624/importcfg << 'EOF' # internal
2025-08-20T22:54:40.0106926Z [00:04:03.760]➜  # import config
2025-08-20T22:54:40.0107949Z [00:04:03.760]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:40.0109428Z [00:04:03.760]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:40.0111088Z [00:04:03.760]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T22:54:40.0112649Z [00:04:03.760]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:40.0114203Z [00:04:03.760]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:40.0115925Z [00:04:03.760]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:40.0118038Z [00:04:03.760]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:40.0120088Z [00:04:03.760]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:40.0121895Z [00:04:03.760]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:40.0124021Z [00:04:03.760]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T22:54:40.0125903Z [00:04:03.760]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:40.0127926Z [00:04:03.761]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:40.0129776Z [00:04:03.761]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:40.0131571Z [00:04:03.761]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T22:54:40.0133587Z [00:04:03.761]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T22:54:40.0135629Z [00:04:03.761]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:40.0137739Z [00:04:03.761]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:40.0139525Z [00:04:03.761]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:40.0141127Z [00:04:03.761]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:40.0142547Z [00:04:03.761]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:40.0144024Z [00:04:03.761]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:40.0145946Z [00:04:03.761]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:40.0147392Z [00:04:03.761]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:40.0148786Z [00:04:03.761]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:40.0150283Z [00:04:03.761]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:40.0151853Z [00:04:03.761]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:40.0153287Z [00:04:03.761]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:40.0154696Z [00:04:03.761]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:40.0156456Z [00:04:03.761]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:40.0158121Z [00:04:03.761]➜  packagefile tailscale.com/client/tailscale/apitype=/root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d
2025-08-20T22:54:40.0159634Z [00:04:03.761]➜  packagefile tailscale.com/cmd/tailscaled/tailscaledhooks=/tmp/go-build2831371785/b626/_pkg_.a
2025-08-20T22:54:40.0161076Z [00:04:03.761]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:40.0162685Z [00:04:03.761]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:40.0163893Z [00:04:03.761]➜  packagefile tailscale.com/ipn/ipnext=/tmp/go-build2831371785/b459/_pkg_.a
2025-08-20T22:54:40.0165061Z [00:04:03.761]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:40.0166697Z [00:04:03.761]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:40.0176634Z [00:04:03.761]➜  packagefile tailscale.com/ipn/localapi=/tmp/go-build2831371785/b414/_pkg_.a
2025-08-20T22:54:40.0177684Z [00:04:03.761]➜  packagefile tailscale.com/logtail/backoff=/tmp/go-build2831371785/b378/_pkg_.a
2025-08-20T22:54:40.0179020Z [00:04:03.761]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:40.0180590Z [00:04:03.761]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:40.0182248Z [00:04:03.761]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:40.0183923Z [00:04:03.761]➜  packagefile tailscale.com/types/empty=/root/.cache/go-build/ba/ba6f47395651db6f847f1dcf3dc4e2add6ec9c0556c97b7bba589bbdac6b5347-d
2025-08-20T22:54:40.0185927Z [00:04:03.761]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:40.0187683Z [00:04:03.761]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:40.0189018Z [00:04:03.761]➜  packagefile tailscale.com/util/httphdr=/tmp/go-build2831371785/b627/_pkg_.a
2025-08-20T22:54:40.0190350Z [00:04:03.761]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:40.0193036Z [00:04:03.761]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:40.0194568Z [00:04:03.761]➜  packagefile tailscale.com/util/osshare=/tmp/go-build2831371785/b628/_pkg_.a
2025-08-20T22:54:40.0195872Z [00:04:03.761]➜  packagefile tailscale.com/util/progresstracking=/tmp/go-build2831371785/b629/_pkg_.a
2025-08-20T22:54:40.0197371Z [00:04:03.761]➜  packagefile tailscale.com/util/rands=/root/.cache/go-build/1c/1c28f1c2f22182f8877c4c8cc1037526ad5789ef94b47f1930544bf6ae2e87ea-d
2025-08-20T22:54:40.0199255Z [00:04:03.761]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:40.0201043Z [00:04:03.761]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:40.0202762Z [00:04:03.761]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:40.0204261Z [00:04:03.761]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:40.0206109Z [00:04:03.761]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:40.0207059Z [00:04:03.761]➜  EOF
2025-08-20T22:54:40.0215367Z [00:04:03.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b624/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop=>tailscale.com/feature/taildrop;$WORK/b624=>" -p tailscale.com/feature/taildrop -lang=go1.24 -complete -installsuffix shared -buildid hLcSF5E2vRmMx5HaaCUn/hLcSF5E2vRmMx5HaaCUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/delete.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/doc.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/ext.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/fileops.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/fileops_fs.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/localapi.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/paths.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/peerapi.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/resume.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/retrieve.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/send.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/taildrop.go
2025-08-20T22:54:40.0519914Z [00:04:03.803]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/af/af96ad77306a318234e29f3f50d56efe2f3d3511443aebf49744613a5e2e99a4-d # internal
2025-08-20T22:54:40.0521551Z [00:04:03.805]➜  tailscale.com/ipn/ipnserver
2025-08-20T22:54:40.0522085Z [00:04:03.805]➜  mkdir -p $WORK/b662/
2025-08-20T22:54:40.0522774Z [00:04:03.805]➜  cat >/tmp/go-build2831371785/b662/importcfg << 'EOF' # internal
2025-08-20T22:54:40.0523413Z [00:04:03.805]➜  # import config
2025-08-20T22:54:40.0524410Z [00:04:03.805]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:40.0526285Z [00:04:03.805]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:40.0528065Z [00:04:03.805]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:40.0529592Z [00:04:03.805]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:40.0531065Z [00:04:03.805]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:40.0532435Z [00:04:03.805]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:40.0533759Z [00:04:03.805]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:40.0535024Z [00:04:03.805]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:40.0536683Z [00:04:03.805]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:40.0538204Z [00:04:03.805]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:40.0539899Z [00:04:03.805]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:40.0541466Z [00:04:03.805]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:40.0543112Z [00:04:03.805]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:40.0544663Z [00:04:03.805]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:40.0546426Z [00:04:03.805]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:40.0548430Z [00:04:03.805]➜  packagefile tailscale.com/client/tailscale/apitype=/root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d
2025-08-20T22:54:40.0550100Z [00:04:03.805]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:40.0551529Z [00:04:03.805]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:40.0552712Z [00:04:03.805]➜  packagefile tailscale.com/ipn/ipnauth=/tmp/go-build2831371785/b420/_pkg_.a
2025-08-20T22:54:40.0553673Z [00:04:03.805]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:40.0554618Z [00:04:03.805]➜  packagefile tailscale.com/ipn/localapi=/tmp/go-build2831371785/b414/_pkg_.a
2025-08-20T22:54:40.0555824Z [00:04:03.805]➜  packagefile tailscale.com/logpolicy=/tmp/go-build2831371785/b519/_pkg_.a
2025-08-20T22:54:40.0557237Z [00:04:03.805]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:40.0559001Z [00:04:03.805]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:40.0560206Z [00:04:03.805]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:40.0561423Z [00:04:03.805]➜  packagefile tailscale.com/util/ctxkey=/root/.cache/go-build/ac/ac420911c4665e64495d967ba7e584f0f4963d2db2d7bd33c0a603ee02dae031-d
2025-08-20T22:54:40.0562953Z [00:04:03.805]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:40.0564134Z [00:04:03.805]➜  packagefile tailscale.com/util/osuser=/tmp/go-build2831371785/b619/_pkg_.a
2025-08-20T22:54:40.0565553Z [00:04:03.805]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:40.0566855Z [00:04:03.805]➜  packagefile tailscale.com/util/systemd=/tmp/go-build2831371785/b385/_pkg_.a
2025-08-20T22:54:40.0568137Z [00:04:03.805]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:40.0569669Z [00:04:03.805]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:40.0571059Z [00:04:03.805]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:40.0572377Z [00:04:03.805]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:40.0573197Z [00:04:03.805]➜  EOF
2025-08-20T22:54:40.0577184Z [00:04:03.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b662/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver=>tailscale.com/ipn/ipnserver;$WORK/b662=>" -p tailscale.com/ipn/ipnserver -lang=go1.24 -complete -installsuffix shared -buildid jjU11P0XJU9NGv8PcOBW/jjU11P0XJU9NGv8PcOBW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/actor.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/proxyconnect.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server.go /tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server_fortest.go
2025-08-20T22:54:40.0882353Z [00:04:03.841]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T22:54:40.1454683Z [00:04:03.898]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/58/58a1c8bc4a724af9d8cef3f935e96acd28bdaae755f11363ee366449e56e90e9-d # internal
2025-08-20T22:54:43.2389891Z [00:04:06.992]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T22:54:43.2715473Z [00:04:07.024]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T22:54:43.2870285Z [00:04:07.040]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/61/61398a03b1b3173470771babc6e0cd2f7d9a1e1b74c0ec83274faf9cb19ed114-d # internal
2025-08-20T22:54:43.3513426Z [00:04:07.104]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/7a/7a367800fa5282b2ea7f9b25bbc2700fb256dc039835c03d4a01db1cfa36356c-d # internal
2025-08-20T22:54:43.3785762Z [00:04:07.131]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T22:54:43.4261090Z [00:04:07.179]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/4e/4e5871df8adb8f143e9ba1203f74f494a53ce2ccbc55ace94fccc78d7a17546d-d # internal
2025-08-20T22:54:43.4262527Z [00:04:07.179]➜  tailscale.com/feature/condregister
2025-08-20T22:54:43.4263239Z [00:04:07.179]➜  mkdir -p $WORK/b412/
2025-08-20T22:54:43.4264718Z [00:04:07.179]➜  cat >/tmp/go-build2831371785/b412/importcfg << 'EOF' # internal
2025-08-20T22:54:43.4265672Z [00:04:07.179]➜  # import config
2025-08-20T22:54:43.4266655Z [00:04:07.179]➜  packagefile tailscale.com/feature/capture=/tmp/go-build2831371785/b413/_pkg_.a
2025-08-20T22:54:43.4268232Z [00:04:07.179]➜  packagefile tailscale.com/feature/relayserver=/tmp/go-build2831371785/b622/_pkg_.a
2025-08-20T22:54:43.4269615Z [00:04:07.179]➜  packagefile tailscale.com/feature/taildrop=/tmp/go-build2831371785/b624/_pkg_.a
2025-08-20T22:54:43.4270900Z [00:04:07.179]➜  packagefile tailscale.com/feature/tap=/tmp/go-build2831371785/b630/_pkg_.a
2025-08-20T22:54:43.4272106Z [00:04:07.179]➜  packagefile tailscale.com/feature/tpm=/tmp/go-build2831371785/b654/_pkg_.a
2025-08-20T22:54:43.4272777Z [00:04:07.179]➜  packagefile tailscale.com/feature/wakeonlan=/tmp/go-build2831371785/b660/_pkg_.a
2025-08-20T22:54:43.4273201Z [00:04:07.179]➜  EOF
2025-08-20T22:54:43.4277115Z [00:04:07.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister=>tailscale.com/feature/condregister;$WORK/b412=>" -p tailscale.com/feature/condregister -lang=go1.24 -complete -installsuffix shared -buildid rR6dulySc9luG8kQRR8x/rR6dulySc9luG8kQRR8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/condregister.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_capture.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_relayserver.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_taildrop.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_tap.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_tpm.go /tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_wakeonlan.go
2025-08-20T22:54:43.4403998Z [00:04:07.193]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T22:54:43.4409643Z [00:04:07.194]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/69/69c36264c6b714aad42eef65bd9eeee91456e2e1fc0308d6b42a965af0d11d67-d # internal
2025-08-20T22:54:43.4452187Z [00:04:07.197]➜  tailscale.com/cmd/tailscaled
2025-08-20T22:54:43.4452817Z [00:04:07.197]➜  mkdir -p $WORK/b001/
2025-08-20T22:54:43.4453507Z [00:04:07.197]➜  cat >/tmp/go-build2831371785/b001/importcfg << 'EOF' # internal
2025-08-20T22:54:43.4454154Z [00:04:07.197]➜  # import config
2025-08-20T22:54:43.4455373Z [00:04:07.197]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:43.4457240Z [00:04:07.197]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:43.4458863Z [00:04:07.197]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:43.4460390Z [00:04:07.197]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:43.4461615Z [00:04:07.198]➜  packagefile expvar=/root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d
2025-08-20T22:54:43.4462857Z [00:04:07.198]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T22:54:43.4463933Z [00:04:07.198]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:43.4464915Z [00:04:07.198]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:43.4466135Z [00:04:07.198]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:43.4467710Z [00:04:07.198]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:43.4469307Z [00:04:07.198]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:43.4471101Z [00:04:07.198]➜  packagefile net/http/httptrace=/root/.cache/go-build/0d/0d7691bedc431ae0b12114c7219dbd56a7e02ee7333df297036a3ff84dbfcb1c-d
2025-08-20T22:54:43.4472428Z [00:04:07.198]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:43.4473743Z [00:04:07.198]➜  packagefile net/http/pprof=/root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d
2025-08-20T22:54:43.4474833Z [00:04:07.198]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:43.4476015Z [00:04:07.198]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:43.4477072Z [00:04:07.198]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:43.4478036Z [00:04:07.198]➜  packagefile os/signal=/root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d
2025-08-20T22:54:43.4479051Z [00:04:07.198]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:43.4480055Z [00:04:07.198]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:43.4481124Z [00:04:07.198]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:43.4482089Z [00:04:07.198]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:43.4483056Z [00:04:07.198]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:43.4483851Z [00:04:07.198]➜  packagefile tailscale.com/chirp=/tmp/go-build2831371785/b195/_pkg_.a
2025-08-20T22:54:43.4484783Z [00:04:07.198]➜  packagefile tailscale.com/client/local=/root/.cache/go-build/0a/0af46cc102b520222187b733ddd1d0ecc4332d37cba3a61159de74982abd4cea-d
2025-08-20T22:54:43.4485986Z [00:04:07.198]➜  packagefile tailscale.com/cmd/tailscaled/childproc=/tmp/go-build2831371785/b320/_pkg_.a
2025-08-20T22:54:43.4486743Z [00:04:07.198]➜  packagefile tailscale.com/control/controlclient=/tmp/go-build2831371785/b321/_pkg_.a
2025-08-20T22:54:43.4487871Z [00:04:07.198]➜  packagefile tailscale.com/derp/derphttp=/root/.cache/go-build/b6/b637748319b68887bc2347bff5dd80023d982415c60d8e0d973d78207978aa36-d
2025-08-20T22:54:43.4488782Z [00:04:07.198]➜  packagefile tailscale.com/drive/driveimpl=/tmp/go-build2831371785/b400/_pkg_.a
2025-08-20T22:54:43.4489710Z [00:04:07.198]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:43.4490621Z [00:04:07.198]➜  packagefile tailscale.com/feature/condregister=/tmp/go-build2831371785/b412/_pkg_.a
2025-08-20T22:54:43.4491638Z [00:04:07.198]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:43.4492858Z [00:04:07.198]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:43.4493925Z [00:04:07.198]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:43.4494830Z [00:04:07.198]➜  packagefile tailscale.com/ipn/conffile=/tmp/go-build2831371785/b456/_pkg_.a
2025-08-20T22:54:43.4495698Z [00:04:07.198]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:43.4496389Z [00:04:07.198]➜  packagefile tailscale.com/ipn/ipnserver=/tmp/go-build2831371785/b662/_pkg_.a
2025-08-20T22:54:43.4497065Z [00:04:07.198]➜  packagefile tailscale.com/ipn/store=/tmp/go-build2831371785/b528/_pkg_.a
2025-08-20T22:54:43.4497652Z [00:04:07.198]➜  packagefile tailscale.com/logpolicy=/tmp/go-build2831371785/b519/_pkg_.a
2025-08-20T22:54:43.4498292Z [00:04:07.198]➜  packagefile tailscale.com/logtail=/tmp/go-build2831371785/b366/_pkg_.a
2025-08-20T22:54:43.4499035Z [00:04:07.198]➜  packagefile tailscale.com/net/dns=/tmp/go-build2831371785/b461/_pkg_.a
2025-08-20T22:54:43.4500071Z [00:04:07.198]➜  packagefile tailscale.com/net/dnsfallback=/root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d
2025-08-20T22:54:43.4501253Z [00:04:07.198]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:43.4502367Z [00:04:07.198]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:43.4503128Z [00:04:07.198]➜  packagefile tailscale.com/net/proxymux=/tmp/go-build2831371785/b663/_pkg_.a
2025-08-20T22:54:43.4503699Z [00:04:07.198]➜  packagefile tailscale.com/net/socks5=/tmp/go-build2831371785/b664/_pkg_.a
2025-08-20T22:54:43.4504365Z [00:04:07.198]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:43.4505395Z [00:04:07.198]➜  packagefile tailscale.com/net/tshttpproxy=/root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d
2025-08-20T22:54:43.4506173Z [00:04:07.198]➜  packagefile tailscale.com/net/tstun=/tmp/go-build2831371785/b471/_pkg_.a
2025-08-20T22:54:43.4506943Z [00:04:07.198]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:43.4508018Z [00:04:07.198]➜  packagefile tailscale.com/safesocket=/root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d
2025-08-20T22:54:43.4508781Z [00:04:07.198]➜  packagefile tailscale.com/ssh/tailssh=/tmp/go-build2831371785/b665/_pkg_.a
2025-08-20T22:54:43.4509555Z [00:04:07.198]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:43.4510495Z [00:04:07.198]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:43.4511210Z [00:04:07.198]➜  packagefile tailscale.com/tsd=/tmp/go-build2831371785/b460/_pkg_.a
2025-08-20T22:54:43.4511973Z [00:04:07.198]➜  packagefile tailscale.com/tsweb/varz=/root/.cache/go-build/19/191c5835fa842435e8da46b7487f22f1dff92d0af1f13944f89894343fec29c1-d
2025-08-20T22:54:43.4512836Z [00:04:07.198]➜  packagefile tailscale.com/types/flagtype=/tmp/go-build2831371785/b675/_pkg_.a
2025-08-20T22:54:43.4513640Z [00:04:07.198]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:43.4514629Z [00:04:07.198]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:43.4515689Z [00:04:07.198]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:43.4516631Z [00:04:07.198]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:43.4517666Z [00:04:07.198]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:43.4518674Z [00:04:07.198]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:43.4519451Z [00:04:07.198]➜  packagefile tailscale.com/util/osshare=/tmp/go-build2831371785/b628/_pkg_.a
2025-08-20T22:54:43.4520274Z [00:04:07.198]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:43.4521248Z [00:04:07.199]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:43.4522303Z [00:04:07.199]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:43.4523128Z [00:04:07.199]➜  packagefile tailscale.com/wgengine=/tmp/go-build2831371785/b498/_pkg_.a
2025-08-20T22:54:43.4523732Z [00:04:07.199]➜  packagefile tailscale.com/wgengine/netstack=/tmp/go-build2831371785/b676/_pkg_.a
2025-08-20T22:54:43.4524339Z [00:04:07.199]➜  packagefile tailscale.com/wgengine/router=/tmp/go-build2831371785/b524/_pkg_.a
2025-08-20T22:54:43.4525226Z [00:04:07.199]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:43.4526763Z [00:04:07.199]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T22:54:43.4527309Z [00:04:07.199]➜  EOF
2025-08-20T22:54:43.4529307Z [00:04:07.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled=>tailscale.com/cmd/tailscaled;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid Jgh-sqm3PKA-WeozlbEh/Jgh-sqm3PKA-WeozlbEh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./debug.go ./generate.go ./proxy.go ./sigpipe.go ./ssh.go ./tailscaled.go ./tailscaled_bird.go ./tailscaled_notwindows.go
2025-08-20T22:54:44.9289903Z [00:04:08.682]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:54:44.9727565Z [00:04:08.725]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/54/54b9ef43b7c60127573d15c76e2d85ec9554264081d0406ce4b05c1ca56cb16f-d # internal
2025-08-20T22:54:44.9756627Z [00:04:08.728]➜  cat >/tmp/go-build2831371785/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:54:44.9757698Z [00:04:08.728]➜  packagefile tailscale.com/cmd/tailscaled=/tmp/go-build2831371785/b001/_pkg_.a
2025-08-20T22:54:44.9759113Z [00:04:08.728]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:44.9760812Z [00:04:08.728]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:44.9762484Z [00:04:08.728]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:44.9764412Z [00:04:08.728]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:44.9766251Z [00:04:08.728]➜  packagefile expvar=/root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d
2025-08-20T22:54:44.9767912Z [00:04:08.728]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T22:54:44.9769558Z [00:04:08.728]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:44.9771281Z [00:04:08.728]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:44.9772892Z [00:04:08.728]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:44.9774491Z [00:04:08.728]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:44.9776229Z [00:04:08.728]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:44.9777911Z [00:04:08.728]➜  packagefile net/http/httptrace=/root/.cache/go-build/0d/0d7691bedc431ae0b12114c7219dbd56a7e02ee7333df297036a3ff84dbfcb1c-d
2025-08-20T22:54:44.9779667Z [00:04:08.728]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:44.9781349Z [00:04:08.728]➜  packagefile net/http/pprof=/root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d
2025-08-20T22:54:44.9783205Z [00:04:08.728]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:44.9784780Z [00:04:08.728]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:44.9787539Z [00:04:08.728]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:44.9789086Z [00:04:08.728]➜  packagefile os/signal=/root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d
2025-08-20T22:54:44.9790713Z [00:04:08.728]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:44.9792287Z [00:04:08.728]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:44.9800172Z [00:04:08.729]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:44.9801844Z [00:04:08.729]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:44.9803425Z [00:04:08.729]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:44.9804668Z [00:04:08.729]➜  packagefile tailscale.com/chirp=/tmp/go-build2831371785/b195/_pkg_.a
2025-08-20T22:54:44.9806332Z [00:04:08.729]➜  packagefile tailscale.com/client/local=/root/.cache/go-build/0a/0af46cc102b520222187b733ddd1d0ecc4332d37cba3a61159de74982abd4cea-d
2025-08-20T22:54:44.9807853Z [00:04:08.729]➜  packagefile tailscale.com/cmd/tailscaled/childproc=/tmp/go-build2831371785/b320/_pkg_.a
2025-08-20T22:54:44.9809058Z [00:04:08.729]➜  packagefile tailscale.com/control/controlclient=/tmp/go-build2831371785/b321/_pkg_.a
2025-08-20T22:54:44.9810617Z [00:04:08.729]➜  packagefile tailscale.com/derp/derphttp=/root/.cache/go-build/b6/b637748319b68887bc2347bff5dd80023d982415c60d8e0d973d78207978aa36-d
2025-08-20T22:54:44.9812605Z [00:04:08.729]➜  packagefile tailscale.com/drive/driveimpl=/tmp/go-build2831371785/b400/_pkg_.a
2025-08-20T22:54:44.9814236Z [00:04:08.729]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:44.9815854Z [00:04:08.729]➜  packagefile tailscale.com/feature/condregister=/tmp/go-build2831371785/b412/_pkg_.a
2025-08-20T22:54:44.9817348Z [00:04:08.729]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:44.9818767Z [00:04:08.729]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:44.9819841Z [00:04:08.729]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:44.9820603Z [00:04:08.729]➜  packagefile tailscale.com/ipn/conffile=/tmp/go-build2831371785/b456/_pkg_.a
2025-08-20T22:54:44.9821199Z [00:04:08.729]➜  packagefile tailscale.com/ipn/ipnlocal=/tmp/go-build2831371785/b424/_pkg_.a
2025-08-20T22:54:44.9821812Z [00:04:08.729]➜  packagefile tailscale.com/ipn/ipnserver=/tmp/go-build2831371785/b662/_pkg_.a
2025-08-20T22:54:44.9822385Z [00:04:08.729]➜  packagefile tailscale.com/ipn/store=/tmp/go-build2831371785/b528/_pkg_.a
2025-08-20T22:54:44.9822941Z [00:04:08.729]➜  packagefile tailscale.com/logpolicy=/tmp/go-build2831371785/b519/_pkg_.a
2025-08-20T22:54:44.9823483Z [00:04:08.729]➜  packagefile tailscale.com/logtail=/tmp/go-build2831371785/b366/_pkg_.a
2025-08-20T22:54:44.9824023Z [00:04:08.729]➜  packagefile tailscale.com/net/dns=/tmp/go-build2831371785/b461/_pkg_.a
2025-08-20T22:54:44.9824846Z [00:04:08.729]➜  packagefile tailscale.com/net/dnsfallback=/root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d
2025-08-20T22:54:44.9826319Z [00:04:08.729]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:44.9827318Z [00:04:08.729]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:44.9828095Z [00:04:08.729]➜  packagefile tailscale.com/net/proxymux=/tmp/go-build2831371785/b663/_pkg_.a
2025-08-20T22:54:44.9828666Z [00:04:08.729]➜  packagefile tailscale.com/net/socks5=/tmp/go-build2831371785/b664/_pkg_.a
2025-08-20T22:54:44.9829216Z [00:04:08.729]➜  packagefile tailscale.com/net/tsdial=/tmp/go-build2831371785/b379/_pkg_.a
2025-08-20T22:54:44.9830142Z [00:04:08.729]➜  packagefile tailscale.com/net/tshttpproxy=/root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d
2025-08-20T22:54:44.9830927Z [00:04:08.729]➜  packagefile tailscale.com/net/tstun=/tmp/go-build2831371785/b471/_pkg_.a
2025-08-20T22:54:44.9831695Z [00:04:08.729]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:44.9832644Z [00:04:08.729]➜  packagefile tailscale.com/safesocket=/root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d
2025-08-20T22:54:44.9833395Z [00:04:08.729]➜  packagefile tailscale.com/ssh/tailssh=/tmp/go-build2831371785/b665/_pkg_.a
2025-08-20T22:54:44.9834165Z [00:04:08.729]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:44.9835327Z [00:04:08.729]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:44.9836120Z [00:04:08.729]➜  packagefile tailscale.com/tsd=/tmp/go-build2831371785/b460/_pkg_.a
2025-08-20T22:54:44.9841896Z [00:04:08.729]➜  packagefile tailscale.com/tsweb/varz=/root/.cache/go-build/19/191c5835fa842435e8da46b7487f22f1dff92d0af1f13944f89894343fec29c1-d
2025-08-20T22:54:44.9842943Z [00:04:08.729]➜  packagefile tailscale.com/types/flagtype=/tmp/go-build2831371785/b675/_pkg_.a
2025-08-20T22:54:44.9843935Z [00:04:08.729]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:44.9844941Z [00:04:08.729]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:44.9846193Z [00:04:08.729]➜  packagefile tailscale.com/types/logid=/tmp/go-build2831371785/b367/_pkg_.a
2025-08-20T22:54:44.9847225Z [00:04:08.729]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:44.9848512Z [00:04:08.729]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:44.9849881Z [00:04:08.729]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:44.9850944Z [00:04:08.729]➜  packagefile tailscale.com/util/osshare=/tmp/go-build2831371785/b628/_pkg_.a
2025-08-20T22:54:44.9851917Z [00:04:08.729]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:44.9853041Z [00:04:08.729]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:44.9854272Z [00:04:08.729]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:44.9855296Z [00:04:08.729]➜  packagefile tailscale.com/wgengine=/tmp/go-build2831371785/b498/_pkg_.a
2025-08-20T22:54:44.9856051Z [00:04:08.729]➜  packagefile tailscale.com/wgengine/netstack=/tmp/go-build2831371785/b676/_pkg_.a
2025-08-20T22:54:44.9856944Z [00:04:08.729]➜  packagefile tailscale.com/wgengine/router=/tmp/go-build2831371785/b524/_pkg_.a
2025-08-20T22:54:44.9857853Z [00:04:08.729]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:44.9858739Z [00:04:08.729]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T22:54:44.9859804Z [00:04:08.729]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T22:54:44.9860715Z [00:04:08.729]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:44.9861699Z [00:04:08.729]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:44.9862577Z [00:04:08.729]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:44.9863468Z [00:04:08.729]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T22:54:44.9864355Z [00:04:08.729]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:44.9865519Z [00:04:08.729]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T22:54:44.9866433Z [00:04:08.729]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T22:54:44.9867320Z [00:04:08.729]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T22:54:44.9868201Z [00:04:08.729]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T22:54:44.9869104Z [00:04:08.729]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T22:54:44.9870124Z [00:04:08.729]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T22:54:44.9871032Z [00:04:08.729]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T22:54:44.9871932Z [00:04:08.729]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T22:54:44.9872971Z [00:04:08.729]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:44.9874001Z [00:04:08.729]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T22:54:44.9875021Z [00:04:08.729]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T22:54:44.9876294Z [00:04:08.729]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T22:54:44.9877336Z [00:04:08.729]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T22:54:44.9878355Z [00:04:08.729]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T22:54:44.9879373Z [00:04:08.729]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T22:54:44.9880370Z [00:04:08.729]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T22:54:44.9881428Z [00:04:08.729]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T22:54:44.9882317Z [00:04:08.729]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:44.9883203Z [00:04:08.729]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T22:54:44.9884087Z [00:04:08.729]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:44.9884960Z [00:04:08.729]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T22:54:44.9886255Z [00:04:08.729]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:44.9887192Z [00:04:08.729]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T22:54:44.9888085Z [00:04:08.729]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T22:54:44.9889061Z [00:04:08.729]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T22:54:44.9890014Z [00:04:08.729]➜  packagefile crypto/x509=/root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d
2025-08-20T22:54:44.9890903Z [00:04:08.729]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T22:54:44.9891934Z [00:04:08.729]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T22:54:44.9893068Z [00:04:08.729]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T22:54:44.9894138Z [00:04:08.729]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:44.9895043Z [00:04:08.729]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T22:54:44.9896078Z [00:04:08.729]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T22:54:44.9896983Z [00:04:08.729]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T22:54:44.9897937Z [00:04:08.729]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:44.9898775Z [00:04:08.729]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:44.9899606Z [00:04:08.729]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T22:54:44.9900439Z [00:04:08.729]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:44.9901285Z [00:04:08.729]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T22:54:44.9902179Z [00:04:08.729]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:44.9903043Z [00:04:08.729]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:44.9903885Z [00:04:08.729]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:44.9904850Z [00:04:08.729]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:44.9905855Z [00:04:08.729]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T22:54:44.9906751Z [00:04:08.729]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:44.9907650Z [00:04:08.729]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T22:54:44.9908557Z [00:04:08.729]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T22:54:44.9909565Z [00:04:08.729]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T22:54:44.9910577Z [00:04:08.729]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T22:54:44.9911484Z [00:04:08.729]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T22:54:44.9912560Z [00:04:08.729]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T22:54:44.9913488Z [00:04:08.729]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T22:54:44.9914439Z [00:04:08.729]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T22:54:44.9915515Z [00:04:08.729]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T22:54:44.9916491Z [00:04:08.729]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T22:54:44.9917484Z [00:04:08.729]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:44.9918329Z [00:04:08.729]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:44.9919249Z [00:04:08.729]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T22:54:44.9920885Z [00:04:08.729]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:44.9922670Z [00:04:08.729]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/39/395a67d1019b89715bc3ed293bcb2b028f767695c3c9d77cc40a1443c50eef9f-d
2025-08-20T22:54:44.9924772Z [00:04:08.729]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/d9/d9d383e4abffe25018b2bb72def5fa607060b4d261a0417db76c3ed66bc16b36-d
2025-08-20T22:54:44.9926916Z [00:04:08.729]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T22:54:44.9928815Z [00:04:08.729]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T22:54:44.9930424Z [00:04:08.729]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:44.9931988Z [00:04:08.729]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:44.9933100Z [00:04:08.729]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T22:54:44.9934148Z [00:04:08.729]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T22:54:44.9935550Z [00:04:08.729]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T22:54:44.9936522Z [00:04:08.729]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T22:54:44.9937498Z [00:04:08.729]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T22:54:44.9938517Z [00:04:08.729]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T22:54:44.9939493Z [00:04:08.729]➜  packagefile net/textproto=/root/.cache/go-build/11/11def6541fa1079f759dcc36fd3f77fb32fbcc4dbdd8c7e9aa80af095163b0df-d
2025-08-20T22:54:44.9940380Z [00:04:08.729]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:44.9941211Z [00:04:08.729]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T22:54:44.9942095Z [00:04:08.729]➜  packagefile internal/profile=/root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d
2025-08-20T22:54:44.9943010Z [00:04:08.729]➜  packagefile runtime/pprof=/root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d
2025-08-20T22:54:44.9943906Z [00:04:08.729]➜  packagefile runtime/trace=/root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d
2025-08-20T22:54:44.9944768Z [00:04:08.729]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T22:54:44.9945924Z [00:04:08.729]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T22:54:44.9946892Z [00:04:08.729]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T22:54:44.9947967Z [00:04:08.729]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T22:54:44.9948925Z [00:04:08.729]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T22:54:44.9949822Z [00:04:08.730]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T22:54:44.9950755Z [00:04:08.730]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T22:54:44.9951802Z [00:04:08.730]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T22:54:44.9952770Z [00:04:08.730]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T22:54:44.9953728Z [00:04:08.730]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T22:54:44.9954658Z [00:04:08.730]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T22:54:44.9955809Z [00:04:08.730]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T22:54:44.9956785Z [00:04:08.730]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T22:54:44.9957827Z [00:04:08.730]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T22:54:44.9958872Z [00:04:08.730]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T22:54:44.9959841Z [00:04:08.730]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T22:54:44.9960782Z [00:04:08.730]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T22:54:44.9961751Z [00:04:08.730]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T22:54:44.9962733Z [00:04:08.730]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T22:54:44.9963715Z [00:04:08.730]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T22:54:44.9964874Z [00:04:08.730]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T22:54:44.9966052Z [00:04:08.730]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T22:54:44.9966953Z [00:04:08.730]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:44.9967815Z [00:04:08.730]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T22:54:44.9968707Z [00:04:08.730]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T22:54:44.9969629Z [00:04:08.730]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T22:54:44.9970541Z [00:04:08.730]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T22:54:44.9971505Z [00:04:08.730]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:44.9972355Z [00:04:08.730]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:44.9973335Z [00:04:08.730]➜  packagefile tailscale.com/client/tailscale/apitype=/root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d
2025-08-20T22:54:44.9974359Z [00:04:08.730]➜  packagefile tailscale.com/drive=/root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d
2025-08-20T22:54:44.9975617Z [00:04:08.730]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:44.9976635Z [00:04:08.730]➜  packagefile tailscale.com/net/netutil=/root/.cache/go-build/32/328fcaca351984aed01ebb26beee256b4ca10cd26d9258a3c7d38676e91c775c-d
2025-08-20T22:54:44.9977608Z [00:04:08.730]➜  packagefile tailscale.com/tka=/root/.cache/go-build/58/586b02370ca9aa5ba57cfe7a83acf9c9ba57b96378fa42690aaef0d5ed978ec8-d
2025-08-20T22:54:44.9978580Z [00:04:08.730]➜  packagefile tailscale.com/types/dnstype=/root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d
2025-08-20T22:54:44.9979576Z [00:04:08.730]➜  packagefile tailscale.com/types/tkatype=/root/.cache/go-build/2f/2f6c5ae6e4711573e527793a8f445c15698853032f5c193598ae138d7aa8517a-d
2025-08-20T22:54:44.9980617Z [00:04:08.730]➜  packagefile tailscale.com/util/syspolicy/setting=/root/.cache/go-build/67/67921ae341ab8c33066299af2cfe2bac2f1ffd0635a3dfc456edd461d442f34d-d
2025-08-20T22:54:44.9981688Z [00:04:08.730]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:44.9982686Z [00:04:08.730]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/16/1612404a0eb534aa6877bc0be2c844b34ce92f5abe5ccde0a33e0b22edfb3881-d
2025-08-20T22:54:44.9983619Z [00:04:08.730]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:44.9984595Z [00:04:08.730]➜  packagefile tailscale.com/control/controlhttp=/root/.cache/go-build/8b/8bff11d2079e2e6180a4b8f88f2be88928343e9ea3e3558cd9a71e2ca3e70665-d
2025-08-20T22:54:44.9985892Z [00:04:08.730]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:44.9986971Z [00:04:08.730]➜  packagefile tailscale.com/internal/noiseconn=/root/.cache/go-build/00/007abc4ee2bb0da5fb3c7cf5390b8e905749e039bd3e2fb3fdea018c86f50676-d
2025-08-20T22:54:44.9987807Z [00:04:08.730]➜  packagefile tailscale.com/logtail/backoff=/tmp/go-build2831371785/b378/_pkg_.a
2025-08-20T22:54:44.9988637Z [00:04:08.730]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:44.9989617Z [00:04:08.730]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:44.9990609Z [00:04:08.730]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:44.9991613Z [00:04:08.730]➜  packagefile tailscale.com/net/tlsdial=/root/.cache/go-build/7b/7bb3be395476dc0f2b47e9b34586795bd795435a77c02a324ed25f1a967536b8-d
2025-08-20T22:54:44.9992395Z [00:04:08.730]➜  packagefile tailscale.com/tempfork/httprec=/tmp/go-build2831371785/b383/_pkg_.a
2025-08-20T22:54:44.9993205Z [00:04:08.730]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:44.9994198Z [00:04:08.730]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:44.9995533Z [00:04:08.730]➜  packagefile tailscale.com/types/persist=/root/.cache/go-build/27/27dcf7bebf9a68fc23bbc57949852d31f3d753d2511e35575cb6e90e8e0d0c2a-d
2025-08-20T22:54:44.9996549Z [00:04:08.730]➜  packagefile tailscale.com/types/ptr=/root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d
2025-08-20T22:54:44.9997535Z [00:04:08.730]➜  packagefile tailscale.com/types/structs=/root/.cache/go-build/ac/ac1947944918a55de6e3d1242ceedcc5fc684236a079047c9f50d89b91a2350a-d
2025-08-20T22:54:44.9998530Z [00:04:08.730]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:44.9999393Z [00:04:08.730]➜  packagefile tailscale.com/util/execqueue=/tmp/go-build2831371785/b384/_pkg_.a
2025-08-20T22:54:45.0000223Z [00:04:08.730]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:45.0001194Z [00:04:08.730]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:45.0002186Z [00:04:08.730]➜  packagefile tailscale.com/util/singleflight=/root/.cache/go-build/06/0698803f083735e7515225990371ddca591e2fee230408cb0ae03852a39eec90-d
2025-08-20T22:54:45.0003192Z [00:04:08.730]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:45.0003955Z [00:04:08.730]➜  packagefile tailscale.com/util/systemd=/tmp/go-build2831371785/b385/_pkg_.a
2025-08-20T22:54:45.0004761Z [00:04:08.730]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:45.0005909Z [00:04:08.730]➜  packagefile tailscale.com/util/zstdframe=/tmp/go-build2831371785/b369/_pkg_.a
2025-08-20T22:54:45.0006528Z [00:04:08.730]➜  packagefile tailscale.com/wgengine/filter=/tmp/go-build2831371785/b387/_pkg_.a
2025-08-20T22:54:45.0007327Z [00:04:08.730]➜  packagefile tailscale.com/derp=/root/.cache/go-build/0c/0c4ee34ce63745e892122ec3601cdcccd5972883a1b7055bf98ef12956b820f4-d
2025-08-20T22:54:45.0008317Z [00:04:08.730]➜  packagefile tailscale.com/derp/derpconst=/root/.cache/go-build/cc/cc29c97e3d4d177c5b80a8a039ce294f692ddd1226c4ec7d39ffecbb2ad90b89-d
2025-08-20T22:54:45.0009095Z [00:04:08.730]➜  packagefile github.com/djherbis/times=/tmp/go-build2831371785/b401/_pkg_.a
2025-08-20T22:54:45.0009692Z [00:04:08.730]➜  packagefile github.com/tailscale/xnet/webdav=/tmp/go-build2831371785/b402/_pkg_.a
2025-08-20T22:54:45.0010446Z [00:04:08.730]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:45.0011233Z [00:04:08.730]➜  packagefile tailscale.com/drive/driveimpl/compositedav=/tmp/go-build2831371785/b407/_pkg_.a
2025-08-20T22:54:45.0011905Z [00:04:08.730]➜  packagefile tailscale.com/drive/driveimpl/dirfs=/tmp/go-build2831371785/b410/_pkg_.a
2025-08-20T22:54:45.0012654Z [00:04:08.730]➜  packagefile tailscale.com/drive/driveimpl/shared=/tmp/go-build2831371785/b411/_pkg_.a
2025-08-20T22:54:45.0013507Z [00:04:08.730]➜  packagefile tailscale.com/kube/kubetypes=/root/.cache/go-build/64/64d8c359bf0cf49f035b1ec668b4fd3c82700c514c429fa549b71c852c2e8cf4-d
2025-08-20T22:54:45.0014501Z [00:04:08.730]➜  packagefile tailscale.com/types/opt=/root/.cache/go-build/7d/7d38f20b1f3743b0a79abd321fd6ce5c439ba544d40ae5d93840f61bdbb5b68a-d
2025-08-20T22:54:45.0015515Z [00:04:08.730]➜  packagefile tailscale.com/feature/capture=/tmp/go-build2831371785/b413/_pkg_.a
2025-08-20T22:54:45.0016247Z [00:04:08.730]➜  packagefile tailscale.com/feature/relayserver=/tmp/go-build2831371785/b622/_pkg_.a
2025-08-20T22:54:45.0016871Z [00:04:08.730]➜  packagefile tailscale.com/feature/taildrop=/tmp/go-build2831371785/b624/_pkg_.a
2025-08-20T22:54:45.0017464Z [00:04:08.730]➜  packagefile tailscale.com/feature/tap=/tmp/go-build2831371785/b630/_pkg_.a
2025-08-20T22:54:45.0018031Z [00:04:08.730]➜  packagefile tailscale.com/feature/tpm=/tmp/go-build2831371785/b654/_pkg_.a
2025-08-20T22:54:45.0018620Z [00:04:08.730]➜  packagefile tailscale.com/feature/wakeonlan=/tmp/go-build2831371785/b660/_pkg_.a
2025-08-20T22:54:45.0019422Z [00:04:08.730]➜  packagefile tailscale.com/metrics=/root/.cache/go-build/e8/e8f2646dbe16ee114d94555283db7cd6807763b145f583127c8f9ef5a93eea60-d
2025-08-20T22:54:45.0020408Z [00:04:08.730]➜  packagefile tailscale.com/util/cibuild=/root/.cache/go-build/b1/b10bba1e41c31bc546bb21aa17fd41602580db40dd74b0ac58678a8c7b8bcfc2-d
2025-08-20T22:54:45.0021412Z [00:04:08.730]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:45.0022463Z [00:04:08.730]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:45.0023445Z [00:04:08.730]➜  packagefile tailscale.com/types/lazy=/root/.cache/go-build/6a/6a882ad12d956041b3c544e7fd849589f5dbe8522dd1b9adfd196a9fd88e8465-d
2025-08-20T22:54:45.0024439Z [00:04:08.730]➜  packagefile tailscale.com/util/cloudenv=/root/.cache/go-build/60/60347e1e73ecbcda0a768299dc50308ce8ed51299b893f0d39e77a63d70544e6-d
2025-08-20T22:54:45.0025766Z [00:04:08.730]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:45.0026791Z [00:04:08.730]➜  packagefile tailscale.com/util/lineiter=/root/.cache/go-build/ea/eaac7c1315659314f0fbe7bbb763de2536b0f7ac379632d2045aff3ce6662677-d
2025-08-20T22:54:45.0027837Z [00:04:08.730]➜  packagefile github.com/go-json-experiment/json=/root/.cache/go-build/14/14d5c8508cd984335a3a3cdb4753727ff831d5f7ecc6a16b970170f47a2e450d-d
2025-08-20T22:54:45.0029023Z [00:04:08.730]➜  packagefile github.com/go-json-experiment/json/jsontext=/root/.cache/go-build/c7/c75de55e85f61b4aedbf8cb16519ccb7f9bd1091e9ff1b1defdaf3d720a3c93d-d
2025-08-20T22:54:45.0030104Z [00:04:08.730]➜  packagefile tailscale.com/atomicfile=/root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d
2025-08-20T22:54:45.0031094Z [00:04:08.730]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:45.0032075Z [00:04:08.730]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:45.0033070Z [00:04:08.730]➜  packagefile tailscale.com/types/empty=/root/.cache/go-build/ba/ba6f47395651db6f847f1dcf3dc4e2add6ec9c0556c97b7bba589bbdac6b5347-d
2025-08-20T22:54:45.0034096Z [00:04:08.730]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:45.0035368Z [00:04:08.730]➜  packagefile tailscale.com/types/preftype=/root/.cache/go-build/4a/4af3a7f6acb49bb5180253dac5948c58c0d616bb7dadcfe5e7a453a25cbcbb0b-d
2025-08-20T22:54:45.0036309Z [00:04:08.730]➜  packagefile github.com/tailscale/hujson=/tmp/go-build2831371785/b457/_pkg_.a
2025-08-20T22:54:45.0036873Z [00:04:08.730]➜  packagefile tailscale.com/omit=/tmp/go-build2831371785/b458/_pkg_.a
2025-08-20T22:54:45.0037637Z [00:04:08.730]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T22:54:45.0038554Z [00:04:08.730]➜  packagefile go4.org/netipx=/root/.cache/go-build/54/54427236929d934028df3b51429ffe98acb009e607280ce6367eabe327d34a60-d
2025-08-20T22:54:45.0039262Z [00:04:08.730]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2831371785/b425/_pkg_.a
2025-08-20T22:54:45.0040220Z [00:04:08.730]➜  packagefile golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/b7/b76f68357cb477e42bf75309edcea38340f2cc9a8509f89e4ebebc9304582005-d
2025-08-20T22:54:45.0041276Z [00:04:08.730]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/cb/cbd616b8bc9dbc18f39ef0f51bb9da0221839832f1dc5eb42a2256e603cd10f5-d
2025-08-20T22:54:45.0042069Z [00:04:08.730]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build2831371785/b429/_pkg_.a
2025-08-20T22:54:45.0042647Z [00:04:08.730]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/tmp/go-build2831371785/b430/_pkg_.a
2025-08-20T22:54:45.0043391Z [00:04:08.730]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T22:54:45.0044277Z [00:04:08.730]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T22:54:45.0044966Z [00:04:08.730]➜  packagefile tailscale.com/appc=/tmp/go-build2831371785/b445/_pkg_.a
2025-08-20T22:54:45.0046079Z [00:04:08.730]➜  packagefile tailscale.com/client/web=/root/.cache/go-build/f3/f329d7c65a1fc34cc6008afb146bff14c459eba4fb06f88ea7c2831efe79dd94-d
2025-08-20T22:54:45.0047108Z [00:04:08.730]➜  packagefile tailscale.com/clientupdate=/root/.cache/go-build/44/44ec0e819dc3a9582744e5ef92dbd82d5b90f20099a741d6bda9624a16e087ab-d
2025-08-20T22:54:45.0047866Z [00:04:08.730]➜  packagefile tailscale.com/doctor=/tmp/go-build2831371785/b450/_pkg_.a
2025-08-20T22:54:45.0048426Z [00:04:08.730]➜  packagefile tailscale.com/doctor/ethtool=/tmp/go-build2831371785/b451/_pkg_.a
2025-08-20T22:54:45.0049034Z [00:04:08.730]➜  packagefile tailscale.com/doctor/permissions=/tmp/go-build2831371785/b453/_pkg_.a
2025-08-20T22:54:45.0049648Z [00:04:08.730]➜  packagefile tailscale.com/doctor/routetable=/tmp/go-build2831371785/b454/_pkg_.a
2025-08-20T22:54:45.0050500Z [00:04:08.730]➜  packagefile tailscale.com/envknob/featureknob=/root/.cache/go-build/94/9415b2574e886f56c285cda8dbbc1ba0e9a6bd88008826504d102cddf72a9a90-d
2025-08-20T22:54:45.0051612Z [00:04:08.730]➜  packagefile tailscale.com/health/healthmsg=/root/.cache/go-build/01/01972bf0a17bc5f782a448890545e9823b4a97940c7f7a92606cddfc3b9c3297-d
2025-08-20T22:54:45.0052385Z [00:04:08.730]➜  packagefile tailscale.com/ipn/ipnauth=/tmp/go-build2831371785/b420/_pkg_.a
2025-08-20T22:54:45.0052956Z [00:04:08.730]➜  packagefile tailscale.com/ipn/ipnext=/tmp/go-build2831371785/b459/_pkg_.a
2025-08-20T22:54:45.0053513Z [00:04:08.730]➜  packagefile tailscale.com/ipn/policy=/tmp/go-build2831371785/b527/_pkg_.a
2025-08-20T22:54:45.0054074Z [00:04:08.730]➜  packagefile tailscale.com/ipn/store/mem=/tmp/go-build2831371785/b606/_pkg_.a
2025-08-20T22:54:45.0054666Z [00:04:08.730]➜  packagefile tailscale.com/log/sockstatlog=/tmp/go-build2831371785/b610/_pkg_.a
2025-08-20T22:54:45.0055752Z [00:04:08.730]➜  packagefile tailscale.com/net/bakedroots=/root/.cache/go-build/29/29f9c16bc3ef6ad2a70f79ffc1adcfaedc64da269f55405e1ab4aa71965e9fff-d
2025-08-20T22:54:45.0056836Z [00:04:08.730]➜  packagefile tailscale.com/net/captivedetection=/root/.cache/go-build/b6/b63d3a46919c7841d167971843f3b86ae109be78c4e988932f49b0a295640020-d
2025-08-20T22:54:45.0057628Z [00:04:08.730]➜  packagefile tailscale.com/net/ipset=/tmp/go-build2831371785/b389/_pkg_.a
2025-08-20T22:54:45.0058523Z [00:04:08.730]➜  packagefile tailscale.com/net/netcheck=/root/.cache/go-build/b1/b19d026d272a96cf3759a026df036acbaac3297c705d55c93efb365c9c62d9a4-d
2025-08-20T22:54:45.0059502Z [00:04:08.730]➜  packagefile tailscale.com/net/netkernelconf=/tmp/go-build2831371785/b611/_pkg_.a
2025-08-20T22:54:45.0060540Z [00:04:08.730]➜  packagefile tailscale.com/net/packet=/tmp/go-build2831371785/b390/_pkg_.a
2025-08-20T22:54:45.0061502Z [00:04:08.730]➜  packagefile tailscale.com/portlist=/tmp/go-build2831371785/b612/_pkg_.a
2025-08-20T22:54:45.0062449Z [00:04:08.730]➜  packagefile tailscale.com/posture=/tmp/go-build2831371785/b613/_pkg_.a
2025-08-20T22:54:45.0063535Z [00:04:08.730]➜  packagefile tailscale.com/tempfork/acme=/tmp/go-build2831371785/b615/_pkg_.a
2025-08-20T22:54:45.0064949Z [00:04:08.730]➜  packagefile tailscale.com/tsconst=/root/.cache/go-build/0e/0ef5064d9a695b87cd134510f806c0900ce6e3aff503aeb01bcb4b63f40f85a3-d
2025-08-20T22:54:45.0066439Z [00:04:08.730]➜  packagefile tailscale.com/types/appctype=/tmp/go-build2831371785/b617/_pkg_.a
2025-08-20T22:54:45.0067903Z [00:04:08.730]➜  packagefile tailscale.com/util/ctxkey=/root/.cache/go-build/ac/ac420911c4665e64495d967ba7e584f0f4963d2db2d7bd33c0a603ee02dae031-d
2025-08-20T22:54:45.0069702Z [00:04:08.730]➜  packagefile tailscale.com/util/deephash=/root/.cache/go-build/e9/e9063e29bf899504446b6515975f561d20dbd8cd3eeb3042acd498add13d220f-d
2025-08-20T22:54:45.0071098Z [00:04:08.730]➜  packagefile tailscale.com/util/goroutines=/tmp/go-build2831371785/b618/_pkg_.a
2025-08-20T22:54:45.0072568Z [00:04:08.730]➜  packagefile tailscale.com/util/httpm=/root/.cache/go-build/ff/ff6e22ee7399d20e6d1afe53302a84fe924d2d662ba6f48d656cdb7ea68e0189-d
2025-08-20T22:54:45.0073710Z [00:04:08.730]➜  packagefile tailscale.com/util/osuser=/tmp/go-build2831371785/b619/_pkg_.a
2025-08-20T22:54:45.0075563Z [00:04:08.730]➜  packagefile tailscale.com/util/rands=/root/.cache/go-build/1c/1c28f1c2f22182f8877c4c8cc1037526ad5789ef94b47f1930544bf6ae2e87ea-d
2025-08-20T22:54:45.0077577Z [00:04:08.730]➜  packagefile tailscale.com/util/syspolicy/rsop=/root/.cache/go-build/9d/9ddfbdfcd87ccbd1fe90fdbc190cf5bfdb9c0395f6c26296dc40b6b2ba68fbb1-d
2025-08-20T22:54:45.0079159Z [00:04:08.730]➜  packagefile tailscale.com/wgengine/magicsock=/tmp/go-build2831371785/b499/_pkg_.a
2025-08-20T22:54:45.0080300Z [00:04:08.730]➜  packagefile tailscale.com/wgengine/wgcfg=/tmp/go-build2831371785/b496/_pkg_.a
2025-08-20T22:54:45.0081482Z [00:04:08.730]➜  packagefile tailscale.com/wgengine/wgcfg/nmcfg=/tmp/go-build2831371785/b620/_pkg_.a
2025-08-20T22:54:45.0082647Z [00:04:08.730]➜  packagefile tailscale.com/ipn/localapi=/tmp/go-build2831371785/b414/_pkg_.a
2025-08-20T22:54:45.0083773Z [00:04:08.730]➜  packagefile tailscale.com/ipn/store/awsstore=/tmp/go-build2831371785/b529/_pkg_.a
2025-08-20T22:54:45.0085016Z [00:04:08.730]➜  packagefile tailscale.com/ipn/store/kubestore=/tmp/go-build2831371785/b607/_pkg_.a
2025-08-20T22:54:45.0086409Z [00:04:08.730]➜  packagefile golang.org/x/term=/tmp/go-build2831371785/b520/_pkg_.a
2025-08-20T22:54:45.0087515Z [00:04:08.730]➜  packagefile tailscale.com/log/filelogger=/tmp/go-build2831371785/b521/_pkg_.a
2025-08-20T22:54:45.0088787Z [00:04:08.730]➜  packagefile tailscale.com/logtail/filch=/tmp/go-build2831371785/b522/_pkg_.a
2025-08-20T22:54:45.0090313Z [00:04:08.730]➜  packagefile tailscale.com/net/netknob=/root/.cache/go-build/1f/1f891a52da4a3ad6ecea695a16c9c46e3eb9020d66d11230a6d2cfb4f09c62d2-d
2025-08-20T22:54:45.0092159Z [00:04:08.730]➜  packagefile tailscale.com/util/must=/root/.cache/go-build/43/43c81b48660cb2409d74f3e6cc388d802e71db164e357ce2b5c5ee87fc253bef-d
2025-08-20T22:54:45.0093595Z [00:04:08.730]➜  packagefile tailscale.com/util/racebuild=/tmp/go-build2831371785/b523/_pkg_.a
2025-08-20T22:54:45.0095318Z [00:04:08.730]➜  packagefile tailscale.com/util/truncate=/root/.cache/go-build/6b/6bb8cd04a319558b83bbcebb0b68a15c87d07997439b6e5d86e642b867bbb0f2-d
2025-08-20T22:54:45.0097070Z [00:04:08.730]➜  packagefile embed=/root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d
2025-08-20T22:54:45.0098931Z [00:04:08.730]➜  packagefile github.com/godbus/dbus/v5=/root/.cache/go-build/10/10dbbe8ad65e6b3c53af6493481fdd68f6a0d427b0186be4d77fd7148b47cb7f-d
2025-08-20T22:54:45.0100401Z [00:04:08.730]➜  packagefile github.com/illarion/gonotify/v3=/tmp/go-build2831371785/b463/_pkg_.a
2025-08-20T22:54:45.0101548Z [00:04:08.730]➜  packagefile tailscale.com/net/dns/publicdns=/tmp/go-build2831371785/b465/_pkg_.a
2025-08-20T22:54:45.0102761Z [00:04:08.730]➜  packagefile tailscale.com/net/dns/resolvconffile=/tmp/go-build2831371785/b466/_pkg_.a
2025-08-20T22:54:45.0103921Z [00:04:08.730]➜  packagefile tailscale.com/net/dns/resolver=/tmp/go-build2831371785/b467/_pkg_.a
2025-08-20T22:54:45.0105772Z [00:04:08.730]➜  packagefile tailscale.com/util/cmpver=/root/.cache/go-build/13/13bf1b58975903e61400d13b851cb06fc818fc74211790a706f3d4aabb99f4a0-d
2025-08-20T22:54:45.0107680Z [00:04:08.730]➜  packagefile tailscale.com/net/dns/recursive=/root/.cache/go-build/f3/f310b4d38159903b2d9adac6c3eec9c519757c6ea8182c111c9afb7915cd6511-d
2025-08-20T22:54:45.0109631Z [00:04:08.730]➜  packagefile github.com/jsimonetti/rtnetlink=/root/.cache/go-build/9c/9c813409b0ddaaa92dd51617d1dfd7f1003b0158147f0328aa9051a34cf1821b-d
2025-08-20T22:54:45.0111542Z [00:04:08.730]➜  packagefile github.com/mdlayher/netlink=/root/.cache/go-build/bd/bdd03180ee2486cdb9f5241349dab7a72e47dc3bac8b710fd19814f2cad744d5-d
2025-08-20T22:54:45.0113378Z [00:04:08.730]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/6b/6b2886feb78a3f67693477eeda33407c6c9a55f21364311320decf47297739a1-d
2025-08-20T22:54:45.0115419Z [00:04:08.730]➜  packagefile tailscale.com/util/linuxfw=/root/.cache/go-build/79/799ecaba9e29f683a69143a7db58d7a3ab46f1d29a793bf62c08de70bda94fdf-d
2025-08-20T22:54:45.0117029Z [00:04:08.730]➜  packagefile github.com/gaissmai/bart=/tmp/go-build2831371785/b380/_pkg_.a
2025-08-20T22:54:45.0118596Z [00:04:08.730]➜  packagefile golang.org/x/net/http/httpproxy=/root/.cache/go-build/b5/b5372fb5956f24d340a8575689790c979cbfb3c22ea275e5f6475e112302573f-d
2025-08-20T22:54:45.0120082Z [00:04:08.730]➜  packagefile github.com/mdlayher/genetlink=/tmp/go-build2831371785/b472/_pkg_.a
2025-08-20T22:54:45.0121256Z [00:04:08.730]➜  packagefile github.com/tailscale/wireguard-go/conn=/tmp/go-build2831371785/b473/_pkg_.a
2025-08-20T22:54:45.0122491Z [00:04:08.730]➜  packagefile github.com/tailscale/wireguard-go/device=/tmp/go-build2831371785/b474/_pkg_.a
2025-08-20T22:54:45.0123714Z [00:04:08.731]➜  packagefile github.com/tailscale/wireguard-go/tun=/tmp/go-build2831371785/b480/_pkg_.a
2025-08-20T22:54:45.0124914Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/tmp/go-build2831371785/b443/_pkg_.a
2025-08-20T22:54:45.0126309Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/tmp/go-build2831371785/b482/_pkg_.a
2025-08-20T22:54:45.0127611Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/tmp/go-build2831371785/b485/_pkg_.a
2025-08-20T22:54:45.0129141Z [00:04:08.731]➜  packagefile tailscale.com/disco=/root/.cache/go-build/a8/a8597243df3214cce7cdd962aaf4cfb5940c67b6a4cc515561de9282cfff7a9a-d
2025-08-20T22:54:45.0130913Z [00:04:08.731]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:45.0132295Z [00:04:08.731]➜  packagefile tailscale.com/net/connstats=/tmp/go-build2831371785/b490/_pkg_.a
2025-08-20T22:54:45.0133416Z [00:04:08.731]➜  packagefile tailscale.com/net/packet/checksum=/tmp/go-build2831371785/b492/_pkg_.a
2025-08-20T22:54:45.0135009Z [00:04:08.731]➜  packagefile tailscale.com/tstime/mono=/root/.cache/go-build/80/8049fdcc30025de911abe931e01e86d612aa48c1c6f1d928aff6e79cb3cd6d32-d
2025-08-20T22:54:45.0136724Z [00:04:08.731]➜  packagefile tailscale.com/wgengine/netstack/gro=/tmp/go-build2831371785/b493/_pkg_.a
2025-08-20T22:54:45.0138290Z [00:04:08.731]➜  packagefile github.com/mitchellh/go-ps=/root/.cache/go-build/34/3413d9882bb5a032bfb21ae70f9aac83ffb73fe07b1f92133829da417ee1dee4-d
2025-08-20T22:54:45.0139823Z [00:04:08.731]➜  packagefile github.com/creack/pty=/tmp/go-build2831371785/b666/_pkg_.a
2025-08-20T22:54:45.0140811Z [00:04:08.731]➜  packagefile github.com/pkg/sftp=/tmp/go-build2831371785/b667/_pkg_.a
2025-08-20T22:54:45.0141889Z [00:04:08.731]➜  packagefile github.com/u-root/u-root/pkg/termios=/tmp/go-build2831371785/b670/_pkg_.a
2025-08-20T22:54:45.0142897Z [00:04:08.731]➜  packagefile log/syslog=/tmp/go-build2831371785/b671/_pkg_.a
2025-08-20T22:54:45.0143900Z [00:04:08.731]➜  packagefile tailscale.com/sessionrecording=/tmp/go-build2831371785/b672/_pkg_.a
2025-08-20T22:54:45.0145070Z [00:04:08.731]➜  packagefile tailscale.com/tempfork/gliderlabs/ssh=/tmp/go-build2831371785/b673/_pkg_.a
2025-08-20T22:54:45.0146963Z [00:04:08.731]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/71/71db9d9c0ef048011caf063f16a86f1d139470a1b65881c9357c156792b85543-d
2025-08-20T22:54:45.0148791Z [00:04:08.731]➜  packagefile tailscale.com/util/vizerror=/root/.cache/go-build/30/30c90294e9741033104bb50a40ed956d7a03902c569a18840bf965864d91ff86-d
2025-08-20T22:54:45.0150204Z [00:04:08.731]➜  packagefile tailscale.com/proxymap=/tmp/go-build2831371785/b497/_pkg_.a
2025-08-20T22:54:45.0151723Z [00:04:08.731]➜  packagefile golang.org/x/exp/constraints=/root/.cache/go-build/48/48bb2a5b12220f3db8b4370d69bc9a714df850c90a565413bc252c57b1ebd2be-d
2025-08-20T22:54:45.0153644Z [00:04:08.731]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/33/33f83579d754ce42550bec24133d305e2052b08ef0886ee8a9b44c907bacfec7-d
2025-08-20T22:54:45.0155708Z [00:04:08.731]➜  packagefile golang.org/x/crypto/nacl/box=/root/.cache/go-build/5a/5a646ae8e90403b2b24afe614ed1b3e4702ec7e40289e771e1e757cc89268cb6-d
2025-08-20T22:54:45.0157720Z [00:04:08.731]➜  packagefile github.com/coder/websocket=/root/.cache/go-build/0a/0ac6d67c7d1c653752d7fafd162f114d4c7e48e411a87bc4215580a1286b0359-d
2025-08-20T22:54:45.0159518Z [00:04:08.731]➜  packagefile html/template=/root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d
2025-08-20T22:54:45.0161215Z [00:04:08.731]➜  packagefile tailscale.com/tsweb=/root/.cache/go-build/e0/e0871483e7182576545c243ec4f88cf69b59441675ba5e3b67a787681ba2c21f-d
2025-08-20T22:54:45.0163108Z [00:04:08.731]➜  packagefile tailscale.com/util/syspolicy/internal=/root/.cache/go-build/fb/fb92dbf4964f6869a57e287aca364a874ba8ba08d9ec03305faec622ec762895-d
2025-08-20T22:54:45.0165393Z [00:04:08.731]➜  packagefile tailscale.com/util/syspolicy/internal/loggerx=/root/.cache/go-build/b0/b0e8365ca14fd149e237f3991b0ad31e9612391356667a1ad1e9a3c694cf2937-d
2025-08-20T22:54:45.0167486Z [00:04:08.731]➜  packagefile tailscale.com/util/syspolicy/source=/root/.cache/go-build/d9/d90ab9859ae08bccd783920f5b39a3b72161834aa3437aae1ba64ec408e03b8a-d
2025-08-20T22:54:45.0169321Z [00:04:08.731]➜  packagefile tailscale.com=/root/.cache/go-build/70/70247af8bd418a14d047b4d8158feb6f0ee14d219f907b3b62e4bfd1d354b06c-d
2025-08-20T22:54:45.0170803Z [00:04:08.731]➜  packagefile tailscale.com/net/flowtrack=/tmp/go-build2831371785/b388/_pkg_.a
2025-08-20T22:54:45.0171915Z [00:04:08.731]➜  packagefile tailscale.com/wgengine/netlog=/tmp/go-build2831371785/b518/_pkg_.a
2025-08-20T22:54:45.0173039Z [00:04:08.731]➜  packagefile tailscale.com/wgengine/wgint=/tmp/go-build2831371785/b517/_pkg_.a
2025-08-20T22:54:45.0174076Z [00:04:08.731]➜  packagefile tailscale.com/wgengine/wglog=/tmp/go-build2831371785/b525/_pkg_.a
2025-08-20T22:54:45.0175085Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/refs=/tmp/go-build2831371785/b438/_pkg_.a
2025-08-20T22:54:45.0176376Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/adapters/gonet=/tmp/go-build2831371785/b677/_pkg_.a
2025-08-20T22:54:45.0177591Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv4=/tmp/go-build2831371785/b642/_pkg_.a
2025-08-20T22:54:45.0178777Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv6=/tmp/go-build2831371785/b647/_pkg_.a
2025-08-20T22:54:45.0180043Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/icmp=/tmp/go-build2831371785/b681/_pkg_.a
2025-08-20T22:54:45.0181425Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/tmp/go-build2831371785/b678/_pkg_.a
2025-08-20T22:54:45.0182630Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/tmp/go-build2831371785/b648/_pkg_.a
2025-08-20T22:54:45.0183784Z [00:04:08.731]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/tmp/go-build2831371785/b442/_pkg_.a
2025-08-20T22:54:45.0185500Z [00:04:08.731]➜  packagefile tailscale.com/types/nettype=/root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d
2025-08-20T22:54:45.0187363Z [00:04:08.731]➜  packagefile github.com/tailscale/netlink=/root/.cache/go-build/24/24718a7d254d59a7e8006129bd053c9ed8eb035a19c80e4b62ce43debbef033b-d
2025-08-20T22:54:45.0189388Z [00:04:08.731]➜  packagefile golang.org/x/time/rate=/root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d
2025-08-20T22:54:45.0191188Z [00:04:08.731]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T22:54:45.0192974Z [00:04:08.731]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T22:54:45.0194647Z [00:04:08.731]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T22:54:45.0196778Z [00:04:08.731]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T22:54:45.0198702Z [00:04:08.731]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T22:54:45.0200745Z [00:04:08.731]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T22:54:45.0202797Z [00:04:08.731]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T22:54:45.0204788Z [00:04:08.731]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T22:54:45.0206802Z [00:04:08.731]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T22:54:45.0208686Z [00:04:08.731]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T22:54:45.0210696Z [00:04:08.731]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T22:54:45.0212728Z [00:04:08.731]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T22:54:45.0214638Z [00:04:08.731]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T22:54:45.0216920Z [00:04:08.731]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T22:54:45.0218742Z [00:04:08.731]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:45.0220508Z [00:04:08.731]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T22:54:45.0222475Z [00:04:08.731]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T22:54:45.0224368Z [00:04:08.731]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T22:54:45.0226530Z [00:04:08.731]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T22:54:45.0228424Z [00:04:08.731]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T22:54:45.0230295Z [00:04:08.731]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T22:54:45.0232212Z [00:04:08.731]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T22:54:45.0234400Z [00:04:08.731]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T22:54:45.0236747Z [00:04:08.731]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T22:54:45.0238722Z [00:04:08.731]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T22:54:45.0240456Z [00:04:08.731]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T22:54:45.0242198Z [00:04:08.731]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T22:54:45.0243990Z [00:04:08.731]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T22:54:45.0246136Z [00:04:08.731]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T22:54:45.0247976Z [00:04:08.731]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T22:54:45.0249723Z [00:04:08.731]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T22:54:45.0251461Z [00:04:08.731]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T22:54:45.0252800Z [00:04:08.731]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T22:54:45.0253829Z [00:04:08.731]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T22:54:45.0255696Z [00:04:08.731]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T22:54:45.0257317Z [00:04:08.731]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T22:54:45.0259197Z [00:04:08.731]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T22:54:45.0261205Z [00:04:08.731]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T22:54:45.0263308Z [00:04:08.731]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T22:54:45.0265540Z [00:04:08.731]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T22:54:45.0267332Z [00:04:08.731]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T22:54:45.0269168Z [00:04:08.731]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T22:54:45.0271096Z [00:04:08.731]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T22:54:45.0273100Z [00:04:08.731]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T22:54:45.0275091Z [00:04:08.731]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T22:54:45.0277257Z [00:04:08.731]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T22:54:45.0278848Z [00:04:08.731]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:45.0280392Z [00:04:08.731]➜  packagefile text/tabwriter=/root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d
2025-08-20T22:54:45.0281911Z [00:04:08.731]➜  packagefile hash/maphash=/root/.cache/go-build/52/520078817d802480be6109a944ce542c6b23f165bf4d027674c1c2bbe6098d6b-d
2025-08-20T22:54:45.0283397Z [00:04:08.731]➜  packagefile encoding/base32=/root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d
2025-08-20T22:54:45.0285071Z [00:04:08.731]➜  packagefile github.com/fxamacker/cbor/v2=/root/.cache/go-build/76/76bbdc683b734e89dd5a68139d3b6f9a401483ffa042b581e1dce5453054aa58-d
2025-08-20T22:54:45.0287266Z [00:04:08.731]➜  packagefile github.com/hdevalence/ed25519consensus=/root/.cache/go-build/aa/aa45314a9f23fdb4a9ff1383e71da10448b6fa5ccb39d2edc5ac20500f0aad1a-d
2025-08-20T22:54:45.0289077Z [00:04:08.731]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/b4/b4a4f555f6dcdcc81682c738f8aac3a5fec1636f20d55d16b10faa28811fdfd0-d
2025-08-20T22:54:45.0290752Z [00:04:08.731]➜  packagefile golang.org/x/crypto/blake2s=/root/.cache/go-build/11/11e36e931ec6034305431823fac180dc3c3e53971ecb2dda9f758ae6a2c2d9e9-d
2025-08-20T22:54:45.0292358Z [00:04:08.732]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/2b/2b5aef88c22b28f62cce1139dfff9e44f375a11bf44320953658d378092ed830-d
2025-08-20T22:54:45.0294067Z [00:04:08.732]➜  packagefile golang.org/x/net/http2/hpack=/root/.cache/go-build/fd/fd77ba50db7749ecceb58c04d46292affac4151d978577a0e22003ddc46a7377-d
2025-08-20T22:54:45.0295928Z [00:04:08.732]➜  packagefile golang.org/x/net/idna=/root/.cache/go-build/c4/c4a0ed894c6d5eaf38fd854860670c9724f7a2d9b9011c771ef39088fa614324-d
2025-08-20T22:54:45.0297887Z [00:04:08.732]➜  packagefile golang.org/x/net/internal/httpcommon=/root/.cache/go-build/df/dff313eb4af6e336b92391bb7c1b7d149cfcdec0245cf68cf6846d3ee3392a03-d
2025-08-20T22:54:45.0299771Z [00:04:08.732]➜  packagefile tailscale.com/control/controlbase=/root/.cache/go-build/8c/8c4c1269f5bcf04c3154f9ef82f329220e4cae33d94f9e208a55628c63f99e36-d
2025-08-20T22:54:45.0301781Z [00:04:08.732]➜  packagefile tailscale.com/control/controlhttp/controlhttpcommon=/root/.cache/go-build/9e/9e75ccbd2370d8f7e277dd8d26f6c645faba4c8927f5b487319485be241a55e9-d
2025-08-20T22:54:45.0303713Z [00:04:08.732]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/d1/d1613c4b4ebd42cf02f63c0be74da28e8225f66de6f951cbe16c19357774af97-d
2025-08-20T22:54:45.0305777Z [00:04:08.732]➜  packagefile tailscale.com/net/tlsdial/blockblame=/root/.cache/go-build/9d/9dd80a558855738646369cff81dbbf9161bff1c97b6445b098fec005e4e88fa0-d
2025-08-20T22:54:45.0307712Z [00:04:08.732]➜  packagefile tailscale.com/wgengine/filter/filtertype=/root/.cache/go-build/c5/c5f40aaf3f556eca6055f1e25cddfe9d75a466dcca8603a7716e0f6c69860e15-d
2025-08-20T22:54:45.0309134Z [00:04:08.732]➜  packagefile github.com/mdlayher/sdnotify=/tmp/go-build2831371785/b386/_pkg_.a
2025-08-20T22:54:45.0310313Z [00:04:08.732]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build2831371785/b370/_pkg_.a
2025-08-20T22:54:45.0311804Z [00:04:08.732]➜  packagefile tailscale.com/tstime/rate=/root/.cache/go-build/ab/aba32cf7e691bb66dd309ba49f60577ecc19f3aa4c5a1ed14304e55cc548862a-d
2025-08-20T22:54:45.0313478Z [00:04:08.732]➜  packagefile golang.org/x/sync/errgroup=/root/.cache/go-build/6c/6c82791f2b500f6404c45f39e1e56d45cfd40c623f6028c09292d4500867f3d3-d
2025-08-20T22:54:45.0315349Z [00:04:08.732]➜  packagefile tailscale.com/client/tailscale=/root/.cache/go-build/3e/3ea9e512487166dff88ecc3480fd6adbd5aba1aa65885ac4fa839f14fcf3bb8f-d
2025-08-20T22:54:45.0317232Z [00:04:08.732]➜  packagefile tailscale.com/net/tcpinfo=/root/.cache/go-build/36/36a90ce8b80d160615dcad7b542d379af50ecea1c105169804a11d7e042abe9f-d
2025-08-20T22:54:45.0318439Z [00:04:08.732]➜  packagefile container/heap=/tmp/go-build2831371785/b403/_pkg_.a
2025-08-20T22:54:45.0319677Z [00:04:08.732]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:45.0321022Z [00:04:08.732]➜  packagefile github.com/tailscale/xnet/webdav/internal/xml=/tmp/go-build2831371785/b405/_pkg_.a
2025-08-20T22:54:45.0322212Z [00:04:08.732]➜  packagefile github.com/jellydator/ttlcache/v3=/tmp/go-build2831371785/b408/_pkg_.a
2025-08-20T22:54:45.0323257Z [00:04:08.732]➜  packagefile tailscale.com/net/udprelay=/tmp/go-build2831371785/b623/_pkg_.a
2025-08-20T22:54:45.0324324Z [00:04:08.732]➜  packagefile tailscale.com/net/udprelay/endpoint=/tmp/go-build2831371785/b513/_pkg_.a
2025-08-20T22:54:45.0325918Z [00:04:08.732]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T22:54:45.0327499Z [00:04:08.732]➜  packagefile tailscale.com/cmd/tailscaled/tailscaledhooks=/tmp/go-build2831371785/b626/_pkg_.a
2025-08-20T22:54:45.0328663Z [00:04:08.732]➜  packagefile tailscale.com/util/httphdr=/tmp/go-build2831371785/b627/_pkg_.a
2025-08-20T22:54:45.0329781Z [00:04:08.732]➜  packagefile tailscale.com/util/progresstracking=/tmp/go-build2831371785/b629/_pkg_.a
2025-08-20T22:54:45.0330834Z [00:04:08.732]➜  packagefile github.com/insomniacslk/dhcp/dhcpv4=/tmp/go-build2831371785/b631/_pkg_.a
2025-08-20T22:54:45.0331839Z [00:04:08.732]➜  packagefile github.com/google/go-tpm/tpm2=/tmp/go-build2831371785/b655/_pkg_.a
2025-08-20T22:54:45.0332889Z [00:04:08.732]➜  packagefile github.com/google/go-tpm/tpm2/transport=/tmp/go-build2831371785/b658/_pkg_.a
2025-08-20T22:54:45.0334043Z [00:04:08.732]➜  packagefile github.com/google/go-tpm/tpm2/transport/linuxtpm=/tmp/go-build2831371785/b659/_pkg_.a
2025-08-20T22:54:45.0335775Z [00:04:08.732]➜  packagefile golang.org/x/crypto/nacl/secretbox=/root/.cache/go-build/ed/ed6ea59c0ab58d0ad96d600bb3f6c25f6c4e0454080a12985365d9e3307a67d2-d
2025-08-20T22:54:45.0337139Z [00:04:08.732]➜  packagefile github.com/kortschak/wol=/tmp/go-build2831371785/b661/_pkg_.a
2025-08-20T22:54:45.0338553Z [00:04:08.732]➜  packagefile tailscale.com/util/dirwalk=/root/.cache/go-build/a5/a5b018cdc8cb877868d6eaab522bc805d9b295cf91a290be6231a4246bd67ffa-d
2025-08-20T22:54:45.0340335Z [00:04:08.732]➜  packagefile tailscale.com/types/result=/root/.cache/go-build/81/81dab5d8c1a56eabff666fca4ff7b081adeb26cf1d8ecc6ce15caf6679c812bb-d
2025-08-20T22:54:45.0342232Z [00:04:08.732]➜  packagefile github.com/go-json-experiment/json/internal=/root/.cache/go-build/7e/7e0bf51331ffd9130e5456a762a90c35d6c294c85a23094e4acbe943107b208e-d
2025-08-20T22:54:45.0344265Z [00:04:08.732]➜  packagefile github.com/go-json-experiment/json/internal/jsonflags=/root/.cache/go-build/5e/5e262fd5a85e943fb84caf449c227b5895ca2871dc5c5bc4fbd7d0f00f0f1a17-d
2025-08-20T22:54:45.0346504Z [00:04:08.732]➜  packagefile github.com/go-json-experiment/json/internal/jsonopts=/root/.cache/go-build/8a/8a08e734aa4ee60be3622ee361d574063c9c00e47b29ea91a3683bddc0fb9cc9-d
2025-08-20T22:54:45.0348622Z [00:04:08.732]➜  packagefile github.com/go-json-experiment/json/internal/jsonwire=/root/.cache/go-build/f2/f2889b344edb33e0d2b63f0624d854326319282c03cf2af53b83fe65f01300fb-d
2025-08-20T22:54:45.0350600Z [00:04:08.732]➜  packagefile tailscale.com/util/nocasemaps=/root/.cache/go-build/6f/6f08d734c55e822f7226e12c91d437fea7380c582a00a931c5cb203f6ea5139a-d
2025-08-20T22:54:45.0351860Z [00:04:08.732]➜  packagefile crypto/mlkem=/tmp/go-build2831371785/b426/_pkg_.a
2025-08-20T22:54:45.0353100Z [00:04:08.732]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/2f/2f9426a274bfba287f4deb3a11ab5d0bf885d793c4a6255780b9358fff60d9b5-d
2025-08-20T22:54:45.0354864Z [00:04:08.732]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/57/57a3fdda5bd7f5cecd8b84e4ccb7e54abf3f70bdf045e4ad6b9b42f0e8bbab73-d
2025-08-20T22:54:45.0356704Z [00:04:08.732]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2831371785/b427/_pkg_.a
2025-08-20T22:54:45.0357894Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/tmp/go-build2831371785/b431/_pkg_.a
2025-08-20T22:54:45.0358963Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/tmp/go-build2831371785/b436/_pkg_.a
2025-08-20T22:54:45.0359964Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/rand=/tmp/go-build2831371785/b444/_pkg_.a
2025-08-20T22:54:45.0360964Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/state=/tmp/go-build2831371785/b432/_pkg_.a
2025-08-20T22:54:45.0361993Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/sync=/tmp/go-build2831371785/b435/_pkg_.a
2025-08-20T22:54:45.0363570Z [00:04:08.732]➜  packagefile github.com/tailscale/web-client-prebuilt=/root/.cache/go-build/50/5030ebabad313b1c1d4240a4067fcca94d80d4ecf8806c6a9b3227c986226f7a-d
2025-08-20T22:54:45.0365686Z [00:04:08.732]➜  packagefile tailscale.com/licenses=/root/.cache/go-build/ea/ea83b7f48334d51d14e1bc2486dfbf2b189dde0679cf895f5f3ec66d754a781c-d
2025-08-20T22:54:45.0367572Z [00:04:08.732]➜  packagefile tailscale.com/util/groupmember=/root/.cache/go-build/26/2679d97e4c1cb89823540833d0f915d7a60c1187f9e42179edab3fbee2b156ef-d
2025-08-20T22:54:45.0369223Z [00:04:08.732]➜  packagefile archive/tar=/root/.cache/go-build/45/45bc959fc7160061e80f899fc836d1a56aa406314f9179978edbff4e7ecafa70-d
2025-08-20T22:54:45.0370860Z [00:04:08.732]➜  packagefile tailscale.com/clientupdate/distsign=/root/.cache/go-build/37/377b7cc048cb52d2a7ed9c20542be0657e563bd09704a387e7c16844261132b4-d
2025-08-20T22:54:45.0372259Z [00:04:08.732]➜  packagefile github.com/safchain/ethtool=/tmp/go-build2831371785/b452/_pkg_.a
2025-08-20T22:54:45.0373279Z [00:04:08.732]➜  packagefile tailscale.com/net/routetable=/tmp/go-build2831371785/b455/_pkg_.a
2025-08-20T22:54:45.0374315Z [00:04:08.732]➜  packagefile github.com/tailscale/peercred=/tmp/go-build2831371785/b421/_pkg_.a
2025-08-20T22:54:45.0375464Z [00:04:08.732]➜  packagefile tailscale.com/util/winutil=/tmp/go-build2831371785/b423/_pkg_.a
2025-08-20T22:54:45.0376436Z [00:04:08.732]➜  packagefile tailscale.com/types/mapx=/tmp/go-build2831371785/b526/_pkg_.a
2025-08-20T22:54:45.0377836Z [00:04:08.732]➜  packagefile tailscale.com/net/neterror=/root/.cache/go-build/27/27b0556153ddc511e1205245ee4202be58d4610648115ff82967917833ed235c-d
2025-08-20T22:54:45.0379522Z [00:04:08.732]➜  packagefile tailscale.com/net/ping=/root/.cache/go-build/f7/f756289daa5aa74764a2c0d72b6c80a4544e4fa4ae316cfd64bf677b7b120558-d
2025-08-20T22:54:45.0381340Z [00:04:08.732]➜  packagefile tailscale.com/net/portmapper=/root/.cache/go-build/e0/e02ed0e43db28baed2e4dd645cba2e949c8edbfbaf04f0f170bc1aae9e8215d0-d
2025-08-20T22:54:45.0383139Z [00:04:08.732]➜  packagefile tailscale.com/net/stun=/root/.cache/go-build/b0/b0eb341762f90b39195aa48fb40e06a9f16c0c872231196d6c3bb6ad13dbe728-d
2025-08-20T22:54:45.0384585Z [00:04:08.732]➜  packagefile github.com/digitalocean/go-smbios/smbios=/tmp/go-build2831371785/b614/_pkg_.a
2025-08-20T22:54:45.0386465Z [00:04:08.732]➜  packagefile tailscale.com/util/hashx=/root/.cache/go-build/b7/b7286b74cb3ad1e1d7b2d3192abb17327a56391094176199bd1aca1dab2e25ca-d
2025-08-20T22:54:45.0387967Z [00:04:08.732]➜  packagefile github.com/mdlayher/socket=/root/.cache/go-build/78/787b1d0706cd44c656c67f0b124852d15afad57db7da1a7250502e3743811f5c-d
2025-08-20T22:54:45.0389213Z [00:04:08.732]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/5b/5ba76ea3792c29678d9d40f96ae4a79d248b292eea51ab0ad8fcfcacf0d6828a-d
2025-08-20T22:54:45.0390423Z [00:04:08.732]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/c7/c79a99d64daaa64bbff1f857e4849b6acf9a76f75cf19bd44f966ce3b5670ea5-d
2025-08-20T22:54:45.0391645Z [00:04:08.732]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d
2025-08-20T22:54:45.0392848Z [00:04:08.732]➜  packagefile tailscale.com/net/batching=/tmp/go-build2831371785/b500/_pkg_.a
2025-08-20T22:54:45.0404182Z [00:04:08.732]➜  packagefile tailscale.com/tempfork/heap=/tmp/go-build2831371785/b514/_pkg_.a
2025-08-20T22:54:45.0404894Z [00:04:08.732]➜  packagefile tailscale.com/util/ringbuffer=/tmp/go-build2831371785/b515/_pkg_.a
2025-08-20T22:54:45.0405677Z [00:04:08.732]➜  packagefile tailscale.com/util/sysresources=/tmp/go-build2831371785/b516/_pkg_.a
2025-08-20T22:54:45.0406281Z [00:04:08.732]➜  packagefile tailscale.com/util/osdiag=/tmp/go-build2831371785/b621/_pkg_.a
2025-08-20T22:54:45.0406879Z [00:04:08.732]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build2831371785/b530/_pkg_.a
2025-08-20T22:54:45.0407502Z [00:04:08.732]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build2831371785/b547/_pkg_.a
2025-08-20T22:54:45.0408120Z [00:04:08.732]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build2831371785/b548/_pkg_.a
2025-08-20T22:54:45.0408762Z [00:04:08.732]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm=/tmp/go-build2831371785/b601/_pkg_.a
2025-08-20T22:54:45.0409578Z [00:04:08.732]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm/types=/tmp/go-build2831371785/b603/_pkg_.a
2025-08-20T22:54:45.0410304Z [00:04:08.732]➜  packagefile tailscale.com/kube/kubeapi=/tmp/go-build2831371785/b608/_pkg_.a
2025-08-20T22:54:45.0410923Z [00:04:08.732]➜  packagefile tailscale.com/kube/kubeclient=/tmp/go-build2831371785/b609/_pkg_.a
2025-08-20T22:54:45.0411680Z [00:04:08.732]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:45.0412460Z [00:04:08.732]➜  packagefile github.com/illarion/gonotify/v3/syscallf=/tmp/go-build2831371785/b464/_pkg_.a
2025-08-20T22:54:45.0413085Z [00:04:08.732]➜  packagefile tailscale.com/util/race=/tmp/go-build2831371785/b470/_pkg_.a
2025-08-20T22:54:45.0413864Z [00:04:08.732]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/45/4505800f73c53ddd658b7ba630b05decbb351f7f923dc802702197e98063fccc-d
2025-08-20T22:54:45.0414943Z [00:04:08.732]➜  packagefile github.com/jsimonetti/rtnetlink/internal/unix=/root/.cache/go-build/7f/7fb2f4ed7539543165cb68a7ce17db33a65e1b2eeb128d400b0245543adf3b88-d
2025-08-20T22:54:45.0416201Z [00:04:08.732]➜  packagefile github.com/mdlayher/netlink/nlenc=/root/.cache/go-build/4f/4fe7d064d545f6ae70b31cb26700b7bc635cb0064bf522064f0e5bb0b5675342-d
2025-08-20T22:54:45.0417280Z [00:04:08.732]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/e3/e3837efe11b67bedf53fab666d54e20c765d4926c2ee3d3cc91123a74f7659ab-d
2025-08-20T22:54:45.0418361Z [00:04:08.732]➜  packagefile github.com/coreos/go-iptables/iptables=/root/.cache/go-build/63/63453d3edb8067eca826fe35c8e3ffcb2184f286b7317c609c959f9be3cbc066-d
2025-08-20T22:54:45.0419399Z [00:04:08.732]➜  packagefile github.com/google/nftables=/root/.cache/go-build/ce/ce464b04bf86954f506144f14b0c978950e0f7dfb7905d12371b61d27172dc7f-d
2025-08-20T22:54:45.0420440Z [00:04:08.732]➜  packagefile github.com/google/nftables/binaryutil=/root/.cache/go-build/04/04944f886168129525dd7bd49cd28b0467d3664d289d22dc1de6c0834ffe50e6-d
2025-08-20T22:54:45.0421507Z [00:04:08.732]➜  packagefile github.com/google/nftables/expr=/root/.cache/go-build/8d/8ded7aebd75516a21aa90b82edd71d924e6f473dc58973c1a13deedd11243ff1-d
2025-08-20T22:54:45.0422638Z [00:04:08.732]➜  packagefile github.com/google/nftables/xt=/root/.cache/go-build/0e/0ed7adb6f899194b60bbf65f466d12d95d1e30223e4b21643909c26a457b131e-d
2025-08-20T22:54:45.0423471Z [00:04:08.732]➜  packagefile github.com/gaissmai/bart/internal/bitset=/tmp/go-build2831371785/b381/_pkg_.a
2025-08-20T22:54:45.0424149Z [00:04:08.732]➜  packagefile github.com/gaissmai/bart/internal/sparse=/tmp/go-build2831371785/b382/_pkg_.a
2025-08-20T22:54:45.0424812Z [00:04:08.732]➜  packagefile github.com/tailscale/wireguard-go/ipc=/tmp/go-build2831371785/b475/_pkg_.a
2025-08-20T22:54:45.0425629Z [00:04:08.732]➜  packagefile github.com/tailscale/wireguard-go/ratelimiter=/tmp/go-build2831371785/b477/_pkg_.a
2025-08-20T22:54:45.0426402Z [00:04:08.732]➜  packagefile github.com/tailscale/wireguard-go/replay=/tmp/go-build2831371785/b478/_pkg_.a
2025-08-20T22:54:45.0427087Z [00:04:08.732]➜  packagefile github.com/tailscale/wireguard-go/rwcancel=/tmp/go-build2831371785/b476/_pkg_.a
2025-08-20T22:54:45.0427767Z [00:04:08.732]➜  packagefile github.com/tailscale/wireguard-go/tai64n=/tmp/go-build2831371785/b479/_pkg_.a
2025-08-20T22:54:45.0428671Z [00:04:08.732]➜  packagefile golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/0d/0db8726bc187afc61dae6a6665d8aa227eb488e026b453476c2774d31517a611-d
2025-08-20T22:54:45.0429490Z [00:04:08.732]➜  packagefile golang.org/x/crypto/poly1305=/tmp/go-build2831371785/b481/_pkg_.a
2025-08-20T22:54:45.0430061Z [00:04:08.732]➜  packagefile github.com/google/btree=/tmp/go-build2831371785/b483/_pkg_.a
2025-08-20T22:54:45.0430656Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/tmp/go-build2831371785/b484/_pkg_.a
2025-08-20T22:54:45.0431255Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/log=/tmp/go-build2831371785/b440/_pkg_.a
2025-08-20T22:54:45.0431925Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/sync/locking=/tmp/go-build2831371785/b486/_pkg_.a
2025-08-20T22:54:45.0432666Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/hash/jenkins=/tmp/go-build2831371785/b487/_pkg_.a
2025-08-20T22:54:45.0433340Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/tmp/go-build2831371785/b488/_pkg_.a
2025-08-20T22:54:45.0434079Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack=/tmp/go-build2831371785/b489/_pkg_.a
2025-08-20T22:54:45.0434767Z [00:04:08.732]➜  packagefile tailscale.com/types/netlogtype=/tmp/go-build2831371785/b491/_pkg_.a
2025-08-20T22:54:45.0435729Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/tmp/go-build2831371785/b494/_pkg_.a
2025-08-20T22:54:45.0436421Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack/gro=/tmp/go-build2831371785/b495/_pkg_.a
2025-08-20T22:54:45.0437012Z [00:04:08.732]➜  packagefile github.com/kr/fs=/tmp/go-build2831371785/b668/_pkg_.a
2025-08-20T22:54:45.0437664Z [00:04:08.732]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer=/tmp/go-build2831371785/b669/_pkg_.a
2025-08-20T22:54:45.0438331Z [00:04:08.732]➜  packagefile github.com/anmitsu/go-shlex=/tmp/go-build2831371785/b674/_pkg_.a
2025-08-20T22:54:45.0439169Z [00:04:08.732]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/b6/b645ba62c86da6325b9dc7dec175f54d734b90a5d32136ae6c911fe92eff2c71-d
2025-08-20T22:54:45.0440215Z [00:04:08.732]➜  packagefile golang.org/x/crypto/salsa20/salsa=/root/.cache/go-build/79/7960fa0344ac1a2f8214b8dae03caad75ff79096d46b2203f5542b66b3c6e0f7-d
2025-08-20T22:54:45.0441308Z [00:04:08.732]➜  packagefile github.com/coder/websocket/internal/errd=/root/.cache/go-build/7d/7d22a20aba91bfe5b125024bae0d96e9f0fc7954a51ce9ecdd68b2afd4826e6b-d
2025-08-20T22:54:45.0442432Z [00:04:08.732]➜  packagefile github.com/coder/websocket/internal/util=/root/.cache/go-build/8a/8a875c533b90753491bf6224acfa90b11f526183c346c75cd5b0d44965463b28-d
2025-08-20T22:54:45.0443557Z [00:04:08.732]➜  packagefile github.com/coder/websocket/internal/xsync=/root/.cache/go-build/76/76e93ae68ff50cd7bfe6999168c8480e18bd8a6bc80ccfb26466b6006365a61b-d
2025-08-20T22:54:45.0444676Z [00:04:08.732]➜  packagefile text/template=/root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d
2025-08-20T22:54:45.0445724Z [00:04:08.732]➜  packagefile text/template/parse=/root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d
2025-08-20T22:54:45.0446805Z [00:04:08.732]➜  packagefile tailscale.com/util/syspolicy/internal/metrics=/root/.cache/go-build/07/07cef7e2a4c0eea3e921126e5e0e0ab5008c4085a67e56d64bb53847eabc3522-d
2025-08-20T22:54:45.0447675Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/context=/tmp/go-build2831371785/b439/_pkg_.a
2025-08-20T22:54:45.0448331Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/hash=/tmp/go-build2831371785/b643/_pkg_.a
2025-08-20T22:54:45.0449185Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation=/tmp/go-build2831371785/b644/_pkg_.a
2025-08-20T22:54:45.0450020Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/ip=/tmp/go-build2831371785/b645/_pkg_.a
2025-08-20T22:54:45.0450807Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast=/tmp/go-build2831371785/b646/_pkg_.a
2025-08-20T22:54:45.0451531Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/tmp/go-build2831371785/b649/_pkg_.a
2025-08-20T22:54:45.0452263Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/tmp/go-build2831371785/b650/_pkg_.a
2025-08-20T22:54:45.0453001Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/tmp/go-build2831371785/b651/_pkg_.a
2025-08-20T22:54:45.0453634Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/sleep=/tmp/go-build2831371785/b679/_pkg_.a
2025-08-20T22:54:45.0454266Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/internal/tcp=/tmp/go-build2831371785/b680/_pkg_.a
2025-08-20T22:54:45.0455383Z [00:04:08.732]➜  packagefile github.com/tailscale/netlink/nl=/root/.cache/go-build/69/69ed964b13a829d98c985e3a22419b0a75eb0e3fefb41f63468d668251c41f49-d
2025-08-20T22:54:45.0456425Z [00:04:08.732]➜  packagefile github.com/vishvananda/netns=/root/.cache/go-build/72/725d67b3a5930328a0957fc884e7df68a91b6cb31721b33a7de59fd2938a74f3-d
2025-08-20T22:54:45.0457485Z [00:04:08.732]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T22:54:45.0458473Z [00:04:08.732]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T22:54:45.0459470Z [00:04:08.732]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T22:54:45.0460511Z [00:04:08.732]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T22:54:45.0461539Z [00:04:08.732]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T22:54:45.0462522Z [00:04:08.732]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T22:54:45.0463459Z [00:04:08.732]➜  packagefile github.com/x448/float16=/root/.cache/go-build/0d/0dc6417e11bfb8716965dd1041b6e7da2ec193dfbe615205b0e65b6b88db40cc-d
2025-08-20T22:54:45.0464420Z [00:04:08.732]➜  packagefile filippo.io/edwards25519=/root/.cache/go-build/4f/4fb849826e13d3493809e995780b14acb0aa406341d44658fd05ebadf980f0c0-d
2025-08-20T22:54:45.0465576Z [00:04:08.732]➜  packagefile golang.org/x/text/secure/bidirule=/root/.cache/go-build/e3/e3ec1b38ddba946f25df0ab4e425338aa74e8bba7d8d9c90f676ef286987e73a-d
2025-08-20T22:54:45.0466635Z [00:04:08.732]➜  packagefile golang.org/x/text/unicode/bidi=/root/.cache/go-build/08/08bafa042bc77ad3b4748634a6f077880de18e631401dd5a7fe1c43353556d79-d
2025-08-20T22:54:45.0467655Z [00:04:08.732]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/ec/ec09a54e2a0543acb6e97ca182260967a5c3e7b453f18729584f4dcfacccee59-d
2025-08-20T22:54:45.0468741Z [00:04:08.732]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/f9/f9e09eba09d25c0beab5aa18d8b0397cf736189c1a230de2173941ce217896bd-d
2025-08-20T22:54:45.0469518Z [00:04:08.732]➜  packagefile github.com/klauspost/compress=/tmp/go-build2831371785/b371/_pkg_.a
2025-08-20T22:54:45.0470147Z [00:04:08.732]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build2831371785/b372/_pkg_.a
2025-08-20T22:54:45.0470834Z [00:04:08.732]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build2831371785/b374/_pkg_.a
2025-08-20T22:54:45.0471626Z [00:04:08.732]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build2831371785/b375/_pkg_.a
2025-08-20T22:54:45.0472389Z [00:04:08.732]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build2831371785/b376/_pkg_.a
2025-08-20T22:54:45.0473072Z [00:04:08.732]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build2831371785/b409/_pkg_.a
2025-08-20T22:54:45.0473700Z [00:04:08.732]➜  packagefile github.com/insomniacslk/dhcp/iana=/tmp/go-build2831371785/b632/_pkg_.a
2025-08-20T22:54:45.0474613Z [00:04:08.732]➜  packagefile github.com/insomniacslk/dhcp/interfaces=/tmp/go-build2831371785/b639/_pkg_.a
2025-08-20T22:54:45.0475554Z [00:04:08.732]➜  packagefile github.com/insomniacslk/dhcp/rfc1035label=/tmp/go-build2831371785/b640/_pkg_.a
2025-08-20T22:54:45.0476201Z [00:04:08.732]➜  packagefile github.com/u-root/uio/rand=/tmp/go-build2831371785/b641/_pkg_.a
2025-08-20T22:54:45.0476764Z [00:04:08.732]➜  packagefile github.com/u-root/uio/uio=/tmp/go-build2831371785/b633/_pkg_.a
2025-08-20T22:54:45.0477374Z [00:04:08.732]➜  packagefile github.com/google/go-tpm/legacy/tpm2=/tmp/go-build2831371785/b656/_pkg_.a
2025-08-20T22:54:45.0478144Z [00:04:08.732]➜  packagefile github.com/google/go-tpm/tpmutil=/tmp/go-build2831371785/b657/_pkg_.a
2025-08-20T22:54:45.0479024Z [00:04:08.732]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/53/53412abcbd74c30a026293cea4c040906e0bc58e56b0c0c071722468f320d146-d
2025-08-20T22:54:45.0479841Z [00:04:08.732]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2831371785/b428/_pkg_.a
2025-08-20T22:54:45.0480422Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/bits=/tmp/go-build2831371785/b437/_pkg_.a
2025-08-20T22:54:45.0481014Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/state/wire=/tmp/go-build2831371785/b433/_pkg_.a
2025-08-20T22:54:45.0481618Z [00:04:08.732]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/tmp/go-build2831371785/b434/_pkg_.a
2025-08-20T22:54:45.0482409Z [00:04:08.732]➜  packagefile golang.org/x/net/icmp=/root/.cache/go-build/45/45478a0cb5891eb0561089cbfed363e886728188c875628bce9f18cf5512e15e-d
2025-08-20T22:54:45.0483396Z [00:04:08.733]➜  packagefile github.com/tailscale/goupnp=/root/.cache/go-build/bc/bc7ab0a229d054876a3525805d288f99cec0977724b02a58284bab10b52a1d82-d
2025-08-20T22:54:45.0484499Z [00:04:08.733]➜  packagefile github.com/tailscale/goupnp/dcps/internetgateway2=/root/.cache/go-build/99/99fe00c93dc140aa1ce00c77ee659d349d73b0d55294816e554613759e089546-d
2025-08-20T22:54:45.0485776Z [00:04:08.733]➜  packagefile github.com/tailscale/goupnp/soap=/root/.cache/go-build/0d/0dcf43b3a392dab72d3fc341164450dc29a1067d1dd3b3370d9b616e86ffe7e2-d
2025-08-20T22:54:45.0486827Z [00:04:08.733]➜  packagefile golang.org/x/net/internal/iana=/root/.cache/go-build/cb/cb6b616e52b44c2b3d8e9b2dfc605f12d70fa0faa5d799e340aafdc988ec74cd-d
2025-08-20T22:54:45.0487869Z [00:04:08.733]➜  packagefile golang.org/x/net/internal/socket=/root/.cache/go-build/a1/a17e26f40647127263de2dcc588e4b2c0b869af9deef5653855dfc4014a9542c-d
2025-08-20T22:54:45.0488720Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build2831371785/b531/_pkg_.a
2025-08-20T22:54:45.0489394Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build2831371785/b532/_pkg_.a
2025-08-20T22:54:45.0490119Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build2831371785/b533/_pkg_.a
2025-08-20T22:54:45.0490899Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build2831371785/b534/_pkg_.a
2025-08-20T22:54:45.0491516Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build2831371785/b538/_pkg_.a
2025-08-20T22:54:45.0492140Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build2831371785/b537/_pkg_.a
2025-08-20T22:54:45.0492750Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build2831371785/b546/_pkg_.a
2025-08-20T22:54:45.0493399Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build2831371785/b549/_pkg_.a
2025-08-20T22:54:45.0494149Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build2831371785/b552/_pkg_.a
2025-08-20T22:54:45.0494868Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build2831371785/b553/_pkg_.a
2025-08-20T22:54:45.0495758Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build2831371785/b561/_pkg_.a
2025-08-20T22:54:45.0496522Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build2831371785/b563/_pkg_.a
2025-08-20T22:54:45.0497262Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build2831371785/b565/_pkg_.a
2025-08-20T22:54:45.0497983Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build2831371785/b590/_pkg_.a
2025-08-20T22:54:45.0498683Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build2831371785/b554/_pkg_.a
2025-08-20T22:54:45.0499434Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build2831371785/b599/_pkg_.a
2025-08-20T22:54:45.0500303Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build2831371785/b566/_pkg_.a
2025-08-20T22:54:45.0500996Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build2831371785/b567/_pkg_.a
2025-08-20T22:54:45.0501661Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build2831371785/b585/_pkg_.a
2025-08-20T22:54:45.0502326Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build2831371785/b591/_pkg_.a
2025-08-20T22:54:45.0503030Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build2831371785/b600/_pkg_.a
2025-08-20T22:54:45.0503732Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build2831371785/b568/_pkg_.a
2025-08-20T22:54:45.0504398Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build2831371785/b550/_pkg_.a
2025-08-20T22:54:45.0505210Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build2831371785/b569/_pkg_.a
2025-08-20T22:54:45.0505897Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build2831371785/b555/_pkg_.a
2025-08-20T22:54:45.0506542Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build2831371785/b570/_pkg_.a
2025-08-20T22:54:45.0507196Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build2831371785/b573/_pkg_.a
2025-08-20T22:54:45.0507883Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build2831371785/b575/_pkg_.a
2025-08-20T22:54:45.0508610Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build2831371785/b576/_pkg_.a
2025-08-20T22:54:45.0509330Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build2831371785/b577/_pkg_.a
2025-08-20T22:54:45.0510096Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build2831371785/b578/_pkg_.a
2025-08-20T22:54:45.0510899Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm/internal/endpoints=/tmp/go-build2831371785/b602/_pkg_.a
2025-08-20T22:54:45.0511685Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go=/tmp/go-build2831371785/b540/_pkg_.a
2025-08-20T22:54:45.0512272Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build2831371785/b541/_pkg_.a
2025-08-20T22:54:45.0512873Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build2831371785/b583/_pkg_.a
2025-08-20T22:54:45.0513542Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build2831371785/b574/_pkg_.a
2025-08-20T22:54:45.0514215Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build2831371785/b588/_pkg_.a
2025-08-20T22:54:45.0514919Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build2831371785/b584/_pkg_.a
2025-08-20T22:54:45.0515825Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build2831371785/b560/_pkg_.a
2025-08-20T22:54:45.0516417Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build2831371785/b551/_pkg_.a
2025-08-20T22:54:45.0516996Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build2831371785/b543/_pkg_.a
2025-08-20T22:54:45.0517615Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build2831371785/b539/_pkg_.a
2025-08-20T22:54:45.0518240Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build2831371785/b604/_pkg_.a
2025-08-20T22:54:45.0518842Z [00:04:08.733]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build2831371785/b605/_pkg_.a
2025-08-20T22:54:45.0519777Z [00:04:08.733]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/root/.cache/go-build/32/32a96291bccb64288e415d4287133f46d63882aff8916e02dd202d064ab148df-d
2025-08-20T22:54:45.0521033Z [00:04:08.733]➜  packagefile github.com/mdlayher/netlink/nltest=/root/.cache/go-build/33/338c01c3336957090a4b7803da8d8e72a4b054e336af53d0f59c89840b8cef4e-d
2025-08-20T22:54:45.0522131Z [00:04:08.733]➜  packagefile github.com/google/nftables/alignedbuff=/root/.cache/go-build/de/ded591ff13a8fa2a7a2b83181cc393aea7a6f052c8b6b8b97b2a642ec4f6d1d8-d
2025-08-20T22:54:45.0522992Z [00:04:08.733]➜  packagefile gvisor.dev/gvisor/pkg/linewriter=/tmp/go-build2831371785/b441/_pkg_.a
2025-08-20T22:54:45.0523704Z [00:04:08.733]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop=/tmp/go-build2831371785/b652/_pkg_.a
2025-08-20T22:54:45.0524450Z [00:04:08.733]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/packet=/tmp/go-build2831371785/b653/_pkg_.a
2025-08-20T22:54:45.0525458Z [00:04:08.733]➜  packagefile filippo.io/edwards25519/field=/root/.cache/go-build/61/610792fe53cc46c9dc5fdb3cc5a7823969b93f46e15371374fa5d64aa95104ab-d
2025-08-20T22:54:45.0526475Z [00:04:08.733]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/a4/a469f85e6ed92902999797ef65c069e2eaa3728567817a6926819097777399a6-d
2025-08-20T22:54:45.0527269Z [00:04:08.733]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build2831371785/b373/_pkg_.a
2025-08-20T22:54:45.0527873Z [00:04:08.733]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build2831371785/b634/_pkg_.a
2025-08-20T22:54:45.0528707Z [00:04:08.733]➜  packagefile github.com/tailscale/goupnp/httpu=/root/.cache/go-build/5c/5cb90c6d271a9bf3d073e429792eeb75a2ddc04433d3b076e44d7a30457e443f-d
2025-08-20T22:54:45.0529752Z [00:04:08.733]➜  packagefile github.com/tailscale/goupnp/scpd=/root/.cache/go-build/ee/ee0551bc0548a6015f031bc2c3f8062636a4731766b93d12ebbea4010b9aa3bd-d
2025-08-20T22:54:45.0530782Z [00:04:08.733]➜  packagefile github.com/tailscale/goupnp/ssdp=/root/.cache/go-build/f6/f65406d21425c1ded04582cca4fa590d8cb65064d41456bf3fde5220d33ecb97-d
2025-08-20T22:54:45.0531592Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build2831371785/b535/_pkg_.a
2025-08-20T22:54:45.0532290Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build2831371785/b536/_pkg_.a
2025-08-20T22:54:45.0533045Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build2831371785/b544/_pkg_.a
2025-08-20T22:54:45.0533813Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build2831371785/b562/_pkg_.a
2025-08-20T22:54:45.0534594Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build2831371785/b564/_pkg_.a
2025-08-20T22:54:45.0535382Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build2831371785/b597/_pkg_.a
2025-08-20T22:54:45.0536155Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build2831371785/b559/_pkg_.a
2025-08-20T22:54:45.0536992Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build2831371785/b579/_pkg_.a
2025-08-20T22:54:45.0537763Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build2831371785/b580/_pkg_.a
2025-08-20T22:54:45.0538515Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build2831371785/b582/_pkg_.a
2025-08-20T22:54:45.0539158Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build2831371785/b542/_pkg_.a
2025-08-20T22:54:45.0539884Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build2831371785/b586/_pkg_.a
2025-08-20T22:54:45.0540661Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build2831371785/b587/_pkg_.a
2025-08-20T22:54:45.0541373Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build2831371785/b592/_pkg_.a
2025-08-20T22:54:45.0542072Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build2831371785/b593/_pkg_.a
2025-08-20T22:54:45.0542936Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build2831371785/b594/_pkg_.a
2025-08-20T22:54:45.0543756Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build2831371785/b595/_pkg_.a
2025-08-20T22:54:45.0544551Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build2831371785/b596/_pkg_.a
2025-08-20T22:54:45.0545372Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build2831371785/b598/_pkg_.a
2025-08-20T22:54:45.0546034Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build2831371785/b556/_pkg_.a
2025-08-20T22:54:45.0546710Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build2831371785/b557/_pkg_.a
2025-08-20T22:54:45.0547405Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build2831371785/b558/_pkg_.a
2025-08-20T22:54:45.0548127Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build2831371785/b571/_pkg_.a
2025-08-20T22:54:45.0548852Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build2831371785/b581/_pkg_.a
2025-08-20T22:54:45.0549517Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build2831371785/b589/_pkg_.a
2025-08-20T22:54:45.0550240Z [00:04:08.733]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build2831371785/b545/_pkg_.a
2025-08-20T22:54:45.0550964Z [00:04:08.733]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build2831371785/b635/_pkg_.a
2025-08-20T22:54:45.0551665Z [00:04:08.733]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build2831371785/b636/_pkg_.a
2025-08-20T22:54:45.0552377Z [00:04:08.733]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build2831371785/b637/_pkg_.a
2025-08-20T22:54:45.0553070Z [00:04:08.733]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build2831371785/b572/_pkg_.a
2025-08-20T22:54:45.0553750Z [00:04:08.733]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build2831371785/b638/_pkg_.a
2025-08-20T22:54:45.0585736Z [00:04:08.733]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\ttailscale.com/cmd/tailscaled\nmod\ttailscale.com\tv1.87.0-pre.0.20250820210428-b48d2de6ab7a+dirty\t\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgithub.com/anmitsu/go-shlex\tv0.0.0-20200514113438-38f4b401e2be\th1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.0\th1:b1wM5CcE65Ujwn565qcwgtOTT1aT4ADOHHgglKjG7fk=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.5\th1:4lS2IB+wwkj5J43Tq/AwvnscBerBJtQQ6YS7puzCI1k=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.58\th1:/d7FUpAPU8Lf2KUdjniQvfNdlMID0Sd9pS23FJ3SS9Y=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.27\th1:7lOW8NUwE9UZekS1DYoiPdVAqZ6A+LheHWb+mHbNOq8=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.31\th1:lWm9ucLSRFiI4dQQafLrEOmEDGry3Swrz0BIRdiHJqQ=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.31\th1:ACxDklUKKXb48+eg5ROZXi1vDgfMyfIA/WyvqHcHI0o=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.2\th1:Pg9URiobXy85kgFev3og2CuOZ8JZUBENF+dcgWBaYNk=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.2\th1:D4oz8/CzT9bAEYtVhSBmFj2dNOtaHOtMKc2vHBwYizA=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.12\th1:O+8vD2rGjfihBewr5bT+QUfYUHIxCVgG61LHoT59shM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssm\tv1.44.7\th1:a8HvP/+ew3tKwSXqL3BCSjiuicr+XTU2eFYeogV9GJE=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.24.14\th1:c5WJ3iHz7rLIgArznb3JCSQT3uUMiz9DLZhIX+1G8ok=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.28.13\th1:f1L/JtUkVODD+k1+IiSJUUv8A++2qVr+Xvb3xWXETMU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.33.13\th1:3LXNnmtH3TURctC23hnC0p/39Q5gre3FI7BNOiDcVWc=\ndep\tgithub.com/aws/smithy-go\tv1.22.2\th1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=\ndep\tgithub.com/coder/websocket\tv1.8.12\th1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo=\ndep\tgithub.com/coreos/go-iptables\tv0.7.1-0.20240112124308-65c67c9f46e6\th1:8h5+bWd7R6AYUslN6c6iuZWTKsKxUFDlpnmilO6R2n0=\ndep\tgithub.com/creack/pty\tv1.1.23\th1:4M6+isWdcStXEf15G/RbrMPOQj1dZ7HPZCGwE4kOeP0=\ndep\tgithub.com/digitalocean/go-smbios\tv0.0.0-20180907143718-390a4f403a8e\th1:vUmf0yezR0y7jJ5pceLHthLaYf4bA5T14B6q39S4q2Q=\ndep\tgithub.com/djherbis/times\tv1.6.0\th1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=\ndep\tgithub.com/fxamacker/cbor/v2\tv2.7.0\th1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=\ndep\tgithub.com/gaissmai/bart\tv0.18.0\th1:jQLBT/RduJu0pv/tLwXE+xKPgtWJejbxuXAR+wLJafo=\ndep\tgithub.com/go-json-experiment/json\tv0.0.0-20250813024750-ebf49471dced\th1:Q311OHjMh/u5E2TITc++WlTP5We0xNseRMkHDyvhW7I=\ndep\tgithub.com/godbus/dbus/v5\tv5.1.1-0.20230522191255-76236955d466\th1:sQspH8M4niEijh3PFscJRLDnkL547IeP7kpPe3uUhEg=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20210331224755-41bb18bfe9da\th1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=\ndep\tgithub.com/google/btree\tv1.1.2\th1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=\ndep\tgithub.com/google/go-tpm\tv0.9.4\th1:awZRf9FwOeTunQmHoDYSHJps3ie6f1UlhS1fOdPEt1I=\ndep\tgithub.com/google/nftables\tv0.2.1-0.20240414091927-5e242ec57806\th1:wG8RYIyctLhdFk6Vl1yPGtSRtwGpVkWyZww1OCil2MI=\ndep\tgithub.com/hdevalence/ed25519consensus\tv0.2.0\th1:37ICyZqdyj0lAZ8P4D1d1id3HqbbG1N3iBb1Tb4rdcU=\ndep\tgithub.com/illarion/gonotify/v3\tv3.0.2\th1:O7S6vcopHexutmpObkeWsnzMJt/r1hONIEogeVNmJMk=\ndep\tgithub.com/insomniacslk/dhcp\tv0.0.0-20231206064809-8c70d406f6d2\th1:9K06NfxkBh25x56yVhWWlKFE8YpicaSfHwoV8SFbueA=\ndep\tgithub.com/jellydator/ttlcache/v3\tv3.1.0\th1:0gPFG0IHHP6xyUyXq+JaD8fwkDCqgqwohXNJBcYE71g=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/jsimonetti/rtnetlink\tv1.4.0\th1:Z1BF0fRgcETPEa0Kt0MRk3yV5+kF1FWTni6KUFKrq2I=\ndep\tgithub.com/klauspost/compress\tv1.17.11\th1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=\ndep\tgithub.com/kortschak/wol\tv0.0.0-20200729010619-da482cc4850a\th1:+RR6SqnTkDLWyICxS1xpjCi/3dhyV+TgZwA6Ww3KncQ=\ndep\tgithub.com/kr/fs\tv0.1.0\th1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=\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/sdnotify\tv1.0.0\th1:Ma9XeLVN/l0qpyx1tNeMSeTjCPH6NtuD6/N9XdTlQ3c=\ndep\tgithub.com/mdlayher/socket\tv0.5.0\th1:ilICZmJcQz70vrWVes1MFera4jGiWNocSkykwwoy3XI=\ndep\tgithub.com/miekg/dns\tv1.1.58\th1:ca2Hdkz+cDg/7eNF6V56jjzuZ4aCAE+DbVkILdQWG/4=\ndep\tgithub.com/mitchellh/go-ps\tv1.0.0\th1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=\ndep\tgithub.com/pierrec/lz4/v4\tv4.1.21\th1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=\ndep\tgithub.com/pkg/sftp\tv1.13.6\th1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=\ndep\tgithub.com/safchain/ethtool\tv0.3.0\th1:gimQJpsI6sc1yIqP/y8GYgiXn/NjgvpM0RNoWLVVmP0=\ndep\tgithub.com/tailscale/goupnp\tv1.0.1-0.20210804011211-c64d0f06ea05\th1:4chzWmimtJPxRs2O36yuGRW3f9SYV+bMTTvMBI0EKio=\ndep\tgithub.com/tailscale/hujson\tv0.0.0-20221223112325-20486734a56a\th1:SJy1Pu0eH1C29XwJucQo73FrleVK6t4kYz4NVhp34Yw=\ndep\tgithub.com/tailscale/netlink\tv1.1.1-0.20240822203006-4d49adab4de7\th1:uFsXVBE9Qr4ZoF094vE6iYTLDl0qCiKzYXlL6UeWObU=\ndep\tgithub.com/tailscale/peercred\tv0.0.0-20250107143737-35a0c7bd7edc\th1:24heQPtnFR+yfntqhI3oAu9i27nEojcQ4NuBQOo5ZFA=\ndep\tgithub.com/tailscale/web-client-prebuilt\tv0.0.0-20250124233751-d4cd19a26976\th1:UBPHPtv8+nEAy2PD8RyAhOYvau1ek0HDJqLS/Pysi14=\ndep\tgithub.com/tailscale/wireguard-go\tv0.0.0-20250716170648-1d0488a3d7da\th1:jVRUZPRs9sqyKlYHHzHjAqKN+6e/Vog6NpHYeNPJqOw=\ndep\tgithub.com/tailscale/xnet\tv0.0.0-20240729143630-8497ac4dab2e\th1:zOGKqN5D5hHhiYUp091JqK7DPCqSARyUfduhGUY8Bek=\ndep\tgithub.com/u-root/u-root\tv0.14.0\th1:Ka4T10EEML7dQ5XDvO9c3MBN8z4nuSnGjcd1jmU2ivg=\ndep\tgithub.com/u-root/uio\tv0.0.0-20240224005618-d2acac8f3701\th1:pyC9PaHYZFgEKFdlp3G8RaCKgVpHZnecvArXvPXcFkM=\ndep\tgithub.com/vishvananda/netns\tv0.0.5\th1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY=\ndep\tgithub.com/x448/float16\tv0.8.4\th1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=\ndep\tgo4.org/mem\tv0.0.0-20240501181205-ae6ca9944745\th1:Tl++JLUCe4sxGu8cTpDzRLd3tN7US4hOxG5YpKCzkek=\ndep\tgo4.org/netipx\tv0.0.0-20231129151722-fdeea329fbba\th1:0b9z3AuHCjxk0x/opv64kcgZLBseWJUpBw5I82+2U4M=\ndep\tgolang.org/x/crypto\tv0.38.0\th1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=\ndep\tgolang.org/x/exp\tv0.0.0-20250210185358-939b2ce775ac\th1:l5+whBCLH3iH2ZNHYLbAe58bo7yrN4mVcnkHDYz5vvs=\ndep\tgolang.org/x/net\tv0.40.0\th1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=\ndep\tgolang.org/x/sync\tv0.14.0\th1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/term\tv0.32.0\th1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=\ndep\tgolang.org/x/text\tv0.25.0\th1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=\ndep\tgolang.org/x/time\tv0.11.0\th1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=\ndep\tgvisor.dev/gvisor\tv0.0.0-20250205023644-9414b50a5633\th1:2gap+Kh/3F47cO6hAu3idFvsJ0ue6TRcEi2IUkv/F8k=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=b48d2de6ab7ad2588395e896649f4bf6bea73fcf\nbuild\tvcs.time=2025-08-20T21:04:28Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:54:45.0612071Z [00:04:08.733]➜  EOF
2025-08-20T22:54:45.0612340Z [00:04:08.733]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:54:45.0612622Z [00:04:08.733]➜  cd .
2025-08-20T22:54:45.0614982Z [00:04:08.733]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=t6kdBFqiuo5G-WUQW7Mq/Jgh-sqm3PKA-WeozlbEh/_MwmIqZKNbTr7KR0eo9i/t6kdBFqiuo5G-WUQW7Mq -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:54:46.2781033Z [00:04:10.031]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:54:46.3078772Z [00:04:10.061]➜  mkdir -p /build-bins/
2025-08-20T22:54:46.3079665Z [00:04:10.061]➜  cp $WORK/b001/exe/a.out /build-bins/tailscaled
2025-08-20T22:54:46.3311989Z [00:04:10.084]➜  rm -rf $WORK/b001/
2025-08-20T22:54:46.4480037Z [00:04:10.201]➜  + go build -C ./cmd/tailscaled -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -tags ts_include_cli -o /build-bins/tailscale-multi
2025-08-20T22:54:46.4509504Z [00:04:10.204]➜  WORK=/tmp/go-build2507452688
2025-08-20T22:54:46.5390823Z [00:04:10.292]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO
2025-08-20T22:54:46.5393530Z [00:04:10.292]➜  git status --porcelain
2025-08-20T22:54:46.5515872Z [00:04:10.304]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO
2025-08-20T22:54:46.5516459Z [00:04:10.304]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:54:46.5533543Z [00:04:10.306]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git config extensions.objectformat
2025-08-20T22:54:46.5545534Z [00:04:10.307]➜  0.001s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git config extensions.objectformat
2025-08-20T22:54:46.5547599Z [00:04:10.307]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7ad2588395e896649f4bf6bea73fcf --
2025-08-20T22:54:46.5608376Z [00:04:10.314]➜  0.006s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7ad2588395e896649f4bf6bea73fcf --
2025-08-20T22:54:46.5609917Z [00:04:10.314]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b48d2de6ab7ad2588395e896649f4bf6bea73fcf
2025-08-20T22:54:46.6404143Z [00:04:10.393]➜  0.079s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b48d2de6ab7ad2588395e896649f4bf6bea73fcf
2025-08-20T22:54:46.6405463Z [00:04:10.393]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7a --
2025-08-20T22:54:46.6463459Z [00:04:10.399]➜  0.006s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b48d2de6ab7a --
2025-08-20T22:54:46.6464347Z [00:04:10.399]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO; git cat-file blob b48d2de6ab7ad2588395e896649f4bf6bea73fcf:go.mod
2025-08-20T22:54:46.6487025Z [00:04:10.401]➜  0.002s # cd /tmp/tmp.49iCb1EC53/TEMPREPO; git cat-file blob b48d2de6ab7ad2588395e896649f4bf6bea73fcf:go.mod
2025-08-20T22:54:46.7394098Z [00:04:10.492]➜  tailscale.com/cmd/tailscaled
2025-08-20T22:54:46.7394820Z [00:04:10.492]➜  mkdir -p $WORK/b001/
2025-08-20T22:54:46.7397495Z [00:04:10.493]➜  cat >/tmp/go-build2507452688/b001/importcfg << 'EOF' # internal
2025-08-20T22:54:46.7398515Z [00:04:10.493]➜  # import config
2025-08-20T22:54:46.7399661Z [00:04:10.493]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:46.7401296Z [00:04:10.493]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:46.7402917Z [00:04:10.493]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:46.7404332Z [00:04:10.493]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:46.7405489Z [00:04:10.493]➜  packagefile expvar=/root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d
2025-08-20T22:54:46.7406380Z [00:04:10.493]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T22:54:46.7407413Z [00:04:10.493]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:46.7408225Z [00:04:10.493]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:46.7409040Z [00:04:10.493]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:46.7409846Z [00:04:10.493]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:46.7410775Z [00:04:10.493]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:46.7412106Z [00:04:10.493]➜  packagefile net/http/httptrace=/root/.cache/go-build/0d/0d7691bedc431ae0b12114c7219dbd56a7e02ee7333df297036a3ff84dbfcb1c-d
2025-08-20T22:54:46.7413260Z [00:04:10.493]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:46.7414275Z [00:04:10.493]➜  packagefile net/http/pprof=/root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d
2025-08-20T22:54:46.7415434Z [00:04:10.493]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:46.7416345Z [00:04:10.493]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:46.7417202Z [00:04:10.493]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:46.7418184Z [00:04:10.493]➜  packagefile os/signal=/root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d
2025-08-20T22:54:46.7419173Z [00:04:10.493]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:46.7420056Z [00:04:10.493]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:46.7420894Z [00:04:10.493]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:46.7421735Z [00:04:10.493]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:46.7422567Z [00:04:10.493]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:46.7423482Z [00:04:10.493]➜  packagefile tailscale.com/chirp=/root/.cache/go-build/f6/f67bbb8f05661dc3775fca97cf7198f6d6ddd378cbaa22de65238935d6b17f99-d
2025-08-20T22:54:46.7424465Z [00:04:10.493]➜  packagefile tailscale.com/client/local=/root/.cache/go-build/0a/0af46cc102b520222187b733ddd1d0ecc4332d37cba3a61159de74982abd4cea-d
2025-08-20T22:54:46.7425682Z [00:04:10.493]➜  packagefile tailscale.com/cmd/tailscale/cli=/root/.cache/go-build/ae/aebf916141d4140a7971ebed11bbf870b1cab50bf3d9006429a950cbe17d86d0-d
2025-08-20T22:54:46.7426766Z [00:04:10.493]➜  packagefile tailscale.com/cmd/tailscaled/childproc=/root/.cache/go-build/f7/f7305f9253e30cdd1399c2fe1ef008708432b874c3e7ca247dee82519c470419-d
2025-08-20T22:54:46.7427855Z [00:04:10.493]➜  packagefile tailscale.com/control/controlclient=/root/.cache/go-build/0d/0dcadff8cc6bf7e5cb8a606e081dec09cb185c6d5ea25282dc30a76508079488-d
2025-08-20T22:54:46.7428887Z [00:04:10.493]➜  packagefile tailscale.com/derp/derphttp=/root/.cache/go-build/b6/b637748319b68887bc2347bff5dd80023d982415c60d8e0d973d78207978aa36-d
2025-08-20T22:54:46.7429994Z [00:04:10.493]➜  packagefile tailscale.com/drive/driveimpl=/root/.cache/go-build/ab/abf0dda9771bc49a72554558b368343169ebbdcb44510dbcd6a2021afbde08b0-d
2025-08-20T22:54:46.7431010Z [00:04:10.493]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:46.7432105Z [00:04:10.493]➜  packagefile tailscale.com/feature/condregister=/root/.cache/go-build/69/69c36264c6b714aad42eef65bd9eeee91456e2e1fc0308d6b42a965af0d11d67-d
2025-08-20T22:54:46.7433109Z [00:04:10.493]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:46.7434054Z [00:04:10.493]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:46.7434985Z [00:04:10.493]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:46.7436259Z [00:04:10.493]➜  packagefile tailscale.com/ipn/conffile=/root/.cache/go-build/48/480902dca956ca7261250b62160c0ac367f6b2ece4a720d9f2d7329a5f3ebe14-d
2025-08-20T22:54:46.7437273Z [00:04:10.493]➜  packagefile tailscale.com/ipn/ipnlocal=/root/.cache/go-build/14/1426dafc33fbd279bb38c9ccd9091c55d658b6095119a8d14707239fb86bada1-d
2025-08-20T22:54:46.7438753Z [00:04:10.493]➜  packagefile tailscale.com/ipn/ipnserver=/root/.cache/go-build/7a/7a367800fa5282b2ea7f9b25bbc2700fb256dc039835c03d4a01db1cfa36356c-d
2025-08-20T22:54:46.7440667Z [00:04:10.493]➜  packagefile tailscale.com/ipn/store=/root/.cache/go-build/f9/f95de600f6b93aed5c7dd691b6e24e79325d3981b9525927a26140452499353d-d
2025-08-20T22:54:46.7441831Z [00:04:10.493]➜  packagefile tailscale.com/logpolicy=/root/.cache/go-build/19/19f8df6309d96ed0090de8e12837183c8c51ec798a3c1ff93f9590d694fca4ce-d
2025-08-20T22:54:46.7442834Z [00:04:10.493]➜  packagefile tailscale.com/logtail=/root/.cache/go-build/2f/2fd3b853d3031ebc7817724aaf59785e1b4cbb1f1784af4a8236aa94ec3d1b9b-d
2025-08-20T22:54:46.7443927Z [00:04:10.493]➜  packagefile tailscale.com/net/dns=/root/.cache/go-build/a9/a91cf5411e666974826b0ab30d0eec52939459d80105a0a1c84b32b1eb0a9bb8-d
2025-08-20T22:54:46.7444954Z [00:04:10.493]➜  packagefile tailscale.com/net/dnsfallback=/root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d
2025-08-20T22:54:46.7446248Z [00:04:10.493]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:46.7447327Z [00:04:10.493]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:46.7448319Z [00:04:10.493]➜  packagefile tailscale.com/net/proxymux=/root/.cache/go-build/5b/5be6376006c16ad11b6c547cbe4099e52d3ec37766945e2cd2a4ee80ff6817ec-d
2025-08-20T22:54:46.7449327Z [00:04:10.493]➜  packagefile tailscale.com/net/socks5=/root/.cache/go-build/06/060178d2b5683eee7451c12ae69ab4163ee603ba40a9805e539f512ddfc3dfe1-d
2025-08-20T22:54:46.7450309Z [00:04:10.493]➜  packagefile tailscale.com/net/tsdial=/root/.cache/go-build/18/188dcc757c53e910b02def8d5b9a915a5b24213f670ccab441a58c7fe17d9131-d
2025-08-20T22:54:46.7451409Z [00:04:10.493]➜  packagefile tailscale.com/net/tshttpproxy=/root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d
2025-08-20T22:54:46.7452397Z [00:04:10.493]➜  packagefile tailscale.com/net/tstun=/root/.cache/go-build/6c/6cfb90b176c21538e5e6fe3f8741817c6a222e8bc7f146717718f32587f933b1-d
2025-08-20T22:54:46.7453331Z [00:04:10.493]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:46.7454273Z [00:04:10.493]➜  packagefile tailscale.com/safesocket=/root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d
2025-08-20T22:54:46.7455538Z [00:04:10.493]➜  packagefile tailscale.com/ssh/tailssh=/root/.cache/go-build/af/af96ad77306a318234e29f3f50d56efe2f3d3511443aebf49744613a5e2e99a4-d
2025-08-20T22:54:46.7456508Z [00:04:10.493]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:46.7457446Z [00:04:10.493]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:46.7458374Z [00:04:10.493]➜  packagefile tailscale.com/tsd=/root/.cache/go-build/3b/3bf85d0e030638957b44783a346c89b4af7fae2d2e5b7e41b0470810fc1b4562-d
2025-08-20T22:54:46.7459312Z [00:04:10.493]➜  packagefile tailscale.com/tsweb/varz=/root/.cache/go-build/19/191c5835fa842435e8da46b7487f22f1dff92d0af1f13944f89894343fec29c1-d
2025-08-20T22:54:46.7460294Z [00:04:10.493]➜  packagefile tailscale.com/types/flagtype=/root/.cache/go-build/7c/7c63067d33b991253b2b18d03f6c4833c5fae311c17d739598229388aaa03391-d
2025-08-20T22:54:46.7461437Z [00:04:10.493]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:46.7462444Z [00:04:10.493]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:46.7463436Z [00:04:10.493]➜  packagefile tailscale.com/types/logid=/root/.cache/go-build/a8/a860b444bd5ca07b602bf8e8d2275577ffd05763bd12be9bbc5632113203d4d5-d
2025-08-20T22:54:46.7464459Z [00:04:10.493]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:46.7465708Z [00:04:10.493]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:46.7466731Z [00:04:10.493]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:46.7467745Z [00:04:10.493]➜  packagefile tailscale.com/util/osshare=/root/.cache/go-build/6c/6c849cd0c7d935a2ea770c3cf6db398272fb931a60e89eb6fc32059b235221aa-d
2025-08-20T22:54:46.7468824Z [00:04:10.493]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:46.7469811Z [00:04:10.493]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:46.7470785Z [00:04:10.493]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:46.7471770Z [00:04:10.493]➜  packagefile tailscale.com/wgengine=/root/.cache/go-build/6e/6e2ef05bb61dce26002fd0b541acd59427514cbd159ef4aa7fcb33d79c0d4a59-d
2025-08-20T22:54:46.7472783Z [00:04:10.493]➜  packagefile tailscale.com/wgengine/netstack=/root/.cache/go-build/58/58a1c8bc4a724af9d8cef3f935e96acd28bdaae755f11363ee366449e56e90e9-d
2025-08-20T22:54:46.7473824Z [00:04:10.493]➜  packagefile tailscale.com/wgengine/router=/root/.cache/go-build/da/daf9d89829435eaf55ce2c9625825e7666507a72eb5cb7e2aaa9e0e1854bbea7-d
2025-08-20T22:54:46.7474738Z [00:04:10.493]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:46.7475882Z [00:04:10.493]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T22:54:46.7476414Z [00:04:10.493]➜  EOF
2025-08-20T22:54:46.7476717Z [00:04:10.493]➜  cd /tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled
2025-08-20T22:54:46.7478729Z [00:04:10.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled=>tailscale.com/cmd/tailscaled;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid Zg8fndj-ad4xhyZQcovj/Zg8fndj-ad4xhyZQcovj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./debug.go ./generate.go ./proxy.go ./sigpipe.go ./ssh.go ./tailscaled.go ./tailscaled_bird.go ./tailscaled_notwindows.go ./with_cli.go
2025-08-20T22:54:48.1930528Z [00:04:11.946]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:54:48.2377147Z [00:04:11.990]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/26/26fb55e77d26f38917413cb941b86c2b6230a4cc6d59043df02c7f5eb4930c13-d # internal
2025-08-20T22:54:48.2408353Z [00:04:11.994]➜  cat >/tmp/go-build2507452688/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:54:48.2410714Z [00:04:11.994]➜  packagefile tailscale.com/cmd/tailscaled=/tmp/go-build2507452688/b001/_pkg_.a
2025-08-20T22:54:48.2412148Z [00:04:11.994]➜  packagefile context=/root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d
2025-08-20T22:54:48.2413769Z [00:04:11.994]➜  packagefile crypto/tls=/root/.cache/go-build/da/da0ebe90e2508441039a890d155e060d4e08b7a15f3c7f902ccc914a5a28aa46-d
2025-08-20T22:54:48.2415885Z [00:04:11.994]➜  packagefile encoding/json=/root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d
2025-08-20T22:54:48.2417539Z [00:04:11.994]➜  packagefile errors=/root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d
2025-08-20T22:54:48.2419135Z [00:04:11.994]➜  packagefile expvar=/root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d
2025-08-20T22:54:48.2423344Z [00:04:11.994]➜  packagefile flag=/root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d
2025-08-20T22:54:48.2424989Z [00:04:11.994]➜  packagefile fmt=/root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d
2025-08-20T22:54:48.2426718Z [00:04:11.994]➜  packagefile io=/root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d
2025-08-20T22:54:48.2428190Z [00:04:11.994]➜  packagefile log=/root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d
2025-08-20T22:54:48.2429874Z [00:04:11.994]➜  packagefile net=/root/.cache/go-build/ed/ed80924ec77fcaec54807a8465c230045272faa1ebb2cf50a7ee8cce8aa41c96-d
2025-08-20T22:54:48.2431414Z [00:04:11.994]➜  packagefile net/http=/root/.cache/go-build/de/de353747dcce5a8671f9744a5a3317533777f6c3aed8be013e7ca220d30d8f28-d
2025-08-20T22:54:48.2433066Z [00:04:11.994]➜  packagefile net/http/httptrace=/root/.cache/go-build/0d/0d7691bedc431ae0b12114c7219dbd56a7e02ee7333df297036a3ff84dbfcb1c-d
2025-08-20T22:54:48.2446543Z [00:04:11.994]➜  packagefile net/http/httputil=/root/.cache/go-build/1a/1a248c80afce1ee984430bcfe462e75dc2d86e6c6b0735dcffc7bcd6fdad2c60-d
2025-08-20T22:54:48.2448368Z [00:04:11.994]➜  packagefile net/http/pprof=/root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d
2025-08-20T22:54:48.2450073Z [00:04:11.994]➜  packagefile net/netip=/root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d
2025-08-20T22:54:48.2451657Z [00:04:11.994]➜  packagefile net/url=/root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d
2025-08-20T22:54:48.2453189Z [00:04:11.994]➜  packagefile os=/root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d
2025-08-20T22:54:48.2454938Z [00:04:11.994]➜  packagefile os/signal=/root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d
2025-08-20T22:54:48.2456821Z [00:04:11.994]➜  packagefile path/filepath=/root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d
2025-08-20T22:54:48.2461094Z [00:04:11.994]➜  packagefile runtime=/root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d
2025-08-20T22:54:48.2462825Z [00:04:11.994]➜  packagefile strconv=/root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d
2025-08-20T22:54:48.2464551Z [00:04:11.994]➜  packagefile strings=/root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d
2025-08-20T22:54:48.2466276Z [00:04:11.994]➜  packagefile syscall=/root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d
2025-08-20T22:54:48.2467884Z [00:04:11.994]➜  packagefile tailscale.com/chirp=/root/.cache/go-build/f6/f67bbb8f05661dc3775fca97cf7198f6d6ddd378cbaa22de65238935d6b17f99-d
2025-08-20T22:54:48.2469776Z [00:04:11.994]➜  packagefile tailscale.com/client/local=/root/.cache/go-build/0a/0af46cc102b520222187b733ddd1d0ecc4332d37cba3a61159de74982abd4cea-d
2025-08-20T22:54:48.2471744Z [00:04:11.994]➜  packagefile tailscale.com/cmd/tailscale/cli=/root/.cache/go-build/ae/aebf916141d4140a7971ebed11bbf870b1cab50bf3d9006429a950cbe17d86d0-d
2025-08-20T22:54:48.2473736Z [00:04:11.994]➜  packagefile tailscale.com/cmd/tailscaled/childproc=/root/.cache/go-build/f7/f7305f9253e30cdd1399c2fe1ef008708432b874c3e7ca247dee82519c470419-d
2025-08-20T22:54:48.2476328Z [00:04:11.994]➜  packagefile tailscale.com/control/controlclient=/root/.cache/go-build/0d/0dcadff8cc6bf7e5cb8a606e081dec09cb185c6d5ea25282dc30a76508079488-d
2025-08-20T22:54:48.2478360Z [00:04:11.994]➜  packagefile tailscale.com/derp/derphttp=/root/.cache/go-build/b6/b637748319b68887bc2347bff5dd80023d982415c60d8e0d973d78207978aa36-d
2025-08-20T22:54:48.2480284Z [00:04:11.994]➜  packagefile tailscale.com/drive/driveimpl=/root/.cache/go-build/ab/abf0dda9771bc49a72554558b368343169ebbdcb44510dbcd6a2021afbde08b0-d
2025-08-20T22:54:48.2482172Z [00:04:11.994]➜  packagefile tailscale.com/envknob=/root/.cache/go-build/ca/ca69ac13890b8d1ae8cb0b680bc7d52934ca6547e68e283c596b621fe2a4dc7e-d
2025-08-20T22:54:48.2484079Z [00:04:11.994]➜  packagefile tailscale.com/feature/condregister=/root/.cache/go-build/69/69c36264c6b714aad42eef65bd9eeee91456e2e1fc0308d6b42a965af0d11d67-d
2025-08-20T22:54:48.2486347Z [00:04:11.994]➜  packagefile tailscale.com/health=/root/.cache/go-build/3d/3deb1a552c853c05141b3e1f063ac7f058a0443cb7f685116a02732a5f37d9f6-d
2025-08-20T22:54:48.2488199Z [00:04:11.994]➜  packagefile tailscale.com/hostinfo=/root/.cache/go-build/8f/8f72939a64d6618d4809d09f01410f78a0287e02ed967f43e79a187a971ba063-d
2025-08-20T22:54:48.2489485Z [00:04:11.994]➜  packagefile tailscale.com/ipn=/root/.cache/go-build/ed/ed04f4fb2cc4cde70d334925880fd12c2dc3a302603a89f99b5e02fc82af3978-d
2025-08-20T22:54:48.2490720Z [00:04:11.994]➜  packagefile tailscale.com/ipn/conffile=/root/.cache/go-build/48/480902dca956ca7261250b62160c0ac367f6b2ece4a720d9f2d7329a5f3ebe14-d
2025-08-20T22:54:48.2492198Z [00:04:11.994]➜  packagefile tailscale.com/ipn/ipnlocal=/root/.cache/go-build/14/1426dafc33fbd279bb38c9ccd9091c55d658b6095119a8d14707239fb86bada1-d
2025-08-20T22:54:48.2493354Z [00:04:11.994]➜  packagefile tailscale.com/ipn/ipnserver=/root/.cache/go-build/7a/7a367800fa5282b2ea7f9b25bbc2700fb256dc039835c03d4a01db1cfa36356c-d
2025-08-20T22:54:48.2494587Z [00:04:11.994]➜  packagefile tailscale.com/ipn/store=/root/.cache/go-build/f9/f95de600f6b93aed5c7dd691b6e24e79325d3981b9525927a26140452499353d-d
2025-08-20T22:54:48.2496594Z [00:04:11.994]➜  packagefile tailscale.com/logpolicy=/root/.cache/go-build/19/19f8df6309d96ed0090de8e12837183c8c51ec798a3c1ff93f9590d694fca4ce-d
2025-08-20T22:54:48.2497784Z [00:04:11.994]➜  packagefile tailscale.com/logtail=/root/.cache/go-build/2f/2fd3b853d3031ebc7817724aaf59785e1b4cbb1f1784af4a8236aa94ec3d1b9b-d
2025-08-20T22:54:48.2498876Z [00:04:11.994]➜  packagefile tailscale.com/net/dns=/root/.cache/go-build/a9/a91cf5411e666974826b0ab30d0eec52939459d80105a0a1c84b32b1eb0a9bb8-d
2025-08-20T22:54:48.2499878Z [00:04:11.994]➜  packagefile tailscale.com/net/dnsfallback=/root/.cache/go-build/1d/1dcd1f81be44ff7033f3dd953d099ddb8616619a519ce6cfbc1e41be7e974848-d
2025-08-20T22:54:48.2500875Z [00:04:11.994]➜  packagefile tailscale.com/net/netmon=/root/.cache/go-build/5d/5dda3005977e373cb75dad0013b5995dbf1ff826ae8850d807e3d57d512c0f0a-d
2025-08-20T22:54:48.2501837Z [00:04:11.994]➜  packagefile tailscale.com/net/netns=/root/.cache/go-build/e8/e8c83f3b21abc5bc86edda85216592ba29f316733c919d6c6e04c3181394e302-d
2025-08-20T22:54:48.2502915Z [00:04:11.994]➜  packagefile tailscale.com/net/proxymux=/root/.cache/go-build/5b/5be6376006c16ad11b6c547cbe4099e52d3ec37766945e2cd2a4ee80ff6817ec-d
2025-08-20T22:54:48.2503894Z [00:04:11.994]➜  packagefile tailscale.com/net/socks5=/root/.cache/go-build/06/060178d2b5683eee7451c12ae69ab4163ee603ba40a9805e539f512ddfc3dfe1-d
2025-08-20T22:54:48.2504856Z [00:04:11.994]➜  packagefile tailscale.com/net/tsdial=/root/.cache/go-build/18/188dcc757c53e910b02def8d5b9a915a5b24213f670ccab441a58c7fe17d9131-d
2025-08-20T22:54:48.2506216Z [00:04:11.994]➜  packagefile tailscale.com/net/tshttpproxy=/root/.cache/go-build/c6/c605a46c606305d887b9ccffc96f1146586ba83e41e4584b166288f320f7adb4-d
2025-08-20T22:54:48.2507436Z [00:04:11.994]➜  packagefile tailscale.com/net/tstun=/root/.cache/go-build/6c/6cfb90b176c21538e5e6fe3f8741817c6a222e8bc7f146717718f32587f933b1-d
2025-08-20T22:54:48.2508505Z [00:04:11.994]➜  packagefile tailscale.com/paths=/root/.cache/go-build/0e/0e47f18537a16cc2c803a01f1e1d30dca964475401786326965c53555fdd3387-d
2025-08-20T22:54:48.2509690Z [00:04:11.994]➜  packagefile tailscale.com/safesocket=/root/.cache/go-build/35/357f56e37580f740af59a050d460ec3089c6f5d9d6e9f9f9a31edc0076ca5dfd-d
2025-08-20T22:54:48.2510878Z [00:04:11.994]➜  packagefile tailscale.com/ssh/tailssh=/root/.cache/go-build/af/af96ad77306a318234e29f3f50d56efe2f3d3511443aebf49744613a5e2e99a4-d
2025-08-20T22:54:48.2511942Z [00:04:11.994]➜  packagefile tailscale.com/syncs=/root/.cache/go-build/62/62d334ca6457198828c3890d548bc348cc30d92bae732efae7b94c2239660fa6-d
2025-08-20T22:54:48.2513091Z [00:04:11.994]➜  packagefile tailscale.com/tailcfg=/root/.cache/go-build/42/427239ef463406b9cab9a149757739fca4aa01b6bfee275594374d9239f571bd-d
2025-08-20T22:54:48.2514137Z [00:04:11.994]➜  packagefile tailscale.com/tsd=/root/.cache/go-build/3b/3bf85d0e030638957b44783a346c89b4af7fae2d2e5b7e41b0470810fc1b4562-d
2025-08-20T22:54:48.2515383Z [00:04:11.994]➜  packagefile tailscale.com/tsweb/varz=/root/.cache/go-build/19/191c5835fa842435e8da46b7487f22f1dff92d0af1f13944f89894343fec29c1-d
2025-08-20T22:54:48.2516617Z [00:04:11.994]➜  packagefile tailscale.com/types/flagtype=/root/.cache/go-build/7c/7c63067d33b991253b2b18d03f6c4833c5fae311c17d739598229388aaa03391-d
2025-08-20T22:54:48.2517766Z [00:04:11.994]➜  packagefile tailscale.com/types/key=/root/.cache/go-build/ca/cab474fda04002ccd84326a7c2c1db2f664328cbfd3df5bc9ab895ed90580d7d-d
2025-08-20T22:54:48.2518891Z [00:04:11.994]➜  packagefile tailscale.com/types/logger=/root/.cache/go-build/25/252f533883a591d189df91daa2d9781b72ed03ccc3c2f624c358df368a11b794-d
2025-08-20T22:54:48.2519894Z [00:04:11.994]➜  packagefile tailscale.com/types/logid=/root/.cache/go-build/a8/a860b444bd5ca07b602bf8e8d2275577ffd05763bd12be9bbc5632113203d4d5-d
2025-08-20T22:54:48.2521017Z [00:04:11.994]➜  packagefile tailscale.com/util/clientmetric=/root/.cache/go-build/1c/1c0f975e366e6e8c3c3ce63a696172dd4fb0a42b3e71da86dff34ddef78a88d6-d
2025-08-20T22:54:48.2522058Z [00:04:11.994]➜  packagefile tailscale.com/util/eventbus=/root/.cache/go-build/c1/c136ed112b24efa5f393b3061fd4d39b3cf4fa5535ffa91485d560809f5c7dd7-d
2025-08-20T22:54:48.2523069Z [00:04:11.994]➜  packagefile tailscale.com/util/multierr=/root/.cache/go-build/40/40bcb855b2e91b7782623efc5d187abdcabc3627e206fdd2d3cc5ff39a7003ef-d
2025-08-20T22:54:48.2524167Z [00:04:11.994]➜  packagefile tailscale.com/util/osshare=/root/.cache/go-build/6c/6c849cd0c7d935a2ea770c3cf6db398272fb931a60e89eb6fc32059b235221aa-d
2025-08-20T22:54:48.2525599Z [00:04:11.994]➜  packagefile tailscale.com/util/syspolicy=/root/.cache/go-build/25/2502e0b5990ee51beb51502143749b9ead2c3ec50e9ccbe65d1bf2e671da49c6-d
2025-08-20T22:54:48.2526634Z [00:04:11.994]➜  packagefile tailscale.com/version=/root/.cache/go-build/7c/7c2927a7b6a21e849c352479cf15f677903b4fd809e0598b0583735feaff482c-d
2025-08-20T22:54:48.2527630Z [00:04:11.994]➜  packagefile tailscale.com/version/distro=/root/.cache/go-build/5d/5d18357d062bfd890cb3c6bbda16c38e264dab78791cde6dfd9b0548e480e01c-d
2025-08-20T22:54:48.2528730Z [00:04:11.994]➜  packagefile tailscale.com/wgengine=/root/.cache/go-build/6e/6e2ef05bb61dce26002fd0b541acd59427514cbd159ef4aa7fcb33d79c0d4a59-d
2025-08-20T22:54:48.2529749Z [00:04:11.994]➜  packagefile tailscale.com/wgengine/netstack=/root/.cache/go-build/58/58a1c8bc4a724af9d8cef3f935e96acd28bdaae755f11363ee366449e56e90e9-d
2025-08-20T22:54:48.2530782Z [00:04:11.994]➜  packagefile tailscale.com/wgengine/router=/root/.cache/go-build/da/daf9d89829435eaf55ce2c9625825e7666507a72eb5cb7e2aaa9e0e1854bbea7-d
2025-08-20T22:54:48.2531951Z [00:04:11.994]➜  packagefile time=/root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d
2025-08-20T22:54:48.2533520Z [00:04:11.994]➜  packagefile runtime/cgo=/root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d
2025-08-20T22:54:48.2535353Z [00:04:11.994]➜  packagefile internal/reflectlite=/root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d
2025-08-20T22:54:48.2537108Z [00:04:11.994]➜  packagefile sync=/root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d
2025-08-20T22:54:48.2538709Z [00:04:11.994]➜  packagefile sync/atomic=/root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d
2025-08-20T22:54:48.2539847Z [00:04:11.994]➜  packagefile bytes=/root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d
2025-08-20T22:54:48.2541148Z [00:04:11.994]➜  packagefile container/list=/root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d
2025-08-20T22:54:48.2542699Z [00:04:11.994]➜  packagefile crypto=/root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d
2025-08-20T22:54:48.2543590Z [00:04:11.994]➜  packagefile crypto/aes=/root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d
2025-08-20T22:54:48.2544492Z [00:04:11.994]➜  packagefile crypto/cipher=/root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d
2025-08-20T22:54:48.2545799Z [00:04:11.994]➜  packagefile crypto/des=/root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d
2025-08-20T22:54:48.2546730Z [00:04:11.994]➜  packagefile crypto/ecdh=/root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d
2025-08-20T22:54:48.2547675Z [00:04:11.994]➜  packagefile crypto/ecdsa=/root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d
2025-08-20T22:54:48.2548590Z [00:04:11.994]➜  packagefile crypto/ed25519=/root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d
2025-08-20T22:54:48.2549500Z [00:04:11.994]➜  packagefile crypto/elliptic=/root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d
2025-08-20T22:54:48.2550402Z [00:04:11.994]➜  packagefile crypto/hkdf=/root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d
2025-08-20T22:54:48.2551287Z [00:04:11.994]➜  packagefile crypto/hmac=/root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d
2025-08-20T22:54:48.2552217Z [00:04:11.994]➜  packagefile crypto/internal/boring=/root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d
2025-08-20T22:54:48.2553309Z [00:04:11.994]➜  packagefile crypto/internal/fips140/aes=/root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d
2025-08-20T22:54:48.2554346Z [00:04:11.994]➜  packagefile crypto/internal/fips140/aes/gcm=/root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d
2025-08-20T22:54:48.2555575Z [00:04:11.994]➜  packagefile crypto/internal/fips140/mlkem=/root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d
2025-08-20T22:54:48.2556696Z [00:04:11.994]➜  packagefile crypto/internal/fips140/tls12=/root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d
2025-08-20T22:54:48.2557722Z [00:04:11.994]➜  packagefile crypto/internal/fips140/tls13=/root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d
2025-08-20T22:54:48.2558722Z [00:04:11.994]➜  packagefile crypto/internal/hpke=/root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d
2025-08-20T22:54:48.2559633Z [00:04:11.994]➜  packagefile crypto/md5=/root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d
2025-08-20T22:54:48.2560506Z [00:04:11.994]➜  packagefile crypto/rand=/root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d
2025-08-20T22:54:48.2561382Z [00:04:11.994]➜  packagefile crypto/rc4=/root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d
2025-08-20T22:54:48.2562246Z [00:04:11.994]➜  packagefile crypto/rsa=/root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d
2025-08-20T22:54:48.2563186Z [00:04:11.994]➜  packagefile crypto/sha1=/root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d
2025-08-20T22:54:48.2564087Z [00:04:11.994]➜  packagefile crypto/sha256=/root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d
2025-08-20T22:54:48.2564990Z [00:04:11.994]➜  packagefile crypto/sha512=/root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d
2025-08-20T22:54:48.2566117Z [00:04:11.994]➜  packagefile crypto/subtle=/root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d
2025-08-20T22:54:48.2567084Z [00:04:11.994]➜  packagefile crypto/tls/internal/fips140tls=/root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d
2025-08-20T22:54:48.2568029Z [00:04:11.994]➜  packagefile crypto/x509=/root/.cache/go-build/85/85374e5cf12bf55da15015f1327cd66bf94ad62dd01f8f7f0b9d40c39e1f7bfa-d
2025-08-20T22:54:48.2568923Z [00:04:11.994]➜  packagefile encoding/pem=/root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d
2025-08-20T22:54:48.2570049Z [00:04:11.994]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d
2025-08-20T22:54:48.2571188Z [00:04:11.994]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d
2025-08-20T22:54:48.2572153Z [00:04:11.994]➜  packagefile hash=/root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d
2025-08-20T22:54:48.2573051Z [00:04:11.994]➜  packagefile internal/byteorder=/root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d
2025-08-20T22:54:48.2573961Z [00:04:11.994]➜  packagefile internal/cpu=/root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d
2025-08-20T22:54:48.2574880Z [00:04:11.994]➜  packagefile internal/godebug=/root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d
2025-08-20T22:54:48.2575980Z [00:04:11.994]➜  packagefile slices=/root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d
2025-08-20T22:54:48.2576895Z [00:04:11.994]➜  packagefile sort=/root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d
2025-08-20T22:54:48.2577716Z [00:04:11.994]➜  packagefile weak=/root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d
2025-08-20T22:54:48.2578548Z [00:04:11.994]➜  packagefile cmp=/root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d
2025-08-20T22:54:48.2579393Z [00:04:11.994]➜  packagefile encoding=/root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d
2025-08-20T22:54:48.2580345Z [00:04:11.994]➜  packagefile encoding/base64=/root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d
2025-08-20T22:54:48.2581219Z [00:04:11.994]➜  packagefile math=/root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d
2025-08-20T22:54:48.2582069Z [00:04:11.994]➜  packagefile reflect=/root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d
2025-08-20T22:54:48.2582920Z [00:04:11.994]➜  packagefile unicode=/root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d
2025-08-20T22:54:48.2583800Z [00:04:11.994]➜  packagefile unicode/utf16=/root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d
2025-08-20T22:54:48.2584686Z [00:04:11.994]➜  packagefile unicode/utf8=/root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d
2025-08-20T22:54:48.2585871Z [00:04:11.994]➜  packagefile internal/fmtsort=/root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d
2025-08-20T22:54:48.2586879Z [00:04:11.994]➜  packagefile log/internal=/root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d
2025-08-20T22:54:48.2587901Z [00:04:11.994]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d
2025-08-20T22:54:48.2588914Z [00:04:11.994]➜  packagefile internal/bytealg=/root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d
2025-08-20T22:54:48.2589812Z [00:04:11.994]➜  packagefile internal/itoa=/root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d
2025-08-20T22:54:48.2590717Z [00:04:11.994]➜  packagefile internal/nettrace=/root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d
2025-08-20T22:54:48.2591627Z [00:04:11.994]➜  packagefile internal/poll=/root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d
2025-08-20T22:54:48.2592646Z [00:04:11.994]➜  packagefile internal/singleflight=/root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d
2025-08-20T22:54:48.2593638Z [00:04:11.994]➜  packagefile internal/stringslite=/root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d
2025-08-20T22:54:48.2594607Z [00:04:11.994]➜  packagefile internal/syscall/unix=/root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d
2025-08-20T22:54:48.2595741Z [00:04:11.994]➜  packagefile io/fs=/root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d
2025-08-20T22:54:48.2596603Z [00:04:11.994]➜  packagefile bufio=/root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d
2025-08-20T22:54:48.2597491Z [00:04:11.994]➜  packagefile compress/gzip=/root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d
2025-08-20T22:54:48.2598409Z [00:04:11.994]➜  packagefile encoding/binary=/root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d
2025-08-20T22:54:48.2599418Z [00:04:11.994]➜  packagefile vendor/golang.org/x/net/http/httpguts=/root/.cache/go-build/39/395a67d1019b89715bc3ed293bcb2b028f767695c3c9d77cc40a1443c50eef9f-d
2025-08-20T22:54:48.2600608Z [00:04:11.994]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/root/.cache/go-build/d9/d9d383e4abffe25018b2bb72def5fa607060b4d261a0417db76c3ed66bc16b36-d
2025-08-20T22:54:48.2601682Z [00:04:11.994]➜  packagefile vendor/golang.org/x/net/http2/hpack=/root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d
2025-08-20T22:54:48.2602701Z [00:04:11.994]➜  packagefile vendor/golang.org/x/net/idna=/root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d
2025-08-20T22:54:48.2603687Z [00:04:11.994]➜  packagefile maps=/root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d
2025-08-20T22:54:48.2604559Z [00:04:11.994]➜  packagefile math/bits=/root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d
2025-08-20T22:54:48.2605577Z [00:04:11.994]➜  packagefile math/rand=/root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d
2025-08-20T22:54:48.2606436Z [00:04:11.994]➜  packagefile mime=/root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d
2025-08-20T22:54:48.2607311Z [00:04:11.994]➜  packagefile mime/multipart=/root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d
2025-08-20T22:54:48.2608239Z [00:04:11.994]➜  packagefile net/http/internal=/root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d
2025-08-20T22:54:48.2609201Z [00:04:11.994]➜  packagefile net/http/internal/ascii=/root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d
2025-08-20T22:54:48.2610279Z [00:04:11.994]➜  packagefile net/http/internal/httpcommon=/root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d
2025-08-20T22:54:48.2611274Z [00:04:11.994]➜  packagefile net/textproto=/root/.cache/go-build/11/11def6541fa1079f759dcc36fd3f77fb32fbcc4dbdd8c7e9aa80af095163b0df-d
2025-08-20T22:54:48.2612150Z [00:04:11.994]➜  packagefile path=/root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d
2025-08-20T22:54:48.2612976Z [00:04:11.994]➜  packagefile html=/root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d
2025-08-20T22:54:48.2613855Z [00:04:11.994]➜  packagefile internal/profile=/root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d
2025-08-20T22:54:48.2614768Z [00:04:11.994]➜  packagefile runtime/pprof=/root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d
2025-08-20T22:54:48.2615999Z [00:04:11.994]➜  packagefile runtime/trace=/root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d
2025-08-20T22:54:48.2616962Z [00:04:11.994]➜  packagefile unique=/root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d
2025-08-20T22:54:48.2617908Z [00:04:11.994]➜  packagefile internal/filepathlite=/root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d
2025-08-20T22:54:48.2618877Z [00:04:11.994]➜  packagefile internal/goarch=/root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d
2025-08-20T22:54:48.2619842Z [00:04:11.994]➜  packagefile internal/syscall/execenv=/root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d
2025-08-20T22:54:48.2620795Z [00:04:11.994]➜  packagefile internal/testlog=/root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d
2025-08-20T22:54:48.2621694Z [00:04:11.994]➜  packagefile internal/abi=/root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d
2025-08-20T22:54:48.2622623Z [00:04:11.994]➜  packagefile internal/chacha8rand=/root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d
2025-08-20T22:54:48.2623667Z [00:04:11.994]➜  packagefile internal/coverage/rtcov=/root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d
2025-08-20T22:54:48.2624626Z [00:04:11.994]➜  packagefile internal/godebugs=/root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d
2025-08-20T22:54:48.2625840Z [00:04:11.994]➜  packagefile internal/goexperiment=/root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d
2025-08-20T22:54:48.2626789Z [00:04:11.995]➜  packagefile internal/goos=/root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d
2025-08-20T22:54:48.2627832Z [00:04:11.995]➜  packagefile internal/profilerecord=/root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d
2025-08-20T22:54:48.2628828Z [00:04:11.995]➜  packagefile internal/runtime/atomic=/root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d
2025-08-20T22:54:48.2629807Z [00:04:11.995]➜  packagefile internal/runtime/cgroup=/root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d
2025-08-20T22:54:48.2630795Z [00:04:11.995]➜  packagefile internal/runtime/exithook=/root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d
2025-08-20T22:54:48.2631754Z [00:04:11.995]➜  packagefile internal/runtime/gc=/root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d
2025-08-20T22:54:48.2632693Z [00:04:11.995]➜  packagefile internal/runtime/maps=/root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d
2025-08-20T22:54:48.2633664Z [00:04:11.995]➜  packagefile internal/runtime/math=/root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d
2025-08-20T22:54:48.2634759Z [00:04:11.995]➜  packagefile internal/runtime/strconv=/root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d
2025-08-20T22:54:48.2636005Z [00:04:11.995]➜  packagefile internal/runtime/sys=/root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d
2025-08-20T22:54:48.2636999Z [00:04:11.995]➜  packagefile internal/runtime/syscall=/root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d
2025-08-20T22:54:48.2637986Z [00:04:11.995]➜  packagefile internal/trace/tracev2=/root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d
2025-08-20T22:54:48.2638886Z [00:04:11.995]➜  packagefile iter=/root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d
2025-08-20T22:54:48.2639761Z [00:04:11.995]➜  packagefile internal/asan=/root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d
2025-08-20T22:54:48.2640665Z [00:04:11.995]➜  packagefile internal/msan=/root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d
2025-08-20T22:54:48.2641585Z [00:04:11.995]➜  packagefile internal/oserror=/root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d
2025-08-20T22:54:48.2642497Z [00:04:11.995]➜  packagefile internal/race=/root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d
2025-08-20T22:54:48.2643369Z [00:04:11.995]➜  packagefile go4.org/mem=/root/.cache/go-build/4b/4b77b7f52979b75b7249011d12b18b20cf718b64fb7bc6c310f2e0617b73ef8e-d
2025-08-20T22:54:48.2644232Z [00:04:11.995]➜  packagefile os/exec=/root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d
2025-08-20T22:54:48.2645331Z [00:04:11.995]➜  packagefile tailscale.com/client/tailscale/apitype=/root/.cache/go-build/49/493d432abc514289075be47d47c578c03034b10d715ae5e718c2028f16c59ddc-d
2025-08-20T22:54:48.2646373Z [00:04:11.995]➜  packagefile tailscale.com/drive=/root/.cache/go-build/af/af354c30ce38892aa3ab1cf3a7320f531dbea1955f0c3788ed93b5b5aa5aaf5d-d
2025-08-20T22:54:48.2647481Z [00:04:11.995]➜  packagefile tailscale.com/ipn/ipnstate=/root/.cache/go-build/2e/2e6ec42a01180b1d09c232bf556fe957af658e7dffd3a77d524a9489c744947f-d
2025-08-20T22:54:48.2648487Z [00:04:11.995]➜  packagefile tailscale.com/net/netutil=/root/.cache/go-build/32/328fcaca351984aed01ebb26beee256b4ca10cd26d9258a3c7d38676e91c775c-d
2025-08-20T22:54:48.2649453Z [00:04:11.995]➜  packagefile tailscale.com/tka=/root/.cache/go-build/58/586b02370ca9aa5ba57cfe7a83acf9c9ba57b96378fa42690aaef0d5ed978ec8-d
2025-08-20T22:54:48.2650430Z [00:04:11.995]➜  packagefile tailscale.com/types/dnstype=/root/.cache/go-build/2e/2e549c508abd89bc3def2374ee2f6444853919cc19692903c8964bab4471e991-d
2025-08-20T22:54:48.2651541Z [00:04:11.995]➜  packagefile tailscale.com/types/tkatype=/root/.cache/go-build/2f/2f6c5ae6e4711573e527793a8f445c15698853032f5c193598ae138d7aa8517a-d
2025-08-20T22:54:48.2652589Z [00:04:11.995]➜  packagefile tailscale.com/util/syspolicy/setting=/root/.cache/go-build/67/67921ae341ab8c33066299af2cfe2bac2f1ffd0635a3dfc456edd461d442f34d-d
2025-08-20T22:54:48.2653559Z [00:04:11.995]➜  packagefile embed=/root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d
2025-08-20T22:54:48.2654421Z [00:04:11.995]➜  packagefile encoding/hex=/root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d
2025-08-20T22:54:48.2655686Z [00:04:11.995]➜  packagefile github.com/kballard/go-shellquote=/root/.cache/go-build/e4/e48e48620f1450423a98413433519669e471957ddd834f78566dde80cfffbaba-d
2025-08-20T22:54:48.2656753Z [00:04:11.995]➜  packagefile github.com/mattn/go-colorable=/root/.cache/go-build/e6/e6c498d024dffab336baaf5d7228967f3b150b82bca83f60f25226774eb16d6d-d
2025-08-20T22:54:48.2657858Z [00:04:11.995]➜  packagefile github.com/mattn/go-isatty=/root/.cache/go-build/c4/c4c638975b22e07f18e326c3aa3ee90177ea0c0bb9bc5bb20f308346cc89d241-d
2025-08-20T22:54:48.2658932Z [00:04:11.995]➜  packagefile github.com/mitchellh/go-ps=/root/.cache/go-build/34/3413d9882bb5a032bfb21ae70f9aac83ffb73fe07b1f92133829da417ee1dee4-d
2025-08-20T22:54:48.2659990Z [00:04:11.995]➜  packagefile github.com/peterbourgon/ff/v3/ffcli=/root/.cache/go-build/33/3308083c9b1ffe3434bcc53c1738ebb2a43199cda6d46001654c62395940f679-d
2025-08-20T22:54:48.2661007Z [00:04:11.995]➜  packagefile github.com/skip2/go-qrcode=/root/.cache/go-build/03/03a1f264695f5a14810f82d601f147f1d05225a818d8c696abb247c706c37709-d
2025-08-20T22:54:48.2662015Z [00:04:11.995]➜  packagefile github.com/toqueteos/webbrowser=/root/.cache/go-build/ba/ba31f9f680da6c679f5f44762b12644c125423a06042efe2219ba9b3659d0e32-d
2025-08-20T22:54:48.2663056Z [00:04:11.995]➜  packagefile golang.org/x/net/dns/dnsmessage=/root/.cache/go-build/b7/b76f68357cb477e42bf75309edcea38340f2cc9a8509f89e4ebebc9304582005-d
2025-08-20T22:54:48.2664104Z [00:04:11.995]➜  packagefile golang.org/x/net/http/httpproxy=/root/.cache/go-build/b5/b5372fb5956f24d340a8575689790c979cbfb3c22ea275e5f6475e112302573f-d
2025-08-20T22:54:48.2665282Z [00:04:11.995]➜  packagefile golang.org/x/net/http2=/root/.cache/go-build/16/1612404a0eb534aa6877bc0be2c844b34ce92f5abe5ccde0a33e0b22edfb3881-d
2025-08-20T22:54:48.2666348Z [00:04:11.995]➜  packagefile golang.org/x/net/idna=/root/.cache/go-build/c4/c4a0ed894c6d5eaf38fd854860670c9724f7a2d9b9011c771ef39088fa614324-d
2025-08-20T22:54:48.2667389Z [00:04:11.995]➜  packagefile golang.org/x/oauth2/clientcredentials=/root/.cache/go-build/b6/b681d49ebe968425666cfa81a911f2fa2aefd1c772e51a85c5dc9d2c9e654d6f-d
2025-08-20T22:54:48.2668421Z [00:04:11.995]➜  packagefile golang.org/x/sys/unix=/root/.cache/go-build/be/be28199908f1b7dd5cdfe9c4930af47ca44f7d85da75f397f1360b9ba3111c9b-d
2025-08-20T22:54:48.2669379Z [00:04:11.995]➜  packagefile golang.org/x/time/rate=/root/.cache/go-build/60/604de434af4b929f02a0717e420f46f2560f1fbb3f3ef920580fc43a10f444b0-d
2025-08-20T22:54:48.2670384Z [00:04:11.995]➜  packagefile k8s.io/client-go/util/homedir=/root/.cache/go-build/fe/fe9d6a5e37c3937d3511327beb0f29d37f1bebde83d74383ac34aeb0e08c22b1-d
2025-08-20T22:54:48.2671330Z [00:04:11.995]➜  packagefile net/http/cgi=/root/.cache/go-build/ca/ca9b03c09eb7894b64c0532e58f64130627da1c9c0ee8b2714997e5c64c8caa9-d
2025-08-20T22:54:48.2672285Z [00:04:11.995]➜  packagefile os/user=/root/.cache/go-build/4e/4e6c1ce4768fffb71639475d5321b1f751f626e207a5bd1b9990323146dad0e9-d
2025-08-20T22:54:48.2673149Z [00:04:11.995]➜  packagefile runtime/debug=/root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d
2025-08-20T22:54:48.2674050Z [00:04:11.995]➜  packagefile sigs.k8s.io/yaml=/root/.cache/go-build/a4/a40822dec5386af6cbe9a8addc373ea73c9f5a45175320a352c9e785f54385ab-d
2025-08-20T22:54:48.2675034Z [00:04:11.995]➜  packagefile software.sslmate.com/src/go-pkcs12=/root/.cache/go-build/bf/bfb9ff25e956f793f25a94457bd401fdc8ab74747cff64f06100735a5949bec3-d
2025-08-20T22:54:48.2676378Z [00:04:11.995]➜  packagefile tailscale.com/atomicfile=/root/.cache/go-build/45/45cffe31ba794cade59b12f2634787818d8488579db2c63adb46fd4e1e9686a5-d
2025-08-20T22:54:48.2677387Z [00:04:11.995]➜  packagefile tailscale.com/client/systray=/root/.cache/go-build/7e/7ea960b77a72862dafb808ffc8c2c572a0b57c5be18b0d7703162f0040b0b20a-d
2025-08-20T22:54:48.2678425Z [00:04:11.995]➜  packagefile tailscale.com/client/tailscale=/root/.cache/go-build/3e/3ea9e512487166dff88ecc3480fd6adbd5aba1aa65885ac4fa839f14fcf3bb8f-d
2025-08-20T22:54:48.2679443Z [00:04:11.995]➜  packagefile tailscale.com/client/web=/root/.cache/go-build/f3/f329d7c65a1fc34cc6008afb146bff14c459eba4fb06f88ea7c2831efe79dd94-d
2025-08-20T22:54:48.2680437Z [00:04:11.995]➜  packagefile tailscale.com/clientupdate=/root/.cache/go-build/44/44ec0e819dc3a9582744e5ef92dbd82d5b90f20099a741d6bda9624a16e087ab-d
2025-08-20T22:54:48.2681611Z [00:04:11.995]➜  packagefile tailscale.com/cmd/tailscale/cli/ffcomplete=/root/.cache/go-build/80/801ce0dd793b4c7042140156e09130af76784ac6c9781b0ed1cdacad7d136776-d
2025-08-20T22:54:48.2683769Z [00:04:11.995]➜  packagefile tailscale.com/control/controlhttp=/root/.cache/go-build/8b/8bff11d2079e2e6180a4b8f88f2be88928343e9ea3e3558cd9a71e2ca3e70665-d
2025-08-20T22:54:48.2685867Z [00:04:11.995]➜  packagefile tailscale.com/feature/capture/dissector=/root/.cache/go-build/15/151470985cf5860dac73bc217caa8f09fe015152a64ee55981e16ad6998c8990-d
2025-08-20T22:54:48.2687797Z [00:04:11.995]➜  packagefile tailscale.com/health/healthmsg=/root/.cache/go-build/01/01972bf0a17bc5f782a448890545e9823b4a97940c7f7a92606cddfc3b9c3297-d
2025-08-20T22:54:48.2689733Z [00:04:11.995]➜  packagefile tailscale.com/internal/client/tailscale=/root/.cache/go-build/d9/d91921740a0ed3fea498b3cf330f30c4ea42d67962323275128aaa24cc31a2e8-d
2025-08-20T22:54:48.2691698Z [00:04:11.995]➜  packagefile tailscale.com/internal/noiseconn=/root/.cache/go-build/00/007abc4ee2bb0da5fb3c7cf5390b8e905749e039bd3e2fb3fdea018c86f50676-d
2025-08-20T22:54:48.2693553Z [00:04:11.995]➜  packagefile tailscale.com/licenses=/root/.cache/go-build/ea/ea83b7f48334d51d14e1bc2486dfbf2b189dde0679cf895f5f3ec66d754a781c-d
2025-08-20T22:54:48.2695508Z [00:04:11.995]➜  packagefile tailscale.com/net/netcheck=/root/.cache/go-build/b1/b19d026d272a96cf3759a026df036acbaac3297c705d55c93efb365c9c62d9a4-d
2025-08-20T22:54:48.2697122Z [00:04:11.995]➜  packagefile tailscale.com/net/portmapper=/root/.cache/go-build/e0/e02ed0e43db28baed2e4dd645cba2e949c8edbfbaf04f0f170bc1aae9e8215d0-d
2025-08-20T22:54:48.2699019Z [00:04:11.995]➜  packagefile tailscale.com/net/tlsdial=/root/.cache/go-build/7b/7bb3be395476dc0f2b47e9b34586795bd795435a77c02a324ed25f1a967536b8-d
2025-08-20T22:54:48.2700290Z [00:04:11.995]➜  packagefile tailscale.com/net/tsaddr=/root/.cache/go-build/f7/f79ffc0ac76c89cf5139dfa6cdef2fb81792e6b1b0e56c7571e24132c8f1e2c2-d
2025-08-20T22:54:48.2701280Z [00:04:11.995]➜  packagefile tailscale.com/tsconst=/root/.cache/go-build/0e/0ef5064d9a695b87cd134510f806c0900ce6e3aff503aeb01bcb4b63f40f85a3-d
2025-08-20T22:54:48.2702282Z [00:04:11.995]➜  packagefile tailscale.com/tstime/rate=/root/.cache/go-build/ab/aba32cf7e691bb66dd309ba49f60577ecc19f3aa4c5a1ed14304e55cc548862a-d
2025-08-20T22:54:48.2703290Z [00:04:11.995]➜  packagefile tailscale.com/types/netmap=/root/.cache/go-build/9d/9d9bb1aab9f3ad64df58abb5e09da1e84181f574e6d6146a230d9ab8af7cc68e-d
2025-08-20T22:54:48.2704425Z [00:04:11.995]➜  packagefile tailscale.com/types/opt=/root/.cache/go-build/7d/7d38f20b1f3743b0a79abd321fd6ce5c439ba544d40ae5d93840f61bdbb5b68a-d
2025-08-20T22:54:48.2705705Z [00:04:11.995]➜  packagefile tailscale.com/types/preftype=/root/.cache/go-build/4a/4af3a7f6acb49bb5180253dac5948c58c0d616bb7dadcfe5e7a453a25cbcbb0b-d
2025-08-20T22:54:48.2706744Z [00:04:11.995]➜  packagefile tailscale.com/types/ptr=/root/.cache/go-build/85/85f03c782684ad91ddd7ca3cbf50a0a5050f115522cb31130d1c1f702d4b9842-d
2025-08-20T22:54:48.2707823Z [00:04:11.995]➜  packagefile tailscale.com/types/views=/root/.cache/go-build/d1/d19ad19109b2e6d3a89c243ab588de3056ee443898a35c88c1aa93d9e2f7c955-d
2025-08-20T22:54:48.2708832Z [00:04:11.995]➜  packagefile tailscale.com/util/dnsname=/root/.cache/go-build/f2/f26bcb38bc31d4a81143259d8f7dd5d85a3b69eb384c74e175f9146f4df64df6-d
2025-08-20T22:54:48.2709818Z [00:04:11.995]➜  packagefile tailscale.com/util/mak=/root/.cache/go-build/03/03abe495d8fe10a86c4bfd589b866f6d7da969bc828664658fc687f9eb60ada2-d
2025-08-20T22:54:48.2710777Z [00:04:11.995]➜  packagefile tailscale.com/util/must=/root/.cache/go-build/43/43c81b48660cb2409d74f3e6cc388d802e71db164e357ce2b5c5ee87fc253bef-d
2025-08-20T22:54:48.2711753Z [00:04:11.995]➜  packagefile tailscale.com/util/prompt=/root/.cache/go-build/33/33f798795d8aa375ebfa7aeb2f205a800b6ef5a40abbaae5fd4c471bd153b443-d
2025-08-20T22:54:48.2712768Z [00:04:11.995]➜  packagefile tailscale.com/util/quarantine=/root/.cache/go-build/0e/0eb24b2d439297a74793e931b7dd83762419adbf8f0e190fddbe2259ea92ca0a-d
2025-08-20T22:54:48.2713771Z [00:04:11.995]➜  packagefile tailscale.com/util/slicesx=/root/.cache/go-build/18/181e3dcc5cc34d09c4d1324a1f03d2b4e544701285810492207e74820f442718-d
2025-08-20T22:54:48.2714865Z [00:04:11.995]➜  packagefile tailscale.com/util/testenv=/root/.cache/go-build/cc/cc85b759c4078be1a6bec74d51c1066993240bab8120f52977f04699f1524d9e-d
2025-08-20T22:54:48.2716005Z [00:04:11.995]➜  packagefile tailscale.com/util/truncate=/root/.cache/go-build/6b/6bb8cd04a319558b83bbcebb0b68a15c87d07997439b6e5d86e642b867bbb0f2-d
2025-08-20T22:54:48.2716957Z [00:04:11.995]➜  packagefile text/tabwriter=/root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d
2025-08-20T22:54:48.2717951Z [00:04:11.995]➜  packagefile tailscale.com/control/controlknobs=/root/.cache/go-build/be/be714be32fca1e4e21095e676eec525b5eaeb59ae7abd6b2e736b7227c87ef64-d
2025-08-20T22:54:48.2718998Z [00:04:11.995]➜  packagefile tailscale.com/logtail/backoff=/root/.cache/go-build/7d/7dcbb84a7e1441bc2b2c67f328c982015c20ea10ce0fbd26d568d7f110d0fb5c-d
2025-08-20T22:54:48.2720001Z [00:04:11.995]➜  packagefile tailscale.com/net/dnscache=/root/.cache/go-build/97/97e8874578227a856d25c2f8653f987d6f447006f1bdf4dd01b757c85f5f40f9-d
2025-08-20T22:54:48.2720971Z [00:04:11.995]➜  packagefile tailscale.com/net/netx=/root/.cache/go-build/ff/ffd31e4f14d2ff6788597a8a13cf47e3a0a75fa9fd3cd736eae2f654e9e20665-d
2025-08-20T22:54:48.2721961Z [00:04:11.995]➜  packagefile tailscale.com/net/sockstats=/root/.cache/go-build/57/5711bd852cd944747f37d8f9ac5c5357ba4fb5e390d71e89594be1fe65e34089-d
2025-08-20T22:54:48.2722980Z [00:04:11.995]➜  packagefile tailscale.com/tempfork/httprec=/root/.cache/go-build/96/96d1e8a498ccd48877cbe0697fb01e01b30bcbeed736d6cf750a36532640d293-d
2025-08-20T22:54:48.2723965Z [00:04:11.995]➜  packagefile tailscale.com/tstime=/root/.cache/go-build/6a/6a26ff11bec1ffa0687a9252456f383f6a468fe054438a00a60516e0deb84197-d
2025-08-20T22:54:48.2725278Z [00:04:11.995]➜  packagefile tailscale.com/types/persist=/root/.cache/go-build/27/27dcf7bebf9a68fc23bbc57949852d31f3d753d2511e35575cb6e90e8e0d0c2a-d
2025-08-20T22:54:48.2726388Z [00:04:11.995]➜  packagefile tailscale.com/types/structs=/root/.cache/go-build/ac/ac1947944918a55de6e3d1242ceedcc5fc684236a079047c9f50d89b91a2350a-d
2025-08-20T22:54:48.2727396Z [00:04:11.995]➜  packagefile tailscale.com/util/execqueue=/root/.cache/go-build/14/14f5c3f0cba6462c0139df0d4b0449eebb0224b14ac05089f230325b9f032e66-d
2025-08-20T22:54:48.2728493Z [00:04:11.995]➜  packagefile tailscale.com/util/set=/root/.cache/go-build/23/23298a9ad04a047b71ce761b48a7a1d8305e4d9fc47dfeaa160e9bbb4fafd97c-d
2025-08-20T22:54:48.2729489Z [00:04:11.995]➜  packagefile tailscale.com/util/singleflight=/root/.cache/go-build/06/0698803f083735e7515225990371ddca591e2fee230408cb0ae03852a39eec90-d
2025-08-20T22:54:48.2730490Z [00:04:11.995]➜  packagefile tailscale.com/util/systemd=/root/.cache/go-build/8f/8f8d048926a9b2403b2a50521403494aff675dc6836d7acb71fd851da85dd8f9-d
2025-08-20T22:54:48.2731490Z [00:04:11.995]➜  packagefile tailscale.com/util/zstdframe=/root/.cache/go-build/eb/eb40881b3a8608bd7af0bff0ddce628ba3b3f182990ceae84168e0939622843e-d
2025-08-20T22:54:48.2732578Z [00:04:11.995]➜  packagefile tailscale.com/wgengine/filter=/root/.cache/go-build/fe/fe3a070b0c3ce0ea4eac6191d3301514bb8fe9b29bc3e64670ff360281de6448-d
2025-08-20T22:54:48.2733557Z [00:04:11.995]➜  packagefile tailscale.com/derp=/root/.cache/go-build/0c/0c4ee34ce63745e892122ec3601cdcccd5972883a1b7055bf98ef12956b820f4-d
2025-08-20T22:54:48.2734543Z [00:04:11.995]➜  packagefile tailscale.com/derp/derpconst=/root/.cache/go-build/cc/cc29c97e3d4d177c5b80a8a039ce294f692ddd1226c4ec7d39ffecbb2ad90b89-d
2025-08-20T22:54:48.2735667Z [00:04:11.995]➜  packagefile github.com/djherbis/times=/root/.cache/go-build/20/201c939cef5d0562c2f8527156a5da8e2681a3c7608660b17d8967ada4645bbe-d
2025-08-20T22:54:48.2736681Z [00:04:11.995]➜  packagefile github.com/tailscale/xnet/webdav=/root/.cache/go-build/21/2156b60d518270aada8a7c6287b7e4233ee8cfb65174be0ef3f998ffc07266c0-d
2025-08-20T22:54:48.2737771Z [00:04:11.995]➜  packagefile tailscale.com/drive/driveimpl/compositedav=/root/.cache/go-build/6d/6d8a63166fc892243281cc2f449204c1452814ed676a94a9731ff05b2e2bd34a-d
2025-08-20T22:54:48.2738982Z [00:04:11.995]➜  packagefile tailscale.com/drive/driveimpl/dirfs=/root/.cache/go-build/cb/cbc2713b6355216cbc42ac2232cc3aedf99bd89dc2b3540edb9945387cc6d7e6-d
2025-08-20T22:54:48.2740076Z [00:04:11.995]➜  packagefile tailscale.com/drive/driveimpl/shared=/root/.cache/go-build/92/9264e3dfaffe5c9f8fcd5e830be325e6db15421a5110f3cb4598bcd3af552512-d
2025-08-20T22:54:48.2741117Z [00:04:11.995]➜  packagefile tailscale.com/kube/kubetypes=/root/.cache/go-build/64/64d8c359bf0cf49f035b1ec668b4fd3c82700c514c429fa549b71c852c2e8cf4-d
2025-08-20T22:54:48.2742123Z [00:04:11.995]➜  packagefile tailscale.com/feature/capture=/root/.cache/go-build/61/61398a03b1b3173470771babc6e0cd2f7d9a1e1b74c0ec83274faf9cb19ed114-d
2025-08-20T22:54:48.2743148Z [00:04:11.995]➜  packagefile tailscale.com/feature/relayserver=/root/.cache/go-build/97/97d588beea5a4dbf4e55b1f9ff95bd9452e054492b1825f1020c857243eb2403-d
2025-08-20T22:54:48.2744197Z [00:04:11.995]➜  packagefile tailscale.com/feature/taildrop=/root/.cache/go-build/4e/4e5871df8adb8f143e9ba1203f74f494a53ce2ccbc55ace94fccc78d7a17546d-d
2025-08-20T22:54:48.2745424Z [00:04:11.995]➜  packagefile tailscale.com/feature/tap=/root/.cache/go-build/a5/a5e49f0a929a691f6e5d60f1477a8ec1ec3d1bf0471a08821cf087b4cb6749dc-d
2025-08-20T22:54:48.2746427Z [00:04:11.995]➜  packagefile tailscale.com/feature/tpm=/root/.cache/go-build/8a/8a690a6166c00ffeaa22b8dd621b49de65f7109e48bce77606df62247f40084c-d
2025-08-20T22:54:48.2747469Z [00:04:11.995]➜  packagefile tailscale.com/feature/wakeonlan=/root/.cache/go-build/de/deb730d7f7ea9c79299a6e0fa4043e3aac2bd73eea718a89c64f5983d571dd9e-d
2025-08-20T22:54:48.2748460Z [00:04:11.995]➜  packagefile tailscale.com/metrics=/root/.cache/go-build/e8/e8f2646dbe16ee114d94555283db7cd6807763b145f583127c8f9ef5a93eea60-d
2025-08-20T22:54:48.2749429Z [00:04:11.995]➜  packagefile tailscale.com/util/cibuild=/root/.cache/go-build/b1/b10bba1e41c31bc546bb21aa17fd41602580db40dd74b0ac58678a8c7b8bcfc2-d
2025-08-20T22:54:48.2750430Z [00:04:11.995]➜  packagefile tailscale.com/util/usermetric=/root/.cache/go-build/5f/5f7565116783c3851b35c7662740d5a39632f103faf49b05c3471268527e24d0-d
2025-08-20T22:54:48.2751404Z [00:04:11.995]➜  packagefile tailscale.com/types/lazy=/root/.cache/go-build/6a/6a882ad12d956041b3c544e7fd849589f5dbe8522dd1b9adfd196a9fd88e8465-d
2025-08-20T22:54:48.2752488Z [00:04:11.995]➜  packagefile tailscale.com/util/cloudenv=/root/.cache/go-build/60/60347e1e73ecbcda0a768299dc50308ce8ed51299b893f0d39e77a63d70544e6-d
2025-08-20T22:54:48.2753484Z [00:04:11.995]➜  packagefile tailscale.com/util/lineiter=/root/.cache/go-build/ea/eaac7c1315659314f0fbe7bbb763de2536b0f7ac379632d2045aff3ce6662677-d
2025-08-20T22:54:48.2754508Z [00:04:11.995]➜  packagefile github.com/go-json-experiment/json=/root/.cache/go-build/14/14d5c8508cd984335a3a3cdb4753727ff831d5f7ecc6a16b970170f47a2e450d-d
2025-08-20T22:54:48.2755785Z [00:04:11.995]➜  packagefile github.com/go-json-experiment/json/jsontext=/root/.cache/go-build/c7/c75de55e85f61b4aedbf8cb16519ccb7f9bd1091e9ff1b1defdaf3d720a3c93d-d
2025-08-20T22:54:48.2756856Z [00:04:11.995]➜  packagefile tailscale.com/net/netaddr=/root/.cache/go-build/d9/d9f4c109351ab660f3404b970f8e64fac4107584b90f1c81cdba75117ea18739-d
2025-08-20T22:54:48.2757848Z [00:04:11.995]➜  packagefile tailscale.com/types/empty=/root/.cache/go-build/ba/ba6f47395651db6f847f1dcf3dc4e2add6ec9c0556c97b7bba589bbdac6b5347-d
2025-08-20T22:54:48.2758858Z [00:04:11.995]➜  packagefile tailscale.com/types/ipproto=/root/.cache/go-build/e9/e928fab7fea178aef0d4edff231ae86ed7079f4d3b1a99d988ae3e6d71b06e45-d
2025-08-20T22:54:48.2759861Z [00:04:11.995]➜  packagefile github.com/tailscale/hujson=/root/.cache/go-build/ef/efa9d55574a0791e2ce45447ba1bc2428e269dd2437938f5e09f5756c172a10c-d
2025-08-20T22:54:48.2760814Z [00:04:11.995]➜  packagefile tailscale.com/omit=/root/.cache/go-build/e9/e95a5921363ec1295f5c680e64439ebdf2c2c30ce5366169f78585b69bcef6cc-d
2025-08-20T22:54:48.2761750Z [00:04:11.995]➜  packagefile crypto/x509/pkix=/root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d
2025-08-20T22:54:48.2762772Z [00:04:11.995]➜  packagefile go4.org/netipx=/root/.cache/go-build/54/54427236929d934028df3b51429ffe98acb009e607280ce6367eabe327d34a60-d
2025-08-20T22:54:48.2763712Z [00:04:11.995]➜  packagefile golang.org/x/crypto/ssh=/root/.cache/go-build/96/96ec9a0295a0a0ae4c6a819c93b5a545d1056306f1a8178c94ed82cd75b8f744-d
2025-08-20T22:54:48.2764716Z [00:04:11.995]➜  packagefile golang.org/x/net/http/httpguts=/root/.cache/go-build/cb/cbd616b8bc9dbc18f39ef0f51bb9da0221839832f1dc5eb42a2256e603cd10f5-d
2025-08-20T22:54:48.2766036Z [00:04:11.995]➜  packagefile golang.org/x/net/http2/h2c=/root/.cache/go-build/eb/ebca511af657202d3d21596e976ac6a467860bfb5bf573e9c8c28b6ba5dee66f-d
2025-08-20T22:54:48.2767048Z [00:04:11.995]➜  packagefile gvisor.dev/gvisor/pkg/tcpip=/root/.cache/go-build/46/46ba812df3721c5faea9ac54cc2d2e127a95628ee126d3740a9ce31573210030-d
2025-08-20T22:54:48.2767992Z [00:04:11.995]➜  packagefile hash/crc32=/root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d
2025-08-20T22:54:48.2768880Z [00:04:11.995]➜  packagefile math/rand/v2=/root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d
2025-08-20T22:54:48.2769785Z [00:04:11.995]➜  packagefile tailscale.com/appc=/root/.cache/go-build/d9/d995b7131b9b15221af90256de38f902ac4ac46727a32749c2e4516369ee2ed5-d
2025-08-20T22:54:48.2770713Z [00:04:11.995]➜  packagefile tailscale.com/doctor=/root/.cache/go-build/10/10ef5551561f01c28d4e21b5286c7c8e0d2d2c7be676f356baf1676f862369fb-d
2025-08-20T22:54:48.2771683Z [00:04:11.995]➜  packagefile tailscale.com/doctor/ethtool=/root/.cache/go-build/c1/c1479ed42735107e3460dad227f78dc0085692b25ac1fab05bbba943db9cb2d2-d
2025-08-20T22:54:48.2772711Z [00:04:11.995]➜  packagefile tailscale.com/doctor/permissions=/root/.cache/go-build/46/466bfc58c5e1c992050ea0fbe195a3eb3d01b3dfdf243c261145684d970de319-d
2025-08-20T22:54:48.2773763Z [00:04:11.995]➜  packagefile tailscale.com/doctor/routetable=/root/.cache/go-build/a5/a5c9e63c8fd4efe3e2c96dace84a1e3e5667ff6be46d88021931991fe4264b63-d
2025-08-20T22:54:48.2774819Z [00:04:11.995]➜  packagefile tailscale.com/envknob/featureknob=/root/.cache/go-build/94/9415b2574e886f56c285cda8dbbc1ba0e9a6bd88008826504d102cddf72a9a90-d
2025-08-20T22:54:48.2776048Z [00:04:11.995]➜  packagefile tailscale.com/ipn/ipnauth=/root/.cache/go-build/18/18b88e777a8eee39067e2e3c5908bdbe3cd3116e5412a279da1e43722c4c054f-d
2025-08-20T22:54:48.2777025Z [00:04:11.995]➜  packagefile tailscale.com/ipn/ipnext=/root/.cache/go-build/ca/ca3912e4b226e2c3b238402cad0fb7c91c5c2a746edfd453f23d8155dd013825-d
2025-08-20T22:54:48.2778033Z [00:04:11.995]➜  packagefile tailscale.com/ipn/policy=/root/.cache/go-build/ba/babe182dcf50e5a3e83c2e70c407df87cdce6893a90e90298453ba14785985a9-d
2025-08-20T22:54:48.2779033Z [00:04:11.995]➜  packagefile tailscale.com/ipn/store/mem=/root/.cache/go-build/f0/f0a8871cfec4d1ff44b38bb83560ed0194a4707ee5856c3f7405d4819d0dbcea-d
2025-08-20T22:54:48.2780118Z [00:04:11.995]➜  packagefile tailscale.com/log/sockstatlog=/root/.cache/go-build/5a/5a88f03831c9e3e711b6c798e502db8974841d6210c76b2459d08cd8bd330cbe-d
2025-08-20T22:54:48.2781137Z [00:04:11.995]➜  packagefile tailscale.com/net/bakedroots=/root/.cache/go-build/29/29f9c16bc3ef6ad2a70f79ffc1adcfaedc64da269f55405e1ab4aa71965e9fff-d
2025-08-20T22:54:48.2782186Z [00:04:11.995]➜  packagefile tailscale.com/net/captivedetection=/root/.cache/go-build/b6/b63d3a46919c7841d167971843f3b86ae109be78c4e988932f49b0a295640020-d
2025-08-20T22:54:48.2783212Z [00:04:11.995]➜  packagefile tailscale.com/net/ipset=/root/.cache/go-build/ad/adede50b4a63bf92d017fc59df1ae05d123f44123d63612fe78a2ef3ea6c8e83-d
2025-08-20T22:54:48.2784237Z [00:04:11.995]➜  packagefile tailscale.com/net/netkernelconf=/root/.cache/go-build/44/44c4271d683bdb49edacaffdd13eb468f16841fef8d65ffe7c6399235c80bf2c-d
2025-08-20T22:54:48.2785462Z [00:04:11.995]➜  packagefile tailscale.com/net/packet=/root/.cache/go-build/d5/d555ff8765c612541e6df73ba88a055e532b12b6e09d924bf769432250bf874b-d
2025-08-20T22:54:48.2786591Z [00:04:11.995]➜  packagefile tailscale.com/portlist=/root/.cache/go-build/c2/c2a1a6e6279293294e5147b36e93e6142504be18e21812ce811abe384a946099-d
2025-08-20T22:54:48.2787568Z [00:04:11.995]➜  packagefile tailscale.com/posture=/root/.cache/go-build/1e/1e494ab4829eb03c3b9bdcc460a7025ac79cc2dcf6a09769c0e7b37b65f2236e-d
2025-08-20T22:54:48.2788571Z [00:04:11.995]➜  packagefile tailscale.com/tempfork/acme=/root/.cache/go-build/97/97525b0a3d74c975f257a69fc1032f7d411aa9c0dfcefaf0c58ebab2cd5dae11-d
2025-08-20T22:54:48.2789591Z [00:04:11.995]➜  packagefile tailscale.com/types/appctype=/root/.cache/go-build/58/582237e2ae2ba9b45ec93e5d5d7ea6a6beac0ccbb6e59f1673851591b1d4c97b-d
2025-08-20T22:54:48.2790599Z [00:04:11.995]➜  packagefile tailscale.com/util/ctxkey=/root/.cache/go-build/ac/ac420911c4665e64495d967ba7e584f0f4963d2db2d7bd33c0a603ee02dae031-d
2025-08-20T22:54:48.2791596Z [00:04:11.995]➜  packagefile tailscale.com/util/deephash=/root/.cache/go-build/e9/e9063e29bf899504446b6515975f561d20dbd8cd3eeb3042acd498add13d220f-d
2025-08-20T22:54:48.2792626Z [00:04:11.995]➜  packagefile tailscale.com/util/goroutines=/root/.cache/go-build/d8/d83ca1a6db84ec3beb2ad4319b69bad83f886889ba27c02a6c22fd7c30330ddb-d
2025-08-20T22:54:48.2793660Z [00:04:11.995]➜  packagefile tailscale.com/util/httpm=/root/.cache/go-build/ff/ff6e22ee7399d20e6d1afe53302a84fe924d2d662ba6f48d656cdb7ea68e0189-d
2025-08-20T22:54:48.2794646Z [00:04:11.995]➜  packagefile tailscale.com/util/osuser=/root/.cache/go-build/c9/c9c14fc20c33d3d5b2879618207d2da86fd6780846707096e3cc82fc8617cb8e-d
2025-08-20T22:54:48.2795746Z [00:04:11.995]➜  packagefile tailscale.com/util/rands=/root/.cache/go-build/1c/1c28f1c2f22182f8877c4c8cc1037526ad5789ef94b47f1930544bf6ae2e87ea-d
2025-08-20T22:54:48.2796776Z [00:04:11.995]➜  packagefile tailscale.com/util/syspolicy/rsop=/root/.cache/go-build/9d/9ddfbdfcd87ccbd1fe90fdbc190cf5bfdb9c0395f6c26296dc40b6b2ba68fbb1-d
2025-08-20T22:54:48.2797853Z [00:04:11.995]➜  packagefile tailscale.com/wgengine/magicsock=/root/.cache/go-build/52/52156d35aeeaf2f98641b70021d7332b7ba71ad8f98ed3044efc7040e5389ef1-d
2025-08-20T22:54:48.2798882Z [00:04:11.995]➜  packagefile tailscale.com/wgengine/wgcfg=/root/.cache/go-build/67/6774c6d22d365c80ce9c6d3a1b25d4965d83860e7852b8f9bb592f1725c27800-d
2025-08-20T22:54:48.2800005Z [00:04:11.995]➜  packagefile tailscale.com/wgengine/wgcfg/nmcfg=/root/.cache/go-build/7e/7e4ba824e8d50b50839fbb4b111eaad547373218d7110e31e32a8578ba794b76-d
2025-08-20T22:54:48.2801045Z [00:04:11.995]➜  packagefile tailscale.com/ipn/localapi=/root/.cache/go-build/f2/f2579ee970b7ef2770c12ddf6265af0f4d10fd734aa66aea119d2fa43713e69d-d
2025-08-20T22:54:48.2802324Z [00:04:11.995]➜  packagefile tailscale.com/ipn/store/awsstore=/root/.cache/go-build/ff/ff1e5d488eea61c45d2e4548fd9ad523dfc419c98cff42c38d13d4244d29b3ca-d
2025-08-20T22:54:48.2803522Z [00:04:11.995]➜  packagefile tailscale.com/ipn/store/kubestore=/root/.cache/go-build/72/722779cae25b70fec25c4cac9b11268457c3730d26191eba5e13a58fe890c497-d
2025-08-20T22:54:48.2804691Z [00:04:11.995]➜  packagefile golang.org/x/term=/root/.cache/go-build/d8/d86c6d9f55735a7e3305382fb9d006c115557afd4517de1db843cf0d64c90001-d
2025-08-20T22:54:48.2806184Z [00:04:11.995]➜  packagefile tailscale.com/log/filelogger=/root/.cache/go-build/ed/ed867f5d37a91e91f93747122d7e69fe06e6396513e81c65aae613e07800303f-d
2025-08-20T22:54:48.2807318Z [00:04:11.995]➜  packagefile tailscale.com/logtail/filch=/root/.cache/go-build/f5/f510a7a74f75198b9c456c0161d7f04ed8bc4ee93c733e7c0b10dd9f4c83219c-d
2025-08-20T22:54:48.2808479Z [00:04:11.995]➜  packagefile tailscale.com/net/netknob=/root/.cache/go-build/1f/1f891a52da4a3ad6ecea695a16c9c46e3eb9020d66d11230a6d2cfb4f09c62d2-d
2025-08-20T22:54:48.2818275Z [00:04:11.995]➜  packagefile tailscale.com/util/racebuild=/root/.cache/go-build/9a/9a8303531e0418e732859622e7c6c338c635a34aef42e66835f5c7ce2e2982a3-d
2025-08-20T22:54:48.2819530Z [00:04:11.995]➜  packagefile github.com/godbus/dbus/v5=/root/.cache/go-build/10/10dbbe8ad65e6b3c53af6493481fdd68f6a0d427b0186be4d77fd7148b47cb7f-d
2025-08-20T22:54:48.2820789Z [00:04:11.995]➜  packagefile github.com/illarion/gonotify/v3=/root/.cache/go-build/ab/abf16072fe3300f07cc828385689424a03c684f75188dbad9044a7d9a9f73e48-d
2025-08-20T22:54:48.2821868Z [00:04:11.995]➜  packagefile tailscale.com/net/dns/publicdns=/root/.cache/go-build/eb/eb57e9802473457316a050dd8ed5df886fe36ea48b1b6c8e5b3ead31f05b9bdb-d
2025-08-20T22:54:48.2822934Z [00:04:11.995]➜  packagefile tailscale.com/net/dns/resolvconffile=/root/.cache/go-build/cb/cb3456cf808c9ed23c792770f6d7834c46643ed7ef8a01933a3c4983d8c89634-d
2025-08-20T22:54:48.2823986Z [00:04:11.995]➜  packagefile tailscale.com/net/dns/resolver=/root/.cache/go-build/63/63e5b57dc7d3aa228656c49bcbc570548d5a1cbff071f502bb7e438a1a1d1af3-d
2025-08-20T22:54:48.2824987Z [00:04:11.996]➜  packagefile tailscale.com/util/cmpver=/root/.cache/go-build/13/13bf1b58975903e61400d13b851cb06fc818fc74211790a706f3d4aabb99f4a0-d
2025-08-20T22:54:48.2826448Z [00:04:11.996]➜  packagefile tailscale.com/net/dns/recursive=/root/.cache/go-build/f3/f310b4d38159903b2d9adac6c3eec9c519757c6ea8182c111c9afb7915cd6511-d
2025-08-20T22:54:48.2827663Z [00:04:11.996]➜  packagefile github.com/jsimonetti/rtnetlink=/root/.cache/go-build/9c/9c813409b0ddaaa92dd51617d1dfd7f1003b0158147f0328aa9051a34cf1821b-d
2025-08-20T22:54:48.2828954Z [00:04:11.996]➜  packagefile github.com/mdlayher/netlink=/root/.cache/go-build/bd/bdd03180ee2486cdb9f5241349dab7a72e47dc3bac8b710fd19814f2cad744d5-d
2025-08-20T22:54:48.2830090Z [00:04:11.996]➜  packagefile golang.org/x/net/proxy=/root/.cache/go-build/6b/6b2886feb78a3f67693477eeda33407c6c9a55f21364311320decf47297739a1-d
2025-08-20T22:54:48.2831328Z [00:04:11.996]➜  packagefile tailscale.com/util/linuxfw=/root/.cache/go-build/79/799ecaba9e29f683a69143a7db58d7a3ab46f1d29a793bf62c08de70bda94fdf-d
2025-08-20T22:54:48.2832471Z [00:04:11.996]➜  packagefile github.com/gaissmai/bart=/root/.cache/go-build/16/1612043c4f723de24dcaa3b56eaf5967b6601d5167a2cec211471f6525ece72e-d
2025-08-20T22:54:48.2833762Z [00:04:11.996]➜  packagefile github.com/mdlayher/genetlink=/root/.cache/go-build/b6/b6c5caf17d7e6df3ea58d5a5a5e272ef310f343aef003a19f85e985c29394148-d
2025-08-20T22:54:48.2834979Z [00:04:11.996]➜  packagefile github.com/tailscale/wireguard-go/conn=/root/.cache/go-build/4c/4c0eae25a1263402f5596536ae1a8aec451def9cdd6d4c5ff9ebf3d94840e2e6-d
2025-08-20T22:54:48.2836570Z [00:04:11.996]➜  packagefile github.com/tailscale/wireguard-go/device=/root/.cache/go-build/ab/abd250b8c4aaad708330ab8fc6aca311c89d6f84896a45604c6a8a5ec75eb59a-d
2025-08-20T22:54:48.2837883Z [00:04:11.996]➜  packagefile github.com/tailscale/wireguard-go/tun=/root/.cache/go-build/54/54c3120b4bd6060121c1a9fff3fe703376c56940700ee54575902a39124f8c4d-d
2025-08-20T22:54:48.2839102Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/checksum=/root/.cache/go-build/ea/ead4c12dce16b0eb62d7fb120442fd49af51d0f7d82af02c13409a6c81a39a6f-d
2025-08-20T22:54:48.2840520Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header=/root/.cache/go-build/78/780e912f7a926b0c17f3c8e90ad3e33863224983068ebc23a2053b0bb8ac9e61-d
2025-08-20T22:54:48.2841758Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack=/root/.cache/go-build/5f/5fb40831badbdb25e08d5cac343488a1759f84f2001c2185ae6c2bb25c6aefec-d
2025-08-20T22:54:48.2842962Z [00:04:11.996]➜  packagefile tailscale.com/disco=/root/.cache/go-build/a8/a8597243df3214cce7cdd962aaf4cfb5940c67b6a4cc515561de9282cfff7a9a-d
2025-08-20T22:54:48.2844047Z [00:04:11.996]➜  packagefile tailscale.com/feature=/root/.cache/go-build/72/7247afb936a5960721cc94f6db8a5070d7bc3e567545b64a87b6d84216709443-d
2025-08-20T22:54:48.2845534Z [00:04:11.996]➜  packagefile tailscale.com/net/connstats=/root/.cache/go-build/a2/a23f4e3fc20ab7ec49799dfabfc7be7da3bca217288fd3eaeab8af6ee95dedcc-d
2025-08-20T22:54:48.2847494Z [00:04:11.996]➜  packagefile tailscale.com/net/packet/checksum=/root/.cache/go-build/b5/b54e3b5752ae65419522326ea070725dd40a5187a7f756fc8ebf5ef05447b38d-d
2025-08-20T22:54:48.2849318Z [00:04:11.996]➜  packagefile tailscale.com/tstime/mono=/root/.cache/go-build/80/8049fdcc30025de911abe931e01e86d612aa48c1c6f1d928aff6e79cb3cd6d32-d
2025-08-20T22:54:48.2851360Z [00:04:11.996]➜  packagefile tailscale.com/wgengine/netstack/gro=/root/.cache/go-build/01/01a5cb1550594f8146c171dd52f9c8d9abb7054afe4a2ab3674c5ac8fad80798-d
2025-08-20T22:54:48.2853236Z [00:04:11.996]➜  packagefile github.com/creack/pty=/root/.cache/go-build/a0/a0900f5d3ac313df77d16fe4ec780052de587b3290ce9252fe25327678057898-d
2025-08-20T22:54:48.2854960Z [00:04:11.996]➜  packagefile github.com/pkg/sftp=/root/.cache/go-build/25/25054c49a4901c4dc155beaa766ff3f2ab6da71556a6545651bc340c65057b78-d
2025-08-20T22:54:48.2856918Z [00:04:11.996]➜  packagefile github.com/u-root/u-root/pkg/termios=/root/.cache/go-build/77/771b80e40a92576e07bf45d2c452ad6beee1109769679a6f21f711bceec0601a-d
2025-08-20T22:54:48.2858454Z [00:04:11.996]➜  packagefile log/syslog=/root/.cache/go-build/fb/fb17ce882e98a1e6f5273d423458d2db2ac532795ae308e3a04a7d930a802f4c-d
2025-08-20T22:54:48.2859754Z [00:04:11.996]➜  packagefile tailscale.com/sessionrecording=/root/.cache/go-build/40/405d387eddbeeb73d8ab2886c0ff2ebcfcc6fcb28203cccec85583fb889fccc8-d
2025-08-20T22:54:48.2861116Z [00:04:11.996]➜  packagefile tailscale.com/tempfork/gliderlabs/ssh=/root/.cache/go-build/e3/e38bcb7b1ec55cf83d74b6fa92971d4d06cb4437fc538279d9f7e6ac58452cee-d
2025-08-20T22:54:48.2862348Z [00:04:11.996]➜  packagefile golang.org/x/sys/cpu=/root/.cache/go-build/71/71db9d9c0ef048011caf063f16a86f1d139470a1b65881c9357c156792b85543-d
2025-08-20T22:54:48.2863621Z [00:04:11.996]➜  packagefile tailscale.com/util/vizerror=/root/.cache/go-build/30/30c90294e9741033104bb50a40ed956d7a03902c569a18840bf965864d91ff86-d
2025-08-20T22:54:48.2864741Z [00:04:11.996]➜  packagefile tailscale.com/proxymap=/root/.cache/go-build/d8/d8b0f367b23717ee54daa245abc5e124390d5b8c9431d7006457640b933947c3-d
2025-08-20T22:54:48.2866250Z [00:04:11.996]➜  packagefile golang.org/x/exp/constraints=/root/.cache/go-build/48/48bb2a5b12220f3db8b4370d69bc9a714df850c90a565413bc252c57b1ebd2be-d
2025-08-20T22:54:48.2867480Z [00:04:11.996]➜  packagefile golang.org/x/crypto/curve25519=/root/.cache/go-build/33/33f83579d754ce42550bec24133d305e2052b08ef0886ee8a9b44c907bacfec7-d
2025-08-20T22:54:48.2868766Z [00:04:11.996]➜  packagefile golang.org/x/crypto/nacl/box=/root/.cache/go-build/5a/5a646ae8e90403b2b24afe614ed1b3e4702ec7e40289e771e1e757cc89268cb6-d
2025-08-20T22:54:48.2870158Z [00:04:11.996]➜  packagefile github.com/coder/websocket=/root/.cache/go-build/0a/0ac6d67c7d1c653752d7fafd162f114d4c7e48e411a87bc4215580a1286b0359-d
2025-08-20T22:54:48.2871362Z [00:04:11.996]➜  packagefile html/template=/root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d
2025-08-20T22:54:48.2872423Z [00:04:11.996]➜  packagefile tailscale.com/tsweb=/root/.cache/go-build/e0/e0871483e7182576545c243ec4f88cf69b59441675ba5e3b67a787681ba2c21f-d
2025-08-20T22:54:48.2873694Z [00:04:11.996]➜  packagefile tailscale.com/util/syspolicy/internal=/root/.cache/go-build/fb/fb92dbf4964f6869a57e287aca364a874ba8ba08d9ec03305faec622ec762895-d
2025-08-20T22:54:48.2875365Z [00:04:11.996]➜  packagefile tailscale.com/util/syspolicy/internal/loggerx=/root/.cache/go-build/b0/b0e8365ca14fd149e237f3991b0ad31e9612391356667a1ad1e9a3c694cf2937-d
2025-08-20T22:54:48.2876719Z [00:04:11.996]➜  packagefile tailscale.com/util/syspolicy/source=/root/.cache/go-build/d9/d90ab9859ae08bccd783920f5b39a3b72161834aa3437aae1ba64ec408e03b8a-d
2025-08-20T22:54:48.2878010Z [00:04:11.996]➜  packagefile tailscale.com=/root/.cache/go-build/70/70247af8bd418a14d047b4d8158feb6f0ee14d219f907b3b62e4bfd1d354b06c-d
2025-08-20T22:54:48.2879151Z [00:04:11.996]➜  packagefile tailscale.com/net/flowtrack=/root/.cache/go-build/66/66838dd8aecb190dabf66e8fe6c04fde157a907db41ba0ed9fcab47df99f9347-d
2025-08-20T22:54:48.2880479Z [00:04:11.996]➜  packagefile tailscale.com/wgengine/netlog=/root/.cache/go-build/dd/dda2c9e8cb886cc7844d7beb646e2725f3e32a9ceabc6f94107ae9107e93e09f-d
2025-08-20T22:54:48.2881664Z [00:04:11.996]➜  packagefile tailscale.com/wgengine/wgint=/root/.cache/go-build/73/73196f473826573df62de8d54c9bb2b10305d20323af531adc45b691d5898a01-d
2025-08-20T22:54:48.2883120Z [00:04:11.996]➜  packagefile tailscale.com/wgengine/wglog=/root/.cache/go-build/be/be97d0e20260f29ba18c8e7438d339b61b52cea27715f372e81f012dc04ffc23-d
2025-08-20T22:54:48.2884388Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/refs=/root/.cache/go-build/2c/2c02c5a4be833e84d379ee78b107ef34232dcaedc085b596947caee384b641e6-d
2025-08-20T22:54:48.2885901Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/adapters/gonet=/root/.cache/go-build/85/85907b65897e1a8078cf0582489be212e64597abb2a8d74a4643379c4bff6a78-d
2025-08-20T22:54:48.2887316Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv4=/root/.cache/go-build/0f/0f52dab091ca25842f4e6fa343448929bc3cfcc2f628e715ebb1c7d443b2737b-d
2025-08-20T22:54:48.2888659Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/ipv6=/root/.cache/go-build/28/28b18fb88feaa05ece7d056f26cbc9a231a9faf236922fa275eab7eea38ad517-d
2025-08-20T22:54:48.2889988Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/icmp=/root/.cache/go-build/9a/9aaca9df759a9f24f5a425146530838f82f8710fe708e08bc0d1fd86d16a9324-d
2025-08-20T22:54:48.2891376Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcp=/root/.cache/go-build/01/018900603af7e31b6ad9ad605f62b1546cb05a424c11500ce050a42beddba3d4-d
2025-08-20T22:54:48.2892683Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/udp=/root/.cache/go-build/1a/1adb23fa79519d7374ac315c47e39eed28a5fd2c94c638fca5fecfc89c3e54a8-d
2025-08-20T22:54:48.2893984Z [00:04:11.996]➜  packagefile gvisor.dev/gvisor/pkg/waiter=/root/.cache/go-build/ea/ea951abed43d0a417bd5c75cfbc46b370153e4ef7100164d426119e100f184eb-d
2025-08-20T22:54:48.2895276Z [00:04:11.996]➜  packagefile tailscale.com/types/nettype=/root/.cache/go-build/1b/1b821f827940a55fd590366ef121c747c5142a7173985786c144820bd4744b27-d
2025-08-20T22:54:48.2896451Z [00:04:11.996]➜  packagefile github.com/tailscale/netlink=/root/.cache/go-build/24/24718a7d254d59a7e8006129bd053c9ed8eb035a19c80e4b62ce43debbef033b-d
2025-08-20T22:54:48.2897576Z [00:04:11.996]➜  packagefile internal/unsafeheader=/root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d
2025-08-20T22:54:48.2898874Z [00:04:11.996]➜  packagefile internal/sync=/root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d
2025-08-20T22:54:48.2899909Z [00:04:11.996]➜  packagefile internal/synctest=/root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d
2025-08-20T22:54:48.2901097Z [00:04:11.996]➜  packagefile crypto/internal/fips140/alias=/root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d
2025-08-20T22:54:48.2902214Z [00:04:11.996]➜  packagefile crypto/internal/fips140only=/root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d
2025-08-20T22:54:48.2903464Z [00:04:11.996]➜  packagefile crypto/internal/fips140/ecdh=/root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d
2025-08-20T22:54:48.2904595Z [00:04:11.996]➜  packagefile crypto/internal/fips140/edwards25519/field=/root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d
2025-08-20T22:54:48.2905991Z [00:04:11.996]➜  packagefile crypto/internal/randutil=/root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d
2025-08-20T22:54:48.2907001Z [00:04:11.996]➜  packagefile crypto/internal/boring/bbig=/root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d
2025-08-20T22:54:48.2908032Z [00:04:11.996]➜  packagefile crypto/internal/fips140/ecdsa=/root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d
2025-08-20T22:54:48.2909067Z [00:04:11.996]➜  packagefile crypto/internal/fips140/nistec=/root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d
2025-08-20T22:54:48.2910359Z [00:04:11.996]➜  packagefile crypto/internal/fips140cache=/root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d
2025-08-20T22:54:48.2911465Z [00:04:11.996]➜  packagefile crypto/internal/fips140hash=/root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d
2025-08-20T22:54:48.2912572Z [00:04:11.996]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d
2025-08-20T22:54:48.2913572Z [00:04:11.996]➜  packagefile math/big=/root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d
2025-08-20T22:54:48.2914574Z [00:04:11.996]➜  packagefile crypto/internal/fips140/ed25519=/root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d
2025-08-20T22:54:48.2916489Z [00:04:11.996]➜  packagefile crypto/internal/fips140/hkdf=/root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d
2025-08-20T22:54:48.2918293Z [00:04:11.996]➜  packagefile crypto/internal/fips140/hmac=/root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d
2025-08-20T22:54:48.2920048Z [00:04:11.996]➜  packagefile crypto/internal/boring/sig=/root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d
2025-08-20T22:54:48.2921800Z [00:04:11.996]➜  packagefile crypto/internal/fips140=/root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d
2025-08-20T22:54:48.2923616Z [00:04:11.996]➜  packagefile crypto/internal/fips140/check=/root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d
2025-08-20T22:54:48.2925647Z [00:04:11.996]➜  packagefile crypto/internal/fips140/subtle=/root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d
2025-08-20T22:54:48.2927599Z [00:04:11.996]➜  packagefile crypto/internal/fips140deps/byteorder=/root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d
2025-08-20T22:54:48.2929364Z [00:04:11.996]➜  packagefile crypto/internal/fips140deps/cpu=/root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d
2025-08-20T22:54:48.2931583Z [00:04:11.996]➜  packagefile crypto/internal/fips140deps/godebug=/root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d
2025-08-20T22:54:48.2933493Z [00:04:11.996]➜  packagefile crypto/internal/impl=/root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d
2025-08-20T22:54:48.2935727Z [00:04:11.996]➜  packagefile crypto/internal/fips140/drbg=/root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d
2025-08-20T22:54:48.2937648Z [00:04:11.996]➜  packagefile crypto/internal/fips140/sha3=/root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d
2025-08-20T22:54:48.2939697Z [00:04:11.996]➜  packagefile crypto/internal/fips140/sha256=/root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d
2025-08-20T22:54:48.2941602Z [00:04:11.996]➜  packagefile crypto/internal/fips140/sha512=/root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d
2025-08-20T22:54:48.2943388Z [00:04:11.996]➜  packagefile crypto/internal/sysrand=/root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d
2025-08-20T22:54:48.2945353Z [00:04:11.996]➜  packagefile crypto/internal/fips140/bigmod=/root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d
2025-08-20T22:54:48.2947094Z [00:04:11.996]➜  packagefile crypto/internal/fips140/rsa=/root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d
2025-08-20T22:54:48.2948768Z [00:04:11.996]➜  packagefile crypto/fips140=/root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d
2025-08-20T22:54:48.2950432Z [00:04:11.996]➜  packagefile crypto/dsa=/root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d
2025-08-20T22:54:48.2952096Z [00:04:11.996]➜  packagefile encoding/asn1=/root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d
2025-08-20T22:54:48.2953756Z [00:04:11.996]➜  packagefile vendor/golang.org/x/crypto/chacha20=/root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d
2025-08-20T22:54:48.2955749Z [00:04:11.996]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d
2025-08-20T22:54:48.2957725Z [00:04:11.996]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d
2025-08-20T22:54:48.2959585Z [00:04:11.996]➜  packagefile vendor/golang.org/x/sys/cpu=/root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d
2025-08-20T22:54:48.2961248Z [00:04:11.996]➜  packagefile internal/bisect=/root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d
2025-08-20T22:54:48.2962855Z [00:04:11.996]➜  packagefile compress/flate=/root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d
2025-08-20T22:54:48.2964656Z [00:04:11.996]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d
2025-08-20T22:54:48.2966743Z [00:04:11.996]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d
2025-08-20T22:54:48.2968590Z [00:04:11.996]➜  packagefile vendor/golang.org/x/text/unicode/norm=/root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d
2025-08-20T22:54:48.2970383Z [00:04:11.996]➜  packagefile mime/quotedprintable=/root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d
2025-08-20T22:54:48.2971923Z [00:04:11.996]➜  packagefile regexp=/root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d
2025-08-20T22:54:48.2973538Z [00:04:11.996]➜  packagefile hash/maphash=/root/.cache/go-build/52/520078817d802480be6109a944ce542c6b23f165bf4d027674c1c2bbe6098d6b-d
2025-08-20T22:54:48.2975292Z [00:04:11.996]➜  packagefile encoding/base32=/root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d
2025-08-20T22:54:48.2976985Z [00:04:11.996]➜  packagefile github.com/fxamacker/cbor/v2=/root/.cache/go-build/76/76bbdc683b734e89dd5a68139d3b6f9a401483ffa042b581e1dce5453054aa58-d
2025-08-20T22:54:48.2978799Z [00:04:11.996]➜  packagefile github.com/hdevalence/ed25519consensus=/root/.cache/go-build/aa/aa45314a9f23fdb4a9ff1383e71da10448b6fa5ccb39d2edc5ac20500f0aad1a-d
2025-08-20T22:54:48.2980735Z [00:04:11.996]➜  packagefile golang.org/x/crypto/argon2=/root/.cache/go-build/b4/b4a4f555f6dcdcc81682c738f8aac3a5fec1636f20d55d16b10faa28811fdfd0-d
2025-08-20T22:54:48.2982462Z [00:04:11.996]➜  packagefile golang.org/x/crypto/blake2s=/root/.cache/go-build/11/11e36e931ec6034305431823fac180dc3c3e53971ecb2dda9f758ae6a2c2d9e9-d
2025-08-20T22:54:48.2984136Z [00:04:11.996]➜  packagefile golang.org/x/exp/maps=/root/.cache/go-build/2b/2b5aef88c22b28f62cce1139dfff9e44f375a11bf44320953658d378092ed830-d
2025-08-20T22:54:48.2985895Z [00:04:11.996]➜  packagefile io/ioutil=/root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d
2025-08-20T22:54:48.2987566Z [00:04:11.996]➜  packagefile github.com/peterbourgon/ff/v3=/root/.cache/go-build/17/179b7dd2e13bb9c7d7e7d870801c91914fadd5eaffdbba70f1fd7de9e113b746-d
2025-08-20T22:54:48.2989388Z [00:04:11.996]➜  packagefile github.com/skip2/go-qrcode/bitset=/root/.cache/go-build/4d/4de50e498bec859ac7e19f3579ded8f658e43ae32d4ea35d6bb283224ce56f61-d
2025-08-20T22:54:48.2991312Z [00:04:11.996]➜  packagefile github.com/skip2/go-qrcode/reedsolomon=/root/.cache/go-build/ca/cad8385d82a9c75293cd8a061f8792ee9c773dc6876b550f82477594f6354e65-d
2025-08-20T22:54:48.2992987Z [00:04:11.996]➜  packagefile image=/root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d
2025-08-20T22:54:48.2994436Z [00:04:11.997]➜  packagefile image/color=/root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d
2025-08-20T22:54:48.2996020Z [00:04:11.997]➜  packagefile image/png=/root/.cache/go-build/57/5781639d4da87f2e2ba172880d9fd9a8a66c3ae47b2b98e2eab5063f7f9ee3a4-d
2025-08-20T22:54:48.2997592Z [00:04:11.997]➜  packagefile golang.org/x/net/http2/hpack=/root/.cache/go-build/fd/fd77ba50db7749ecceb58c04d46292affac4151d978577a0e22003ddc46a7377-d
2025-08-20T22:54:48.2999422Z [00:04:11.997]➜  packagefile golang.org/x/net/internal/httpcommon=/root/.cache/go-build/df/dff313eb4af6e336b92391bb7c1b7d149cfcdec0245cf68cf6846d3ee3392a03-d
2025-08-20T22:54:48.3001345Z [00:04:11.997]➜  packagefile golang.org/x/text/secure/bidirule=/root/.cache/go-build/e3/e3ec1b38ddba946f25df0ab4e425338aa74e8bba7d8d9c90f676ef286987e73a-d
2025-08-20T22:54:48.3003197Z [00:04:11.997]➜  packagefile golang.org/x/text/unicode/bidi=/root/.cache/go-build/08/08bafa042bc77ad3b4748634a6f077880de18e631401dd5a7fe1c43353556d79-d
2025-08-20T22:54:48.3004974Z [00:04:11.997]➜  packagefile golang.org/x/text/unicode/norm=/root/.cache/go-build/ec/ec09a54e2a0543acb6e97ca182260967a5c3e7b453f18729584f4dcfacccee59-d
2025-08-20T22:54:48.3006914Z [00:04:11.997]➜  packagefile golang.org/x/oauth2=/root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d
2025-08-20T22:54:48.3008602Z [00:04:11.997]➜  packagefile golang.org/x/oauth2/internal=/root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d
2025-08-20T22:54:48.3010398Z [00:04:11.997]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/root/.cache/go-build/b7/b7a9a79f59c43656b1b41b2a51697f69f7bb4cf0409d1c0f785c20aa7db44dc1-d
2025-08-20T22:54:48.3012229Z [00:04:11.997]➜  packagefile golang.org/x/crypto/pbkdf2=/root/.cache/go-build/5d/5dd57c951f41ec3a74009e5c6d1ff36c191489749a9883c108a275085346f861-d
2025-08-20T22:54:48.3014134Z [00:04:11.997]➜  packagefile software.sslmate.com/src/go-pkcs12/internal/rc2=/root/.cache/go-build/11/110b945684d913e0bfb78368b944fbf269d58da4348073eff5b0ee0a7ddad019-d
2025-08-20T22:54:48.3016226Z [00:04:11.997]➜  packagefile github.com/Kodeworks/golang-image-ico=/root/.cache/go-build/83/83cfa3e8d15cc53a238520970f48065b028a5cca99e3b5f446af60f559b5ab08-d
2025-08-20T22:54:48.3017930Z [00:04:11.997]➜  packagefile github.com/atotto/clipboard=/root/.cache/go-build/7a/7a57d9029e3a657a579885fbd0079b38933f56f62d312985efd9ab7131ccb440-d
2025-08-20T22:54:48.3019661Z [00:04:11.997]➜  packagefile github.com/fogleman/gg=/root/.cache/go-build/3b/3b6d528ebb5d481d09ff7f11f281be1311a617c34ab65885f3ccfc41a328c4e8-d
2025-08-20T22:54:48.3021464Z [00:04:11.997]➜  packagefile github.com/tailscale/systray=/root/.cache/go-build/e8/e84fcc4866a9983b1c7ddebae0e7f18df4768845c7aec85ca1aeabc73cf6faf6-d
2025-08-20T22:54:48.3023407Z [00:04:11.997]➜  packagefile tailscale.com/util/stringsx=/root/.cache/go-build/b7/b7a2bea981d44e195f80e292dbff4a655276c534262bb250fbfba06515959851-d
2025-08-20T22:54:48.3025256Z [00:04:11.997]➜  packagefile encoding/xml=/root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d
2025-08-20T22:54:48.3027118Z [00:04:11.997]➜  packagefile github.com/tailscale/web-client-prebuilt=/root/.cache/go-build/50/5030ebabad313b1c1d4240a4067fcca94d80d4ecf8806c6a9b3227c986226f7a-d
2025-08-20T22:54:48.3029007Z [00:04:11.997]➜  packagefile tailscale.com/util/groupmember=/root/.cache/go-build/26/2679d97e4c1cb89823540833d0f915d7a60c1187f9e42179edab3fbee2b156ef-d
2025-08-20T22:54:48.3030704Z [00:04:11.997]➜  packagefile archive/tar=/root/.cache/go-build/45/45bc959fc7160061e80f899fc836d1a56aa406314f9179978edbff4e7ecafa70-d
2025-08-20T22:54:48.3032485Z [00:04:11.997]➜  packagefile tailscale.com/clientupdate/distsign=/root/.cache/go-build/37/377b7cc048cb52d2a7ed9c20542be0657e563bd09704a387e7c16844261132b4-d
2025-08-20T22:54:48.3034623Z [00:04:11.997]➜  packagefile tailscale.com/cmd/tailscale/cli/ffcomplete/internal=/root/.cache/go-build/bf/bfa4c2cc67d3077a4889cffcc74a3ea3e455c0384a4c1b4882fdb7b268841dac-d
2025-08-20T22:54:48.3036731Z [00:04:11.997]➜  packagefile tailscale.com/tempfork/spf13/cobra=/root/.cache/go-build/e0/e08f3f85468c789c2a362d9b840e1589e0368940b3302ab8271b4ceba8b4f49f-d
2025-08-20T22:54:48.3038589Z [00:04:11.997]➜  packagefile tailscale.com/control/controlbase=/root/.cache/go-build/8c/8c4c1269f5bcf04c3154f9ef82f329220e4cae33d94f9e208a55628c63f99e36-d
2025-08-20T22:54:48.3040563Z [00:04:11.997]➜  packagefile tailscale.com/control/controlhttp/controlhttpcommon=/root/.cache/go-build/9e/9e75ccbd2370d8f7e277dd8d26f6c645faba4c8927f5b487319485be241a55e9-d
2025-08-20T22:54:48.3042476Z [00:04:11.997]➜  packagefile tailscale.com/net/neterror=/root/.cache/go-build/27/27b0556153ddc511e1205245ee4202be58d4610648115ff82967917833ed235c-d
2025-08-20T22:54:48.3044164Z [00:04:11.997]➜  packagefile tailscale.com/net/ping=/root/.cache/go-build/f7/f756289daa5aa74764a2c0d72b6c80a4544e4fa4ae316cfd64bf677b7b120558-d
2025-08-20T22:54:48.3045977Z [00:04:11.997]➜  packagefile tailscale.com/net/stun=/root/.cache/go-build/b0/b0eb341762f90b39195aa48fb40e06a9f16c0c872231196d6c3bb6ad13dbe728-d
2025-08-20T22:54:48.3047863Z [00:04:11.997]➜  packagefile github.com/tailscale/goupnp=/root/.cache/go-build/bc/bc7ab0a229d054876a3525805d288f99cec0977724b02a58284bab10b52a1d82-d
2025-08-20T22:54:48.3049778Z [00:04:11.997]➜  packagefile github.com/tailscale/goupnp/dcps/internetgateway2=/root/.cache/go-build/99/99fe00c93dc140aa1ce00c77ee659d349d73b0d55294816e554613759e089546-d
2025-08-20T22:54:48.3051653Z [00:04:11.997]➜  packagefile github.com/tailscale/goupnp/soap=/root/.cache/go-build/0d/0dcf43b3a392dab72d3fc341164450dc29a1067d1dd3b3370d9b616e86ffe7e2-d
2025-08-20T22:54:48.3053728Z [00:04:11.997]➜  packagefile tailscale.com/net/tlsdial/blockblame=/root/.cache/go-build/9d/9dd80a558855738646369cff81dbbf9161bff1c97b6445b098fec005e4e88fa0-d
2025-08-20T22:54:48.3055803Z [00:04:11.997]➜  packagefile tailscale.com/wgengine/filter/filtertype=/root/.cache/go-build/c5/c5f40aaf3f556eca6055f1e25cddfe9d75a466dcca8603a7716e0f6c69860e15-d
2025-08-20T22:54:48.3056927Z [00:04:11.997]➜  packagefile github.com/golang/groupcache/lru=/root/.cache/go-build/d1/d1613c4b4ebd42cf02f63c0be74da28e8225f66de6f951cbe16c19357774af97-d
2025-08-20T22:54:48.3057951Z [00:04:11.997]➜  packagefile github.com/mdlayher/sdnotify=/root/.cache/go-build/42/42586486dd57a7dcbd6a7f11e4113d913329a8e0e549c46162719fcc285baf24-d
2025-08-20T22:54:48.3058983Z [00:04:11.997]➜  packagefile github.com/klauspost/compress/zstd=/root/.cache/go-build/75/75bf63c2db164b470ef17ad567c4a06a135dfd2d4927c3a66e6f0d477db873cc-d
2025-08-20T22:54:48.3060009Z [00:04:11.997]➜  packagefile golang.org/x/sync/errgroup=/root/.cache/go-build/6c/6c82791f2b500f6404c45f39e1e56d45cfd40c623f6028c09292d4500867f3d3-d
2025-08-20T22:54:48.3061105Z [00:04:11.997]➜  packagefile tailscale.com/net/tcpinfo=/root/.cache/go-build/36/36a90ce8b80d160615dcad7b542d379af50ecea1c105169804a11d7e042abe9f-d
2025-08-20T22:54:48.3062086Z [00:04:11.997]➜  packagefile container/heap=/root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d
2025-08-20T22:54:48.3063139Z [00:04:11.997]➜  packagefile github.com/tailscale/xnet/webdav/internal/xml=/root/.cache/go-build/5e/5eb322635010090eda3b99707f6ae4616a3a03b7d4883aad9f7346fabf4a8c7d-d
2025-08-20T22:54:48.3064247Z [00:04:11.997]➜  packagefile github.com/jellydator/ttlcache/v3=/root/.cache/go-build/b8/b870709ef6cf47fc1483b297840b7f5243920faabd4a68a8d16ab1c1d1c98815-d
2025-08-20T22:54:48.3065467Z [00:04:11.997]➜  packagefile tailscale.com/net/udprelay=/root/.cache/go-build/65/6559bc8f0d5a16074cf4c04762947989d74422cfdffbdf910060070cc4af0db4-d
2025-08-20T22:54:48.3066530Z [00:04:11.998]➜  packagefile tailscale.com/net/udprelay/endpoint=/root/.cache/go-build/09/091fcbee3fce24f87768601c558129bf0feab1bbeef274cc94de670503780e20-d
2025-08-20T22:54:48.3067592Z [00:04:11.998]➜  packagefile hash/adler32=/root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d
2025-08-20T22:54:48.3068637Z [00:04:11.998]➜  packagefile tailscale.com/cmd/tailscaled/tailscaledhooks=/root/.cache/go-build/b6/b663d496b6ab859ec46772554c6a29a4ea644419e631ba617fbd68128f183c63-d
2025-08-20T22:54:48.3069711Z [00:04:11.998]➜  packagefile tailscale.com/util/httphdr=/root/.cache/go-build/c0/c0885a50fe5331616ecd73ca5ea2343f6d629f5395f92525e88fcac5ece3e4a9-d
2025-08-20T22:54:48.3070750Z [00:04:11.998]➜  packagefile tailscale.com/util/progresstracking=/root/.cache/go-build/6c/6cc8cbd3a2999d89192921911c2f50060de2c1fd55c23ee245753d1134d74608-d
2025-08-20T22:54:48.3071822Z [00:04:11.998]➜  packagefile github.com/insomniacslk/dhcp/dhcpv4=/root/.cache/go-build/04/0467f8cab30cecc99ce49f5ee8aa07c27125c693f8d25b834eef640185c5da55-d
2025-08-20T22:54:48.3072873Z [00:04:11.998]➜  packagefile github.com/google/go-tpm/tpm2=/root/.cache/go-build/49/498b15dd4d2c529f0f340715a81c5309fcbe5cffca5276854bb284df0b0cd6ad-d
2025-08-20T22:54:48.3073921Z [00:04:11.998]➜  packagefile github.com/google/go-tpm/tpm2/transport=/root/.cache/go-build/11/113a116f46d7ce57cb3ff8461ca2d3bf0e9617b647c7587c89a4939390108c2a-d
2025-08-20T22:54:48.3075391Z [00:04:11.998]➜  packagefile github.com/google/go-tpm/tpm2/transport/linuxtpm=/root/.cache/go-build/42/426913e9cbb4eef96674e20806b897ade08f5e51fa8d6c58719c8bafc6dea940-d
2025-08-20T22:54:48.3076532Z [00:04:11.998]➜  packagefile golang.org/x/crypto/nacl/secretbox=/root/.cache/go-build/ed/ed6ea59c0ab58d0ad96d600bb3f6c25f6c4e0454080a12985365d9e3307a67d2-d
2025-08-20T22:54:48.3077554Z [00:04:11.998]➜  packagefile github.com/kortschak/wol=/root/.cache/go-build/49/490ef32ed21a8bd33f579693b51707dda1fd028991b4a1ae3a4ed2683bca5c9c-d
2025-08-20T22:54:48.3078540Z [00:04:11.998]➜  packagefile tailscale.com/util/dirwalk=/root/.cache/go-build/a5/a5b018cdc8cb877868d6eaab522bc805d9b295cf91a290be6231a4246bd67ffa-d
2025-08-20T22:54:48.3079645Z [00:04:11.998]➜  packagefile tailscale.com/types/result=/root/.cache/go-build/81/81dab5d8c1a56eabff666fca4ff7b081adeb26cf1d8ecc6ce15caf6679c812bb-d
2025-08-20T22:54:48.3080791Z [00:04:11.998]➜  packagefile github.com/go-json-experiment/json/internal=/root/.cache/go-build/7e/7e0bf51331ffd9130e5456a762a90c35d6c294c85a23094e4acbe943107b208e-d
2025-08-20T22:54:48.3081963Z [00:04:11.998]➜  packagefile github.com/go-json-experiment/json/internal/jsonflags=/root/.cache/go-build/5e/5e262fd5a85e943fb84caf449c227b5895ca2871dc5c5bc4fbd7d0f00f0f1a17-d
2025-08-20T22:54:48.3083162Z [00:04:11.998]➜  packagefile github.com/go-json-experiment/json/internal/jsonopts=/root/.cache/go-build/8a/8a08e734aa4ee60be3622ee361d574063c9c00e47b29ea91a3683bddc0fb9cc9-d
2025-08-20T22:54:48.3084344Z [00:04:11.998]➜  packagefile github.com/go-json-experiment/json/internal/jsonwire=/root/.cache/go-build/f2/f2889b344edb33e0d2b63f0624d854326319282c03cf2af53b83fe65f01300fb-d
2025-08-20T22:54:48.3085629Z [00:04:11.998]➜  packagefile tailscale.com/util/nocasemaps=/root/.cache/go-build/6f/6f08d734c55e822f7226e12c91d437fea7380c582a00a931c5cb203f6ea5139a-d
2025-08-20T22:54:48.3086592Z [00:04:11.998]➜  packagefile crypto/mlkem=/root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d
2025-08-20T22:54:48.3087555Z [00:04:11.998]➜  packagefile golang.org/x/crypto/chacha20=/root/.cache/go-build/2f/2f9426a274bfba287f4deb3a11ab5d0bf885d793c4a6255780b9358fff60d9b5-d
2025-08-20T22:54:48.3088625Z [00:04:11.998]➜  packagefile golang.org/x/crypto/internal/poly1305=/root/.cache/go-build/57/57a3fdda5bd7f5cecd8b84e4ccb7e54abf3f70bdf045e4ad6b9b42f0e8bbab73-d
2025-08-20T22:54:48.3089761Z [00:04:11.998]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/root/.cache/go-build/00/00c6a5a1e06c61b4e15200e9fe835e4dba7bd2e98fc4309dff31344f584a6f8b-d
2025-08-20T22:54:48.3090878Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/atomicbitops=/root/.cache/go-build/8e/8e96bce00f7e98200a091bb5e32ab98ad87aea7ba7f2c11bde8e588c7665ebd8-d
2025-08-20T22:54:48.3091984Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/buffer=/root/.cache/go-build/50/5073771998cb9ff25f06af2f1bc2076cd4e0a3bc09d92c4bb0898d274cf636ff-d
2025-08-20T22:54:48.3092985Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/rand=/root/.cache/go-build/fb/fb64416c7b69fdf2555d758695d23931169a4a532c9e2609ad5fc91dddefc214-d
2025-08-20T22:54:48.3093978Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/state=/root/.cache/go-build/4e/4ed13c651ca6e886ac7804f5fb17c2f87685a3dafef7fc55fe7002faa097dd46-d
2025-08-20T22:54:48.3094965Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/sync=/root/.cache/go-build/02/0204c2e4804dba14fc62958778f6c1ae7113b1a6985c426564d5f47b51475f11-d
2025-08-20T22:54:48.3096167Z [00:04:11.998]➜  packagefile github.com/safchain/ethtool=/root/.cache/go-build/52/522f44ddd7afb3ad5de7a9dc25363e814bec44d7a3c383c6ccb4289dc63f1ca7-d
2025-08-20T22:54:48.3097194Z [00:04:11.998]➜  packagefile tailscale.com/net/routetable=/root/.cache/go-build/28/2880c0bec0843ed96def5d93dc3ec404ead30deafc5ec84a33bdf30ee2b6959f-d
2025-08-20T22:54:48.3098225Z [00:04:11.998]➜  packagefile github.com/tailscale/peercred=/root/.cache/go-build/91/91b3347383dbf41cca8e6a6b108cb5d463a5b8af902732acb6ddc7764864a588-d
2025-08-20T22:54:48.3099306Z [00:04:11.998]➜  packagefile tailscale.com/util/winutil=/root/.cache/go-build/71/71e6e6f6d2151d20b4061e5b94368f54313de456653cdb2e7f19ac99331b381d-d
2025-08-20T22:54:48.3100289Z [00:04:11.998]➜  packagefile tailscale.com/types/mapx=/root/.cache/go-build/23/23dcec197c944322f50073301bc02ddbdfca1bce6c0a6aaffa867f76e72e87f9-d
2025-08-20T22:54:48.3101345Z [00:04:11.998]➜  packagefile github.com/digitalocean/go-smbios/smbios=/root/.cache/go-build/0f/0fd8ede9091fdfcd1d52e8b3c5e3b8adb6ea38717560c4fa2905fe6b84888e3f-d
2025-08-20T22:54:48.3102392Z [00:04:11.998]➜  packagefile tailscale.com/util/hashx=/root/.cache/go-build/b7/b7286b74cb3ad1e1d7b2d3192abb17327a56391094176199bd1aca1dab2e25ca-d
2025-08-20T22:54:48.3103445Z [00:04:11.998]➜  packagefile github.com/mdlayher/socket=/root/.cache/go-build/78/787b1d0706cd44c656c67f0b124852d15afad57db7da1a7250502e3743811f5c-d
2025-08-20T22:54:48.3104420Z [00:04:11.998]➜  packagefile golang.org/x/net/bpf=/root/.cache/go-build/5b/5ba76ea3792c29678d9d40f96ae4a79d248b292eea51ab0ad8fcfcacf0d6828a-d
2025-08-20T22:54:48.3105490Z [00:04:11.998]➜  packagefile golang.org/x/net/ipv4=/root/.cache/go-build/c7/c79a99d64daaa64bbff1f857e4849b6acf9a76f75cf19bd44f966ce3b5670ea5-d
2025-08-20T22:54:48.3106448Z [00:04:11.998]➜  packagefile golang.org/x/net/ipv6=/root/.cache/go-build/12/1289280b1e491efa084c08262c25eb6769029a3bd89b6b7e4f903faf5fa262ba-d
2025-08-20T22:54:48.3107408Z [00:04:11.998]➜  packagefile tailscale.com/net/batching=/root/.cache/go-build/14/14e1051f35019b2fd0664b224028470c75c9d1a45a6dd2db5fc8e50edc841a5d-d
2025-08-20T22:54:48.3108399Z [00:04:11.998]➜  packagefile tailscale.com/tempfork/heap=/root/.cache/go-build/14/14ff134a74068b1b2ca0cb795169efe4dd3b848fb7434418101fc2671ddf9177-d
2025-08-20T22:54:48.3109494Z [00:04:11.998]➜  packagefile tailscale.com/util/ringbuffer=/root/.cache/go-build/ba/ba954327f326cddaea9f1c444aff8b6a8a927a67d47bad25784738b9da821c2f-d
2025-08-20T22:54:48.3110536Z [00:04:11.998]➜  packagefile tailscale.com/util/sysresources=/root/.cache/go-build/db/db5195093d76e163f4d37d61e7cc106ffacdc7e2e98015c047ee0fe3cd1ddf19-d
2025-08-20T22:54:48.3111563Z [00:04:11.998]➜  packagefile tailscale.com/util/osdiag=/root/.cache/go-build/c6/c6dafef7954cfab221be3a05535e65686a0cad5ab8b566b58b1239e62b2ee4c2-d
2025-08-20T22:54:48.3112569Z [00:04:11.998]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/root/.cache/go-build/8a/8a02c422cb90d373a03e26c635c24409bb6e3648b34d4e80eab2da6d642fbf65-d
2025-08-20T22:54:48.3113604Z [00:04:11.998]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/root/.cache/go-build/1a/1af94848edaa0cc7bfdce5a4ffb6fd4a33ce2ad1f2eb52afcae2dc8534aeae4c-d
2025-08-20T22:54:48.3114711Z [00:04:11.998]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/root/.cache/go-build/77/7759179ee4bc956e3f2c99984dfe62788ad0a9509bbb70426ea25d374fc3060f-d
2025-08-20T22:54:48.3116098Z [00:04:11.998]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm=/root/.cache/go-build/ec/ec6cfaa64bb9ce6f9b01a6900e088ce01f3be00bb67068af91e9cdca8443dd19-d
2025-08-20T22:54:48.3117235Z [00:04:11.998]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm/types=/root/.cache/go-build/40/4015ee3fd48d568007b3d7c2b7d3a582ca92c9ad4eb0c9147e6f3b5aa64652ad-d
2025-08-20T22:54:48.3118297Z [00:04:11.998]➜  packagefile tailscale.com/kube/kubeapi=/root/.cache/go-build/0f/0ff8f82bce187048d8f83ab2b47468e46aa70eb17b016845db37761ca884eb0e-d
2025-08-20T22:54:48.3119305Z [00:04:11.998]➜  packagefile tailscale.com/kube/kubeclient=/root/.cache/go-build/80/8049b5b8cd78601ded806e8c1a942293cf92b9a2a0012b83b5eceb2e7568ff61-d
2025-08-20T22:54:48.3120579Z [00:04:11.998]➜  packagefile github.com/illarion/gonotify/v3/syscallf=/root/.cache/go-build/a9/a9f660308dd18f636e3bf344a260d164358696431dbbef3bb1f53896b701134d-d
2025-08-20T22:54:48.3121633Z [00:04:11.998]➜  packagefile tailscale.com/util/race=/root/.cache/go-build/7f/7fd65b29effa17cf1fd00d1747ce3db1dffb85b98e9c967f85009d8467922648-d
2025-08-20T22:54:48.3122596Z [00:04:11.998]➜  packagefile github.com/miekg/dns=/root/.cache/go-build/45/4505800f73c53ddd658b7ba630b05decbb351f7f923dc802702197e98063fccc-d
2025-08-20T22:54:48.3123742Z [00:04:11.998]➜  packagefile github.com/jsimonetti/rtnetlink/internal/unix=/root/.cache/go-build/7f/7fb2f4ed7539543165cb68a7ce17db33a65e1b2eeb128d400b0245543adf3b88-d
2025-08-20T22:54:48.3124842Z [00:04:11.998]➜  packagefile github.com/mdlayher/netlink/nlenc=/root/.cache/go-build/4f/4fe7d064d545f6ae70b31cb26700b7bc635cb0064bf522064f0e5bb0b5675342-d
2025-08-20T22:54:48.3126026Z [00:04:11.998]➜  packagefile golang.org/x/net/internal/socks=/root/.cache/go-build/e3/e3837efe11b67bedf53fab666d54e20c765d4926c2ee3d3cc91123a74f7659ab-d
2025-08-20T22:54:48.3127091Z [00:04:11.998]➜  packagefile github.com/coreos/go-iptables/iptables=/root/.cache/go-build/63/63453d3edb8067eca826fe35c8e3ffcb2184f286b7317c609c959f9be3cbc066-d
2025-08-20T22:54:48.3128202Z [00:04:11.998]➜  packagefile github.com/google/nftables=/root/.cache/go-build/ce/ce464b04bf86954f506144f14b0c978950e0f7dfb7905d12371b61d27172dc7f-d
2025-08-20T22:54:48.3129237Z [00:04:11.998]➜  packagefile github.com/google/nftables/binaryutil=/root/.cache/go-build/04/04944f886168129525dd7bd49cd28b0467d3664d289d22dc1de6c0834ffe50e6-d
2025-08-20T22:54:48.3130287Z [00:04:11.998]➜  packagefile github.com/google/nftables/expr=/root/.cache/go-build/8d/8ded7aebd75516a21aa90b82edd71d924e6f473dc58973c1a13deedd11243ff1-d
2025-08-20T22:54:48.3131312Z [00:04:11.998]➜  packagefile github.com/google/nftables/xt=/root/.cache/go-build/0e/0ed7adb6f899194b60bbf65f466d12d95d1e30223e4b21643909c26a457b131e-d
2025-08-20T22:54:48.3132355Z [00:04:11.998]➜  packagefile github.com/gaissmai/bart/internal/bitset=/root/.cache/go-build/87/87108823537f9913285e15382e36503e48695a391f9310699a480b9221c1141c-d
2025-08-20T22:54:48.3133517Z [00:04:11.998]➜  packagefile github.com/gaissmai/bart/internal/sparse=/root/.cache/go-build/1b/1bc420ff2d3fd35ba6a191caf88a6d2ed17dde5ac07f79a9c7d8b6cf15180dc1-d
2025-08-20T22:54:48.3134625Z [00:04:11.998]➜  packagefile github.com/tailscale/wireguard-go/ipc=/root/.cache/go-build/28/28cd07ed88f098014e8cd7a1ed4489ee44a6733d25d07012b0e908dcce2eb360-d
2025-08-20T22:54:48.3135971Z [00:04:11.998]➜  packagefile github.com/tailscale/wireguard-go/ratelimiter=/root/.cache/go-build/eb/eb9c61a8f7d1c7c85edbae1e7b8a324acd88aba6591d197f475d07c4d8f4889c-d
2025-08-20T22:54:48.3137124Z [00:04:11.998]➜  packagefile github.com/tailscale/wireguard-go/replay=/root/.cache/go-build/b8/b8a613a601731dc3c1e2d58c51bef7b61971bde07032afd745c6e6e35d01668a-d
2025-08-20T22:54:48.3138252Z [00:04:11.998]➜  packagefile github.com/tailscale/wireguard-go/rwcancel=/root/.cache/go-build/b1/b1566019f722e65a4f0ba69d75daab31154d1d6f58ee27fca9c6102c0edf0b5d-d
2025-08-20T22:54:48.3139371Z [00:04:11.998]➜  packagefile github.com/tailscale/wireguard-go/tai64n=/root/.cache/go-build/83/8327460d0a76970fd044a375db722963234379f192227f4fda2feb43b18021d2-d
2025-08-20T22:54:48.3140536Z [00:04:11.998]➜  packagefile golang.org/x/crypto/chacha20poly1305=/root/.cache/go-build/0d/0db8726bc187afc61dae6a6665d8aa227eb488e026b453476c2774d31517a611-d
2025-08-20T22:54:48.3141605Z [00:04:11.998]➜  packagefile golang.org/x/crypto/poly1305=/root/.cache/go-build/e9/e9e02d809334041a5dc0fc4b9d5bc90476a920c9649ab5c3691ead47ef2c7d39-d
2025-08-20T22:54:48.3142600Z [00:04:11.998]➜  packagefile github.com/google/btree=/root/.cache/go-build/c7/c74f171e5b6de775d29227b0e8ebdacdd7275a2ee5f6a5bf755e163a6c3e3aa6-d
2025-08-20T22:54:48.3143638Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/seqnum=/root/.cache/go-build/06/06e68bc990048d0769d821ad7955a1a6045eaa05d618fb8e807057c20bb9ee58-d
2025-08-20T22:54:48.3144654Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/log=/root/.cache/go-build/57/576f92be13f14d3d829571f05826511b02b2b6b3d722376b202bebbbb00309ce-d
2025-08-20T22:54:48.3145805Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/sync/locking=/root/.cache/go-build/ea/eaef32064e578136f2fa86f1fc1edac5eb640c7a5e3e38a11c92186c7c7845c1-d
2025-08-20T22:54:48.3146915Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/hash/jenkins=/root/.cache/go-build/53/530a1b86fcc08a840dc9a8af1c0bc1f71b4d0e33aaa16483e6a3f7a59fe6bdb0-d
2025-08-20T22:54:48.3148126Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/ports=/root/.cache/go-build/8b/8bd1942afcc5c82a4ff16c251e6d951e3c27dd4d0c539effd847e7659df85c06-d
2025-08-20T22:54:48.3149277Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/tcpconntrack=/root/.cache/go-build/47/478f5d0418f657ba4f02cf852aa0dc3d57b6cfa152afc50ca537830969ab9f6f-d
2025-08-20T22:54:48.3150403Z [00:04:11.998]➜  packagefile tailscale.com/types/netlogtype=/root/.cache/go-build/dd/dd22d5e9b066bc72019dfa7353a4adb20903df42ac5c7cc1c1620f8b6ffbe324-d
2025-08-20T22:54:48.3151484Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/header/parse=/root/.cache/go-build/4f/4ff3d8a6f0c6ab8b81dfd617387b51ce39cd0c7d689d8628fde08254e4161b24-d
2025-08-20T22:54:48.3152667Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/stack/gro=/root/.cache/go-build/c4/c4bdd77372980249b8bcace140dae7b6e69c8e5537b15fbe813e3568a4e1069f-d
2025-08-20T22:54:48.3153678Z [00:04:11.998]➜  packagefile github.com/kr/fs=/root/.cache/go-build/d0/d0b8b76ebac68524a1f2261ee6279713993a8d9c5c75a5dddba03b062d22eb2e-d
2025-08-20T22:54:48.3154745Z [00:04:11.998]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer=/root/.cache/go-build/b1/b123930f467cba17524ef21e114c46bd6f4b5d2f1bea14f444edd3671a00c4be-d
2025-08-20T22:54:48.3156039Z [00:04:11.998]➜  packagefile github.com/anmitsu/go-shlex=/root/.cache/go-build/11/11812af0bd1f6266275a9f763a12e368cf6dfde275dc5918c5055763a0586bd1-d
2025-08-20T22:54:48.3157043Z [00:04:11.998]➜  packagefile golang.org/x/crypto/blake2b=/root/.cache/go-build/b6/b645ba62c86da6325b9dc7dec175f54d734b90a5d32136ae6c911fe92eff2c71-d
2025-08-20T22:54:48.3158160Z [00:04:11.998]➜  packagefile golang.org/x/crypto/salsa20/salsa=/root/.cache/go-build/79/7960fa0344ac1a2f8214b8dae03caad75ff79096d46b2203f5542b66b3c6e0f7-d
2025-08-20T22:54:48.3159265Z [00:04:11.998]➜  packagefile github.com/coder/websocket/internal/errd=/root/.cache/go-build/7d/7d22a20aba91bfe5b125024bae0d96e9f0fc7954a51ce9ecdd68b2afd4826e6b-d
2025-08-20T22:54:48.3160388Z [00:04:11.998]➜  packagefile github.com/coder/websocket/internal/util=/root/.cache/go-build/8a/8a875c533b90753491bf6224acfa90b11f526183c346c75cd5b0d44965463b28-d
2025-08-20T22:54:48.3161507Z [00:04:11.998]➜  packagefile github.com/coder/websocket/internal/xsync=/root/.cache/go-build/76/76e93ae68ff50cd7bfe6999168c8480e18bd8a6bc80ccfb26466b6006365a61b-d
2025-08-20T22:54:48.3162520Z [00:04:11.998]➜  packagefile text/template=/root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d
2025-08-20T22:54:48.3163447Z [00:04:11.998]➜  packagefile text/template/parse=/root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d
2025-08-20T22:54:48.3164580Z [00:04:11.998]➜  packagefile tailscale.com/util/syspolicy/internal/metrics=/root/.cache/go-build/07/07cef7e2a4c0eea3e921126e5e0e0ab5008c4085a67e56d64bb53847eabc3522-d
2025-08-20T22:54:48.3165802Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/context=/root/.cache/go-build/d7/d7971dcb281f464fac1cef250a311ac9309a6c5a48b9ce1e35c0136ca6a394f4-d
2025-08-20T22:54:48.3166890Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/hash=/root/.cache/go-build/44/44d59bdb7f49de3a25b0b075b09a6d86d2eec5be66292ac677ee96b24c67789a-d
2025-08-20T22:54:48.3168104Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/fragmentation=/root/.cache/go-build/97/97c73100ddfb36954bb6ec3ab2d28eae116a88ccfd875141319b04f704064ed8-d
2025-08-20T22:54:48.3169335Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/ip=/root/.cache/go-build/17/1736d4f63ca1b826a8691c0c1806a78afdca9b8d061ae4b095a8efd4f966e4f4-d
2025-08-20T22:54:48.3170561Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/network/internal/multicast=/root/.cache/go-build/4f/4f1ee0aa48bcfb2565f6a3d07fd731d76761490c1b83800b3870dc31b8d44f19-d
2025-08-20T22:54:48.3171733Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport=/root/.cache/go-build/fa/fa7c705b25cc2e6407d02de85fe8fbe4c986632ec75d3781f992b52d9de5c773-d
2025-08-20T22:54:48.3172990Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/network=/root/.cache/go-build/2a/2ac712ccd7a4a331d49b497ae4532701e62eeb41c731ed6315a63be8b56adb43-d
2025-08-20T22:54:48.3174176Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/raw=/root/.cache/go-build/1a/1a8dc6f60e0b54b4220310efb96aff6922414ea717a07c09d71be76775a9c68e-d
2025-08-20T22:54:48.3175439Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/sleep=/root/.cache/go-build/8a/8aba46c8cfcce00fdcdd7646bbf86f71d1da611c554011ca1eefa7de4783a008-d
2025-08-20T22:54:48.3176623Z [00:04:11.998]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/internal/tcp=/root/.cache/go-build/21/2198bb201195419f966e552ca9da86c12f734b92c1958a9a2b69e3aa278ce3bd-d
2025-08-20T22:54:48.3177698Z [00:04:11.998]➜  packagefile github.com/tailscale/netlink/nl=/root/.cache/go-build/69/69ed964b13a829d98c985e3a22419b0a75eb0e3fefb41f63468d668251c41f49-d
2025-08-20T22:54:48.3178716Z [00:04:11.998]➜  packagefile github.com/vishvananda/netns=/root/.cache/go-build/72/725d67b3a5930328a0957fc884e7df68a91b6cb31721b33a7de59fd2938a74f3-d
2025-08-20T22:54:48.3179769Z [00:04:11.998]➜  packagefile crypto/internal/fips140/nistec/fiat=/root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d
2025-08-20T22:54:48.3180748Z [00:04:11.998]➜  packagefile crypto/sha3=/root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d
2025-08-20T22:54:48.3181746Z [00:04:11.998]➜  packagefile crypto/internal/fips140/edwards25519=/root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d
2025-08-20T22:54:48.3182845Z [00:04:11.998]➜  packagefile crypto/internal/entropy=/root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d
2025-08-20T22:54:48.3183875Z [00:04:11.998]➜  packagefile vendor/golang.org/x/text/transform=/root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d
2025-08-20T22:54:48.3184852Z [00:04:11.998]➜  packagefile regexp/syntax=/root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d
2025-08-20T22:54:48.3185904Z [00:04:11.998]➜  packagefile github.com/x448/float16=/root/.cache/go-build/0d/0dc6417e11bfb8716965dd1041b6e7da2ec193dfbe615205b0e65b6b88db40cc-d
2025-08-20T22:54:48.3186863Z [00:04:11.998]➜  packagefile filippo.io/edwards25519=/root/.cache/go-build/4f/4fb849826e13d3493809e995780b14acb0aa406341d44658fd05ebadf980f0c0-d
2025-08-20T22:54:48.3187897Z [00:04:11.998]➜  packagefile github.com/peterbourgon/ff/v3/internal=/root/.cache/go-build/7f/7fc60c29cffdead9f53c412b96981fa851cb2a88451a39faaa9d1236019a3ca1-d
2025-08-20T22:54:48.3188902Z [00:04:11.998]➜  packagefile compress/zlib=/root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d
2025-08-20T22:54:48.3189915Z [00:04:11.998]➜  packagefile golang.org/x/text/transform=/root/.cache/go-build/a4/a469f85e6ed92902999797ef65c069e2eaa3728567817a6926819097777399a6-d
2025-08-20T22:54:48.3190853Z [00:04:11.998]➜  packagefile image/draw=/root/.cache/go-build/f4/f461f31b15acabf3bbe3b934b6c7bb68676fc705196c9350067da62917e904f9-d
2025-08-20T22:54:48.3191822Z [00:04:11.998]➜  packagefile github.com/golang/freetype/raster=/root/.cache/go-build/c0/c0867370c167f5f0992c33f973b6941037fe9c2282298db931343bca59bfcd70-d
2025-08-20T22:54:48.3192870Z [00:04:11.999]➜  packagefile github.com/golang/freetype/truetype=/root/.cache/go-build/27/27231a5d255d220c0ef45ce32482f6d0a99ec37c8b679e49f4664b36ae027d67-d
2025-08-20T22:54:48.3193879Z [00:04:11.999]➜  packagefile golang.org/x/image/draw=/root/.cache/go-build/5e/5ee159794da573e7044e5715e590a17e9d140e92bb6cf543b5a3e1a3cb070c76-d
2025-08-20T22:54:48.3194858Z [00:04:11.999]➜  packagefile golang.org/x/image/font=/root/.cache/go-build/7a/7a41acbefee06bb10ed01b23282822e3a0aafaa686b26f8192b39d09e338f8ca-d
2025-08-20T22:54:48.3196081Z [00:04:11.999]➜  packagefile golang.org/x/image/font/basicfont=/root/.cache/go-build/fd/fd3ebc367f08743dfe16a0583b328ae9726c18a7fbb97fc89fedb0594e9ce0f6-d
2025-08-20T22:54:48.3197202Z [00:04:11.999]➜  packagefile golang.org/x/image/math/f64=/root/.cache/go-build/7e/7ee34be685f2a7ddd15c01fd828967dca59f2be0238deb2c3a6b78b5c538dce3-d
2025-08-20T22:54:48.3198209Z [00:04:11.999]➜  packagefile golang.org/x/image/math/fixed=/root/.cache/go-build/2f/2f82317b92d4540166869ca89531abcd16dc6f85bf0362d6eb113d50ecbd66d2-d
2025-08-20T22:54:48.3199148Z [00:04:11.999]➜  packagefile image/jpeg=/root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d
2025-08-20T22:54:48.3200206Z [00:04:11.999]➜  packagefile github.com/godbus/dbus/v5/introspect=/root/.cache/go-build/14/1472be6138e47259aa8a2c573b493f5d6ff610cdd0feefe62f068167eb6a0887-d
2025-08-20T22:54:48.3201256Z [00:04:11.999]➜  packagefile github.com/godbus/dbus/v5/prop=/root/.cache/go-build/62/627cca752c929f1238614c6c4d62665e682c8c233ac270cb45526222f2c08663-d
2025-08-20T22:54:48.3202384Z [00:04:11.999]➜  packagefile github.com/tailscale/systray/internal/generated/menu=/root/.cache/go-build/29/291ad0469a18c39dc3343cd48aacf3090c18ca801fb651a745ffb756e6babc41-d
2025-08-20T22:54:48.3203627Z [00:04:11.999]➜  packagefile github.com/tailscale/systray/internal/generated/notifier=/root/.cache/go-build/b7/b79acdda8e25a14087496b7384637bfb263f85f2f1db9eb4a31c1b7dd3e236f9-d
2025-08-20T22:54:48.3204746Z [00:04:11.999]➜  packagefile golang.org/x/crypto/hkdf=/root/.cache/go-build/f9/f9e09eba09d25c0beab5aa18d8b0397cf736189c1a230de2173941ce217896bd-d
2025-08-20T22:54:48.3205822Z [00:04:11.999]➜  packagefile golang.org/x/net/icmp=/root/.cache/go-build/45/45478a0cb5891eb0561089cbfed363e886728188c875628bce9f18cf5512e15e-d
2025-08-20T22:54:48.3206898Z [00:04:11.999]➜  packagefile github.com/tailscale/goupnp/httpu=/root/.cache/go-build/5c/5cb90c6d271a9bf3d073e429792eeb75a2ddc04433d3b076e44d7a30457e443f-d
2025-08-20T22:54:48.3207954Z [00:04:11.999]➜  packagefile github.com/tailscale/goupnp/scpd=/root/.cache/go-build/ee/ee0551bc0548a6015f031bc2c3f8062636a4731766b93d12ebbea4010b9aa3bd-d
2025-08-20T22:54:48.3208990Z [00:04:11.999]➜  packagefile github.com/tailscale/goupnp/ssdp=/root/.cache/go-build/f6/f65406d21425c1ded04582cca4fa590d8cb65064d41456bf3fde5220d33ecb97-d
2025-08-20T22:54:48.3210013Z [00:04:11.999]➜  packagefile github.com/klauspost/compress=/root/.cache/go-build/9e/9eb3b9708714dbcb018cb76d4018d6d8978af09f2abdf6a4764312517851eed0-d
2025-08-20T22:54:48.3211062Z [00:04:11.999]➜  packagefile github.com/klauspost/compress/huff0=/root/.cache/go-build/ea/ea252118e3c82d599fe751e50153688dbfc47f7d9adbc15ef51873c1fa0b48ab-d
2025-08-20T22:54:48.3212186Z [00:04:11.999]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/root/.cache/go-build/4c/4ca1e6c24365838e352994003a6c0be7e10a63f814eec64028f0046a2121a5ee-d
2025-08-20T22:54:48.3213414Z [00:04:11.999]➜  packagefile github.com/klauspost/compress/internal/snapref=/root/.cache/go-build/a7/a7b19e233ee63c0178b8b5765641ddb55168f1f798507675c82fb0fba9c2c344-d
2025-08-20T22:54:48.3214609Z [00:04:11.999]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/root/.cache/go-build/d6/d6f5ed63a078887eb126ad8c4b0020389cbde56fbeeb384a07233c026e82364f-d
2025-08-20T22:54:48.3215923Z [00:04:11.999]➜  packagefile golang.org/x/sync/singleflight=/root/.cache/go-build/07/075a48177021ce2d678d8ffffab461838f7bbc278f0c737cc41945de0e59b45d-d
2025-08-20T22:54:48.3216970Z [00:04:11.999]➜  packagefile github.com/insomniacslk/dhcp/iana=/root/.cache/go-build/d6/d6d2d7f4693c849a85f848f9f58207ad3ad9bc5b1450971096f401214f40bea4-d
2025-08-20T22:54:48.3218057Z [00:04:11.999]➜  packagefile github.com/insomniacslk/dhcp/interfaces=/root/.cache/go-build/45/452ff538bb2a8beb0e6704593fec0376e74318cd186088efa5e49e5f94d9be73-d
2025-08-20T22:54:48.3219194Z [00:04:11.999]➜  packagefile github.com/insomniacslk/dhcp/rfc1035label=/root/.cache/go-build/c6/c6b79d7118c9be6cca32fa8c70671fcc0b85b23ff68791db38d961f623ec7e10-d
2025-08-20T22:54:48.3220247Z [00:04:11.999]➜  packagefile github.com/u-root/uio/rand=/root/.cache/go-build/91/911d3c6caf232a22579976d623645ec09ff53a9c0a876cad5c9869e834708ddb-d
2025-08-20T22:54:48.3221527Z [00:04:11.999]➜  packagefile github.com/u-root/uio/uio=/root/.cache/go-build/da/daff88550f547e4fd5d01e79285f626c52f3a9e8a88d80b0e5a5a88a24cc0157-d
2025-08-20T22:54:48.3222566Z [00:04:11.999]➜  packagefile github.com/google/go-tpm/legacy/tpm2=/root/.cache/go-build/1a/1aaf9bfed90eb9d8dea4a657037dd09ad0b9d72a7e334f3d32c2910ed762db26-d
2025-08-20T22:54:48.3223621Z [00:04:11.999]➜  packagefile github.com/google/go-tpm/tpmutil=/root/.cache/go-build/fe/fe04b10e2d55633080d52e4b586f2dcdd520ebc1b8b0b2558f2c9ccb5256a995-d
2025-08-20T22:54:48.3224767Z [00:04:11.999]➜  packagefile golang.org/x/crypto/internal/alias=/root/.cache/go-build/53/53412abcbd74c30a026293cea4c040906e0bc58e56b0c0c071722468f320d146-d
2025-08-20T22:54:48.3225927Z [00:04:11.999]➜  packagefile golang.org/x/crypto/blowfish=/root/.cache/go-build/7b/7b8902e83c83d963202b28005ec2826264e9c3968147e07e5b8ddf0e5522bd10-d
2025-08-20T22:54:48.3226922Z [00:04:11.999]➜  packagefile gvisor.dev/gvisor/pkg/bits=/root/.cache/go-build/cc/cc27594f08751238ae7de1520a4e2605b331523e805b845740600f4dba4a60d4-d
2025-08-20T22:54:48.3227932Z [00:04:11.999]➜  packagefile gvisor.dev/gvisor/pkg/state/wire=/root/.cache/go-build/df/dff3f73725f4e456fc54b36ebd5b9ea22b1c9288c44123b67f8b78b00c31f7c4-d
2025-08-20T22:54:48.3228963Z [00:04:11.999]➜  packagefile gvisor.dev/gvisor/pkg/gohacks=/root/.cache/go-build/76/76a57ce37a914b17c915878b8843a43133c464fb7b284b170c2090acd198024a-d
2025-08-20T22:54:48.3230003Z [00:04:11.999]➜  packagefile golang.org/x/net/internal/iana=/root/.cache/go-build/cb/cb6b616e52b44c2b3d8e9b2dfc605f12d70fa0faa5d799e340aafdc988ec74cd-d
2025-08-20T22:54:48.3231128Z [00:04:11.999]➜  packagefile golang.org/x/net/internal/socket=/root/.cache/go-build/a1/a17e26f40647127263de2dcc588e4b2c0b869af9deef5653855dfc4014a9542c-d
2025-08-20T22:54:48.3232211Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/root/.cache/go-build/00/007069c2f909d53c3df5424b30c6d0403896b29cb54344274ebfe1d16e884d96-d
2025-08-20T22:54:48.3233296Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/root/.cache/go-build/92/92417562f16fd06752a83354b497d32794f50eab7727675190549fc1b3ef2508-d
2025-08-20T22:54:48.3234440Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/root/.cache/go-build/cf/cf8cbcd72593cd4cacc29e0940c5b883aa19ea849871e2a0569cb4817513e991-d
2025-08-20T22:54:48.3235778Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/auth/bearer=/root/.cache/go-build/c0/c0ab2d743540e41379b4e7eca7fdd094fa17b7dd71de77d1b6302a151f5a599c-d
2025-08-20T22:54:48.3236845Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/logging=/root/.cache/go-build/4a/4ac3730ac629e8111777ff055a90c2a78deda9e561e87c17403a25eb324f39eb-d
2025-08-20T22:54:48.3237967Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/middleware=/root/.cache/go-build/40/40f3dd00ef311feaef0d19817816df362f14778b2bf07d080a3234f436e720fa-d
2025-08-20T22:54:48.3239008Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/ptr=/root/.cache/go-build/d3/d32b07f53f8ced21fb080d3cb56109e96e78f67c62d199201336b4adad1679ff-d
2025-08-20T22:54:48.3240066Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/root/.cache/go-build/17/1732b72d09006356b78c05461e8bff6180842804172c7a8877c54515f37cb205-d
2025-08-20T22:54:48.3241168Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/root/.cache/go-build/6b/6b09542b4cae3d75dd19b04e41e65bd6b3d1d6c5e1b337b45eb49efaeb4da4be-d
2025-08-20T22:54:48.3242323Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/root/.cache/go-build/97/972e03c1a9ebc44ab2c965cfc5b284ebf558acf6ddebf5df847729dbb1d6128b-d
2025-08-20T22:54:48.3243561Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/root/.cache/go-build/36/36032fb6d119eee5c9050b8dfd9b1c3c1ca6b4c12187161cc413061c47512c31-d
2025-08-20T22:54:48.3244754Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/root/.cache/go-build/c9/c92483b9b91ab8bab97ccf85534892c40d49355c6801958d0d2572364bd69e6b-d
2025-08-20T22:54:48.3246109Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/root/.cache/go-build/32/3229966dfa30f40e2d7a566cf68cdfdaac2489a3341c09b613e4fd3191ca4bad-d
2025-08-20T22:54:48.3247261Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/root/.cache/go-build/4f/4fca42f9a0245635f22fa11865178d59ddc6cc774dbbccda9c1f0567b31e01ed-d
2025-08-20T22:54:48.3248427Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/root/.cache/go-build/99/991c469ccc89e0968e7b70473295d57c8d9bf02bceb2be2bb395258905f63b0e-d
2025-08-20T22:54:48.3249617Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/root/.cache/go-build/06/06ed2e958e69364760bfd615f0dbaecf19ee486676bbd33dbae6658c284f6b6b-d
2025-08-20T22:54:48.3250757Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/root/.cache/go-build/38/3830dda765ae028abc388262bbf2645e5969c40d0b01e0c0e074518b6fe9231a-d
2025-08-20T22:54:48.3251891Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/root/.cache/go-build/b4/b4e5dd7e0e5234ebbea3dd71b9da32ad981aaa2b198765d03f408f35763c720a-d
2025-08-20T22:54:48.3252994Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/root/.cache/go-build/fc/fc26d058b30e91737e54d8d5c7ecea61de0fc14b3be1ddd0a822131f96775eb3-d
2025-08-20T22:54:48.3254083Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/root/.cache/go-build/bf/bf9c3f6e6217073fb8690910c8be0c90740c952168f23dd02170548ea720ed0b-d
2025-08-20T22:54:48.3255509Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/root/.cache/go-build/e7/e74a1e224fce63b3739d07fb628c1587dfd4b004406a3375afc65bd3890bf76f-d
2025-08-20T22:54:48.3256681Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/root/.cache/go-build/e0/e08ed78226d14bf0913c604a75d44e6d3454df24f0687415bb312db91792f71c-d
2025-08-20T22:54:48.3257773Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/root/.cache/go-build/06/061cfd0e2149b6728e1851bfe18a56a3361630104b47ce85ae374768c94f76c0-d
2025-08-20T22:54:48.3258898Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/root/.cache/go-build/c9/c996ef7e053d457af143c93cb997407a414a141ca27d5cac646701425ecfcc21-d
2025-08-20T22:54:48.3260002Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/root/.cache/go-build/de/de66403abc14cf28277da21e65cc67b710bb27e28eb3f616d94bc865e269491c-d
2025-08-20T22:54:48.3261081Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/root/.cache/go-build/46/46547909014a8aaa817b454b65e8cd2d11d4d537312c34bd1b236c462c7b77db-d
2025-08-20T22:54:48.3262290Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/root/.cache/go-build/4f/4fb59bbab10fa0af2362db6a0c8177ac588c06fe690e355351955c36879b72b0-d
2025-08-20T22:54:48.3263440Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/root/.cache/go-build/ac/acf83e777bdcbe989ddc673946674f35f4cd6fcb93199b2de38c6d79c3a48c02-d
2025-08-20T22:54:48.3264606Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/root/.cache/go-build/83/83b6bdfd923a8008f52121821999e0f6781b66c13ab032f095a4e44924f3e238-d
2025-08-20T22:54:48.3265891Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/root/.cache/go-build/e0/e05b68ba3d5b29a062ae1c3b62ee4b94b3fed816d1de3b6d711f8774c09a4d63-d
2025-08-20T22:54:48.3267083Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/root/.cache/go-build/52/52fc47830256b79c7f1e1d4b8b7219e9080468a5973c9d42e5dbac4cd96bacff-d
2025-08-20T22:54:48.3268327Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssm/internal/endpoints=/root/.cache/go-build/9d/9dff872e7737945aed7bd50414f8f355465277fb1992462b7769cd51c235c530-d
2025-08-20T22:54:48.3269502Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go=/root/.cache/go-build/0a/0ae22309d8761d884fa038fcfd67a64927ad7af6b04eca1f8f1e9e03cfdbb728-d
2025-08-20T22:54:48.3270495Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/auth=/root/.cache/go-build/84/84615aef3de0ae890d56f1341809c9dda4284cab5e82486a1e9232e8d2adf9a8-d
2025-08-20T22:54:48.3271519Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/document=/root/.cache/go-build/b8/b8173e7853e98218c16d29587be15f4059e1bc081e51dafbf43f1ddf961338ac-d
2025-08-20T22:54:48.3272622Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/root/.cache/go-build/54/548f99230096ca7119ffeb5eeba9dbdfc613fe5906a808d23ecf31b4a4fa84c1-d
2025-08-20T22:54:48.3273821Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/encoding/json=/root/.cache/go-build/6c/6cc541dc89ab13505a93fc9024f8a15c801acc29ac494399bfc1f08a6ec96811-d
2025-08-20T22:54:48.3274894Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/endpoints=/root/.cache/go-build/0f/0f795d2ba15f90db688acc9a8ec1432990102a0193d82ecc34bfaa3751bf831b-d
2025-08-20T22:54:48.3276124Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/io=/root/.cache/go-build/81/81debd0cbf7639b045a873547030a5cdf5985597481a9a04e7522bb6c03313f8-d
2025-08-20T22:54:48.3277116Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/rand=/root/.cache/go-build/f5/f5e255f88c3400db1aed56726e2a6c7a9db9ff639199564dcf324f70494dc300-d
2025-08-20T22:54:48.3278121Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/time=/root/.cache/go-build/8d/8d268f361c74659facfcfcd4fd0ad0d60b0eaf87b0cc0e46e4f546359aa53de4-d
2025-08-20T22:54:48.3279178Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/transport/http=/root/.cache/go-build/73/73f28c422969cad2f7f3a65033899a5b4f007524b885967955e0f88438f08d01-d
2025-08-20T22:54:48.3280360Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/waiter=/root/.cache/go-build/a4/a44545760595cc21cf9cdc967d07868baecc734c7a5ab155df1afad1279714cb-d
2025-08-20T22:54:48.3281414Z [00:04:11.999]➜  packagefile github.com/jmespath/go-jmespath=/root/.cache/go-build/6a/6a7b57f4baddaced6d4ec9bd69e9a992876c2dba453f3f4f5560e28c9e21a1ea-d
2025-08-20T22:54:48.3282538Z [00:04:11.999]➜  packagefile github.com/google/nftables/internal/parseexprfunc=/root/.cache/go-build/32/32a96291bccb64288e415d4287133f46d63882aff8916e02dd202d064ab148df-d
2025-08-20T22:54:48.3283654Z [00:04:11.999]➜  packagefile github.com/mdlayher/netlink/nltest=/root/.cache/go-build/33/338c01c3336957090a4b7803da8d8e72a4b054e336af53d0f59c89840b8cef4e-d
2025-08-20T22:54:48.3284734Z [00:04:11.999]➜  packagefile github.com/google/nftables/alignedbuff=/root/.cache/go-build/de/ded591ff13a8fa2a7a2b83181cc393aea7a6f052c8b6b8b97b2a642ec4f6d1d8-d
2025-08-20T22:54:48.3286113Z [00:04:11.999]➜  packagefile gvisor.dev/gvisor/pkg/linewriter=/root/.cache/go-build/63/635588cc83c140faa042290c1e397e2f02a3c60bba890b5d7976baaba1136091-d
2025-08-20T22:54:48.3287257Z [00:04:11.999]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/internal/noop=/root/.cache/go-build/0a/0a7f8e698686e47ed21a2de93b7f99e6e6dc349e172c68834abe664c26520366-d
2025-08-20T22:54:48.3288451Z [00:04:11.999]➜  packagefile gvisor.dev/gvisor/pkg/tcpip/transport/packet=/root/.cache/go-build/0d/0d873a4daa1acb15910ac01ddd3b5d021e5f8d52ac5e5e718753bd0c3064fd71-d
2025-08-20T22:54:48.3289542Z [00:04:11.999]➜  packagefile filippo.io/edwards25519/field=/root/.cache/go-build/61/610792fe53cc46c9dc5fdb3cc5a7823969b93f46e15371374fa5d64aa95104ab-d
2025-08-20T22:54:48.3290551Z [00:04:11.999]➜  packagefile image/internal/imageutil=/root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d
2025-08-20T22:54:48.3291594Z [00:04:11.999]➜  packagefile github.com/klauspost/compress/fse=/root/.cache/go-build/7b/7b320cd2aab7fcb2581a8ae4bd0397dd8f5ec57b2c675c8e1b4be2d264374a89-d
2025-08-20T22:54:48.3292621Z [00:04:11.999]➜  packagefile github.com/pierrec/lz4/v4=/root/.cache/go-build/86/86a12454fd11a01707ac16229c41da210172a8c3861c1fb5c2e821fe4a7f04b8-d
2025-08-20T22:54:48.3293713Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/context=/root/.cache/go-build/7a/7ad68010b8dd24334d9ddbc9ff2bce28395490e658492867876ae8be159f4d33-d
2025-08-20T22:54:48.3294842Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/root/.cache/go-build/3e/3eab16ca97cc902033599787b2b383c1af7618b5d7f77f1afe79614ef41f0968-d
2025-08-20T22:54:48.3296147Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/tracing=/root/.cache/go-build/56/562de5bc655ac41e72ef0bfb2b85b33b8b3c66c430fba6e54f70cfdc04dc8dcd-d
2025-08-20T22:54:48.3297375Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/root/.cache/go-build/7c/7cdde568cd3e6329986bff3a364c07d9261f707b01fccc2c9acba1b374319a34-d
2025-08-20T22:54:48.3298701Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/root/.cache/go-build/c2/c2a9459ffaeb2fc92a3d0415cd694070c49c5d407d8d6127f625bba643f4fa96-d
2025-08-20T22:54:48.3299828Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/root/.cache/go-build/4a/4a34f8eef77b64dda65e34cd2277af02a6278278e32e0a09722bd78dfe2ab78e-d
2025-08-20T22:54:48.3301043Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/root/.cache/go-build/62/6263fd8467236b9bdfe631e2d0da8067822ba34b7c3fe3f6db67cb9d6ed5ed9b-d
2025-08-20T22:54:48.3302237Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/root/.cache/go-build/51/51b34f6dd62966ee1c917f712114bd80300518634007679ee6000cbd690275d0-d
2025-08-20T22:54:48.3303428Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/root/.cache/go-build/fe/fe7824232bbe8b9fd432b2d212205a8c52d34a399528ec1334dd3670075dcd4f-d
2025-08-20T22:54:48.3304733Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/root/.cache/go-build/3c/3c6b23f3018ef8c15ab189cf27bfe42fc0a385c5b8efe6c86ec5ee2a710aa802-d
2025-08-20T22:54:48.3305951Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/metrics=/root/.cache/go-build/41/417ceadf06f994bef2bef1f6c4ad2546bd163642bd4346c074ade49704d72a4a-d
2025-08-20T22:54:48.3307135Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/root/.cache/go-build/ca/cafb37d9957caf65d7200f28bb87aec1b620019fbd5c2d12332971c8e114c6d8-d
2025-08-20T22:54:48.3308381Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/root/.cache/go-build/c3/c32ce742ae3dafe82fabe8341a3d76baee0b45c1f6c0c4cf6184cdfdc0dd9644-d
2025-08-20T22:54:48.3309544Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/root/.cache/go-build/89/89af486cea13c7a13f6f17c089ecc1519ad885fd3f3e74d73d3f89e22703fd39-d
2025-08-20T22:54:48.3310677Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/root/.cache/go-build/54/540428a631ade8912355d83e814bd979ac4d1308905f9ea5b161e069604f6ede-d
2025-08-20T22:54:48.3311873Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/root/.cache/go-build/af/afe49c2ac14a3ed0cdee63eb474fae7072fa61ae464b7f0437ff62b8ccc15aba-d
2025-08-20T22:54:48.3313137Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/root/.cache/go-build/37/37fbfcf5c2b52dbed6ac8049597b6650c0d62aaf131468bbd96fdc03f583286a-d
2025-08-20T22:54:48.3314383Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/root/.cache/go-build/88/88962b09a07951d40cc5a42bb9c982a44e0d791a8c291d1e1f9f53ff52828a97-d
2025-08-20T22:54:48.3315732Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/encoding/xml=/root/.cache/go-build/f2/f2180336e59904b96e1b5128baf002a5933f0e1f71f1dadb0f579d2ef1d00f54-d
2025-08-20T22:54:48.3316848Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/root/.cache/go-build/1f/1f669eeb0fcebb7f9cad4840938d1dfee3ae16514f4eb8b99376cca726b1e0d9-d
2025-08-20T22:54:48.3317975Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/root/.cache/go-build/1f/1fd3d1a59be82a7f3dc7477c17d5d582980102b7f5f453cacfda0f984b55b499-d
2025-08-20T22:54:48.3319197Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/root/.cache/go-build/a7/a7305cf49c75c3bc6800ca5ec39ed378f0244e3631ee9740be26b66778f8f2e5-d
2025-08-20T22:54:48.3320344Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/root/.cache/go-build/79/7976267f143395b16a5a6919a7adcc4ac9eeaca6d14ef823aa136c72ec6e44c6-d
2025-08-20T22:54:48.3321722Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/root/.cache/go-build/0d/0d186f5eb858bd2fbb325c009b60b8da7c04e6c2acf9a7703d587d87f985201e-d
2025-08-20T22:54:48.3322928Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/encoding=/root/.cache/go-build/fc/fc88968f1d014319db2d22ce09010c2f0c9b6e695ad97b9802c3fe9511045075-d
2025-08-20T22:54:48.3324059Z [00:04:11.999]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/root/.cache/go-build/d4/d4fafdd46961ca9cb7eb04be0fba7873377f448a98f85d8c7287b585be625368-d
2025-08-20T22:54:48.3325398Z [00:04:11.999]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/root/.cache/go-build/8d/8da33dc0de0b8cf39b5c2cb1a2600d7d08acd72cc71a1e467be42c36de17ee35-d
2025-08-20T22:54:48.3326575Z [00:04:11.999]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/root/.cache/go-build/2d/2da992b22495c842250635ee13a5b92ddee016f5cf6f86efe0eda39e1948db4a-d
2025-08-20T22:54:48.3327715Z [00:04:11.999]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/root/.cache/go-build/82/826db047a0f65fb4185898c398604ad62a370853f13cf63692759c5a05bbdc91-d
2025-08-20T22:54:48.3328841Z [00:04:11.999]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/root/.cache/go-build/09/0949362d57e9d3dd15b045e83ef7d5efbfe3fe4418f4a4101de27efee381c23b-d
2025-08-20T22:54:48.3330082Z [00:04:11.999]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/root/.cache/go-build/d6/d6a400a674b6666ad68086fe14dbc3105a8c3355449e0fa62222754cf955770c-d
2025-08-20T22:54:48.3367973Z [00:04:11.999]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\ttailscale.com/cmd/tailscaled\nmod\ttailscale.com\tv1.87.0-pre.0.20250820210428-b48d2de6ab7a+dirty\t\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgithub.com/Kodeworks/golang-image-ico\tv0.0.0-20141118225523-73f0f4cfade9\th1:1ltqoej5GtaWF8jaiA49HwsZD459jqm9YFz9ZtMFpQA=\ndep\tgithub.com/anmitsu/go-shlex\tv0.0.0-20200514113438-38f4b401e2be\th1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=\ndep\tgithub.com/atotto/clipboard\tv0.1.4\th1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.0\th1:b1wM5CcE65Ujwn565qcwgtOTT1aT4ADOHHgglKjG7fk=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.5\th1:4lS2IB+wwkj5J43Tq/AwvnscBerBJtQQ6YS7puzCI1k=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.58\th1:/d7FUpAPU8Lf2KUdjniQvfNdlMID0Sd9pS23FJ3SS9Y=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.27\th1:7lOW8NUwE9UZekS1DYoiPdVAqZ6A+LheHWb+mHbNOq8=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.31\th1:lWm9ucLSRFiI4dQQafLrEOmEDGry3Swrz0BIRdiHJqQ=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.31\th1:ACxDklUKKXb48+eg5ROZXi1vDgfMyfIA/WyvqHcHI0o=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.2\th1:Pg9URiobXy85kgFev3og2CuOZ8JZUBENF+dcgWBaYNk=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.2\th1:D4oz8/CzT9bAEYtVhSBmFj2dNOtaHOtMKc2vHBwYizA=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.12\th1:O+8vD2rGjfihBewr5bT+QUfYUHIxCVgG61LHoT59shM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssm\tv1.44.7\th1:a8HvP/+ew3tKwSXqL3BCSjiuicr+XTU2eFYeogV9GJE=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.24.14\th1:c5WJ3iHz7rLIgArznb3JCSQT3uUMiz9DLZhIX+1G8ok=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.28.13\th1:f1L/JtUkVODD+k1+IiSJUUv8A++2qVr+Xvb3xWXETMU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.33.13\th1:3LXNnmtH3TURctC23hnC0p/39Q5gre3FI7BNOiDcVWc=\ndep\tgithub.com/aws/smithy-go\tv1.22.2\th1:6D9hW43xKFrRx/tXXfAlIZc4JI+yQe6snnWcQyxSyLQ=\ndep\tgithub.com/coder/websocket\tv1.8.12\th1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo=\ndep\tgithub.com/coreos/go-iptables\tv0.7.1-0.20240112124308-65c67c9f46e6\th1:8h5+bWd7R6AYUslN6c6iuZWTKsKxUFDlpnmilO6R2n0=\ndep\tgithub.com/creack/pty\tv1.1.23\th1:4M6+isWdcStXEf15G/RbrMPOQj1dZ7HPZCGwE4kOeP0=\ndep\tgithub.com/digitalocean/go-smbios\tv0.0.0-20180907143718-390a4f403a8e\th1:vUmf0yezR0y7jJ5pceLHthLaYf4bA5T14B6q39S4q2Q=\ndep\tgithub.com/djherbis/times\tv1.6.0\th1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=\ndep\tgithub.com/fogleman/gg\tv1.3.0\th1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=\ndep\tgithub.com/fxamacker/cbor/v2\tv2.7.0\th1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=\ndep\tgithub.com/gaissmai/bart\tv0.18.0\th1:jQLBT/RduJu0pv/tLwXE+xKPgtWJejbxuXAR+wLJafo=\ndep\tgithub.com/go-json-experiment/json\tv0.0.0-20250813024750-ebf49471dced\th1:Q311OHjMh/u5E2TITc++WlTP5We0xNseRMkHDyvhW7I=\ndep\tgithub.com/godbus/dbus/v5\tv5.1.1-0.20230522191255-76236955d466\th1:sQspH8M4niEijh3PFscJRLDnkL547IeP7kpPe3uUhEg=\ndep\tgithub.com/golang/freetype\tv0.0.0-20170609003504-e2365dfdc4a0\th1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20210331224755-41bb18bfe9da\th1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=\ndep\tgithub.com/google/btree\tv1.1.2\th1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=\ndep\tgithub.com/google/go-tpm\tv0.9.4\th1:awZRf9FwOeTunQmHoDYSHJps3ie6f1UlhS1fOdPEt1I=\ndep\tgithub.com/google/nftables\tv0.2.1-0.20240414091927-5e242ec57806\th1:wG8RYIyctLhdFk6Vl1yPGtSRtwGpVkWyZww1OCil2MI=\ndep\tgithub.com/hdevalence/ed25519consensus\tv0.2.0\th1:37ICyZqdyj0lAZ8P4D1d1id3HqbbG1N3iBb1Tb4rdcU=\ndep\tgithub.com/illarion/gonotify/v3\tv3.0.2\th1:O7S6vcopHexutmpObkeWsnzMJt/r1hONIEogeVNmJMk=\ndep\tgithub.com/insomniacslk/dhcp\tv0.0.0-20231206064809-8c70d406f6d2\th1:9K06NfxkBh25x56yVhWWlKFE8YpicaSfHwoV8SFbueA=\ndep\tgithub.com/jellydator/ttlcache/v3\tv3.1.0\th1:0gPFG0IHHP6xyUyXq+JaD8fwkDCqgqwohXNJBcYE71g=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/jsimonetti/rtnetlink\tv1.4.0\th1:Z1BF0fRgcETPEa0Kt0MRk3yV5+kF1FWTni6KUFKrq2I=\ndep\tgithub.com/kballard/go-shellquote\tv0.0.0-20180428030007-95032a82bc51\th1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=\ndep\tgithub.com/klauspost/compress\tv1.17.11\th1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=\ndep\tgithub.com/kortschak/wol\tv0.0.0-20200729010619-da482cc4850a\th1:+RR6SqnTkDLWyICxS1xpjCi/3dhyV+TgZwA6Ww3KncQ=\ndep\tgithub.com/kr/fs\tv0.1.0\th1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=\ndep\tgithub.com/mattn/go-colorable\tv0.1.13\th1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/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/sdnotify\tv1.0.0\th1:Ma9XeLVN/l0qpyx1tNeMSeTjCPH6NtuD6/N9XdTlQ3c=\ndep\tgithub.com/mdlayher/socket\tv0.5.0\th1:ilICZmJcQz70vrWVes1MFera4jGiWNocSkykwwoy3XI=\ndep\tgithub.com/miekg/dns\tv1.1.58\th1:ca2Hdkz+cDg/7eNF6V56jjzuZ4aCAE+DbVkILdQWG/4=\ndep\tgithub.com/mitchellh/go-ps\tv1.0.0\th1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=\ndep\tgithub.com/peterbourgon/ff/v3\tv3.4.0\th1:QBvM/rizZM1cB0p0lGMdmR7HxZeI/ZrBWB4DqLkMUBc=\ndep\tgithub.com/pierrec/lz4/v4\tv4.1.21\th1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=\ndep\tgithub.com/pkg/sftp\tv1.13.6\th1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=\ndep\tgithub.com/safchain/ethtool\tv0.3.0\th1:gimQJpsI6sc1yIqP/y8GYgiXn/NjgvpM0RNoWLVVmP0=\ndep\tgithub.com/skip2/go-qrcode\tv0.0.0-20200617195104-da1b6568686e\th1:MRM5ITcdelLK2j1vwZ3Je0FKVCfqOLp5zO6trqMLYs0=\ndep\tgithub.com/tailscale/goupnp\tv1.0.1-0.20210804011211-c64d0f06ea05\th1:4chzWmimtJPxRs2O36yuGRW3f9SYV+bMTTvMBI0EKio=\ndep\tgithub.com/tailscale/hujson\tv0.0.0-20221223112325-20486734a56a\th1:SJy1Pu0eH1C29XwJucQo73FrleVK6t4kYz4NVhp34Yw=\ndep\tgithub.com/tailscale/netlink\tv1.1.1-0.20240822203006-4d49adab4de7\th1:uFsXVBE9Qr4ZoF094vE6iYTLDl0qCiKzYXlL6UeWObU=\ndep\tgithub.com/tailscale/peercred\tv0.0.0-20250107143737-35a0c7bd7edc\th1:24heQPtnFR+yfntqhI3oAu9i27nEojcQ4NuBQOo5ZFA=\ndep\tgithub.com/tailscale/systray\tv0.0.0-20250807194015-d0cacc864c78\th1:H7/LOg6wgQ116wFRVa8tz9KTB8pc6jeNtqS9tyKgeVw=\ndep\tgithub.com/tailscale/web-client-prebuilt\tv0.0.0-20250124233751-d4cd19a26976\th1:UBPHPtv8+nEAy2PD8RyAhOYvau1ek0HDJqLS/Pysi14=\ndep\tgithub.com/tailscale/wireguard-go\tv0.0.0-20250716170648-1d0488a3d7da\th1:jVRUZPRs9sqyKlYHHzHjAqKN+6e/Vog6NpHYeNPJqOw=\ndep\tgithub.com/tailscale/xnet\tv0.0.0-20240729143630-8497ac4dab2e\th1:zOGKqN5D5hHhiYUp091JqK7DPCqSARyUfduhGUY8Bek=\ndep\tgithub.com/toqueteos/webbrowser\tv1.2.0\th1:tVP/gpK69Fx+qMJKsLE7TD8LuGWPnEV71wBN9rrstGQ=\ndep\tgithub.com/u-root/u-root\tv0.14.0\th1:Ka4T10EEML7dQ5XDvO9c3MBN8z4nuSnGjcd1jmU2ivg=\ndep\tgithub.com/u-root/uio\tv0.0.0-20240224005618-d2acac8f3701\th1:pyC9PaHYZFgEKFdlp3G8RaCKgVpHZnecvArXvPXcFkM=\ndep\tgithub.com/vishvananda/netns\tv0.0.5\th1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY=\ndep\tgithub.com/x448/float16\tv0.8.4\th1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=\ndep\tgo4.org/mem\tv0.0.0-20240501181205-ae6ca9944745\th1:Tl++JLUCe4sxGu8cTpDzRLd3tN7US4hOxG5YpKCzkek=\ndep\tgo4.org/netipx\tv0.0.0-20231129151722-fdeea329fbba\th1:0b9z3AuHCjxk0x/opv64kcgZLBseWJUpBw5I82+2U4M=\ndep\tgolang.org/x/crypto\tv0.38.0\th1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=\ndep\tgolang.org/x/exp\tv0.0.0-20250210185358-939b2ce775ac\th1:l5+whBCLH3iH2ZNHYLbAe58bo7yrN4mVcnkHDYz5vvs=\ndep\tgolang.org/x/image\tv0.27.0\th1:C8gA4oWU/tKkdCfYT6T2u4faJu3MeNS5O8UPWlPF61w=\ndep\tgolang.org/x/net\tv0.40.0\th1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.14.0\th1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/term\tv0.32.0\th1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=\ndep\tgolang.org/x/text\tv0.25.0\th1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=\ndep\tgolang.org/x/time\tv0.11.0\th1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=\ndep\tgvisor.dev/gvisor\tv0.0.0-20250205023644-9414b50a5633\th1:2gap+Kh/3F47cO6hAu3idFvsJ0ue6TRcEi2IUkv/F8k=\ndep\tk8s.io/client-go\tv0.32.0\th1:DimtMcnN/JIKZcrSrstiwvvZvLjG0aSxy8PxN8IChp8=\ndep\tsigs.k8s.io/yaml\tv1.4.0\th1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=\ndep\tsoftware.sslmate.com/src/go-pkcs12\tv0.4.0\th1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-tags=ts_include_cli\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=b48d2de6ab7ad2588395e896649f4bf6bea73fcf\nbuild\tvcs.time=2025-08-20T21:04:28Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:54:48.3399782Z [00:04:11.999]➜  EOF
2025-08-20T22:54:48.3400048Z [00:04:11.999]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:54:48.3400323Z [00:04:11.999]➜  cd .
2025-08-20T22:54:48.3402220Z [00:04:11.999]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=QI2QlYmJ3pvlTBLu8gP0/Zg8fndj-ad4xhyZQcovj/YKwYGtUCL_5TD42rM6Tq/QI2QlYmJ3pvlTBLu8gP0 -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:54:49.7711177Z [00:04:13.524]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:54:49.8067385Z [00:04:13.559]➜  mkdir -p /build-bins/
2025-08-20T22:54:49.8068785Z [00:04:13.560]➜  cp $WORK/b001/exe/a.out /build-bins/tailscale-multi
2025-08-20T22:54:49.8422243Z [00:04:13.595]➜  rm -rf $WORK/b001/
2025-08-20T22:54:50.0039226Z [00:04:13.757]➜  '/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/LICENSE.txt' -> '/build-bins/LICENSE'
2025-08-20T22:54:50.0628363Z [00:04:13.815]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:54:50.2573698Z [00:04:14.010]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:54:50.3097178Z [00:04:14.062]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:54:50.4492154Z [00:04:14.202]➜  copy from `/build-bins/tailscale-multi' [elf64-x86-64] to `/build-bins/stGhMkmf' [elf64-x86-64]
2025-08-20T22:54:50.6016502Z [00:04:14.354]➜  copy from `/build-bins/tailscaled' [elf64-x86-64] to `/build-bins/stLNkMfn' [elf64-x86-64]
2025-08-20T22:54:50.7498378Z [00:04:14.502]➜  copy from `/build-bins/tailscale' [elf64-x86-64] to `/build-bins/stJgcEDC' [elf64-x86-64]
2025-08-20T22:54:50.8071238Z [00:04:14.560]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:54:50.8101834Z [00:04:14.563]➜  
2025-08-20T22:54:50.8119516Z [00:04:14.565]➜  /build-bins/tailscale-multi
2025-08-20T22:54:50.8151538Z [00:04:14.568]➜  There are 24 section headers, starting at offset 0x2b16af8:
2025-08-20T22:54:50.8156541Z [00:04:14.568]➜  
2025-08-20T22:54:50.8157063Z [00:04:14.568]➜  Section Headers:
2025-08-20T22:54:50.8157713Z [00:04:14.568]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:54:50.8158465Z [00:04:14.568]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:54:50.8159050Z [00:04:14.568]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:54:50.8159799Z [00:04:14.568]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:54:50.8160609Z [00:04:14.568]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T22:54:50.8161391Z [00:04:14.568]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:54:50.8161859Z [00:04:14.568]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T22:54:50.8162291Z [00:04:14.568]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T22:54:50.8162724Z [00:04:14.568]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T22:54:50.8163151Z [00:04:14.568]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:54:50.8163585Z [00:04:14.568]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T22:54:50.8164039Z [00:04:14.568]➜         000000000047fd90  0000000000000018   A       2     0     8
2025-08-20T22:54:50.8164482Z [00:04:14.568]➜    [ 5] .init             PROGBITS         0000000000481000  00481000
2025-08-20T22:54:50.8164913Z [00:04:14.568]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:54:50.8165767Z [00:04:14.568]➜    [ 6] .text             PROGBITS         0000000000481040  00481040
2025-08-20T22:54:50.8166245Z [00:04:14.568]➜         0000000001250d2e  0000000000000000  AX       0     0     64
2025-08-20T22:54:50.8166682Z [00:04:14.569]➜    [ 7] .fini             PROGBITS         00000000016d1d6e  016d1d6e
2025-08-20T22:54:50.8167109Z [00:04:14.569]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:54:50.8167542Z [00:04:14.569]➜    [ 8] .rodata           PROGBITS         00000000016d2000  016d2000
2025-08-20T22:54:50.8167978Z [00:04:14.569]➜         00000000002f79ec  0000000000000000   A       0     0     32
2025-08-20T22:54:50.8168418Z [00:04:14.569]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000019c99ec  019c99ec
2025-08-20T22:54:50.8168856Z [00:04:14.569]➜         000000000000010c  0000000000000000   A       0     0     4
2025-08-20T22:54:50.8169292Z [00:04:14.569]➜    [10] .eh_frame         PROGBITS         00000000019c9af8  019c9af8
2025-08-20T22:54:50.8169863Z [00:04:14.569]➜         000000000000050c  0000000000000000   A       0     0     8
2025-08-20T22:54:50.8170289Z [00:04:14.569]➜    [11] .tbss             NOBITS           00000000019cb990  019ca990
2025-08-20T22:54:50.8170708Z [00:04:14.569]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T22:54:50.8171169Z [00:04:14.569]➜    [12] .init_array       INIT_ARRAY       00000000019cb990  019ca990
2025-08-20T22:54:50.8171608Z [00:04:14.569]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8172039Z [00:04:14.569]➜    [13] .fini_array       FINI_ARRAY       00000000019cb998  019ca998
2025-08-20T22:54:50.8172549Z [00:04:14.569]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8172983Z [00:04:14.569]➜    [14] .data.rel.ro      PROGBITS         00000000019cb9a0  019ca9a0
2025-08-20T22:54:50.8173422Z [00:04:14.569]➜         00000000010784b8  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8173859Z [00:04:14.569]➜    [15] .dynamic          DYNAMIC          0000000002a43e58  02a42e58
2025-08-20T22:54:50.8174297Z [00:04:14.569]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:54:50.8174711Z [00:04:14.569]➜    [16] .got              PROGBITS         0000000002a43fc8  02a42fc8
2025-08-20T22:54:50.8175324Z [00:04:14.569]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8175778Z [00:04:14.569]➜    [17] .data             PROGBITS         0000000002a44000  02a43000
2025-08-20T22:54:50.8176195Z [00:04:14.569]➜         0000000000052f00  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8176636Z [00:04:14.569]➜    [18] .go.buildinfo     PROGBITS         0000000002a96f00  02a95f00
2025-08-20T22:54:50.8177150Z [00:04:14.569]➜         00000000000022a0  0000000000000000  WA       0     0     16
2025-08-20T22:54:50.8177646Z [00:04:14.569]➜    [19] .go.fipsinfo      PROGBITS         0000000002a991a0  02a981a0
2025-08-20T22:54:50.8178081Z [00:04:14.569]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8178513Z [00:04:14.569]➜    [20] .noptrdata        PROGBITS         0000000002a99220  02a98220
2025-08-20T22:54:50.8178946Z [00:04:14.569]➜         000000000007e801  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8179359Z [00:04:14.569]➜    [21] .bss              NOBITS           0000000002b17a40  02b16a21
2025-08-20T22:54:50.8179778Z [00:04:14.569]➜         000000000002a960  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8180204Z [00:04:14.569]➜    [22] .noptrbss         NOBITS           0000000002b423a0  02b16a21
2025-08-20T22:54:50.8180642Z [00:04:14.569]➜         0000000000025a80  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8181069Z [00:04:14.569]➜    [23] .shstrtab         STRTAB           0000000000000000  02b16a21
2025-08-20T22:54:50.8181494Z [00:04:14.569]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:54:50.8181831Z [00:04:14.569]➜  Key to Flags:
2025-08-20T22:54:50.8182194Z [00:04:14.569]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:54:50.8182659Z [00:04:14.569]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:54:50.8183117Z [00:04:14.569]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:54:50.8183837Z [00:04:14.569]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:54:50.8185389Z [00:04:14.571]➜  
2025-08-20T22:54:50.8201197Z [00:04:14.573]➜  /build-bins/tailscaled
2025-08-20T22:54:50.8213489Z [00:04:14.574]➜  There are 24 section headers, starting at offset 0x1d886d8:
2025-08-20T22:54:50.8214095Z [00:04:14.574]➜  
2025-08-20T22:54:50.8214470Z [00:04:14.574]➜  Section Headers:
2025-08-20T22:54:50.8215091Z [00:04:14.574]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:54:50.8216109Z [00:04:14.574]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:54:50.8216945Z [00:04:14.574]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:54:50.8217521Z [00:04:14.574]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:54:50.8217961Z [00:04:14.574]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T22:54:50.8218391Z [00:04:14.574]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:54:50.8218821Z [00:04:14.574]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T22:54:50.8219238Z [00:04:14.574]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T22:54:50.8219746Z [00:04:14.574]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T22:54:50.8220186Z [00:04:14.574]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:54:50.8220630Z [00:04:14.574]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T22:54:50.8221062Z [00:04:14.574]➜         000000000033fa98  0000000000000018   A       2     0     8
2025-08-20T22:54:50.8221476Z [00:04:14.574]➜    [ 5] .init             PROGBITS         0000000000340000  00340000
2025-08-20T22:54:50.8221888Z [00:04:14.574]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:54:50.8222297Z [00:04:14.574]➜    [ 6] .text             PROGBITS         0000000000340040  00340040
2025-08-20T22:54:50.8222717Z [00:04:14.574]➜         0000000000c2dc2e  0000000000000000  AX       0     0     64
2025-08-20T22:54:50.8223134Z [00:04:14.574]➜    [ 7] .fini             PROGBITS         0000000000f6dc6e  00f6dc6e
2025-08-20T22:54:50.8223546Z [00:04:14.574]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:54:50.8224087Z [00:04:14.574]➜    [ 8] .rodata           PROGBITS         0000000000f6e000  00f6e000
2025-08-20T22:54:50.8224517Z [00:04:14.574]➜         0000000000229bcc  0000000000000000   A       0     0     32
2025-08-20T22:54:50.8224948Z [00:04:14.574]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000001197bcc  01197bcc
2025-08-20T22:54:50.8225678Z [00:04:14.574]➜         00000000000000ec  0000000000000000   A       0     0     4
2025-08-20T22:54:50.8226123Z [00:04:14.574]➜    [10] .eh_frame         PROGBITS         0000000001197cb8  01197cb8
2025-08-20T22:54:50.8226545Z [00:04:14.574]➜         0000000000000460  0000000000000000   A       0     0     8
2025-08-20T22:54:50.8226959Z [00:04:14.574]➜    [11] .tbss             NOBITS           0000000001199bf0  01198bf0
2025-08-20T22:54:50.8227365Z [00:04:14.574]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T22:54:50.8227805Z [00:04:14.574]➜    [12] .init_array       INIT_ARRAY       0000000001199bf0  01198bf0
2025-08-20T22:54:50.8228252Z [00:04:14.574]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8228683Z [00:04:14.574]➜    [13] .fini_array       FINI_ARRAY       0000000001199bf8  01198bf8
2025-08-20T22:54:50.8229115Z [00:04:14.574]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8229545Z [00:04:14.574]➜    [14] .data.rel.ro      PROGBITS         0000000001199c00  01198c00
2025-08-20T22:54:50.8229974Z [00:04:14.574]➜         0000000000b56250  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8230416Z [00:04:14.574]➜    [15] .dynamic          DYNAMIC          0000000001cefe50  01ceee50
2025-08-20T22:54:50.8230842Z [00:04:14.574]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:54:50.8231258Z [00:04:14.574]➜    [16] .got              PROGBITS         0000000001ceffc0  01ceefc0
2025-08-20T22:54:50.8231673Z [00:04:14.574]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8232096Z [00:04:14.574]➜    [17] .data             PROGBITS         0000000001cf0000  01cef000
2025-08-20T22:54:50.8232513Z [00:04:14.574]➜         0000000000028580  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8233048Z [00:04:14.574]➜    [18] .go.buildinfo     PROGBITS         0000000001d18580  01d17580
2025-08-20T22:54:50.8233488Z [00:04:14.574]➜         0000000000001ca0  0000000000000000  WA       0     0     16
2025-08-20T22:54:50.8233925Z [00:04:14.574]➜    [19] .go.fipsinfo      PROGBITS         0000000001d1a220  01d19220
2025-08-20T22:54:50.8234354Z [00:04:14.574]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8234786Z [00:04:14.574]➜    [20] .noptrdata        PROGBITS         0000000001d1a2a0  01d192a0
2025-08-20T22:54:50.8235402Z [00:04:14.574]➜         000000000006f361  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8235943Z [00:04:14.574]➜    [21] .bss              NOBITS           0000000001d89620  01d88601
2025-08-20T22:54:50.8236363Z [00:04:14.574]➜         0000000000029ce0  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8236803Z [00:04:14.574]➜    [22] .noptrbss         NOBITS           0000000001db3300  01d88601
2025-08-20T22:54:50.8237237Z [00:04:14.574]➜         00000000000258e0  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8237662Z [00:04:14.574]➜    [23] .shstrtab         STRTAB           0000000000000000  01d88601
2025-08-20T22:54:50.8238086Z [00:04:14.574]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:54:50.8238423Z [00:04:14.574]➜  Key to Flags:
2025-08-20T22:54:50.8238789Z [00:04:14.574]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:54:50.8239264Z [00:04:14.574]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:54:50.8239735Z [00:04:14.575]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:54:50.8240206Z [00:04:14.575]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:54:50.8243435Z [00:04:14.577]➜  
2025-08-20T22:54:50.8259965Z [00:04:14.579]➜  /build-bins/LICENSE
2025-08-20T22:54:50.8297074Z [00:04:14.583]➜  
2025-08-20T22:54:50.8312909Z [00:04:14.584]➜  /build-bins/tailscale
2025-08-20T22:54:50.8325080Z [00:04:14.585]➜  There are 24 section headers, starting at offset 0x1403458:
2025-08-20T22:54:50.8326209Z [00:04:14.585]➜  
2025-08-20T22:54:50.8326667Z [00:04:14.585]➜  Section Headers:
2025-08-20T22:54:50.8327344Z [00:04:14.585]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:54:50.8328382Z [00:04:14.585]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:54:50.8329156Z [00:04:14.585]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:54:50.8329914Z [00:04:14.585]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:54:50.8330690Z [00:04:14.585]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T22:54:50.8331476Z [00:04:14.585]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:54:50.8332219Z [00:04:14.585]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T22:54:50.8332684Z [00:04:14.585]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T22:54:50.8333140Z [00:04:14.585]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T22:54:50.8333563Z [00:04:14.585]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:54:50.8333979Z [00:04:14.585]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T22:54:50.8334407Z [00:04:14.585]➜         00000000002010f0  0000000000000018   A       2     0     8
2025-08-20T22:54:50.8334840Z [00:04:14.585]➜    [ 5] .init             PROGBITS         0000000000202000  00202000
2025-08-20T22:54:50.8335537Z [00:04:14.585]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:54:50.8335986Z [00:04:14.585]➜    [ 6] .text             PROGBITS         0000000000202040  00202040
2025-08-20T22:54:50.8336561Z [00:04:14.585]➜         000000000084d52e  0000000000000000  AX       0     0     64
2025-08-20T22:54:50.8336994Z [00:04:14.585]➜    [ 7] .fini             PROGBITS         0000000000a4f56e  00a4f56e
2025-08-20T22:54:50.8337414Z [00:04:14.585]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:54:50.8337846Z [00:04:14.585]➜    [ 8] .rodata           PROGBITS         0000000000a50000  00a50000
2025-08-20T22:54:50.8338273Z [00:04:14.585]➜         0000000000184f0c  0000000000000000   A       0     0     32
2025-08-20T22:54:50.8338711Z [00:04:14.585]➜    [ 9] .eh_frame_hdr     PROGBITS         0000000000bd4f0c  00bd4f0c
2025-08-20T22:54:50.8339220Z [00:04:14.585]➜         00000000000000ec  0000000000000000   A       0     0     4
2025-08-20T22:54:50.8339646Z [00:04:14.585]➜    [10] .eh_frame         PROGBITS         0000000000bd4ff8  00bd4ff8
2025-08-20T22:54:50.8340078Z [00:04:14.585]➜         0000000000000498  0000000000000000   A       0     0     8
2025-08-20T22:54:50.8340494Z [00:04:14.585]➜    [11] .tbss             NOBITS           0000000000bd6430  00bd6430
2025-08-20T22:54:50.8340903Z [00:04:14.585]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T22:54:50.8341342Z [00:04:14.585]➜    [12] .init_array       INIT_ARRAY       0000000000bd6430  00bd6430
2025-08-20T22:54:50.8341784Z [00:04:14.585]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8342247Z [00:04:14.585]➜    [13] .fini_array       FINI_ARRAY       0000000000bd6438  00bd6438
2025-08-20T22:54:50.8342688Z [00:04:14.585]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8343128Z [00:04:14.585]➜    [14] .data.rel.ro      PROGBITS         0000000000bd6440  00bd6440
2025-08-20T22:54:50.8343565Z [00:04:14.585]➜         0000000000797a08  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8344120Z [00:04:14.585]➜    [15] .dynamic          DYNAMIC          000000000136de48  0136de48
2025-08-20T22:54:50.8344552Z [00:04:14.586]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:54:50.8344982Z [00:04:14.586]➜    [16] .got              PROGBITS         000000000136dfb8  0136dfb8
2025-08-20T22:54:50.8345609Z [00:04:14.586]➜         0000000000000038  0000000000000008  WA       0     0     8
2025-08-20T22:54:50.8346032Z [00:04:14.586]➜    [17] .data             PROGBITS         000000000136e000  0136e000
2025-08-20T22:54:50.8346453Z [00:04:14.586]➜         0000000000026300  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8346892Z [00:04:14.586]➜    [18] .go.buildinfo     PROGBITS         0000000001394300  01394300
2025-08-20T22:54:50.8347333Z [00:04:14.586]➜         00000000000012b0  0000000000000000  WA       0     0     16
2025-08-20T22:54:50.8347772Z [00:04:14.586]➜    [19] .go.fipsinfo      PROGBITS         00000000013955c0  013955c0
2025-08-20T22:54:50.8348215Z [00:04:14.586]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8348650Z [00:04:14.586]➜    [20] .noptrdata        PROGBITS         0000000001395640  01395640
2025-08-20T22:54:50.8349087Z [00:04:14.586]➜         000000000006dd41  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8349500Z [00:04:14.586]➜    [21] .bss              NOBITS           00000000014033a0  01403381
2025-08-20T22:54:50.8349911Z [00:04:14.586]➜         00000000000273c0  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8350337Z [00:04:14.586]➜    [22] .noptrbss         NOBITS           000000000142a760  01403381
2025-08-20T22:54:50.8350763Z [00:04:14.586]➜         0000000000021700  0000000000000000  WA       0     0     32
2025-08-20T22:54:50.8351191Z [00:04:14.586]➜    [23] .shstrtab         STRTAB           0000000000000000  01403381
2025-08-20T22:54:50.8351609Z [00:04:14.586]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:54:50.8351950Z [00:04:14.586]➜  Key to Flags:
2025-08-20T22:54:50.8352320Z [00:04:14.586]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:54:50.8352877Z [00:04:14.586]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:54:50.8353342Z [00:04:14.586]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:54:50.8353751Z [00:04:14.586]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:54:50.8354332Z [00:04:14.586]➜  + file /build-bins/LICENSE /build-bins/tailscale /build-bins/tailscale-multi /build-bins/tailscaled
2025-08-20T22:54:50.8612709Z [00:04:14.614]➜  /build-bins/LICENSE:         ASCII text
2025-08-20T22:54:50.8774366Z [00:04:14.630]➜  /build-bins/tailscale:       ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:54:50.8776370Z [00:04:14.630]➜  /build-bins/tailscale-multi: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:54:50.8777781Z [00:04:14.630]➜  /build-bins/tailscaled:      ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:54:50.8785482Z [00:04:14.631]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/tailscale /build-bins/tailscale-multi /build-bins/tailscaled
2025-08-20T22:54:50.8804529Z [00:04:14.633]➜  /build-bins/LICENSE:         10140 Bytes
2025-08-20T22:54:50.8805375Z [00:04:14.633]➜  /build-bins/tailscale:         20986456 Bytes
2025-08-20T22:54:50.8806131Z [00:04:14.633]➜  /build-bins/tailscale-multi:         45183224 Bytes
2025-08-20T22:54:50.8806860Z [00:04:14.633]➜  /build-bins/tailscaled:         30969048 Bytes
2025-08-20T22:54:50.8809003Z [00:04:14.634]➜  + du /build-bins/LICENSE /build-bins/tailscale /build-bins/tailscale-multi /build-bins/tailscaled --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:54:50.8824059Z [00:04:14.635]➜  10K	2025-08-20 22:54:50.002084214 +0000	/build-bins/LICENSE
2025-08-20T22:54:50.8824879Z [00:04:14.635]➜  21M	2025-08-20 22:54:50.789093486 +0000	/build-bins/tailscale
2025-08-20T22:54:50.8825782Z [00:04:14.635]➜  44M	2025-08-20 22:54:50.538090529 +0000	/build-bins/tailscale-multi
2025-08-20T22:54:50.8826675Z [00:04:14.635]➜  30M	2025-08-20 22:54:50.661091978 +0000	/build-bins/tailscaled
2025-08-20T22:54:50.8827375Z [00:04:14.636]➜  + popd
2025-08-20T22:54:51.5442277Z [00:04:15.297]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:54:51.7924803Z [00:04:15.545]➜  + '[' -s /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:54:51.7926082Z [00:04:15.545]➜  + cp -fv /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:54:51.7963009Z [00:04:15.549]➜  '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:54:51.7968806Z [00:04:15.550]➜  + find /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:54:51.7974490Z [00:04:15.550]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:54:51.7976140Z [00:04:15.550]➜  + cut -d: -f1
2025-08-20T22:54:51.7977343Z [00:04:15.550]➜  + xargs realpath --no-symlinks
2025-08-20T22:54:51.7981026Z [00:04:15.551]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:54:51.9959172Z [00:04:15.749]➜  sending incremental file list
2025-08-20T22:54:52.0031722Z [00:04:15.756]➜  tailscale-multi
2025-08-20T22:54:52.1027961Z [00:04:15.856]➜  
2025-08-20T22:54:52.1028546Z [00:04:15.856]➜  sent 45.19M bytes  received 35 bytes  30.13M bytes/sec
2025-08-20T22:54:52.1029079Z [00:04:15.856]➜  total size is 45.18M  speedup is 1.00
2025-08-20T22:54:52.1052414Z [00:04:15.858]➜  sending incremental file list
2025-08-20T22:54:52.1099966Z [00:04:15.863]➜  tailscaled
2025-08-20T22:54:52.1869497Z [00:04:15.940]➜  
2025-08-20T22:54:52.1870513Z [00:04:15.940]➜  sent 30.98M bytes  received 35 bytes  61.95M bytes/sec
2025-08-20T22:54:52.1871367Z [00:04:15.940]➜  total size is 30.97M  speedup is 1.00
2025-08-20T22:54:52.1902274Z [00:04:15.942]➜  sending incremental file list
2025-08-20T22:54:52.1934510Z [00:04:15.946]➜  tailscale
2025-08-20T22:54:52.2621819Z [00:04:16.015]➜  
2025-08-20T22:54:52.2622719Z [00:04:16.015]➜  sent 20.99M bytes  received 35 bytes  41.98M bytes/sec
2025-08-20T22:54:52.2623722Z [00:04:16.015]➜  total size is 20.99M  speedup is 1.00
2025-08-20T22:54:52.2635374Z [00:04:16.016]➜  
2025-08-20T22:54:55.3560384Z [00:04:19.109]➜  
2025-08-20T22:54:55.3672765Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.version' from runner:docker to runner:runner
2025-08-20T22:54:55.3676377Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3678918Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.3681397Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3683999Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.3686738Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3689330Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile.go' from root:root to runner:runner
2025-08-20T22:54:55.3691894Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3694252Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile' from root:root to runner:runner
2025-08-20T22:54:55.3696791Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths.go' from root:root to runner:runner
2025-08-20T22:54:55.3699112Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3701626Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/migrate.go' from root:root to runner:runner
2025-08-20T22:54:55.3703902Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths_unix.go' from root:root to runner:runner
2025-08-20T22:54:55.3706357Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths' from root:root to runner:runner
2025-08-20T22:54:55.3708712Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/portmapper_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3711350Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/legacy_upnp.go' from root:root to runner:runner
2025-08-20T22:54:55.3713805Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/select_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3716375Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcp.go' from root:root to runner:runner
2025-08-20T22:54:55.3718713Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/upnp.go' from root:root to runner:runner
2025-08-20T22:54:55.3721215Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/portmapper.go' from root:root to runner:runner
2025-08-20T22:54:55.3723820Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/disabled_stubs.go' from root:root to runner:runner
2025-08-20T22:54:55.3726488Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/upnp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3729034Z [00:04:19.120]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcpresultcode_string.go' from root:root to runner:runner
2025-08-20T22:54:55.3731571Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/igd_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3734185Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pmpresultcode_string.go' from root:root to runner:runner
2025-08-20T22:54:55.3736947Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3739271Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper' from root:root to runner:runner
2025-08-20T22:54:55.3741504Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun.go' from root:root to runner:runner
2025-08-20T22:54:55.3743789Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/fake.go' from root:root to runner:runner
2025-08-20T22:54:55.3746279Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_macos.go' from root:root to runner:runner
2025-08-20T22:54:55.3748721Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/mtu_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3751155Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/linkattrs_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3753585Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/ifstatus_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3756384Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3758813Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.3761188Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tstun_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.3763521Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3766028Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap_noop.go' from root:root to runner:runner
2025-08-20T22:54:55.3768585Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/linkattrs_notlinux.go' from root:root to runner:runner
2025-08-20T22:54:55.3770977Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/mtu.go' from root:root to runner:runner
2025-08-20T22:54:55.3773286Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3775845Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/ifstatus_noop.go' from root:root to runner:runner
2025-08-20T22:54:55.3778385Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3780731Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap.go' from root:root to runner:runner
2025-08-20T22:54:55.3782959Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun' from root:root to runner:runner
2025-08-20T22:54:55.3785420Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/proxymux/mux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3787799Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/proxymux/mux.go' from root:root to runner:runner
2025-08-20T22:54:55.3790090Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/proxymux' from root:root to runner:runner
2025-08-20T22:54:55.3792545Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/stride_table_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3794959Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/table_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3797520Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/art_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3799849Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/stride_table.go' from root:root to runner:runner
2025-08-20T22:54:55.3802279Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/table.go' from root:root to runner:runner
2025-08-20T22:54:55.3804490Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art' from root:root to runner:runner
2025-08-20T22:54:55.3807106Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/default_interface_portable_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3809736Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/default_interface_portable.go' from root:root to runner:runner
2025-08-20T22:54:55.3812330Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/netutil.go' from root:root to runner:runner
2025-08-20T22:54:55.3814661Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/routes.go' from root:root to runner:runner
2025-08-20T22:54:55.3817264Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/netutil_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3819679Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/ip_forward.go' from root:root to runner:runner
2025-08-20T22:54:55.3821947Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil' from root:root to runner:runner
2025-08-20T22:54:55.3824481Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3827209Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_freebsd.go' from root:root to runner:runner
2025-08-20T22:54:55.3829649Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_darwin_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3832117Z [00:04:19.121]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/defaultroute_bsd.go' from root:root to runner:runner
2025-08-20T22:54:55.3834682Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_default_route_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3837423Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/loghelper_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3839978Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3842419Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_android.go' from root:root to runner:runner
2025-08-20T22:54:55.3844890Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3847710Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3850217Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/defaultroute_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.3852633Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/polling.go' from root:root to runner:runner
2025-08-20T22:54:55.3855020Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_bsd.go' from root:root to runner:runner
2025-08-20T22:54:55.3857801Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.3860350Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3862810Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/loghelper.go' from root:root to runner:runner
2025-08-20T22:54:55.3865399Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3867805Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/state.go' from root:root to runner:runner
2025-08-20T22:54:55.3870319Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_freebsd.go' from root:root to runner:runner
2025-08-20T22:54:55.3872804Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_polling.go' from root:root to runner:runner
2025-08-20T22:54:55.3875572Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_defaultrouteif_todo.go' from root:root to runner:runner
2025-08-20T22:54:55.3878119Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3880467Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon.go' from root:root to runner:runner
2025-08-20T22:54:55.3882806Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3885615Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3888063Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.3890526Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_darwin_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3893010Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon' from root:root to runner:runner
2025-08-20T22:54:55.3895662Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3898277Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3900783Z [00:04:19.122]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.3903409Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3906135Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy.go' from root:root to runner:runner
2025-08-20T22:54:55.3908748Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_synology_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3911381Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3913977Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_synology.go' from root:root to runner:runner
2025-08-20T22:54:55.3916743Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy' from root:root to runner:runner
2025-08-20T22:54:55.3919129Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/standalone.go' from root:root to runner:runner
2025-08-20T22:54:55.3921528Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/netcheck.go' from root:root to runner:runner
2025-08-20T22:54:55.3923925Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/netcheck_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3926454Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck' from root:root to runner:runner
2025-08-20T22:54:55.3928757Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror.go' from root:root to runner:runner
2025-08-20T22:54:55.3931317Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.3933817Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3936489Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3938925Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror' from root:root to runner:runner
2025-08-20T22:54:55.3941192Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netknob/netknob.go' from root:root to runner:runner
2025-08-20T22:54:55.3943444Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netknob' from root:root to runner:runner
2025-08-20T22:54:55.3945826Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netx/netx.go' from root:root to runner:runner
2025-08-20T22:54:55.3948027Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netx' from root:root to runner:runner
2025-08-20T22:54:55.3950392Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/pipe.go' from root:root to runner:runner
2025-08-20T22:54:55.3952720Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/pipe_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3955040Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/memnet.go' from root:root to runner:runner
2025-08-20T22:54:55.3957552Z [00:04:19.123]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/listener.go' from root:root to runner:runner
2025-08-20T22:54:55.3959894Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/conn_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3962397Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/listener_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3964757Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/conn.go' from root:root to runner:runner
2025-08-20T22:54:55.3967146Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet' from root:root to runner:runner
2025-08-20T22:54:55.3969556Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3972023Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn_default.go' from root:root to runner:runner
2025-08-20T22:54:55.3974409Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.3977094Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn.go' from root:root to runner:runner
2025-08-20T22:54:55.3979348Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching' from root:root to runner:runner
2025-08-20T22:54:55.3981589Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsaddr/tsaddr.go' from root:root to runner:runner
2025-08-20T22:54:55.3984064Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsaddr/tsaddr_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3986505Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsaddr' from root:root to runner:runner
2025-08-20T22:54:55.3988805Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dohclient_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3991203Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dnsmap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.3993655Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/tsdial.go' from root:root to runner:runner
2025-08-20T22:54:55.3996316Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/peerapi_macios_ext.go' from root:root to runner:runner
2025-08-20T22:54:55.3998730Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dnsmap.go' from root:root to runner:runner
2025-08-20T22:54:55.4001064Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dohclient.go' from root:root to runner:runner
2025-08-20T22:54:55.4003305Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial' from root:root to runner:runner
2025-08-20T22:54:55.4005869Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/geneve_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4008290Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/packet_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4010649Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/geneve.go' from root:root to runner:runner
2025-08-20T22:54:55.4012972Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/ip4.go' from root:root to runner:runner
2025-08-20T22:54:55.4015444Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/capture.go' from root:root to runner:runner
2025-08-20T22:54:55.4017787Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp.go' from root:root to runner:runner
2025-08-20T22:54:55.4020201Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/tsmp.go' from root:root to runner:runner
2025-08-20T22:54:55.4022483Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/ip6.go' from root:root to runner:runner
2025-08-20T22:54:55.4024739Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.4027434Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/packet.go' from root:root to runner:runner
2025-08-20T22:54:55.4029754Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/udp6.go' from root:root to runner:runner
2025-08-20T22:54:55.4032151Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/checksum/checksum.go' from root:root to runner:runner
2025-08-20T22:54:55.4034679Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/checksum/checksum_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4037276Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/checksum' from root:root to runner:runner
2025-08-20T22:54:55.4039708Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/header.go' from root:root to runner:runner
2025-08-20T22:54:55.4042053Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp6.go' from root:root to runner:runner
2025-08-20T22:54:55.4044356Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/udp4.go' from root:root to runner:runner
2025-08-20T22:54:55.4046918Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp6_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4049313Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/tsmp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4051776Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp4.go' from root:root to runner:runner
2025-08-20T22:54:55.4054141Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet' from root:root to runner:runner
2025-08-20T22:54:55.4056826Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/update-dns-fallbacks.go' from root:root to runner:runner
2025-08-20T22:54:55.4059391Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dnsfallback_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4061989Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dns-fallback-servers.json' from root:root to runner:runner
2025-08-20T22:54:55.4064573Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dnsfallback.go' from root:root to runner:runner
2025-08-20T22:54:55.4067252Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback' from root:root to runner:runner
2025-08-20T22:54:55.4069616Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stunserver/stunserver.go' from root:root to runner:runner
2025-08-20T22:54:55.4072131Z [00:04:19.124]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stunserver/stunserver_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4074627Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stunserver' from root:root to runner:runner
2025-08-20T22:54:55.4077163Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/deps_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4079596Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/tlsdial_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4082149Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/blockblame/blockblame_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4084872Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/blockblame/blockblame.go' from root:root to runner:runner
2025-08-20T22:54:55.4087526Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/blockblame' from root:root to runner:runner
2025-08-20T22:54:55.4089895Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/tlsdial.go' from root:root to runner:runner
2025-08-20T22:54:55.4092137Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial' from root:root to runner:runner
2025-08-20T22:54:55.4094562Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_other.go' from root:root to runner:runner
2025-08-20T22:54:55.4097391Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_bsd_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4099907Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable.go' from root:root to runner:runner
2025-08-20T22:54:55.4102399Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.4104909Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_bsd.go' from root:root to runner:runner
2025-08-20T22:54:55.4107695Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4110271Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_freebsd.go' from root:root to runner:runner
2025-08-20T22:54:55.4113013Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.4115555Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable' from root:root to runner:runner
2025-08-20T22:54:55.4117884Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4120428Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4122771Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/config.go' from root:root to runner:runner
2025-08-20T22:54:55.4125066Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4127699Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/tsdns_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4130230Z [00:04:19.125]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/tsdns.go' from root:root to runner:runner
2025-08-20T22:54:55.4132676Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/doh_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4135307Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/macios_ext.go' from root:root to runner:runner
2025-08-20T22:54:55.4137813Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/forwarder_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4140521Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/debug.go' from root:root to runner:runner
2025-08-20T22:54:55.4143105Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/forwarder.go' from root:root to runner:runner
2025-08-20T22:54:55.4145819Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/tsdns_server_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4148230Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver' from root:root to runner:runner
2025-08-20T22:54:55.4150561Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_unix_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4152941Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/nrpt_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4155463Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/flush_default.go' from root:root to runner:runner
2025-08-20T22:54:55.4157967Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/flush_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4160293Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4162553Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/noop.go' from root:root to runner:runner
2025-08-20T22:54:55.4164941Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/ini_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4167481Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_plan9_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4170061Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconffile/resolvconffile_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4172737Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconffile/resolvconffile.go' from root:root to runner:runner
2025-08-20T22:54:55.4175429Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconffile' from root:root to runner:runner
2025-08-20T22:54:55.4177963Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_openbsd.go' from root:root to runner:runner
2025-08-20T22:54:55.4180348Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/osconfig_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4182645Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvd.go' from root:root to runner:runner
2025-08-20T22:54:55.4184930Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager.go' from root:root to runner:runner
2025-08-20T22:54:55.4187557Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/publicdns/publicdns_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4190157Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/publicdns/publicdns.go' from root:root to runner:runner
2025-08-20T22:54:55.4192545Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/publicdns' from root:root to runner:runner
2025-08-20T22:54:55.4194984Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconfpath_gokrazy.go' from root:root to runner:runner
2025-08-20T22:54:55.4197666Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_solaris.go' from root:root to runner:runner
2025-08-20T22:54:55.4200064Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.4202465Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/ini.go' from root:root to runner:runner
2025-08-20T22:54:55.4204802Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_tcp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4207330Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct.go' from root:root to runner:runner
2025-08-20T22:54:55.4209844Z [00:04:19.126]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconfpath_default.go' from root:root to runner:runner
2025-08-20T22:54:55.4212276Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_notlinux.go' from root:root to runner:runner
2025-08-20T22:54:55.4214700Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4217294Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_freebsd.go' from root:root to runner:runner
2025-08-20T22:54:55.4219669Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_plan9.go' from root:root to runner:runner
2025-08-20T22:54:55.4222356Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/recursive/recursive.go' from root:root to runner:runner
2025-08-20T22:54:55.4224864Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/recursive/recursive_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4227491Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/recursive' from root:root to runner:runner
2025-08-20T22:54:55.4229841Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4232126Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/nm.go' from root:root to runner:runner
2025-08-20T22:54:55.4234433Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.4237034Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_default.go' from root:root to runner:runner
2025-08-20T22:54:55.4239389Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/openresolv.go' from root:root to runner:runner
2025-08-20T22:54:55.4241708Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolved.go' from root:root to runner:runner
2025-08-20T22:54:55.4244089Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.4246651Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/wsl_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4249096Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/osconfig.go' from root:root to runner:runner
2025-08-20T22:54:55.4251413Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconf.go' from root:root to runner:runner
2025-08-20T22:54:55.4253774Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/debian_resolvconf.go' from root:root to runner:runner
2025-08-20T22:54:55.4256536Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconf-workaround.sh' from root:root to runner:runner
2025-08-20T22:54:55.4258929Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/utf_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4261162Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/utf.go' from root:root to runner:runner
2025-08-20T22:54:55.4263310Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns' from root:root to runner:runner
2025-08-20T22:54:55.4265828Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connectproxy/connectproxy.go' from root:root to runner:runner
2025-08-20T22:54:55.4268444Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connectproxy' from root:root to runner:runner
2025-08-20T22:54:55.4270867Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.4273338Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4275971Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_default.go' from root:root to runner:runner
2025-08-20T22:54:55.4278416Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout.go' from root:root to runner:runner
2025-08-20T22:54:55.4280876Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4283222Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout' from root:root to runner:runner
2025-08-20T22:54:55.4285668Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stun_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4288016Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stun_fuzzer.go' from root:root to runner:runner
2025-08-20T22:54:55.4290445Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stuntest/stuntest.go' from root:root to runner:runner
2025-08-20T22:54:55.4292949Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stuntest' from root:root to runner:runner
2025-08-20T22:54:55.4295456Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stun.go' from root:root to runner:runner
2025-08-20T22:54:55.4297704Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun' from root:root to runner:runner
2025-08-20T22:54:55.4300088Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netaddr/netaddr.go' from root:root to runner:runner
2025-08-20T22:54:55.4302371Z [00:04:19.127]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netaddr' from root:root to runner:runner
2025-08-20T22:54:55.4304680Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats.go' from root:root to runner:runner
2025-08-20T22:54:55.4307344Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/label_string.go' from root:root to runner:runner
2025-08-20T22:54:55.4309864Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_tsgo_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4312569Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_tsgo.go' from root:root to runner:runner
2025-08-20T22:54:55.4315066Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_noop.go' from root:root to runner:runner
2025-08-20T22:54:55.4317803Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_tsgo_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.4320172Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats' from root:root to runner:runner
2025-08-20T22:54:55.4322478Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/flowtrack/flowtrack.go' from root:root to runner:runner
2025-08-20T22:54:55.4324964Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/flowtrack/flowtrack_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4327495Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/flowtrack' from root:root to runner:runner
2025-08-20T22:54:55.4329777Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/server.go' from root:root to runner:runner
2025-08-20T22:54:55.4332173Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/server_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4334696Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/endpoint/endpoint.go' from root:root to runner:runner
2025-08-20T22:54:55.4337543Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/endpoint/endpoint_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4340163Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/endpoint' from root:root to runner:runner
2025-08-20T22:54:55.4342420Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay' from root:root to runner:runner
2025-08-20T22:54:55.4344664Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/wsconn/wsconn.go' from root:root to runner:runner
2025-08-20T22:54:55.4347240Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/wsconn' from root:root to runner:runner
2025-08-20T22:54:55.4349608Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/bakedroots/bakedroots_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4352078Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/bakedroots/bakedroots.go' from root:root to runner:runner
2025-08-20T22:54:55.4354419Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/bakedroots' from root:root to runner:runner
2025-08-20T22:54:55.4356865Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/socks.go' from root:root to runner:runner
2025-08-20T22:54:55.4359405Z [00:04:19.128]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_darwin_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4361898Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4364288Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.4366934Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_default.go' from root:root to runner:runner
2025-08-20T22:54:55.4369391Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4371775Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns.go' from root:root to runner:runner
2025-08-20T22:54:55.4374161Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4376837Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4379220Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4381620Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.4384085Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_dw.go' from root:root to runner:runner
2025-08-20T22:54:55.4386628Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.4389016Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_android.go' from root:root to runner:runner
2025-08-20T22:54:55.4391385Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns' from root:root to runner:runner
2025-08-20T22:54:55.4393620Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ipset/ipset.go' from root:root to runner:runner
2025-08-20T22:54:55.4396214Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ipset/ipset_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4398462Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ipset' from root:root to runner:runner
2025-08-20T22:54:55.4400821Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4403512Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest_client.go' from root:root to runner:runner
2025-08-20T22:54:55.4406233Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest_server.go' from root:root to runner:runner
2025-08-20T22:54:55.4408728Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest.go' from root:root to runner:runner
2025-08-20T22:54:55.4411026Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest' from root:root to runner:runner
2025-08-20T22:54:55.4413462Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf_default.go' from root:root to runner:runner
2025-08-20T22:54:55.4416249Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf.go' from root:root to runner:runner
2025-08-20T22:54:55.4418842Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.4421289Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf' from root:root to runner:runner
2025-08-20T22:54:55.4423619Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/dnscache.go' from root:root to runner:runner
2025-08-20T22:54:55.4426228Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/messagecache.go' from root:root to runner:runner
2025-08-20T22:54:55.4428693Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/dnscache_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4431310Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/messagecache_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4433643Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache' from root:root to runner:runner
2025-08-20T22:54:55.4436132Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.4438721Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_other.go' from root:root to runner:runner
2025-08-20T22:54:55.4441144Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4443561Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.4446116Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo.go' from root:root to runner:runner
2025-08-20T22:54:55.4448508Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo' from root:root to runner:runner
2025-08-20T22:54:55.4451042Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/endpoints.go' from root:root to runner:runner
2025-08-20T22:54:55.4453622Z [00:04:19.129]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/rawconn_apple.go' from root:root to runner:runner
2025-08-20T22:54:55.4456325Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/rawconn.go' from root:root to runner:runner
2025-08-20T22:54:55.4458931Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/captivedetection.go' from root:root to runner:runner
2025-08-20T22:54:55.4461640Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/captivedetection_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4464183Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection' from root:root to runner:runner
2025-08-20T22:54:55.4466716Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connstats/stats.go' from root:root to runner:runner
2025-08-20T22:54:55.4469091Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connstats/stats_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4471417Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connstats' from root:root to runner:runner
2025-08-20T22:54:55.4473725Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/socks5/socks5_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4476412Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/socks5/socks5.go' from root:root to runner:runner
2025-08-20T22:54:55.4478642Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/socks5' from root:root to runner:runner
2025-08-20T22:54:55.4480859Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ping/ping.go' from root:root to runner:runner
2025-08-20T22:54:55.4483283Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ping/ping_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4485657Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ping' from root:root to runner:runner
2025-08-20T22:54:55.4487937Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat.go' from root:root to runner:runner
2025-08-20T22:54:55.4490321Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4492746Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat_noimpl.go' from root:root to runner:runner
2025-08-20T22:54:55.4495619Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4497979Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat' from root:root to runner:runner
2025-08-20T22:54:55.4500098Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net' from root:root to runner:runner
2025-08-20T22:54:55.4502271Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version-embed.go' from root:root to runner:runner
2025-08-20T22:54:55.4504534Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/pcap.go' from root:root to runner:runner
2025-08-20T22:54:55.4507031Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/disco_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4509300Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/disco.go' from root:root to runner:runner
2025-08-20T22:54:55.4511568Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/disco_fuzzer.go' from root:root to runner:runner
2025-08-20T22:54:55.4513750Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco' from root:root to runner:runner
2025-08-20T22:54:55.4516180Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/licenses.go' from root:root to runner:runner
2025-08-20T22:54:55.4518500Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/windows.md' from root:root to runner:runner
2025-08-20T22:54:55.4520946Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/README.md' from root:root to runner:runner
2025-08-20T22:54:55.4523268Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/tailscale.md' from root:root to runner:runner
2025-08-20T22:54:55.4525765Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/android.md' from root:root to runner:runner
2025-08-20T22:54:55.4528210Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/apple.md' from root:root to runner:runner
2025-08-20T22:54:55.4530415Z [00:04:19.130]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses' from root:root to runner:runner
2025-08-20T22:54:55.4532582Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.4534871Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4537486Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_unix.go' from root:root to runner:runner
2025-08-20T22:54:55.4540090Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.4542472Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.4544287Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch.go' from root:root to runner:runner
2025-08-20T22:54:55.4545749Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch' from root:root to runner:runner
2025-08-20T22:54:55.4546990Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.4548276Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/README.md' from root:root to runner:runner
2025-08-20T22:54:55.4549515Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/buffer.go' from root:root to runner:runner
2025-08-20T22:54:55.4550836Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logadopt/logadopt.go' from root:root to runner:runner
2025-08-20T22:54:55.4553078Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logadopt' from root:root to runner:runner
2025-08-20T22:54:55.4555524Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logtail/logtail.go' from root:root to runner:runner
2025-08-20T22:54:55.4557020Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logtail' from root:root to runner:runner
2025-08-20T22:54:55.4558369Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logreprocess/demo.sh' from root:root to runner:runner
2025-08-20T22:54:55.4559796Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logreprocess/logreprocess.go' from root:root to runner:runner
2025-08-20T22:54:55.4561256Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logreprocess' from root:root to runner:runner
2025-08-20T22:54:55.4562519Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example' from root:root to runner:runner
2025-08-20T22:54:55.4563741Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/logtail.go' from root:root to runner:runner
2025-08-20T22:54:55.4564986Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/logtail_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4566421Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/api.md' from root:root to runner:runner
2025-08-20T22:54:55.4567812Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/backoff/backoff.go' from root:root to runner:runner
2025-08-20T22:54:55.4569073Z [00:04:19.131]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/backoff' from root:root to runner:runner
2025-08-20T22:54:55.4570649Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail' from root:root to runner:runner
2025-08-20T22:54:55.4572177Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4573503Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_notmacos.go' from root:root to runner:runner
2025-08-20T22:54:55.4574784Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.4576261Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_notmacos_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4577626Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_macos_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4578968Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.4580290Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_macos.go' from root:root to runner:runner
2025-08-20T22:54:55.4581561Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/hwaddr.go' from root:root to runner:runner
2025-08-20T22:54:55.4582970Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_syspolicy.go' from root:root to runner:runner
2025-08-20T22:54:55.4584206Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture' from root:root to runner:runner
2025-08-20T22:54:55.4585609Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/maths/ewma.go' from root:root to runner:runner
2025-08-20T22:54:55.4586950Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/maths/ewma_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4588122Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/maths' from root:root to runner:runner
2025-08-20T22:54:55.4589345Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/noiseconn/conn.go' from root:root to runner:runner
2025-08-20T22:54:55.4590609Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/noiseconn' from root:root to runner:runner
2025-08-20T22:54:55.4591934Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale/vip_service.go' from root:root to runner:runner
2025-08-20T22:54:55.4593478Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale/tailscale.go' from root:root to runner:runner
2025-08-20T22:54:55.4594878Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale' from root:root to runner:runner
2025-08-20T22:54:55.4596305Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/client' from root:root to runner:runner
2025-08-20T22:54:55.4597579Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/tooldeps/tooldeps.go' from root:root to runner:runner
2025-08-20T22:54:55.4598868Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/tooldeps' from root:root to runner:runner
2025-08-20T22:54:55.4600051Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T22:54:55.4601230Z [00:04:19.132]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/health.go' from root:root to runner:runner
2025-08-20T22:54:55.4602446Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/warnings.go' from root:root to runner:runner
2025-08-20T22:54:55.4603653Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/args.go' from root:root to runner:runner
2025-08-20T22:54:55.4604931Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/healthmsg/healthmsg.go' from root:root to runner:runner
2025-08-20T22:54:55.4606406Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/healthmsg' from root:root to runner:runner
2025-08-20T22:54:55.4607740Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/health_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4608958Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/state.go' from root:root to runner:runner
2025-08-20T22:54:55.4610120Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health' from root:root to runner:runner
2025-08-20T22:54:55.4611345Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T22:54:55.4612611Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/deb/debian.postinst.sh' from root:root to runner:runner
2025-08-20T22:54:55.4613929Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/deb/debian.postrm.sh' from root:root to runner:runner
2025-08-20T22:54:55.4615495Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/deb/debian.prerm.sh' from root:root to runner:runner
2025-08-20T22:54:55.4616833Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/deb' from root:root to runner:runner
2025-08-20T22:54:55.4618200Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/rpm/rpm.prerm.sh' from root:root to runner:runner
2025-08-20T22:54:55.4619504Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/rpm/rpm.postinst.sh' from root:root to runner:runner
2025-08-20T22:54:55.4620951Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/rpm/rpm.postrm.sh' from root:root to runner:runner
2025-08-20T22:54:55.4622186Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/rpm' from root:root to runner:runner
2025-08-20T22:54:55.4623422Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/dist.go' from root:root to runner:runner
2025-08-20T22:54:55.4624774Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/privilege-dsm7' from root:root to runner:runner
2025-08-20T22:54:55.4626466Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/PACKAGE_ICON_256.PNG' from root:root to runner:runner
2025-08-20T22:54:55.4627957Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/logrotate-dsm7' from root:root to runner:runner
2025-08-20T22:54:55.4629436Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/privilege-dsm6' from root:root to runner:runner
2025-08-20T22:54:55.4630854Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/resource' from root:root to runner:runner
2025-08-20T22:54:55.4632330Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/config' from root:root to runner:runner
2025-08-20T22:54:55.4634148Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/Tailscale.sc' from root:root to runner:runner
2025-08-20T22:54:55.4636184Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/PACKAGE_ICON.PNG' from root:root to runner:runner
2025-08-20T22:54:55.4637810Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/scripts/postupgrade' from root:root to runner:runner
2025-08-20T22:54:55.4639345Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/scripts/start-stop-status' from root:root to runner:runner
2025-08-20T22:54:55.4640849Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/scripts/preupgrade' from root:root to runner:runner
2025-08-20T22:54:55.4642289Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/scripts' from root:root to runner:runner
2025-08-20T22:54:55.4643807Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/index.cgi' from root:root to runner:runner
2025-08-20T22:54:55.4645497Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/privilege-dsm7.for-package-center' from root:root to runner:runner
2025-08-20T22:54:55.4647052Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/logrotate-dsm6' from root:root to runner:runner
2025-08-20T22:54:55.4648424Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files' from root:root to runner:runner
2025-08-20T22:54:55.4649767Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/targets.go' from root:root to runner:runner
2025-08-20T22:54:55.4651106Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/pkgs.go' from root:root to runner:runner
2025-08-20T22:54:55.4652395Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology' from root:root to runner:runner
2025-08-20T22:54:55.4653712Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/unixpkgs/targets.go' from root:root to runner:runner
2025-08-20T22:54:55.4655047Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/unixpkgs/pkgs.go' from root:root to runner:runner
2025-08-20T22:54:55.4656568Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/unixpkgs' from root:root to runner:runner
2025-08-20T22:54:55.4657935Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/memoize.go' from root:root to runner:runner
2025-08-20T22:54:55.4659322Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/scripts/Dockerfile.qpkg' from root:root to runner:runner
2025-08-20T22:54:55.4660789Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/scripts/sign-qpkg.sh' from root:root to runner:runner
2025-08-20T22:54:55.4662333Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/scripts/build-qpkg.sh' from root:root to runner:runner
2025-08-20T22:54:55.4663734Z [00:04:19.133]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/scripts' from root:root to runner:runner
2025-08-20T22:54:55.4665404Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared/Tailscale.sh' from root:root to runner:runner
2025-08-20T22:54:55.4666982Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared/ui/index.cgi' from root:root to runner:runner
2025-08-20T22:54:55.4668618Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared/ui/.htaccess' from root:root to runner:runner
2025-08-20T22:54:55.4670164Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared/ui' from root:root to runner:runner
2025-08-20T22:54:55.4671601Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared' from root:root to runner:runner
2025-08-20T22:54:55.4673056Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/config/.gitkeep' from root:root to runner:runner
2025-08-20T22:54:55.4674518Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/config' from root:root to runner:runner
2025-08-20T22:54:55.4676228Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/.gitkeep' from root:root to runner:runner
2025-08-20T22:54:55.4677770Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/Tailscale_gray.gif' from root:root to runner:runner
2025-08-20T22:54:55.4679351Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/Tailscale_80.gif' from root:root to runner:runner
2025-08-20T22:54:55.4680895Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/Tailscale.gif' from root:root to runner:runner
2025-08-20T22:54:55.4682376Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons' from root:root to runner:runner
2025-08-20T22:54:55.4683935Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/package_routines' from root:root to runner:runner
2025-08-20T22:54:55.4685527Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/qpkg.cfg.in' from root:root to runner:runner
2025-08-20T22:54:55.4687242Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/build_sign.csv' from root:root to runner:runner
2025-08-20T22:54:55.4688834Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale' from root:root to runner:runner
2025-08-20T22:54:55.4690158Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files' from root:root to runner:runner
2025-08-20T22:54:55.4691567Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/targets.go' from root:root to runner:runner
2025-08-20T22:54:55.4692968Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/pkgs.go' from root:root to runner:runner
2025-08-20T22:54:55.4694249Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap' from root:root to runner:runner
2025-08-20T22:54:55.4695833Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/cli/cli.go' from root:root to runner:runner
2025-08-20T22:54:55.4697097Z [00:04:19.134]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/cli' from root:root to runner:runner
2025-08-20T22:54:55.4698294Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist' from root:root to runner:runner
2025-08-20T22:54:55.4699501Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/release.go' from root:root to runner:runner
2025-08-20T22:54:55.4700707Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release' from root:root to runner:runner
2025-08-20T22:54:55.4701962Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/cobra.go' from root:root to runner:runner
2025-08-20T22:54:55.4703323Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.fish.gz' from root:root to runner:runner
2025-08-20T22:54:55.4705438Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.zsh.gz' from root:root to runner:runner
2025-08-20T22:54:55.4707151Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.ps1' from root:root to runner:runner
2025-08-20T22:54:55.4708523Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/README.md' from root:root to runner:runner
2025-08-20T22:54:55.4709965Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.go' from root:root to runner:runner
2025-08-20T22:54:55.4711312Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.fish' from root:root to runner:runner
2025-08-20T22:54:55.4712633Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/gen.go' from root:root to runner:runner
2025-08-20T22:54:55.4714023Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.zsh' from root:root to runner:runner
2025-08-20T22:54:55.4715605Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/LICENSE.txt' from root:root to runner:runner
2025-08-20T22:54:55.4716970Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.bash' from root:root to runner:runner
2025-08-20T22:54:55.4718322Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.bash.gz' from root:root to runner:runner
2025-08-20T22:54:55.4719670Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.ps1.gz' from root:root to runner:runner
2025-08-20T22:54:55.4721108Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra' from root:root to runner:runner
2025-08-20T22:54:55.4722346Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13' from root:root to runner:runner
2025-08-20T22:54:55.4723609Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/httprec/httprec.go' from root:root to runner:runner
2025-08-20T22:54:55.4724868Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/httprec' from root:root to runner:runner
2025-08-20T22:54:55.4726255Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/README.md' from root:root to runner:runner
2025-08-20T22:54:55.4727609Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/session_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4728976Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/messages.go' from root:root to runner:runner
2025-08-20T22:54:55.4730301Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/kex.go' from root:root to runner:runner
2025-08-20T22:54:55.4731639Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/buffer_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4733009Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/keys_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4734493Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/server_multi_auth_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4735991Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4737364Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/transport_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4738814Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/buffer.go' from root:root to runner:runner
2025-08-20T22:54:55.4740169Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/cipher_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4741518Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/certs.go' from root:root to runner:runner
2025-08-20T22:54:55.4742883Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/messages_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4744241Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client.go' from root:root to runner:runner
2025-08-20T22:54:55.4745839Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/handshake_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4747201Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.4748555Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/testdata_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4749931Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/certs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4751272Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mac.go' from root:root to runner:runner
2025-08-20T22:54:55.4752598Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/channel.go' from root:root to runner:runner
2025-08-20T22:54:55.4753953Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/transport.go' from root:root to runner:runner
2025-08-20T22:54:55.4755603Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/common.go' from root:root to runner:runner
2025-08-20T22:54:55.4757025Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/handshake.go' from root:root to runner:runner
2025-08-20T22:54:55.4758410Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/tcpip_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4759853Z [00:04:19.135]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/kex_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4761404Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4762795Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/benchmark_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4764267Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/tcpip.go' from root:root to runner:runner
2025-08-20T22:54:55.4765869Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client_auth_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4767247Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mux.go' from root:root to runner:runner
2025-08-20T22:54:55.4768570Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/keys.go' from root:root to runner:runner
2025-08-20T22:54:55.4769913Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client_auth.go' from root:root to runner:runner
2025-08-20T22:54:55.4771432Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/ssh_gss.go' from root:root to runner:runner
2025-08-20T22:54:55.4772991Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/session.go' from root:root to runner:runner
2025-08-20T22:54:55.4775019Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/common_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4776524Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/cipher.go' from root:root to runner:runner
2025-08-20T22:54:55.4777872Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/server.go' from root:root to runner:runner
2025-08-20T22:54:55.4779338Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/connection.go' from root:root to runner:runner
2025-08-20T22:54:55.4780710Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/example_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4782088Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/server_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4783542Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mempipe_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4784920Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/ssh_gss_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4786426Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/streamlocal.go' from root:root to runner:runner
2025-08-20T22:54:55.4787740Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh' from root:root to runner:runner
2025-08-20T22:54:55.4788978Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest' from root:root to runner:runner
2025-08-20T22:54:55.4790294Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/jws.go' from root:root to runner:runner
2025-08-20T22:54:55.4791575Z [00:04:19.136]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/README.md' from root:root to runner:runner
2025-08-20T22:54:55.4792866Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/acme_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4794146Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/types.go' from root:root to runner:runner
2025-08-20T22:54:55.4795687Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/rfc8555_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4797148Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/sync_to_upstream_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4798489Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/rfc8555.go' from root:root to runner:runner
2025-08-20T22:54:55.4799772Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/http_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4801067Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/jws_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4802355Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/acme.go' from root:root to runner:runner
2025-08-20T22:54:55.4803653Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/types_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4805005Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/http.go' from root:root to runner:runner
2025-08-20T22:54:55.4806530Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/version_go112.go' from root:root to runner:runner
2025-08-20T22:54:55.4807787Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme' from root:root to runner:runner
2025-08-20T22:54:55.4809189Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/session_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4810603Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/context_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4811983Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/README.md' from root:root to runner:runner
2025-08-20T22:54:55.4813334Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/util.go' from root:root to runner:runner
2025-08-20T22:54:55.4814781Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/options_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4816282Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.4817638Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/context.go' from root:root to runner:runner
2025-08-20T22:54:55.4819023Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/tcpip_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4820409Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/tcpip.go' from root:root to runner:runner
2025-08-20T22:54:55.4821838Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/options.go' from root:root to runner:runner
2025-08-20T22:54:55.4823416Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/LICENSE' from root:root to runner:runner
2025-08-20T22:54:55.4824773Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/session.go' from root:root to runner:runner
2025-08-20T22:54:55.4826261Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/ssh_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4827642Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/server.go' from root:root to runner:runner
2025-08-20T22:54:55.4829335Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/example_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4830744Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/server_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4832120Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/agent.go' from root:root to runner:runner
2025-08-20T22:54:55.4833554Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/wrap.go' from root:root to runner:runner
2025-08-20T22:54:55.4834900Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/conn.go' from root:root to runner:runner
2025-08-20T22:54:55.4836394Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/ssh.go' from root:root to runner:runner
2025-08-20T22:54:55.4837705Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh' from root:root to runner:runner
2025-08-20T22:54:55.4838970Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs' from root:root to runner:runner
2025-08-20T22:54:55.4840301Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/heap/heap.go' from root:root to runner:runner
2025-08-20T22:54:55.4842268Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/heap/heap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4843852Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/heap' from root:root to runner:runner
2025-08-20T22:54:55.4845065Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork' from root:root to runner:runner
2025-08-20T22:54:55.4846522Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/VERSION.txt' from root:root to runner:runner
2025-08-20T22:54:55.4847926Z [00:04:19.137]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/flake.nix' from root:root to runner:runner
2025-08-20T22:54:55.4849186Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/mono/mono_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4850444Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/mono/mono.go' from root:root to runner:runner
2025-08-20T22:54:55.4851657Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/mono' from root:root to runner:runner
2025-08-20T22:54:55.4852856Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/tstime.go' from root:root to runner:runner
2025-08-20T22:54:55.4854099Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/jitter_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4855536Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/rate.go' from root:root to runner:runner
2025-08-20T22:54:55.4856818Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/value_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4858101Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/rate_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4859441Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/value.go' from root:root to runner:runner
2025-08-20T22:54:55.4860650Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate' from root:root to runner:runner
2025-08-20T22:54:55.4861852Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/jitter.go' from root:root to runner:runner
2025-08-20T22:54:55.4863079Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/tstime_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4864266Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime' from root:root to runner:runner
2025-08-20T22:54:55.4865667Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version.go' from root:root to runner:runner
2025-08-20T22:54:55.4866914Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4868159Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.4869415Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/modinfo_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4870656Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/prop.go' from root:root to runner:runner
2025-08-20T22:54:55.4871974Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmdname_ios.go' from root:root to runner:runner
2025-08-20T22:54:55.4873286Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/mkversion/mkversion.go' from root:root to runner:runner
2025-08-20T22:54:55.4874642Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/mkversion/mkversion_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4876176Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/mkversion' from root:root to runner:runner
2025-08-20T22:54:55.4877418Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/race.go' from root:root to runner:runner
2025-08-20T22:54:55.4878645Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/print.go' from root:root to runner:runner
2025-08-20T22:54:55.4879987Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4881292Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/distro/distro_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4882596Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/distro/distro.go' from root:root to runner:runner
2025-08-20T22:54:55.4883949Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/distro' from root:root to runner:runner
2025-08-20T22:54:55.4885392Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/export_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4906772Z [00:04:19.138]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version_internal_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4908134Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/race_off.go' from root:root to runner:runner
2025-08-20T22:54:55.4909402Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmdname.go' from root:root to runner:runner
2025-08-20T22:54:55.4911068Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmp.go' from root:root to runner:runner
2025-08-20T22:54:55.4912847Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version_checkformat.go' from root:root to runner:runner
2025-08-20T22:54:55.4914103Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version' from root:root to runner:runner
2025-08-20T22:54:55.4915481Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/license_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4916698Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:54:55.4918050Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/tsconsensus_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4919379Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/monitor.go' from root:root to runner:runner
2025-08-20T22:54:55.4920667Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/bolt_store.go' from root:root to runner:runner
2025-08-20T22:54:55.4921961Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/tsconsensus.go' from root:root to runner:runner
2025-08-20T22:54:55.4923305Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/authorization_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4924651Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/bolt_store_no_bolt.go' from root:root to runner:runner
2025-08-20T22:54:55.4926287Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/authorization.go' from root:root to runner:runner
2025-08-20T22:54:55.4927566Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/http.go' from root:root to runner:runner
2025-08-20T22:54:55.4928772Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus' from root:root to runner:runner
2025-08-20T22:54:55.4930099Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/state/state_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4931367Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/state/state.go' from root:root to runner:runner
2025-08-20T22:54:55.4932563Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/state' from root:root to runner:runner
2025-08-20T22:54:55.4933862Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/ingressservices/ingressservices.go' from root:root to runner:runner
2025-08-20T22:54:55.4935444Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/ingressservices' from root:root to runner:runner
2025-08-20T22:54:55.4936750Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/health/healthz.go' from root:root to runner:runner
2025-08-20T22:54:55.4937975Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/health' from root:root to runner:runner
2025-08-20T22:54:55.4939185Z [00:04:19.139]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeapi/api.go' from root:root to runner:runner
2025-08-20T22:54:55.4940395Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeapi' from root:root to runner:runner
2025-08-20T22:54:55.4941694Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/certs/certs.go' from root:root to runner:runner
2025-08-20T22:54:55.4942950Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/certs/certs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4944166Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/certs' from root:root to runner:runner
2025-08-20T22:54:55.4945603Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/types.go' from root:root to runner:runner
2025-08-20T22:54:55.4946898Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/grants.go' from root:root to runner:runner
2025-08-20T22:54:55.4948202Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/types_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4949542Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes' from root:root to runner:runner
2025-08-20T22:54:55.4950868Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/egressservices/egressservices_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4952294Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/egressservices/egressservices.go' from root:root to runner:runner
2025-08-20T22:54:55.4953688Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/egressservices' from root:root to runner:runner
2025-08-20T22:54:55.4954971Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/k8s-proxy/conf/conf.go' from root:root to runner:runner
2025-08-20T22:54:55.4956585Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/k8s-proxy/conf/conf_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4957878Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/k8s-proxy/conf' from root:root to runner:runner
2025-08-20T22:54:55.4959112Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/k8s-proxy' from root:root to runner:runner
2025-08-20T22:54:55.4960459Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/services/services.go' from root:root to runner:runner
2025-08-20T22:54:55.4961708Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/services' from root:root to runner:runner
2025-08-20T22:54:55.4963213Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/client.go' from root:root to runner:runner
2025-08-20T22:54:55.4964529Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/client_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4966280Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/fake_client.go' from root:root to runner:runner
2025-08-20T22:54:55.4967872Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient' from root:root to runner:runner
2025-08-20T22:54:55.4969140Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/metrics/metrics.go' from root:root to runner:runner
2025-08-20T22:54:55.4970365Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/metrics' from root:root to runner:runner
2025-08-20T22:54:55.4971629Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/localclient/fake-client.go' from root:root to runner:runner
2025-08-20T22:54:55.4972986Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/localclient/local-client.go' from root:root to runner:runner
2025-08-20T22:54:55.4974272Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/localclient' from root:root to runner:runner
2025-08-20T22:54:55.4975638Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube' from root:root to runner:runner
2025-08-20T22:54:55.4976845Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/chirp/chirp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4978057Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/chirp/chirp.go' from root:root to runner:runner
2025-08-20T22:54:55.4979428Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/chirp' from root:root to runner:runner
2025-08-20T22:54:55.4981181Z [00:04:19.140]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gomod_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4982568Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/PATENTS' from root:root to runner:runner
2025-08-20T22:54:55.4983765Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/tsnet_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4985044Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example_tshello_test.go' from root:root to runner:runner
2025-08-20T22:54:55.4986558Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/depaware.txt' from root:root to runner:runner
2025-08-20T22:54:55.4987897Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/web-client/web-client.go' from root:root to runner:runner
2025-08-20T22:54:55.4989228Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/web-client' from root:root to runner:runner
2025-08-20T22:54:55.4990578Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tsnet-funnel/tsnet-funnel.go' from root:root to runner:runner
2025-08-20T22:54:55.4991940Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tsnet-funnel' from root:root to runner:runner
2025-08-20T22:54:55.4993337Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tshello/tshello.go' from root:root to runner:runner
2025-08-20T22:54:55.4994690Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tshello' from root:root to runner:runner
2025-08-20T22:54:55.4996184Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tsnet-http-client/tsnet-http-client.go' from root:root to runner:runner
2025-08-20T22:54:55.4997602Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tsnet-http-client' from root:root to runner:runner
2025-08-20T22:54:55.4998876Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example' from root:root to runner:runner
2025-08-20T22:54:55.5000471Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example_tsnet_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5001708Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/tsnet.go' from root:root to runner:runner
2025-08-20T22:54:55.5002955Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/packet_filter_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5004258Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet' from root:root to runner:runner
2025-08-20T22:54:55.5005705Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/packages/deb/deb.go' from root:root to runner:runner
2025-08-20T22:54:55.5006984Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/packages/deb/deb_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5008210Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/packages/deb' from root:root to runner:runner
2025-08-20T22:54:55.5009372Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/packages' from root:root to runner:runner
2025-08-20T22:54:55.5010697Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/connect.go' from root:root to runner:runner
2025-08-20T22:54:55.5012067Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/connect_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5013398Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/header.go' from root:root to runner:runner
2025-08-20T22:54:55.5014665Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording' from root:root to runner:runner
2025-08-20T22:54:55.5016025Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.toolchain.branch' from root:root to runner:runner
2025-08-20T22:54:55.5017409Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/assert_ts_toolchain_match.go' from root:root to runner:runner
2025-08-20T22:54:55.5018666Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wf/firewall.go' from root:root to runner:runner
2025-08-20T22:54:55.5019815Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wf' from root:root to runner:runner
2025-08-20T22:54:55.5020966Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5022155Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/header.txt' from root:root to runner:runner
2025-08-20T22:54:55.5023400Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/vite.config.ts' from root:root to runner:runner
2025-08-20T22:54:55.5024721Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/auth.go' from root:root to runner:runner
2025-08-20T22:54:55.5026107Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/tailwind.config.js' from root:root to runner:runner
2025-08-20T22:54:55.5027393Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/web_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5028732Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/package.json' from root:root to runner:runner
2025-08-20T22:54:55.5030220Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/tsconfig.json' from root:root to runner:runner
2025-08-20T22:54:55.5031524Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/styles.json' from root:root to runner:runner
2025-08-20T22:54:55.5032837Z [00:04:19.141]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/exit-nodes.ts' from root:root to runner:runner
2025-08-20T22:54:55.5034184Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/toaster.ts' from root:root to runner:runner
2025-08-20T22:54:55.5036037Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/auth.ts' from root:root to runner:runner
2025-08-20T22:54:55.5037442Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/ts-web-connected.ts' from root:root to runner:runner
2025-08-20T22:54:55.5038827Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/self-update.ts' from root:root to runner:runner
2025-08-20T22:54:55.5040135Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks' from root:root to runner:runner
2025-08-20T22:54:55.5041404Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/index.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5042736Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/api.ts' from root:root to runner:runner
2025-08-20T22:54:55.5044026Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/dialog.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5045565Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/button.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5046934Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/search-input.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5049049Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/collapsible.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5050847Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/portal-container-context.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5052247Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/badge.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5053548Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/card.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5054944Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/spinner.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5056446Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/loading-dots.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5057813Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/quick-copy.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5059170Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/profile-pic.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5060502Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/input.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5061892Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/toggle.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5063222Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/popover.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5064556Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/empty-state.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5065987Z [00:04:19.142]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/toaster.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5067262Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui' from root:root to runner:runner
2025-08-20T22:54:55.5068661Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/login-toggle.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5070146Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/updating-view.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5071623Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/home-view.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5073117Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/login-view.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5074690Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/device-details-view.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5076425Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/disconnected-view.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5077915Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/ssh-view.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5079405Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/subnet-router-view.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5080918Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views' from root:root to runner:runner
2025-08-20T22:54:55.5082338Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/control-components.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5083775Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/nice-ip.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5085426Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/update-available.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5086979Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/app.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5088364Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/acl-tag.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5089800Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/address-copy-card.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5091278Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/exit-node-selector.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5092659Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components' from root:root to runner:runner
2025-08-20T22:54:55.5093943Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/index.css' from root:root to runner:runner
2025-08-20T22:54:55.5095409Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/utils/util.test.ts' from root:root to runner:runner
2025-08-20T22:54:55.5096759Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/utils/clipboard.ts' from root:root to runner:runner
2025-08-20T22:54:55.5098315Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/utils/util.ts' from root:root to runner:runner
2025-08-20T22:54:55.5099619Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/utils' from root:root to runner:runner
2025-08-20T22:54:55.5100968Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/types.ts' from root:root to runner:runner
2025-08-20T22:54:55.5102435Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/x.svg' from root:root to runner:runner
2025-08-20T22:54:55.5103932Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/tailscale-logo.svg' from root:root to runner:runner
2025-08-20T22:54:55.5105605Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/clock.svg' from root:root to runner:runner
2025-08-20T22:54:55.5107047Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/arrow-right.svg' from root:root to runner:runner
2025-08-20T22:54:55.5108513Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/arrow-up-circle.svg' from root:root to runner:runner
2025-08-20T22:54:55.5109982Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/chevron-down.svg' from root:root to runner:runner
2025-08-20T22:54:55.5111513Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/tailscale-icon.svg' from root:root to runner:runner
2025-08-20T22:54:55.5113031Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/check-circle.svg' from root:root to runner:runner
2025-08-20T22:54:55.5114440Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/eye.svg' from root:root to runner:runner
2025-08-20T22:54:55.5117065Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/machine.svg' from root:root to runner:runner
2025-08-20T22:54:55.5119720Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/copy.svg' from root:root to runner:runner
2025-08-20T22:54:55.5122351Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/x-circle.svg' from root:root to runner:runner
2025-08-20T22:54:55.5124930Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/check.svg' from root:root to runner:runner
2025-08-20T22:54:55.5126880Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/plus.svg' from root:root to runner:runner
2025-08-20T22:54:55.5128274Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/search.svg' from root:root to runner:runner
2025-08-20T22:54:55.5129686Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/user.svg' from root:root to runner:runner
2025-08-20T22:54:55.5131023Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons' from root:root to runner:runner
2025-08-20T22:54:55.5132572Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/fonts/Inter.var.latin.woff2' from root:root to runner:runner
2025-08-20T22:54:55.5133958Z [00:04:19.143]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/fonts' from root:root to runner:runner
2025-08-20T22:54:55.5135469Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets' from root:root to runner:runner
2025-08-20T22:54:55.5136812Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src' from root:root to runner:runner
2025-08-20T22:54:55.5138044Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/synology.go' from root:root to runner:runner
2025-08-20T22:54:55.5139290Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/web.go' from root:root to runner:runner
2025-08-20T22:54:55.5140551Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/build/index.html' from root:root to runner:runner
2025-08-20T22:54:55.5141874Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/build' from root:root to runner:runner
2025-08-20T22:54:55.5143153Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/qnap.go' from root:root to runner:runner
2025-08-20T22:54:55.5144397Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/index.html' from root:root to runner:runner
2025-08-20T22:54:55.5145888Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/yarn.lock' from root:root to runner:runner
2025-08-20T22:54:55.5147140Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/assets.go' from root:root to runner:runner
2025-08-20T22:54:55.5148356Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web' from root:root to runner:runner
2025-08-20T22:54:55.5149624Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/startup-creator.go' from root:root to runner:runner
2025-08-20T22:54:55.5150927Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/logo.go' from root:root to runner:runner
2025-08-20T22:54:55.5152272Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/tailscale-systray.service' from root:root to runner:runner
2025-08-20T22:54:55.5153621Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/systray.go' from root:root to runner:runner
2025-08-20T22:54:55.5154865Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray' from root:root to runner:runner
2025-08-20T22:54:55.5156729Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/local/local_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5158004Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/local/local.go' from root:root to runner:runner
2025-08-20T22:54:55.5159219Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/local' from root:root to runner:runner
2025-08-20T22:54:55.5160553Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/acl.go' from root:root to runner:runner
2025-08-20T22:54:55.5161848Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailnet.go' from root:root to runner:runner
2025-08-20T22:54:55.5163247Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/localclient_aliases.go' from root:root to runner:runner
2025-08-20T22:54:55.5164875Z [00:04:19.144]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailscale_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5166908Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/example/servetls/servetls.go' from root:root to runner:runner
2025-08-20T22:54:55.5168494Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/example/servetls' from root:root to runner:runner
2025-08-20T22:54:55.5169825Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/example' from root:root to runner:runner
2025-08-20T22:54:55.5171156Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/required_version.go' from root:root to runner:runner
2025-08-20T22:54:55.5172494Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/routes.go' from root:root to runner:runner
2025-08-20T22:54:55.5173790Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/dns.go' from root:root to runner:runner
2025-08-20T22:54:55.5175092Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailscale.go' from root:root to runner:runner
2025-08-20T22:54:55.5176745Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/keys.go' from root:root to runner:runner
2025-08-20T22:54:55.5178079Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype/apitype.go' from root:root to runner:runner
2025-08-20T22:54:55.5179471Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype/controltype.go' from root:root to runner:runner
2025-08-20T22:54:55.5180821Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype' from root:root to runner:runner
2025-08-20T22:54:55.5182204Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/devices.go' from root:root to runner:runner
2025-08-20T22:54:55.5183458Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale' from root:root to runner:runner
2025-08-20T22:54:55.5184628Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client' from root:root to runner:runner
2025-08-20T22:54:55.5186200Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/bird/tailscale_bird.conf' from root:root to runner:runner
2025-08-20T22:54:55.5187510Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/bird/sample_bird.conf' from root:root to runner:runner
2025-08-20T22:54:55.5189039Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/bird' from root:root to runner:runner
2025-08-20T22:54:55.5190623Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/subnet.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5191867Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/proxy.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5193246Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5194477Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/role.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5196007Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/sa.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5197283Z [00:04:19.145]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/rolebinding.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5198561Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/sidecar.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5199818Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/Makefile' from root:root to runner:runner
2025-08-20T22:54:55.5201108Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/userspace-sidecar.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5202458Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/operator-architecture.md' from root:root to runner:runner
2025-08-20T22:54:55.5203702Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s' from root:root to runner:runner
2025-08-20T22:54:55.5204921Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/commit-messages.md' from root:root to runner:runner
2025-08-20T22:54:55.5206473Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/windows/policy/tailscale.admx' from root:root to runner:runner
2025-08-20T22:54:55.5208165Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/windows/policy/en-US/tailscale.adml' from root:root to runner:runner
2025-08-20T22:54:55.5209538Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/windows/policy/en-US' from root:root to runner:runner
2025-08-20T22:54:55.5210816Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/windows/policy' from root:root to runner:runner
2025-08-20T22:54:55.5212126Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/windows' from root:root to runner:runner
2025-08-20T22:54:55.5213381Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/webhooks/example.go' from root:root to runner:runner
2025-08-20T22:54:55.5214644Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/webhooks' from root:root to runner:runner
2025-08-20T22:54:55.5216151Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/sysv/tailscale.init' from root:root to runner:runner
2025-08-20T22:54:55.5217371Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/sysv' from root:root to runner:runner
2025-08-20T22:54:55.5219242Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T22:54:55.5221512Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/omit/aws_omit.go' from root:root to runner:runner
2025-08-20T22:54:55.5223831Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/omit/omit.go' from root:root to runner:runner
2025-08-20T22:54:55.5225720Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/omit/aws_def.go' from root:root to runner:runner
2025-08-20T22:54:55.5226903Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/omit' from root:root to runner:runner
2025-08-20T22:54:55.5228161Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/sockstatlog/logger_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5229475Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/sockstatlog/logger.go' from root:root to runner:runner
2025-08-20T22:54:55.5230749Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/sockstatlog' from root:root to runner:runner
2025-08-20T22:54:55.5232021Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/filelogger/log_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5233307Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/filelogger/log.go' from root:root to runner:runner
2025-08-20T22:54:55.5234539Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/filelogger' from root:root to runner:runner
2025-08-20T22:54:55.5235937Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log' from root:root to runner:runner
2025-08-20T22:54:55.5237073Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/shell.nix' from root:root to runner:runner
2025-08-20T22:54:55.5238382Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_connector.go' from root:root to runner:runner
2025-08-20T22:54:55.5239859Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.5241266Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_proxyclass.go' from root:root to runner:runner
2025-08-20T22:54:55.5242705Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_proxygroup.go' from root:root to runner:runner
2025-08-20T22:54:55.5244146Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_tsdnsconfig.go' from root:root to runner:runner
2025-08-20T22:54:55.5245761Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_recorder.go' from root:root to runner:runner
2025-08-20T22:54:55.5247229Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/register.go' from root:root to runner:runner
2025-08-20T22:54:55.5248672Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/zz_generated.deepcopy.go' from root:root to runner:runner
2025-08-20T22:54:55.5250053Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1' from root:root to runner:runner
2025-08-20T22:54:55.5251324Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.5252583Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis' from root:root to runner:runner
2025-08-20T22:54:55.5253815Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/utils.go' from root:root to runner:runner
2025-08-20T22:54:55.5255392Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/frame_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5256857Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/frame.go' from root:root to runner:runner
2025-08-20T22:54:55.5258319Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/conn_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5260347Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/zlib-reader.go' from root:root to runner:runner
2025-08-20T22:54:55.5262038Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/conn.go' from root:root to runner:runner
2025-08-20T22:54:55.5263423Z [00:04:19.146]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy' from root:root to runner:runner
2025-08-20T22:54:55.5264922Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/fakes/fakes.go' from root:root to runner:runner
2025-08-20T22:54:55.5266466Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/fakes' from root:root to runner:runner
2025-08-20T22:54:55.5267883Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/hijacker_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5269375Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/tsrecorder/tsrecorder.go' from root:root to runner:runner
2025-08-20T22:54:55.5270842Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/tsrecorder' from root:root to runner:runner
2025-08-20T22:54:55.5272392Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/conn_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5273834Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/message.go' from root:root to runner:runner
2025-08-20T22:54:55.5275389Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/message_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5276822Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/conn.go' from root:root to runner:runner
2025-08-20T22:54:55.5278203Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws' from root:root to runner:runner
2025-08-20T22:54:55.5279585Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/hijacker.go' from root:root to runner:runner
2025-08-20T22:54:55.5280945Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording' from root:root to runner:runner
2025-08-20T22:54:55.5282272Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-proxy/proxy.go' from root:root to runner:runner
2025-08-20T22:54:55.5283603Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-proxy/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.5284947Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-proxy/proxy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5286442Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-proxy' from root:root to runner:runner
2025-08-20T22:54:55.5287717Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/conditions.go' from root:root to runner:runner
2025-08-20T22:54:55.5289038Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-docs-config.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5290431Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api.md' from root:root to runner:runner
2025-08-20T22:54:55.5291737Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/conditions_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5292983Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator' from root:root to runner:runner
2025-08-20T22:54:55.5294250Z [00:04:19.147]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/routetable/routetable.go' from root:root to runner:runner
2025-08-20T22:54:55.5295907Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/routetable' from root:root to runner:runner
2025-08-20T22:54:55.5297229Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/doctor.go' from root:root to runner:runner
2025-08-20T22:54:55.5298523Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool_other.go' from root:root to runner:runner
2025-08-20T22:54:55.5299835Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool.go' from root:root to runner:runner
2025-08-20T22:54:55.5301151Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5302432Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool' from root:root to runner:runner
2025-08-20T22:54:55.5303659Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/doctor_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5304998Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_other.go' from root:root to runner:runner
2025-08-20T22:54:55.5306525Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5307921Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions.go' from root:root to runner:runner
2025-08-20T22:54:55.5309304Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_bsd.go' from root:root to runner:runner
2025-08-20T22:54:55.5310780Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5312096Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions' from root:root to runner:runner
2025-08-20T22:54:55.5313280Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor' from root:root to runner:runner
2025-08-20T22:54:55.5314539Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg.go' from root:root to runner:runner
2025-08-20T22:54:55.5315898Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5317136Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tka.go' from root:root to runner:runner
2025-08-20T22:54:55.5318371Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_view.go' from root:root to runner:runner
2025-08-20T22:54:55.5319643Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.5321016Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/derpmap.go' from root:root to runner:runner
2025-08-20T22:54:55.5322263Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/c2ntypes.go' from root:root to runner:runner
2025-08-20T22:54:55.5323532Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/proto_port_range.go' from root:root to runner:runner
2025-08-20T22:54:55.5324849Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/proto_port_range_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5326202Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg' from root:root to runner:runner
2025-08-20T22:54:55.5327376Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/build_dist.sh' from root:root to runner:runner
2025-08-20T22:54:55.5329408Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.5330841Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_downloads.go' from root:root to runner:runner
2025-08-20T22:54:55.5332217Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5333576Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate.go' from root:root to runner:runner
2025-08-20T22:54:55.5335031Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/distsign_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5336669Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5338035Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/distsign.go' from root:root to runner:runner
2025-08-20T22:54:55.5339561Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots/crawshaw-root.pem' from root:root to runner:runner
2025-08-20T22:54:55.5341104Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots/distsign-prod-root-1-pub.pem' from root:root to runner:runner
2025-08-20T22:54:55.5342551Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots' from root:root to runner:runner
2025-08-20T22:54:55.5343878Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots.go' from root:root to runner:runner
2025-08-20T22:54:55.5345296Z [00:04:19.148]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign' from root:root to runner:runner
2025-08-20T22:54:55.5346774Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.5348211Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_not_downloads.go' from root:root to runner:runner
2025-08-20T22:54:55.5349715Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-nover-path-mentioned.plg' from root:root to runner:runner
2025-08-20T22:54:55.5351207Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-nover.plg' from root:root to runner:runner
2025-08-20T22:54:55.5352664Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-1.52.0.plg' from root:root to runner:runner
2025-08-20T22:54:55.5354104Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-1.54.0.plg' from root:root to runner:runner
2025-08-20T22:54:55.5355548Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata' from root:root to runner:runner
2025-08-20T22:54:55.5356779Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate' from root:root to runner:runner
2025-08-20T22:54:55.5357984Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/Dockerfile.base' from root:root to runner:runner
2025-08-20T22:54:55.5359213Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/staticcheck.conf' from root:root to runner:runner
2025-08-20T22:54:55.5360506Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/smallzstd/zstd.go' from root:root to runner:runner
2025-08-20T22:54:55.5361744Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/smallzstd/zstd_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5362993Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/smallzstd/testdata' from root:root to runner:runner
2025-08-20T22:54:55.5364262Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/smallzstd' from root:root to runner:runner
2025-08-20T22:54:55.5365578Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc/appconnector.go' from root:root to runner:runner
2025-08-20T22:54:55.5366861Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc/appconnector_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5368151Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc/appctest/appctest.go' from root:root to runner:runner
2025-08-20T22:54:55.5369395Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc/appctest' from root:root to runner:runner
2025-08-20T22:54:55.5370673Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc' from root:root to runner:runner
2025-08-20T22:54:55.5371844Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/pkgdoc_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5373034Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/helm.rev' from root:root to runner:runner
2025-08-20T22:54:55.5374232Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/go-win.ps1' from root:root to runner:runner
2025-08-20T22:54:55.5375649Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/go.cmd' from root:root to runner:runner
2025-08-20T22:54:55.5376885Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/binaryen.rev' from root:root to runner:runner
2025-08-20T22:54:55.5378077Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/helm' from root:root to runner:runner
2025-08-20T22:54:55.5379228Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/node' from root:root to runner:runner
2025-08-20T22:54:55.5380398Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/wasm-opt' from root:root to runner:runner
2025-08-20T22:54:55.5381561Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/go' from root:root to runner:runner
2025-08-20T22:54:55.5382742Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/node.rev' from root:root to runner:runner
2025-08-20T22:54:55.5384111Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross_wrapper_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5385554Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/toolchain.go' from root:root to runner:runner
2025-08-20T22:54:55.5386822Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/env.go' from root:root to runner:runner
2025-08-20T22:54:55.5388159Z [00:04:19.149]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross.go' from root:root to runner:runner
2025-08-20T22:54:55.5389446Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/autoflags.go' from root:root to runner:runner
2025-08-20T22:54:55.5390751Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5392057Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/exec_other.go' from root:root to runner:runner
2025-08-20T22:54:55.5393340Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/env_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5394850Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross_wrapper_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5396316Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/goroot.go' from root:root to runner:runner
2025-08-20T22:54:55.5398321Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/exec_unix.go' from root:root to runner:runner
2025-08-20T22:54:55.5399646Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross-wrapper.sh' from root:root to runner:runner
2025-08-20T22:54:55.5400996Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/autoflags_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5402340Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross-wrapper.ps1' from root:root to runner:runner
2025-08-20T22:54:55.5403607Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross' from root:root to runner:runner
2025-08-20T22:54:55.5404851Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/listpkgs/listpkgs.go' from root:root to runner:runner
2025-08-20T22:54:55.5406227Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/listpkgs' from root:root to runner:runner
2025-08-20T22:54:55.5407430Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/yarn.rev' from root:root to runner:runner
2025-08-20T22:54:55.5408602Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/yarn' from root:root to runner:runner
2025-08-20T22:54:55.5409846Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool' from root:root to runner:runner
2025-08-20T22:54:55.5411051Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wglog/wglog.go' from root:root to runner:runner
2025-08-20T22:54:55.5412341Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wglog/wglog_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5413712Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wglog' from root:root to runner:runner
2025-08-20T22:54:55.5414976Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/bench_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5416543Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/trafficgen.go' from root:root to runner:runner
2025-08-20T22:54:55.5417837Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/wg.go' from root:root to runner:runner
2025-08-20T22:54:55.5419097Z [00:04:19.150]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/bench.go' from root:root to runner:runner
2025-08-20T22:54:55.5420475Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench' from root:root to runner:runner
2025-08-20T22:54:55.5421719Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/userspace.go' from root:root to runner:runner
2025-08-20T22:54:55.5422989Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/writer.go' from root:root to runner:runner
2025-08-20T22:54:55.5424290Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/wgcfg_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.5425710Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/config.go' from root:root to runner:runner
2025-08-20T22:54:55.5427024Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/device_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5428348Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/nmcfg/nmcfg.go' from root:root to runner:runner
2025-08-20T22:54:55.5429637Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/nmcfg' from root:root to runner:runner
2025-08-20T22:54:55.5430900Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/device.go' from root:root to runner:runner
2025-08-20T22:54:55.5432188Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/parser.go' from root:root to runner:runner
2025-08-20T22:54:55.5433563Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/parser_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5434817Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg' from root:root to runner:runner
2025-08-20T22:54:55.5436196Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/userspace_ext_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5437568Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/watchdog_js.go' from root:root to runner:runner
2025-08-20T22:54:55.5438866Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/tailcfg.go' from root:root to runner:runner
2025-08-20T22:54:55.5440239Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype/filtertype.go' from root:root to runner:runner
2025-08-20T22:54:55.5441691Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype/filtertype_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.5443075Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype' from root:root to runner:runner
2025-08-20T22:54:55.5444479Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filter.go' from root:root to runner:runner
2025-08-20T22:54:55.5445921Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filter_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5447231Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/match.go' from root:root to runner:runner
2025-08-20T22:54:55.5448583Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/testdata/matches-1.json' from root:root to runner:runner
2025-08-20T22:54:55.5449937Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/testdata' from root:root to runner:runner
2025-08-20T22:54:55.5451187Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter' from root:root to runner:runner
2025-08-20T22:54:55.5452442Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/watchdog_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5453728Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netlog/logger.go' from root:root to runner:runner
2025-08-20T22:54:55.5454975Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netlog' from root:root to runner:runner
2025-08-20T22:54:55.5456452Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgengine.go' from root:root to runner:runner
2025-08-20T22:54:55.5457738Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgint/wgint_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5459112Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgint/wgint.go' from root:root to runner:runner
2025-08-20T22:54:55.5460347Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgint' from root:root to runner:runner
2025-08-20T22:54:55.5461651Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.5463109Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_tracker.go' from root:root to runner:runner
2025-08-20T22:54:55.5464529Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5466361Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_tracker_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5468210Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/cloudinfo_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5469757Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_unix.go' from root:root to runner:runner
2025-08-20T22:54:55.5471206Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/discopingpurpose_string.go' from root:root to runner:runner
2025-08-20T22:54:55.5472604Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermap.go' from root:root to runner:runner
2025-08-20T22:54:55.5473967Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5475573Z [00:04:19.151]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu.go' from root:root to runner:runner
2025-08-20T22:54:55.5476938Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debugknobs.go' from root:root to runner:runner
2025-08-20T22:54:55.5478323Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.5479740Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_notplan9.go' from root:root to runner:runner
2025-08-20T22:54:55.5481093Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/derp.go' from root:root to runner:runner
2025-08-20T22:54:55.5482438Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5483907Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/blockforever_conn.go' from root:root to runner:runner
2025-08-20T22:54:55.5485395Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint.go' from root:root to runner:runner
2025-08-20T22:54:55.5486768Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/relaymanager_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5488248Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5489628Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_stubs.go' from root:root to runner:runner
2025-08-20T22:54:55.5491019Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debugknobs_stubs.go' from root:root to runner:runner
2025-08-20T22:54:55.5492392Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debughttp.go' from root:root to runner:runner
2025-08-20T22:54:55.5493741Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock.go' from root:root to runner:runner
2025-08-20T22:54:55.5495468Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/rebinding_conn.go' from root:root to runner:runner
2025-08-20T22:54:55.5496933Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5498350Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_unix_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5499732Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/cloudinfo.go' from root:root to runner:runner
2025-08-20T22:54:55.5501085Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/derp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5502515Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/relaymanager.go' from root:root to runner:runner
2025-08-20T22:54:55.5503907Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/cloudinfo_nocloud.go' from root:root to runner:runner
2025-08-20T22:54:55.5505445Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.5506934Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_plan9.go' from root:root to runner:runner
2025-08-20T22:54:55.5508323Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5509719Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5511109Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.5512483Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5513858Z [00:04:19.152]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock' from root:root to runner:runner
2025-08-20T22:54:55.5515302Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/pendopen.go' from root:root to runner:runner
2025-08-20T22:54:55.5516722Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/mem_ios.go' from root:root to runner:runner
2025-08-20T22:54:55.5518038Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/winnet/winnet_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.5519366Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/winnet/winnet.go' from root:root to runner:runner
2025-08-20T22:54:55.5520700Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/winnet' from root:root to runner:runner
2025-08-20T22:54:55.5521971Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/userspace_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5523243Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/watchdog.go' from root:root to runner:runner
2025-08-20T22:54:55.5524545Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.5526053Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5527475Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5528875Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/consolidating_router_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5530272Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_plan9.go' from root:root to runner:runner
2025-08-20T22:54:55.5531691Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/ifconfig_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.5533245Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_openbsd.go' from root:root to runner:runner
2025-08-20T22:54:55.5535688Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_android.go' from root:root to runner:runner
2025-08-20T22:54:55.5538217Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router.go' from root:root to runner:runner
2025-08-20T22:54:55.5540666Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_fake.go' from root:root to runner:runner
2025-08-20T22:54:55.5543273Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.5544846Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5546449Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_freebsd.go' from root:root to runner:runner
2025-08-20T22:54:55.5547774Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/callback.go' from root:root to runner:runner
2025-08-20T22:54:55.5549147Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/consolidating_router.go' from root:root to runner:runner
2025-08-20T22:54:55.5550636Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5552051Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/ifconfig_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5553448Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_userspace_bsd.go' from root:root to runner:runner
2025-08-20T22:54:55.5554786Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/runner.go' from root:root to runner:runner
2025-08-20T22:54:55.5556378Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5557729Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router' from root:root to runner:runner
2025-08-20T22:54:55.5559055Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_userping_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5560461Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/link_endpoint.go' from root:root to runner:runner
2025-08-20T22:54:55.5561936Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_tcpbuf_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5563318Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro_ios.go' from root:root to runner:runner
2025-08-20T22:54:55.5564668Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5566245Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5567592Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro.go' from root:root to runner:runner
2025-08-20T22:54:55.5568957Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro' from root:root to runner:runner
2025-08-20T22:54:55.5570330Z [00:04:19.153]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_userping_apple.go' from root:root to runner:runner
2025-08-20T22:54:55.5571728Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5573100Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_userping.go' from root:root to runner:runner
2025-08-20T22:54:55.5574563Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_tcpbuf_ios.go' from root:root to runner:runner
2025-08-20T22:54:55.5576143Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5577482Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack.go' from root:root to runner:runner
2025-08-20T22:54:55.5578757Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack' from root:root to runner:runner
2025-08-20T22:54:55.5579954Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine' from root:root to runner:runner
2025-08-20T22:54:55.5581150Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/prober.go' from root:root to runner:runner
2025-08-20T22:54:55.5582462Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tun_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5583702Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tun_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5584910Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tls.go' from root:root to runner:runner
2025-08-20T22:54:55.5586412Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/dns.go' from root:root to runner:runner
2025-08-20T22:54:55.5587660Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/dns_example_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5588903Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/derp.go' from root:root to runner:runner
2025-08-20T22:54:55.5590126Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tun_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.5591339Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tcp.go' from root:root to runner:runner
2025-08-20T22:54:55.5592642Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/prober_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5593876Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/status.go' from root:root to runner:runner
2025-08-20T22:54:55.5595355Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/histogram_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5596850Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tls_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5598094Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/histogram.go' from root:root to runner:runner
2025-08-20T22:54:55.5599426Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/dns_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5600665Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/derp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5601877Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/http.go' from root:root to runner:runner
2025-08-20T22:54:55.5603106Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/status.html' from root:root to runner:runner
2025-08-20T22:54:55.5604294Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober' from root:root to runner:runner
2025-08-20T22:54:55.5605982Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/flake.lock' from root:root to runner:runner
2025-08-20T22:54:55.5607599Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/words_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5608821Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/tails.txt' from root:root to runner:runner
2025-08-20T22:54:55.5610033Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/scales.txt' from root:root to runner:runner
2025-08-20T22:54:55.5611314Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/words.go' from root:root to runner:runner
2025-08-20T22:54:55.5612477Z [00:04:19.154]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words' from root:root to runner:runner
2025-08-20T22:54:55.5613691Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/scripts/kube-deepcopy.sh' from root:root to runner:runner
2025-08-20T22:54:55.5614957Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/scripts/installer.sh' from root:root to runner:runner
2025-08-20T22:54:55.5616384Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T22:54:55.5617631Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/gok' from root:root to runner:runner
2025-08-20T22:54:55.5618840Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.5620069Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5621297Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tidy-deps.go' from root:root to runner:runner
2025-08-20T22:54:55.5622566Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/usr-dir.tar' from root:root to runner:runner
2025-08-20T22:54:55.5623916Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5625534Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/tailscale.com/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5627001Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/tailscale.com/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5628436Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/tailscale.com' from root:root to runner:runner
2025-08-20T22:54:55.5629944Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/breakglass/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5631532Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/breakglass/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5633150Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/breakglass' from root:root to runner:runner
2025-08-20T22:54:55.5634711Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/ntp/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5636674Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/ntp/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5638249Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/ntp' from root:root to runner:runner
2025-08-20T22:54:55.5639840Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5641453Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5643129Z [00:04:19.155]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp' from root:root to runner:runner
2025-08-20T22:54:55.5644668Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd' from root:root to runner:runner
2025-08-20T22:54:55.5646321Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5647857Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5649436Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy' from root:root to runner:runner
2025-08-20T22:54:55.5650964Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/rpi-eeprom/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5652522Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/rpi-eeprom/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5654045Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/rpi-eeprom' from root:root to runner:runner
2025-08-20T22:54:55.5655708Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/serial-busybox/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5657307Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/serial-busybox/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5658960Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/serial-busybox' from root:root to runner:runner
2025-08-20T22:54:55.5660440Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy' from root:root to runner:runner
2025-08-20T22:54:55.5662031Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/tailscale/gokrazy-kernel/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5663639Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/tailscale/gokrazy-kernel/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5665433Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/tailscale/gokrazy-kernel' from root:root to runner:runner
2025-08-20T22:54:55.5666981Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/tailscale' from root:root to runner:runner
2025-08-20T22:54:55.5668464Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com' from root:root to runner:runner
2025-08-20T22:54:55.5669792Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir' from root:root to runner:runner
2025-08-20T22:54:55.5671079Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/config.json' from root:root to runner:runner
2025-08-20T22:54:55.5672324Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp' from root:root to runner:runner
2025-08-20T22:54:55.5673532Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/Makefile' from root:root to runner:runner
2025-08-20T22:54:55.5675708Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5676966Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/UTM.md' from root:root to runner:runner
2025-08-20T22:54:55.5678251Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/usr-dir.tar' from root:root to runner:runner
2025-08-20T22:54:55.5679589Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5680991Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/tailscale.com/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5682489Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/tailscale.com/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5684014Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/tailscale.com' from root:root to runner:runner
2025-08-20T22:54:55.5686040Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5687754Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5689496Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp' from root:root to runner:runner
2025-08-20T22:54:55.5691083Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/cmd' from root:root to runner:runner
2025-08-20T22:54:55.5692653Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5694225Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5696157Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy' from root:root to runner:runner
2025-08-20T22:54:55.5697774Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/serial-busybox/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5699419Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/serial-busybox/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5701024Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/serial-busybox' from root:root to runner:runner
2025-08-20T22:54:55.5702610Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy' from root:root to runner:runner
2025-08-20T22:54:55.5704185Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/tailscale/gokrazy-kernel/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5706077Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/tailscale/gokrazy-kernel/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5707723Z [00:04:19.156]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/tailscale/gokrazy-kernel' from root:root to runner:runner
2025-08-20T22:54:55.5709269Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/tailscale' from root:root to runner:runner
2025-08-20T22:54:55.5710789Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com' from root:root to runner:runner
2025-08-20T22:54:55.5712138Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir' from root:root to runner:runner
2025-08-20T22:54:55.5713448Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/config.json' from root:root to runner:runner
2025-08-20T22:54:55.5714800Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp' from root:root to runner:runner
2025-08-20T22:54:55.5716136Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5717434Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/usr-dir.tar' from root:root to runner:runner
2025-08-20T22:54:55.5718805Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5720318Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/tailscale.com/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5721845Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/tailscale.com/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5723338Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/tailscale.com' from root:root to runner:runner
2025-08-20T22:54:55.5724910Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/kernel.arm64/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5726693Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/kernel.arm64/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5728380Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/kernel.arm64' from root:root to runner:runner
2025-08-20T22:54:55.5730042Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5731737Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5733404Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/cmd/dhcp' from root:root to runner:runner
2025-08-20T22:54:55.5735015Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/cmd' from root:root to runner:runner
2025-08-20T22:54:55.5736048Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5736881Z [00:04:19.157]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5737767Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy' from root:root to runner:runner
2025-08-20T22:54:55.5738638Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/serial-busybox/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5739505Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/serial-busybox/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5740345Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/serial-busybox' from root:root to runner:runner
2025-08-20T22:54:55.5741187Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy' from root:root to runner:runner
2025-08-20T22:54:55.5742330Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/tailscale/gokrazy-kernel/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.5743661Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/tailscale/gokrazy-kernel/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.5744526Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/tailscale/gokrazy-kernel' from root:root to runner:runner
2025-08-20T22:54:55.5745634Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/tailscale' from root:root to runner:runner
2025-08-20T22:54:55.5746410Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com' from root:root to runner:runner
2025-08-20T22:54:55.5747124Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir' from root:root to runner:runner
2025-08-20T22:54:55.5747840Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/config.json' from root:root to runner:runner
2025-08-20T22:54:55.5748515Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64' from root:root to runner:runner
2025-08-20T22:54:55.5749150Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/build.go' from root:root to runner:runner
2025-08-20T22:54:55.5749811Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy' from root:root to runner:runner
2025-08-20T22:54:55.5750394Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/AUTHORS' from root:root to runner:runner
2025-08-20T22:54:55.5751033Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/tsweb_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5751749Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/varz/varz_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5752389Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/varz/varz.go' from root:root to runner:runner
2025-08-20T22:54:55.5752997Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/varz' from root:root to runner:runner
2025-08-20T22:54:55.5753627Z [00:04:19.158]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/request_id.go' from root:root to runner:runner
2025-08-20T22:54:55.5754244Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/debug.go' from root:root to runner:runner
2025-08-20T22:54:55.5754934Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/pprof_js.go' from root:root to runner:runner
2025-08-20T22:54:55.5755703Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/pprof_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5756376Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/promvarz/promvarz.go' from root:root to runner:runner
2025-08-20T22:54:55.5757070Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/promvarz/promvarz_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5757693Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/promvarz' from root:root to runner:runner
2025-08-20T22:54:55.5758398Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/debug_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5759013Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/log.go' from root:root to runner:runner
2025-08-20T22:54:55.5759627Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/tsweb.go' from root:root to runner:runner
2025-08-20T22:54:55.5760213Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb' from root:root to runner:runner
2025-08-20T22:54:55.5760905Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/accept_env_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5761567Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/accept_env.go' from root:root to runner:runner
2025-08-20T22:54:55.5762309Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5762952Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/user.go' from root:root to runner:runner
2025-08-20T22:54:55.5763674Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/testcontainers/Dockerfile' from root:root to runner:runner
2025-08-20T22:54:55.5764411Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/testcontainers' from root:root to runner:runner
2025-08-20T22:54:55.5765331Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/tailssh_integration_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5766118Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/tailssh.go' from root:root to runner:runner
2025-08-20T22:54:55.5766800Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator.go' from root:root to runner:runner
2025-08-20T22:54:55.5767556Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/privs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5768263Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator_plan9.go' from root:root to runner:runner
2025-08-20T22:54:55.5768937Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/tailssh_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5769545Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh' from root:root to runner:runner
2025-08-20T22:54:55.5770118Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh' from root:root to runner:runner
2025-08-20T22:54:55.5770964Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-test-server/proxy-test-server.go' from root:root to runner:runner
2025-08-20T22:54:55.5771657Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-test-server' from root:root to runner:runner
2025-08-20T22:54:55.5772359Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/checkmetrics/checkmetrics.go' from root:root to runner:runner
2025-08-20T22:54:55.5772984Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/checkmetrics' from root:root to runner:runner
2025-08-20T22:54:55.5773626Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/cloner.go' from root:root to runner:runner
2025-08-20T22:54:55.5774351Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/clonerex/clonerex_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.5775216Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/clonerex/clonerex.go' from root:root to runner:runner
2025-08-20T22:54:55.5775865Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/clonerex' from root:root to runner:runner
2025-08-20T22:54:55.5776525Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/cloner_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5777205Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner' from root:root to runner:runner
2025-08-20T22:54:55.5777862Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.5778525Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5779221Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/tailwind.config.js' from root:root to runner:runner
2025-08-20T22:54:55.5779889Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/package.json' from root:root to runner:runner
2025-08-20T22:54:55.5780684Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/tsconfig.json' from root:root to runner:runner
2025-08-20T22:54:55.5781381Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/package.json.tmpl' from root:root to runner:runner
2025-08-20T22:54:55.5782074Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/header.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5782785Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/url-display.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5783533Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/go-panic-display.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5784215Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/app.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5784912Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/index.ts' from root:root to runner:runner
2025-08-20T22:54:55.5785835Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/index.css' from root:root to runner:runner
2025-08-20T22:54:55.5786524Z [00:04:19.159]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/ssh.tsx' from root:root to runner:runner
2025-08-20T22:54:55.5787187Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app' from root:root to runner:runner
2025-08-20T22:54:55.5787979Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/types/esbuild.d.ts' from root:root to runner:runner
2025-08-20T22:54:55.5788691Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/types/wasm_js.d.ts' from root:root to runner:runner
2025-08-20T22:54:55.5789344Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/types' from root:root to runner:runner
2025-08-20T22:54:55.5790136Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/lib/js-state-store.ts' from root:root to runner:runner
2025-08-20T22:54:55.5790821Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/lib/ssh.ts' from root:root to runner:runner
2025-08-20T22:54:55.5791477Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/lib' from root:root to runner:runner
2025-08-20T22:54:55.5792165Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/pkg/pkg.ts' from root:root to runner:runner
2025-08-20T22:54:55.5792841Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/pkg/pkg.css' from root:root to runner:runner
2025-08-20T22:54:55.5793607Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/pkg' from root:root to runner:runner
2025-08-20T22:54:55.5794242Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src' from root:root to runner:runner
2025-08-20T22:54:55.5794936Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/common.go' from root:root to runner:runner
2025-08-20T22:54:55.5795740Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/README.pkg.md' from root:root to runner:runner
2025-08-20T22:54:55.5796444Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/dist/placeholder' from root:root to runner:runner
2025-08-20T22:54:55.5797081Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/dist' from root:root to runner:runner
2025-08-20T22:54:55.5797756Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/tsconnect.go' from root:root to runner:runner
2025-08-20T22:54:55.5798437Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/wasm/wasm_js.go' from root:root to runner:runner
2025-08-20T22:54:55.5799068Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/wasm' from root:root to runner:runner
2025-08-20T22:54:55.5799721Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/dev.go' from root:root to runner:runner
2025-08-20T22:54:55.5800459Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/build-pkg.go' from root:root to runner:runner
2025-08-20T22:54:55.5801109Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/serve.go' from root:root to runner:runner
2025-08-20T22:54:55.5801760Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/index.html' from root:root to runner:runner
2025-08-20T22:54:55.5802481Z [00:04:19.160]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/yarn.lock' from root:root to runner:runner
2025-08-20T22:54:55.5803130Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/build.go' from root:root to runner:runner
2025-08-20T22:54:55.5803793Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/dev-pkg.go' from root:root to runner:runner
2025-08-20T22:54:55.5804408Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect' from root:root to runner:runner
2025-08-20T22:54:55.5805060Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/vnet/run-krazy.sh' from root:root to runner:runner
2025-08-20T22:54:55.5806415Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/vnet/vnet-main.go' from root:root to runner:runner
2025-08-20T22:54:55.5807034Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/vnet' from root:root to runner:runner
2025-08-20T22:54:55.5807705Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/printdep/printdep.go' from root:root to runner:runner
2025-08-20T22:54:55.5808312Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/printdep' from root:root to runner:runner
2025-08-20T22:54:55.5808958Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nardump/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5809629Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nardump/nardump.go' from root:root to runner:runner
2025-08-20T22:54:55.5810902Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nardump/nardump_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5811613Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nardump' from root:root to runner:runner
2025-08-20T22:54:55.5812347Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/build-webclient/build-webclient.go' from root:root to runner:runner
2025-08-20T22:54:55.5812996Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/build-webclient' from root:root to runner:runner
2025-08-20T22:54:55.5813615Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tta/tta.go' from root:root to runner:runner
2025-08-20T22:54:55.5814338Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tta/fw_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5814922Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tta' from root:root to runner:runner
2025-08-20T22:54:55.5815740Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5816486Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/github.go' from root:root to runner:runner
2025-08-20T22:54:55.5817147Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/aws.go' from root:root to runner:runner
2025-08-20T22:54:55.5817854Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/connector-gen.go' from root:root to runner:runner
2025-08-20T22:54:55.5818570Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/advertise-routes.go' from root:root to runner:runner
2025-08-20T22:54:55.5819206Z [00:04:19.161]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen' from root:root to runner:runner
2025-08-20T22:54:55.5819951Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/hello/hello.go' from root:root to runner:runner
2025-08-20T22:54:55.5820626Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/hello/hello.tmpl.html' from root:root to runner:runner
2025-08-20T22:54:55.5821453Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/hello' from root:root to runner:runner
2025-08-20T22:54:55.5822295Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/mkdeb.sh' from root:root to runner:runner
2025-08-20T22:54:55.5822964Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.5823632Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5824316Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/deb/postinst.sh' from root:root to runner:runner
2025-08-20T22:54:55.5824983Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/deb/prerm.sh' from root:root to runner:runner
2025-08-20T22:54:55.5825883Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/deb/postrm.sh' from root:root to runner:runner
2025-08-20T22:54:55.5826538Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/deb' from root:root to runner:runner
2025-08-20T22:54:55.5827225Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/rpm/postinst.sh' from root:root to runner:runner
2025-08-20T22:54:55.5827986Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/rpm/prerm.sh' from root:root to runner:runner
2025-08-20T22:54:55.5828658Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/rpm/postrm.sh' from root:root to runner:runner
2025-08-20T22:54:55.5829285Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/rpm' from root:root to runner:runner
2025-08-20T22:54:55.5830097Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/tailscale.nginx-auth.socket' from root:root to runner:runner
2025-08-20T22:54:55.5830766Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/nginx-auth.go' from root:root to runner:runner
2025-08-20T22:54:55.5831512Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/tailscale.nginx-auth.service' from root:root to runner:runner
2025-08-20T22:54:55.5832124Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth' from root:root to runner:runner
2025-08-20T22:54:55.5832912Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkversion/mkversion.go' from root:root to runner:runner
2025-08-20T22:54:55.5833528Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkversion' from root:root to runner:runner
2025-08-20T22:54:55.5834174Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/addlicense/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5834789Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/addlicense' from root:root to runner:runner
2025-08-20T22:54:55.5835643Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/ssh-auth-none-demo/ssh-auth-none-demo.go' from root:root to runner:runner
2025-08-20T22:54:55.5836306Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/ssh-auth-none-demo' from root:root to runner:runner
2025-08-20T22:54:55.5836974Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunstamp/stunstamp.go' from root:root to runner:runner
2025-08-20T22:54:55.5837678Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunstamp/stunstamp_default.go' from root:root to runner:runner
2025-08-20T22:54:55.5838370Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunstamp/stunstamp_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.5838992Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunstamp' from root:root to runner:runner
2025-08-20T22:54:55.5839686Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-nameserver/main_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5840415Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-nameserver/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5841045Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-nameserver' from root:root to runner:runner
2025-08-20T22:54:55.5841734Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/forwarding.go' from root:root to runner:runner
2025-08-20T22:54:55.5842521Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/ingressservices.go' from root:root to runner:runner
2025-08-20T22:54:55.5843214Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/kube_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5843950Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/egressservices_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5844631Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/settings.go' from root:root to runner:runner
2025-08-20T22:54:55.5845486Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/main_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5846302Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/ingressservices_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5846974Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/kube.go' from root:root to runner:runner
2025-08-20T22:54:55.5847680Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/serve_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5848374Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/tailscaled.go' from root:root to runner:runner
2025-08-20T22:54:55.5849099Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/test_tailscaled.sh' from root:root to runner:runner
2025-08-20T22:54:55.5849806Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/test_tailscale.sh' from root:root to runner:runner
2025-08-20T22:54:55.5850478Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/serve.go' from root:root to runner:runner
2025-08-20T22:54:55.5851138Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5851850Z [00:04:19.162]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/settings_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5852569Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/egressservices.go' from root:root to runner:runner
2025-08-20T22:54:55.5853269Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot' from root:root to runner:runner
2025-08-20T22:54:55.5853952Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derpprobe/derpprobe.go' from root:root to runner:runner
2025-08-20T22:54:55.5862087Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derpprobe' from root:root to runner:runner
2025-08-20T22:54:55.5862988Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/systray/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5863676Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/systray/systray.go' from root:root to runner:runner
2025-08-20T22:54:55.5864298Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/systray' from root:root to runner:runner
2025-08-20T22:54:55.5865005Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-eps_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5866181Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/api-server-proxy-pg_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5866957Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/svc-for-pg_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5867707Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nodeport-service-ports.go' from root:root to runner:runner
2025-08-20T22:54:55.5868403Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/connector_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5869104Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/e2e/ingress_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5869808Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/e2e/main_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5870503Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/e2e/proxy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5871143Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/e2e' from root:root to runner:runner
2025-08-20T22:54:55.5871912Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services-readiness_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5872683Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nodeport-services-ports_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5873330Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/sts.go' from root:root to runner:runner
2025-08-20T22:54:55.5874105Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5874788Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxygroup.go' from root:root to runner:runner
2025-08-20T22:54:55.5875622Z [00:04:19.163]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5876388Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/depaware.txt' from root:root to runner:runner
2025-08-20T22:54:55.5877146Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/connector.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5877925Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/proxyclass.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5878701Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/dnsconfig.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5879623Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/recorder.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5880941Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/proxygroup.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5881842Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples' from root:root to runner:runner
2025-08-20T22:54:55.5882550Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5883312Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/proxy.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5884072Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/operator.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5884856Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/cm.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5885757Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/sa.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5886553Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/svc.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5887360Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/deploy.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5888203Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver' from root:root to runner:runner
2025-08-20T22:54:55.5888983Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/authproxy-rbac.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5889855Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/templates/03-secret.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5890675Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/templates/02-namespace.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5891487Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/templates/01-header.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5892227Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/templates' from root:root to runner:runner
2025-08-20T22:54:55.5893089Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/userspace-proxy.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5893855Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests' from root:root to runner:runner
2025-08-20T22:54:55.5894662Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_connectors.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5895621Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_proxyclasses.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5896419Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_dnsconfigs.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5897236Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_proxygroups.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5898028Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_recorders.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5898704Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds' from root:root to runner:runner
2025-08-20T22:54:55.5899438Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/values.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5900172Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/.helmignore' from root:root to runner:runner
2025-08-20T22:54:55.5900981Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/Chart.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5901822Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/apiserverproxy-rbac.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5902722Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/oauth-secret.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5903609Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/operator-rbac.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5904411Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/deployment.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5905407Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/proxy-rbac.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5906197Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/NOTES.txt' from root:root to runner:runner
2025-08-20T22:54:55.5907136Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/ingressclass.yaml' from root:root to runner:runner
2025-08-20T22:54:55.5907861Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates' from root:root to runner:runner
2025-08-20T22:54:55.5908537Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart' from root:root to runner:runner
2025-08-20T22:54:55.5909207Z [00:04:19.164]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy' from root:root to runner:runner
2025-08-20T22:54:55.5909929Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/generate/main_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5910621Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/generate/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5911279Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/generate' from root:root to runner:runner
2025-08-20T22:54:55.5911951Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/operator.go' from root:root to runner:runner
2025-08-20T22:54:55.5912626Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nameserver.go' from root:root to runner:runner
2025-08-20T22:54:55.5913311Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/sts_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5914247Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services.go' from root:root to runner:runner
2025-08-20T22:54:55.5914938Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder.go' from root:root to runner:runner
2025-08-20T22:54:55.5915720Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/svc-for-pg.go' from root:root to runner:runner
2025-08-20T22:54:55.5916516Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nameserver_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5917246Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress-for-pg_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5917973Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder_specs.go' from root:root to runner:runner
2025-08-20T22:54:55.5918703Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder_specs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5919400Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxygroup_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5920262Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-pod-readiness_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5920956Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5921660Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxyclass_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5922359Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/api-server-proxy.go' from root:root to runner:runner
2025-08-20T22:54:55.5923091Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/metrics_resources.go' from root:root to runner:runner
2025-08-20T22:54:55.5923814Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-pod-readiness.go' from root:root to runner:runner
2025-08-20T22:54:55.5924514Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/dnsrecords_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5925337Z [00:04:19.165]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/api-server-proxy-pg.go' from root:root to runner:runner
2025-08-20T22:54:55.5926039Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress-for-pg.go' from root:root to runner:runner
2025-08-20T22:54:55.5926711Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress.go' from root:root to runner:runner
2025-08-20T22:54:55.5927455Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/svc.go' from root:root to runner:runner
2025-08-20T22:54:55.5928153Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/dnsrecords.go' from root:root to runner:runner
2025-08-20T22:54:55.5928841Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/testutils_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5929622Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxygroup_specs.go' from root:root to runner:runner
2025-08-20T22:54:55.5930303Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-eps.go' from root:root to runner:runner
2025-08-20T22:54:55.5930982Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxyclass.go' from root:root to runner:runner
2025-08-20T22:54:55.5931733Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services-readiness.go' from root:root to runner:runner
2025-08-20T22:54:55.5932527Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/operator_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5933201Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsclient.go' from root:root to runner:runner
2025-08-20T22:54:55.5933875Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/connector.go' from root:root to runner:runner
2025-08-20T22:54:55.5934502Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator' from root:root to runner:runner
2025-08-20T22:54:55.5935247Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/pgproxy/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5935923Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/pgproxy/pgproxy.go' from root:root to runner:runner
2025-08-20T22:54:55.5936530Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/pgproxy' from root:root to runner:runner
2025-08-20T22:54:55.5937248Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/internal/config/config.go' from root:root to runner:runner
2025-08-20T22:54:55.5937990Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/internal/config/config_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5938668Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/internal/config' from root:root to runner:runner
2025-08-20T22:54:55.5939321Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/internal' from root:root to runner:runner
2025-08-20T22:54:55.5940062Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/k8s-proxy.go' from root:root to runner:runner
2025-08-20T22:54:55.5940675Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy' from root:root to runner:runner
2025-08-20T22:54:55.5941368Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.openrc' from root:root to runner:runner
2025-08-20T22:54:55.5942166Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.5942834Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/proxy.go' from root:root to runner:runner
2025-08-20T22:54:55.5943630Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaledhooks/tailscaledhooks.go' from root:root to runner:runner
2025-08-20T22:54:55.5944323Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaledhooks' from root:root to runner:runner
2025-08-20T22:54:55.5945281Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/manifest_windows_amd64.syso' from root:root to runner:runner
2025-08-20T22:54:55.5946138Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/depaware.txt' from root:root to runner:runner
2025-08-20T22:54:55.5946833Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/with_cli.go' from root:root to runner:runner
2025-08-20T22:54:55.5947530Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/deps_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5948202Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/sigpipe.go' from root:root to runner:runner
2025-08-20T22:54:55.5948926Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/install_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.5950175Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/debug.go' from root:root to runner:runner
2025-08-20T22:54:55.5951008Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/install_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.5951730Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/required_version.go' from root:root to runner:runner
2025-08-20T22:54:55.5952469Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/manifest_windows_386.syso' from root:root to runner:runner
2025-08-20T22:54:55.5953152Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/generate.go' from root:root to runner:runner
2025-08-20T22:54:55.5953947Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5954664Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.5955500Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.defaults' from root:root to runner:runner
2025-08-20T22:54:55.5956278Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_bird.go' from root:root to runner:runner
2025-08-20T22:54:55.5957016Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/manifest_windows_arm64.syso' from root:root to runner:runner
2025-08-20T22:54:55.5957734Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/windows-manifest.xml' from root:root to runner:runner
2025-08-20T22:54:55.5958421Z [00:04:19.166]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.go' from root:root to runner:runner
2025-08-20T22:54:55.5959399Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.service' from root:root to runner:runner
2025-08-20T22:54:55.5960127Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/childproc/childproc.go' from root:root to runner:runner
2025-08-20T22:54:55.5960791Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/childproc' from root:root to runner:runner
2025-08-20T22:54:55.5961439Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/ssh.go' from root:root to runner:runner
2025-08-20T22:54:55.5962054Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled' from root:root to runner:runner
2025-08-20T22:54:55.5962732Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/get-authkey/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.5963392Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/get-authkey/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5964011Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/get-authkey' from root:root to runner:runner
2025-08-20T22:54:55.5964638Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/dist/dist.go' from root:root to runner:runner
2025-08-20T22:54:55.5965344Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/dist' from root:root to runner:runner
2025-08-20T22:54:55.5965976Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/natc.go' from root:root to runner:runner
2025-08-20T22:54:55.5966692Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/natc_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5967365Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ipx_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5968026Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ippool.go' from root:root to runner:runner
2025-08-20T22:54:55.5968801Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/consensusippool.go' from root:root to runner:runner
2025-08-20T22:54:55.5969527Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/consensusippool_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5970293Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/consensusippoolserialize.go' from root:root to runner:runner
2025-08-20T22:54:55.5970980Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ippool_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5971630Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ipx.go' from root:root to runner:runner
2025-08-20T22:54:55.5972367Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool' from root:root to runner:runner
2025-08-20T22:54:55.5972962Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc' from root:root to runner:runner
2025-08-20T22:54:55.5973606Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/netlogfmt/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5974212Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/netlogfmt' from root:root to runner:runner
2025-08-20T22:54:55.5974911Z [00:04:19.167]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tl-longchain/tl-longchain.go' from root:root to runner:runner
2025-08-20T22:54:55.5975641Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tl-longchain' from root:root to runner:runner
2025-08-20T22:54:55.5976338Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testcontrol/testcontrol.go' from root:root to runner:runner
2025-08-20T22:54:55.5976960Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testcontrol' from root:root to runner:runner
2025-08-20T22:54:55.5977624Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sync-containers/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5978276Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sync-containers' from root:root to runner:runner
2025-08-20T22:54:55.5979015Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.5979683Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/cache.go' from root:root to runner:runner
2025-08-20T22:54:55.5980345Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5981168Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/gitops-pusher_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5981868Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/gitops-pusher.go' from root:root to runner:runner
2025-08-20T22:54:55.5982510Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher' from root:root to runner:runner
2025-08-20T22:54:55.5983161Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stund/depaware.txt' from root:root to runner:runner
2025-08-20T22:54:55.5983787Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stund/stund.go' from root:root to runner:runner
2025-08-20T22:54:55.5984496Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stund' from root:root to runner:runner
2025-08-20T22:54:55.5985310Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkpkg/main.go' from root:root to runner:runner
2025-08-20T22:54:55.5985983Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkpkg' from root:root to runner:runner
2025-08-20T22:54:55.5986642Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/args.go' from root:root to runner:runner
2025-08-20T22:54:55.5987320Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/args_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5988045Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/testwrapper_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5988740Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/testwrapper.go' from root:root to runner:runner
2025-08-20T22:54:55.5989468Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/flakytest/flakytest.go' from root:root to runner:runner
2025-08-20T22:54:55.5990211Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/flakytest/flakytest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5990905Z [00:04:19.168]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/flakytest' from root:root to runner:runner
2025-08-20T22:54:55.5991531Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper' from root:root to runner:runner
2025-08-20T22:54:55.5992569Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-to-grafana/proxy-to-grafana_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5993318Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-to-grafana/proxy-to-grafana.go' from root:root to runner:runner
2025-08-20T22:54:55.5993963Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-to-grafana' from root:root to runner:runner
2025-08-20T22:54:55.5994691Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsshd/tsshd.go' from root:root to runner:runner
2025-08-20T22:54:55.5995452Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsshd' from root:root to runner:runner
2025-08-20T22:54:55.5996134Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/speedtest/speedtest.go' from root:root to runner:runner
2025-08-20T22:54:55.5996744Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/speedtest' from root:root to runner:runner
2025-08-20T22:54:55.5997480Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/cert_test.go' from root:root to runner:runner
2025-08-20T22:54:55.5998190Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/README.md' from root:root to runner:runner
2025-08-20T22:54:55.5998875Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/depaware.txt' from root:root to runner:runner
2025-08-20T22:54:55.5999516Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/mesh.go' from root:root to runner:runner
2025-08-20T22:54:55.6000155Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/cert.go' from root:root to runner:runner
2025-08-20T22:54:55.6000837Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/derper_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6001497Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/websocket.go' from root:root to runner:runner
2025-08-20T22:54:55.6002192Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/bootstrap_dns_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6002837Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/derper.go' from root:root to runner:runner
2025-08-20T22:54:55.6003514Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/bootstrap_dns.go' from root:root to runner:runner
2025-08-20T22:54:55.6004189Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper' from root:root to runner:runner
2025-08-20T22:54:55.6004897Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkmanifest/main.go' from root:root to runner:runner
2025-08-20T22:54:55.6005624Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkmanifest' from root:root to runner:runner
2025-08-20T22:54:55.6006263Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunc/stunc.go' from root:root to runner:runner
2025-08-20T22:54:55.6006858Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunc' from root:root to runner:runner
2025-08-20T22:54:55.6007590Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/viewer_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6008279Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/tests/tests_view.go' from root:root to runner:runner
2025-08-20T22:54:55.6008970Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/tests/tests_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6009633Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/tests/tests.go' from root:root to runner:runner
2025-08-20T22:54:55.6010321Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/tests' from root:root to runner:runner
2025-08-20T22:54:55.6010977Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/viewer.go' from root:root to runner:runner
2025-08-20T22:54:55.6011577Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer' from root:root to runner:runner
2025-08-20T22:54:55.6012312Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/manifest_windows_amd64.syso' from root:root to runner:runner
2025-08-20T22:54:55.6012998Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/tailscale_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6013680Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/depaware.txt' from root:root to runner:runner
2025-08-20T22:54:55.6014463Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/manifest_windows_386.syso' from root:root to runner:runner
2025-08-20T22:54:55.6015224Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/generate.go' from root:root to runner:runner
2025-08-20T22:54:55.6015899Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/tailscale.go' from root:root to runner:runner
2025-08-20T22:54:55.6016639Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/tailscale.rc' from root:root to runner:runner
2025-08-20T22:54:55.6017372Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/manifest_windows_arm64.syso' from root:root to runner:runner
2025-08-20T22:54:55.6018079Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/windows-manifest.xml' from root:root to runner:runner
2025-08-20T22:54:55.6018756Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/version.go' from root:root to runner:runner
2025-08-20T22:54:55.6019742Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/licenses.go' from root:root to runner:runner
2025-08-20T22:54:55.6020887Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/diag.go' from root:root to runner:runner
2025-08-20T22:54:55.6021579Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/risks.go' from root:root to runner:runner
2025-08-20T22:54:55.6022242Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/cli.go' from root:root to runner:runner
2025-08-20T22:54:55.6022928Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/netcheck.go' from root:root to runner:runner
2025-08-20T22:54:55.6023664Z [00:04:19.169]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_linux-all.go' from root:root to runner:runner
2025-08-20T22:54:55.6024384Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/nc.go' from root:root to runner:runner
2025-08-20T22:54:55.6025069Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/cli_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6026015Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/down.go' from root:root to runner:runner
2025-08-20T22:54:55.6026705Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_v2.go' from root:root to runner:runner
2025-08-20T22:54:55.6027406Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_unix.go' from root:root to runner:runner
2025-08-20T22:54:55.6028160Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/funnel.go' from root:root to runner:runner
2025-08-20T22:54:55.6028814Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/set.go' from root:root to runner:runner
2025-08-20T22:54:55.6029487Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/cert.go' from root:root to runner:runner
2025-08-20T22:54:55.6030213Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/whois.go' from root:root to runner:runner
2025-08-20T22:54:55.6030893Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/drive.go' from root:root to runner:runner
2025-08-20T22:54:55.6031573Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/web_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6032332Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-synology-cert.go' from root:root to runner:runner
2025-08-20T22:54:55.6032995Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/debug.go' from root:root to runner:runner
2025-08-20T22:54:55.6033761Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/network-lock.go' from root:root to runner:runner
2025-08-20T22:54:55.6034422Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/up.go' from root:root to runner:runner
2025-08-20T22:54:55.6035069Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ip.go' from root:root to runner:runner
2025-08-20T22:54:55.6035874Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure.go' from root:root to runner:runner
2025-08-20T22:54:55.6036558Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_exec.go' from root:root to runner:runner
2025-08-20T22:54:55.6037306Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/dns-query.go' from root:root to runner:runner
2025-08-20T22:54:55.6038042Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/scripts.go' from root:root to runner:runner
2025-08-20T22:54:55.6038784Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/ffcomplete.go' from root:root to runner:runner
2025-08-20T22:54:55.6039586Z [00:04:19.170]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/internal/complete_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6040381Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/internal/complete.go' from root:root to runner:runner
2025-08-20T22:54:55.6041174Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/internal' from root:root to runner:runner
2025-08-20T22:54:55.6041928Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/complete_omit.go' from root:root to runner:runner
2025-08-20T22:54:55.6042663Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/complete.go' from root:root to runner:runner
2025-08-20T22:54:55.6043474Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/scripts_omit.go' from root:root to runner:runner
2025-08-20T22:54:55.6044160Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete' from root:root to runner:runner
2025-08-20T22:54:55.6044832Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/logout.go' from root:root to runner:runner
2025-08-20T22:54:55.6045591Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/dns.go' from root:root to runner:runner
2025-08-20T22:54:55.6046325Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ping.go' from root:root to runner:runner
2025-08-20T22:54:55.6047003Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/login.go' from root:root to runner:runner
2025-08-20T22:54:55.6047684Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/metrics.go' from root:root to runner:runner
2025-08-20T22:54:55.6048351Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/switch.go' from root:root to runner:runner
2025-08-20T22:54:55.6049007Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/web.go' from root:root to runner:runner
2025-08-20T22:54:55.6049742Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/up_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6050430Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/exitnode.go' from root:root to runner:runner
2025-08-20T22:54:55.6051139Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/exitnode_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6051839Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/systray_omit.go' from root:root to runner:runner
2025-08-20T22:54:55.6052524Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/id-token.go' from root:root to runner:runner
2025-08-20T22:54:55.6053226Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_v2_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6053996Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6054680Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/syspolicy.go' from root:root to runner:runner
2025-08-20T22:54:55.6055492Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_apple.go' from root:root to runner:runner
2025-08-20T22:54:55.6056295Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-kube_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6056980Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/set_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6057706Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-kube_omit.go' from root:root to runner:runner
2025-08-20T22:54:55.6058382Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/status.go' from root:root to runner:runner
2025-08-20T22:54:55.6059129Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/bugreport.go' from root:root to runner:runner
2025-08-20T22:54:55.6059839Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_exec_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6060511Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/file.go' from root:root to runner:runner
2025-08-20T22:54:55.6061223Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-jetkvm.go' from root:root to runner:runner
2025-08-20T22:54:55.6061914Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/diag_other.go' from root:root to runner:runner
2025-08-20T22:54:55.6062701Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-synology.go' from root:root to runner:runner
2025-08-20T22:54:55.6063394Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_exec_js.go' from root:root to runner:runner
2025-08-20T22:54:55.6064114Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_apple-all.go' from root:root to runner:runner
2025-08-20T22:54:55.6064810Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_legacy.go' from root:root to runner:runner
2025-08-20T22:54:55.6065720Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/update.go' from root:root to runner:runner
2025-08-20T22:54:55.6066431Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/debug-capture.go' from root:root to runner:runner
2025-08-20T22:54:55.6067194Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/systray.go' from root:root to runner:runner
2025-08-20T22:54:55.6067880Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/dns-status.go' from root:root to runner:runner
2025-08-20T22:54:55.6068653Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-synology-cert_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6069374Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh.go' from root:root to runner:runner
2025-08-20T22:54:55.6070090Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-kube.go' from root:root to runner:runner
2025-08-20T22:54:55.6070803Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_legacy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6071436Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli' from root:root to runner:runner
2025-08-20T22:54:55.6072115Z [00:04:19.171]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale' from root:root to runner:runner
2025-08-20T22:54:55.6072786Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/xdpderper/xdpderper.go' from root:root to runner:runner
2025-08-20T22:54:55.6073402Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/xdpderper' from root:root to runner:runner
2025-08-20T22:54:55.6074047Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-list.html' from root:root to runner:runner
2025-08-20T22:54:55.6074687Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/README.md' from root:root to runner:runner
2025-08-20T22:54:55.6075517Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-edit.html' from root:root to runner:runner
2025-08-20T22:54:55.6076180Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/depaware.txt' from root:root to runner:runner
2025-08-20T22:54:55.6076831Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/tsidp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6077490Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-header.html' from root:root to runner:runner
2025-08-20T22:54:55.6078144Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-style.css' from root:root to runner:runner
2025-08-20T22:54:55.6078763Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui.go' from root:root to runner:runner
2025-08-20T22:54:55.6079495Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/tsidp.go' from root:root to runner:runner
2025-08-20T22:54:55.6080087Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp' from root:root to runner:runner
2025-08-20T22:54:55.6080739Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/.gitignore' from root:root to runner:runner
2025-08-20T22:54:55.6081481Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/handlers_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6082144Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/sniproxy.go' from root:root to runner:runner
2025-08-20T22:54:55.6082789Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/server.go' from root:root to runner:runner
2025-08-20T22:54:55.6083463Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/server_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6084130Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/handlers.go' from root:root to runner:runner
2025-08-20T22:54:55.6084910Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/sniproxy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6085644Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy' from root:root to runner:runner
2025-08-20T22:54:55.6086218Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:54:55.6086847Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/jsondb/db_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6087902Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/jsondb/db.go' from root:root to runner:runner
2025-08-20T22:54:55.6088863Z [00:04:19.172]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/jsondb' from root:root to runner:runner
2025-08-20T22:54:55.6089550Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/pipe_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6090244Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.6090922Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6091607Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_js.go' from root:root to runner:runner
2025-08-20T22:54:55.6092273Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/unixsocket.go' from root:root to runner:runner
2025-08-20T22:54:55.6093022Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/pipe_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6093682Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket.go' from root:root to runner:runner
2025-08-20T22:54:55.6094355Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6095279Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_plan9.go' from root:root to runner:runner
2025-08-20T22:54:55.6095997Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_darwin_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6096671Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_ps.go' from root:root to runner:runner
2025-08-20T22:54:55.6097323Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/basic_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6098008Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket' from root:root to runner:runner
2025-08-20T22:54:55.6098607Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T22:54:55.6099211Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conf.go' from root:root to runner:runner
2025-08-20T22:54:55.6099871Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/store_kube.go' from root:root to runner:runner
2025-08-20T22:54:55.6100566Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/kubestore/store_kube.go' from root:root to runner:runner
2025-08-20T22:54:55.6101353Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/kubestore/store_kube_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6101993Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/kubestore' from root:root to runner:runner
2025-08-20T22:54:55.6102646Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/store_aws.go' from root:root to runner:runner
2025-08-20T22:54:55.6103306Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/mem/store_mem.go' from root:root to runner:runner
2025-08-20T22:54:55.6103921Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/mem' from root:root to runner:runner
2025-08-20T22:54:55.6104568Z [00:04:19.173]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/stores.go' from root:root to runner:runner
2025-08-20T22:54:55.6105515Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/stores_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6106240Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/awsstore/store_aws_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6106927Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/awsstore/store_aws.go' from root:root to runner:runner
2025-08-20T22:54:55.6107654Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/awsstore' from root:root to runner:runner
2025-08-20T22:54:55.6108249Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store' from root:root to runner:runner
2025-08-20T22:54:55.6108867Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/backend.go' from root:root to runner:runner
2025-08-20T22:54:55.6109466Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/prefs.go' from root:root to runner:runner
2025-08-20T22:54:55.6110111Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/access.go' from root:root to runner:runner
2025-08-20T22:54:55.6110810Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/self.go' from root:root to runner:runner
2025-08-20T22:54:55.6111509Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.6112156Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/policy.go' from root:root to runner:runner
2025-08-20T22:54:55.6112823Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/actor_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6113463Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/actor.go' from root:root to runner:runner
2025-08-20T22:54:55.6114184Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/test_actor.go' from root:root to runner:runner
2025-08-20T22:54:55.6114871Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6115636Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth.go' from root:root to runner:runner
2025-08-20T22:54:55.6116246Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth' from root:root to runner:runner
2025-08-20T22:54:55.6116892Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnext/ipnext.go' from root:root to runner:runner
2025-08-20T22:54:55.6117505Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnext' from root:root to runner:runner
2025-08-20T22:54:55.6118167Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6118857Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6119563Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/sessions_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.6120289Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6120955Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/extension.go' from root:root to runner:runner
2025-08-20T22:54:55.6121588Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6122284Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/sessions_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6122941Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/session.go' from root:root to runner:runner
2025-08-20T22:54:55.6123662Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/sessions.go' from root:root to runner:runner
2025-08-20T22:54:55.6124271Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop' from root:root to runner:runner
2025-08-20T22:54:55.6124899Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6125714Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/proxyconnect.go' from root:root to runner:runner
2025-08-20T22:54:55.6126411Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server_fortest.go' from root:root to runner:runner
2025-08-20T22:54:55.6127125Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/actor.go' from root:root to runner:runner
2025-08-20T22:54:55.6127825Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/proxyconnect_js.go' from root:root to runner:runner
2025-08-20T22:54:55.6128481Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server.go' from root:root to runner:runner
2025-08-20T22:54:55.6129151Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6129853Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/waiterset_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6130527Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver' from root:root to runner:runner
2025-08-20T22:54:55.6131184Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/backend.go' from root:root to runner:runner
2025-08-20T22:54:55.6131842Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/client.go' from root:root to runner:runner
2025-08-20T22:54:55.6132534Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/opts.go' from root:root to runner:runner
2025-08-20T22:54:55.6133192Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/server.go' from root:root to runner:runner
2025-08-20T22:54:55.6133872Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/example_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6134484Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest' from root:root to runner:runner
2025-08-20T22:54:55.6135237Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/prefs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6135935Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6136545Z [00:04:19.174]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store.go' from root:root to runner:runner
2025-08-20T22:54:55.6137190Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/policy/policy.go' from root:root to runner:runner
2025-08-20T22:54:55.6137793Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/policy' from root:root to runner:runner
2025-08-20T22:54:55.6138449Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate/ipnstate.go' from root:root to runner:runner
2025-08-20T22:54:55.6139205Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate/ipnstate_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6139813Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate' from root:root to runner:runner
2025-08-20T22:54:55.6140479Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/debugderp.go' from root:root to runner:runner
2025-08-20T22:54:55.6141120Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/cert.go' from root:root to runner:runner
2025-08-20T22:54:55.6141764Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/pprof.go' from root:root to runner:runner
2025-08-20T22:54:55.6142456Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/disabled_stubs.go' from root:root to runner:runner
2025-08-20T22:54:55.6143198Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/localapi_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6143851Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/localapi.go' from root:root to runner:runner
2025-08-20T22:54:55.6144459Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi' from root:root to runner:runner
2025-08-20T22:54:55.6145410Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/extension.go' from root:root to runner:runner
2025-08-20T22:54:55.6146106Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/auditlog_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6146777Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/auditlog.go' from root:root to runner:runner
2025-08-20T22:54:55.6147419Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/store.go' from root:root to runner:runner
2025-08-20T22:54:55.6148025Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog' from root:root to runner:runner
2025-08-20T22:54:55.6148842Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6149559Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.6150218Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/web_client.go' from root:root to runner:runner
2025-08-20T22:54:55.6150887Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/cert_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6151546Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/cert_js.go' from root:root to runner:runner
2025-08-20T22:54:55.6152218Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/expiry_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6152930Z [00:04:19.175]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/autoupdate_disabled.go' from root:root to runner:runner
2025-08-20T22:54:55.6153581Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/bus_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6154247Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/local_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6154937Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/extension_host.go' from root:root to runner:runner
2025-08-20T22:54:55.6155790Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/ssh_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.6156430Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/cert.go' from root:root to runner:runner
2025-08-20T22:54:55.6157509Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/drive.go' from root:root to runner:runner
2025-08-20T22:54:55.6158886Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/extension_host_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6160333Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6161655Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/network-lock_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6162932Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/network-lock.go' from root:root to runner:runner
2025-08-20T22:54:55.6164157Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6165780Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/state_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6166824Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/loglines_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6167496Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/bus.go' from root:root to runner:runner
2025-08-20T22:54:55.6168198Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/node_backend_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6168864Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n_pprof.go' from root:root to runner:runner
2025-08-20T22:54:55.6169559Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/breaktcp_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.6170232Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/autoupdate.go' from root:root to runner:runner
2025-08-20T22:54:55.6170911Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/dnsconfig_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6171592Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/web_client_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.6172295Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi_macios_ext.go' from root:root to runner:runner
2025-08-20T22:54:55.6172972Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/prefs_metrics.go' from root:root to runner:runner
2025-08-20T22:54:55.6173731Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6174401Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/node_backend.go' from root:root to runner:runner
2025-08-20T22:54:55.6175089Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/breaktcp_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6176078Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/local.go' from root:root to runner:runner
2025-08-20T22:54:55.6176758Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi.go' from root:root to runner:runner
2025-08-20T22:54:55.6177447Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi_h2c.go' from root:root to runner:runner
2025-08-20T22:54:55.6178132Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/serve_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6178863Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/ssh_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6179610Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n.go' from root:root to runner:runner
2025-08-20T22:54:55.6180260Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/serve.go' from root:root to runner:runner
2025-08-20T22:54:55.6180916Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/expiry.go' from root:root to runner:runner
2025-08-20T22:54:55.6181579Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles.go' from root:root to runner:runner
2025-08-20T22:54:55.6182226Z [00:04:19.176]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/ssh.go' from root:root to runner:runner
2025-08-20T22:54:55.6182929Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/testdata/rootCA.pem' from root:root to runner:runner
2025-08-20T22:54:55.6183680Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/testdata/example.com-key.pem' from root:root to runner:runner
2025-08-20T22:54:55.6184409Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/testdata/example.com.pem' from root:root to runner:runner
2025-08-20T22:54:55.6185061Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/testdata' from root:root to runner:runner
2025-08-20T22:54:55.6185916Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal' from root:root to runner:runner
2025-08-20T22:54:55.6187162Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_view.go' from root:root to runner:runner
2025-08-20T22:54:55.6187795Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/serve_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6188412Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6189090Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/serve.go' from root:root to runner:runner
2025-08-20T22:54:55.6189759Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/conffile.go' from root:root to runner:runner
2025-08-20T22:54:55.6190428Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/cloudconf.go' from root:root to runner:runner
2025-08-20T22:54:55.6191122Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/conffile_hujson.go' from root:root to runner:runner
2025-08-20T22:54:55.6191729Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile' from root:root to runner:runner
2025-08-20T22:54:55.6192420Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn' from root:root to runner:runner
2025-08-20T22:54:55.6193039Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/CODEOWNERS' from root:root to runner:runner
2025-08-20T22:54:55.6193699Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version_tailscale_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6194285Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:54:55.6195062Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign_supported.go' from root:root to runner:runner
2025-08-20T22:54:55.6195983Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/map_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6196709Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/direct_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6197409Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/client.go' from root:root to runner:runner
2025-08-20T22:54:55.6198143Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign_unsupported.go' from root:root to runner:runner
2025-08-20T22:54:55.6198907Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/controlclient_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6199675Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/direct.go' from root:root to runner:runner
2025-08-20T22:54:55.6200368Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/map.go' from root:root to runner:runner
2025-08-20T22:54:55.6201085Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/noise_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6201899Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign_supported_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6202600Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/status.go' from root:root to runner:runner
2025-08-20T22:54:55.6203286Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/auto.go' from root:root to runner:runner
2025-08-20T22:54:55.6203970Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign.go' from root:root to runner:runner
2025-08-20T22:54:55.6204659Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/errors.go' from root:root to runner:runner
2025-08-20T22:54:55.6205872Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/noise.go' from root:root to runner:runner
2025-08-20T22:54:55.6206567Z [00:04:19.177]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient' from root:root to runner:runner
2025-08-20T22:54:55.6207267Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/messages.go' from root:root to runner:runner
2025-08-20T22:54:55.6207982Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/handshake_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6208694Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/handshake.go' from root:root to runner:runner
2025-08-20T22:54:55.6209395Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/conn_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6210107Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/interop_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6210850Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/noiseexplorer_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6211751Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/conn.go' from root:root to runner:runner
2025-08-20T22:54:55.6212428Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase' from root:root to runner:runner
2025-08-20T22:54:55.6213223Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client_common.go' from root:root to runner:runner
2025-08-20T22:54:55.6214061Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpserver/controlhttpserver.go' from root:root to runner:runner
2025-08-20T22:54:55.6214783Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpserver' from root:root to runner:runner
2025-08-20T22:54:55.6215791Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client.go' from root:root to runner:runner
2025-08-20T22:54:55.6216678Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/constants.go' from root:root to runner:runner
2025-08-20T22:54:55.6217393Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/http_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6218229Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpcommon/controlhttpcommon.go' from root:root to runner:runner
2025-08-20T22:54:55.6219037Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpcommon' from root:root to runner:runner
2025-08-20T22:54:55.6219795Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client_js.go' from root:root to runner:runner
2025-08-20T22:54:55.6220445Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp' from root:root to runner:runner
2025-08-20T22:54:55.6221186Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlknobs/controlknobs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6221913Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlknobs/controlknobs.go' from root:root to runner:runner
2025-08-20T22:54:55.6222573Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlknobs' from root:root to runner:runner
2025-08-20T22:54:55.6223169Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control' from root:root to runner:runner
2025-08-20T22:54:55.6223752Z [00:04:19.178]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:54:55.6224433Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logpolicy/logpolicy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6225084Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logpolicy/logpolicy.go' from root:root to runner:runner
2025-08-20T22:54:55.6225925Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logpolicy' from root:root to runner:runner
2025-08-20T22:54:55.6226584Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:54:55.6227232Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconst/interface.go' from root:root to runner:runner
2025-08-20T22:54:55.6227814Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconst' from root:root to runner:runner
2025-08-20T22:54:55.6228494Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:54:55.6229378Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/resource_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6230431Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/natlab.go' from root:root to runner:runner
2025-08-20T22:54:55.6231266Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/conf.go' from root:root to runner:runner
2025-08-20T22:54:55.6231948Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/pcap.go' from root:root to runner:runner
2025-08-20T22:54:55.6232700Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/vip.go' from root:root to runner:runner
2025-08-20T22:54:55.6233426Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/vnet.go' from root:root to runner:runner
2025-08-20T22:54:55.6234130Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/conf_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6234789Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/nat.go' from root:root to runner:runner
2025-08-20T22:54:55.6235704Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/easyaf.go' from root:root to runner:runner
2025-08-20T22:54:55.6236422Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/vnet_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6237087Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet' from root:root to runner:runner
2025-08-20T22:54:55.6238308Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/firewall.go' from root:root to runner:runner
2025-08-20T22:54:55.6239471Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/natlab_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6240183Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/nat.go' from root:root to runner:runner
2025-08-20T22:54:55.6240803Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab' from root:root to runner:runner
2025-08-20T22:54:55.6241583Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/deptest/deptest.go' from root:root to runner:runner
2025-08-20T22:54:55.6242266Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/deptest/deptest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6242886Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/deptest' from root:root to runner:runner
2025-08-20T22:54:55.6243580Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/allocs.go' from root:root to runner:runner
2025-08-20T22:54:55.6244226Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tstest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6244867Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/log_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6245720Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tstest.go' from root:root to runner:runner
2025-08-20T22:54:55.6246382Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tools/tools.go' from root:root to runner:runner
2025-08-20T22:54:55.6247130Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tools' from root:root to runner:runner
2025-08-20T22:54:55.6247772Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/resource.go' from root:root to runner:runner
2025-08-20T22:54:55.6248461Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tlstest/tlstest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6249125Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tlstest/tlstest.go' from root:root to runner:runner
2025-08-20T22:54:55.6249753Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tlstest' from root:root to runner:runner
2025-08-20T22:54:55.6250396Z [00:04:19.179]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/clock_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6251092Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/gen_deps.go' from root:root to runner:runner
2025-08-20T22:54:55.6251799Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/capmap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6252523Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/integration_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6253302Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6254128Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.6254851Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/distros_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6255729Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/README.md' from root:root to runner:runner
2025-08-20T22:54:55.6256593Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/opensuse_leap_15_1_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6257301Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/regex_flag.go' from root:root to runner:runner
2025-08-20T22:54:55.6257986Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6258712Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/top_level_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6259405Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/distros.go' from root:root to runner:runner
2025-08-20T22:54:55.6260219Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/runner.nix' from root:root to runner:runner
2025-08-20T22:54:55.6260986Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/derive_bindhost_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6261689Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/vms_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6262402Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/distros.hujson' from root:root to runner:runner
2025-08-20T22:54:55.6263120Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/dns_tester.go' from root:root to runner:runner
2025-08-20T22:54:55.6263830Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/nixos_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6264552Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/vm_setup_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6265461Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/harness_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6266187Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/udp_tester.go' from root:root to runner:runner
2025-08-20T22:54:55.6266917Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/vms_steps_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6267695Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/squid.conf' from root:root to runner:runner
2025-08-20T22:54:55.6268428Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/regex_flag_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6269078Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms' from root:root to runner:runner
2025-08-20T22:54:55.6269906Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/testcontrol/testcontrol.go' from root:root to runner:runner
2025-08-20T22:54:55.6270599Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/testcontrol' from root:root to runner:runner
2025-08-20T22:54:55.6271367Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_freebsd.go' from root:root to runner:runner
2025-08-20T22:54:55.6272138Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_openbsd.go' from root:root to runner:runner
2025-08-20T22:54:55.6272956Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/nat/nat_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6273619Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/nat' from root:root to runner:runner
2025-08-20T22:54:55.6274382Z [00:04:19.180]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6275085Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/integration.go' from root:root to runner:runner
2025-08-20T22:54:55.6275920Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration' from root:root to runner:runner
2025-08-20T22:54:55.6276556Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/mts/mts.go' from root:root to runner:runner
2025-08-20T22:54:55.6277159Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/mts' from root:root to runner:runner
2025-08-20T22:54:55.6277820Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/nettest/nettest.go' from root:root to runner:runner
2025-08-20T22:54:55.6278446Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/nettest' from root:root to runner:runner
2025-08-20T22:54:55.6279064Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/log.go' from root:root to runner:runner
2025-08-20T22:54:55.6279732Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/iosdeps/iosdeps.go' from root:root to runner:runner
2025-08-20T22:54:55.6280490Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/iosdeps/iosdeps_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6281299Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/iosdeps' from root:root to runner:runner
2025-08-20T22:54:55.6282018Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/archtest/archtest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6282787Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/archtest/qemu_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6283413Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/archtest' from root:root to runner:runner
2025-08-20T22:54:55.6284069Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/README.md' from root:root to runner:runner
2025-08-20T22:54:55.6284763Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Host.entitlements' from root:root to runner:runner
2025-08-20T22:54:55.6285784Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.entitlements' from root:root to runner:runner
2025-08-20T22:54:55.6286703Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Makefile' from root:root to runner:runner
2025-08-20T22:54:55.6287591Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcshareddata/xcschemes/host.xcscheme' from root:root to runner:runner
2025-08-20T22:54:55.6288468Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcshareddata/xcschemes/tailmac.xcscheme' from root:root to runner:runner
2025-08-20T22:54:55.6289276Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcshareddata/xcschemes' from root:root to runner:runner
2025-08-20T22:54:55.6290036Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcshareddata' from root:root to runner:runner
2025-08-20T22:54:55.6291043Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcuserdata/jnobels.xcuserdatad/xcschemes/xcschememanagement.plist' from root:root to runner:runner
2025-08-20T22:54:55.6291920Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcuserdata/jnobels.xcuserdatad/xcschemes' from root:root to runner:runner
2025-08-20T22:54:55.6292767Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcuserdata/jnobels.xcuserdatad' from root:root to runner:runner
2025-08-20T22:54:55.6293509Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcuserdata' from root:root to runner:runner
2025-08-20T22:54:55.6294352Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.pbxproj' from root:root to runner:runner
2025-08-20T22:54:55.6295552Z [00:04:19.181]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved' from root:root to runner:runner
2025-08-20T22:54:55.6296545Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata/swiftpm' from root:root to runner:runner
2025-08-20T22:54:55.6297502Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' from root:root to runner:runner
2025-08-20T22:54:55.6298471Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings' from root:root to runner:runner
2025-08-20T22:54:55.6299596Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata' from root:root to runner:runner
2025-08-20T22:54:55.6300979Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace' from root:root to runner:runner
2025-08-20T22:54:55.6302382Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj' from root:root to runner:runner
2025-08-20T22:54:55.6303731Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/LICENSE/LICENSE.txt' from root:root to runner:runner
2025-08-20T22:54:55.6304968Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/LICENSE' from root:root to runner:runner
2025-08-20T22:54:55.6306548Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Info.plist' from root:root to runner:runner
2025-08-20T22:54:55.6307946Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/AppDelegate.swift' from root:root to runner:runner
2025-08-20T22:54:55.6309292Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/HostCli.swift' from root:root to runner:runner
2025-08-20T22:54:55.6310188Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/VMController.swift' from root:root to runner:runner
2025-08-20T22:54:55.6311096Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/AppIcon.appiconset/Contents.json' from root:root to runner:runner
2025-08-20T22:54:55.6311925Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/AppIcon.appiconset' from root:root to runner:runner
2025-08-20T22:54:55.6312944Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/AccentColor.colorset/Contents.json' from root:root to runner:runner
2025-08-20T22:54:55.6313789Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/AccentColor.colorset' from root:root to runner:runner
2025-08-20T22:54:55.6314661Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/Contents.json' from root:root to runner:runner
2025-08-20T22:54:55.6315637Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets' from root:root to runner:runner
2025-08-20T22:54:55.6316437Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Base.lproj/MainMenu.xib' from root:root to runner:runner
2025-08-20T22:54:55.6317168Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Base.lproj' from root:root to runner:runner
2025-08-20T22:54:55.6317835Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host' from root:root to runner:runner
2025-08-20T22:54:55.6318715Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/TailMac.swift' from root:root to runner:runner
2025-08-20T22:54:55.6319501Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/RestoreImage.swift' from root:root to runner:runner
2025-08-20T22:54:55.6320270Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/VMInstaller.swift' from root:root to runner:runner
2025-08-20T22:54:55.6320976Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/main' from root:root to runner:runner
2025-08-20T22:54:55.6321663Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac' from root:root to runner:runner
2025-08-20T22:54:55.6322401Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Common/Config.swift' from root:root to runner:runner
2025-08-20T22:54:55.6323196Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Common/TailMacConfigHelper.swift' from root:root to runner:runner
2025-08-20T22:54:55.6323964Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Common/Notifications.swift' from root:root to runner:runner
2025-08-20T22:54:55.6324644Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Common' from root:root to runner:runner
2025-08-20T22:54:55.6325483Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift' from root:root to runner:runner
2025-08-20T22:54:55.6326202Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac' from root:root to runner:runner
2025-08-20T22:54:55.6326854Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/test-wishlist.md' from root:root to runner:runner
2025-08-20T22:54:55.6327474Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/clock.go' from root:root to runner:runner
2025-08-20T22:54:55.6328169Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/reflect.go' from root:root to runner:runner
2025-08-20T22:54:55.6328851Z [00:04:19.182]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/jsdeps/jsdeps_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6329506Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/jsdeps/jsdeps.go' from root:root to runner:runner
2025-08-20T22:54:55.6330120Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/jsdeps' from root:root to runner:runner
2025-08-20T22:54:55.6330698Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest' from root:root to runner:runner
2025-08-20T22:54:55.6331433Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/update-flake.sh' from root:root to runner:runner
2025-08-20T22:54:55.6332067Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob.go' from root:root to runner:runner
2025-08-20T22:54:55.6332742Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/logknob/logknob.go' from root:root to runner:runner
2025-08-20T22:54:55.6333433Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/logknob/logknob_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6334058Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/logknob' from root:root to runner:runner
2025-08-20T22:54:55.6334733Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob_testable.go' from root:root to runner:runner
2025-08-20T22:54:55.6335627Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob_nottest.go' from root:root to runner:runner
2025-08-20T22:54:55.6336363Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/featureknob/featureknob.go' from root:root to runner:runner
2025-08-20T22:54:55.6337005Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/featureknob' from root:root to runner:runner
2025-08-20T22:54:55.6337607Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob' from root:root to runner:runner
2025-08-20T22:54:55.6338239Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/syncs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6338961Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/locked_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6339591Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/pool_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6340223Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedint.go' from root:root to runner:runner
2025-08-20T22:54:55.6340926Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue.go' from root:root to runner:runner
2025-08-20T22:54:55.6341615Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue_tailscale.go' from root:root to runner:runner
2025-08-20T22:54:55.6342230Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/syncs.go' from root:root to runner:runner
2025-08-20T22:54:55.6342872Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue_go.go' from root:root to runner:runner
2025-08-20T22:54:55.6343552Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/pool.go' from root:root to runner:runner
2025-08-20T22:54:55.6344265Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedint_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6344888Z [00:04:19.183]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/locked.go' from root:root to runner:runner
2025-08-20T22:54:55.6345860Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedmap.go' from root:root to runner:runner
2025-08-20T22:54:55.6346521Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6347190Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedmap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6347771Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs' from root:root to runner:runner
2025-08-20T22:54:55.6348410Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safeweb/http_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6349029Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safeweb/http.go' from root:root to runner:runner
2025-08-20T22:54:55.6349611Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safeweb' from root:root to runner:runner
2025-08-20T22:54:55.6350247Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T22:54:55.6350891Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/empty/message.go' from root:root to runner:runner
2025-08-20T22:54:55.6351578Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/empty' from root:root to runner:runner
2025-08-20T22:54:55.6352221Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/result/result.go' from root:root to runner:runner
2025-08-20T22:54:55.6352826Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/result' from root:root to runner:runner
2025-08-20T22:54:55.6353571Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/tkatype/tkatype_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6354230Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/tkatype/tkatype.go' from root:root to runner:runner
2025-08-20T22:54:55.6354841Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/tkatype' from root:root to runner:runner
2025-08-20T22:54:55.6355707Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/quantize_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6356423Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6357121Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/quantize.go' from root:root to runner:runner
2025-08-20T22:54:55.6357762Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/point.go' from root:root to runner:runner
2025-08-20T22:54:55.6358384Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/units.go' from root:root to runner:runner
2025-08-20T22:54:55.6359034Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/units_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6359692Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/point_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6360288Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo' from root:root to runner:runner
2025-08-20T22:54:55.6360949Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype.go' from root:root to runner:runner
2025-08-20T22:54:55.6361635Z [00:04:19.184]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6362313Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6362999Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_view.go' from root:root to runner:runner
2025-08-20T22:54:55.6363781Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/messagetypes-string.go' from root:root to runner:runner
2025-08-20T22:54:55.6364388Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype' from root:root to runner:runner
2025-08-20T22:54:55.6365027Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/views/views.go' from root:root to runner:runner
2025-08-20T22:54:55.6366018Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/views/views_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6366647Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/views' from root:root to runner:runner
2025-08-20T22:54:55.6367325Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/flagtype/flagtype.go' from root:root to runner:runner
2025-08-20T22:54:55.6367947Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/flagtype' from root:root to runner:runner
2025-08-20T22:54:55.6368641Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/appctype/appconnector.go' from root:root to runner:runner
2025-08-20T22:54:55.6369479Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/appctype/appconnector_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6370598Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/appctype' from root:root to runner:runner
2025-08-20T22:54:55.6371461Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/nodemut.go' from root:root to runner:runner
2025-08-20T22:54:55.6372150Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/nodemut_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6372820Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/netmap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6373486Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/netmap.go' from root:root to runner:runner
2025-08-20T22:54:55.6374093Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap' from root:root to runner:runner
2025-08-20T22:54:55.6374725Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logid/id.go' from root:root to runner:runner
2025-08-20T22:54:55.6375588Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logid/id_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6376306Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logid' from root:root to runner:runner
2025-08-20T22:54:55.6376981Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/mapx/ordered_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6377684Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/mapx/ordered.go' from root:root to runner:runner
2025-08-20T22:54:55.6378283Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/mapx' from root:root to runner:runner
2025-08-20T22:54:55.6378941Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/struct_map.go' from root:root to runner:runner
2025-08-20T22:54:55.6379594Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs.go' from root:root to runner:runner
2025-08-20T22:54:55.6380255Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/struct_list.go' from root:root to runner:runner
2025-08-20T22:54:55.6380946Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_view_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6381635Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_clone_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6382272Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/item.go' from root:root to runner:runner
2025-08-20T22:54:55.6383046Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6383684Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/map.go' from root:root to runner:runner
2025-08-20T22:54:55.6384332Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/options.go' from root:root to runner:runner
2025-08-20T22:54:55.6384963Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/list.go' from root:root to runner:runner
2025-08-20T22:54:55.6385974Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_example_view.go' from root:root to runner:runner
2025-08-20T22:54:55.6386710Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_types.go' from root:root to runner:runner
2025-08-20T22:54:55.6387547Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_example_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6388271Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6389025Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example' from root:root to runner:runner
2025-08-20T22:54:55.6389643Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs' from root:root to runner:runner
2025-08-20T22:54:55.6390306Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/nettype/nettype.go' from root:root to runner:runner
2025-08-20T22:54:55.6390918Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/nettype' from root:root to runner:runner
2025-08-20T22:54:55.6391572Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/structs/structs.go' from root:root to runner:runner
2025-08-20T22:54:55.6392249Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/structs' from root:root to runner:runner
2025-08-20T22:54:55.6392879Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ptr/ptr.go' from root:root to runner:runner
2025-08-20T22:54:55.6393482Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ptr' from root:root to runner:runner
2025-08-20T22:54:55.6394132Z [00:04:19.185]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ipproto/ipproto.go' from root:root to runner:runner
2025-08-20T22:54:55.6394815Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ipproto/ipproto_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6395808Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ipproto' from root:root to runner:runner
2025-08-20T22:54:55.6396459Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/node.go' from root:root to runner:runner
2025-08-20T22:54:55.6397126Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/disco_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6397748Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/util.go' from root:root to runner:runner
2025-08-20T22:54:55.6398449Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/hardware_attestation.go' from root:root to runner:runner
2025-08-20T22:54:55.6399118Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/control_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6399809Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6400453Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/util_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6401097Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/nl_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6401803Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/node_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6402433Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/derp.go' from root:root to runner:runner
2025-08-20T22:54:55.6403067Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/chal.go' from root:root to runner:runner
2025-08-20T22:54:55.6403694Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/disco.go' from root:root to runner:runner
2025-08-20T22:54:55.6404317Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/nl.go' from root:root to runner:runner
2025-08-20T22:54:55.6405026Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/derp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6405789Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/control.go' from root:root to runner:runner
2025-08-20T22:54:55.6406435Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/machine.go' from root:root to runner:runner
2025-08-20T22:54:55.6407096Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/machine_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6407713Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key' from root:root to runner:runner
2025-08-20T22:54:55.6408439Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/jsonx/json_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6409086Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/jsonx/json.go' from root:root to runner:runner
2025-08-20T22:54:55.6409688Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/jsonx' from root:root to runner:runner
2025-08-20T22:54:55.6410373Z [00:04:19.186]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6411052Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_view.go' from root:root to runner:runner
2025-08-20T22:54:55.6411741Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6412458Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist.go' from root:root to runner:runner
2025-08-20T22:54:55.6413075Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist' from root:root to runner:runner
2025-08-20T22:54:55.6413769Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/preftype/netfiltermode.go' from root:root to runner:runner
2025-08-20T22:54:55.6414453Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/preftype' from root:root to runner:runner
2025-08-20T22:54:55.6415095Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/unsync.go' from root:root to runner:runner
2025-08-20T22:54:55.6415850Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/map_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6416483Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/lazy.go' from root:root to runner:runner
2025-08-20T22:54:55.6417125Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/deferred.go' from root:root to runner:runner
2025-08-20T22:54:55.6417824Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/map.go' from root:root to runner:runner
2025-08-20T22:54:55.6418488Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/unsync_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6419159Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/deferred_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6419808Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/sync_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6420416Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy' from root:root to runner:runner
2025-08-20T22:54:55.6421146Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/bools/bools_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6421789Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/bools/bools.go' from root:root to runner:runner
2025-08-20T22:54:55.6422393Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/bools' from root:root to runner:runner
2025-08-20T22:54:55.6423007Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/iox/io.go' from root:root to runner:runner
2025-08-20T22:54:55.6423657Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/iox/io_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6424253Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/iox' from root:root to runner:runner
2025-08-20T22:54:55.6424966Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/value_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6425705Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/value.go' from root:root to runner:runner
2025-08-20T22:54:55.6426357Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/bool_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6427056Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/bool.go' from root:root to runner:runner
2025-08-20T22:54:55.6427652Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt' from root:root to runner:runner
2025-08-20T22:54:55.6428351Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netlogtype/netlogtype.go' from root:root to runner:runner
2025-08-20T22:54:55.6429061Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netlogtype/netlogtype_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6429703Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netlogtype' from root:root to runner:runner
2025-08-20T22:54:55.6430445Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/logger_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6431128Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.6431805Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage_syscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6432453Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage.go' from root:root to runner:runner
2025-08-20T22:54:55.6433133Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/tokenbucket.go' from root:root to runner:runner
2025-08-20T22:54:55.6433838Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/logger.go' from root:root to runner:runner
2025-08-20T22:54:55.6434453Z [00:04:19.187]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger' from root:root to runner:runner
2025-08-20T22:54:55.6435032Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types' from root:root to runner:runner
2025-08-20T22:54:55.6435922Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:54:55.6436675Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/pin-github-actions.yml' from root:root to runner:runner
2025-08-20T22:54:55.6437419Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T22:54:55.6438102Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/installer.yml' from root:root to runner:runner
2025-08-20T22:54:55.6438902Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/request-dataplane-review.yml' from root:root to runner:runner
2025-08-20T22:54:55.6440304Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/webclient.yml' from root:root to runner:runner
2025-08-20T22:54:55.6441095Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/natlab-integrationtest.yml' from root:root to runner:runner
2025-08-20T22:54:55.6441837Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/ssh-integrationtest.yml' from root:root to runner:runner
2025-08-20T22:54:55.6442603Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/update-webclient-prebuilt.yml' from root:root to runner:runner
2025-08-20T22:54:55.6443304Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/govulncheck.yml' from root:root to runner:runner
2025-08-20T22:54:55.6444082Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/checklocks.yml' from root:root to runner:runner
2025-08-20T22:54:55.6444809Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/docker-file-build.yml' from root:root to runner:runner
2025-08-20T22:54:55.6445655Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/kubemanifests.yaml' from root:root to runner:runner
2025-08-20T22:54:55.6446380Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T22:54:55.6447166Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/golangci-lint.yml' from root:root to runner:runner
2025-08-20T22:54:55.6447867Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/update-flake.yml' from root:root to runner:runner
2025-08-20T22:54:55.6448619Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/flakehub-publish-tagged.yml' from root:root to runner:runner
2025-08-20T22:54:55.6449244Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:54:55.6449896Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/licenses.tmpl' from root:root to runner:runner
2025-08-20T22:54:55.6450548Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:54:55.6451303Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:54:55.6452004Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' from root:root to runner:runner
2025-08-20T22:54:55.6452728Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' from root:root to runner:runner
2025-08-20T22:54:55.6453443Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:54:55.6454031Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:54:55.6454629Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.mod.sri' from root:root to runner:runner
2025-08-20T22:54:55.6455357Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.toolchain.rev' from root:root to runner:runner
2025-08-20T22:54:55.6456033Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6456842Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_container_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6457550Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/packagetype_container.go' from root:root to runner:runner
2025-08-20T22:54:55.6458219Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6458882Z [00:04:19.188]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6459628Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6460303Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_plan9.go' from root:root to runner:runner
2025-08-20T22:54:55.6460946Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo.go' from root:root to runner:runner
2025-08-20T22:54:55.6461614Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_uname.go' from root:root to runner:runner
2025-08-20T22:54:55.6462285Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.6462961Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_freebsd.go' from root:root to runner:runner
2025-08-20T22:54:55.6463612Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo' from root:root to runner:runner
2025-08-20T22:54:55.6464213Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T22:54:55.6464857Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/proxymap/proxymap.go' from root:root to runner:runner
2025-08-20T22:54:55.6465624Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/proxymap' from root:root to runner:runner
2025-08-20T22:54:55.6466247Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsd/tsd.go' from root:root to runner:runner
2025-08-20T22:54:55.6466828Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsd' from root:root to runner:runner
2025-08-20T22:54:55.6467439Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T22:54:55.6468059Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/build_docker.sh' from root:root to runner:runner
2025-08-20T22:54:55.6468642Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/api.md' from root:root to runner:runner
2025-08-20T22:54:55.6469350Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/fds_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6470018Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/multilabelmap.go' from root:root to runner:runner
2025-08-20T22:54:55.6470674Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/metrics_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6471360Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/multilabelmap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6472057Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/metrics.go' from root:root to runner:runner
2025-08-20T22:54:55.6472703Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/fds_notlinux.go' from root:root to runner:runner
2025-08-20T22:54:55.6473294Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics' from root:root to runner:runner
2025-08-20T22:54:55.6473994Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:54:55.6474665Z [00:04:19.189]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:54:55.6475621Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:54:55.6476378Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:54:55.6477058Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:54:55.6477761Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:54:55.6478496Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:54:55.6479162Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:54:55.6479851Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:54:55.6480515Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:54:55.6481169Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:54:55.6481926Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:54:55.6482622Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:54:55.6483327Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:54:55.6483920Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:54:55.6484584Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:54:55.6485391Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:54:55.6486102Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:54:55.6486774Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:54:55.6487418Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:54:55.6488042Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:54:55.6488748Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:54:55.6489339Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:54:55.6489970Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:54:55.6490586Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:54:55.6491321Z [00:04:19.190]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:54:55.6491976Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:54:55.6492597Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:54:55.6493200Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:54:55.6493855Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:54:55.6494460Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:54:55.6495215Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:54:55.6495840Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:54:55.6496432Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:54:55.6497363Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.pack' from root:root to runner:runner
2025-08-20T22:54:55.6498246Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.promisor' from root:root to runner:runner
2025-08-20T22:54:55.6499102Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.rev' from root:root to runner:runner
2025-08-20T22:54:55.6499940Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.rev' from root:root to runner:runner
2025-08-20T22:54:55.6500790Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.idx' from root:root to runner:runner
2025-08-20T22:54:55.6501710Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.pack' from root:root to runner:runner
2025-08-20T22:54:55.6502580Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.promisor' from root:root to runner:runner
2025-08-20T22:54:55.6503425Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.idx' from root:root to runner:runner
2025-08-20T22:54:55.6504119Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:54:55.6504741Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:54:55.6505445Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:54:55.6506070Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:54:55.6507025Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:54:55.6508046Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:54:55.6508644Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:54:55.6509299Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/clean_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6509976Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6510622Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/netstat.go' from root:root to runner:runner
2025-08-20T22:54:55.6511353Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_plan9.go' from root:root to runner:runner
2025-08-20T22:54:55.6512056Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6512684Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/clean.go' from root:root to runner:runner
2025-08-20T22:54:55.6513321Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist.go' from root:root to runner:runner
2025-08-20T22:54:55.6513990Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/netstat_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6514620Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/poller.go' from root:root to runner:runner
2025-08-20T22:54:55.6515602Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_macos.go' from root:root to runner:runner
2025-08-20T22:54:55.6516280Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6516950Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6517625Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist' from root:root to runner:runner
2025-08-20T22:54:55.6518266Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.bencher/config.yaml' from root:root to runner:runner
2025-08-20T22:54:55.6518854Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.bencher' from root:root to runner:runner
2025-08-20T22:54:55.6519482Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/pull-toolchain.sh' from root:root to runner:runner
2025-08-20T22:54:55.6520134Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/prompt/prompt.go' from root:root to runner:runner
2025-08-20T22:54:55.6520797Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/prompt' from root:root to runner:runner
2025-08-20T22:54:55.6521518Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/singleflight/singleflight.go' from root:root to runner:runner
2025-08-20T22:54:55.6522240Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/singleflight/singleflight_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6522880Z [00:04:19.191]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/singleflight' from root:root to runner:runner
2025-08-20T22:54:55.6523579Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lru/lru_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6524201Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lru/lru.go' from root:root to runner:runner
2025-08-20T22:54:55.6524792Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lru' from root:root to runner:runner
2025-08-20T22:54:55.6525568Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pool/pool_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6526201Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pool/pool.go' from root:root to runner:runner
2025-08-20T22:54:55.6526805Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pool' from root:root to runner:runner
2025-08-20T22:54:55.6527432Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/race/race.go' from root:root to runner:runner
2025-08-20T22:54:55.6528142Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/race/race_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6528735Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/race' from root:root to runner:runner
2025-08-20T22:54:55.6529396Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cloudenv/cloudenv.go' from root:root to runner:runner
2025-08-20T22:54:55.6530152Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cloudenv/cloudenv_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6530765Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cloudenv' from root:root to runner:runner
2025-08-20T22:54:55.6531426Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/limiter/limiter.go' from root:root to runner:runner
2025-08-20T22:54:55.6532104Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/limiter/limiter_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6532767Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/limiter' from root:root to runner:runner
2025-08-20T22:54:55.6533485Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/options.go' from root:root to runner:runner
2025-08-20T22:54:55.6534136Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/zstd.go' from root:root to runner:runner
2025-08-20T22:54:55.6534807Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/zstd_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6535525Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe' from root:root to runner:runner
2025-08-20T22:54:55.6536187Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cmpver/version.go' from root:root to runner:runner
2025-08-20T22:54:55.6536855Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cmpver/version_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6537464Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cmpver' from root:root to runner:runner
2025-08-20T22:54:55.6538145Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/goroutines.go' from root:root to runner:runner
2025-08-20T22:54:55.6538860Z [00:04:19.192]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/goroutines_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6539553Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/tracker.go' from root:root to runner:runner
2025-08-20T22:54:55.6540258Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines' from root:root to runner:runner
2025-08-20T22:54:55.6540938Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/testenv/testenv_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6541593Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/testenv/testenv.go' from root:root to runner:runner
2025-08-20T22:54:55.6542278Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/testenv' from root:root to runner:runner
2025-08-20T22:54:55.6542932Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/expvarx/expvarx.go' from root:root to runner:runner
2025-08-20T22:54:55.6543612Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/expvarx/expvarx_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6544218Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/expvarx' from root:root to runner:runner
2025-08-20T22:54:55.6544887Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/multierr/multierr.go' from root:root to runner:runner
2025-08-20T22:54:55.6545793Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/multierr/multierr_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6546413Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/multierr' from root:root to runner:runner
2025-08-20T22:54:55.6547131Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.6547846Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine_default.go' from root:root to runner:runner
2025-08-20T22:54:55.6548574Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6549263Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine.go' from root:root to runner:runner
2025-08-20T22:54:55.6549891Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine' from root:root to runner:runner
2025-08-20T22:54:55.6550553Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineread/lineread.go' from root:root to runner:runner
2025-08-20T22:54:55.6551165Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineread' from root:root to runner:runner
2025-08-20T22:54:55.6551899Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/conpty/conpty_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6552538Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/conpty' from root:root to runner:runner
2025-08-20T22:54:55.6553337Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6554022Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6554712Z [00:04:19.193]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/s4u_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6555697Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/lsa_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6556345Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u' from root:root to runner:runner
2025-08-20T22:54:55.6557074Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/userprofile_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6558031Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winenv/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6558900Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winenv/winenv_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6559605Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winenv/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6560254Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winenv' from root:root to runner:runner
2025-08-20T22:54:55.6560962Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/userprofile_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6561660Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6562538Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6563258Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/watcher_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6563935Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6564663Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/policylock_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6565577Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/gp_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6566395Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/gp_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6567024Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp' from root:root to runner:runner
2025-08-20T22:54:55.6567713Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6568481Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/restartmgr_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6569149Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6569857Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.6570612Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/authenticode/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6571346Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/authenticode/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6572255Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/authenticode/authenticode_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6572931Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/authenticode' from root:root to runner:runner
2025-08-20T22:54:55.6573657Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/restartmgr_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6574366Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6575569Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/startupinfo_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6576658Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/subprocess_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6577600Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/policy/policy_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6578358Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/policy/policy_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6579000Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/policy' from root:root to runner:runner
2025-08-20T22:54:55.6579703Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/svcdiag_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6580450Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil.go' from root:root to runner:runner
2025-08-20T22:54:55.6581375Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/testdata/testrestartableprocesses/restartableprocess_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6582186Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/testdata/testrestartableprocesses/main.go' from root:root to runner:runner
2025-08-20T22:54:55.6583326Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/testdata/testrestartableprocesses' from root:root to runner:runner
2025-08-20T22:54:55.6584494Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/testdata' from root:root to runner:runner
2025-08-20T22:54:55.6585321Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil' from root:root to runner:runner
2025-08-20T22:54:55.6586028Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dnsname/dnsname.go' from root:root to runner:runner
2025-08-20T22:54:55.6586818Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dnsname/dnsname_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6587535Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dnsname' from root:root to runner:runner
2025-08-20T22:54:55.6588238Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/groupmember/groupmember.go' from root:root to runner:runner
2025-08-20T22:54:55.6588868Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/groupmember' from root:root to runner:runner
2025-08-20T22:54:55.6589603Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osshare/filesharingstatus_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6590338Z [00:04:19.194]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osshare/filesharingstatus_noop.go' from root:root to runner:runner
2025-08-20T22:54:55.6590945Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osshare' from root:root to runner:runner
2025-08-20T22:54:55.6591630Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ringbuffer/ringbuffer.go' from root:root to runner:runner
2025-08-20T22:54:55.6592336Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ringbuffer/ringbuffer_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6592959Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ringbuffer' from root:root to runner:runner
2025-08-20T22:54:55.6593641Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6594359Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk.go' from root:root to runner:runner
2025-08-20T22:54:55.6595068Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6595931Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk' from root:root to runner:runner
2025-08-20T22:54:55.6596702Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httphdr/httphdr_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6597358Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httphdr/httphdr.go' from root:root to runner:runner
2025-08-20T22:54:55.6597972Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httphdr' from root:root to runner:runner
2025-08-20T22:54:55.6598654Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/deephash_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6599344Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer_norace.go' from root:root to runner:runner
2025-08-20T22:54:55.6600103Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/types.go' from root:root to runner:runner
2025-08-20T22:54:55.6600810Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/testtype/testtype.go' from root:root to runner:runner
2025-08-20T22:54:55.6601461Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/testtype' from root:root to runner:runner
2025-08-20T22:54:55.6602127Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/deephash.go' from root:root to runner:runner
2025-08-20T22:54:55.6602781Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/debug.go' from root:root to runner:runner
2025-08-20T22:54:55.6603438Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer.go' from root:root to runner:runner
2025-08-20T22:54:55.6604121Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer_race.go' from root:root to runner:runner
2025-08-20T22:54:55.6604832Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/tailscale_types_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6605731Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/types_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6606371Z [00:04:19.195]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash' from root:root to runner:runner
2025-08-20T22:54:55.6607104Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/interface.go' from root:root to runner:runner
2025-08-20T22:54:55.6607738Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/none.go' from root:root to runner:runner
2025-08-20T22:54:55.6608379Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/locking.go' from root:root to runner:runner
2025-08-20T22:54:55.6609034Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/cache_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6609736Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/single.go' from root:root to runner:runner
2025-08-20T22:54:55.6610339Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache' from root:root to runner:runner
2025-08-20T22:54:55.6611009Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/codegen/codegen_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6611662Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/codegen/codegen.go' from root:root to runner:runner
2025-08-20T22:54:55.6612332Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/codegen' from root:root to runner:runner
2025-08-20T22:54:55.6613061Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/slicesx/slicesx_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6613716Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/slicesx/slicesx.go' from root:root to runner:runner
2025-08-20T22:54:55.6614318Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/slicesx' from root:root to runner:runner
2025-08-20T22:54:55.6614965Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/hashx/block512.go' from root:root to runner:runner
2025-08-20T22:54:55.6615865Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/hashx/block512_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6616474Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/hashx' from root:root to runner:runner
2025-08-20T22:54:55.6617115Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/on.go' from root:root to runner:runner
2025-08-20T22:54:55.6617790Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/racebuild.go' from root:root to runner:runner
2025-08-20T22:54:55.6618428Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/off.go' from root:root to runner:runner
2025-08-20T22:54:55.6619056Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild' from root:root to runner:runner
2025-08-20T22:54:55.6619816Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/usermetric.go' from root:root to runner:runner
2025-08-20T22:54:55.6620482Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/metrics.go' from root:root to runner:runner
2025-08-20T22:54:55.6621189Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/usermetric_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6621876Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric' from root:root to runner:runner
2025-08-20T22:54:55.6622547Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineiter/lineiter.go' from root:root to runner:runner
2025-08-20T22:54:55.6623230Z [00:04:19.196]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineiter/lineiter_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6623841Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineiter' from root:root to runner:runner
2025-08-20T22:54:55.6624546Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/syspolicy_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6625733Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/loggerx/logger_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6626528Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/loggerx/logger.go' from root:root to runner:runner
2025-08-20T22:54:55.6627393Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/loggerx' from root:root to runner:runner
2025-08-20T22:54:55.6628118Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/internal.go' from root:root to runner:runner
2025-08-20T22:54:55.6628898Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/test_handler.go' from root:root to runner:runner
2025-08-20T22:54:55.6629666Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/metrics_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6630406Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/metrics.go' from root:root to runner:runner
2025-08-20T22:54:55.6631100Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics' from root:root to runner:runner
2025-08-20T22:54:55.6631858Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal' from root:root to runner:runner
2025-08-20T22:54:55.6632590Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/handler.go' from root:root to runner:runner
2025-08-20T22:54:55.6633410Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/resultant_policy.go' from root:root to runner:runner
2025-08-20T22:54:55.6634081Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/rsop.go' from root:root to runner:runner
2025-08-20T22:54:55.6634819Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/store_registration.go' from root:root to runner:runner
2025-08-20T22:54:55.6635880Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/resultant_policy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6636619Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/change_callbacks.go' from root:root to runner:runner
2025-08-20T22:54:55.6637260Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop' from root:root to runner:runner
2025-08-20T22:54:55.6637944Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/policy_keys.go' from root:root to runner:runner
2025-08-20T22:54:55.6638780Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/env_policy_store_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6639606Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_store_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6640558Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/env_policy_store.go' from root:root to runner:runner
2025-08-20T22:54:55.6641311Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_reader_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6642036Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_reader.go' from root:root to runner:runner
2025-08-20T22:54:55.6642794Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_store_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6643509Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/test_store.go' from root:root to runner:runner
2025-08-20T22:54:55.6644221Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_source.go' from root:root to runner:runner
2025-08-20T22:54:55.6645347Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source' from root:root to runner:runner
2025-08-20T22:54:55.6646398Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/raw_item_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6647306Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/setting_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6648190Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/types.go' from root:root to runner:runner
2025-08-20T22:54:55.6648926Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/policy_scope.go' from root:root to runner:runner
2025-08-20T22:54:55.6649697Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/setting.go' from root:root to runner:runner
2025-08-20T22:54:55.6650398Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/summary.go' from root:root to runner:runner
2025-08-20T22:54:55.6651104Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/raw_item.go' from root:root to runner:runner
2025-08-20T22:54:55.6651793Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/origin.go' from root:root to runner:runner
2025-08-20T22:54:55.6652477Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/key.go' from root:root to runner:runner
2025-08-20T22:54:55.6653892Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/errors.go' from root:root to runner:runner
2025-08-20T22:54:55.6654827Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/snapshot_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6655824Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/snapshot.go' from root:root to runner:runner
2025-08-20T22:54:55.6656580Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/policy_scope_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6657256Z [00:04:19.197]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting' from root:root to runner:runner
2025-08-20T22:54:55.6657933Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/syspolicy.go' from root:root to runner:runner
2025-08-20T22:54:55.6658636Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/policy_keys_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6659323Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/syspolicy_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6659949Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy' from root:root to runner:runner
2025-08-20T22:54:55.6660621Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httpm/httpm_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6661351Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httpm/httpm.go' from root:root to runner:runner
2025-08-20T22:54:55.6661951Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httpm' from root:root to runner:runner
2025-08-20T22:54:55.6662583Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/must/must.go' from root:root to runner:runner
2025-08-20T22:54:55.6663238Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/must' from root:root to runner:runner
2025-08-20T22:54:55.6663940Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/precompress/precompress.go' from root:root to runner:runner
2025-08-20T22:54:55.6664573Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/precompress' from root:root to runner:runner
2025-08-20T22:54:55.6665408Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/mak/mak_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6666040Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/mak/mak.go' from root:root to runner:runner
2025-08-20T22:54:55.6666706Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/mak' from root:root to runner:runner
2025-08-20T22:54:55.6667429Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/stringsx/stringsx.go' from root:root to runner:runner
2025-08-20T22:54:55.6668121Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/stringsx/stringsx_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6668730Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/stringsx' from root:root to runner:runner
2025-08-20T22:54:55.6669435Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/sysresources.go' from root:root to runner:runner
2025-08-20T22:54:55.6670144Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_darwin.go' from root:root to runner:runner
2025-08-20T22:54:55.6670871Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_unsupported.go' from root:root to runner:runner
2025-08-20T22:54:55.6671563Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6672244Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory.go' from root:root to runner:runner
2025-08-20T22:54:55.6672940Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_bsd.go' from root:root to runner:runner
2025-08-20T22:54:55.6673664Z [00:04:19.198]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/sysresources_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6674362Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources' from root:root to runner:runner
2025-08-20T22:54:55.6675042Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/nocasemaps/nocase_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6676032Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/nocasemaps/nocase.go' from root:root to runner:runner
2025-08-20T22:54:55.6676764Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/nocasemaps' from root:root to runner:runner
2025-08-20T22:54:55.6677449Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/bench_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6678141Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debug-demo/main.go' from root:root to runner:runner
2025-08-20T22:54:55.6678810Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debug-demo' from root:root to runner:runner
2025-08-20T22:54:55.6679481Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/bus_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6680254Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/client.go' from root:root to runner:runner
2025-08-20T22:54:55.6680938Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/subscribe.go' from root:root to runner:runner
2025-08-20T22:54:55.6681580Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6682231Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debug.go' from root:root to runner:runner
2025-08-20T22:54:55.6682886Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/queue.go' from root:root to runner:runner
2025-08-20T22:54:55.6683579Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debughttp_off.go' from root:root to runner:runner
2025-08-20T22:54:55.6684218Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/bus.go' from root:root to runner:runner
2025-08-20T22:54:55.6684925Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6685920Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/eventbustest.go' from root:root to runner:runner
2025-08-20T22:54:55.6686712Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/eventbustest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6687538Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/examples_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6688207Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest' from root:root to runner:runner
2025-08-20T22:54:55.6688884Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/fetch-htmx.go' from root:root to runner:runner
2025-08-20T22:54:55.6689613Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/publish.go' from root:root to runner:runner
2025-08-20T22:54:55.6690287Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debughttp.go' from root:root to runner:runner
2025-08-20T22:54:55.6690988Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/monitor.html' from root:root to runner:runner
2025-08-20T22:54:55.6691680Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/style.css' from root:root to runner:runner
2025-08-20T22:54:55.6692372Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/event.html' from root:root to runner:runner
2025-08-20T22:54:55.6693229Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/htmx.min.js.gz' from root:root to runner:runner
2025-08-20T22:54:55.6693923Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/main.html' from root:root to runner:runner
2025-08-20T22:54:55.6694676Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/htmx-websocket.min.js.gz' from root:root to runner:runner
2025-08-20T22:54:55.6695801Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets' from root:root to runner:runner
2025-08-20T22:54:55.6696454Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus' from root:root to runner:runner
2025-08-20T22:54:55.6697133Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cstruct/cstruct_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6697788Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cstruct/cstruct.go' from root:root to runner:runner
2025-08-20T22:54:55.6698497Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cstruct/cstruct_example_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6699111Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cstruct' from root:root to runner:runner
2025-08-20T22:54:55.6699957Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_types.go' from root:root to runner:runner
2025-08-20T22:54:55.6700721Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/helpers.go' from root:root to runner:runner
2025-08-20T22:54:55.6701372Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfw.go' from root:root to runner:runner
2025-08-20T22:54:55.6702014Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/fake.go' from root:root to runner:runner
2025-08-20T22:54:55.6702771Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_for_svcs.go' from root:root to runner:runner
2025-08-20T22:54:55.6703434Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables.go' from root:root to runner:runner
2025-08-20T22:54:55.6704126Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_for_svcs.go' from root:root to runner:runner
2025-08-20T22:54:55.6704784Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables.go' from root:root to runner:runner
2025-08-20T22:54:55.6705620Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/detector.go' from root:root to runner:runner
2025-08-20T22:54:55.6706467Z [00:04:19.199]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_runner_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6707166Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_runner.go' from root:root to runner:runner
2025-08-20T22:54:55.6707946Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfwtest/linuxfwtest_unsupported.go' from root:root to runner:runner
2025-08-20T22:54:55.6708677Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfwtest/linuxfwtest.go' from root:root to runner:runner
2025-08-20T22:54:55.6709354Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfwtest' from root:root to runner:runner
2025-08-20T22:54:55.6710043Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_runner.go' from root:root to runner:runner
2025-08-20T22:54:55.6710747Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_runner_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6711432Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/fake_netfilter.go' from root:root to runner:runner
2025-08-20T22:54:55.6712156Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_for_svcs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6713293Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_for_svcs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6714307Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfw_unsupported.go' from root:root to runner:runner
2025-08-20T22:54:55.6715083Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw' from root:root to runner:runner
2025-08-20T22:54:55.6716012Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/truncate/truncate_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6716786Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/truncate/truncate.go' from root:root to runner:runner
2025-08-20T22:54:55.6717407Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/truncate' from root:root to runner:runner
2025-08-20T22:54:55.6718086Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/execqueue/execqueue.go' from root:root to runner:runner
2025-08-20T22:54:55.6718781Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/execqueue/execqueue_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6719398Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/execqueue' from root:root to runner:runner
2025-08-20T22:54:55.6720234Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/clientmetric/clientmetric_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6721183Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/clientmetric/clientmetric.go' from root:root to runner:runner
2025-08-20T22:54:55.6722370Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/clientmetric' from root:root to runner:runner
2025-08-20T22:54:55.6723149Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/progresstracking/progresstracking.go' from root:root to runner:runner
2025-08-20T22:54:55.6723809Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/progresstracking' from root:root to runner:runner
2025-08-20T22:54:55.6724454Z [00:04:19.200]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6725375Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/systemd_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6726140Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/systemd_nonlinux.go' from root:root to runner:runner
2025-08-20T22:54:55.6726764Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd' from root:root to runner:runner
2025-08-20T22:54:55.6727415Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/topk/topk.go' from root:root to runner:runner
2025-08-20T22:54:55.6728179Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/topk/topk_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6728776Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/topk' from root:root to runner:runner
2025-08-20T22:54:55.6729444Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/reload/reload_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6730094Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/reload/reload.go' from root:root to runner:runner
2025-08-20T22:54:55.6730779Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/reload' from root:root to runner:runner
2025-08-20T22:54:55.6731442Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/rands_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6732113Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/cheap_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6732747Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/cheap.go' from root:root to runner:runner
2025-08-20T22:54:55.6733445Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/rands.go' from root:root to runner:runner
2025-08-20T22:54:55.6734105Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands' from root:root to runner:runner
2025-08-20T22:54:55.6734806Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6735711Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_noimpl.go' from root:root to runner:runner
2025-08-20T22:54:55.6736392Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner.go' from root:root to runner:runner
2025-08-20T22:54:55.6737111Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6737798Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6738414Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner' from root:root to runner:runner
2025-08-20T22:54:55.6739109Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/zsyscall_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6739844Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/internal/wsc/wsc_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6740516Z [00:04:19.201]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/internal/wsc' from root:root to runner:runner
2025-08-20T22:54:55.6741233Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/internal' from root:root to runner:runner
2025-08-20T22:54:55.6741893Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/mksyscall.go' from root:root to runner:runner
2025-08-20T22:54:55.6742589Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag_windows_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6743305Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag.go' from root:root to runner:runner
2025-08-20T22:54:55.6743981Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6744678Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag_notwindows.go' from root:root to runner:runner
2025-08-20T22:54:55.6745465Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag' from root:root to runner:runner
2025-08-20T22:54:55.6746138Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ctxkey/key_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6746901Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ctxkey/key.go' from root:root to runner:runner
2025-08-20T22:54:55.6747512Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ctxkey' from root:root to runner:runner
2025-08-20T22:54:55.6748146Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/intset.go' from root:root to runner:runner
2025-08-20T22:54:55.6748764Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/set.go' from root:root to runner:runner
2025-08-20T22:54:55.6749424Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/slice_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6750057Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/handle.go' from root:root to runner:runner
2025-08-20T22:54:55.6750746Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/slice.go' from root:root to runner:runner
2025-08-20T22:54:55.6751406Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/smallset_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6752056Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/set_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6752759Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/smallset.go' from root:root to runner:runner
2025-08-20T22:54:55.6753413Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/intset_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6754012Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set' from root:root to runner:runner
2025-08-20T22:54:55.6754665Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/group_ids.go' from root:root to runner:runner
2025-08-20T22:54:55.6755619Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/group_ids_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6756361Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/user.go' from root:root to runner:runner
2025-08-20T22:54:55.6756979Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser' from root:root to runner:runner
2025-08-20T22:54:55.6757641Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/vizerror/vizerror.go' from root:root to runner:runner
2025-08-20T22:54:55.6758328Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/vizerror/vizerror_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6758944Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/vizerror' from root:root to runner:runner
2025-08-20T22:54:55.6759677Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cibuild/cibuild.go' from root:root to runner:runner
2025-08-20T22:54:55.6760304Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cibuild' from root:root to runner:runner
2025-08-20T22:54:55.6760882Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util' from root:root to runner:runner
2025-08-20T22:54:55.6761505Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/README.md' from root:root to runner:runner
2025-08-20T22:54:55.6762159Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server.go' from root:root to runner:runner
2025-08-20T22:54:55.6762953Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server_default.go' from root:root to runner:runner
2025-08-20T22:54:55.6763792Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/websocket_stub.go' from root:root to runner:runner
2025-08-20T22:54:55.6764488Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6765398Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_server.go' from root:root to runner:runner
2025-08-20T22:54:55.6766192Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/websocket.go' from root:root to runner:runner
2025-08-20T22:54:55.6766875Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/mesh_client.go' from root:root to runner:runner
2025-08-20T22:54:55.6767575Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_client.go' from root:root to runner:runner
2025-08-20T22:54:55.6768356Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp' from root:root to runner:runner
2025-08-20T22:54:55.6769081Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_client.go' from root:root to runner:runner
2025-08-20T22:54:55.6769737Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfeb.o' from root:root to runner:runner
2025-08-20T22:54:55.6770383Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6770999Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp.c' from root:root to runner:runner
2025-08-20T22:54:55.6771677Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_endian.h' from root:root to runner:runner
2025-08-20T22:54:55.6772429Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_helpers.h' from root:root to runner:runner
2025-08-20T22:54:55.6773154Z [00:04:19.202]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/LICENSE.BSD-2-Clause' from root:root to runner:runner
2025-08-20T22:54:55.6773843Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_tracing.h' from root:root to runner:runner
2025-08-20T22:54:55.6774541Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_helper_defs.h' from root:root to runner:runner
2025-08-20T22:54:55.6775463Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/update.go' from root:root to runner:runner
2025-08-20T22:54:55.6776160Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers' from root:root to runner:runner
2025-08-20T22:54:55.6776865Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp.go' from root:root to runner:runner
2025-08-20T22:54:55.6777529Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp_linux_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6778176Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp_default.go' from root:root to runner:runner
2025-08-20T22:54:55.6778883Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfeb.go' from root:root to runner:runner
2025-08-20T22:54:55.6779522Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfel.o' from root:root to runner:runner
2025-08-20T22:54:55.6780169Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfel.go' from root:root to runner:runner
2025-08-20T22:54:55.6781183Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp' from root:root to runner:runner
2025-08-20T22:54:55.6782070Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derpconst/derpconst.go' from root:root to runner:runner
2025-08-20T22:54:55.6782960Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derpconst' from root:root to runner:runner
2025-08-20T22:54:55.6783589Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp.go' from root:root to runner:runner
2025-08-20T22:54:55.6784253Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6784880Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6785786Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/testdata/example_ss.txt' from root:root to runner:runner
2025-08-20T22:54:55.6786485Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/testdata' from root:root to runner:runner
2025-08-20T22:54:55.6787071Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp' from root:root to runner:runner
2025-08-20T22:54:55.6787670Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ALPINE.txt' from root:root to runner:runner
2025-08-20T22:54:55.6788362Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_permissions_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6789011Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6790136Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/drive_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6791284Z [00:04:19.203]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/readonlydir.go' from root:root to runner:runner
2025-08-20T22:54:55.6792002Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/pathutil.go' from root:root to runner:runner
2025-08-20T22:54:55.6792699Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/stat.go' from root:root to runner:runner
2025-08-20T22:54:55.6793510Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/xml.go' from root:root to runner:runner
2025-08-20T22:54:55.6794249Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/pathutil_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6794902Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared' from root:root to runner:runner
2025-08-20T22:54:55.6795928Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/birthtiming_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6796750Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/connlistener_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6797503Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/stat_cache.go' from root:root to runner:runner
2025-08-20T22:54:55.6798270Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/compositedav.go' from root:root to runner:runner
2025-08-20T22:54:55.6799031Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/stat_cache_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6799775Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/rewriting.go' from root:root to runner:runner
2025-08-20T22:54:55.6800519Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav' from root:root to runner:runner
2025-08-20T22:54:55.6801209Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/stat.go' from root:root to runner:runner
2025-08-20T22:54:55.6801898Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/mkdir.go' from root:root to runner:runner
2025-08-20T22:54:55.6802598Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/openfile.go' from root:root to runner:runner
2025-08-20T22:54:55.6803317Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/removeall.go' from root:root to runner:runner
2025-08-20T22:54:55.6804000Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/dirfs.go' from root:root to runner:runner
2025-08-20T22:54:55.6804762Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/rename.go' from root:root to runner:runner
2025-08-20T22:54:55.6805670Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/dirfs_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6806334Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs' from root:root to runner:runner
2025-08-20T22:54:55.6807105Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/birthtiming.go' from root:root to runner:runner
2025-08-20T22:54:55.6807793Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/fileserver.go' from root:root to runner:runner
2025-08-20T22:54:55.6808486Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/connlistener.go' from root:root to runner:runner
2025-08-20T22:54:55.6809163Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/local_impl.go' from root:root to runner:runner
2025-08-20T22:54:55.6809912Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/remote_impl.go' from root:root to runner:runner
2025-08-20T22:54:55.6810537Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl' from root:root to runner:runner
2025-08-20T22:54:55.6811179Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/drive_view.go' from root:root to runner:runner
2025-08-20T22:54:55.6811814Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_unix.go' from root:root to runner:runner
2025-08-20T22:54:55.6812463Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/drive_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6813142Z [00:04:19.204]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote.go' from root:root to runner:runner
2025-08-20T22:54:55.6813778Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/local.go' from root:root to runner:runner
2025-08-20T22:54:55.6814450Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_permissions.go' from root:root to runner:runner
2025-08-20T22:54:55.6815266Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_nonunix.go' from root:root to runner:runner
2025-08-20T22:54:55.6820827Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive' from root:root to runner:runner
2025-08-20T22:54:55.6821567Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka_clone.go' from root:root to runner:runner
2025-08-20T22:54:55.6822338Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sig_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6822940Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sig.go' from root:root to runner:runner
2025-08-20T22:54:55.6823599Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/chaintest_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6824265Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka.go' from root:root to runner:runner
2025-08-20T22:54:55.6824888Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/key_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6825830Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/deeplink_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6826499Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/builder_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6827151Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tailchonk_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6827849Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sync.go' from root:root to runner:runner
2025-08-20T22:54:55.6828485Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/state_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6829115Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tailchonk.go' from root:root to runner:runner
2025-08-20T22:54:55.6829725Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/state.go' from root:root to runner:runner
2025-08-20T22:54:55.6830318Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/key.go' from root:root to runner:runner
2025-08-20T22:54:55.6830985Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/aum.go' from root:root to runner:runner
2025-08-20T22:54:55.6831620Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/aum_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6832478Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/deeplink.go' from root:root to runner:runner
2025-08-20T22:54:55.6833120Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sync_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6833760Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/scenario_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6834396Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6835086Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/builder.go' from root:root to runner:runner
2025-08-20T22:54:55.6835903Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka' from root:root to runner:runner
2025-08-20T22:54:55.6836659Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_wakeonlan.go' from root:root to runner:runner
2025-08-20T22:54:55.6837658Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_relayserver.go' from root:root to runner:runner
2025-08-20T22:54:55.6838396Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/condregister.go' from root:root to runner:runner
2025-08-20T22:54:55.6839126Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_taildrop.go' from root:root to runner:runner
2025-08-20T22:54:55.6839831Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_tpm.go' from root:root to runner:runner
2025-08-20T22:54:55.6840546Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_capture.go' from root:root to runner:runner
2025-08-20T22:54:55.6841331Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_tap.go' from root:root to runner:runner
2025-08-20T22:54:55.6841985Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister' from root:root to runner:runner
2025-08-20T22:54:55.6842698Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/relayserver/relayserver.go' from root:root to runner:runner
2025-08-20T22:54:55.6843426Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/relayserver/relayserver_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6844078Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/relayserver' from root:root to runner:runner
2025-08-20T22:54:55.6844824Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/wakeonlan/wakeonlan.go' from root:root to runner:runner
2025-08-20T22:54:55.6845732Z [00:04:19.205]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/wakeonlan' from root:root to runner:runner
2025-08-20T22:54:55.6846461Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/integration_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6847130Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/delete.go' from root:root to runner:runner
2025-08-20T22:54:55.6847825Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/fileops.go' from root:root to runner:runner
2025-08-20T22:54:55.6848603Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/taildrop_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6849302Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/ext.go' from root:root to runner:runner
2025-08-20T22:54:55.6850480Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/send.go' from root:root to runner:runner
2025-08-20T22:54:55.6851434Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/resume.go' from root:root to runner:runner
2025-08-20T22:54:55.6852153Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/doc.go' from root:root to runner:runner
2025-08-20T22:54:55.6852829Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/paths.go' from root:root to runner:runner
2025-08-20T22:54:55.6853524Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/peerapi_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6854220Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/resume_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6854994Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/send_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6855905Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/target_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6856595Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/peerapi.go' from root:root to runner:runner
2025-08-20T22:54:55.6857294Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/fileops_fs.go' from root:root to runner:runner
2025-08-20T22:54:55.6858583Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/taildrop.go' from root:root to runner:runner
2025-08-20T22:54:55.6859576Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/delete_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6860281Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/retrieve.go' from root:root to runner:runner
2025-08-20T22:54:55.6860958Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/localapi.go' from root:root to runner:runner
2025-08-20T22:54:55.6861592Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop' from root:root to runner:runner
2025-08-20T22:54:55.6862280Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/capture.go' from root:root to runner:runner
2025-08-20T22:54:55.6863002Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector/dissector.go' from root:root to runner:runner
2025-08-20T22:54:55.6863812Z [00:04:19.206]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector/ts-dissector.lua' from root:root to runner:runner
2025-08-20T22:54:55.6864475Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector' from root:root to runner:runner
2025-08-20T22:54:55.6865391Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture' from root:root to runner:runner
2025-08-20T22:54:55.6866066Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_test.go' from root:root to runner:runner
2025-08-20T22:54:55.6866710Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm.go' from root:root to runner:runner
2025-08-20T22:54:55.6867363Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_other.go' from root:root to runner:runner
2025-08-20T22:54:55.6868020Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6868808Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_windows.go' from root:root to runner:runner
2025-08-20T22:54:55.6869416Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm' from root:root to runner:runner
2025-08-20T22:54:55.6870087Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tap/tap_linux.go' from root:root to runner:runner
2025-08-20T22:54:55.6870704Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tap' from root:root to runner:runner
2025-08-20T22:54:55.6871341Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/feature.go' from root:root to runner:runner
2025-08-20T22:54:55.6871988Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature' from root:root to runner:runner
2025-08-20T22:54:55.6872557Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO' from root:root to runner:runner
2025-08-20T22:54:55.6873083Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53' from root:root to runner:runner
2025-08-20T22:54:55.6873571Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:54:55.6874100Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailscale-multi' from runner:docker to runner:runner
2025-08-20T22:54:55.6874624Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailscaled' from runner:docker to runner:runner
2025-08-20T22:54:55.6875371Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:54:55.6876100Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:54:55.6876617Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailscale' from runner:docker to runner:runner
2025-08-20T22:54:55.6877085Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:54:55.6877612Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.version' from runner:docker to runner:runner
2025-08-20T22:54:55.6878173Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale-multi' from runner:docker to runner:runner
2025-08-20T22:54:55.6878621Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:54:55.6879083Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscaled' from runner:docker to runner:runner
2025-08-20T22:54:55.6879532Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:54:55.6879987Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale' from runner:docker to runner:runner
2025-08-20T22:54:55.6880412Z [00:04:19.207]➜  changed ownership of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:54:55.6880969Z [00:04:19.216]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6881687Z [00:04:19.223]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6882369Z [00:04:19.230]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6883094Z [00:04:19.237]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6883809Z [00:04:19.244]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6884563Z [00:04:19.251]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6885466Z [00:04:19.258]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6886180Z [00:04:19.264]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/atomicfile/atomicfile_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6886812Z [00:04:19.272]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6887479Z [00:04:19.279]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6888120Z [00:04:19.286]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/migrate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6888836Z [00:04:19.293]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/paths/paths_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6889553Z [00:04:19.299]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/portmapper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6890242Z [00:04:19.306]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/legacy_upnp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6890990Z [00:04:19.313]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/select_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6891655Z [00:04:19.320]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6892313Z [00:04:19.327]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/upnp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6893008Z [00:04:19.334]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/portmapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6893770Z [00:04:19.341]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/disabled_stubs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6894452Z [00:04:19.348]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/upnp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6895553Z [00:04:19.355]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcpresultcode_string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6896246Z [00:04:19.362]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/igd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6896996Z [00:04:19.369]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pmpresultcode_string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6897744Z [00:04:19.376]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/portmapper/pcp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6898386Z [00:04:19.383]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6899017Z [00:04:19.390]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/fake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6899674Z [00:04:19.397]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_macos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6900328Z [00:04:19.404]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/mtu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6901137Z [00:04:19.410]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/linkattrs_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6902121Z [00:04:19.417]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/ifstatus_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6902783Z [00:04:19.424]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6903547Z [00:04:19.431]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6904206Z [00:04:19.438]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tstun_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6921674Z [00:04:19.445]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.6988713Z [00:04:19.452]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap_noop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7058446Z [00:04:19.459]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/linkattrs_notlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7128392Z [00:04:19.466]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/mtu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7197153Z [00:04:19.472]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7265400Z [00:04:19.479]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/ifstatus_noop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7332779Z [00:04:19.486]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/tun_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7400663Z [00:04:19.493]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tstun/wrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7470171Z [00:04:19.500]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/proxymux/mux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7538411Z [00:04:19.507]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/proxymux/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7605566Z [00:04:19.513]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/stride_table_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7672821Z [00:04:19.520]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/table_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7739586Z [00:04:19.527]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/art_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7808081Z [00:04:19.534]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/stride_table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7874932Z [00:04:19.540]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/art/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.7944123Z [00:04:19.547]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/default_interface_portable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8012228Z [00:04:19.554]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/default_interface_portable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8079582Z [00:04:19.561]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/netutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8146364Z [00:04:19.567]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/routes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8214257Z [00:04:19.574]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/netutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8280448Z [00:04:19.581]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netutil/ip_forward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8348472Z [00:04:19.588]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8416716Z [00:04:19.594]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8486342Z [00:04:19.601]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_darwin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8555675Z [00:04:19.608]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/defaultroute_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8625358Z [00:04:19.615]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_default_route_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8696539Z [00:04:19.622]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/loghelper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8765766Z [00:04:19.629]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8834157Z [00:04:19.636]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8901893Z [00:04:19.643]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.8969806Z [00:04:19.650]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9037816Z [00:04:19.656]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/defaultroute_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9112063Z [00:04:19.664]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/polling.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9179805Z [00:04:19.671]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9247609Z [00:04:19.677]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9315937Z [00:04:19.684]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9383428Z [00:04:19.691]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/loghelper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9453474Z [00:04:19.698]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9520103Z [00:04:19.705]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9589612Z [00:04:19.712]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9656352Z [00:04:19.718]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_polling.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9724892Z [00:04:19.725]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_defaultrouteif_todo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9792610Z [00:04:19.732]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9860540Z [00:04:19.739]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9929027Z [00:04:19.746]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:55.9996043Z [00:04:19.752]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0062841Z [00:04:19.759]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/netmon_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0130468Z [00:04:19.766]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netmon/interfaces_darwin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0197819Z [00:04:19.772]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0265799Z [00:04:19.779]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0332159Z [00:04:19.786]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0399335Z [00:04:19.793]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0467289Z [00:04:19.799]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0534493Z [00:04:19.806]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_synology_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0602195Z [00:04:19.813]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0669622Z [00:04:19.820]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tshttpproxy/tshttpproxy_synology.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0736580Z [00:04:19.826]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/standalone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0803557Z [00:04:19.833]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/netcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0871741Z [00:04:19.840]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netcheck/netcheck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.0939006Z [00:04:19.847]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1005673Z [00:04:19.853]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1072339Z [00:04:19.860]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1139510Z [00:04:19.867]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/neterror/neterror_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1207062Z [00:04:19.873]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netknob/netknob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1274690Z [00:04:19.880]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netx/netx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1343780Z [00:04:19.887]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/pipe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1411227Z [00:04:19.894]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/pipe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1478414Z [00:04:19.901]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/memnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1544869Z [00:04:19.907]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1614813Z [00:04:19.914]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/conn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1681723Z [00:04:19.921]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/listener_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1749230Z [00:04:19.928]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/memnet/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1816943Z [00:04:19.934]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1884805Z [00:04:19.941]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.1952523Z [00:04:19.948]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2020934Z [00:04:19.955]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/batching/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2089648Z [00:04:19.962]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsaddr/tsaddr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2156964Z [00:04:19.968]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsaddr/tsaddr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2225717Z [00:04:19.975]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dohclient_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2292638Z [00:04:19.982]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dnsmap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2361302Z [00:04:19.989]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/tsdial.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2428853Z [00:04:19.996]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/peerapi_macios_ext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2496380Z [00:04:20.002]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dnsmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2563444Z [00:04:20.009]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tsdial/dohclient.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2631399Z [00:04:20.016]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/geneve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2700469Z [00:04:20.023]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/packet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2767571Z [00:04:20.029]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/geneve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2836126Z [00:04:20.036]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/ip4.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2903453Z [00:04:20.043]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/capture.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.2972354Z [00:04:20.050]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3039750Z [00:04:20.057]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/tsmp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3107921Z [00:04:20.063]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/ip6.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3176633Z [00:04:20.070]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3244455Z [00:04:20.077]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/packet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3312258Z [00:04:20.084]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/udp6.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3380956Z [00:04:20.091]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/checksum/checksum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3448162Z [00:04:20.098]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/checksum/checksum_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3516233Z [00:04:20.104]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/header.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3583634Z [00:04:20.111]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp6.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3650565Z [00:04:20.118]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/udp4.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3717267Z [00:04:20.124]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp6_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3784285Z [00:04:20.131]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/tsmp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3852582Z [00:04:20.138]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/packet/icmp4.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3920241Z [00:04:20.145]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/update-dns-fallbacks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.3989296Z [00:04:20.152]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dnsfallback_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4057516Z [00:04:20.158]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dns-fallback-servers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4127362Z [00:04:20.165]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnsfallback/dnsfallback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4195049Z [00:04:20.172]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stunserver/stunserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4265859Z [00:04:20.179]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stunserver/stunserver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4336467Z [00:04:20.186]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/deps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4404550Z [00:04:20.193]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/tlsdial_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4473214Z [00:04:20.200]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/blockblame/blockblame_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4540950Z [00:04:20.207]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/blockblame/blockblame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4609967Z [00:04:20.214]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tlsdial/tlsdial.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4678058Z [00:04:20.221]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4746442Z [00:04:20.227]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_bsd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4814121Z [00:04:20.234]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4882481Z [00:04:20.241]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.4949529Z [00:04:20.248]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5016974Z [00:04:20.254]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5083724Z [00:04:20.261]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5151318Z [00:04:20.268]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/routetable/routetable_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5220551Z [00:04:20.275]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5290387Z [00:04:20.282]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5358952Z [00:04:20.289]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5428164Z [00:04:20.295]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5495872Z [00:04:20.302]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/tsdns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5563652Z [00:04:20.309]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/tsdns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5631548Z [00:04:20.316]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/doh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5699004Z [00:04:20.323]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/macios_ext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5766497Z [00:04:20.329]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/forwarder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5834922Z [00:04:20.336]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5902252Z [00:04:20.343]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/forwarder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.5969876Z [00:04:20.350]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolver/tsdns_server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6037748Z [00:04:20.356]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6105698Z [00:04:20.363]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/nrpt_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6175600Z [00:04:20.370]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/flush_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6242622Z [00:04:20.377]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/flush_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6310561Z [00:04:20.384]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6378082Z [00:04:20.390]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/noop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6446473Z [00:04:20.397]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/ini_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6515870Z [00:04:20.404]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_plan9_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6582924Z [00:04:20.411]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconffile/resolvconffile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6651652Z [00:04:20.418]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconffile/resolvconffile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6720285Z [00:04:20.425]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6788352Z [00:04:20.432]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/osconfig_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6855303Z [00:04:20.438]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6922547Z [00:04:20.445]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.6990211Z [00:04:20.452]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/publicdns/publicdns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7059574Z [00:04:20.459]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/publicdns/publicdns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7127942Z [00:04:20.465]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconfpath_gokrazy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7197572Z [00:04:20.472]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_solaris.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7265025Z [00:04:20.479]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7332132Z [00:04:20.486]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/ini.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7401278Z [00:04:20.493]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_tcp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7468625Z [00:04:20.500]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7536504Z [00:04:20.506]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconfpath_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7602811Z [00:04:20.513]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_notlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7670883Z [00:04:20.520]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7739406Z [00:04:20.527]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7805529Z [00:04:20.533]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7872483Z [00:04:20.540]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/recursive/recursive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.7939734Z [00:04:20.547]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/recursive/recursive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8006974Z [00:04:20.553]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/direct_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8073796Z [00:04:20.560]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/nm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8142434Z [00:04:20.567]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8209858Z [00:04:20.574]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8277921Z [00:04:20.580]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/openresolv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8346624Z [00:04:20.587]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolved.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8414902Z [00:04:20.594]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/manager_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8482222Z [00:04:20.601]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/wsl_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8550911Z [00:04:20.608]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/osconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8618080Z [00:04:20.615]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8686816Z [00:04:20.621]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/debian_resolvconf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8755524Z [00:04:20.628]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/resolvconf-workaround.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8822612Z [00:04:20.635]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/utf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8889423Z [00:04:20.642]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dns/utf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.8957701Z [00:04:20.648]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connectproxy/connectproxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9025036Z [00:04:20.655]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9126529Z [00:04:20.665]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9194011Z [00:04:20.672]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9263058Z [00:04:20.679]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9333349Z [00:04:20.686]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ktimeout/ktimeout_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9401745Z [00:04:20.693]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stun_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9469669Z [00:04:20.700]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stun_fuzzer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9538193Z [00:04:20.706]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stuntest/stuntest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9606578Z [00:04:20.713]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/stun/stun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9675601Z [00:04:20.720]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netaddr/netaddr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9744297Z [00:04:20.727]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9811671Z [00:04:20.734]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/label_string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9879806Z [00:04:20.741]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_tsgo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:56.9948191Z [00:04:20.748]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_tsgo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0017200Z [00:04:20.754]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_noop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0086827Z [00:04:20.761]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/sockstats/sockstats_tsgo_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0155492Z [00:04:20.768]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/flowtrack/flowtrack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0224666Z [00:04:20.775]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/flowtrack/flowtrack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0292872Z [00:04:20.782]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0361313Z [00:04:20.789]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0431358Z [00:04:20.796]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/endpoint/endpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0503323Z [00:04:20.803]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/udprelay/endpoint/endpoint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0574179Z [00:04:20.810]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/wsconn/wsconn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0644546Z [00:04:20.817]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/bakedroots/bakedroots_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0715970Z [00:04:20.824]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/bakedroots/bakedroots.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0784965Z [00:04:20.831]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/socks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0854875Z [00:04:20.838]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_darwin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0923308Z [00:04:20.845]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.0993801Z [00:04:20.852]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1063161Z [00:04:20.859]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1133697Z [00:04:20.866]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1203144Z [00:04:20.873]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1273448Z [00:04:20.880]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1342196Z [00:04:20.887]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1410849Z [00:04:20.894]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1481349Z [00:04:20.901]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1552153Z [00:04:20.908]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_dw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1624166Z [00:04:20.915]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1694113Z [00:04:20.922]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netns/netns_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1764470Z [00:04:20.929]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ipset/ipset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1832927Z [00:04:20.936]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ipset/ipset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1900340Z [00:04:20.943]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.1966785Z [00:04:20.949]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2035641Z [00:04:20.956]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest_server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2103118Z [00:04:20.963]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/speedtest/speedtest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2170895Z [00:04:20.970]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2239326Z [00:04:20.977]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2307110Z [00:04:20.983]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netkernelconf/netkernelconf_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2375630Z [00:04:20.990]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/dnscache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2443138Z [00:04:20.997]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/messagecache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2511952Z [00:04:21.004]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/dnscache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2580399Z [00:04:21.011]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/dnscache/messagecache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2648098Z [00:04:21.017]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2715643Z [00:04:21.024]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2783354Z [00:04:21.031]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2852002Z [00:04:21.038]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2920705Z [00:04:21.045]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/tcpinfo/tcpinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.2989231Z [00:04:21.052]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/endpoints.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3056224Z [00:04:21.058]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/rawconn_apple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3124430Z [00:04:21.065]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/rawconn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3193038Z [00:04:21.072]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/captivedetection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3260091Z [00:04:21.079]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/captivedetection/captivedetection_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3330368Z [00:04:21.086]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connstats/stats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3397568Z [00:04:21.092]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/connstats/stats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3466096Z [00:04:21.099]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/socks5/socks5_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3533551Z [00:04:21.106]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/socks5/socks5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3603053Z [00:04:21.113]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ping/ping.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3673447Z [00:04:21.120]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/ping/ping_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3741608Z [00:04:21.127]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3809076Z [00:04:21.134]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3877285Z [00:04:21.140]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat_noimpl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.3944553Z [00:04:21.147]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/net/netstat/netstat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4013253Z [00:04:21.154]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version-embed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4083993Z [00:04:21.161]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/pcap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4155744Z [00:04:21.168]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/disco_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4223499Z [00:04:21.175]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/disco.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4294831Z [00:04:21.182]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/disco/disco_fuzzer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4362701Z [00:04:21.189]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/licenses.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4431938Z [00:04:21.196]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/windows.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4499322Z [00:04:21.203]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4567010Z [00:04:21.209]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/tailscale.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4635681Z [00:04:21.216]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/android.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4704266Z [00:04:21.223]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/licenses/apple.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4771704Z [00:04:21.230]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4839343Z [00:04:21.237]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4906390Z [00:04:21.243]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.4975370Z [00:04:21.250]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5043600Z [00:04:21.257]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5111418Z [00:04:21.264]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/filch/filch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5179957Z [00:04:21.271]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5249521Z [00:04:21.278]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5317778Z [00:04:21.284]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5385855Z [00:04:21.291]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logadopt/logadopt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5453622Z [00:04:21.298]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logtail/logtail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5521690Z [00:04:21.305]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logreprocess/demo.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5590878Z [00:04:21.312]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/example/logreprocess/logreprocess.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5659962Z [00:04:21.319]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/logtail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5727612Z [00:04:21.325]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/logtail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5795592Z [00:04:21.332]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/api.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5864699Z [00:04:21.339]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logtail/backoff/backoff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.5932438Z [00:04:21.346]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6001371Z [00:04:21.353]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_notmacos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6068822Z [00:04:21.360]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6137284Z [00:04:21.366]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_notmacos_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6203853Z [00:04:21.373]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_macos_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6271808Z [00:04:21.380]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6338941Z [00:04:21.387]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_macos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6406093Z [00:04:21.393]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/hwaddr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6473772Z [00:04:21.400]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/posture/serialnumber_syspolicy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6541163Z [00:04:21.407]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/maths/ewma.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6610372Z [00:04:21.414]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/maths/ewma_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6678419Z [00:04:21.421]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/noiseconn/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6747408Z [00:04:21.427]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale/vip_service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6816218Z [00:04:21.434]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/client/tailscale/tailscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6883108Z [00:04:21.441]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/internal/tooldeps/tooldeps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.6950956Z [00:04:21.448]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/health.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7016888Z [00:04:21.454]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/warnings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7085094Z [00:04:21.461]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/args.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7153500Z [00:04:21.468]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/healthmsg/healthmsg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7221554Z [00:04:21.475]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/health_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7287929Z [00:04:21.482]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/health/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7355489Z [00:04:21.488]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7424283Z [00:04:21.495]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/deb/debian.postinst.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7492017Z [00:04:21.502]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/deb/debian.postrm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7564013Z [00:04:21.509]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/deb/debian.prerm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7631715Z [00:04:21.516]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/rpm/rpm.prerm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7698395Z [00:04:21.523]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/rpm/rpm.postinst.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7764466Z [00:04:21.529]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/rpm/rpm.postrm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7833564Z [00:04:21.536]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/dist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7901494Z [00:04:21.543]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/privilege-dsm7' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.7968269Z [00:04:21.549]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/PACKAGE_ICON_256.PNG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8035629Z [00:04:21.556]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/logrotate-dsm7' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8103545Z [00:04:21.563]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/privilege-dsm6' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8170684Z [00:04:21.570]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/resource' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8237570Z [00:04:21.576]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8305423Z [00:04:21.583]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/Tailscale.sc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8372472Z [00:04:21.590]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/PACKAGE_ICON.PNG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8440664Z [00:04:21.597]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/scripts/postupgrade' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8507571Z [00:04:21.603]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/scripts/start-stop-status' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8575656Z [00:04:21.610]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/scripts/preupgrade' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8644812Z [00:04:21.617]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/index.cgi' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8712832Z [00:04:21.624]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/privilege-dsm7.for-package-center' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8780753Z [00:04:21.631]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/files/logrotate-dsm6' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8850958Z [00:04:21.638]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/targets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8919436Z [00:04:21.645]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/synology/pkgs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.8986947Z [00:04:21.651]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/unixpkgs/targets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9054546Z [00:04:21.658]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/unixpkgs/pkgs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9124150Z [00:04:21.665]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/memoize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9192445Z [00:04:21.672]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/scripts/Dockerfile.qpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9260284Z [00:04:21.679]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/scripts/sign-qpkg.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9330662Z [00:04:21.686]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/scripts/build-qpkg.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9400863Z [00:04:21.693]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared/Tailscale.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9469910Z [00:04:21.700]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared/ui/index.cgi' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9538730Z [00:04:21.707]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/shared/ui/.htaccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9607507Z [00:04:21.713]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/config/.gitkeep' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9674914Z [00:04:21.720]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/.gitkeep' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9743453Z [00:04:21.727]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/Tailscale_gray.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9811205Z [00:04:21.734]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/Tailscale_80.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9879854Z [00:04:21.741]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/icons/Tailscale.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:57.9948780Z [00:04:21.748]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/package_routines' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0016821Z [00:04:21.754]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/qpkg.cfg.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0084180Z [00:04:21.761]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/files/Tailscale/build_sign.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0151817Z [00:04:21.768]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/targets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0219492Z [00:04:21.775]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/qnap/pkgs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0286874Z [00:04:21.781]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/dist/cli/cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0355445Z [00:04:21.788]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/release/release.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0424737Z [00:04:21.795]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/cobra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0493360Z [00:04:21.802]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.fish.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0565033Z [00:04:21.809]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.zsh.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0633186Z [00:04:21.816]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0701966Z [00:04:21.823]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0769128Z [00:04:21.830]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0837637Z [00:04:21.836]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0905072Z [00:04:21.843]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/gen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.0974146Z [00:04:21.850]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.zsh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1041470Z [00:04:21.857]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1109173Z [00:04:21.864]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1176300Z [00:04:21.870]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.bash.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1244511Z [00:04:21.877]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/spf13/cobra/comp.ps1.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1312524Z [00:04:21.884]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/httprec/httprec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1380740Z [00:04:21.891]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1450118Z [00:04:21.898]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/session_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1517538Z [00:04:21.904]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/messages.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1585611Z [00:04:21.911]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/kex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1653059Z [00:04:21.918]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1722136Z [00:04:21.925]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/keys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1790276Z [00:04:21.932]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/server_multi_auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1857957Z [00:04:21.938]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1926516Z [00:04:21.945]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/transport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.1994422Z [00:04:21.952]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2063350Z [00:04:21.959]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/cipher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2133962Z [00:04:21.966]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/certs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2203042Z [00:04:21.973]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/messages_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2271794Z [00:04:21.980]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2340708Z [00:04:21.987]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/handshake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2408742Z [00:04:21.994]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2476467Z [00:04:22.000]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/testdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2544526Z [00:04:22.007]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/certs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2612549Z [00:04:22.014]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2682208Z [00:04:22.021]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/channel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2749707Z [00:04:22.028]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2817297Z [00:04:22.034]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2884851Z [00:04:22.041]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/handshake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.2954055Z [00:04:22.048]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/tcpip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3021583Z [00:04:22.055]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/kex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3089638Z [00:04:22.062]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3158063Z [00:04:22.068]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3225311Z [00:04:22.075]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/tcpip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3292707Z [00:04:22.082]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client_auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3360120Z [00:04:22.089]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3427976Z [00:04:22.096]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3496510Z [00:04:22.102]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/client_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3562641Z [00:04:22.109]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/ssh_gss.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3630863Z [00:04:22.116]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/session.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3698578Z [00:04:22.123]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3765506Z [00:04:22.129]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3833888Z [00:04:22.136]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3902523Z [00:04:22.143]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/connection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.3970189Z [00:04:22.150]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4036484Z [00:04:22.156]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4103771Z [00:04:22.163]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/mempipe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4171243Z [00:04:22.170]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/ssh_gss_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4239221Z [00:04:22.177]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/sshtest/ssh/streamlocal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4308098Z [00:04:22.184]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/jws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4374313Z [00:04:22.190]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4442710Z [00:04:22.197]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/acme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4510289Z [00:04:22.204]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4578294Z [00:04:22.211]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/rfc8555_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4647174Z [00:04:22.217]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/sync_to_upstream_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4715744Z [00:04:22.224]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/rfc8555.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4782454Z [00:04:22.231]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4850698Z [00:04:22.238]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/jws_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4918372Z [00:04:22.245]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/acme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.4985816Z [00:04:22.251]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/types_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5054521Z [00:04:22.258]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5121859Z [00:04:22.265]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/acme/version_go112.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5190539Z [00:04:22.272]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/session_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5260728Z [00:04:22.279]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5330021Z [00:04:22.286]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5399651Z [00:04:22.293]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5467128Z [00:04:22.299]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5535907Z [00:04:22.306]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5602984Z [00:04:22.313]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5671455Z [00:04:22.320]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/tcpip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5739556Z [00:04:22.327]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/tcpip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5807300Z [00:04:22.333]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5874312Z [00:04:22.340]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.5943591Z [00:04:22.347]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/session.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6015335Z [00:04:22.354]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/ssh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6083168Z [00:04:22.361]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6152005Z [00:04:22.368]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6219217Z [00:04:22.375]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6287124Z [00:04:22.381]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/agent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6354834Z [00:04:22.388]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/wrap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6424494Z [00:04:22.395]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6493213Z [00:04:22.402]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/gliderlabs/ssh/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6560117Z [00:04:22.409]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/heap/heap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6627932Z [00:04:22.415]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tempfork/heap/heap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6696326Z [00:04:22.422]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/VERSION.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6763332Z [00:04:22.429]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/flake.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6832498Z [00:04:22.436]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/mono/mono_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6901252Z [00:04:22.443]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/mono/mono.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.6968633Z [00:04:22.450]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/tstime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7036673Z [00:04:22.456]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/jitter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7104406Z [00:04:22.463]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/rate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7173546Z [00:04:22.470]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/value_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7240309Z [00:04:22.477]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/rate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7307550Z [00:04:22.483]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/rate/value.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7376411Z [00:04:22.490]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/jitter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7444312Z [00:04:22.497]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstime/tstime_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7513161Z [00:04:22.504]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7581919Z [00:04:22.511]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7650193Z [00:04:22.518]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7717739Z [00:04:22.524]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/modinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7785310Z [00:04:22.531]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/prop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7853657Z [00:04:22.538]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmdname_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7922429Z [00:04:22.545]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/mkversion/mkversion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.7990972Z [00:04:22.552]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/mkversion/mkversion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8058320Z [00:04:22.559]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/race.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8125814Z [00:04:22.565]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/print.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8193157Z [00:04:22.572]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8261747Z [00:04:22.579]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/distro/distro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8330130Z [00:04:22.586]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/distro/distro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8397639Z [00:04:22.592]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/export_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8466484Z [00:04:22.599]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version_internal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8536809Z [00:04:22.606]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/race_off.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8607862Z [00:04:22.613]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmdname.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8675552Z [00:04:22.620]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/cmp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8745384Z [00:04:22.627]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version/version_checkformat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8812334Z [00:04:22.634]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/license_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8879215Z [00:04:22.641]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.8949144Z [00:04:22.648]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/tsconsensus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9017692Z [00:04:22.654]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/monitor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9085665Z [00:04:22.661]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/bolt_store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9153182Z [00:04:22.668]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/tsconsensus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9221391Z [00:04:22.675]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/authorization_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9291112Z [00:04:22.682]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/bolt_store_no_bolt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9359190Z [00:04:22.689]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/authorization.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9427777Z [00:04:22.695]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconsensus/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9496844Z [00:04:22.702]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/state/state_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9574411Z [00:04:22.710]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/state/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9644885Z [00:04:22.717]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/ingressservices/ingressservices.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9713957Z [00:04:22.724]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/health/healthz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9782675Z [00:04:22.731]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeapi/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9850359Z [00:04:22.738]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/certs/certs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9918336Z [00:04:22.745]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/certs/certs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:58.9985927Z [00:04:22.751]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0053707Z [00:04:22.758]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/grants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0122417Z [00:04:22.765]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubetypes/types_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0193626Z [00:04:22.772]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/egressservices/egressservices_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0260005Z [00:04:22.779]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/egressservices/egressservices.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0328040Z [00:04:22.785]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/k8s-proxy/conf/conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0394241Z [00:04:22.792]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/k8s-proxy/conf/conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0462153Z [00:04:22.799]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/services/services.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0529060Z [00:04:22.806]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0596247Z [00:04:22.812]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0664235Z [00:04:22.819]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/kubeclient/fake_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0732976Z [00:04:22.826]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/metrics/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0800370Z [00:04:22.833]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/localclient/fake-client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0868407Z [00:04:22.840]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/kube/localclient/local-client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.0935991Z [00:04:22.846]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/chirp/chirp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1003134Z [00:04:22.853]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/chirp/chirp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1069906Z [00:04:22.860]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gomod_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1137838Z [00:04:22.866]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1206078Z [00:04:22.873]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/tsnet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1273395Z [00:04:22.880]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example_tshello_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1341149Z [00:04:22.887]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/depaware.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1411488Z [00:04:22.894]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/web-client/web-client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1479741Z [00:04:22.901]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tsnet-funnel/tsnet-funnel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1548339Z [00:04:22.908]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tshello/tshello.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1617303Z [00:04:22.914]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example/tsnet-http-client/tsnet-http-client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1684072Z [00:04:22.921]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/example_tsnet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1752149Z [00:04:22.928]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/tsnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1820124Z [00:04:22.935]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsnet/packet_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1888306Z [00:04:22.942]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/packages/deb/deb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.1956509Z [00:04:22.948]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/packages/deb/deb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2024959Z [00:04:22.955]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/connect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2093267Z [00:04:22.962]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/connect_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2164029Z [00:04:22.969]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/sessionrecording/header.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2234485Z [00:04:22.976]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.toolchain.branch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2303394Z [00:04:22.983]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/assert_ts_toolchain_match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2372439Z [00:04:22.990]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wf/firewall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2440714Z [00:04:22.997]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2509292Z [00:04:23.004]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/header.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2578261Z [00:04:23.011]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/vite.config.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2647433Z [00:04:23.017]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2714947Z [00:04:23.024]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/tailwind.config.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2783151Z [00:04:23.031]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/web_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2850945Z [00:04:23.038]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2918845Z [00:04:23.045]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/tsconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.2985905Z [00:04:23.051]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/styles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3054009Z [00:04:23.058]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/exit-nodes.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3123812Z [00:04:23.065]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/toaster.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3191565Z [00:04:23.072]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/auth.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3260158Z [00:04:23.079]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/ts-web-connected.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3328220Z [00:04:23.086]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/hooks/self-update.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3395352Z [00:04:23.092]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/index.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3463679Z [00:04:23.099]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/api.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3531518Z [00:04:23.106]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/dialog.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3599563Z [00:04:23.113]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/button.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3667685Z [00:04:23.119]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/search-input.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3734758Z [00:04:23.126]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/collapsible.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3801649Z [00:04:23.133]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/portal-container-context.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3870562Z [00:04:23.140]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/badge.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.3940140Z [00:04:23.147]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/card.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4008975Z [00:04:23.154]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/spinner.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4076343Z [00:04:23.160]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/loading-dots.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4143818Z [00:04:23.167]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/quick-copy.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4211728Z [00:04:23.174]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/profile-pic.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4279543Z [00:04:23.181]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/input.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4349777Z [00:04:23.188]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/toggle.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4418214Z [00:04:23.195]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/popover.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4485990Z [00:04:23.201]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/empty-state.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4553672Z [00:04:23.208]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/ui/toaster.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4622670Z [00:04:23.215]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/login-toggle.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4691766Z [00:04:23.222]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/updating-view.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4760007Z [00:04:23.229]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/home-view.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4827275Z [00:04:23.235]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/login-view.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4895356Z [00:04:23.242]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/device-details-view.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.4963489Z [00:04:23.249]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/disconnected-view.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5031659Z [00:04:23.256]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/ssh-view.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5099217Z [00:04:23.263]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/views/subnet-router-view.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5167525Z [00:04:23.269]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/control-components.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5235731Z [00:04:23.276]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/nice-ip.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5305659Z [00:04:23.283]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/update-available.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5373481Z [00:04:23.290]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/app.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5441583Z [00:04:23.297]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/acl-tag.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5509969Z [00:04:23.304]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/address-copy-card.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5578190Z [00:04:23.310]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/components/exit-node-selector.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5646309Z [00:04:23.317]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/index.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5715286Z [00:04:23.324]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/utils/util.test.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5781732Z [00:04:23.331]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/utils/clipboard.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5852576Z [00:04:23.338]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/utils/util.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5919287Z [00:04:23.345]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/types.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.5989782Z [00:04:23.352]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/x.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6056573Z [00:04:23.358]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/tailscale-logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6124678Z [00:04:23.365]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/clock.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6193997Z [00:04:23.372]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/arrow-right.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6262934Z [00:04:23.379]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/arrow-up-circle.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6330595Z [00:04:23.386]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/chevron-down.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6398322Z [00:04:23.393]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/tailscale-icon.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6465862Z [00:04:23.399]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/check-circle.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6532582Z [00:04:23.406]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/eye.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6600897Z [00:04:23.413]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/machine.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6668874Z [00:04:23.420]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/copy.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6737900Z [00:04:23.426]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/x-circle.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6804544Z [00:04:23.433]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/check.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6871203Z [00:04:23.440]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/plus.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.6939771Z [00:04:23.447]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/search.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7008611Z [00:04:23.454]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/icons/user.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7076925Z [00:04:23.460]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/src/assets/fonts/Inter.var.latin.woff2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7143957Z [00:04:23.467]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/synology.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7211720Z [00:04:23.474]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/web.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7279048Z [00:04:23.481]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/build/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7347028Z [00:04:23.487]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/qnap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7414125Z [00:04:23.494]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7480534Z [00:04:23.501]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/yarn.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7548922Z [00:04:23.508]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/web/assets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7620061Z [00:04:23.515]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/startup-creator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7688415Z [00:04:23.522]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/logo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7756612Z [00:04:23.528]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/tailscale-systray.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7823158Z [00:04:23.535]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/systray/systray.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7892076Z [00:04:23.542]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/local/local_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.7959297Z [00:04:23.549]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/local/local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8027381Z [00:04:23.555]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/acl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8094790Z [00:04:23.562]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8164177Z [00:04:23.569]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/localclient_aliases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8231117Z [00:04:23.576]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8300343Z [00:04:23.583]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/example/servetls/servetls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8367988Z [00:04:23.589]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/required_version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8435390Z [00:04:23.596]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/routes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8502953Z [00:04:23.603]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8570049Z [00:04:23.610]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/tailscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8638719Z [00:04:23.617]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8706378Z [00:04:23.623]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype/apitype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8774638Z [00:04:23.630]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/apitype/controltype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8841690Z [00:04:23.637]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/client/tailscale/devices.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8910245Z [00:04:23.644]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/bird/tailscale_bird.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.8978659Z [00:04:23.651]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/bird/sample_bird.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9046837Z [00:04:23.657]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/subnet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9114505Z [00:04:23.664]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/proxy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9182322Z [00:04:23.671]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9250520Z [00:04:23.678]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/role.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9322370Z [00:04:23.685]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/sa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9390469Z [00:04:23.692]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/rolebinding.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9458563Z [00:04:23.699]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/sidecar.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9526425Z [00:04:23.705]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9594768Z [00:04:23.712]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/userspace-sidecar.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9662446Z [00:04:23.719]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/k8s/operator-architecture.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9730359Z [00:04:23.726]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/commit-messages.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9798283Z [00:04:23.733]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/windows/policy/tailscale.admx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9865688Z [00:04:23.739]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/windows/policy/en-US/tailscale.adml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:54:59.9933323Z [00:04:23.746]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/webhooks/example.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0001726Z [00:04:23.753]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/docs/sysv/tailscale.init' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0069583Z [00:04:23.760]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/omit/aws_omit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0138493Z [00:04:23.767]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/omit/omit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0207883Z [00:04:23.773]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/omit/aws_def.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0277925Z [00:04:23.780]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/sockstatlog/logger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0345274Z [00:04:23.787]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/sockstatlog/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0412802Z [00:04:23.794]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/filelogger/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0480298Z [00:04:23.801]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/log/filelogger/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0549450Z [00:04:23.808]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/shell.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0617626Z [00:04:23.814]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_connector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0684746Z [00:04:23.821]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0755343Z [00:04:23.828]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_proxyclass.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0824399Z [00:04:23.835]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_proxygroup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0892427Z [00:04:23.842]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_tsdnsconfig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.0961047Z [00:04:23.849]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/types_recorder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1030337Z [00:04:23.856]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/register.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1098241Z [00:04:23.863]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/v1alpha1/zz_generated.deepcopy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1165626Z [00:04:23.869]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/apis/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1232973Z [00:04:23.876]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1300986Z [00:04:23.883]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/frame_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1368233Z [00:04:23.890]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/frame.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1436368Z [00:04:23.896]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/conn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1504776Z [00:04:23.903]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/zlib-reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1572130Z [00:04:23.910]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/spdy/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1644857Z [00:04:23.917]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/fakes/fakes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1719847Z [00:04:23.925]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/hijacker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1796884Z [00:04:23.932]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/tsrecorder/tsrecorder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1869823Z [00:04:23.940]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/conn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.1942892Z [00:04:23.947]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2012755Z [00:04:23.954]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/message_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2080889Z [00:04:23.961]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/ws/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2149111Z [00:04:23.968]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/sessionrecording/hijacker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2216351Z [00:04:23.974]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-proxy/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2283304Z [00:04:23.981]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-proxy/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2349699Z [00:04:23.988]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-proxy/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2418692Z [00:04:23.995]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/conditions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2487047Z [00:04:24.001]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api-docs-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2556644Z [00:04:24.008]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/api.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2627171Z [00:04:24.015]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/k8s-operator/conditions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2695006Z [00:04:24.022]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/routetable/routetable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2761758Z [00:04:24.029]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/doctor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2829802Z [00:04:24.036]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2896802Z [00:04:24.042]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.2964393Z [00:04:24.049]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/ethtool/ethtool_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3032569Z [00:04:24.056]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/doctor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3100077Z [00:04:24.063]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3167084Z [00:04:24.069]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3234065Z [00:04:24.076]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3300791Z [00:04:24.083]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3368690Z [00:04:24.090]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/doctor/permissions/permissions_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3436323Z [00:04:24.096]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3503812Z [00:04:24.103]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3571796Z [00:04:24.110]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tka.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3639912Z [00:04:24.117]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3707575Z [00:04:24.123]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/tailcfg_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3774665Z [00:04:24.130]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/derpmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3845846Z [00:04:24.137]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/c2ntypes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3914449Z [00:04:24.144]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/proto_port_range.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.3983022Z [00:04:24.151]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tailcfg/proto_port_range_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4050830Z [00:04:24.158]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/build_dist.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4119980Z [00:04:24.165]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4187962Z [00:04:24.171]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_downloads.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4254501Z [00:04:24.178]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4323492Z [00:04:24.185]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4391445Z [00:04:24.192]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/distsign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4460037Z [00:04:24.199]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4527634Z [00:04:24.205]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/distsign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4595916Z [00:04:24.212]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots/crawshaw-root.pem' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4664598Z [00:04:24.219]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots/distsign-prod-root-1-pub.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4732557Z [00:04:24.226]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/distsign/roots.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4800437Z [00:04:24.233]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4868041Z [00:04:24.239]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/clientupdate_not_downloads.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.4937562Z [00:04:24.246]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-nover-path-mentioned.plg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5005406Z [00:04:24.253]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-nover.plg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5072744Z [00:04:24.260]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-1.52.0.plg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5140869Z [00:04:24.267]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/clientupdate/testdata/tailscale-1.54.0.plg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5209363Z [00:04:24.274]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/Dockerfile.base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5280843Z [00:04:24.281]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/staticcheck.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5349706Z [00:04:24.288]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/smallzstd/zstd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5417587Z [00:04:24.294]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/smallzstd/zstd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5485380Z [00:04:24.301]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/smallzstd/testdata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5554026Z [00:04:24.308]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc/appconnector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5621731Z [00:04:24.315]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc/appconnector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5691539Z [00:04:24.322]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/appc/appctest/appctest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5758701Z [00:04:24.329]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/pkgdoc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5827953Z [00:04:24.336]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/helm.rev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5897536Z [00:04:24.342]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/go-win.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.5964735Z [00:04:24.349]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/go.cmd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6032085Z [00:04:24.356]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/binaryen.rev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6098973Z [00:04:24.363]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/helm' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6166382Z [00:04:24.369]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/node' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6233547Z [00:04:24.376]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/wasm-opt' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6301526Z [00:04:24.383]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6368830Z [00:04:24.390]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/node.rev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6436847Z [00:04:24.396]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross_wrapper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6504034Z [00:04:24.403]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/toolchain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6571694Z [00:04:24.410]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6638686Z [00:04:24.417]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6706259Z [00:04:24.423]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/autoflags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6774715Z [00:04:24.430]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6841316Z [00:04:24.437]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/exec_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6910150Z [00:04:24.444]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/env_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.6979221Z [00:04:24.451]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross_wrapper_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7048589Z [00:04:24.458]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/goroot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7116238Z [00:04:24.464]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/exec_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7184169Z [00:04:24.471]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross-wrapper.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7251943Z [00:04:24.478]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/autoflags_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7320339Z [00:04:24.485]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/gocross/gocross-wrapper.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7389104Z [00:04:24.492]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/listpkgs/listpkgs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7457494Z [00:04:24.498]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/yarn.rev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7523778Z [00:04:24.505]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tool/yarn' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7592978Z [00:04:24.512]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wglog/wglog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7661618Z [00:04:24.519]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wglog/wglog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7730098Z [00:04:24.526]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7796847Z [00:04:24.532]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/trafficgen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7863681Z [00:04:24.539]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/wg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7932334Z [00:04:24.546]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/bench/bench.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.7999196Z [00:04:24.553]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/userspace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8066052Z [00:04:24.559]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8133577Z [00:04:24.566]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/wgcfg_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8205463Z [00:04:24.573]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8273844Z [00:04:24.580]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/device_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8341732Z [00:04:24.587]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/nmcfg/nmcfg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8411091Z [00:04:24.594]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/device.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8480127Z [00:04:24.601]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8549154Z [00:04:24.608]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgcfg/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8616937Z [00:04:24.614]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/userspace_ext_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8684781Z [00:04:24.621]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/watchdog_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8755566Z [00:04:24.628]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/tailcfg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8824531Z [00:04:24.635]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype/filtertype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8894039Z [00:04:24.642]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filtertype/filtertype_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.8963486Z [00:04:24.649]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9031741Z [00:04:24.656]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9098942Z [00:04:24.663]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/match.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9166791Z [00:04:24.669]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/filter/testdata/matches-1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9235025Z [00:04:24.676]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/watchdog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9304961Z [00:04:24.683]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netlog/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9372614Z [00:04:24.690]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgengine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9440489Z [00:04:24.697]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgint/wgint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9510021Z [00:04:24.704]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/wgint/wgint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9578889Z [00:04:24.711]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9646908Z [00:04:24.717]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_tracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9717983Z [00:04:24.724]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9786974Z [00:04:24.731]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_tracker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9854378Z [00:04:24.738]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/cloudinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9921933Z [00:04:24.745]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:00.9989729Z [00:04:24.752]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/discopingpurpose_string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0056774Z [00:04:24.758]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0123688Z [00:04:24.765]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0192389Z [00:04:24.772]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0260481Z [00:04:24.779]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debugknobs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0329694Z [00:04:24.786]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0397851Z [00:04:24.792]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_notplan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0467397Z [00:04:24.799]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/derp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0535505Z [00:04:24.806]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0602918Z [00:04:24.813]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/blockforever_conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0670543Z [00:04:24.820]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0738226Z [00:04:24.826]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/relaymanager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0805286Z [00:04:24.833]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0872798Z [00:04:24.840]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_stubs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.0940799Z [00:04:24.847]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debugknobs_stubs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1007727Z [00:04:24.853]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/debughttp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1075012Z [00:04:24.860]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1142022Z [00:04:24.867]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/rebinding_conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1209028Z [00:04:24.874]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/peermtu_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1280073Z [00:04:24.881]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1351099Z [00:04:24.888]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/cloudinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1419913Z [00:04:24.895]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/derp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1487214Z [00:04:24.901]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/relaymanager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1556840Z [00:04:24.908]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/cloudinfo_nocloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1626656Z [00:04:24.915]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1694813Z [00:04:24.922]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1762563Z [00:04:24.929]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1830383Z [00:04:24.936]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/magicsock_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1899641Z [00:04:24.943]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.1967566Z [00:04:24.949]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/magicsock/endpoint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2036593Z [00:04:24.956]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/pendopen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2104693Z [00:04:24.963]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/mem_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2173124Z [00:04:24.970]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/winnet/winnet_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2243843Z [00:04:24.977]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/winnet/winnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2311845Z [00:04:24.984]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/userspace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2380562Z [00:04:24.991]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/watchdog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2450176Z [00:04:24.998]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2517804Z [00:04:25.004]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2586708Z [00:04:25.011]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2656651Z [00:04:25.018]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/consolidating_router_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2724845Z [00:04:25.025]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2793767Z [00:04:25.032]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/ifconfig_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2862247Z [00:04:25.039]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2929634Z [00:04:25.046]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_android.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.2999115Z [00:04:25.053]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3067243Z [00:04:25.059]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_fake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3134607Z [00:04:25.066]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3202913Z [00:04:25.073]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3271528Z [00:04:25.080]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3339384Z [00:04:25.087]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/callback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3407300Z [00:04:25.093]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/consolidating_router.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3474941Z [00:04:25.100]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3543094Z [00:04:25.107]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/ifconfig_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3611636Z [00:04:25.114]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_userspace_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3679833Z [00:04:25.121]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3747687Z [00:04:25.127]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/router/router_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3816198Z [00:04:25.134]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_userping_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3884563Z [00:04:25.141]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/link_endpoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.3952343Z [00:04:25.148]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_tcpbuf_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4020531Z [00:04:25.155]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4087419Z [00:04:25.161]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4155890Z [00:04:25.168]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4224042Z [00:04:25.175]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/gro/gro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4292345Z [00:04:25.182]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_userping_apple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4362870Z [00:04:25.189]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4431637Z [00:04:25.196]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_userping.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4499773Z [00:04:25.203]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_tcpbuf_ios.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4567295Z [00:04:25.209]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4636295Z [00:04:25.216]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/wgengine/netstack/netstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4704802Z [00:04:25.223]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/prober.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4772631Z [00:04:25.230]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tun_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4840614Z [00:04:25.237]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tun_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4908469Z [00:04:25.244]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.4974676Z [00:04:25.250]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5042261Z [00:04:25.257]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/dns_example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5110537Z [00:04:25.264]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/derp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5177580Z [00:04:25.270]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tun_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5246108Z [00:04:25.277]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5316709Z [00:04:25.284]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/prober_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5384921Z [00:04:25.291]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5454322Z [00:04:25.298]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/histogram_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5522211Z [00:04:25.305]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/tls_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5591321Z [00:04:25.312]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/histogram.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5661187Z [00:04:25.319]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5731182Z [00:04:25.326]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/derp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5799586Z [00:04:25.333]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5868808Z [00:04:25.340]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/prober/status.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.5937020Z [00:04:25.346]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/flake.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6005540Z [00:04:25.353]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/words_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6074829Z [00:04:25.360]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/tails.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6143575Z [00:04:25.367]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/scales.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6211074Z [00:04:25.374]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/words/words.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6278909Z [00:04:25.381]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/scripts/kube-deepcopy.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6346511Z [00:04:25.387]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/scripts/installer.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6415556Z [00:04:25.394]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/gok' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6483472Z [00:04:25.401]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6550231Z [00:04:25.408]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6617493Z [00:04:25.414]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tidy-deps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6684206Z [00:04:25.421]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/usr-dir.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6751392Z [00:04:25.428]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6819356Z [00:04:25.435]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/tailscale.com/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6885463Z [00:04:25.441]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/tailscale.com/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.6954549Z [00:04:25.448]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/breakglass/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7022615Z [00:04:25.455]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/breakglass/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7091314Z [00:04:25.462]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/ntp/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7160009Z [00:04:25.469]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/ntp/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7229180Z [00:04:25.476]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7299795Z [00:04:25.483]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7369566Z [00:04:25.490]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7438196Z [00:04:25.496]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/gokrazy/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7508022Z [00:04:25.503]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/rpi-eeprom/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7577335Z [00:04:25.510]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/rpi-eeprom/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7652136Z [00:04:25.518]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/serial-busybox/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7721371Z [00:04:25.525]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/gokrazy/serial-busybox/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7789673Z [00:04:25.532]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/tailscale/gokrazy-kernel/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7858543Z [00:04:25.538]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/builddir/github.com/tailscale/gokrazy-kernel/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7927009Z [00:04:25.545]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/tsapp/config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.7994860Z [00:04:25.552]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8062708Z [00:04:25.559]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8130490Z [00:04:25.566]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/UTM.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8199507Z [00:04:25.573]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/usr-dir.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8267024Z [00:04:25.579]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8336022Z [00:04:25.586]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/tailscale.com/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8404038Z [00:04:25.593]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/tailscale.com/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8474171Z [00:04:25.600]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8542162Z [00:04:25.607]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8610072Z [00:04:25.614]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8677943Z [00:04:25.620]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/gokrazy/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8746662Z [00:04:25.627]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/serial-busybox/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8813595Z [00:04:25.634]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/gokrazy/serial-busybox/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8881996Z [00:04:25.641]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/tailscale/gokrazy-kernel/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.8950276Z [00:04:25.648]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/builddir/github.com/tailscale/gokrazy-kernel/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9021600Z [00:04:25.655]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp/config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9092570Z [00:04:25.662]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9160944Z [00:04:25.669]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/usr-dir.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9231003Z [00:04:25.676]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9299139Z [00:04:25.683]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/tailscale.com/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9369258Z [00:04:25.690]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/tailscale.com/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9440899Z [00:04:25.697]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/kernel.arm64/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9509948Z [00:04:25.704]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/kernel.arm64/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9579673Z [00:04:25.711]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9648859Z [00:04:25.718]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/cmd/dhcp/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9718739Z [00:04:25.725]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9786290Z [00:04:25.731]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/gokrazy/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9873848Z [00:04:25.740]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/serial-busybox/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:01.9942033Z [00:04:25.747]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/gokrazy/serial-busybox/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0011455Z [00:04:25.754]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/tailscale/gokrazy-kernel/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0080120Z [00:04:25.761]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/builddir/github.com/tailscale/gokrazy-kernel/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0149310Z [00:04:25.768]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/natlabapp.arm64/config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0216816Z [00:04:25.774]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/gokrazy/build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0285726Z [00:04:25.781]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/AUTHORS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0354765Z [00:04:25.788]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/tsweb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0422609Z [00:04:25.795]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/varz/varz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0490708Z [00:04:25.802]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/varz/varz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0561722Z [00:04:25.809]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/request_id.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0633164Z [00:04:25.816]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0701647Z [00:04:25.823]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/pprof_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0771273Z [00:04:25.830]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/pprof_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0841152Z [00:04:25.837]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/promvarz/promvarz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0909205Z [00:04:25.844]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/promvarz/promvarz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.0977768Z [00:04:25.850]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/debug_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1045443Z [00:04:25.857]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1114913Z [00:04:25.864]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsweb/tsweb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1184631Z [00:04:25.871]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/accept_env_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1253094Z [00:04:25.878]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/accept_env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1322393Z [00:04:25.885]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1391194Z [00:04:25.892]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1460472Z [00:04:25.899]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/testcontainers/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1529839Z [00:04:25.906]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/tailssh_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1599467Z [00:04:25.913]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/tailssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1667982Z [00:04:25.919]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1735001Z [00:04:25.926]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/privs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1803578Z [00:04:25.933]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/incubator_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1870728Z [00:04:25.940]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ssh/tailssh/tailssh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.1940459Z [00:04:25.947]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-test-server/proxy-test-server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2009151Z [00:04:25.954]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/checkmetrics/checkmetrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2077346Z [00:04:25.960]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/cloner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2147193Z [00:04:25.967]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/clonerex/clonerex_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2214904Z [00:04:25.974]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/clonerex/clonerex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2284342Z [00:04:25.981]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/cloner/cloner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2351654Z [00:04:25.988]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2419107Z [00:04:25.995]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2487279Z [00:04:26.001]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/tailwind.config.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2554766Z [00:04:26.008]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2621257Z [00:04:26.015]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/tsconfig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2688414Z [00:04:26.022]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/package.json.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2757394Z [00:04:26.028]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/header.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2825674Z [00:04:26.035]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/url-display.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2893750Z [00:04:26.042]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/go-panic-display.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.2960374Z [00:04:26.049]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/app.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3027957Z [00:04:26.056]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/index.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3095005Z [00:04:26.062]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/index.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3162795Z [00:04:26.069]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/app/ssh.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3231069Z [00:04:26.076]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/types/esbuild.d.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3299307Z [00:04:26.083]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/types/wasm_js.d.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3368525Z [00:04:26.090]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/lib/js-state-store.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3434731Z [00:04:26.096]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/lib/ssh.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3504182Z [00:04:26.103]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/pkg/pkg.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3572458Z [00:04:26.110]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/src/pkg/pkg.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3640320Z [00:04:26.117]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3708588Z [00:04:26.124]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/README.pkg.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3776245Z [00:04:26.130]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/dist/placeholder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3843875Z [00:04:26.137]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/tsconnect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3913231Z [00:04:26.144]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/wasm/wasm_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.3981577Z [00:04:26.151]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/dev.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4049610Z [00:04:26.158]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/build-pkg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4119164Z [00:04:26.165]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/serve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4187353Z [00:04:26.171]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4255322Z [00:04:26.178]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/yarn.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4327200Z [00:04:26.185]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4396559Z [00:04:26.192]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsconnect/dev-pkg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4466295Z [00:04:26.199]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/vnet/run-krazy.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4534576Z [00:04:26.206]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/vnet/vnet-main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4603429Z [00:04:26.213]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/printdep/printdep.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4672991Z [00:04:26.220]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nardump/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4742779Z [00:04:26.227]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nardump/nardump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4811754Z [00:04:26.234]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nardump/nardump_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4879846Z [00:04:26.241]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/build-webclient/build-webclient.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.4947914Z [00:04:26.247]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tta/tta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5016148Z [00:04:26.254]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tta/fw_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5084871Z [00:04:26.261]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5153012Z [00:04:26.268]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5221615Z [00:04:26.275]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/aws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5289977Z [00:04:26.282]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/connector-gen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5359799Z [00:04:26.289]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/connector-gen/advertise-routes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5428537Z [00:04:26.296]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/hello/hello.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5498081Z [00:04:26.302]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/hello/hello.tmpl.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5565477Z [00:04:26.309]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/mkdeb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5633475Z [00:04:26.316]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5702027Z [00:04:26.323]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5771502Z [00:04:26.330]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/deb/postinst.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5839396Z [00:04:26.337]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/deb/prerm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5906699Z [00:04:26.343]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/deb/postrm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.5977752Z [00:04:26.350]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/rpm/postinst.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6050716Z [00:04:26.358]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/rpm/prerm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6119630Z [00:04:26.365]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/rpm/postrm.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6191824Z [00:04:26.372]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/tailscale.nginx-auth.socket' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6259500Z [00:04:26.379]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/nginx-auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6328323Z [00:04:26.386]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/nginx-auth/tailscale.nginx-auth.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6395753Z [00:04:26.392]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkversion/mkversion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6462883Z [00:04:26.399]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/addlicense/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6531219Z [00:04:26.406]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/ssh-auth-none-demo/ssh-auth-none-demo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6597943Z [00:04:26.412]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunstamp/stunstamp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6665485Z [00:04:26.419]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunstamp/stunstamp_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6732761Z [00:04:26.426]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunstamp/stunstamp_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6800446Z [00:04:26.433]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-nameserver/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6867497Z [00:04:26.439]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-nameserver/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.6934922Z [00:04:26.446]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/forwarding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7002048Z [00:04:26.453]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/ingressservices.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7069731Z [00:04:26.460]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/kube_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7137444Z [00:04:26.466]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/egressservices_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7204940Z [00:04:26.473]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/settings.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7271968Z [00:04:26.480]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7340134Z [00:04:26.487]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/ingressservices_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7408547Z [00:04:26.494]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/kube.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7477991Z [00:04:26.500]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/serve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7546528Z [00:04:26.507]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/tailscaled.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7613612Z [00:04:26.514]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/test_tailscaled.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7685467Z [00:04:26.521]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/test_tailscale.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7753670Z [00:04:26.528]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/serve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7822295Z [00:04:26.535]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7891127Z [00:04:26.542]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/settings_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.7958805Z [00:04:26.549]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/containerboot/egressservices.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8026516Z [00:04:26.555]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derpprobe/derpprobe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8093484Z [00:04:26.562]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/systray/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8161057Z [00:04:26.569]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/systray/systray.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8230616Z [00:04:26.576]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-eps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8301045Z [00:04:26.583]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/api-server-proxy-pg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8368640Z [00:04:26.590]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/svc-for-pg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8437403Z [00:04:26.596]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nodeport-service-ports.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8505079Z [00:04:26.603]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/connector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8573530Z [00:04:26.610]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/e2e/ingress_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8641195Z [00:04:26.617]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/e2e/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8709286Z [00:04:26.624]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/e2e/proxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8777195Z [00:04:26.630]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services-readiness_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8843916Z [00:04:26.637]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nodeport-services-ports_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8911448Z [00:04:26.644]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/sts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.8978726Z [00:04:26.651]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9045883Z [00:04:26.657]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxygroup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9114257Z [00:04:26.664]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9181851Z [00:04:26.671]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/depaware.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9249377Z [00:04:26.678]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/connector.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9316159Z [00:04:26.684]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/proxyclass.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9385961Z [00:04:26.691]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/dnsconfig.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9452446Z [00:04:26.698]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/recorder.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9519997Z [00:04:26.705]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/examples/proxygroup.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9587738Z [00:04:26.711]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9656904Z [00:04:26.718]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/proxy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9724597Z [00:04:26.725]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/operator.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9791847Z [00:04:26.732]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/cm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9860297Z [00:04:26.739]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/sa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9926765Z [00:04:26.745]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/svc.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:02.9994789Z [00:04:26.752]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/nameserver/deploy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0062078Z [00:04:26.759]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/authproxy-rbac.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0130203Z [00:04:26.766]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/templates/03-secret.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0198860Z [00:04:26.773]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/templates/02-namespace.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0267009Z [00:04:26.779]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/templates/01-header.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0334103Z [00:04:26.786]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/manifests/userspace-proxy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0402332Z [00:04:26.793]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_connectors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0469769Z [00:04:26.800]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_proxyclasses.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0538377Z [00:04:26.807]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_dnsconfigs.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0605477Z [00:04:26.813]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_proxygroups.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0672336Z [00:04:26.820]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/crds/tailscale.com_recorders.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0740664Z [00:04:26.827]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0808966Z [00:04:26.834]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/.helmignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0875734Z [00:04:26.840]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/Chart.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.0943267Z [00:04:26.847]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/apiserverproxy-rbac.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1010330Z [00:04:26.854]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/oauth-secret.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1078907Z [00:04:26.861]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/operator-rbac.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1145669Z [00:04:26.867]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/deployment.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1213771Z [00:04:26.874]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/proxy-rbac.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1280839Z [00:04:26.881]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/NOTES.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1347834Z [00:04:26.887]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/deploy/chart/templates/ingressclass.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1416877Z [00:04:26.894]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/generate/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1484587Z [00:04:26.901]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/generate/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1551930Z [00:04:26.908]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/operator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1619377Z [00:04:26.915]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nameserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1687170Z [00:04:26.921]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/sts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1754060Z [00:04:26.928]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1821525Z [00:04:26.935]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1889728Z [00:04:26.942]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/svc-for-pg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.1955998Z [00:04:26.948]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/nameserver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2023395Z [00:04:26.955]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress-for-pg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2094290Z [00:04:26.962]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder_specs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2162406Z [00:04:26.969]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsrecorder_specs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2230106Z [00:04:26.976]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxygroup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2296864Z [00:04:26.982]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-pod-readiness_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2365294Z [00:04:26.989]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2433189Z [00:04:26.996]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxyclass_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2500910Z [00:04:27.003]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/api-server-proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2569628Z [00:04:27.010]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/metrics_resources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2637869Z [00:04:27.016]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-pod-readiness.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2705697Z [00:04:27.023]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/dnsrecords_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2773395Z [00:04:27.030]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/api-server-proxy-pg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2841208Z [00:04:27.037]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress-for-pg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2910442Z [00:04:27.044]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/ingress.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.2978585Z [00:04:27.051]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/svc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3046837Z [00:04:27.057]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/dnsrecords.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3115287Z [00:04:27.064]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/testutils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3183631Z [00:04:27.071]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxygroup_specs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3251153Z [00:04:27.078]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-eps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3320304Z [00:04:27.085]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/proxyclass.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3388262Z [00:04:27.091]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/egress-services-readiness.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3456969Z [00:04:27.098]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/operator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3526060Z [00:04:27.105]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/tsclient.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3594065Z [00:04:27.112]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-operator/connector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3661688Z [00:04:27.119]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/pgproxy/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3728650Z [00:04:27.126]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/pgproxy/pgproxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3797032Z [00:04:27.132]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/internal/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3865683Z [00:04:27.139]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/internal/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.3932990Z [00:04:27.146]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/k8s-proxy/k8s-proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4000433Z [00:04:27.153]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.openrc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4068501Z [00:04:27.160]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4136128Z [00:04:27.166]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4203273Z [00:04:27.173]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaledhooks/tailscaledhooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4271350Z [00:04:27.180]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/manifest_windows_amd64.syso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4339814Z [00:04:27.187]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/depaware.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4405833Z [00:04:27.193]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/with_cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4472949Z [00:04:27.200]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/deps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4540353Z [00:04:27.207]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/sigpipe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4609205Z [00:04:27.214]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/install_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4676954Z [00:04:27.220]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4744846Z [00:04:27.227]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/install_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4813346Z [00:04:27.234]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/required_version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4880111Z [00:04:27.241]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/manifest_windows_386.syso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.4947672Z [00:04:27.247]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5017279Z [00:04:27.254]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5084956Z [00:04:27.261]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5154603Z [00:04:27.268]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.defaults' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5223200Z [00:04:27.275]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled_bird.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5292333Z [00:04:27.282]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/manifest_windows_arm64.syso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5361464Z [00:04:27.289]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/windows-manifest.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5429328Z [00:04:27.296]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5499042Z [00:04:27.303]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/tailscaled.service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5568360Z [00:04:27.310]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/childproc/childproc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5635873Z [00:04:27.316]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscaled/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5703797Z [00:04:27.323]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/get-authkey/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5772205Z [00:04:27.330]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/get-authkey/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5840529Z [00:04:27.337]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/dist/dist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5908741Z [00:04:27.344]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/natc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.5977795Z [00:04:27.350]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/natc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6044583Z [00:04:27.357]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ipx_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6112918Z [00:04:27.364]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ippool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6183061Z [00:04:27.371]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/consensusippool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6251145Z [00:04:27.378]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/consensusippool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6318953Z [00:04:27.385]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/consensusippoolserialize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6386281Z [00:04:27.391]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ippool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6452605Z [00:04:27.398]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/natc/ippool/ipx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6520108Z [00:04:27.405]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/netlogfmt/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6587601Z [00:04:27.411]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tl-longchain/tl-longchain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6655354Z [00:04:27.418]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testcontrol/testcontrol.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6722443Z [00:04:27.425]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sync-containers/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6789967Z [00:04:27.432]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6857321Z [00:04:27.438]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6924305Z [00:04:27.445]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.6992463Z [00:04:27.452]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/gitops-pusher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7059180Z [00:04:27.459]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/gitops-pusher/gitops-pusher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7127030Z [00:04:27.465]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stund/depaware.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7195041Z [00:04:27.472]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stund/stund.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7263705Z [00:04:27.479]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkpkg/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7332177Z [00:04:27.486]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/args.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7400447Z [00:04:27.493]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/args_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7468440Z [00:04:27.500]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/testwrapper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7537155Z [00:04:27.506]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/testwrapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7605332Z [00:04:27.513]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/flakytest/flakytest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7675916Z [00:04:27.520]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/testwrapper/flakytest/flakytest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7743287Z [00:04:27.527]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-to-grafana/proxy-to-grafana_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7811326Z [00:04:27.534]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/proxy-to-grafana/proxy-to-grafana.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7878142Z [00:04:27.541]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsshd/tsshd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.7944908Z [00:04:27.547]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/speedtest/speedtest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8012619Z [00:04:27.554]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/cert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8079381Z [00:04:27.561]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8146068Z [00:04:27.567]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/depaware.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8213624Z [00:04:27.574]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/mesh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8281862Z [00:04:27.581]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8349547Z [00:04:27.588]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/derper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8417632Z [00:04:27.594]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/websocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8484562Z [00:04:27.601]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/bootstrap_dns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8552628Z [00:04:27.608]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/derper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8619091Z [00:04:27.615]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/derper/bootstrap_dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8686400Z [00:04:27.621]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/mkmanifest/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8754598Z [00:04:27.628]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/stunc/stunc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8825588Z [00:04:27.635]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/viewer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8896639Z [00:04:27.642]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/tests/tests_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.8965531Z [00:04:27.649]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/tests/tests_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9035583Z [00:04:27.656]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/tests/tests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9103498Z [00:04:27.663]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/viewer/viewer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9170886Z [00:04:27.670]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/manifest_windows_amd64.syso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9239867Z [00:04:27.677]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/tailscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9307917Z [00:04:27.683]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/depaware.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9376917Z [00:04:27.690]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/manifest_windows_386.syso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9445759Z [00:04:27.697]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9513427Z [00:04:27.704]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/tailscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9580807Z [00:04:27.711]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/tailscale.rc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9649157Z [00:04:27.718]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/manifest_windows_arm64.syso' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9716426Z [00:04:27.724]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/windows-manifest.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9785736Z [00:04:27.731]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9853970Z [00:04:27.738]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/licenses.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9922481Z [00:04:27.745]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/diag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:03.9990105Z [00:04:27.752]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/risks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0057062Z [00:04:27.758]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0124028Z [00:04:27.765]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/netcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0192047Z [00:04:27.772]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_linux-all.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0260675Z [00:04:27.779]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/nc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0328188Z [00:04:27.786]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/cli_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0395450Z [00:04:27.792]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/down.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0464760Z [00:04:27.799]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0533473Z [00:04:27.806]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0601530Z [00:04:27.813]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/funnel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0668542Z [00:04:27.820]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0737957Z [00:04:27.826]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0804611Z [00:04:27.833]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/whois.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0872992Z [00:04:27.840]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/drive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.0942825Z [00:04:27.847]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/web_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1010707Z [00:04:27.854]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-synology-cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1077534Z [00:04:27.860]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1144875Z [00:04:27.867]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/network-lock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1212130Z [00:04:27.874]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/up.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1279660Z [00:04:27.881]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1346670Z [00:04:27.887]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1413675Z [00:04:27.894]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1482092Z [00:04:27.901]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/dns-query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1551738Z [00:04:27.908]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/scripts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1619298Z [00:04:27.915]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/ffcomplete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1686659Z [00:04:27.921]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/internal/complete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1753581Z [00:04:27.928]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/internal/complete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1821349Z [00:04:27.935]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/complete_omit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1888827Z [00:04:27.942]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/complete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.1956149Z [00:04:27.948]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ffcomplete/scripts_omit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2023335Z [00:04:27.955]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/logout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2091878Z [00:04:27.962]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/dns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2160198Z [00:04:27.969]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ping.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2227741Z [00:04:27.975]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/login.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2294521Z [00:04:27.982]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2362211Z [00:04:27.989]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/switch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2429744Z [00:04:27.996]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/web.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2498198Z [00:04:28.003]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/up_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2566092Z [00:04:28.009]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/exitnode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2633095Z [00:04:28.016]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/exitnode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2701323Z [00:04:28.023]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/systray_omit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2769141Z [00:04:28.030]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/id-token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2836601Z [00:04:28.036]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2904195Z [00:04:28.043]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.2971940Z [00:04:28.050]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/syspolicy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3039329Z [00:04:28.057]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_apple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3106862Z [00:04:28.063]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-kube_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3174408Z [00:04:28.070]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3241488Z [00:04:28.077]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-kube_omit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3309885Z [00:04:28.084]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3378264Z [00:04:28.091]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/bugreport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3446444Z [00:04:28.097]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_exec_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3515020Z [00:04:28.104]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/file.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3583325Z [00:04:28.111]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-jetkvm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3651842Z [00:04:28.118]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/diag_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3720020Z [00:04:28.125]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-synology.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3788805Z [00:04:28.132]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh_exec_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3856349Z [00:04:28.138]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure_apple-all.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3924225Z [00:04:28.145]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_legacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.3991637Z [00:04:28.152]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4059937Z [00:04:28.159]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/debug-capture.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4128920Z [00:04:28.166]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/systray.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4195992Z [00:04:28.172]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/dns-status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4264359Z [00:04:28.179]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-synology-cert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4332208Z [00:04:28.186]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4401845Z [00:04:28.193]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/configure-kube.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4470102Z [00:04:28.200]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tailscale/cli/serve_legacy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4539192Z [00:04:28.207]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/xdpderper/xdpderper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4607241Z [00:04:28.213]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-list.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4675402Z [00:04:28.220]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4743670Z [00:04:28.227]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-edit.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4811802Z [00:04:28.234]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/depaware.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4880279Z [00:04:28.241]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/tsidp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.4947904Z [00:04:28.247]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-header.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5016524Z [00:04:28.254]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui-style.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5083061Z [00:04:28.261]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/ui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5151310Z [00:04:28.268]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/tsidp/tsidp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5220191Z [00:04:28.275]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5288123Z [00:04:28.281]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/handlers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5359078Z [00:04:28.289]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/sniproxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5427415Z [00:04:28.295]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5495578Z [00:04:28.302]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5562657Z [00:04:28.309]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/handlers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5631311Z [00:04:28.316]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/cmd/sniproxy/sniproxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5699773Z [00:04:28.323]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/jsondb/db_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5768366Z [00:04:28.330]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/jsondb/db.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5836846Z [00:04:28.336]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/pipe_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5904969Z [00:04:28.343]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.5973021Z [00:04:28.350]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6040985Z [00:04:28.357]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6108099Z [00:04:28.363]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/unixsocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6174563Z [00:04:28.370]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/pipe_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6241170Z [00:04:28.377]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6309070Z [00:04:28.384]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6376784Z [00:04:28.390]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6443962Z [00:04:28.397]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_darwin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6512760Z [00:04:28.404]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/safesocket_ps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6579325Z [00:04:28.411]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safesocket/basic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6645355Z [00:04:28.417]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6713575Z [00:04:28.424]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6781789Z [00:04:28.431]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/store_kube.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6850315Z [00:04:28.438]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/kubestore/store_kube.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6920269Z [00:04:28.445]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/kubestore/store_kube_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.6989001Z [00:04:28.452]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/store_aws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7057512Z [00:04:28.458]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/mem/store_mem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7125480Z [00:04:28.465]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/stores.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7193109Z [00:04:28.472]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/stores_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7261471Z [00:04:28.479]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/awsstore/store_aws_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7329341Z [00:04:28.486]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store/awsstore/store_aws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7396216Z [00:04:28.492]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/backend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7463830Z [00:04:28.499]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/prefs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7532540Z [00:04:28.506]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/access.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7599789Z [00:04:28.513]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/self.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7667684Z [00:04:28.519]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7734965Z [00:04:28.526]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7803946Z [00:04:28.533]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/actor_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7871865Z [00:04:28.540]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/actor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.7940508Z [00:04:28.547]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/test_actor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8007798Z [00:04:28.553]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8075367Z [00:04:28.560]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnauth/ipnauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8142785Z [00:04:28.567]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnext/ipnext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8209824Z [00:04:28.574]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8277545Z [00:04:28.580]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8345677Z [00:04:28.587]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/sessions_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8413339Z [00:04:28.594]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8481090Z [00:04:28.601]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/extension.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8548640Z [00:04:28.608]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8617242Z [00:04:28.614]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/sessions_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8683868Z [00:04:28.621]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/session.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8752420Z [00:04:28.628]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/desktop/sessions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8820115Z [00:04:28.635]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8887217Z [00:04:28.641]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/proxyconnect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.8954480Z [00:04:28.648]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server_fortest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9021683Z [00:04:28.655]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/actor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9089778Z [00:04:28.662]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/proxyconnect_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9158305Z [00:04:28.669]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9225671Z [00:04:28.675]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9292534Z [00:04:28.682]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnserver/waiterset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9362043Z [00:04:28.689]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/backend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9430855Z [00:04:28.696]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9499125Z [00:04:28.703]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/opts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9567493Z [00:04:28.709]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9635917Z [00:04:28.716]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/lapitest/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9704721Z [00:04:28.723]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/prefs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9771931Z [00:04:28.730]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9839911Z [00:04:28.737]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9908189Z [00:04:28.744]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/policy/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:04.9976473Z [00:04:28.750]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate/ipnstate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0044088Z [00:04:28.757]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnstate/ipnstate_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0112042Z [00:04:28.764]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/debugderp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0180516Z [00:04:28.771]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0247375Z [00:04:28.777]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/pprof.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0315098Z [00:04:28.784]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/disabled_stubs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0383034Z [00:04:28.791]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/localapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0451637Z [00:04:28.798]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/localapi/localapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0519625Z [00:04:28.805]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/extension.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0586647Z [00:04:28.811]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/auditlog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0653277Z [00:04:28.818]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/auditlog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0720125Z [00:04:28.825]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/auditlog/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0788165Z [00:04:28.831]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0855087Z [00:04:28.838]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0922917Z [00:04:28.845]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/web_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.0990593Z [00:04:28.852]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/cert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1058519Z [00:04:28.859]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/cert_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1125078Z [00:04:28.865]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/expiry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1192810Z [00:04:28.872]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/autoupdate_disabled.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1260724Z [00:04:28.879]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/bus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1327352Z [00:04:28.885]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/local_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1395856Z [00:04:28.892]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/extension_host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1462910Z [00:04:28.899]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/ssh_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1529796Z [00:04:28.906]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/cert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1598799Z [00:04:28.913]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/drive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1667128Z [00:04:28.919]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/extension_host_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1735906Z [00:04:28.926]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1803217Z [00:04:28.933]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/network-lock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1871435Z [00:04:28.940]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/network-lock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.1938986Z [00:04:28.947]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2006883Z [00:04:28.953]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/state_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2075711Z [00:04:28.960]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/loglines_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2144454Z [00:04:28.967]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/bus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2214682Z [00:04:28.974]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/node_backend_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2284373Z [00:04:28.981]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n_pprof.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2353492Z [00:04:28.988]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/breaktcp_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2422808Z [00:04:28.995]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/autoupdate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2490327Z [00:04:29.002]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/dnsconfig_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2558433Z [00:04:29.009]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/web_client_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2627427Z [00:04:29.015]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi_macios_ext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2696966Z [00:04:29.022]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/prefs_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2765050Z [00:04:29.029]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2832716Z [00:04:29.036]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/node_backend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2900385Z [00:04:29.043]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/breaktcp_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.2968027Z [00:04:29.050]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3035762Z [00:04:29.056]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3103501Z [00:04:29.063]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/peerapi_h2c.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3171890Z [00:04:29.070]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/serve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3239023Z [00:04:29.077]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/ssh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3307298Z [00:04:29.083]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/c2n.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3374972Z [00:04:29.090]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/serve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3442257Z [00:04:29.097]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/expiry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3510583Z [00:04:29.104]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/profiles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3579213Z [00:04:29.111]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/ssh.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3647263Z [00:04:29.117]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/testdata/rootCA.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3714521Z [00:04:29.124]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/testdata/example.com-key.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3782514Z [00:04:29.131]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipnlocal/testdata/example.com.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3849718Z [00:04:29.138]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3917633Z [00:04:29.144]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/serve_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.3985689Z [00:04:29.151]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/ipn_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4055017Z [00:04:29.158]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/serve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4125862Z [00:04:29.165]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/conffile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4194356Z [00:04:29.172]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/cloudconf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4262384Z [00:04:29.179]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ipn/conffile/conffile_hujson.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4329867Z [00:04:29.186]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4399806Z [00:04:29.193]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/version_tailscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4466246Z [00:04:29.199]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4536311Z [00:04:29.206]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign_supported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4604641Z [00:04:29.213]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/map_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4671608Z [00:04:29.220]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/direct_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4738946Z [00:04:29.227]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4806636Z [00:04:29.233]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4875384Z [00:04:29.240]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/controlclient_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.4943647Z [00:04:29.247]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/direct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5012069Z [00:04:29.254]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5080469Z [00:04:29.261]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/noise_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5148862Z [00:04:29.268]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign_supported_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5216349Z [00:04:29.274]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/status.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5283052Z [00:04:29.281]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/auto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5355289Z [00:04:29.288]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5422887Z [00:04:29.295]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5490861Z [00:04:29.302]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlclient/noise.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5559466Z [00:04:29.309]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/messages.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5629077Z [00:04:29.316]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/handshake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5697858Z [00:04:29.322]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/handshake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5764679Z [00:04:29.329]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/conn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5833279Z [00:04:29.336]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/interop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5902198Z [00:04:29.343]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/noiseexplorer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.5968987Z [00:04:29.350]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlbase/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6038269Z [00:04:29.357]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client_common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6108526Z [00:04:29.364]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpserver/controlhttpserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6175338Z [00:04:29.370]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6243425Z [00:04:29.377]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6311466Z [00:04:29.384]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6379805Z [00:04:29.391]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/controlhttpcommon/controlhttpcommon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6447292Z [00:04:29.397]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlhttp/client_js.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6516051Z [00:04:29.404]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlknobs/controlknobs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6584668Z [00:04:29.411]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/control/controlknobs/controlknobs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6652763Z [00:04:29.418]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6723270Z [00:04:29.425]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logpolicy/logpolicy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6791724Z [00:04:29.432]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/logpolicy/logpolicy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6860097Z [00:04:29.439]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6928580Z [00:04:29.446]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsconst/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.6996485Z [00:04:29.452]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7064493Z [00:04:29.459]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/resource_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7132596Z [00:04:29.466]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/natlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7202431Z [00:04:29.473]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7270233Z [00:04:29.480]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/pcap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7338380Z [00:04:29.487]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/vip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7406480Z [00:04:29.493]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/vnet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7475675Z [00:04:29.500]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7543571Z [00:04:29.507]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/nat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7611515Z [00:04:29.514]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/easyaf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7679448Z [00:04:29.521]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/vnet/vnet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7746549Z [00:04:29.527]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/firewall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7813923Z [00:04:29.534]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/natlab_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7883481Z [00:04:29.541]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/natlab/nat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.7951936Z [00:04:29.548]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/deptest/deptest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8020509Z [00:04:29.555]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/deptest/deptest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8088185Z [00:04:29.562]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/allocs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8155512Z [00:04:29.568]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tstest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8223778Z [00:04:29.575]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8290478Z [00:04:29.582]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tstest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8358267Z [00:04:29.589]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tools/tools.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8426133Z [00:04:29.595]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/resource.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8493783Z [00:04:29.602]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tlstest/tlstest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8562548Z [00:04:29.609]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tlstest/tlstest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8629293Z [00:04:29.616]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/clock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8696690Z [00:04:29.622]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/gen_deps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8764405Z [00:04:29.629]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/capmap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8831297Z [00:04:29.636]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8898264Z [00:04:29.643]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.8967957Z [00:04:29.649]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9037223Z [00:04:29.656]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/distros_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9107360Z [00:04:29.663]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9176661Z [00:04:29.670]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/opensuse_leap_15_1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9244140Z [00:04:29.677]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/regex_flag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9311026Z [00:04:29.684]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9381441Z [00:04:29.691]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/top_level_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9450577Z [00:04:29.698]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/distros.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9517940Z [00:04:29.704]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/runner.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9586803Z [00:04:29.711]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/derive_bindhost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9654562Z [00:04:29.718]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/vms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9723975Z [00:04:29.725]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/distros.hujson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9791265Z [00:04:29.732]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/dns_tester.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9858740Z [00:04:29.739]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/nixos_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9926765Z [00:04:29.745]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/vm_setup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:05.9993711Z [00:04:29.752]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/harness_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0061538Z [00:04:29.759]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/udp_tester.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0129071Z [00:04:29.766]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/vms_steps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0198108Z [00:04:29.772]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/squid.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0267952Z [00:04:29.779]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/vms/regex_flag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0338550Z [00:04:29.786]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/testcontrol/testcontrol.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0408316Z [00:04:29.793]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0477759Z [00:04:29.800]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_openbsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0548618Z [00:04:29.808]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/nat/nat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0616566Z [00:04:29.814]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/tailscaled_deps_test_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0684743Z [00:04:29.821]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/integration/integration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0752654Z [00:04:29.828]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/mts/mts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0821782Z [00:04:29.835]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/nettest/nettest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0889630Z [00:04:29.842]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.0958242Z [00:04:29.849]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/iosdeps/iosdeps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1026105Z [00:04:29.855]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/iosdeps/iosdeps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1094754Z [00:04:29.862]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/archtest/archtest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1162191Z [00:04:29.869]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/archtest/qemu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1230255Z [00:04:29.876]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1297672Z [00:04:29.882]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Host.entitlements' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1366050Z [00:04:29.889]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.entitlements' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1434618Z [00:04:29.896]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1503361Z [00:04:29.903]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcshareddata/xcschemes/host.xcscheme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1571853Z [00:04:29.910]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcshareddata/xcschemes/tailmac.xcscheme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1643330Z [00:04:29.917]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/xcuserdata/jnobels.xcuserdatad/xcschemes/xcschememanagement.plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1715759Z [00:04:29.924]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.pbxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1788673Z [00:04:29.931]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1858261Z [00:04:29.938]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.1929449Z [00:04:29.946]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/TailMac.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2004572Z [00:04:29.953]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/LICENSE/LICENSE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2074015Z [00:04:29.960]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Info.plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2141704Z [00:04:29.967]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/AppDelegate.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2209606Z [00:04:29.974]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/HostCli.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2278913Z [00:04:29.981]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/VMController.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2348183Z [00:04:29.987]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/AppIcon.appiconset/Contents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2415798Z [00:04:29.994]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/AccentColor.colorset/Contents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2483565Z [00:04:30.001]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Assets.xcassets/Contents.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2551585Z [00:04:30.008]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Host/Base.lproj/MainMenu.xib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2619155Z [00:04:30.015]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/TailMac.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2686887Z [00:04:30.021]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/RestoreImage.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2754513Z [00:04:30.028]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/VMInstaller.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2822718Z [00:04:30.035]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/TailMac/main' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2891456Z [00:04:30.042]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Common/Config.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.2959262Z [00:04:30.049]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Common/TailMacConfigHelper.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3028333Z [00:04:30.055]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/tailmac/Swift/Common/Notifications.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3097756Z [00:04:30.062]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/test-wishlist.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3169894Z [00:04:30.070]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/clock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3243209Z [00:04:30.077]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/reflect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3316719Z [00:04:30.084]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/jsdeps/jsdeps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3385580Z [00:04:30.091]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tstest/jsdeps/jsdeps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3454349Z [00:04:30.098]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/update-flake.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3525378Z [00:04:30.105]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3595883Z [00:04:30.112]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/logknob/logknob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3666515Z [00:04:30.119]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/logknob/logknob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3733753Z [00:04:30.126]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob_testable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3801560Z [00:04:30.133]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/envknob_nottest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3870268Z [00:04:30.140]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/envknob/featureknob/featureknob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.3938305Z [00:04:30.147]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/syncs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4008024Z [00:04:30.153]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/locked_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4074235Z [00:04:30.160]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/pool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4142566Z [00:04:30.167]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4210777Z [00:04:30.174]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4279005Z [00:04:30.181]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue_tailscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4346552Z [00:04:30.187]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/syncs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4414852Z [00:04:30.194]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue_go.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4482598Z [00:04:30.201]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4550955Z [00:04:30.208]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4620349Z [00:04:30.215]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/locked.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4687039Z [00:04:30.221]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4754563Z [00:04:30.228]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardvalue_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4823616Z [00:04:30.235]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/syncs/shardedmap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4891148Z [00:04:30.242]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safeweb/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.4959032Z [00:04:30.249]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/safeweb/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5026282Z [00:04:30.255]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5094412Z [00:04:30.262]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/empty/message.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5163383Z [00:04:30.269]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/result/result.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5231988Z [00:04:30.276]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/tkatype/tkatype_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5300155Z [00:04:30.283]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/tkatype/tkatype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5371012Z [00:04:30.290]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/quantize_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5439067Z [00:04:30.297]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5508093Z [00:04:30.304]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/quantize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5576837Z [00:04:30.310]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/point.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5644653Z [00:04:30.317]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/units.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5712651Z [00:04:30.324]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/units_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5781936Z [00:04:30.331]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/geo/point_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5850486Z [00:04:30.338]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5919043Z [00:04:30.345]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.5986883Z [00:04:30.351]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6054566Z [00:04:30.358]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/dnstype_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6122172Z [00:04:30.365]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/dnstype/messagetypes-string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6190541Z [00:04:30.372]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/views/views.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6257916Z [00:04:30.378]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/views/views_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6325863Z [00:04:30.385]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/flagtype/flagtype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6393373Z [00:04:30.392]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/appctype/appconnector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6461837Z [00:04:30.399]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/appctype/appconnector_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6531276Z [00:04:30.406]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/nodemut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6599378Z [00:04:30.413]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/nodemut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6667574Z [00:04:30.419]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/netmap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6736070Z [00:04:30.426]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netmap/netmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6803671Z [00:04:30.433]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logid/id.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6871460Z [00:04:30.440]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logid/id_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.6939848Z [00:04:30.447]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/mapx/ordered_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7007987Z [00:04:30.453]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/mapx/ordered.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7077244Z [00:04:30.460]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/struct_map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7144874Z [00:04:30.467]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7213748Z [00:04:30.474]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/struct_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7281501Z [00:04:30.481]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7349399Z [00:04:30.488]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_clone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7417705Z [00:04:30.494]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7484816Z [00:04:30.501]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7551911Z [00:04:30.508]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7621358Z [00:04:30.515]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7690462Z [00:04:30.522]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7759250Z [00:04:30.529]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_example_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7826331Z [00:04:30.535]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7893980Z [00:04:30.542]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_example_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.7963520Z [00:04:30.549]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/prefs/prefs_example/prefs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8031170Z [00:04:30.556]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/nettype/nettype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8099733Z [00:04:30.563]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/structs/structs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8169007Z [00:04:30.570]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ptr/ptr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8237529Z [00:04:30.576]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ipproto/ipproto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8305410Z [00:04:30.583]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/ipproto/ipproto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8373982Z [00:04:30.590]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8443761Z [00:04:30.597]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/disco_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8511496Z [00:04:30.604]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8578526Z [00:04:30.611]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/hardware_attestation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8648458Z [00:04:30.618]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/control_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8718065Z [00:04:30.625]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8789446Z [00:04:30.632]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/util_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8858082Z [00:04:30.639]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/nl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8926638Z [00:04:30.645]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.8994715Z [00:04:30.652]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/derp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9062193Z [00:04:30.659]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/chal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9131659Z [00:04:30.666]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/disco.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9198979Z [00:04:30.673]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/nl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9268294Z [00:04:30.679]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/derp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9335911Z [00:04:30.686]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/control.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9407235Z [00:04:30.693]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/machine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9476663Z [00:04:30.700]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/key/machine_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9546310Z [00:04:30.707]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/jsonx/json_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9615279Z [00:04:30.714]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/jsonx/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9685965Z [00:04:30.721]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9753767Z [00:04:30.728]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9821340Z [00:04:30.735]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9890096Z [00:04:30.742]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/persist/persist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:06.9959918Z [00:04:30.749]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/preftype/netfiltermode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0028796Z [00:04:30.756]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/unsync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0099744Z [00:04:30.763]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/map_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0168800Z [00:04:30.770]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/lazy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0236590Z [00:04:30.776]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/deferred.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0303967Z [00:04:30.783]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/map.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0373167Z [00:04:30.790]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/unsync_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0442625Z [00:04:30.797]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/deferred_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0512092Z [00:04:30.804]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/lazy/sync_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0581002Z [00:04:30.811]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/bools/bools_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0648717Z [00:04:30.818]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/bools/bools.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0718410Z [00:04:30.825]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/iox/io.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0786470Z [00:04:30.831]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/iox/io_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0854047Z [00:04:30.838]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/value_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0922242Z [00:04:30.845]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/value.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.0989911Z [00:04:30.852]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/bool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1057680Z [00:04:30.858]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/opt/bool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1126484Z [00:04:30.865]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netlogtype/netlogtype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1193783Z [00:04:30.872]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/netlogtype/netlogtype_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1262410Z [00:04:30.879]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/logger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1329534Z [00:04:30.886]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1398621Z [00:04:30.893]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage_syscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1469185Z [00:04:30.900]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/rusage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1539045Z [00:04:30.907]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/tokenbucket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1606814Z [00:04:30.913]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/types/logger/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1674428Z [00:04:30.920]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1741884Z [00:04:30.927]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/pin-github-actions.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1809377Z [00:04:30.934]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1877542Z [00:04:30.940]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/installer.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.1946398Z [00:04:30.947]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/request-dataplane-review.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2013018Z [00:04:30.954]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/webclient.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2080625Z [00:04:30.961]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/natlab-integrationtest.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2148898Z [00:04:30.968]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/ssh-integrationtest.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2216701Z [00:04:30.974]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/update-webclient-prebuilt.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2285970Z [00:04:30.981]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/govulncheck.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2353437Z [00:04:30.988]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/checklocks.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2421511Z [00:04:30.995]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/docker-file-build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2488685Z [00:04:31.002]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/kubemanifests.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2555881Z [00:04:31.008]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2622522Z [00:04:31.015]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/golangci-lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2689388Z [00:04:31.022]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/update-flake.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2756923Z [00:04:31.028]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/workflows/flakehub-publish-tagged.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2825446Z [00:04:31.035]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/licenses.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2892048Z [00:04:31.042]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.2959143Z [00:04:31.049]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3026418Z [00:04:31.055]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3093132Z [00:04:31.062]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3159857Z [00:04:31.069]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.mod.sri' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3226803Z [00:04:31.075]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/go.toolchain.rev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3293396Z [00:04:31.082]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3360773Z [00:04:31.089]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_container_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3426978Z [00:04:31.095]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/packagetype_container.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3494059Z [00:04:31.102]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3561763Z [00:04:31.109]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3629498Z [00:04:31.116]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3696570Z [00:04:31.122]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3764389Z [00:04:31.129]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3832571Z [00:04:31.136]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_uname.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3900798Z [00:04:31.143]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.3970152Z [00:04:31.150]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/hostinfo/hostinfo_freebsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4039692Z [00:04:31.157]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4108950Z [00:04:31.164]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/proxymap/proxymap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4176692Z [00:04:31.170]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tsd/tsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4245038Z [00:04:31.177]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4313044Z [00:04:31.184]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/build_docker.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4381714Z [00:04:31.191]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/api.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4450523Z [00:04:31.198]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/fds_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4518744Z [00:04:31.205]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/multilabelmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4586819Z [00:04:31.211]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/metrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4654902Z [00:04:31.218]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/multilabelmap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4723177Z [00:04:31.225]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4790619Z [00:04:31.232]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/metrics/fds_notlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4859663Z [00:04:31.239]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4926933Z [00:04:31.245]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.4994374Z [00:04:31.252]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5064507Z [00:04:31.259]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5132451Z [00:04:31.266]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5200866Z [00:04:31.273]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5268882Z [00:04:31.280]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5338826Z [00:04:31.287]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5409869Z [00:04:31.294]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5477228Z [00:04:31.300]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5545594Z [00:04:31.307]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5613327Z [00:04:31.314]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5681360Z [00:04:31.321]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5749310Z [00:04:31.328]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5817055Z [00:04:31.334]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5886002Z [00:04:31.341]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.5955541Z [00:04:31.348]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6024639Z [00:04:31.355]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6094037Z [00:04:31.362]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6163060Z [00:04:31.369]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6229748Z [00:04:31.376]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6297613Z [00:04:31.382]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6365387Z [00:04:31.389]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6434483Z [00:04:31.396]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6510337Z [00:04:31.403]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6573752Z [00:04:31.410]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6642944Z [00:04:31.417]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6711402Z [00:04:31.424]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6780222Z [00:04:31.431]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6847491Z [00:04:31.437]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-0623d3b79dd5d5672ea8f83a9385561e2d8009b0.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6916129Z [00:04:31.444]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/objects/pack/pack-fbf8fe57a8bc1361f8cdb197f21c1f1b31c86812.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.6984249Z [00:04:31.451]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7053039Z [00:04:31.458]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7122263Z [00:04:31.465]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/clean_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7190370Z [00:04:31.472]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7259706Z [00:04:31.479]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/netstat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7326965Z [00:04:31.485]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_plan9.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7396901Z [00:04:31.492]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7466249Z [00:04:31.499]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/clean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7535618Z [00:04:31.506]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7602125Z [00:04:31.513]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/netstat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7671402Z [00:04:31.520]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/poller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7739274Z [00:04:31.527]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_macos.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7809159Z [00:04:31.534]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7875943Z [00:04:31.540]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/portlist/portlist_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.7943816Z [00:04:31.547]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/.bencher/config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8011071Z [00:04:31.554]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/pull-toolchain.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8078943Z [00:04:31.561]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/prompt/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8146757Z [00:04:31.567]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/singleflight/singleflight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8216222Z [00:04:31.574]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/singleflight/singleflight_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8284000Z [00:04:31.581]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lru/lru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8350965Z [00:04:31.588]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lru/lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8418933Z [00:04:31.595]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pool/pool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8486411Z [00:04:31.601]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pool/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8554807Z [00:04:31.608]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/race/race.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8622652Z [00:04:31.615]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/race/race_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8690687Z [00:04:31.622]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cloudenv/cloudenv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8757700Z [00:04:31.628]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cloudenv/cloudenv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8826943Z [00:04:31.635]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/limiter/limiter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8894347Z [00:04:31.642]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/limiter/limiter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.8962131Z [00:04:31.649]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9029867Z [00:04:31.656]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/zstd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9096723Z [00:04:31.662]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/zstdframe/zstd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9163599Z [00:04:31.669]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cmpver/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9231604Z [00:04:31.676]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cmpver/version_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9299147Z [00:04:31.683]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/goroutines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9367030Z [00:04:31.689]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/goroutines_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9439271Z [00:04:31.697]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/goroutines/tracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9508223Z [00:04:31.704]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/testenv/testenv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9578268Z [00:04:31.711]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/testenv/testenv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9647947Z [00:04:31.717]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/expvarx/expvarx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9715939Z [00:04:31.724]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/expvarx/expvarx_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9783509Z [00:04:31.731]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/multierr/multierr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9851905Z [00:04:31.738]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/multierr/multierr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9920201Z [00:04:31.745]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:07.9989954Z [00:04:31.752]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0057261Z [00:04:31.758]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0125367Z [00:04:31.765]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/quarantine/quarantine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0194128Z [00:04:31.772]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineread/lineread.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0262466Z [00:04:31.779]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/conpty/conpty_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0330937Z [00:04:31.786]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0399219Z [00:04:31.793]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0467013Z [00:04:31.799]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/s4u_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0537149Z [00:04:31.806]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/s4u/lsa_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0605387Z [00:04:31.813]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/userprofile_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0674312Z [00:04:31.820]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winenv/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0743749Z [00:04:31.827]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winenv/winenv_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0811534Z [00:04:31.834]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winenv/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0879923Z [00:04:31.841]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/userprofile_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.0947154Z [00:04:31.847]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1016434Z [00:04:31.854]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1085578Z [00:04:31.861]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/watcher_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1153913Z [00:04:31.868]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1221310Z [00:04:31.875]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/policylock_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1290018Z [00:04:31.882]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/gp_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1359409Z [00:04:31.889]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/gp/gp_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1427263Z [00:04:31.895]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1495385Z [00:04:31.902]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/restartmgr_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1563428Z [00:04:31.909]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1631288Z [00:04:31.916]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1699109Z [00:04:31.923]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/authenticode/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1768095Z [00:04:31.930]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/authenticode/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1836016Z [00:04:31.936]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/authenticode/authenticode_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1904312Z [00:04:31.943]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/restartmgr_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.1971709Z [00:04:31.950]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2039145Z [00:04:31.957]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/startupinfo_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2107495Z [00:04:31.963]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/subprocess_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2176159Z [00:04:31.970]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/policy/policy_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2243687Z [00:04:31.977]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/policy/policy_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2310990Z [00:04:31.984]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/svcdiag_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2379218Z [00:04:31.991]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/winutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2446943Z [00:04:31.997]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/testdata/testrestartableprocesses/restartableprocess_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2514108Z [00:04:32.004]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/winutil/testdata/testrestartableprocesses/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2584329Z [00:04:32.011]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dnsname/dnsname.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2654897Z [00:04:32.018]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dnsname/dnsname_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2723590Z [00:04:32.025]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/groupmember/groupmember.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2791703Z [00:04:32.032]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osshare/filesharingstatus_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2859771Z [00:04:32.039]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osshare/filesharingstatus_noop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2927876Z [00:04:32.045]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ringbuffer/ringbuffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.2995543Z [00:04:32.052]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ringbuffer/ringbuffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3062944Z [00:04:32.059]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3131179Z [00:04:32.066]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3198512Z [00:04:32.073]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/dirwalk/dirwalk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3265566Z [00:04:32.079]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httphdr/httphdr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3332731Z [00:04:32.086]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httphdr/httphdr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3400509Z [00:04:32.093]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/deephash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3467834Z [00:04:32.099]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer_norace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3535903Z [00:04:32.106]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3603518Z [00:04:32.113]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/testtype/testtype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3670543Z [00:04:32.120]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/deephash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3739179Z [00:04:32.127]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3806677Z [00:04:32.133]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3873351Z [00:04:32.140]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/pointer_race.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.3939838Z [00:04:32.147]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/tailscale_types_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4008500Z [00:04:32.154]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/deephash/types_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4075553Z [00:04:32.160]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4144079Z [00:04:32.167]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/none.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4211263Z [00:04:32.174]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/locking.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4277573Z [00:04:32.180]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4345706Z [00:04:32.187]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cache/single.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4416643Z [00:04:32.194]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/codegen/codegen_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4483858Z [00:04:32.201]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/codegen/codegen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4552144Z [00:04:32.208]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/slicesx/slicesx_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4621213Z [00:04:32.215]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/slicesx/slicesx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4689066Z [00:04:32.222]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/hashx/block512.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4757219Z [00:04:32.228]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/hashx/block512_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4825786Z [00:04:32.235]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/on.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4894244Z [00:04:32.242]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/racebuild.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.4962746Z [00:04:32.249]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/racebuild/off.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5032227Z [00:04:32.256]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/usermetric.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5099213Z [00:04:32.263]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5167083Z [00:04:32.269]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/usermetric/usermetric_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5235739Z [00:04:32.276]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineiter/lineiter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5302890Z [00:04:32.283]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/lineiter/lineiter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5374550Z [00:04:32.290]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/syspolicy_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5443658Z [00:04:32.297]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/loggerx/logger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5511251Z [00:04:32.304]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/loggerx/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5578422Z [00:04:32.311]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/internal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5646153Z [00:04:32.317]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/test_handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5714289Z [00:04:32.324]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/metrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5781655Z [00:04:32.331]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/internal/metrics/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5851017Z [00:04:32.338]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/handler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5919011Z [00:04:32.345]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/resultant_policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.5987144Z [00:04:32.351]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/rsop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6055700Z [00:04:32.358]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/store_registration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6123406Z [00:04:32.365]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/resultant_policy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6191463Z [00:04:32.372]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/rsop/change_callbacks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6259042Z [00:04:32.379]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/policy_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6328089Z [00:04:32.385]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/env_policy_store_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6396548Z [00:04:32.392]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_store_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6466323Z [00:04:32.399]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/env_policy_store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6533213Z [00:04:32.406]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_reader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6600996Z [00:04:32.413]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6668952Z [00:04:32.420]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_store_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6736573Z [00:04:32.426]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/test_store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6803906Z [00:04:32.433]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/source/policy_source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6872599Z [00:04:32.440]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/raw_item_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.6941175Z [00:04:32.447]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/setting_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7011224Z [00:04:32.454]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7080289Z [00:04:32.461]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/policy_scope.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7148401Z [00:04:32.468]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/setting.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7216519Z [00:04:32.474]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/summary.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7284927Z [00:04:32.481]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/raw_item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7353671Z [00:04:32.488]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/origin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7421391Z [00:04:32.495]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7489679Z [00:04:32.502]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7558485Z [00:04:32.509]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/snapshot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7625835Z [00:04:32.515]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/snapshot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7694196Z [00:04:32.522]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/setting/policy_scope_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7762308Z [00:04:32.529]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/syspolicy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7830253Z [00:04:32.536]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/policy_keys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7897998Z [00:04:32.542]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/syspolicy/syspolicy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.7965967Z [00:04:32.549]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httpm/httpm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8033742Z [00:04:32.556]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/httpm/httpm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8102009Z [00:04:32.563]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/must/must.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8171399Z [00:04:32.570]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/precompress/precompress.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8240915Z [00:04:32.577]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/mak/mak_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8310125Z [00:04:32.584]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/mak/mak.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8380937Z [00:04:32.591]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/stringsx/stringsx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8450713Z [00:04:32.598]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/stringsx/stringsx_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8519411Z [00:04:32.605]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/sysresources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8587890Z [00:04:32.611]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_darwin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8656437Z [00:04:32.618]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8724672Z [00:04:32.625]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8794031Z [00:04:32.632]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8862099Z [00:04:32.639]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/memory_bsd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.8931836Z [00:04:32.646]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/sysresources/sysresources_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9001017Z [00:04:32.653]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/nocasemaps/nocase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9069891Z [00:04:32.660]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/nocasemaps/nocase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9139032Z [00:04:32.667]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9208006Z [00:04:32.673]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debug-demo/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9276158Z [00:04:32.680]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/bus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9343736Z [00:04:32.687]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9413296Z [00:04:32.694]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/subscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9484984Z [00:04:32.701]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9553931Z [00:04:32.708]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debug.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9622045Z [00:04:32.715]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/queue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9690841Z [00:04:32.722]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debughttp_off.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9761430Z [00:04:32.729]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/bus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9830252Z [00:04:32.736]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9900388Z [00:04:32.743]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/eventbustest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:08.9969651Z [00:04:32.750]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/eventbustest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0039497Z [00:04:32.757]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/eventbustest/examples_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0108482Z [00:04:32.764]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/fetch-htmx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0177889Z [00:04:32.770]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/publish.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0246683Z [00:04:32.777]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/debughttp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0316385Z [00:04:32.784]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/monitor.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0384233Z [00:04:32.791]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/style.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0452307Z [00:04:32.798]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/event.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0520785Z [00:04:32.805]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/htmx.min.js.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0588830Z [00:04:32.812]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/main.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0657682Z [00:04:32.818]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/eventbus/assets/htmx-websocket.min.js.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0727844Z [00:04:32.825]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cstruct/cstruct_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0795972Z [00:04:32.832]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cstruct/cstruct.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0864704Z [00:04:32.839]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cstruct/cstruct_example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.0932367Z [00:04:32.846]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1001185Z [00:04:32.853]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1069993Z [00:04:32.860]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1137235Z [00:04:32.866]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/fake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1205839Z [00:04:32.873]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_for_svcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1274390Z [00:04:32.880]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1341305Z [00:04:32.887]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_for_svcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1409495Z [00:04:32.894]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1477421Z [00:04:32.900]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/detector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1545803Z [00:04:32.907]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_runner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1614397Z [00:04:32.914]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1682108Z [00:04:32.921]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfwtest/linuxfwtest_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1750836Z [00:04:32.928]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfwtest/linuxfwtest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1818631Z [00:04:32.935]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1887728Z [00:04:32.941]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_runner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.1955835Z [00:04:32.948]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/fake_netfilter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2022770Z [00:04:32.955]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/iptables_for_svcs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2091847Z [00:04:32.962]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/nftables_for_svcs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2160636Z [00:04:32.969]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/linuxfw/linuxfw_unsupported.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2230624Z [00:04:32.976]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/truncate/truncate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2297763Z [00:04:32.982]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/truncate/truncate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2366419Z [00:04:32.989]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/execqueue/execqueue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2434900Z [00:04:32.996]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/execqueue/execqueue_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2503443Z [00:04:33.003]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/clientmetric/clientmetric_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2572788Z [00:04:33.010]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/clientmetric/clientmetric.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2641108Z [00:04:33.017]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/progresstracking/progresstracking.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2709741Z [00:04:33.024]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2778290Z [00:04:33.031]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/systemd_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2846436Z [00:04:33.037]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/systemd/systemd_nonlinux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2914157Z [00:04:33.044]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/topk/topk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.2982165Z [00:04:33.051]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/topk/topk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3051715Z [00:04:33.058]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/reload/reload_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3119480Z [00:04:33.065]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/reload/reload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3189584Z [00:04:33.072]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/rands_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3257154Z [00:04:33.078]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/cheap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3325701Z [00:04:33.085]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/cheap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3393493Z [00:04:33.092]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/rands/rands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3466915Z [00:04:33.099]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3536222Z [00:04:33.106]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_noimpl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3604514Z [00:04:33.113]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3672887Z [00:04:33.120]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3741057Z [00:04:33.127]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/pidowner/pidowner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3809069Z [00:04:33.134]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/zsyscall_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3877225Z [00:04:33.140]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/internal/wsc/wsc_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.3944245Z [00:04:33.147]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/mksyscall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4013587Z [00:04:33.154]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag_windows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4081875Z [00:04:33.161]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4149557Z [00:04:33.168]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4216812Z [00:04:33.174]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osdiag/osdiag_notwindows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4284774Z [00:04:33.181]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ctxkey/key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4352049Z [00:04:33.188]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/ctxkey/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4421935Z [00:04:33.195]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/intset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4491129Z [00:04:33.202]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/set.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4561613Z [00:04:33.209]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/slice_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4631163Z [00:04:33.216]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/handle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4699190Z [00:04:33.223]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/slice.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4766675Z [00:04:33.229]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/smallset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4833580Z [00:04:33.236]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/set_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4903191Z [00:04:33.243]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/smallset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.4970831Z [00:04:33.250]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/set/intset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5039790Z [00:04:33.257]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/group_ids.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5108204Z [00:04:33.264]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/group_ids_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5176416Z [00:04:33.270]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/osuser/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5244521Z [00:04:33.277]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/vizerror/vizerror.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5313045Z [00:04:33.284]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/vizerror/vizerror_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5386271Z [00:04:33.291]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/util/cibuild/cibuild.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5455521Z [00:04:33.298]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5530688Z [00:04:33.306]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5602664Z [00:04:33.313]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5674062Z [00:04:33.320]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/websocket_stub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5742713Z [00:04:33.327]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5811792Z [00:04:33.334]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5879301Z [00:04:33.341]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/websocket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.5947207Z [00:04:33.347]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/mesh_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6015883Z [00:04:33.354]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derphttp/derphttp_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6083771Z [00:04:33.361]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6153265Z [00:04:33.368]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfeb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6221545Z [00:04:33.375]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6288810Z [00:04:33.382]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6356588Z [00:04:33.388]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_endian.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6425546Z [00:04:33.395]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_helpers.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6493733Z [00:04:33.402]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/LICENSE.BSD-2-Clause' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6563536Z [00:04:33.409]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_tracing.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6632397Z [00:04:33.416]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/bpf_helper_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6700620Z [00:04:33.423]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/headers/update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6768905Z [00:04:33.430]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6836623Z [00:04:33.436]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp_linux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6905088Z [00:04:33.443]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/xdp_default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.6973395Z [00:04:33.450]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfeb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7042743Z [00:04:33.457]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7115405Z [00:04:33.464]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/xdp/bpf_bpfel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7184244Z [00:04:33.471]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derpconst/derpconst.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7251883Z [00:04:33.478]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7320168Z [00:04:33.485]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_server_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7388033Z [00:04:33.491]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/derp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7456642Z [00:04:33.498]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/derp/testdata/example_ss.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7524003Z [00:04:33.505]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/ALPINE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7592518Z [00:04:33.512]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_permissions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7659931Z [00:04:33.519]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7728647Z [00:04:33.526]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/drive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7796539Z [00:04:33.532]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/readonlydir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7863709Z [00:04:33.539]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/pathutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7931496Z [00:04:33.546]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/stat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.7999826Z [00:04:33.553]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/xml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8067114Z [00:04:33.559]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/shared/pathutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8134691Z [00:04:33.566]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/birthtiming_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8202364Z [00:04:33.573]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/connlistener_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8270903Z [00:04:33.580]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/stat_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8340793Z [00:04:33.587]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/compositedav.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8410979Z [00:04:33.594]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/stat_cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8479680Z [00:04:33.601]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/compositedav/rewriting.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8548630Z [00:04:33.608]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/stat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8616073Z [00:04:33.614]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/mkdir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8683304Z [00:04:33.621]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/openfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8751488Z [00:04:33.628]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/removeall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8818563Z [00:04:33.635]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/dirfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8887029Z [00:04:33.641]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/rename.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.8953946Z [00:04:33.648]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/dirfs/dirfs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9021691Z [00:04:33.655]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/birthtiming.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9089277Z [00:04:33.662]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/fileserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9156981Z [00:04:33.668]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/connlistener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9226181Z [00:04:33.675]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/local_impl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9293958Z [00:04:33.682]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/driveimpl/remote_impl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9362029Z [00:04:33.689]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/drive_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9432084Z [00:04:33.696]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9499936Z [00:04:33.703]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/drive_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9568599Z [00:04:33.710]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9637524Z [00:04:33.716]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9704951Z [00:04:33.723]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9773338Z [00:04:33.730]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/drive/remote_nonunix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9841421Z [00:04:33.737]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka_clone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9909056Z [00:04:33.744]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sig_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:09.9977108Z [00:04:33.750]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sig.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0044505Z [00:04:33.757]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/chaintest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0112693Z [00:04:33.764]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0180840Z [00:04:33.771]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0247529Z [00:04:33.777]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/deeplink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0314495Z [00:04:33.784]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/builder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0383396Z [00:04:33.791]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tailchonk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0451336Z [00:04:33.798]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sync.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0522442Z [00:04:33.805]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/state_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0596164Z [00:04:33.812]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tailchonk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0667126Z [00:04:33.819]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0737307Z [00:04:33.826]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0805658Z [00:04:33.833]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/aum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0875735Z [00:04:33.840]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/aum_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.0944905Z [00:04:33.847]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/deeplink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1013366Z [00:04:33.854]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/sync_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1081044Z [00:04:33.861]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/scenario_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1148505Z [00:04:33.868]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/tka_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1217068Z [00:04:33.874]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/tka/builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1286196Z [00:04:33.881]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_wakeonlan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1353940Z [00:04:33.888]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_relayserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1420828Z [00:04:33.895]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/condregister.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1489562Z [00:04:33.902]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_taildrop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1556970Z [00:04:33.908]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_tpm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1624925Z [00:04:33.915]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_capture.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1693597Z [00:04:33.922]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/condregister/maybe_tap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1761971Z [00:04:33.929]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/relayserver/relayserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1829475Z [00:04:33.936]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/relayserver/relayserver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1897434Z [00:04:33.942]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/wakeonlan/wakeonlan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.1965514Z [00:04:33.949]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2032818Z [00:04:33.956]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2106517Z [00:04:33.963]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/fileops.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2176505Z [00:04:33.970]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/taildrop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2246140Z [00:04:33.977]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/ext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2313566Z [00:04:33.984]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/send.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2381972Z [00:04:33.991]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/resume.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2450855Z [00:04:33.998]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2519916Z [00:04:34.005]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/paths.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2587757Z [00:04:34.011]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/peerapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2656663Z [00:04:34.018]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/resume_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2724833Z [00:04:34.025]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/send_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2792590Z [00:04:34.032]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/target_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2860755Z [00:04:34.039]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/peerapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2929153Z [00:04:34.046]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/fileops_fs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.2997981Z [00:04:34.052]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/taildrop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3066201Z [00:04:34.059]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3134619Z [00:04:34.066]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/retrieve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3202022Z [00:04:34.073]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/taildrop/localapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3270012Z [00:04:34.080]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/capture.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3337792Z [00:04:34.086]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector/dissector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3405045Z [00:04:34.093]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/capture/dissector/ts-dissector.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3472813Z [00:04:34.100]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3539822Z [00:04:34.107]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3607775Z [00:04:34.113]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_other.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3675361Z [00:04:34.120]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3742056Z [00:04:34.127]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tpm/tpm_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3810273Z [00:04:34.134]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/tap/tap_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3877952Z [00:04:34.140]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.49iCb1EC53/TEMPREPO/feature/feature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.3947087Z [00:04:34.147]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailscale-multi' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4015839Z [00:04:34.154]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailscaled' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4082637Z [00:04:34.161]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4149497Z [00:04:34.168]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4217412Z [00:04:34.174]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailscale' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4286398Z [00:04:34.181]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4354826Z [00:04:34.188]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale-multi' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4426801Z [00:04:34.195]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4494289Z [00:04:34.202]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscaled' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4562561Z [00:04:34.209]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:55:10.4630614Z [00:04:34.216]➜  mode of '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale' retained as 0755 (rwxr-xr-x)
2025-08-20T22:55:10.5384954Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:55:10.5386340Z [00:04:34.291]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:55:43.6724589Z 
2025-08-20T22:55:43.6725668Z [+] Sanitizing /tmp/pkgforge/e0TYfSR9C_SBUILD/BUILD.log ==> /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.log
2025-08-20T22:55:46.2460777Z '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.log' -> '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale-multi.log'
2025-08-20T22:55:46.2552655Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale-multi?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscale-multi.log
2025-08-20T22:55:46.2554817Z 
2025-08-20T22:55:46.2556273Z [+] Parsing/Uploading tailscale/tailscale-multi --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftailscale%2Ftailscale-multi [x86_64-Linux]
2025-08-20T22:55:46.2558433Z '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.log' -> '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.log'
2025-08-20T22:55:46.2572177Z '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscale.static.log' -> '/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/tailscaled.log'
2025-08-20T22:55:46.2610741Z {
2025-08-20T22:55:46.2612391Z   "_disabled": "false",
2025-08-20T22:55:46.2613084Z   "host": "x86_64-Linux",
2025-08-20T22:55:46.2613640Z   "rank": "",
2025-08-20T22:55:46.2614178Z   "pkg": "tailscale.static",
2025-08-20T22:55:46.2615345Z   "pkg_family": "tailscale",
2025-08-20T22:55:46.2616118Z   "pkg_id": "github.com.tailscale.tailscale",
2025-08-20T22:55:46.2616854Z   "pkg_name": "tailscale-multi",
2025-08-20T22:55:46.2617371Z   "pkg_type": "static",
2025-08-20T22:55:46.2618569Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscale-multi",
2025-08-20T22:55:46.2619517Z   "app_id": "",
2025-08-20T22:55:46.2620044Z   "appstream": "",
2025-08-20T22:55:46.2620521Z   "category": [
2025-08-20T22:55:46.2621340Z     "ConsoleOnly",
2025-08-20T22:55:46.2621877Z     "Utility"
2025-08-20T22:55:46.2622776Z   ],
2025-08-20T22:55:46.2623666Z   "description": "Combined Client & Daemon in a Single Binary (Limited Features)",
2025-08-20T22:55:46.2624648Z   "desktop": "",
2025-08-20T22:55:46.2625848Z   "homepage": [
2025-08-20T22:55:46.2626497Z     "https://tailscale.com",
2025-08-20T22:55:46.2627155Z     "https://github.com/tailscale/tailscale"
2025-08-20T22:55:46.2627860Z   ],
2025-08-20T22:55:46.2630089Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale-multi?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscale-multi.png",
2025-08-20T22:55:46.2631367Z   "license": [
2025-08-20T22:55:46.2636839Z     "BSD",
2025-08-20T22:55:46.2637148Z     "MIT"
2025-08-20T22:55:46.2637537Z   ],
2025-08-20T22:55:46.2637852Z   "maintainer": [
2025-08-20T22:55:46.2638249Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:55:46.2638705Z   ],
2025-08-20T22:55:46.2638988Z   "provides": [
2025-08-20T22:55:46.2639298Z     "tailscale",
2025-08-20T22:55:46.2639602Z     "tailscaled",
2025-08-20T22:55:46.2639918Z     "tailscale-multi"
2025-08-20T22:55:46.2640236Z   ],
2025-08-20T22:55:46.2640498Z   "note": [
2025-08-20T22:55:46.2641077Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tailscale/tailscale",
2025-08-20T22:55:46.2641976Z     "tailscale-multi is based on: https://tailscale.com/kb/1207/small-tailscale"
2025-08-20T22:55:46.2642583Z   ],
2025-08-20T22:55:46.2642867Z   "repology": [
2025-08-20T22:55:46.2643174Z     "tailscale"
2025-08-20T22:55:46.2643471Z   ],
2025-08-20T22:55:46.2643755Z   "screenshots": [],
2025-08-20T22:55:46.2644086Z   "src_url": [
2025-08-20T22:55:46.2644444Z     "https://github.com/tailscale/tailscale"
2025-08-20T22:55:46.2644875Z   ],
2025-08-20T22:55:46.2645346Z   "tag": [
2025-08-20T22:55:46.2645638Z     "mesh",
2025-08-20T22:55:46.2645914Z     "tunnel",
2025-08-20T22:55:46.2646201Z     "vpn",
2025-08-20T22:55:46.2646491Z     "wireguard",
2025-08-20T22:55:46.2646789Z     "zerotier"
2025-08-20T22:55:46.2647091Z   ],
2025-08-20T22:55:46.2647404Z   "version": "HEAD-b48d2de-250820T140428",
2025-08-20T22:55:46.2647837Z   "version_upstream": "",
2025-08-20T22:55:46.2648522Z   "bsum": "cb781cf7e8254b0759dc57e1f77a1e7005f350978c0c799da25f8ae27e9057b2",
2025-08-20T22:55:46.2649187Z   "build_date": "2025-08-20T22:55:25Z",
2025-08-20T22:55:46.2649817Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109963452",
2025-08-20T22:55:46.2650461Z   "build_id": "17109963452",
2025-08-20T22:55:46.2651680Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale-multi?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscale-multi.log",
2025-08-20T22:55:46.2653397Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailscale/static.official.source.yaml",
2025-08-20T22:55:46.2655494Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale-multi?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscale-multi",
2025-08-20T22:55:46.2657227Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tailscale/official/tailscale-multi:HEAD-b48d2de-250820T140428-x86_64-linux",
2025-08-20T22:55:46.2658425Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tailscale/official/tailscale-multi",
2025-08-20T22:55:46.2659795Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale-multi?tag=HEAD-b48d2de-250820T140428-x86_64-linux&manifest",
2025-08-20T22:55:46.2661295Z   "shasum": "db691fa8c279a14cfad92a00b9144a8c6231ce552529af6757327f6921270c42",
2025-08-20T22:55:46.2661935Z   "size": "44 MB",
2025-08-20T22:55:46.2662262Z   "size_raw": "45183224",
2025-08-20T22:55:46.2663990Z   "snapshots": [
2025-08-20T22:55:46.2664368Z     "HEAD-69b9074-250112T194902-x86_64-linux",
2025-08-20T22:55:46.2664832Z     "HEAD-64ab0dd-250113T112735-x86_64-linux",
2025-08-20T22:55:46.2665489Z     "HEAD-e4385f1-250114T133107-x86_64-linux",
2025-08-20T22:55:46.2665960Z     "HEAD-6c30840-250119T190021-x86_64-linux",
2025-08-20T22:55:46.2667545Z     "HEAD-bcc2622-250120T222413-x86_64-linux",
2025-08-20T22:55:46.2668019Z     "HEAD-8b9d5fd-250121T112644-x86_64-linux",
2025-08-20T22:55:46.2668466Z     "HEAD-042ed6b-250121T174755-x86_64-linux",
2025-08-20T22:55:46.2668929Z     "HEAD-f0db473-250123T150647-x86_64-linux",
2025-08-20T22:55:46.2669376Z     "HEAD-68a66ee-250124T175243-x86_64-linux",
2025-08-20T22:55:46.2669820Z     "HEAD-a0537dc-250131T184102-x86_64-linux",
2025-08-20T22:55:46.2670282Z     "HEAD-d832467-250201T133445-x86_64-linux",
2025-08-20T22:55:46.2670719Z     "HEAD-e19c01f-250204T155103-x86_64-linux",
2025-08-20T22:55:46.2671283Z     "HEAD-7b3e5b5-250206T201411-x86_64-linux",
2025-08-20T22:55:46.2671856Z     "HEAD-532e38b-250208T144541-x86_64-linux",
2025-08-20T22:55:46.2672337Z     "HEAD-b7f508f-250211T145304-x86_64-linux",
2025-08-20T22:55:46.2672800Z     "HEAD-b21eec7-250216T093802-x86_64-linux",
2025-08-20T22:55:46.2673240Z     "HEAD-09982e1-250218T164925-x86_64-linux",
2025-08-20T22:55:46.2673679Z     "HEAD-f5997b3-250221T132725-x86_64-linux",
2025-08-20T22:55:46.2674141Z     "HEAD-c174d3c-250226T170240-x86_64-linux",
2025-08-20T22:55:46.2674596Z     "HEAD-dc18091-250228T141728-x86_64-linux",
2025-08-20T22:55:46.2675055Z     "HEAD-986daca-250302T182215-x86_64-linux",
2025-08-20T22:55:46.2675744Z     "HEAD-5eafce7-250304T185729-x86_64-linux",
2025-08-20T22:55:46.2676209Z     "HEAD-346a35f-250307T142804-x86_64-linux",
2025-08-20T22:55:46.2676671Z     "HEAD-b9f4c5d-250309T133102-x86_64-linux",
2025-08-20T22:55:46.2677145Z     "HEAD-06ae52d-250311T172321-x86_64-linux",
2025-08-20T22:55:46.2677600Z     "HEAD-486a55f-250604T081547-x86_64-linux",
2025-08-20T22:55:46.2678066Z     "HEAD-733bfae-250613T175821-x86_64-linux",
2025-08-20T22:55:46.2678528Z     "HEAD-5b086cd-250616T143816-x86_64-linux",
2025-08-20T22:55:46.2678992Z     "HEAD-e92eb6b-250618T142039-x86_64-linux",
2025-08-20T22:55:46.2679453Z     "HEAD-cd9b9a8-250620T192352-x86_64-linux",
2025-08-20T22:55:46.2679916Z     "HEAD-9288efe-250623T085329-x86_64-linux",
2025-08-20T22:55:46.2680396Z     "HEAD-92a114c-250704T124838-x86_64-linux",
2025-08-20T22:55:46.2680852Z     "HEAD-cb7b499-250707T160918-x86_64-linux",
2025-08-20T22:55:46.2681306Z     "HEAD-ff18031-250709T134533-x86_64-linux",
2025-08-20T22:55:46.2681755Z     "HEAD-24062e3-250711T171223-x86_64-linux",
2025-08-20T22:55:46.2682204Z     "HEAD-fc50500-250714T104256-x86_64-linux",
2025-08-20T22:55:46.2682667Z     "HEAD-36aeacb-250716T143405-x86_64-linux",
2025-08-20T22:55:46.2683134Z     "HEAD-5adde9e-250718T150609-x86_64-linux",
2025-08-20T22:55:46.2683590Z     "HEAD-8453170-250721T123616-x86_64-linux",
2025-08-20T22:55:46.2684049Z     "HEAD-c87f44b-250723T155047-x86_64-linux",
2025-08-20T22:55:46.2684515Z     "HEAD-e300a00-250725T194537-x86_64-linux",
2025-08-20T22:55:46.2684968Z     "HEAD-4df02bb-250728T125739-x86_64-linux",
2025-08-20T22:55:46.2685765Z     "HEAD-1cc842b-250730T130853-x86_64-linux",
2025-08-20T22:55:46.2686231Z     "HEAD-834630f-250801T175706-x86_64-linux",
2025-08-20T22:55:46.2686681Z     "HEAD-4666d4c-250806T145755-x86_64-linux",
2025-08-20T22:55:46.2687142Z     "HEAD-796eb21-250808T162139-x86_64-linux",
2025-08-20T22:55:46.2687594Z     "HEAD-36397f1-250811T132957-x86_64-linux",
2025-08-20T22:55:46.2688054Z     "HEAD-0f7facf-250813T134927-x86_64-linux",
2025-08-20T22:55:46.2688517Z     "HEAD-6d45663-250816T094225-x86_64-linux",
2025-08-20T22:55:46.2688978Z     "HEAD-8447216-250818T153450-x86_64-linux"
2025-08-20T22:55:46.2689391Z   ]
2025-08-20T22:55:46.2689787Z }
2025-08-20T22:55:46.2689940Z 
2025-08-20T22:55:46.2689954Z 
2025-08-20T22:55:46.2690828Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscale.log
2025-08-20T22:55:46.2691830Z 
2025-08-20T22:55:46.2692708Z [+] Parsing/Uploading tailscale/tailscale --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftailscale%2Ftailscale [x86_64-Linux]
2025-08-20T22:55:46.2694577Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscaled?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscaled.log
2025-08-20T22:55:46.2696340Z 
2025-08-20T22:55:46.2697227Z [+] Parsing/Uploading tailscale/tailscaled --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftailscale%2Ftailscaled [x86_64-Linux]
2025-08-20T22:55:46.2720853Z {
2025-08-20T22:55:46.2729577Z   "_disabled": "false",
2025-08-20T22:55:46.2729947Z   "host": "x86_64-Linux",
2025-08-20T22:55:46.2731363Z   "rank": "",
2025-08-20T22:55:46.2731704Z   "pkg": "tailscale.static",
2025-08-20T22:55:46.2733228Z   "pkg_family": "tailscale",
2025-08-20T22:55:46.2734893Z   "pkg_id": "github.com.tailscale.tailscale",
2025-08-20T22:55:46.2736943Z   "pkg_name": "tailscale",
2025-08-20T22:55:46.2737336Z   "pkg_type": "static",
2025-08-20T22:55:46.2738028Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscale",
2025-08-20T22:55:46.2738752Z   "app_id": "",
2025-08-20T22:55:46.2739071Z   "appstream": "",
2025-08-20T22:55:46.2739389Z   "category": [
2025-08-20T22:55:46.2739692Z     "ConsoleOnly",
2025-08-20T22:55:46.2739980Z     "Utility"
2025-08-20T22:55:46.2740254Z   ],
2025-08-20T22:55:46.2740702Z   "description": "CLI Client for Tailscale, a mesh VPN built on WireGuard",
﻿2025-08-20T22:55:46.2744044Z   "desktop": "",
2025-08-20T22:55:46.2744353Z   "homepage": [
2025-08-20T22:55:46.2744687Z     "https://tailscale.com",
2025-08-20T22:55:46.2745303Z     "https://github.com/tailscale/tailscale"
2025-08-20T22:55:46.2746936Z   ],
2025-08-20T22:55:46.2747931Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscale.png",
2025-08-20T22:55:46.2749109Z   "license": [
2025-08-20T22:55:46.2749426Z     "BSD",
2025-08-20T22:55:46.2749740Z     "MIT"
2025-08-20T22:55:46.2750029Z   ],
2025-08-20T22:55:46.2750316Z   "maintainer": [
2025-08-20T22:55:46.2750713Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:55:46.2751187Z   ],
2025-08-20T22:55:46.2751475Z   "provides": [
2025-08-20T22:55:46.2751798Z     "tailscale",
2025-08-20T22:55:46.2752107Z     "tailscaled",
2025-08-20T22:55:46.2752432Z     "tailscale-multi"
2025-08-20T22:55:46.2752771Z   ],
2025-08-20T22:55:46.2753051Z   "note": [
2025-08-20T22:55:46.2753504Z     "Built From Source (Latest Git HEAD). Check/Report @ https://gi{
2025-08-20T22:55:46.2754131Z thub.com/tailscale/tailscale",
2025-08-20T22:55:46.2754749Z     "tailscale-multi is based on: https://tailscale.com/kb/1207/small-tailscale"
2025-08-20T22:55:46.2755605Z   ],
2025-08-20T22:55:46.2755880Z   "repology": [
2025-08-20T22:55:46.2756187Z     "tailscale"
2025-08-20T22:55:46.2756482Z   ],
2025-08-20T22:55:46.2756765Z   "screenshots": [],
2025-08-20T22:55:46.2757102Z   "src_url": [
2025-08-20T22:55:46.2757622Z     "https://github.com/tailscale/tailscale"
2025-08-20T22:55:46.2758058Z   ],
2025-08-20T22:55:46.2758332Z   "tag": [
2025-08-20T22:55:46.2758623Z     "mesh",
2025-08-20T22:55:46.2758901Z     "tunnel",
2025-08-20T22:55:46.2759191Z     "vpn",
2025-08-20T22:55:46.2759459Z     "wireguard",
2025-08-20T22:55:46.2759773Z     "zerotier"
2025-08-20T22:55:46.2760071Z   ],
2025-08-20T22:55:46.2760392Z   "version": "HEAD-b48d2de-250820T140428",
2025-08-20T22:55:46.2760852Z   "version_upstream": "v1.2.10",
2025-08-20T22:55:46.2761494Z   "bsum": "1edb3b7d927c05e3696d48e1845e20bd6fd121bde1e5a0acaa61e9eafc7f6cc4",
2025-08-20T22:55:46.2762161Z   "build_date": "2025-08-20T22:55:13Z",
2025-08-20T22:55:46.2762855Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109963452",
2025-08-20T22:55:46.2763538Z   "build_id": "17109963452",
2025-08-20T22:55:46.2764714Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscale.log",
2025-08-20T22:55:46.2766610Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailscale/static.official.source.yaml",
2025-08-20T22:55:46.2768163Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale?tag=HEAD-b48d2de-250820T  "_disabled": "false",
2025-08-20T22:55:46.2769257Z   "host": "x86_64-Linux",
2025-08-20T22:55:46.2769696Z   "rank": "",
2025-08-20T22:55:46.2770029Z   "pkg": "tailscale.static",
2025-08-20T22:55:46.2770449Z   "pkg_family": "tailscale",
2025-08-20T22:55:46.2770902Z   "pkg_id": "github.com.tailscale.tailscale",
2025-08-20T22:55:46.2771396Z   "pkg_name": "tailscaled",
2025-08-20T22:55:46.2771781Z   "pkg_type": "static",
2025-08-20T22:55:46.2772503Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled",
2025-08-20T22:55:46.2773431Z   "app_id": "",
2025-08-20T22:55:46.2773862Z   "appstream": "",
2025-08-20T22:55:46.2774199Z   "category": [
2025-08-20T22:55:46.2774544Z     "ConsoleOnly",
2025-08-20T22:55:46.2792019Z     "Utility"
2025-08-20T22:55:46.2801013Z   ],
2025-08-20T22:55:46.2801429Z   "description": "Daemon for the Tailscale CLI",
2025-08-20T22:55:46.2801923Z   "desktop": "",
2025-08-20T22:55:46.2802258Z   "homepage": [
2025-08-20T22:55:46.2802619Z     "https://tailscale.com",
2025-08-20T22:55:46.2803070Z     "https://github.com/tailscale/tailscale"
2025-08-20T22:55:46.2803512Z   ],
2025-08-20T22:55:46.2804553Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscaled?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscaled.png",
2025-08-20T22:55:46.2806148Z   "license": [
2025-08-20T22:55:46.2806462Z     "BSD",
2025-08-20T22:55:46.2806753Z     "MIT"
2025-08-20T22:55:46.2807030Z   ],
2025-08-20T22:55:46.2807308Z   "maintainer": [
2025-08-20T22:55:46.2807709Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:55:46.2808175Z   ],
2025-08-20T22:55:46.2808459Z   "provides": [
2025-08-20T22:55:46.2808781Z     "tailscale",
2025-08-20T22:55:46.2809087Z     "tailscaled",
2025-08-20T22:55:46.2809418Z     "tailscale-multi"
2025-08-20T22:55:46.2809753Z   ],
2025-08-20T22:55:46.2810023Z   "note": [
2025-08-20T22:55:46.2810621Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tailscale/tailscale",
2025-08-20T22:55:46.2811557Z     "tailscale-multi is based on: https://tailscale.com/kb/1207/small-tailscale"
2025-08-20T22:55:46.2812177Z   ],
2025-08-20T22:55:46.2812455Z   "repology": [
2025-08-20T22:55:46.2812791Z     "tailscale"
2025-08-20T22:55:46.2813099Z   ],
2025-08-20T22:55:46.2813391Z   "screenshots": [],
2025-08-20T22:55:46.2813724Z   "src_url": [
2025-08-20T22:55:46.2814086Z     "https://github.com/tailscale/tailscale"
2025-08-20T22:55:46.2814521Z   ],
2025-08-20T22:55:46.2814789Z   "tag": [
2025-08-20T22:55:46.2815094Z     "mesh",
2025-08-20T22:55:46.2815948Z     "tunnel",
2025-08-20T22:55:46.2816253Z     "vpn",
2025-08-20T22:55:46.2816542Z     "wireguard",
2025-08-20T22:55:46.2816987Z     "zerotier"
2025-08-20T22:55:46.2817283Z   ],
2025-08-20T22:55:46.2817607Z   "version": "HEAD-b48d2de-250820T140428",
2025-08-20T22:55:46.2818092Z   "version_upstream": "",
2025-08-20T22:55:46.2818707Z   "bsum": "bed7ad49a4c93c3502e49cb76095b94d8bb052c6a9b4c41b96ee38d8dfe226f5",
2025-08-20T22:55:46.2819399Z   "build_date": "2025-08-20T22:55:36Z",
2025-08-20T22:55:46.2820077Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109963452",
2025-08-20T22:55:46.2820550Z   "build_id": "17109963452",
2025-08-20T22:55:46.2821470Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscaled?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscaled.log",
2025-08-20T22:55:46.2822743Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailscale/static.official.source.yaml",
2025-08-20T22:55:46.2824086Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscaled?tag=HEAD-b48d2de-250820T140428-x86_64-linux&download=tailscaled",
2025-08-20T22:55:46.2825855Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tailscale/official/tailscaled:HEAD-b48d2de-250820T140428-x86_64-linux",
2025-08-20T22:55:46.2826626Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tailscale/official/tailscaled",
2025-08-20T22:55:46.2827859Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscaled?tag=HEAD-b48d2de-250820T140428-x86_64-linux&manifest",
2025-08-20T22:55:46.2829201Z   "shasum": "e085491d2368dc5dc8ac7a002aeb1ded0ada80cade93e60761244cdb48abd139",
2025-08-20T22:55:46.2830081Z   "size": "30 MB",
2025-08-20T22:55:46.2830503Z   "size_raw": "30969048",
2025-08-20T22:55:46.2830975Z   "snapshots": [
2025-08-20T22:55:46.2831271Z     "HEAD-c174d3c-250226T170240-x86_64-linux",
2025-08-20T22:55:46.2831554Z     "HEAD-dc18091-250228T141728-x86_64-linux",
2025-08-20T22:55:46.2832168Z     "HEAD-986daca-250302T182215-x86_64-linux",
2025-08-20T22:55:46.2832528Z     "HEAD-5eafce7-250304T185729-x86_64-linux",
2025-08-20T22:55:46.2832924Z     "HEAD-346a35f-250307T142804-x86_64-linux",
2025-08-20T22:55:46.2833186Z     "HEAD-b9f4c5d-250309T133102-x86_64-linux",
2025-08-20T22:55:46.2833483Z     "HEAD-06ae52d-250311T172321-x86_64-linux",
2025-08-20T22:55:46.2833799Z     "HEAD-486a55f-250604T081547-x86_64-linux",
2025-08-20T22:55:46.2834067Z     "HEAD-733bfae-250613T175821-x86_64-linux",
2025-08-20T22:55:46.2834416Z     "HEAD-5b086cd-250616T143816-x86_64-linux",
2025-08-20T22:55:46.2834688Z     "HEAD-e92eb6b-250618T142039-x86_64-linux",
2025-08-20T22:55:46.2835624Z     "HEAD-cd9b9a8-250620T192352-x86_64-linux",
2025-08-20T22:55:46.2836115Z     "HEAD-9288efe-250623T085329-x86_64-linux",
2025-08-20T22:55:46.2836469Z     "HEAD-92a114c-250704T124838-x86_64-linux",
2025-08-20T22:55:46.2836830Z     "HEAD-cb7b499-250707T160918-x86_64-linux",
2025-08-20T22:55:46.2837098Z     "HEAD-ff18031-250709T134533-x86_64-linux",
2025-08-20T22:55:46.2837350Z     "HEAD-24062e3-250711T171223-x86_64-linux",
2025-08-20T22:55:46.2837757Z     "HEAD-fc50500-250714T104256-x86_64-linux",
2025-08-20T22:55:46.2838103Z     "HEAD-36aeacb-250716T143405-x86_64-linux",
2025-08-20T22:55:46.2838665Z     "HEAD-5adde9e-250718T150609-x86_64-linux",
2025-08-20T22:55:46.2839145Z     "HEAD-8453170-250721T123616-x86_64-linux",
2025-08-20T22:55:46.2839612Z     "HEAD-c87f44b-250723T155047-x86_64-linux",
2025-08-20T22:55:46.2840071Z     "HEAD-e300a00-250725T194537-x86_64-linux",
2025-08-20T22:55:46.2840541Z     "HEAD-4df02bb-250728T125739-x86_64-linux",
2025-08-20T22:55:46.2841046Z     "HEAD-1cc842b-250730T130853-x86_64-linux",
2025-08-20T22:55:46.2841511Z     "HEAD-834630f-250801T175706-x86_64-linux",
2025-08-20T22:55:46.2841976Z     "HEAD-4666d4c-250806T145755-x86_64-linux",
2025-08-20T22:55:46.2842439Z     "HEAD-796eb21-250808T162139-x86_64-linux",
2025-08-20T22:55:46.2842907Z     "HEAD-36397f1-250811T132957-x86_64-linux",
2025-08-20T22:55:46.2843403Z     "HEAD-0f7facf-250813T134927-x86_64-linux",
2025-08-20T22:55:46.2843894Z     "HEAD-6d45663-250816T094225-x86_64-linux",
2025-08-20T22:55:46.2844524Z     "HEAD-8447216-250818T153450-x86_64-linux"
2025-08-20T22:55:46.2844951Z   ]
2025-08-20T22:55:46.2845492Z }
2025-08-20T22:55:46.2845654Z 
2025-08-20T22:55:46.2845661Z 
2025-08-20T22:55:46.2845892Z 140428-x86_64-linux&download=tailscale",
2025-08-20T22:55:46.2846776Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tailscale/official/tailscale:HEAD-b48d2de-250820T140428-x86_64-linux",
2025-08-20T22:55:46.2847897Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tailscale/official/tailscale",
2025-08-20T22:55:46.2849278Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale?tag=HEAD-b48d2de-250820T140428-x86_64-linux&manifest",
2025-08-20T22:55:46.2850649Z   "shasum": "f3f7e18b41b3e40b270e2e705513ff05f5b6533b9e27801dd4603c1e40bfa7f1",
2025-08-20T22:55:46.2851178Z   "size": "21 MB",
2025-08-20T22:55:46.2851382Z   "size_raw": "20986456",
2025-08-20T22:55:46.2851600Z   "snapshots": [
2025-08-20T22:55:46.2851837Z     "HEAD-69b9074-250112T194902-x86_64-linux[v1.72.1]",
2025-08-20T22:55:46.2852150Z     "HEAD-64ab0dd-250113T112735-x86_64-linux[v1.72.1]",
2025-08-20T22:55:46.2852442Z     "HEAD-e4385f1-250114T133107-x86_64-linux[v1.72.1]",
2025-08-20T22:55:46.2852728Z     "HEAD-c79b736-250117T145247-x86_64-linux[v1.72.1]",
2025-08-20T22:55:46.2853010Z     "HEAD-6c30840-250119T190021-x86_64-linux[v1.72.1]",
2025-08-20T22:55:46.2853284Z     "HEAD-bcc2622-250120T222413-x86_64-linux",
2025-08-20T22:55:46.2853550Z     "HEAD-8b9d5fd-250121T112644-x86_64-linux",
2025-08-20T22:55:46.2853808Z     "HEAD-042ed6b-250121T174755-x86_64-linux",
2025-08-20T22:55:46.2854064Z     "HEAD-1562a6f-250122T171615-x86_64-linux",
2025-08-20T22:55:46.2854315Z     "HEAD-f0db473-250123T150647-x86_64-linux",
2025-08-20T22:55:46.2854566Z     "HEAD-68a66ee-250124T175243-x86_64-linux",
2025-08-20T22:55:46.2854942Z     "HEAD-a0537dc-250131T184102-x86_64-linux",
2025-08-20T22:55:46.2855567Z     "HEAD-d832467-250201T133445-x86_64-linux",
2025-08-20T22:55:46.2856020Z     "HEAD-e19c01f-250204T155103-x86_64-linux",
2025-08-20T22:55:46.2856447Z     "HEAD-7b3e5b5-250206T201411-x86_64-linux",
2025-08-20T22:55:46.2856870Z     "HEAD-532e38b-250208T144541-x86_64-linux",
2025-08-20T22:55:46.2857300Z     "HEAD-b7f508f-250211T145304-x86_64-linux",
2025-08-20T22:55:46.2857644Z     "HEAD-b21eec7-250216T093802-x86_64-linux",
2025-08-20T22:55:46.2857913Z     "HEAD-09982e1-250218T164925-x86_64-linux",
2025-08-20T22:55:46.2858167Z     "HEAD-f5997b3-250221T132725-x86_64-linux",
2025-08-20T22:55:46.2858444Z     "HEAD-c174d3c-250226T170240-x86_64-linux[v1.72.1]",
2025-08-20T22:55:46.2858847Z     "HEAD-dc18091-250228T141728-x86_64-linux[NA-2025-02-28]",
2025-08-20T22:55:46.2859179Z     "HEAD-986daca-250302T182215-x86_64-linux[NA-2025-03-02]",
2025-08-20T22:55:46.2859519Z     "HEAD-5eafce7-250304T185729-x86_64-linux[NA-2025-03-04]",
2025-08-20T22:55:46.2859857Z     "HEAD-346a35f-250307T142804-x86_64-linux[NA-2025-03-07]",
2025-08-20T22:55:46.2860179Z     "HEAD-b9f4c5d-250309T133102-x86_64-linux[NA-2025-03-09]",
2025-08-20T22:55:46.2860575Z     "HEAD-06ae52d-250311T172321-x86_64-linux[v1.72.1]",
2025-08-20T22:55:46.2861142Z     "HEAD-486a55f-250604T081547-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2861608Z     "HEAD-733bfae-250613T175821-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2861904Z     "HEAD-5b086cd-250616T143816-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2862186Z     "HEAD-e92eb6b-250618T142039-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2862475Z     "HEAD-cd9b9a8-250620T192352-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2862770Z     "HEAD-9288efe-250623T085329-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2863052Z     "HEAD-92a114c-250704T124838-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2863336Z     "HEAD-cb7b499-250707T160918-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2863621Z     "HEAD-ff18031-250709T134533-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2863904Z     "HEAD-24062e3-250711T171223-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2864188Z     "HEAD-fc50500-250714T104256-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2864583Z     "HEAD-36aeacb-250716T143405-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2864872Z     "HEAD-5adde9e-250718T150609-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2865407Z     "HEAD-8453170-250721T123616-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2865702Z     "HEAD-c87f44b-250723T155047-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2865994Z     "HEAD-e300a00-250725T194537-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2866280Z     "HEAD-4df02bb-250728T125739-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2866568Z     "HEAD-1cc842b-250730T130853-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2866852Z     "HEAD-834630f-250801T175706-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2867128Z     "HEAD-4666d4c-250806T145755-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2867412Z     "HEAD-796eb21-250808T162139-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2867694Z     "HEAD-36397f1-250811T132957-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2867981Z     "HEAD-0f7facf-250813T134927-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2868264Z     "HEAD-6d45663-250816T094225-x86_64-linux[v1.2.10]",
2025-08-20T22:55:46.2868550Z     "HEAD-8447216-250818T153450-x86_64-linux[v1.2.10]"
2025-08-20T22:55:46.2868799Z   ]
2025-08-20T22:55:46.2868954Z }
2025-08-20T22:55:46.2869042Z 
2025-08-20T22:55:46.2869046Z 
2025-08-20T22:55:46.4356313Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tailscale/official/tailscale-multi:HEAD-b48d2de-250820T140428-x86_64-linux": ghcr.io/pkgforge/bincache/tailscale/official/tailscale-multi:HEAD-b48d2de-250820T140428-x86_64-linux: not found
2025-08-20T22:55:46.4361684Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tailscale/official/tailscale:HEAD-b48d2de-250820T140428-x86_64-linux": ghcr.io/pkgforge/bincache/tailscale/official/tailscale:HEAD-b48d2de-250820T140428-x86_64-linux: not found
2025-08-20T22:55:46.4368983Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tailscale/official/tailscaled:HEAD-b48d2de-250820T140428-x86_64-linux": ghcr.io/pkgforge/bincache/tailscale/official/tailscaled:HEAD-b48d2de-250820T140428-x86_64-linux: not found
2025-08-20T22:55:46.4410809Z Uploading empty artifact
2025-08-20T22:55:46.4413745Z Uploading empty artifact
2025-08-20T22:55:46.4414694Z time=2025-08-20T22:55:46Z level=debug msg=Request #0
2025-08-20T22:55:46.4417281Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.4419793Z > Request method: "HEAD"
2025-08-20T22:55:46.4420307Z > Request headers:
2025-08-20T22:55:46.4422232Z    "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-20T22:55:46.4424227Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.4424719Z time=2025-08-20T22:55:46Z level=debug msg=Request #0
2025-08-20T22:55:46.4427412Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale-multi/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.4428344Z > Request method: "HEAD"
2025-08-20T22:55:46.4428566Z > Request headers:
2025-08-20T22:55:46.4429494Z    "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-20T22:55:46.4430472Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.4430736Z time=2025-08-20T22:55:46Z level=debug msg=Request #0
2025-08-20T22:55:46.4431487Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscaled/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.4432207Z > Request method: "HEAD"
2025-08-20T22:55:46.4432569Z > Request headers:
2025-08-20T22:55:46.4433493Z    "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-20T22:55:46.4434453Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.4434690Z Uploading empty artifact
2025-08-20T22:55:46.5204446Z time=2025-08-20T22:55:46Z level=debug msg=Response #0
2025-08-20T22:55:46.5205509Z < Response Status: "401 Unauthorized"
2025-08-20T22:55:46.5205892Z < Response headers:
2025-08-20T22:55:46.5207398Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tailscale/official/tailscaled:pull\""
2025-08-20T22:55:46.5208633Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.5209168Z    "Content-Length": "73"
2025-08-20T22:55:46.5209800Z    "X-Github-Request-Id": "A843:163615:1235A3:13D5B5:68A65272"
2025-08-20T22:55:46.5210908Z    "Content-Type": "application/json"
2025-08-20T22:55:46.5211669Z time=2025-08-20T22:55:46Z level=debug msg=Request #1
2025-08-20T22:55:46.5213416Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftailscale%2Fofficial%2Ftailscaled%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:55:46.5215071Z > Request method: "GET"
2025-08-20T22:55:46.5215735Z > Request headers:
2025-08-20T22:55:46.5216208Z    "Authorization": "*****"
2025-08-20T22:55:46.5216770Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.5217473Z time=2025-08-20T22:55:46Z level=debug msg=Response #0
2025-08-20T22:55:46.5218161Z < Response Status: "401 Unauthorized"
2025-08-20T22:55:46.5218794Z < Response headers:
2025-08-20T22:55:46.5219304Z    "Content-Type": "application/json"
2025-08-20T22:55:46.5221403Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tailscale/official/tailscale-multi:pull\""
2025-08-20T22:55:46.5222444Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.5222883Z    "Content-Length": "73"
2025-08-20T22:55:46.5223400Z    "X-Github-Request-Id": "A844:164F93:118BB6:132AE9:68A65272"
2025-08-20T22:55:46.5223781Z time=2025-08-20T22:55:46Z level=debug msg=Request #1
2025-08-20T22:55:46.5224412Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftailscale%2Fofficial%2Ftailscale-multi%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:55:46.5225013Z > Request method: "GET"
2025-08-20T22:55:46.5225636Z > Request headers:
2025-08-20T22:55:46.5225845Z    "Authorization": "*****"
2025-08-20T22:55:46.5226071Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.5336465Z time=2025-08-20T22:55:46Z level=debug msg=Response #0
2025-08-20T22:55:46.5337069Z < Response Status: "401 Unauthorized"
2025-08-20T22:55:46.5337582Z < Response headers:
2025-08-20T22:55:46.5337879Z    "Content-Type": "application/json"
2025-08-20T22:55:46.5338834Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tailscale/official/tailscale:pull\""
2025-08-20T22:55:46.5340050Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.5340376Z    "Content-Length": "73"
2025-08-20T22:55:46.5340728Z    "X-Github-Request-Id": "A845:36FA1F:124F23:13F201:68A65272"
2025-08-20T22:55:46.5341212Z time=2025-08-20T22:55:46Z level=debug msg=Request #1
2025-08-20T22:55:46.5341949Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftailscale%2Fofficial%2Ftailscale%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:55:46.5342646Z > Request method: "GET"
2025-08-20T22:55:46.5342892Z > Request headers:
2025-08-20T22:55:46.5343125Z    "Authorization": "*****"
2025-08-20T22:55:46.5343386Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.5824564Z time=2025-08-20T22:55:46Z level=debug msg=Response #1
2025-08-20T22:55:46.5825581Z < Response Status: "200 OK"
2025-08-20T22:55:46.5826165Z < Response headers:
2025-08-20T22:55:46.5826642Z    "Content-Length": "69"
2025-08-20T22:55:46.5827524Z    "X-Github-Request-Id": "A843:163615:1235AE:13D5BB:68A65272"
2025-08-20T22:55:46.5828246Z    "Content-Type": "application/json"
2025-08-20T22:55:46.5828874Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.5829688Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.5830436Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.5830904Z time=2025-08-20T22:55:46Z level=debug msg=Request #2
2025-08-20T22:55:46.5832481Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscaled/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.5833557Z > Request method: "HEAD"
2025-08-20T22:55:46.5833862Z > Request headers:
2025-08-20T22:55:46.5835615Z    "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-20T22:55:46.5836994Z    "Authorization": "*****"
2025-08-20T22:55:46.5837282Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.5845745Z time=2025-08-20T22:55:46Z level=debug msg=Response #1
2025-08-20T22:55:46.5846255Z < Response Status: "200 OK"
2025-08-20T22:55:46.5846620Z < Response headers:
2025-08-20T22:55:46.5847043Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.5847695Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.5848091Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.5848343Z    "Content-Length": "69"
2025-08-20T22:55:46.5848619Z    "X-Github-Request-Id": "A844:164F93:118BBF:132AF2:68A65272"
2025-08-20T22:55:46.5848943Z    "Content-Type": "application/json"
2025-08-20T22:55:46.5849358Z time=2025-08-20T22:55:46Z level=debug msg=Request #2
2025-08-20T22:55:46.5850200Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale-multi/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.5850939Z > Request method: "HEAD"
2025-08-20T22:55:46.5851152Z > Request headers:
2025-08-20T22:55:46.5851344Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.5852304Z    "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-20T22:55:46.5853333Z    "Authorization": "*****"
2025-08-20T22:55:46.6055947Z time=2025-08-20T22:55:46Z level=debug msg=Response #1
2025-08-20T22:55:46.6056872Z < Response Status: "200 OK"
2025-08-20T22:55:46.6057528Z < Response headers:
2025-08-20T22:55:46.6057903Z    "Content-Type": "application/json"
2025-08-20T22:55:46.6058461Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.6059239Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.6059945Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.6060391Z    "Content-Length": "69"
2025-08-20T22:55:46.6060886Z    "X-Github-Request-Id": "A845:36FA1F:124F2D:13F206:68A65272"
2025-08-20T22:55:46.6061513Z time=2025-08-20T22:55:46Z level=debug msg=Request #2
2025-08-20T22:55:46.6062863Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.6064096Z > Request method: "HEAD"
2025-08-20T22:55:46.6064433Z > Request headers:
2025-08-20T22:55:46.6064749Z    "Authorization": "*****"
2025-08-20T22:55:46.6065280Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.6067027Z    "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-20T22:55:46.6099463Z time=2025-08-20T22:55:46Z level=debug msg=Response #2
2025-08-20T22:55:46.6100065Z < Response Status: "404 Not Found"
2025-08-20T22:55:46.6100517Z < Response headers:
2025-08-20T22:55:46.6100986Z    "X-Github-Request-Id": "A843:163615:1235BF:13D5CD:68A65272"
2025-08-20T22:55:46.6101691Z    "Content-Type": "application/json"
2025-08-20T22:55:46.6102244Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.6103004Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.6103724Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.6104183Z    "Content-Length": "70"
2025-08-20T22:55:46.6104637Z time=2025-08-20T22:55:46Z level=debug msg=Request #3
2025-08-20T22:55:46.6106197Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscaled/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:55:46.6107455Z > Request method: "HEAD"
2025-08-20T22:55:46.6107831Z > Request headers:
2025-08-20T22:55:46.6108182Z    "Authorization": "*****"
2025-08-20T22:55:46.6108572Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.6128828Z time=2025-08-20T22:55:46Z level=debug msg=Response #2
2025-08-20T22:55:46.6129682Z < Response Status: "404 Not Found"
2025-08-20T22:55:46.6130208Z < Response headers:
2025-08-20T22:55:46.6130703Z    "X-Github-Request-Id": "A844:164F93:118BCF:132B05:68A65272"
2025-08-20T22:55:46.6131320Z    "Content-Type": "application/json"
2025-08-20T22:55:46.6131907Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.6132790Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.6133362Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.6133691Z    "Content-Length": "70"
2025-08-20T22:55:46.6134201Z time=2025-08-20T22:55:46Z level=debug msg=Request #3
2025-08-20T22:55:46.6135512Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale-multi/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:55:46.6136500Z > Request method: "HEAD"
2025-08-20T22:55:46.6136774Z > Request headers:
2025-08-20T22:55:46.6137030Z    "Authorization": "*****"
2025-08-20T22:55:46.6137317Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.6299597Z time=2025-08-20T22:55:46Z level=debug msg=Response #2
2025-08-20T22:55:46.6300072Z < Response Status: "404 Not Found"
2025-08-20T22:55:46.6300358Z < Response headers:
2025-08-20T22:55:46.6300730Z    "Content-Type": "application/json"
2025-08-20T22:55:46.6301527Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.6302229Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.6302871Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.6303298Z    "Content-Length": "70"
2025-08-20T22:55:46.6303773Z    "X-Github-Request-Id": "A845:36FA1F:124F40:13F21E:68A65272"
2025-08-20T22:55:46.6304276Z time=2025-08-20T22:55:46Z level=debug msg=Request #3
2025-08-20T22:55:46.6305314Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:55:46.6306149Z > Request method: "HEAD"
2025-08-20T22:55:46.6306384Z > Request headers:
2025-08-20T22:55:46.6306596Z    "Authorization": "*****"
2025-08-20T22:55:46.6306844Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.6386476Z time=2025-08-20T22:55:46Z level=debug msg=Response #3
2025-08-20T22:55:46.6387709Z < Response Status: "200 OK"
2025-08-20T22:55:46.6388352Z < Response headers:
2025-08-20T22:55:46.6388992Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:55:46.6389645Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.6390213Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:55:46.6390872Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.6391592Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.6391983Z    "X-Github-Request-Id": "A843:163615:1235C6:13D5D8:68A65272"
2025-08-20T22:55:46.6392363Z    "Content-Length": "0"
2025-08-20T22:55:46.6392665Z    "Content-Type": ""
2025-08-20T22:55:46.6393035Z time=2025-08-20T22:55:46Z level=debug msg=Request #4
2025-08-20T22:55:46.6393900Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscaled/manifests/HEAD-b48d2de-250820T140428-x86_64-linux"
2025-08-20T22:55:46.6394677Z > Request method: "PUT"
2025-08-20T22:55:46.6394946Z > Request headers:
2025-08-20T22:55:46.6395485Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:55:46.6395909Z    "Authorization": "*****"
2025-08-20T22:55:46.6396198Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.6501112Z time=2025-08-20T22:55:46Z level=debug msg=Response #3
2025-08-20T22:55:46.6501824Z < Response Status: "200 OK"
2025-08-20T22:55:46.6502304Z < Response headers:
2025-08-20T22:55:46.6502702Z    "X-Github-Request-Id": "A844:164F93:118BD7:132B0A:68A65272"
2025-08-20T22:55:46.6503207Z    "Content-Length": "0"
2025-08-20T22:55:46.6503533Z    "Content-Type": ""
2025-08-20T22:55:46.6504114Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:55:46.6504908Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.6505906Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:55:46.6507008Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.6507931Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.6508533Z time=2025-08-20T22:55:46Z level=debug msg=Request #4
2025-08-20T22:55:46.6509753Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale-multi/manifests/HEAD-b48d2de-250820T140428-x86_64-linux"
2025-08-20T22:55:46.6510639Z > Request method: "PUT"
2025-08-20T22:55:46.6510949Z > Request headers:
2025-08-20T22:55:46.6511232Z    "Authorization": "*****"
2025-08-20T22:55:46.6511547Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.6511975Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:55:46.6583190Z time=2025-08-20T22:55:46Z level=debug msg=Response #3
2025-08-20T22:55:46.6583913Z < Response Status: "200 OK"
2025-08-20T22:55:46.6584345Z < Response headers:
2025-08-20T22:55:46.6584623Z    "Content-Length": "0"
2025-08-20T22:55:46.6585354Z    "Content-Type": ""
2025-08-20T22:55:46.6585969Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:55:46.6586664Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.6587280Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:55:46.6588021Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.6588570Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.6588995Z    "X-Github-Request-Id": "A845:36FA1F:124F46:13F222:68A65272"
2025-08-20T22:55:46.6589478Z time=2025-08-20T22:55:46Z level=debug msg=Request #4
2025-08-20T22:55:46.6590352Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailscale/official/tailscale/manifests/HEAD-b48d2de-250820T140428-x86_64-linux"
2025-08-20T22:55:46.6591166Z > Request method: "PUT"
2025-08-20T22:55:46.6591445Z > Request headers:
2025-08-20T22:55:46.6591816Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:55:46.6592263Z    "Authorization": "*****"
2025-08-20T22:55:46.6592563Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:55:46.8570427Z time=2025-08-20T22:55:46Z level=debug msg=Response #4
2025-08-20T22:55:46.8571136Z < Response Status: "201 Created"
2025-08-20T22:55:46.8571678Z < Response headers:
2025-08-20T22:55:46.8573011Z    "Location": "/v2/pkgforge/bincache/tailscale/official/tailscaled/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.8575021Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.8576141Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.8576633Z    "Content-Length": "0"
2025-08-20T22:55:46.8577236Z    "X-Github-Request-Id": "A843:163615:1235D1:13D5E4:68A65272"
2025-08-20T22:55:46.8577842Z    "Content-Type": "application/json"
2025-08-20T22:55:46.8578699Z    "Docker-Content-Digest": "sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.8579771Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.8581113Z Pushed [registry] ghcr.io/pkgforge/bincache/tailscale/official/tailscaled:HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:55:46.8582454Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:55:46.8583305Z Digest: sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149
2025-08-20T22:55:46.8940262Z time=2025-08-20T22:55:46Z level=debug msg=Response #4
2025-08-20T22:55:46.8940984Z < Response Status: "201 Created"
2025-08-20T22:55:46.8941401Z < Response headers:
2025-08-20T22:55:46.8941808Z    "Content-Type": "application/json"
2025-08-20T22:55:46.8942833Z    "Docker-Content-Digest": "sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.8944036Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.8946446Z    "Location": "/v2/pkgforge/bincache/tailscale/official/tailscale/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.8948288Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.8949395Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.8950264Z    "Content-Length": "0"
2025-08-20T22:55:46.8950980Z    "X-Github-Request-Id": "A845:36FA1F:124F4C:13F229:68A65272"
2025-08-20T22:55:46.8952454Z Pushed [registry] ghcr.io/pkgforge/bincache/tailscale/official/tailscale:HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:55:46.8953402Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:55:46.8954019Z Digest: sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149
2025-08-20T22:55:46.8954773Z time=2025-08-20T22:55:46Z level=debug msg=Response #4
2025-08-20T22:55:46.8955426Z < Response Status: "201 Created"
2025-08-20T22:55:46.8955683Z < Response headers:
2025-08-20T22:55:46.8956348Z    "Location": "/v2/pkgforge/bincache/tailscale/official/tailscale-multi/manifests/sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.8957317Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:55:46.8957717Z    "Date": "Wed, 20 Aug 2025 22:55:46 GMT"
2025-08-20T22:55:46.8957984Z    "Content-Length": "0"
2025-08-20T22:55:46.8958457Z    "X-Github-Request-Id": "A844:164F93:118BE0:132B16:68A65272"
2025-08-20T22:55:46.8959004Z    "Content-Type": "application/json"
2025-08-20T22:55:46.8959761Z    "Docker-Content-Digest": "sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149"
2025-08-20T22:55:46.8960544Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:55:46.8961478Z Pushed [registry] ghcr.io/pkgforge/bincache/tailscale/official/tailscale-multi:HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:55:46.8962267Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:55:46.8962666Z Digest: sha256:74dbdd583179abb974f04ba62d8c72afaaaf334641f3eb8a4241412889c4b149
2025-08-20T22:55:49.1417173Z Uploading ecf70c8c677b CHECKSUM
2025-08-20T22:55:49.1450286Z Uploading ecf70c8c677b CHECKSUM
2025-08-20T22:55:49.1476077Z Uploading f3f7e18b41b3 tailscale
2025-08-20T22:55:49.1478311Z Uploading e1156ae91672 tailscale-multi.sig
2025-08-20T22:55:49.1478909Z Uploading 0fb4f5d8f6a4 CHECKSUM.sig
2025-08-20T22:55:49.1484963Z Uploading b487d5c8659e tailscale.sig
2025-08-20T22:55:49.1503538Z Uploading db691fa8c279 tailscale-multi
2025-08-20T22:55:49.1562359Z Uploading ecf70c8c677b CHECKSUM
2025-08-20T22:55:49.1587189Z Uploading 7017446b7dc9 tailscaled.sig
2025-08-20T22:55:49.1590439Z Uploading e085491d2368 tailscaled
2025-08-20T22:55:49.1599035Z Uploading 0fb4f5d8f6a4 CHECKSUM.sig
2025-08-20T22:55:49.1599576Z Uploading 0fb4f5d8f6a4 CHECKSUM.sig
2025-08-20T22:55:49.1758199Z Exists    5e3400b93bbb LICENSE
2025-08-20T22:55:49.1775905Z Exists    5e3400b93bbb LICENSE
2025-08-20T22:55:49.1816662Z Exists    5e3400b93bbb LICENSE
2025-08-20T22:55:49.2120830Z Uploading 54dff01e6b15 LICENSE.sig
2025-08-20T22:55:49.2345373Z Uploading 54dff01e6b15 LICENSE.sig
2025-08-20T22:55:49.2674507Z Uploading 54dff01e6b15 LICENSE.sig
2025-08-20T22:55:49.6355700Z Uploaded  ecf70c8c677b CHECKSUM
2025-08-20T22:55:49.6648441Z Exists    052f2e316b1e SBUILD
2025-08-20T22:55:49.6699653Z Uploaded  0fb4f5d8f6a4 CHECKSUM.sig
2025-08-20T22:55:49.6954931Z Uploading 8c69d5be3733 SBUILD.sig
2025-08-20T22:55:49.7241317Z Exists    052f2e316b1e SBUILD
2025-08-20T22:55:49.7895664Z Uploaded  0fb4f5d8f6a4 CHECKSUM.sig
2025-08-20T22:55:49.8078045Z Uploading 8c69d5be3733 SBUILD.sig
2025-08-20T22:55:49.8339831Z Uploaded  54dff01e6b15 LICENSE.sig
2025-08-20T22:55:49.8373937Z Exists    052f2e316b1e SBUILD
2025-08-20T22:55:49.8666773Z Exists    11cf0313013e tailscale.png
2025-08-20T22:55:49.8688289Z Uploading 8c69d5be3733 SBUILD.sig
2025-08-20T22:55:49.8956268Z Uploading 004f0151ea59 tailscale-multi.json
2025-08-20T22:55:49.9382909Z Uploaded  54dff01e6b15 LICENSE.sig
2025-08-20T22:55:49.9718488Z Exists    11cf0313013e tailscale.png
2025-08-20T22:55:50.0039321Z Uploading f5cebb9c1fd3 tailscale.json
2025-08-20T22:55:50.0787736Z Uploaded  0fb4f5d8f6a4 CHECKSUM.sig
2025-08-20T22:55:50.0972945Z Uploaded  b487d5c8659e tailscale.sig
2025-08-20T22:55:50.1072634Z Uploading b27752897be2 tailscale.json.sig
2025-08-20T22:55:50.1224777Z Uploaded  ecf70c8c677b CHECKSUM
2025-08-20T22:55:50.1232506Z Uploaded  e1156ae91672 tailscale-multi.sig
2025-08-20T22:55:50.1247213Z Uploaded  ecf70c8c677b CHECKSUM
2025-08-20T22:55:50.1325499Z Uploading 1ac87279cb4a tailscale.log
2025-08-20T22:55:50.1577308Z Exists    11cf0313013e tailscale.png
2025-08-20T22:55:50.1579555Z Uploaded  7017446b7dc9 tailscaled.sig
2025-08-20T22:55:50.1622660Z Uploading 1ac87279cb4a tailscale-multi.log
2025-08-20T22:55:50.1637443Z Uploading 5919711b7531 tailscale-multi.json.sig
2025-08-20T22:55:50.1965431Z Uploading 7c30a6172625 tailscaled.json
2025-08-20T22:55:50.2025461Z Uploading f097f927c8d2 tailscaled.json.sig
2025-08-20T22:55:50.2208466Z Uploaded  54dff01e6b15 LICENSE.sig
2025-08-20T22:55:50.2458956Z Uploaded  8c69d5be3733 SBUILD.sig
2025-08-20T22:55:50.2574793Z Uploading 1ac87279cb4a tailscaled.log
2025-08-20T22:55:50.2776850Z Uploading c1c7f45f795c tailscaled.log.sig
2025-08-20T22:55:50.3045899Z Uploaded  8c69d5be3733 SBUILD.sig
2025-08-20T22:55:50.3356617Z Uploading 866f51f47b10 tailscale-multi.log.sig
2025-08-20T22:55:50.4546420Z Uploaded  f3f7e18b41b3 tailscale
2025-08-20T22:55:50.4823176Z Uploading abe9428ed41e tailscale.log.sig
2025-08-20T22:55:50.6311588Z Uploaded  e085491d2368 tailscaled
2025-08-20T22:55:50.6646594Z Uploaded  8c69d5be3733 SBUILD.sig
2025-08-20T22:55:50.6648056Z Exists    fac58c88936a tailscaled.version
2025-08-20T22:55:50.6757390Z Uploaded  db691fa8c279 tailscale-multi
2025-08-20T22:55:50.6987070Z Uploading e9fc9a474223 tailscaled.version.sig
2025-08-20T22:55:50.7021746Z Exists    fac58c88936a tailscale.version
2025-08-20T22:55:50.7139933Z Exists    fac58c88936a tailscale-multi.version
2025-08-20T22:55:50.7237877Z Uploaded  1ac87279cb4a tailscaled.log
2025-08-20T22:55:50.7403504Z Uploading f5d780ca9a33 tailscale.version.sig
2025-08-20T22:55:50.7456779Z Uploading e9fc9a474223 tailscale-multi.version.sig
2025-08-20T22:55:50.9620025Z Uploaded  004f0151ea59 tailscale-multi.json
2025-08-20T22:55:51.0129947Z Uploaded  b27752897be2 tailscale.json.sig
2025-08-20T22:55:51.0457171Z Uploaded  f5cebb9c1fd3 tailscale.json
2025-08-20T22:55:51.0963014Z Uploaded  5919711b7531 tailscale-multi.json.sig
2025-08-20T22:55:51.1142647Z Uploaded  f097f927c8d2 tailscaled.json.sig
2025-08-20T22:55:51.1223140Z Uploaded  e9fc9a474223 tailscale-multi.version.sig
2025-08-20T22:55:51.1493291Z Uploaded  1ac87279cb4a tailscale.log
2025-08-20T22:55:51.1817389Z Uploaded  1ac87279cb4a tailscale-multi.log
2025-08-20T22:55:51.1966606Z Uploaded  c1c7f45f795c tailscaled.log.sig
2025-08-20T22:55:51.2005533Z Uploaded  7c30a6172625 tailscaled.json
2025-08-20T22:55:51.3065306Z Uploaded  866f51f47b10 tailscale-multi.log.sig
2025-08-20T22:55:51.3066360Z Uploading ed8db70fec7c tailscale-multi
2025-08-20T22:55:51.3968532Z Uploaded  abe9428ed41e tailscale.log.sig
2025-08-20T22:55:51.5985778Z Uploaded  e9fc9a474223 tailscaled.version.sig
2025-08-20T22:55:51.5986372Z Uploading a47b3a1806d0 tailscaled
2025-08-20T22:55:51.6195783Z Skipped   11cf0313013e tailscale-multi.png
2025-08-20T22:55:51.6196490Z Skipped   11cf0313013e tailscaled.png
2025-08-20T22:55:51.6197257Z Uploaded  ed8db70fec7c tailscale-multi
2025-08-20T22:55:51.6198527Z Pushed [registry] ghcr.io/pkgforge/bincache/tailscale/official/tailscale-multi:HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:55:51.6200109Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:55:51.6201225Z Digest: sha256:ed8db70fec7c8edef89a7add0ea2ba59dbf9453f0123bd93dfd637f3358a1966
2025-08-20T22:55:51.6966530Z Uploaded  f5d780ca9a33 tailscale.version.sig
2025-08-20T22:55:51.6967364Z Uploading 051deeb84181 tailscale
2025-08-20T22:55:51.8783276Z Skipped   11cf0313013e tailscale-multi.png
2025-08-20T22:55:51.8783914Z Skipped   11cf0313013e tailscaled.png
2025-08-20T22:55:51.8784457Z Uploaded  a47b3a1806d0 tailscaled
2025-08-20T22:55:51.8785530Z Pushed [registry] ghcr.io/pkgforge/bincache/tailscale/official/tailscaled:HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:55:51.8786282Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:55:51.8787030Z Digest: sha256:a47b3a1806d0d6a513978615755ca10dec763a0062209706c6b36cc114f23922
2025-08-20T22:55:51.9978005Z Skipped   11cf0313013e tailscale-multi.png
2025-08-20T22:55:51.9978613Z Skipped   11cf0313013e tailscaled.png
2025-08-20T22:55:51.9979146Z Uploaded  051deeb84181 tailscale
2025-08-20T22:55:51.9979855Z Pushed [registry] ghcr.io/pkgforge/bincache/tailscale/official/tailscale:HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:55:51.9980579Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:55:51.9981116Z Digest: sha256:051deeb84181414bc49abf1911f7090ede17a548938314a173b9ac220d05a1f0
2025-08-20T22:55:56.8209892Z 
2025-08-20T22:55:56.8210754Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tailscale/official/tailscale-multi
2025-08-20T22:55:56.8212135Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale-multi?tag=HEAD-b48d2de-250820T140428-x86_64-linux&manifest 
2025-08-20T22:55:56.8212928Z 
2025-08-20T22:55:57.0659876Z 
2025-08-20T22:55:57.0660596Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tailscale/official/tailscaled
2025-08-20T22:55:57.0661426Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscaled?tag=HEAD-b48d2de-250820T140428-x86_64-linux&manifest 
2025-08-20T22:55:57.0661960Z 
2025-08-20T22:55:57.2162456Z 
2025-08-20T22:55:57.2163201Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:55:57.2164232Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailscale/official/tailscale?tag=HEAD-b48d2de-250820T140428-x86_64-linux&manifest 
2025-08-20T22:55:57.2164904Z 
2025-08-20T22:55:58.8896466Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:55:59.9677008Z ./BUILD_ARTIFACTS.tar : 35.81%   (   230 MiB =>   82.5 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:56:00.0177174Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:56:00.0219034Z 
2025-08-20T22:56:00.0220292Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml :: 00(Hr):05(Min):24(Sec)
2025-08-20T22:56:00.0221154Z 
2025-08-20T22:56:00.0235719Z 
2025-08-20T22:56:00.0236063Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:56:00 PM) UTC
2025-08-20T22:56:00.0236708Z 
2025-08-20T22:56:00.9370129Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:56:00.9420938Z ##[group]Run ##Presets
2025-08-20T22:56:00.9421268Z [36;1m##Presets[0m
2025-08-20T22:56:00.9421469Z [36;1mset +x ; set +e[0m
2025-08-20T22:56:00.9421678Z [36;1m#-------------#[0m
2025-08-20T22:56:00.9421882Z [36;1m##Debug?[0m
2025-08-20T22:56:00.9422122Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:56:00.9422424Z [36;1m  set -x[0m
2025-08-20T22:56:00.9422603Z [36;1mfi[0m
2025-08-20T22:56:00.9422781Z [36;1m#-------------#[0m
2025-08-20T22:56:00.9422996Z [36;1m##Set ENV[0m
2025-08-20T22:56:00.9423235Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:56:00.9423742Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b48d2de-250820T140428-x86_64-linux"[0m
2025-08-20T22:56:00.9424278Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b48d2de-250820T140428-x86_64-linux"[0m
2025-08-20T22:56:00.9424899Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452"[0m
2025-08-20T22:56:00.9425732Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:56:00.9426147Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:56:00.9426601Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:56:00.9426942Z [36;1m fi[0m
2025-08-20T22:56:00.9427122Z [36;1m##Push[0m
2025-08-20T22:56:00.9427348Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:56:00.9427633Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:56:00.9428015Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:56:00.9428499Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:56:00.9428954Z [36;1m     ls -sh "/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:56:00.9429300Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:56:00.9429521Z [36;1m       {[0m
2025-08-20T22:56:00.9429717Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:56:00.9430061Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:56:00.9430511Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:56:00.9431067Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:56:00.9431606Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b48d2de-250820T140428-x86_64-linux")[0m
2025-08-20T22:56:00.9432322Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109963452")[0m
2025-08-20T22:56:00.9432917Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109963452")[0m
2025-08-20T22:56:00.9433634Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tailscale/official/tailscale:HEAD-b48d2de-250820T140428-x86_64-linux")[0m
2025-08-20T22:56:00.9434372Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:55:36Z")[0m
2025-08-20T22:56:00.9434876Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b48d2de-250820T140428")[0m
2025-08-20T22:56:00.9435683Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:55:36Z")[0m
2025-08-20T22:56:00.9436401Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tailscale/official/tailscale")[0m
2025-08-20T22:56:00.9437083Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:56:00.9437620Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b48d2de-250820T140428")[0m
2025-08-20T22:56:00.9438466Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b48d2de-250820T140428")[0m
2025-08-20T22:56:00.9439234Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled")[0m
2025-08-20T22:56:00.9439963Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tailscale")[0m
2025-08-20T22:56:00.9440543Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/tailscale/tailscale")[0m
2025-08-20T22:56:00.9441097Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:56:00.9441616Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b48d2de-250820T140428")[0m
2025-08-20T22:56:00.9442107Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:56:00.9442633Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:56:00.9443075Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:56:00.9443337Z [36;1m         #Check[0m
2025-08-20T22:56:00.9443934Z [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-20T22:55:36Z" ]]; then[0m
2025-08-20T22:56:00.9452637Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:56:00.9453034Z [36;1m            break[0m
2025-08-20T22:56:00.9453250Z [36;1m          else[0m
2025-08-20T22:56:00.9453663Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:56:00.9454094Z [36;1m          fi[0m
2025-08-20T22:56:00.9454323Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:56:00.9454586Z [36;1m        done[0m
2025-08-20T22:56:00.9454776Z [36;1m       }[0m
2025-08-20T22:56:00.9454983Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:56:00.9455489Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:56:00.9456099Z [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-20T22:55:36Z" ]]; then[0m
2025-08-20T22:56:00.9457001Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:56:00.9457417Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:56:00.9457681Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:56:00.9458287Z [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-20T22:55:36Z" ]]; then[0m
2025-08-20T22:56:00.9459037Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:56:00.9459552Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:56:00.9459971Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:56:00.9460208Z [36;1m           fi[0m
2025-08-20T22:56:00.9460402Z [36;1m       fi[0m
2025-08-20T22:56:00.9460582Z [36;1m   fi[0m
2025-08-20T22:56:00.9460755Z [36;1m fi[0m
2025-08-20T22:56:00.9460941Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:56:00.9556925Z shell: /usr/bin/bash -e {0}
2025-08-20T22:56:00.9557163Z env:
2025-08-20T22:56:00.9557345Z   CROSS_COMPILING: NO
2025-08-20T22:56:00.9557569Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:00.9557801Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:00.9558021Z   ON_QEMU: NO
2025-08-20T22:56:00.9558191Z   DEBUG: 0
2025-08-20T22:56:00.9558372Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:00.9558703Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:00.9559126Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:00.9559446Z   KEEP_LOGS: YES
2025-08-20T22:56:00.9559642Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:00.9559864Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:00.9560088Z   SBUILD_REBUILD: false
2025-08-20T22:56:00.9560645Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:00.9561247Z   BUILD_SYS: docker://go
2025-08-20T22:56:00.9561458Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:00.9561661Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:00.9561853Z   SYSTMP: /tmp
2025-08-20T22:56:00.9562033Z   GHA_MODE: MATRIX
2025-08-20T22:56:00.9562472Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:00.9562990Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:00.9563329Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:00.9563733Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:00.9564221Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:00.9564606Z   PKG_TYPE: static
2025-08-20T22:56:00.9564797Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:00.9565027Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:00.9565540Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:00.9565907Z   BUILD_ID: 17109963452
2025-08-20T22:56:00.9566108Z   PKG_NAME: tailscaled
2025-08-20T22:56:00.9566313Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:00.9566558Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:00.9566820Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:00.9567147Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:00.9567534Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:00.9568008Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:00.9568485Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:00.9568771Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:00.9569155Z   GHCR_TOKEN: ***
2025-08-20T22:56:00.9569437Z   GITHUB_TOKEN: ***
2025-08-20T22:56:00.9569668Z   GITLAB_TOKEN: ***
2025-08-20T22:56:00.9570853Z   MINISIGN_KEY: ***
2025-08-20T22:56:00.9571122Z ##[endgroup]
2025-08-20T22:56:00.9660678Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:56:00.9671170Z 83M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:56:00.9684840Z total 105M
2025-08-20T22:56:00.9685292Z 4.0K CHECKSUM
2025-08-20T22:56:00.9685620Z 4.0K CHECKSUM.sig
2025-08-20T22:56:00.9685822Z  12K LICENSE
2025-08-20T22:56:00.9686008Z 4.0K LICENSE.sig
2025-08-20T22:56:00.9686196Z 8.0K SBUILD
2025-08-20T22:56:00.9686490Z 4.0K SBUILD.sig
2025-08-20T22:56:00.9686812Z 4.0K SBUILD_TEMP
2025-08-20T22:56:00.9687143Z  21M tailscale
2025-08-20T22:56:00.9687473Z  44M tailscale-multi
2025-08-20T22:56:00.9687835Z 8.0K tailscale-multi.json
2025-08-20T22:56:00.9688266Z 4.0K tailscale-multi.json.sig
2025-08-20T22:56:00.9688704Z 2.9M tailscale-multi.log
2025-08-20T22:56:00.9689115Z 4.0K tailscale-multi.log.sig
2025-08-20T22:56:00.9689545Z  40K tailscale-multi.png
2025-08-20T22:56:00.9689949Z 4.0K tailscale-multi.sig
2025-08-20T22:56:00.9690345Z 4.0K tailscale-multi.version
2025-08-20T22:56:00.9690782Z 4.0K tailscale-multi.version.sig
2025-08-20T22:56:00.9691237Z 8.0K tailscale.json
2025-08-20T22:56:00.9691579Z 4.0K tailscale.json.sig
2025-08-20T22:56:00.9691931Z 2.9M tailscale.log
2025-08-20T22:56:00.9692300Z 4.0K tailscale.log.sig
2025-08-20T22:56:00.9692675Z  40K tailscale.png
2025-08-20T22:56:00.9693006Z 4.0K tailscale.sig
2025-08-20T22:56:00.9693362Z 2.9M tailscale.static.log
2025-08-20T22:56:00.9693745Z 4.0K tailscale.static.version
2025-08-20T22:56:00.9694179Z 4.0K tailscale.static.version.sig
2025-08-20T22:56:00.9694750Z 4.0K tailscale.version
2025-08-20T22:56:00.9695004Z 4.0K tailscale.version.sig
2025-08-20T22:56:00.9695491Z  30M tailscaled
2025-08-20T22:56:00.9695851Z 4.0K tailscaled.json
2025-08-20T22:56:00.9696076Z 4.0K tailscaled.json.sig
2025-08-20T22:56:00.9696300Z 2.9M tailscaled.log
2025-08-20T22:56:00.9696508Z 4.0K tailscaled.log.sig
2025-08-20T22:56:00.9696727Z  40K tailscaled.png
2025-08-20T22:56:00.9696927Z 4.0K tailscaled.sig
2025-08-20T22:56:00.9697134Z 4.0K tailscaled.version
2025-08-20T22:56:00.9697360Z 4.0K tailscaled.version.sig
2025-08-20T22:56:01.2498050Z Uploading 9c5876ae0ac4 BUILD_ARTIFACTS.zstd
2025-08-20T22:56:03.3251661Z Uploaded  9c5876ae0ac4 BUILD_ARTIFACTS.zstd
2025-08-20T22:56:03.3252431Z Uploading bdbb0107b0c0 SRCBUILD-tailscale
2025-08-20T22:56:03.8128662Z Uploaded  bdbb0107b0c0 SRCBUILD-tailscale
2025-08-20T22:56:03.8130211Z Pushed [registry] ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452:HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:03.8131850Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:56:03.8133035Z Digest: sha256:bdbb0107b0c0d62d59986b171ba9576a31dc3b0f87ebcdd869a9e9abe61751e2
2025-08-20T22:56:08.9976901Z 
2025-08-20T22:56:08.9977734Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:08.9978352Z 
2025-08-20T22:56:09.2490372Z ##[group]Run ##Presets
2025-08-20T22:56:09.2490625Z [36;1m##Presets[0m
2025-08-20T22:56:09.2490824Z [36;1mset +x ; set +e[0m
2025-08-20T22:56:09.2491047Z [36;1m#-------------#[0m
2025-08-20T22:56:09.2491244Z [36;1m##Debug?[0m
2025-08-20T22:56:09.2491492Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:56:09.2491786Z [36;1m  set -x[0m
2025-08-20T22:56:09.2491968Z [36;1mfi[0m
2025-08-20T22:56:09.2492143Z [36;1m#-------------#[0m
2025-08-20T22:56:09.2492405Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:56:09.2492746Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:56:09.2542183Z shell: /usr/bin/bash -e {0}
2025-08-20T22:56:09.2542417Z env:
2025-08-20T22:56:09.2542600Z   CROSS_COMPILING: NO
2025-08-20T22:56:09.2542816Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:09.2543043Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:09.2543259Z   ON_QEMU: NO
2025-08-20T22:56:09.2543462Z   DEBUG: 0
2025-08-20T22:56:09.2543647Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:09.2543876Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:09.2544171Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:09.2544595Z   KEEP_LOGS: YES
2025-08-20T22:56:09.2544790Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:09.2545010Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:09.2545378Z   SBUILD_REBUILD: false
2025-08-20T22:56:09.2545927Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:09.2546504Z   BUILD_SYS: docker://go
2025-08-20T22:56:09.2546722Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:09.2546921Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:09.2547113Z   SYSTMP: /tmp
2025-08-20T22:56:09.2547292Z   GHA_MODE: MATRIX
2025-08-20T22:56:09.2547722Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:09.2548233Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:09.2548563Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:09.2548963Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:09.2549440Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:09.2549814Z   PKG_TYPE: static
2025-08-20T22:56:09.2550006Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:09.2550232Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:09.2550611Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:09.2551068Z   BUILD_ID: 17109963452
2025-08-20T22:56:09.2551269Z   PKG_NAME: tailscaled
2025-08-20T22:56:09.2551474Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:09.2551711Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:09.2551981Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:09.2552312Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:09.2552686Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:09.2553147Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:09.2553620Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:09.2553904Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:09.2554174Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:09.2554679Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:09.2555263Z ##[endgroup]
2025-08-20T22:56:09.2705079Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:56:09.2705554Z with:
2025-08-20T22:56:09.2705756Z   name: Bincache_tailscale_x86_64-Linux
2025-08-20T22:56:09.2706067Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:56:09.2706356Z   compression-level: 0
2025-08-20T22:56:09.2706562Z   retention-days: 30
2025-08-20T22:56:09.2706752Z   overwrite: true
2025-08-20T22:56:09.2706940Z   if-no-files-found: warn
2025-08-20T22:56:09.2707159Z   include-hidden-files: false
2025-08-20T22:56:09.2707371Z env:
2025-08-20T22:56:09.2707539Z   CROSS_COMPILING: NO
2025-08-20T22:56:09.2707742Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:09.2707955Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:09.2708162Z   ON_QEMU: NO
2025-08-20T22:56:09.2708324Z   DEBUG: 0
2025-08-20T22:56:09.2708501Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:09.2708723Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:09.2709015Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:09.2709358Z   KEEP_LOGS: YES
2025-08-20T22:56:09.2709554Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:09.2709769Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:09.2710011Z   SBUILD_REBUILD: false
2025-08-20T22:56:09.2710554Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:09.2711125Z   BUILD_SYS: docker://go
2025-08-20T22:56:09.2711327Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:09.2711520Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:09.2711707Z   SYSTMP: /tmp
2025-08-20T22:56:09.2712001Z   GHA_MODE: MATRIX
2025-08-20T22:56:09.2712427Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:09.2712933Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:09.2713254Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:09.2713641Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:09.2714116Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:09.2714487Z   PKG_TYPE: static
2025-08-20T22:56:09.2714676Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:09.2714902Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:09.2715383Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:09.2715739Z   BUILD_ID: 17109963452
2025-08-20T22:56:09.2715933Z   PKG_NAME: tailscaled
2025-08-20T22:56:09.2716136Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:09.2716371Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:09.2716626Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:09.2716952Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:09.2717328Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:09.2717792Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:09.2718260Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:09.2718641Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:09.2718907Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:09.2719404Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:09.2719848Z   UTC_TIME: 2025_08_20T10_56_09_PM
2025-08-20T22:56:09.2720083Z ##[endgroup]
2025-08-20T22:56:09.5026963Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:56:09.5030275Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:56:09.5031146Z With the provided path, there will be 2 files uploaded
2025-08-20T22:56:09.6317340Z Artifact name is valid!
2025-08-20T22:56:09.6318672Z Root directory input is valid!
2025-08-20T22:56:09.6834677Z Beginning upload of artifact content to blob storage
2025-08-20T22:56:10.1720206Z Uploaded bytes 8388608
2025-08-20T22:56:10.2804318Z Uploaded bytes 16777216
2025-08-20T22:56:10.3185010Z Uploaded bytes 25165824
2025-08-20T22:56:10.3345912Z Uploaded bytes 33554432
2025-08-20T22:56:10.3813439Z Uploaded bytes 41943040
2025-08-20T22:56:10.4782474Z Uploaded bytes 50331648
2025-08-20T22:56:10.4974703Z Uploaded bytes 58720256
2025-08-20T22:56:10.5476929Z Uploaded bytes 67108864
2025-08-20T22:56:10.5936430Z Uploaded bytes 75497472
2025-08-20T22:56:10.6515752Z Uploaded bytes 83886080
2025-08-20T22:56:10.7792089Z Uploaded bytes 89920778
2025-08-20T22:56:10.8185801Z Finished uploading artifact content to blob storage!
2025-08-20T22:56:10.8189465Z SHA256 digest of uploaded artifact zip is fd2f398416c8c29b8963add86761987bc158aff52c715d58e6485c1363303bf6
2025-08-20T22:56:10.8190138Z Finalizing artifact upload
2025-08-20T22:56:10.9094041Z Artifact Bincache_tailscale_x86_64-Linux.zip successfully finalized. Artifact ID 3813952042
2025-08-20T22:56:10.9095022Z Artifact Bincache_tailscale_x86_64-Linux has been successfully uploaded! Final size is 89920778 bytes. Artifact ID is 3813952042
2025-08-20T22:56:10.9101549Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109963452/artifacts/3813952042
2025-08-20T22:56:10.9312792Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:56:10.9313117Z with:
2025-08-20T22:56:10.9313439Z   subject-name: tailscale-17109963452-HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:10.9314313Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:56:10.9315454Z   show-summary: true
2025-08-20T22:56:10.9315721Z   push-to-registry: false
2025-08-20T22:56:10.9316084Z   github-token: ***
2025-08-20T22:56:10.9316289Z env:
2025-08-20T22:56:10.9316465Z   CROSS_COMPILING: NO
2025-08-20T22:56:10.9316680Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:10.9316908Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:10.9317127Z   ON_QEMU: NO
2025-08-20T22:56:10.9317308Z   DEBUG: 0
2025-08-20T22:56:10.9317507Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:10.9317735Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:10.9318054Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:10.9318382Z   KEEP_LOGS: YES
2025-08-20T22:56:10.9318578Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:10.9318799Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:10.9319026Z   SBUILD_REBUILD: false
2025-08-20T22:56:10.9319572Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:10.9320165Z   BUILD_SYS: docker://go
2025-08-20T22:56:10.9320380Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:10.9320585Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:10.9320784Z   SYSTMP: /tmp
2025-08-20T22:56:10.9320969Z   GHA_MODE: MATRIX
2025-08-20T22:56:10.9321405Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:10.9322046Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:10.9322378Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:10.9322783Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:10.9323266Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:10.9323645Z   PKG_TYPE: static
2025-08-20T22:56:10.9323848Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:10.9324085Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:10.9324476Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:10.9325054Z   BUILD_ID: 17109963452
2025-08-20T22:56:10.9325458Z   PKG_NAME: tailscaled
2025-08-20T22:56:10.9325680Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:10.9326020Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:10.9326386Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:10.9326719Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:10.9327111Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:10.9327582Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:10.9328071Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:10.9328362Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:10.9328641Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:10.9329155Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:10.9329612Z   UTC_TIME: 2025_08_20T10_56_09_PM
2025-08-20T22:56:10.9329849Z ##[endgroup]
2025-08-20T22:56:10.9403514Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:56:10.9403954Z env:
2025-08-20T22:56:10.9404138Z   CROSS_COMPILING: NO
2025-08-20T22:56:10.9404360Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:10.9404596Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:10.9404823Z   ON_QEMU: NO
2025-08-20T22:56:10.9405002Z   DEBUG: 0
2025-08-20T22:56:10.9405397Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:10.9405826Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:10.9406141Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:10.9406477Z   KEEP_LOGS: YES
2025-08-20T22:56:10.9406679Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:10.9406904Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:10.9407128Z   SBUILD_REBUILD: false
2025-08-20T22:56:10.9407756Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:10.9408328Z   BUILD_SYS: docker://go
2025-08-20T22:56:10.9408540Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:10.9408742Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:10.9408939Z   SYSTMP: /tmp
2025-08-20T22:56:10.9409123Z   GHA_MODE: MATRIX
2025-08-20T22:56:10.9409556Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:10.9410102Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:10.9410444Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:10.9410842Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:10.9411331Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:10.9411717Z   PKG_TYPE: static
2025-08-20T22:56:10.9411920Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:10.9412163Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:10.9412550Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:10.9412925Z   BUILD_ID: 17109963452
2025-08-20T22:56:10.9413134Z   PKG_NAME: tailscaled
2025-08-20T22:56:10.9413354Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:10.9413605Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:10.9413875Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:10.9414284Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:10.9414672Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:10.9426157Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:10.9426669Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:10.9426975Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:10.9427264Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:10.9427802Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:10.9428276Z   UTC_TIME: 2025_08_20T10_56_09_PM
2025-08-20T22:56:10.9428512Z ##[endgroup]
2025-08-20T22:56:11.3892679Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:56:11.3893021Z with:
2025-08-20T22:56:11.3893699Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:56:11.3894581Z   subject-name: tailscale-17109963452-HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:11.3895004Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:56:11.3897821Z   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/17109963452/attempts/1"}}}
2025-08-20T22:56:11.3900564Z   push-to-registry: false
2025-08-20T22:56:11.3900799Z   show-summary: true
2025-08-20T22:56:11.3901191Z   github-token: ***
2025-08-20T22:56:11.3901400Z env:
2025-08-20T22:56:11.3901581Z   CROSS_COMPILING: NO
2025-08-20T22:56:11.3901799Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:11.3902035Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:11.3902255Z   ON_QEMU: NO
2025-08-20T22:56:11.3902522Z   DEBUG: 0
2025-08-20T22:56:11.3902713Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:11.3902949Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:11.3903245Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:11.3903565Z   KEEP_LOGS: YES
2025-08-20T22:56:11.3903768Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:11.3903999Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:11.3904228Z   SBUILD_REBUILD: false
2025-08-20T22:56:11.3904776Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:11.3905480Z   BUILD_SYS: docker://go
2025-08-20T22:56:11.3905699Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:11.3905902Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:11.3906103Z   SYSTMP: /tmp
2025-08-20T22:56:11.3906295Z   GHA_MODE: MATRIX
2025-08-20T22:56:11.3906727Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:11.3907243Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:11.3907575Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:11.3907972Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:11.3908457Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:11.3908848Z   PKG_TYPE: static
2025-08-20T22:56:11.3909048Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:11.3909287Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:11.3909768Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:11.3910148Z   BUILD_ID: 17109963452
2025-08-20T22:56:11.3910355Z   PKG_NAME: tailscaled
2025-08-20T22:56:11.3910566Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:11.3910821Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:11.3911092Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:11.3911420Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:11.3911810Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:11.3912278Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:11.3912748Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:11.3913035Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:11.3913314Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:11.3913822Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:11.3914294Z   UTC_TIME: 2025_08_20T10_56_09_PM
2025-08-20T22:56:11.3914538Z ##[endgroup]
2025-08-20T22:56:13.1319443Z Attestation created for 28 subjects
2025-08-20T22:56:13.1323887Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:56:13.1324486Z -----BEGIN CERTIFICATE-----
2025-08-20T22:56:13.1324971Z MIIG7jCCBnWgAwIBAgIUSkdMXGTGBudb3WwyQXym4JLUTmowCgYIKoZIzj0EAwMw
2025-08-20T22:56:13.1325980Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:56:13.1326665Z cm1lZGlhdGUwHhcNMjUwODIwMjI1NjEyWhcNMjUwODIwMjMwNjEyWjAAMFkwEwYH
2025-08-20T22:56:13.1327332Z KoZIzj0CAQYIKoZIzj0DAQcDQgAER3VprLBqiebcjkxfNTZ0hieIfS55o29qZaNN
2025-08-20T22:56:13.1327997Z gj1ZqOpG6yzDljKopwS14FfYFHexivAEEkF48r+w7bKvAN+vHqOCBZQwggWQMA4G
2025-08-20T22:56:13.1328646Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUC/c+
2025-08-20T22:56:13.1329291Z jHYnr+p5410tlW/VBfezWbYwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:56:13.1330276Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:56:13.1330941Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:56:13.1331596Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:56:13.1332227Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:56:13.1332839Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:56:13.1333753Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:56:13.1334250Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:56:13.1334745Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:56:13.1335582Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:56:13.1336065Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:56:13.1336545Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:56:13.1337032Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:56:13.1337643Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:56:13.1338213Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:56:13.1338697Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:56:13.1339340Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:56:13.1339839Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:56:13.1340309Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:56:13.1340780Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:56:13.1341256Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:56:13.1341734Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:56:13.1342340Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:56:13.1342842Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:56:13.1343330Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5OTYzNDUyL2F0
2025-08-20T22:56:13.1343814Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:56:13.1344306Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJsnRx
2025-08-20T22:56:13.1344785Z AAAEAwBHMEUCIBHsF0AAxbkooKXEy8DCD895iJKdTs7WxJPfS4hGSl1iAiEA9HTb
2025-08-20T22:56:13.1345383Z hE6eJNt0ywQf0u0Aa9g98aL8lIle72+B9APcUWwwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T22:56:13.1345839Z VL5IrNZfPbQMHa/1Twa3BUltb/JfBZYdbGghaLsfy/yU0d6//qNEoaJJyVNPptMT
2025-08-20T22:56:13.1346286Z AjAYhbFZ0jjZSwapZyyh38jQ0QGtzV0MaW+2Qjw97Qca6jK4on9eu6m3RiZKt5kE
2025-08-20T22:56:13.1346641Z RvY=
2025-08-20T22:56:13.1346825Z -----END CERTIFICATE-----
2025-08-20T22:56:13.1346975Z 
2025-08-20T22:56:13.1347363Z ##[endgroup]
2025-08-20T22:56:13.1347771Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:56:13.1348176Z https://search.sigstore.dev?logIndex=414584777
2025-08-20T22:56:13.1348530Z [36mAttestation uploaded to repository[39m
2025-08-20T22:56:13.1348868Z https://github.com/pkgforge/bincache/attestations/9876364
2025-08-20T22:56:13.2142885Z ##[group]Run ##Presets
2025-08-20T22:56:13.2143157Z [36;1m##Presets[0m
2025-08-20T22:56:13.2143365Z [36;1mset +x ; set +e[0m
2025-08-20T22:56:13.2143581Z [36;1m#-------------#[0m
2025-08-20T22:56:13.2143807Z [36;1m##Debug?[0m
2025-08-20T22:56:13.2144068Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:56:13.2144378Z [36;1m  set -x[0m
2025-08-20T22:56:13.2144572Z [36;1mfi[0m
2025-08-20T22:56:13.2144761Z [36;1m#-------------#[0m
2025-08-20T22:56:13.2145075Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:56:13.2145918Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tailscale/official"[0m
2025-08-20T22:56:13.2146358Z [36;1m exit 1[0m
2025-08-20T22:56:13.2146549Z [36;1mfi[0m
2025-08-20T22:56:13.2195081Z shell: /usr/bin/bash -e {0}
2025-08-20T22:56:13.2195530Z env:
2025-08-20T22:56:13.2195719Z   CROSS_COMPILING: NO
2025-08-20T22:56:13.2195971Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:13.2196211Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:13.2196434Z   ON_QEMU: NO
2025-08-20T22:56:13.2196617Z   DEBUG: 0
2025-08-20T22:56:13.2196805Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:13.2197162Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:13.2197467Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:13.2197791Z   KEEP_LOGS: YES
2025-08-20T22:56:13.2197990Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:13.2198218Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:13.2198457Z   SBUILD_REBUILD: false
2025-08-20T22:56:13.2199023Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:13.2199609Z   BUILD_SYS: docker://go
2025-08-20T22:56:13.2199829Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:13.2200035Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:13.2200235Z   SYSTMP: /tmp
2025-08-20T22:56:13.2200424Z   GHA_MODE: MATRIX
2025-08-20T22:56:13.2200865Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:13.2201391Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:13.2201730Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:13.2202123Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:13.2202607Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:13.2202989Z   PKG_TYPE: static
2025-08-20T22:56:13.2203192Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:13.2203435Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:13.2203932Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:13.2204311Z   BUILD_ID: 17109963452
2025-08-20T22:56:13.2204526Z   PKG_NAME: tailscaled
2025-08-20T22:56:13.2204740Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:13.2205002Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:13.2205455Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:13.2205806Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:13.2206203Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:13.2206678Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:13.2207153Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:13.2207443Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:13.2207726Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:13.2208245Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:13.2208706Z   UTC_TIME: 2025_08_20T10_56_09_PM
2025-08-20T22:56:13.2208943Z ##[endgroup]
2025-08-20T22:56:13.2295002Z ##[group]Run ##Presets
2025-08-20T22:56:13.2295478Z [36;1m##Presets[0m
2025-08-20T22:56:13.2295697Z [36;1mset +x ; set +e[0m
2025-08-20T22:56:13.2295920Z [36;1m#-------------#[0m
2025-08-20T22:56:13.2296128Z [36;1m##Debug?[0m
2025-08-20T22:56:13.2296381Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:56:13.2296694Z [36;1m  set -x[0m
2025-08-20T22:56:13.2296884Z [36;1mfi[0m
2025-08-20T22:56:13.2297070Z [36;1m#-------------#[0m
2025-08-20T22:56:13.2297318Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:56:13.2297780Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tailscale/official"[0m
2025-08-20T22:56:13.2298216Z [36;1m exit 1[0m
2025-08-20T22:56:13.2298411Z [36;1mfi[0m
2025-08-20T22:56:13.2341158Z shell: /usr/bin/bash -e {0}
2025-08-20T22:56:13.2341402Z env:
2025-08-20T22:56:13.2341593Z   CROSS_COMPILING: NO
2025-08-20T22:56:13.2341840Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:13.2342080Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:13.2342300Z   ON_QEMU: NO
2025-08-20T22:56:13.2342478Z   DEBUG: 0
2025-08-20T22:56:13.2342664Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:13.2342893Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:13.2343197Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:13.2343615Z   KEEP_LOGS: YES
2025-08-20T22:56:13.2343821Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:13.2344055Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:13.2344281Z   SBUILD_REBUILD: false
2025-08-20T22:56:13.2344840Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:13.2345691Z   BUILD_SYS: docker://go
2025-08-20T22:56:13.2345910Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:13.2346116Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:13.2346316Z   SYSTMP: /tmp
2025-08-20T22:56:13.2346508Z   GHA_MODE: MATRIX
2025-08-20T22:56:13.2346945Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:13.2347456Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:13.2347792Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:13.2348188Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:13.2348680Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:13.2349072Z   PKG_TYPE: static
2025-08-20T22:56:13.2349277Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:13.2349518Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:13.2349909Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:13.2350279Z   BUILD_ID: 17109963452
2025-08-20T22:56:13.2350490Z   PKG_NAME: tailscaled
2025-08-20T22:56:13.2350813Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:13.2351067Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:13.2351346Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:13.2351681Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:13.2352066Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:13.2352541Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:13.2353027Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:13.2353343Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:13.2353638Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:13.2354155Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:13.2354610Z   UTC_TIME: 2025_08_20T10_56_09_PM
2025-08-20T22:56:13.2354845Z ##[endgroup]
2025-08-20T22:56:13.2437744Z ##[group]Run ##Presets
2025-08-20T22:56:13.2438019Z [36;1m##Presets[0m
2025-08-20T22:56:13.2438241Z [36;1mset +x ; set +e[0m
2025-08-20T22:56:13.2438461Z [36;1m#-------------#[0m
2025-08-20T22:56:13.2438674Z [36;1m##Debug?[0m
2025-08-20T22:56:13.2438931Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:56:13.2439230Z [36;1m  set -x[0m
2025-08-20T22:56:13.2439432Z [36;1mfi[0m
2025-08-20T22:56:13.2439621Z [36;1m#-------------#[0m
2025-08-20T22:56:13.2439976Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:56:13.2440391Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:56:13.2440696Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:56:13.2440966Z [36;1mfi[0m
2025-08-20T22:56:13.2483549Z shell: /usr/bin/bash -e {0}
2025-08-20T22:56:13.2483789Z env:
2025-08-20T22:56:13.2483973Z   CROSS_COMPILING: NO
2025-08-20T22:56:13.2484233Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:56:13.2484479Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:56:13.2484705Z   ON_QEMU: NO
2025-08-20T22:56:13.2484886Z   DEBUG: 0
2025-08-20T22:56:13.2485074Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:56:13.2485554Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:56:13.2485864Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailscale/official
2025-08-20T22:56:13.2486194Z   KEEP_LOGS: YES
2025-08-20T22:56:13.2486396Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:13.2486623Z   PKG_FAMILY_LOCAL: tailscale
2025-08-20T22:56:13.2486962Z   SBUILD_REBUILD: false
2025-08-20T22:56:13.2487516Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailscale/static.official.source.yaml
2025-08-20T22:56:13.2488093Z   BUILD_SYS: docker://go
2025-08-20T22:56:13.2488319Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:13.2488525Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:13.2488735Z   SYSTMP: /tmp
2025-08-20T22:56:13.2488922Z   GHA_MODE: MATRIX
2025-08-20T22:56:13.2489368Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:56:13.2489895Z   INPUT_SBUILD: /tmp/pkgforge/SNXDstnPZ_build.yaml
2025-08-20T22:56:13.2490236Z   BUILD_DIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml
2025-08-20T22:56:13.2490638Z   SBUILD_OUTDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR
2025-08-20T22:56:13.2491119Z   SBUILD_TMPDIR: /tmp/pkgforge/pWWUYAi_SNDstnPZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:56:13.2491502Z   PKG_TYPE: static
2025-08-20T22:56:13.2491707Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:56:13.2491944Z   SBUILD_PKGVER: HEAD-b48d2de-250820T140428
2025-08-20T22:56:13.2492339Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109963452
2025-08-20T22:56:13.2492710Z   BUILD_ID: 17109963452
2025-08-20T22:56:13.2492927Z   PKG_NAME: tailscaled
2025-08-20T22:56:13.2493143Z   PKG_DATE: 2025-08-20T22:55:36Z
2025-08-20T22:56:13.2493399Z   PKG_VERSION: HEAD-b48d2de-250820T140428
2025-08-20T22:56:13.2493754Z   PKG_VERSION_UPSTREAM: v1.2.10
2025-08-20T22:56:13.2494088Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailscale/official/tailscale
2025-08-20T22:56:13.2494485Z   GHCRPKG_TAG: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:13.2494959Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailscale/official/tailscaled
2025-08-20T22:56:13.2495629Z   PKG_SRCURL: https://github.com/tailscale/tailscale
2025-08-20T22:56:13.2495919Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:56:13.2496202Z   GHCRPKG_TAG_SRCBUILD: HEAD-b48d2de-250820T140428-x86_64-linux
2025-08-20T22:56:13.2496720Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailscale/official/tailscale-srcbuild-17109963452
2025-08-20T22:56:13.2497174Z   UTC_TIME: 2025_08_20T10_56_09_PM
2025-08-20T22:56:13.2497409Z ##[endgroup]
2025-08-20T22:56:13.2568308Z EXITED
2025-08-20T22:56:13.2610568Z Cleaning up orphan processes
